.bank360-inserted-widget {
  font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  width: 100%;
  max-width: 652px;
  height: 420px;
  border: solid 1px #e7e7e7;
  border-left: 8px solid #0ca0dd;
  position: relative;
  font-size: 20px;
  line-height: 1.5;
}
.bank360-inserted-widget a {
  text-decoration: none;
}
.bank360-inserted-widget .yellow-text-box {
  background-color: #f5f787;
  margin-bottom: 10px;
  padding: 14px 14px;
  line-height: 27.5px;
}
.bank360-inserted-widget .yellow-text-box #top-text #wrapped-text {
  display: inline-block;
}
.bank360-inserted-widget #mobile-title {
  display: none;
}
.bank360-inserted-widget .calculator {
  width: 36.4%;
  float: left;
  padding: 0 11px 0 15px;
  text-align: center;
}
.bank360-inserted-widget .calculator .bank360-logo {
  height: 38px;
}
.bank360-inserted-widget .calculator .bank360-logo img {
  width: 200px;
}
.bank360-inserted-widget .calculator .credit {
  margin-top: 6px;
}
.bank360-inserted-widget .calculator .title {
  font-size: 13px;
  color: #595959;
  line-height: 13px;
  display: block;
  margin-bottom: 5px;
}
.bank360-inserted-widget .calculator .input {
  box-shadow: 0 2px 4px -2px #00000080;
  border-radius: 8px;
}
.bank360-inserted-widget .calculator .input .button {
  display: inline-block;
  background-color: #0ca0dd;
  color: white;
  font-size: 27px;
  line-height: 39px;
  width: 20px;
  height: 39px;
  vertical-align: top;
  text-align: center;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.bank360-inserted-widget .calculator .input .button.prev {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.bank360-inserted-widget .calculator .input .button.next {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.bank360-inserted-widget .calculator .input .fs-dropdown {
  display: none;
}
.bank360-inserted-widget .calculator .input input {
  vertical-align: top;
  color: #000;
  display: inline-block;
  width: calc(100% - 40px);
  text-align: center;
  border-top: 1px solid #d6d6d6;
  border-right: 0;
  border-bottom: 1px solid #d6d6d6;
  border-left: 0;
  border-radius: 0;
  background-color: white;
  font-size: 26px;
  padding: 0;
  line-height: 37px;
  height: 39px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}
.bank360-inserted-widget .calculator .input select {
  display: none;
}
.bank360-inserted-widget .calculator .min-max {
  font-size: 12px;
  color: #595959;
  line-height: 14px;
}
.bank360-inserted-widget .calculator .min-max .min {
  float: left;
}
.bank360-inserted-widget .calculator .min-max .max {
  float: right;
}
.bank360-inserted-widget .calculator .min-max:after {
  content: "\0020";
  display: table;
  clear: both;
}
.bank360-inserted-widget .calculator .bank-switch {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  min-height: 24px;
}
.bank360-inserted-widget .calculator .bank-switch label {
  font-size: 12px;
  letter-spacing: -0.48px;
  text-align: left;
  line-height: 12px;
  color: #595959;
}
.bank360-inserted-widget .calculator .bank-switch .fs-checkbox-marker {
  border-color: #e3e3e3;
  width: 19px;
  height: 19px;
  margin-right: 7px;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
}
.bank360-inserted-widget .calculator .bank-switch .fs-checkbox-marker .fs-checkbox-flag:before {
  border-color: #0ca0dd;
  width: 6px;
  height: 13px;
  margin: 1px 0 0 5px;
}
.bank360-inserted-widget .calculator .bank360-refresh {
  height: 66px;
}
.bank360-inserted-widget .calculator .bank360-refresh .refresh {
  position: relative;
  top: 0;
  transition: all 0.4s ease;
  width: 100%;
  border-radius: 30px;
  box-shadow: 0 10px 15px -6px #575757;
  background-color: #0da0de;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  border: none;
  outline: none;
  padding: 4px 0;
  line-height: 21px;
  cursor: pointer;
}
.bank360-inserted-widget .calculator .bank360-refresh .refresh:hover {
  box-shadow: unset;
  top: 4px;
}
.bank360-inserted-widget .calculator .bank360-refresh .refresh:hover:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: -4px;
  left: 0;
}
.bank360-inserted-widget .calculator .bank360-refresh .refresh.animated {
  animation: pulse 1.5s infinite;
}
.bank360-inserted-widget .loan-type {
  text-align: center;
}
.bank360-inserted-widget .loan-type.mobile {
  display: none;
}
.bank360-inserted-widget .loan-type .switch {
  height: 28px;
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 2px 4px -2px #00000080;
  border: 1px solid #d6d6d6;
  border-bottom: none;
  cursor: pointer;
}
.bank360-inserted-widget .loan-type .switch:after {
  content: "\0020";
  display: table;
  clear: both;
}
.bank360-inserted-widget .loan-type .switch span {
  width: 50%;
  display: block;
  float: left;
  border-radius: 8px;
  padding: 3px 0;
  color: #595959;
  position: relative;
  font-size: 14px;
  line-height: 22px;
}
.bank360-inserted-widget .loan-type .switch span.active {
  background-color: #0da0de;
  color: white;
  box-shadow: 0 10px 15px -6px #575757;
  height: 28px;
  margin-top: -1px;
}
.bank360-inserted-widget .loan-type .switch span.active.personal {
  left: -1px;
}
.bank360-inserted-widget .loan-type .switch span.active.home_mortgage {
  right: -1px;
}
.bank360-inserted-widget .loan-type.desktop {
  float: left;
  width: 61.6%;
}
.bank360-inserted-widget .loan-type.desktop .no-switch {
  height: 28px;
  padding: 3px 0;
  border-radius: 8px;
  background-color: #0da0de;
  color: white;
  box-shadow: 0 10px 15px -6px #575757;
  position: relative;
  font-size: 14px;
  line-height: 22px;
}
.bank360-inserted-widget #subtitle {
  float: left;
  width: 41.88%;
  height: 28px;
  margin-left: 6.77%;
  border-radius: 8px;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
  border: solid 1px #d6d6d6;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  color: #595959;
}
.bank360-inserted-widget .inserted-list-table {
  float: left;
  width: 63.6%;
  margin-top: 12px;
}
.bank360-inserted-widget .inserted-list-table a {
  color: black;
}
.bank360-inserted-widget .inserted-list-table .content {
  float: left;
  position: relative;
  border-radius: 1px;
  box-shadow: 0 2px 6px 0 #00000080;
  width: 30.1%;
  height: 228px;
  text-align: center;
  padding-top: 8px;
}
.bank360-inserted-widget .inserted-list-table .content:not(.last-content) {
  margin-right: 3.2%;
}
.bank360-inserted-widget .inserted-list-table .content .promotion {
  position: absolute;
  transform: rotate(-90deg);
  font-size: 10px;
  color: #0ca0dd;
  top: 25px;
  left: -12px;
}
.bank360-inserted-widget .inserted-list-table .content div.logo {
  height: 56px;
}
.bank360-inserted-widget .inserted-list-table .content div.logo .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.bank360-inserted-widget .inserted-list-table .content div.logo img {
  vertical-align: middle;
  max-height: 35px;
  max-width: 77%;
  margin-bottom: 0.5rem;
}
.bank360-inserted-widget .inserted-list-table .content div.marketing-mobile {
  display: none;
}
.bank360-inserted-widget .inserted-list-table .content div.data-torlesztoreszlet,
.bank360-inserted-widget .inserted-list-table .content div.data-thm {
  font-weight: bold;
  font-size: 18px;
  line-height: 15px;
  margin-bottom: 17px;
  color: #000;
}
.bank360-inserted-widget .inserted-list-table .content div.data-torlesztoreszlet .moratorium,
.bank360-inserted-widget .inserted-list-table .content div.data-thm .moratorium {
  color: #d02236;
  font-size: 10px;
  font-weight: bold;
  display: block;
  max-height: 18px;
}
.bank360-inserted-widget .inserted-list-table .content div.data-torlesztoreszlet .moratorium span,
.bank360-inserted-widget .inserted-list-table .content div.data-thm .moratorium span {
  font-size: 8px;
}
.bank360-inserted-widget .inserted-list-table .content div.data-torlesztoreszlet .moratorium-mobile,
.bank360-inserted-widget .inserted-list-table .content div.data-thm .moratorium-mobile {
  display: none;
}
.bank360-inserted-widget .inserted-list-table .content div.data-torlesztoreszlet label {
  display: none;
}
.bank360-inserted-widget .inserted-list-table .content div.marketing {
  font-size: 12px;
  color: #818181;
  line-height: 14px;
  margin: 4px 4px 6px;
  height: 57px;
  overflow: hidden;
}
.bank360-inserted-widget .inserted-list-table .content div.reszletek * {
  position: relative;
  top: 0;
  transition: all 0.4s ease;
  color: white;
  line-height: 28px;
  display: block;
  text-transform: uppercase;
  width: 90%;
  height: 25px;
  border-radius: 12.5px;
  box-shadow: 0 10px 15px -6px #e4760f;
  background-color: #e4760f;
  margin: 0 auto;
  font-size: 13px;
  font-weight: bold;
}
.bank360-inserted-widget .inserted-list-table .content div.reszletek *:hover {
  box-shadow: unset;
  top: 4px;
}
.bank360-inserted-widget .inserted-list-table .content div.reszletek *:hover:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: -4px;
  left: 0;
}
.bank360-inserted-widget .inserted-list-table .content.banner {
  border: 3px solid #e4760f;
}
.bank360-inserted-widget .inserted-list-table .content.banner .promotion {
  left: -15px;
}
.bank360-inserted-widget .inserted-list-table .content.banner div.logo img {
  max-width: 100%;
}
.bank360-inserted-widget .inserted-list-table .content.banner div.data-havi-dij {
  display: none;
}
.bank360-inserted-widget .inserted-list-table .content.banner div.marketing {
  height: 113px !important;
  margin: 4px 0 6px;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  color: black;
  text-align: center;
}
.bank360-inserted-widget .inserted-list-table .content.banner div.marketing .amount {
  display: block;
  font-size: 21px;
  margin-top: 5px;
}
.bank360-inserted-widget .inserted-list-table .no-result {
  text-align: center;
  color: #ff5b5b;
  box-shadow: 0 2px 6px 0 #00000080;
  margin: 0px 10px 0 5px;
  padding-top: 12px;
  padding-bottom: 27px;
}
.bank360-inserted-widget .inserted-list-table .no-result h4 {
  font-size: 31px;
  margin: 0;
  font-weight: normal;
}
.bank360-inserted-widget .inserted-list-table .no-result p {
  font-size: 26px;
  line-height: 30px;
  margin: 8px 0 20px;
}
.bank360-inserted-widget .inserted-list-table.home_mortgage .content div.data-torlesztoreszlet,
.bank360-inserted-widget .inserted-list-table.home_mortgage .content div.data-thm {
  margin-bottom: 0;
}
.bank360-inserted-widget .links {
  float: left;
  width: 61%;
  display: none;
}
.bank360-inserted-widget .links .legal-link {
  color: #323333;
  font-size: 17px;
  line-height: 17px;
}
.bank360-inserted-widget .links .inserted-list-table-more {
  float: right;
}
.bank360-inserted-widget .more {
  text-align: right;
}
.bank360-inserted-widget .more a {
  color: #e4760f;
  font-size: 17px;
  line-height: 17px;
}
.bank360-inserted-widget .more a:after {
  content: "";
  width: 11px;
  height: 15px;
  background: url("c/nyil.svg") no-repeat 0 0;
  top: 3px;
  left: 4px;
  margin-left: 10px;
  position: relative;
  display: inline-block;
}
.bank360-inserted-widget .inserted-list-loader-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  z-index: 6000;
}
.bank360-inserted-widget .inserted-list-loader-box .list-loader-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5000;
  background-color: white;
  opacity: 0.8;
  top: 0px;
}
.bank360-inserted-widget .inserted-list-loader-box .list-loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  transform: translate(-50%, -50%);
  z-index: 5001;
}
.bank360-inserted-widget .inserted-list-loader-box .list-loader span {
  position: absolute;
  border-radius: 100%;
}
.bank360-inserted-widget .inserted-list-loader-box .list-loader span:nth-child(1) {
  border: 5px solid #0f93f2;
  border-top: 5px solid transparent;
  width: 128px;
  height: 128px;
  animation: spin-1 3s infinite linear;
}
@keyframes spin-1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-node-type-blog .bank360-inserted-widget .links .legal-link {
  color: #595959;
}
@media screen and (min-width: 1117px) and (max-width: 1230px) {
  .bank360-inserted-widget .inserted-list-table .content.banner div.marketing {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1116px) {
  .bank360-inserted-widget .calculator {
    width: 20.91%;
    padding: 0 10px 0 5px;
  }
  .bank360-inserted-widget .calculator .bank360-logo img {
    width: 100%;
  }
  .bank360-inserted-widget .loan-type.desktop {
    width: calc((100% - 221px) / 7 * 5);
  }
  .bank360-inserted-widget .inserted-list-table,
  .bank360-inserted-widget .links {
    width: 54.04%;
  }
  .bank360-inserted-widget .inserted-list-table .content {
    width: 24.3%;
  }
  .bank360-inserted-widget .inserted-list-table .content:not(.last-content) {
    margin-right: 0.93%;
  }
  .bank360-inserted-widget .inserted-list-table .content div.logo img {
    max-width: 73%;
  }
  .bank360-inserted-widget .inserted-list-table .content.banner div.marketing {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .bank360-inserted-widget .inserted-list-table.home_mortgage .content div.data-torlesztoreszlet {
    line-height: 28px;
  }
  .bank360-inserted-widget .inserted-list-table.home_mortgage .content div.marketing {
    height: 72px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 991px) {
  .bank360-inserted-widget {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: auto;
    border: none;
    margin-top: 2px;
    padding-top: 0;
    font-size: 17px;
  }
  .bank360-inserted-widget .yellow-box-mobile-title-wrapper {
    border-left: 3px solid #0da0de;
    margin-left: 14px;
    margin-right: 4px;
  }
  .bank360-inserted-widget .yellow-box-mobile-title-wrapper .yellow-text-box {
    margin-bottom: 4px;
    padding: 9px 35px 8px 6px;
    line-height: 1.35;
    letter-spacing: -0.1px;
  }
  .bank360-inserted-widget .yellow-box-mobile-title-wrapper #mobile-title {
    display: block;
    height: 45px;
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    color: #000000;
    text-transform: uppercase;
  }
  .bank360-inserted-widget .calculator {
    order: 1;
    float: none;
    width: 95.15%;
    margin: 7px auto 0;
    padding: 0;
  }
  .bank360-inserted-widget .calculator .bank360-logo {
    display: none;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper {
    height: 135px;
    border-radius: 19px;
    box-shadow: 0 2px 7px 0 rgba(34, 34, 34, 0.5);
    background-color: #ecf9ff;
    padding: 10px 15px 0;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .credit {
    float: left;
    margin-top: 0;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .term {
    float: right;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .credit,
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .term {
    width: 46.9%;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .credit .title,
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .term .title {
    font-size: 17px;
    line-height: 17px;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .credit .input,
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .term .input {
    height: 35px;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .credit .input .button,
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .term .input .button {
    width: 44px;
    height: 35px;
    font-size: 45px;
    line-height: 27px;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .credit .input .button.prev,
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .term .input .button.prev {
    line-height: 33px;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .credit .input .button.next,
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .term .input .button.next {
    padding-top: 4px;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .credit .input .button.ios.prev,
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .term .input .button.ios.prev {
    line-height: 27px;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .credit .input .button.ios.next,
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .term .input .button.ios.next {
    padding-top: 0;
    line-height: 29px;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .credit .input input,
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .term .input input {
    display: none;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .credit .input select,
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .term .input select {
    display: initial;
    width: calc(100% - 88px);
    height: 35px;
    border-top: 1px solid #e3e3e3;
    border-right: 0;
    border-bottom: 1px solid #e3e3e3;
    border-left: 0;
    background-color: white;
    font-size: 18px;
    font-weight: 600;
    vertical-align: top;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .credit .input .fs-dropdown,
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .term .input .fs-dropdown {
    width: calc(100% - 88px);
    display: inline-block;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .credit .input .fs-dropdown select,
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .term .input .fs-dropdown select {
    width: 100%;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .credit .input .fs-dropdown .fs-dropdown-selected,
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .term .input .fs-dropdown .fs-dropdown-selected {
    border: 1px solid #dfe6ef;
    width: 100%;
    height: 35px;
    text-align: center;
    border-top: 1px solid #e3e3e3;
    border-right: 0;
    border-bottom: 1px solid #e3e3e3;
    border-left: 0;
    border-radius: 0;
    background-color: white;
    font-size: 26px;
    color: #000;
    padding: 0;
    line-height: 33px;
    font-weight: bold;
    box-shadow: unset;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .credit .input .fs-dropdown .fs-dropdown-selected:after,
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .term .input .fs-dropdown .fs-dropdown-selected:after {
    display: none;
  }
  .bank360-inserted-widget .calculator .min-max {
    display: none;
  }
  .bank360-inserted-widget .calculator .bank-switch {
    display: none;
  }
  .bank360-inserted-widget .calculator .bank360-refresh {
    height: auto;
    margin-top: 12px;
  }
  .bank360-inserted-widget .calculator .bank360-refresh .refresh {
    width: 54.63%;
    height: 39px;
    border-radius: 30px;
    box-shadow: 0 10px 15px -6px #575757;
    background-color: #0da0de;
    font-size: 20px;
  }
  .bank360-inserted-widget #subtitle {
    display: none;
  }
  .bank360-inserted-widget .loan-type.desktop {
    display: none;
  }
  .bank360-inserted-widget .loan-type.mobile {
    display: block;
    margin-bottom: 9px;
  }
  .bank360-inserted-widget .loan-type.mobile .switch {
    background-color: #ffffff;
    height: 35px;
    width: auto;
  }
  .bank360-inserted-widget .loan-type.mobile .switch span {
    height: 35px;
    line-height: 28px;
    font-size: 17px;
    font-weight: 900;
  }
  .bank360-inserted-widget .loan-type.mobile .no-switch {
    height: 35px;
    padding: 3px 0;
    background-color: #0da0de;
    color: white;
    box-shadow: 0 10px 15px -6px #575757;
    border-radius: 8px;
    line-height: 28px;
    font-size: 17px;
    font-weight: 900;
  }
  .bank360-inserted-widget .inserted-list-table {
    order: 2;
    float: none;
    width: 100%;
  }
  .bank360-inserted-widget .inserted-list-table .content {
    float: none;
    width: 100%;
    height: 65px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 12px 0;
  }
  .bank360-inserted-widget .inserted-list-table .content .promotion {
    top: 30px;
  }
  .bank360-inserted-widget .inserted-list-table .content div.mobile-upper {
    display: flex;
    flex-direction: row;
    width: 40.45%;
    justify-content: left;
    align-items: center;
  }
  .bank360-inserted-widget .inserted-list-table .content div.logo {
    width: 62.69%;
    min-width: 35%;
    max-width: 87px;
    height: auto;
    margin-left: 15px;
  }
  .bank360-inserted-widget .inserted-list-table .content div.marketing-mobile {
    display: flex;
    align-items: center;
    margin: 0;
    width: auto;
    height: 42px;
    font-size: 13px;
    line-height: 1.08;
    color: black;
    text-align: left;
    border-right: solid 1px #f5f5f5;
  }
  .bank360-inserted-widget .inserted-list-table .content div.mobile-lower {
    display: flex;
    flex-direction: row;
    width: 59.55%;
  }
  .bank360-inserted-widget .inserted-list-table .content div.data-torlesztoreszlet .moratorium-desktop,
  .bank360-inserted-widget .inserted-list-table .content div.data-thm .moratorium-desktop {
    display: none;
  }
  .bank360-inserted-widget .inserted-list-table .content div.data-torlesztoreszlet .moratorium-mobile,
  .bank360-inserted-widget .inserted-list-table .content div.data-thm .moratorium-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
    margin-bottom: -6px;
    min-width: 130px;
  }
  .bank360-inserted-widget .inserted-list-table .content div.data-torlesztoreszlet .moratorium-mobile span,
  .bank360-inserted-widget .inserted-list-table .content div.data-thm .moratorium-mobile span {
    margin-right: 2px;
  }
  .bank360-inserted-widget .inserted-list-table .content div.data-torlesztoreszlet {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 29.38%;
    height: 42px;
    border-right: solid 1px #f5f5f5;
  }
  .bank360-inserted-widget .inserted-list-table .content div.data-torlesztoreszlet label {
    display: block;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    color: #595959;
  }
  .bank360-inserted-widget .inserted-list-table .content div.data-torlesztoreszlet .loan-data-data {
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px;
  }
  .bank360-inserted-widget .inserted-list-table .content div.data-thm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 28.05%;
    height: 42px;
  }
  .bank360-inserted-widget .inserted-list-table .content div.data-thm label {
    display: block;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    color: #595959;
  }
  .bank360-inserted-widget .inserted-list-table .content div.data-thm .loan-data-data {
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px;
  }
  .bank360-inserted-widget .inserted-list-table .content div.marketing {
    display: none;
  }
  .bank360-inserted-widget .inserted-list-table .content div.reszletek {
    line-height: 24px;
    width: 34.63%;
    height: auto;
    display: flex;
    align-items: center;
  }
  .bank360-inserted-widget .inserted-list-table .content div.reszletek * {
    width: 100%;
    line-height: 26px;
  }
  .bank360-inserted-widget .inserted-list-table .content.banner {
    padding-top: 2px;
  }
  .bank360-inserted-widget .inserted-list-table .content.banner .promotion {
    top: 24px;
  }
  .bank360-inserted-widget .inserted-list-table .content.banner div.marketing-mobile {
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.3;
  }
  .bank360-inserted-widget .inserted-list-table .content.banner div.data-havi-dij {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 29.38%;
    height: 42px;
    margin-right: 28.05%;
  }
  .bank360-inserted-widget .inserted-list-table .content.banner div.data-havi-dij label {
    display: block;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    color: #595959;
  }
  .bank360-inserted-widget .inserted-list-table .content.banner div.data-havi-dij .loan-data-data {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 5px;
  }
  .bank360-inserted-widget .links {
    order: 3;
    float: none;
    width: 95.3%;
    margin: 8px auto 0;
  }
  .bank360-inserted-widget .links .legal-link {
    color: #393a3a;
    font-size: 15px;
    line-height: 15px;
  }
  .bank360-inserted-widget .more a {
    color: #e88300;
    font-size: 15px;
    line-height: 15px;
  }
}
@media screen and (min-width: 560px) and (max-width: 700px) {
  .bank360-inserted-widget .inserted-list-table .content div.data-torlesztoreszlet .moratorium {
    font-size: 7px;
  }
  .bank360-inserted-widget .inserted-list-table .content div.data-torlesztoreszlet .moratorium span {
    font-size: 7px;
  }
  .bank360-inserted-widget .inserted-list-table .content.banner div.marketing-mobile {
    font-size: 11px;
  }
  .bank360-inserted-widget .inserted-list-table .content.banner div.data-havi-dij label {
    font-size: 12px;
  }
}
@media screen and (max-width: 560px) {
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper {
    height: auto;
    padding: 15px 15px 14px;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .credit,
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .term {
    float: none;
    width: 100%;
  }
  .bank360-inserted-widget .calculator #calculator-mobile-wrapper .term {
    margin-top: 11px;
  }
  .bank360-inserted-widget .calculator .bank360-refresh .refresh {
    width: 97.1%;
  }
  .bank360-inserted-widget .inserted-list-table {
    margin-top: 15px;
  }
  .bank360-inserted-widget .inserted-list-table .content {
    height: 131px;
    display: block;
  }
  .bank360-inserted-widget .inserted-list-table .content .promotion {
    font-size: 11px;
    left: -17px;
    top: 34px;
  }
  .bank360-inserted-widget .inserted-list-table .content div.mobile-upper {
    display: block;
    width: 100%;
  }
  .bank360-inserted-widget .inserted-list-table .content div.logo {
    float: left;
    width: 41%;
    height: 59px;
    display: inline-block;
    padding-left: 17px;
    margin-top: 4px;
    margin-bottom: 2px;
    margin-left: 0.5rem;
  }
  .bank360-inserted-widget .inserted-list-table .content div.marketing-mobile {
    display: flex;
    align-items: center;
    float: right;
    width: 56%;
    text-align: left;
    font-size: 13px;
    margin-right: 9px;
    height: 65px;
    line-height: 13px;
    border-right: none;
  }
  .bank360-inserted-widget .inserted-list-table .content div.mobile-lower {
    display: block;
    border-top: 1px solid #ebebeb;
    width: 100%;
  }
  .bank360-inserted-widget .inserted-list-table .content div.data-torlesztoreszlet {
    float: left;
    width: 36%;
    margin-top: 0.5rem;
  }
  .bank360-inserted-widget .inserted-list-table .content div.data-thm {
    float: left;
    width: 28%;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    margin-top: 0.5rem;
  }
  .bank360-inserted-widget .inserted-list-table .content div.marketing {
    display: none;
  }
  .bank360-inserted-widget .inserted-list-table .content div.reszletek {
    float: left;
    width: 36%;
  }
  .bank360-inserted-widget .inserted-list-table .content div.reszletek * {
    width: 66.83%;
    margin-top: 19px;
    margin-left: 15%;
  }
  .bank360-inserted-widget .inserted-list-table .content.banner .promotion {
    top: 30px;
  }
  .bank360-inserted-widget .inserted-list-table .content.banner div.data-havi-dij {
    float: left;
    width: 40%;
    margin-top: 0.5rem;
    margin-right: 25%;
  }
  .bank360-inserted-widget .links {
    width: 95%;
    margin-right: 14px;
  }
  .bank360-inserted-widget .links .legal-link {
    display: inline-block;
  }
}
@media screen and (max-width: 359px) {
  .bank360-inserted-widget .inserted-list-table .content.banner div .marketing-mobile {
    font-size: 14.5px;
  }
}
