@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('assets/font/NunitoSans/nunitosans-light.ttf') format('ttf');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('assets/font/NunitoSans/nunitosans-lightitalic.ttf') format('ttf');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('assets/font/NunitoSans/nunitosans-semibolditalic.ttf') format('ttf');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('assets/font/NunitoSans/nunitosans-bolditalic.ttf') format('ttf');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('assets/font/NunitoSans/nunitosans-ExtraBold.ttf') format('ttf');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('assets/font/NunitoSans/nunitosans-ExtraBoldItalic.ttf') format('ttf');
}
* {
  box-sizing: border-box;
}
.clear_float:after {
  content: "";
  display: table;
  clear: both;
}
body {
  font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
}
body .container.border:after {
  content: "\0020";
  display: table;
  clear: both;
}
/*! formstone v1.2.1 [checkbox.css] 2016-08-02 | GPL-3.0 License | formstone.it */
/*! formstone v1.4.16-1 [checkbox.css] 2019-08-06 | GPL-3.0 License | formstone.it */
.fs-checkbox {
  display: inline-block;
  vertical-align: middle;
  height: 19px;
}
.fs-checkbox,
.fs-checkbox *,
.fs-checkbox :after,
.fs-checkbox :before,
.fs-checkbox:after,
.fs-checkbox:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.fs-checkbox-element_placeholder {
  display: none;
  visibility: hidden;
}
.fs-checkbox-element {
  width: 110%;
  height: 110%;
  position: absolute;
  top: -5%;
  right: -5%;
  bottom: -5%;
  left: -5%;
  z-index: -1;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
  opacity: 0;
  -webkit-appearance: none;
}
.fs-checkbox-label {
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fs-checkbox-marker {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
}
.fs-checkbox-flag {
  width: 100%;
  height: 100%;
  margin: 0;
}
.fs-checkbox-flag:before {
  width: 5px;
  height: 10px;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  content: '';
  display: block;
  margin: 3px 0 0 6px;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
  -webkit-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}
.fs-checkbox-checked .fs-checkbox-flag:before {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.fs-checkbox-radio .fs-checkbox-marker {
  position: relative;
  border-radius: 100%;
}
.fs-checkbox-radio .fs-checkbox-flag {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #666;
  border-radius: 100%;
  margin: auto;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
.fs-checkbox-radio .fs-checkbox-flag:before {
  display: none;
}
.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none;
}
.fs-checkbox-disabled {
  cursor: default;
  opacity: 0.5;
}
.fs-checkbox-label.fs-checkbox-disabled {
  cursor: default;
}
.fs-checkbox-disabled .fs-checkbox-marker {
  cursor: default;
}
.fs-checkbox-toggle {
  position: relative;
}
.fs-checkbox-label.fs-checkbox-toggle {
  line-height: 40px;
}
.fs-checkbox-toggle .fs-checkbox-marker {
  width: 100px;
  height: 40px;
  position: relative;
}
.fs-checkbox-toggle .fs-checkbox-marker:after {
  clear: both;
  content: '';
  display: table;
}
.fs-checkbox-toggle .fs-checkbox-flag {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #666;
  display: block;
  -webkit-transition: left 0.15s ease;
  transition: left 0.15s ease;
}
.no-touch .fs-checkbox-toggle:hover .fs-checkbox-flag:after {
  opacity: 1;
}
.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag {
  left: 50%;
}
.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none;
}
.fs-checkbox-toggle.fs-checkbox-disabled .fs-checkbox-flag:after {
  display: none;
}
.fs-checkbox-toggle .fs-checkbox-state {
  width: 50%;
  display: block;
  line-height: 40px;
  margin: 0;
  text-align: center;
}
.fs-checkbox-toggle .fs-checkbox-state_on {
  float: left;
}
.fs-checkbox-toggle .fs-checkbox-state_off {
  float: right;
}
/*! formstone v1.3.0 [dropdown.css] 2016-10-23 | GPL-3.0 License | formstone.it */
.fs-dropdown {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
}
.fs-dropdown,
.fs-dropdown *,
.fs-dropdown :after,
.fs-dropdown :before,
.fs-dropdown:after,
.fs-dropdown:before {
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  -ms-user-select: none!important;
  user-select: none !important;
}
.fs-dropdown-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.fs-dropdown-mobile .fs-dropdown-element {
  z-index: 7;
}
.fs-dropdown-mobile.fs-dropdown-multiple .fs-dropdown-element {
  z-index: -1;
}
.fs-dropdown-selected {
  border: none;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid;
  color: #000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  text-overflow: clip;
}
.fs-dropdown-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  background: #fff;
  border: 1px solid;
  display: none;
  overflow: auto;
  overflow-x: hidden;
}
.fs-dropdown-options.fs-scrollbar {
  position: absolute;
}
.fs-dropdown-group {
  display: block;
  font-size: 75%;
}
.fs-dropdown-item {
  border: none;
  padding: 0;
  width: 100%;
  background: #fff;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  text-overflow: ellipsis;
}
.fs-dropdown-item_placeholder {
  display: none;
}
.fs-dropdown-item_selected {
  background: #ddd;
}
.fs-dropdown-item_disabled {
  cursor: default;
  opacity: 0.5;
}
.fs-dropdown-open {
  z-index: 3;
}
.fs-dropdown-open .fs-dropdown-options {
  display: block;
}
.fs-dropdown-open .fs-dropdown-selected {
  z-index: 6;
}
.fs-dropdown-cover.fs-dropdown-open .fs-dropdown-selected {
  z-index: 4;
}
.fs-dropdown-cover .fs-dropdown-options {
  top: 0;
}
.fs-dropdown-bottom .fs-dropdown-options {
  top: auto;
  bottom: 100%;
}
.fs-dropdown-bottom.fs-dropdown-cover .fs-dropdown-options {
  top: auto;
  bottom: 0;
}
.fs-dropdown-multiple .fs-dropdown-options {
  width: 100%;
  position: static;
  display: block;
}
.fs-dropdown-disabled {
  opacity: 0.5;
}
.fs-dropdown-disabled .fs-dropdown-selected {
  cursor: default;
}
.fs-dropdown-disabled .fs-dropdown-group,
.fs-dropdown-disabled .fs-dropdown-item {
  cursor: default;
}
.fs-dropdown-options.fs-scrollbar {
  overflow: hidden;
}
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-bar {
  border: 1px solid;
  border-width: 0 0 0 1px;
}
.fs-dropdown-options.fs-scrollbar .fs-scrollbar-content {
  max-height: 260px;
  height: auto;
}
.fs-dropdown-options.fs-scrollbar.fs-scrollbar-active .fs-scrollbar-content {
  padding: 0;
}
@keyframes pulse {
  0% {
    @include transform(scale(0.9));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 50px rgba(235, 143, 57, 0);
  }
  100% {
    @include transform(scale(0.9));
    box-shadow: 0 0 0 0 rgba(235, 143, 57, 0);
  }
}
#title {
  width: 100%;
  max-width: 1279px;
  margin: 0 auto;
  height: 48px;
  line-height: 48px;
  padding-left: 15px;
  background-color: #e2081b;
  font-size: 38px;
  color: white;
}
.bank360 {
  width: 100%;
  max-width: 1279px;
  margin: 8px auto 0;
  height: 310px;
  border: solid 1px #e7e7e7;
  position: relative;
}
.bank360 a {
  text-decoration: none;
}
.bank360 #advertisment {
  font-size: 12.6px;
  font-weight: bold;
  text-align: center;
  color: #acacac;
  line-height: 1.2;
  padding-left: 32px;
}
.bank360 .calculator {
  width: 24.98%;
  float: left;
  padding: 0 43px 0 19px;
  text-align: center;
}
.bank360 .calculator .bank360-logo {
  height: 38px;
}
.bank360 .calculator .bank360-logo img {
  width: 200px;
}
.bank360 .calculator .credit {
  margin-top: 6px;
}
.bank360 .calculator .title {
  font-size: 13px;
  color: #595959;
  line-height: 13px;
  display: block;
  margin-bottom: 5px;
}
.bank360 .calculator .input {
  box-shadow: 0 2px 4px -2px #00000080;
  border-radius: 8px;
}
.bank360 .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 .calculator .input .button.prev {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.bank360 .calculator .input .button.next {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.bank360 .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 .calculator .input select {
  display: none;
}
.bank360 .calculator .min-max {
  font-size: 12px;
  color: #595959;
  line-height: 14px;
}
.bank360 .calculator .min-max .min {
  float: left;
}
.bank360 .calculator .min-max .max {
  float: right;
}
.bank360 .calculator .min-max:after {
  content: "\0020";
  display: table;
  clear: both;
}
.bank360 .calculator .bank-switch {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  min-height: 24px;
}
.bank360 .calculator .bank-switch label {
  font-size: 12px;
  letter-spacing: -0.48px;
  text-align: left;
  line-height: 12px;
  color: #595959;
}
.bank360 .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 .calculator .bank-switch .fs-checkbox-marker .fs-checkbox-flag:before {
  border-color: #0ca0dd;
  width: 6px;
  height: 13px;
  margin: 1px 0 0 5px;
}
.bank360 .calculator .bank360-refresh {
  height: 66px;
}
.bank360 .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 .calculator .bank360-refresh .refresh:hover {
  box-shadow: unset;
  top: 4px;
}
.bank360 .calculator .bank360-refresh .refresh:hover:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: -4px;
  left: 0;
}
.bank360 .calculator .bank360-refresh .refresh.animated {
  animation: pulse 1.5s infinite;
}
.bank360 #subtitle {
  float: left;
  width: 53.25%;
  height: 28px;
  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 .list-table {
  float: left;
  width: 53.25%;
  margin-top: 12px;
}
.bank360 .list-table a {
  color: black;
}
.bank360 .list-table .content {
  float: left;
  position: relative;
  border-radius: 1px;
  box-shadow: 0 2px 6px 0 #00000080;
  width: 21.47%;
  height: 228px;
  text-align: center;
  padding-top: 8px;
}
.bank360 .list-table .content:not(.last-content) {
  margin-right: 4.7%;
}
.bank360 .list-table .content .promotion {
  position: absolute;
  transform: rotate(-90deg);
  font-size: 10px;
  color: #0ca0dd;
  top: 25px;
  left: -12px;
}
.bank360 .list-table .content div.logo {
  height: 56px;
}
.bank360 .list-table .content div.logo .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.bank360 .list-table .content div.logo img {
  vertical-align: middle;
  max-height: 35px;
  max-width: 77%;
  margin-bottom: 0.5rem;
}
.bank360 .list-table .content div.marketing-mobile {
  display: none;
}
.bank360 .list-table .content div.data-torlesztoreszlet,
.bank360 .list-table .content div.data-thm {
  font-weight: bold;
  font-size: 18px;
  line-height: 15px;
  margin-bottom: 17px;
}
.bank360 .list-table .content div.data-torlesztoreszlet .moratorium,
.bank360 .list-table .content div.data-thm .moratorium {
  color: #d02236;
  font-size: 10px;
  font-weight: bold;
  display: block;
  max-height: 18px;
}
.bank360 .list-table .content div.data-torlesztoreszlet .moratorium span,
.bank360 .list-table .content div.data-thm .moratorium span {
  font-size: 8px;
}
.bank360 .list-table .content div.data-torlesztoreszlet .moratorium-mobile,
.bank360 .list-table .content div.data-thm .moratorium-mobile {
  display: none;
}
.bank360 .list-table .content div.data-torlesztoreszlet label {
  display: none;
}
.bank360 .list-table .content div.marketing {
  font-size: 12px;
  color: #818181;
  line-height: 14px;
  margin: 4px 4px 6px;
  height: 57px;
  overflow: hidden;
}
.bank360 .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 #575757;
  background-color: #e2081b;
  margin: 0 auto;
  font-size: 13px;
  font-weight: bold;
}
.bank360 .list-table .content div.reszletek *:hover {
  box-shadow: unset;
  top: 4px;
}
.bank360 .list-table .content div.reszletek *:hover:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: -4px;
  left: 0;
}
.bank360 .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 .list-table .no-result h4 {
  font-size: 31px;
  margin: 0;
  font-weight: normal;
}
.bank360 .list-table .no-result p {
  font-size: 26px;
  line-height: 30px;
  margin: 8px 0 20px;
}
.bank360 .links {
  float: left;
  width: 53.25%;
  margin-top: 4px;
  display: none;
}
.bank360 .links .legal-link {
  color: #323333;
  font-size: 17px;
  line-height: 17px;
}
.bank360 .links .list-table-more {
  float: right;
}
.bank360 .more {
  text-align: right;
}
.bank360 .more a {
  color: #e4760f;
  font-size: 17px;
  line-height: 17px;
}
.bank360 .more a:after {
  content: "";
  width: 11px;
  height: 15px;
  background: url("https://bank360.hu/widget/blikk/assets/images/bank360/nyil.svg") no-repeat 0 0;
  top: 3px;
  left: 4px;
  margin-left: 10px;
  position: relative;
  display: inline-block;
}
.bank360 .blog {
  position: absolute;
  right: 0;
  width: 18.33%;
  margin: 0 12px 0 0;
}
.bank360 .blog .bank360-blog-image {
  height: 110px;
  overflow: hidden;
}
.bank360 .blog .bank360-blog-image img {
  width: 100%;
}
.bank360 .blog .bank360-text {
  color: #595959;
  margin-top: 8px;
  margin-bottom: 10px;
  height: 143px;
  overflow: hidden;
}
.bank360 .blog .bank360-text .bank360-blog-title {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}
.bank360 .blog .bank360-text .bank360-blog-summary {
  font-size: 12px;
  margin-top: 6px;
  line-height: 16px;
}
.bank360 .list-loader-box {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  z-index: 6000;
}
.bank360 .list-loader-box .list-loader-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5000;
  background-color: white;
  opacity: 0.8;
  top: 0px;
}
.bank360 .list-loader-box .list-loader {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  transform: translate(-50%, -50%);
  z-index: 5001;
}
.bank360 .list-loader-box .list-loader span {
  position: absolute;
  border-radius: 100%;
}
.bank360 .list-loader-box .list-loader span:nth-child(1) {
  border: 5px solid #3fc3ff;
  border-top: 5px solid transparent;
  width: 64px;
  height: 64px;
  animation: spin-1 3s infinite linear;
}
.bank360 .list-loader-box .list-loader span:nth-child(2) {
  border: 5px solid #ff742d;
  border-top: 5px solid transparent;
  top: 10px;
  left: 10px;
  width: 42.66666667px;
  height: 42.66666667px;
  animation: spin-2 2.2s infinite linear;
}
.bank360 .list-loader-box .list-loader span:nth-child(3) {
  border: 5px solid #3fc3ff;
  border-top: 5px solid transparent;
  top: 20px;
  left: 20px;
  width: 21.33333333px;
  height: 21.33333333px;
  animation: spin-3 1.4s infinite linear;
}
@keyframes spin-1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-3 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 992px) and (max-width: 1116px) {
  .bank360 .calculator {
    width: 20.91%;
    padding: 19px 10px 0 5px;
  }
  .bank360 .calculator .bank360-logo img {
    width: 100%;
  }
  .bank360 #subtitle,
  .bank360 .list-table,
  .bank360 .links {
    width: 54.04%;
  }
  .bank360 .list-table .content {
    width: 24.3%;
  }
  .bank360 .list-table .content:not(.last-content) {
    margin-right: 0.93%;
  }
  .bank360 .list-table .content div.logo img {
    max-width: 73%;
  }
  .bank360 .blog {
    width: 23.64%;
    margin-right: 7px;
  }
  .bank360 .blog .more a {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 991px) {
  #title {
    width: 98.7%;
    height: 39px;
    line-height: 39px;
    font-size: 21px;
    font-weight: normal;
  }
  .bank360 {
    height: auto;
    border: none;
    margin-top: 3px;
  }
  .bank360 #advertisment {
    padding-left: 0;
  }
  .bank360 .calculator {
    float: none;
    width: 97.7%;
    margin: 2px auto 0;
    padding: 0;
  }
  .bank360 .calculator .bank360-logo {
    display: none;
  }
  .bank360 .calculator #calculator-mobile-wrapper {
    height: 83px;
    border-radius: 19px;
    box-shadow: 0 2px 7px 0 rgba(34, 34, 34, 0.5);
    background-color: #ecf9ff;
    padding: 10px 15px 0;
  }
  .bank360 .calculator #calculator-mobile-wrapper .credit {
    float: left;
    margin-top: 0;
  }
  .bank360 .calculator #calculator-mobile-wrapper .term {
    float: right;
  }
  .bank360 .calculator #calculator-mobile-wrapper .credit,
  .bank360 .calculator #calculator-mobile-wrapper .term {
    width: 46.9%;
  }
  .bank360 .calculator #calculator-mobile-wrapper .credit .title,
  .bank360 .calculator #calculator-mobile-wrapper .term .title {
    font-size: 17px;
    line-height: 17px;
  }
  .bank360 .calculator #calculator-mobile-wrapper .credit .input,
  .bank360 .calculator #calculator-mobile-wrapper .term .input {
    height: 35px;
  }
  .bank360 .calculator #calculator-mobile-wrapper .credit .input .button,
  .bank360 .calculator #calculator-mobile-wrapper .term .input .button {
    width: 44px;
    height: 35px;
    font-size: 45px;
    line-height: 27px;
  }
  .bank360 .calculator #calculator-mobile-wrapper .credit .input .button.next,
  .bank360 .calculator #calculator-mobile-wrapper .term .input .button.next {
    padding-top: 4px;
  }
  .bank360 .calculator #calculator-mobile-wrapper .credit .input .button.ios,
  .bank360 .calculator #calculator-mobile-wrapper .term .input .button.ios {
    line-height: 31px;
  }
  .bank360 .calculator #calculator-mobile-wrapper .credit .input .button.ios.next,
  .bank360 .calculator #calculator-mobile-wrapper .term .input .button.ios.next {
    padding-top: 0;
    line-height: 26px;
  }
  .bank360 .calculator #calculator-mobile-wrapper .credit .input input,
  .bank360 .calculator #calculator-mobile-wrapper .term .input input {
    display: none;
  }
  .bank360 .calculator #calculator-mobile-wrapper .credit .input select,
  .bank360 .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 .calculator #calculator-mobile-wrapper .credit .input .fs-dropdown,
  .bank360 .calculator #calculator-mobile-wrapper .term .input .fs-dropdown {
    width: calc(100% - 88px);
    display: inline-block;
  }
  .bank360 .calculator #calculator-mobile-wrapper .credit .input .fs-dropdown select,
  .bank360 .calculator #calculator-mobile-wrapper .term .input .fs-dropdown select {
    width: 100%;
  }
  .bank360 .calculator #calculator-mobile-wrapper .credit .input .fs-dropdown .fs-dropdown-selected,
  .bank360 .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 .calculator .bank-switch {
    display: none;
  }
  .bank360 .calculator .bank360-refresh {
    height: auto;
    margin-top: 12px;
  }
  .bank360 .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 #subtitle {
    display: none;
  }
  .bank360 .list-table {
    float: none;
    width: 100%;
  }
  .bank360 .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 .list-table .content .promotion {
    top: 30px;
  }
  .bank360 .list-table .content div.mobile-upper {
    display: flex;
    flex-direction: row;
    width: 40.45%;
    justify-content: left;
    align-items: center;
  }
  .bank360 .list-table .content div.logo {
    width: 62.69%;
    min-width: 35%;
    max-width: 87px;
    height: auto;
    margin-left: 15px;
  }
  .bank360 .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 .list-table .content div.mobile-lower {
    display: flex;
    flex-direction: row;
    width: 59.55%;
  }
  .bank360 .list-table .content div.data-torlesztoreszlet .moratorium-desktop,
  .bank360 .list-table .content div.data-thm .moratorium-desktop {
    display: none;
  }
  .bank360 .list-table .content div.data-torlesztoreszlet .moratorium-mobile,
  .bank360 .list-table .content div.data-thm .moratorium-mobile {
    display: block;
    margin-top: -1px;
    margin-bottom: -6px;
    min-width: 130px;
  }
  .bank360 .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 .list-table .content div.data-torlesztoreszlet label {
    display: block;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    color: #595959;
  }
  .bank360 .list-table .content div.data-torlesztoreszlet .loan-data-data {
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px;
  }
  .bank360 .list-table .content div.data-thm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 28.05%;
    height: 42px;
  }
  .bank360 .list-table .content div.data-thm label {
    display: block;
    font-size: 13px;
    line-height: 13px;
    font-weight: normal;
    color: #595959;
  }
  .bank360 .list-table .content div.data-thm .loan-data-data {
    font-size: 18px;
    line-height: 18px;
    margin-top: 5px;
  }
  .bank360 .list-table .content div.marketing {
    display: none;
  }
  .bank360 .list-table .content div.reszletek {
    line-height: 24px;
    width: 34.63%;
    height: auto;
    display: flex;
    align-items: center;
  }
  .bank360 .list-table .content div.reszletek * {
    width: 100%;
    line-height: 24px;
  }
  .bank360 .links {
    float: none;
    width: 95.3%;
    margin: 8px auto 0;
  }
  .bank360 .links .legal-link {
    color: #393a3a;
    font-size: 15px;
    line-height: 15px;
  }
  .bank360 .blog {
    position: relative;
    right: unset;
    width: 95.3%;
    margin: 16px auto 0;
  }
  .bank360 .blog .bank360-blog-image {
    width: 234px;
    float: left;
  }
  .bank360 .blog .bank360-text {
    float: right;
    width: calc(100% - 240px);
    height: 110px;
    margin: 0 0 0 6px;
  }
  .bank360 .blog .bank360-text .bank360-blog-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
  }
  .bank360 .blog .bank360-text .bank360-blog-summary {
    font-size: 12px;
    line-height: 1.33;
  }
  .bank360 .blog .more {
    position: initial;
    right: 0;
    bottom: 0;
  }
  .bank360 .more a {
    color: #e88300;
    font-size: 15px;
    line-height: 15px;
  }
}
@media screen and (min-width: 560px) and (max-width: 700px) {
  .bank360 .list-table .content div.data-torlesztoreszlet .moratorium {
    font-size: 7px;
  }
  .bank360 .list-table .content div.data-torlesztoreszlet .moratorium span {
    font-size: 7px;
  }
}
@media screen and (max-width: 560px) {
  .bank360 .calculator #calculator-mobile-wrapper {
    height: auto;
    padding: 5px 15px 14px;
  }
  .bank360 .calculator #calculator-mobile-wrapper .credit,
  .bank360 .calculator #calculator-mobile-wrapper .term {
    float: none;
    width: 100%;
  }
  .bank360 .calculator #calculator-mobile-wrapper .term {
    margin-top: 11px;
  }
  .bank360 .calculator .bank360-refresh .refresh {
    width: 97.1%;
  }
  .bank360 .list-table {
    margin-top: 27px;
  }
  .bank360 .list-table .content {
    height: 131px;
    display: block;
  }
  .bank360 .list-table .content .promotion {
    font-size: 11px;
    left: -17px;
    top: 59px;
  }
  .bank360 .list-table .content div.mobile-upper {
    display: block;
    width: 100%;
  }
  .bank360 .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 .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 .list-table .content div.mobile-lower {
    display: block;
    border-top: 1px solid #ebebeb;
    width: 91.4%;
    margin: auto;
  }
  .bank360 .list-table .content div.data-torlesztoreszlet {
    float: left;
    width: 40%;
    margin-top: 0.5rem;
  }
  .bank360 .list-table .content div.data-thm {
    float: left;
    width: 25%;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    margin-top: 0.5rem;
  }
  .bank360 .list-table .content div.marketing {
    display: none;
  }
  .bank360 .list-table .content div.reszletek {
    float: left;
    width: 35%;
  }
  .bank360 .list-table .content div.reszletek * {
    width: 86.9%;
    margin-top: 19px;
  }
  .bank360 .links {
    width: 95%;
    margin-right: 14px;
  }
  .bank360 .links .legal-link {
    font-size: 11px;
    line-height: 11px;
  }
  .bank360 .blog {
    position: relative;
    right: unset;
    width: 95.3%;
    margin: 16px auto 0;
  }
  .bank360 .blog .bank360-blog-image {
    width: 234px;
    float: left;
  }
  .bank360 .blog .bank360-text {
    float: right;
    width: calc(100% - 240px);
    height: 110px;
    margin: 0 0 0 6px;
  }
  .bank360 .blog .bank360-text .bank360-blog-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
  }
  .bank360 .blog .bank360-text .bank360-blog-summary {
    font-size: 12px;
    line-height: 1.33;
  }
  .bank360 .blog .more {
    position: initial;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .bank360 .blog {
    position: relative;
    right: unset;
    width: 95.3%;
    margin: 16px auto 0;
  }
  .bank360 .blog .bank360-blog-image {
    width: 234px;
    float: left;
  }
  .bank360 .blog .bank360-text {
    float: right;
    width: calc(100% - 240px);
    height: 110px;
    margin: 0 0 0 6px;
  }
  .bank360 .blog .bank360-text .bank360-blog-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
  }
  .bank360 .blog .bank360-text .bank360-blog-summary {
    font-size: 12px;
    line-height: 1.33;
  }
  .bank360 .blog .more {
    position: initial;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 380px) {
  .bank360 .blog {
    display: block;
    width: 97.38%;
    padding-bottom: 16px;
  }
  .bank360 .blog .bank360-blog-image {
    float: none;
    width: 100%;
    height: 9rem;
  }
  .bank360 .blog .bank360-text {
    float: none;
    width: 100%;
  }
  .bank360 .blog .more {
    bottom: 13px;
    margin-right: 9px;
  }
}
