/* Elvileg ez a rész a partner környezetében nem szükséges */
/*
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
body {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  min-width:300px;
}*/
/* Elvileg a rész fent a partner környezetében nem szükséges */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/themes/custom/theme_of_bank360/static/font/NunitoSans/nunitosans-light.ttf') format('ttf');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/themes/custom/theme_of_bank360/static/font/NunitoSans/nunitosans-lightitalic.ttf') format('ttf');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('/themes/custom/theme_of_bank360/static/font/NunitoSans/nunitosans-semibolditalic.ttf') format('ttf');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/themes/custom/theme_of_bank360/static/font/NunitoSans/nunitosans-bolditalic.ttf') format('ttf');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/themes/custom/theme_of_bank360/static/font/NunitoSans/nunitosans-ExtraBold.ttf') format('ttf');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/themes/custom/theme_of_bank360/static/font/NunitoSans/nunitosans-ExtraBoldItalic.ttf') format('ttf');
}
@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);
  }
}
* {
  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;
}
/*! 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;
}
.bank360 {
  font-family: "Nunito Sans", Helvetica, Arial, sans-serif !important;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #8a8a8b;
  border: solid 1px #959595;
  height: 300px;
  position: relative;
  clear: both;
}
.bank360 * {
  box-sizing: border-box;
}
.bank360 a {
  text-decoration: none;
}
.bank360 .calculator {
  padding: 9px 0px 5px 0px;
  box-shadow: 0 1px 9px 0 #00000080;
}
.bank360 .calculator .bank360-logo {
  margin: 0 9px;
  line-height: 23px;
}
.bank360 .calculator .bank360-logo img {
  width: 128px;
  vertical-align: initial;
}
.bank360 .calculator .bank360-logo span {
  font-size: 19px;
  margin-left: 17px;
  position: relative;
  bottom: 4px;
}
.bank360 .calculator .input-wrapper {
  margin: 0 3%;
  text-align: center;
}
.bank360 .calculator .input-wrapper:after {
  content: "\0020";
  display: table;
  clear: both;
}
.bank360 .calculator .input-wrapper .credit {
  float: left;
  width: 59.3%;
}
.bank360 .calculator .input-wrapper .term {
  float: right;
  width: 36%;
}
.bank360 .calculator .input-wrapper .title {
  font-size: 14px;
  line-height: 21px;
  display: block;
  font-weight: bold;
}
.bank360 .calculator .input-wrapper .input .button {
  display: inline-block;
  background-color: #8a8a8e;
  color: white;
  font-size: 27px;
  line-height: 30px;
  width: 20px;
  height: 32px;
  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;
  border: unset;
  border-radius: unset;
}
.bank360 .calculator .input-wrapper .input input {
  vertical-align: top;
  width: calc(100% - 40px);
  text-align: center;
  border-top: 1px solid #8a8a8e;
  border-right: 0;
  border-bottom: 1px solid #8a8a8e;
  border-left: 0;
  border-radius: 0;
  background-color: white;
  font-size: 17px;
  padding: 0;
  line-height: 30px;
  height: 32px;
  font-weight: bold;
  white-space: nowrap;
  color: #ff9902;
  float: none;
}
.bank360 .calculator .input-wrapper .input select {
  display: none;
}
.bank360 .list-table .content {
  text-align: center;
}
.bank360 .list-table .content .promotion {
  display: none;
}
.bank360 .list-table .content div.logo {
  height: 44px;
  float: left;
  width: 90px;
}
.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: 56px;
  max-width: 100%;
}
.bank360 .list-table .content div.marketing-mobile {
  display: none;
}
.bank360 .list-table .content div.data-torlesztoreszlet,
.bank360 .list-table .content div.data-thm {
  width: 110px;
  font-weight: 600;
  font-size: 15px;
  line-height: 36px;
  float: left;
  color: #686868;
}
.bank360 .list-table .content div.data-thm {
  width: 83px;
}
.bank360 .list-table .content div label {
  font-size: 12px;
  color: #8a8a8e;
  display: block;
}
.bank360 .list-table .content div.reszletek {
  float: left;
  margin: 6px 0 5px;
  width: 118px;
}
.bank360 .list-table .content div.reszletek * {
  box-shadow: 0 10px 15px -6px #00000080;
  background-color: #ff9902;
  color: white;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 13px;
  width: 100%;
}
.bank360 .list-table .content div.helper {
  display: none;
}
.bank360 .list-table .content hr {
  margin: 0 10px;
  clear: both;
  border: 1px solid #959595;
  border-bottom: none;
}
.bank360 .list-table .content.head {
  margin-top: 4px !important;
}
.bank360 .list-table .content.head div.logo {
  height: 10px !important;
}
.bank360 .list-table .content.head div.data-torlesztoreszlet,
.bank360 .list-table .content.head div.data-thm {
  line-height: 18px !important;
}
.bank360 .list-table .content.head div.reszletek {
  display: none;
}
.bank360 .list-table .content:after {
  content: "\0020";
  display: table;
  clear: both;
}
.bank360 .list-table a:last-child .content hr {
  display: none;
}
.bank360 .list-table .no-result {
  text-align: center;
}
.bank360 .list-table .no-result h4 {
  font-size: 24px;
  margin: 19px 0 0;
}
.bank360 .list-table .no-result p {
  font-size: 20px;
  line-height: 23px;
  margin: 5px 0 18px;
}
.bank360 .links {
  clear: both;
  font-size: 11px;
  margin: 0 10px;
  display: none;
}
.bank360 .links a.legal-info {
  color: #323333;
}
.bank360 .links a.more {
  float: right;
  color: #ff9902;
  font-weight: bold;
}
.bank360 .links a.more:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ff9902;
  border-right: 2px solid #ff9902;
  transform: rotate(45deg);
  margin-left: 4px;
}
.bank360 .list-loader-box {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  z-index: 6000;
  top: 0;
}
.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 #a9a9a9;
  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 #d6d6d6;
  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 #a9a9a9;
  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);
  }
}
.bank360.max350 .list-table .content div.logo {
  height: 45px;
}
.bank360.max350 .list-table .content div.data-torlesztoreszlet,
.bank360.max350 .list-table .content div.data-thm {
  line-height: 18px;
}
.bank360.max350 .list-table .content div.helper {
  width: 94px;
}
.bank360.max350 .list-table a:nth-child(4) hr {
  visibility: hidden;
}
.bank360.max350 .list-table a:nth-child(5) {
  display: none;
}
.bank360-hvg-widget {
  width: 380px;
  height: 429px;
}
.bank360-hvg-widget a.more-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bank360-hvg-widget .more-button {
  display: block;
  width: 357px;
  max-width: 100%;
  height: 39px;
  border-radius: 30px;
  border: none;
  outline: none;
  box-shadow: 0 10px 15px -6px #575757;
  background-color: #0da0de;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 12px auto 20px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  top: 0;
  transition: all 0.4s ease;
}
.bank360-hvg-widget .more-button:hover {
  cursor: pointer;
  top: 4px;
  box-shadow: none;
}
.bank360-hvg-widget .more-button.animated {
  animation: pulse 1.5s infinite;
}
.bank360-hvg-widget .header {
  height: 62px;
}
.bank360-hvg-widget .header .title {
  display: inline-block;
  font-size: 11px;
  color: #949494;
  padding-top: 10px;
  border-top: 2px solid #e25900;
}
.bank360-hvg-widget .calculator {
  border: solid 1px #959595;
  width: 100%;
}
.bank360-hvg-widget .calculator .mobile-title {
  display: none;
}
.bank360-hvg-widget .calculator .bank360-logo span {
  font-size: 17px;
  margin-left: 12px;
  color: #595959;
}
.bank360-hvg-widget .calculator .input-wrapper .title {
  font-size: 15px;
  font-weight: bold;
  color: #595959;
}
.bank360-hvg-widget .calculator .input-wrapper .credit {
  width: 178px;
}
.bank360-hvg-widget .calculator .input-wrapper .term {
  width: 150px;
}
.bank360-hvg-widget .calculator .input-wrapper .input .button {
  background: #e25900 !important;
}
.bank360-hvg-widget .calculator .input-wrapper .input input {
  color: #000;
}
.bank360-hvg-widget .list-table .content {
  position: relative;
  height: 52px;
  display: flex;
  align-items: center;
}
.bank360-hvg-widget .list-table .content .promotion {
  transform: rotate(-90deg);
  color: #0ca0dd;
  font-size: 10px;
  display: inline-block;
  position: relative;
  left: -295px;
  top: 15px;
}
.bank360-hvg-widget .list-table .content div.logo {
  height: 52px;
}
.bank360-hvg-widget .list-table .content div.logo img {
  max-height: 31px;
  max-width: 70px;
  margin-left: 6px;
}
.bank360-hvg-widget .list-table .content div.reszletek {
  width: 82px;
  background-color: #e25900;
  box-shadow: 0 10px 15px -6px #00000080;
  margin: 0;
  position: absolute;
  top: 12px;
  right: 13px;
  transition: all 0.4s ease;
  height: 25px;
}
.bank360-hvg-widget .list-table .content div.reszletek:hover {
  box-shadow: none;
  top: 14px;
}
.bank360-hvg-widget .list-table .content div.reszletek span {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  width: auto;
  line-height: 26px;
}
.bank360-hvg-widget .list-table .content div.data-torlesztoreszlet,
.bank360-hvg-widget .list-table .content div.data-thm {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.bank360-hvg-widget .list-table .content div.data-torlesztoreszlet .data-moratorium,
.bank360-hvg-widget .list-table .content div.data-thm .data-moratorium {
  color: #d02236;
  font-size: 12px;
  line-height: normal;
  margin-top: -12px;
}
.bank360-hvg-widget .list-table .content div.data-torlesztoreszlet .data-moratorium span,
.bank360-hvg-widget .list-table .content div.data-thm .data-moratorium span {
  width: 54px;
  font-size: 8px;
  display: block;
  float: left;
  text-align: right;
  line-height: 8px;
}
.bank360-hvg-widget .list-table .content div.data-torlesztoreszlet .data-moratorium span:last-of-type,
.bank360-hvg-widget .list-table .content div.data-thm .data-moratorium span:last-of-type {
  font-size: 12px;
  margin-top: 5px;
}
.bank360-hvg-widget .list-table .content div.data-torlesztoreszlet {
  margin-left: 4px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bank360-hvg-widget .list-table .content div.data-thm {
  margin-left: -4px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bank360-hvg-widget .list-table .content div label {
  color: #595959;
  font-size: 13px;
  position: relative;
  top: -3px;
}
.bank360-hvg-widget .list-table .content hr {
  margin: 0 55px;
  position: relative;
  top: -6px;
}
.bank360-hvg-widget .list-table .content.banner {
  border: 3px solid #e4760f;
}
.bank360-hvg-widget .list-table .content.banner .promotion {
  top: 14px;
  left: -296px;
}
.bank360-hvg-widget .list-table .content.banner div.data-havi-dij {
  display: none;
}
.bank360-hvg-widget .list-table .content.banner div.marketing {
  float: left;
  margin-left: 4px;
  width: 186px;
  height: 51px;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: black;
  text-align: left;
}
.bank360-hvg-widget .list-table .content.banner div.reszletek {
  top: 10px;
}
.bank360-hvg-widget .list-table .content.banner div.reszletek:hover {
  top: 12px;
}
.bank360-hvg-widget .list-table .content.no-hr hr {
  display: none;
}
.bank360-hvg-widget .list-table .head {
  height: 20px;
}
.bank360-hvg-widget .list-table .no-result {
  color: #595959;
}
.bank360-hvg-widget .links a.legal-info,
.bank360-hvg-widget .links a.more {
  font-size: 12px;
}
.bank360-glob-widget {
  border: none;
  height: auto;
  width: 541px;
}
.bank360-glob-widget a.more-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bank360-glob-widget .more-button {
  display: block;
  width: 357px;
  height: 39px;
  border-radius: 30px;
  border: none;
  outline: none;
  box-shadow: 0 10px 15px -6px #575757;
  background-color: #0da0de;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 12px auto 20px;
  text-transform: uppercase;
  position: relative;
  top: 0;
  transition: all 0.4s ease;
}
.bank360-glob-widget .more-button:hover {
  cursor: pointer;
  top: 4px;
  box-shadow: none;
}
.bank360-glob-widget .more-button.animated {
  animation: pulse 1.5s infinite;
}
.bank360-glob-widget .header {
  height: 64px;
}
.bank360-glob-widget .header .title {
  border: none;
  color: #2f2f30;
  display: block;
  font-size: 39px;
  font-weight: 700;
  padding-top: 2px;
  text-align: center;
}
.bank360-glob-widget .widget-box {
  margin: auto;
  padding-bottom: 8px;
  width: 380px;
  border: 1px solid #959595;
}
.bank360-glob-widget .calculator {
  border: none;
  width: 100%;
}
.bank360-glob-widget .calculator .mobile-title {
  display: none;
}
.bank360-glob-widget .calculator .bank360-logo {
  text-align: center;
}
.bank360-glob-widget .calculator .bank360-logo span {
  font-size: 28px;
  font-weight: bold;
  margin-left: 12px;
  color: #595959;
}
.bank360-glob-widget .calculator .input-wrapper .title {
  font-size: 15px;
  font-weight: bold;
  color: #595959;
}
.bank360-glob-widget .calculator .input-wrapper .credit {
  width: 178px;
}
.bank360-glob-widget .calculator .input-wrapper .term {
  width: 150px;
}
.bank360-glob-widget .calculator .input-wrapper .input .button {
  background: #e25900 !important;
}
.bank360-glob-widget .calculator .input-wrapper .input input {
  color: #000;
}
.bank360-glob-widget .list-table .content {
  position: relative;
  height: 58px;
}
.bank360-glob-widget .list-table .content .promotion {
  transform: rotate(-90deg);
  color: #0ca0dd;
  font-size: 10px;
  display: inline-block;
  position: relative;
  left: -325px;
  top: 12px;
}
.bank360-glob-widget .list-table .content div.logo img {
  max-height: 31px;
  max-width: 70px;
}
.bank360-glob-widget .list-table .content div.reszletek {
  width: 82px;
  margin-top: -5px;
  background-color: #e25900;
  border-radius: 12.5px;
  box-shadow: 0 10px 15px -6px #00000080;
  position: relative;
  top: 0;
  transition: all 0.4s ease;
  height: 25px;
}
.bank360-glob-widget .list-table .content div.reszletek:hover {
  box-shadow: none;
  top: 4px;
}
.bank360-glob-widget .list-table .content div.reszletek span {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  width: auto;
  line-height: 26px;
}
.bank360-glob-widget .list-table .content div.data-torlesztoreszlet,
.bank360-glob-widget .list-table .content div.data-thm {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.bank360-glob-widget .list-table .content div.data-torlesztoreszlet .data-moratorium,
.bank360-glob-widget .list-table .content div.data-thm .data-moratorium {
  color: #d02236;
  font-size: 12px;
  line-height: normal;
  margin-top: -10px;
}
.bank360-glob-widget .list-table .content div.data-torlesztoreszlet .data-moratorium span,
.bank360-glob-widget .list-table .content div.data-thm .data-moratorium span {
  width: 54px;
  font-size: 8px;
  display: block;
  float: left;
  text-align: right;
  line-height: 8px;
}
.bank360-glob-widget .list-table .content div.data-torlesztoreszlet .data-moratorium span:last-of-type,
.bank360-glob-widget .list-table .content div.data-thm .data-moratorium span:last-of-type {
  font-size: 12px;
  margin-top: 5px;
}
.bank360-glob-widget .list-table .content div.data-torlesztoreszlet {
  margin-left: 4px;
  position: relative;
  top: 3px;
}
.bank360-glob-widget .list-table .content div.data-thm {
  margin-left: -4px;
  position: relative;
  top: 3px;
}
.bank360-glob-widget .list-table .content div label {
  color: #595959;
  font-size: 13px;
  position: relative;
  top: -3px;
}
.bank360-glob-widget .list-table .content .bottom-line {
  width: 100%;
  height: 19px;
  position: absolute;
  bottom: 8px;
  cursor: pointer;
}
.bank360-glob-widget .list-table .content .bottom-line .open_swap_text {
  position: relative;
  font-size: 14px;
  line-height: 19px;
  color: #595959;
}
.bank360-glob-widget .list-table .content .bottom-line .open_swap_text:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 3px;
  width: 16px;
  height: 10px;
  background-image: url("/themes/custom/theme_of_bank360/static/img/listpage_list_arrow_desktop.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.bank360-glob-widget .list-table .content.swap-row .bottom-line .open_swap_text:after {
  transform: rotate(180deg);
}
.bank360-glob-widget .list-table .content hr {
  margin: 0 55px;
  position: relative;
  top: 6px;
}
.bank360-glob-widget .list-table .head {
  height: 20px;
}
.bank360-glob-widget .list-table .no-result {
  color: #595959;
}
.bank360-glob-widget .links a.legal-info,
.bank360-glob-widget .links a.more {
  font-size: 12px;
}
.bank360-glob-widget .links a.legal-info {
  position: relative;
  top: 3px;
}
.bank360-glob-widget .links .service-provider {
  float: right;
}
.bank360-glob-widget .links .service-provider span {
  color: #595959;
  display: inline-block;
  font-size: 11px;
  line-height: 0.9;
}
.table {
  display: table;
}
.table .table .table-row {
  display: table-row;
}
.table .table .table-row .table-cell {
  display: table-cell;
}
.list-table .swap {
  box-shadow: 0 6px 7px -1px rgba(0, 0, 0, 0.5);
  border-top: 2px solid #0ca0dd;
  border-bottom: solid 3px #0ca0dd;
  margin-top: 0;
  font-size: 15px;
  max-width: 980px;
  position: relative;
  top: -8px;
  background-color: white;
  padding: 0 0 30px;
}
.list-table .swap .close_swap {
  border: 2px solid #595959;
  border-right: unset;
  border-bottom: unset;
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  cursor: pointer;
}
.list-table .swap .more {
  color: #fe7b04;
  line-height: 26px;
  position: absolute;
  bottom: 3px;
  right: 15px;
}
.list-table .swap .more a {
  color: #0ca0dd;
}
.list-table .swap .expanded-nav {
  margin-bottom: 40px;
}
.list-table .swap .expanded-nav ul {
  position: relative;
  height: 68px;
  margin: 0;
  padding: 0;
}
.list-table .swap .expanded-nav ul:after {
  background-color: white;
  box-shadow: 0 3px 8px -1px rgba(0, 0, 0, 0.5);
  content: '';
  width: 100%;
  height: 36px;
  bottom: -69px;
  display: block;
  position: relative;
}
.list-table .swap .expanded-nav ul li {
  padding: 0;
  box-shadow: 3px 3px 8px -4px rgba(0, 0, 0, 0.5);
  width: 20%;
  height: 68px;
  float: left;
  display: block;
  cursor: pointer;
  border-radius: unset;
  font-weight: 700;
}
.list-table .swap .expanded-nav ul li:nth-child(1) {
  background: url("/themes/custom/theme_of_bank360/static/img/szechenyi_listazas_info_desktop_tab_4.svg") no-repeat 50% 20px;
}
.list-table .swap .expanded-nav ul li:nth-child(2) {
  background: url("/themes/custom/theme_of_bank360/static/img/szechenyi_listazas_info_desktop_tab_2.svg") no-repeat 50% 20px;
}
.list-table .swap .expanded-nav ul li:nth-child(3) {
  background: url("/themes/custom/theme_of_bank360/static/img/szechenyi_listazas_info_desktop_tab_10.svg") no-repeat 50% 20px;
}
.list-table .swap .expanded-nav ul li:nth-child(4) {
  background: url("/themes/custom/theme_of_bank360/static/img/szechenyi_listazas_info_desktop_tab_8.svg") no-repeat 50% 20px;
}
.list-table .swap .expanded-nav ul li:nth-child(5) {
  background: url("/themes/custom/theme_of_bank360/static/img/szechenyi_listazas_info_desktop_tab_9.svg") no-repeat 50% 20px;
}
.list-table .swap .expanded-nav ul li span {
  color: #0ca0dd;
  font-size: 18px;
  position: absolute;
  text-indent: -9999px;
  display: block;
}
.list-table .swap .expanded-nav ul li .info {
  display: none;
}
.list-table .swap .expanded-nav ul li.active,
.list-table .swap .expanded-nav ul li:hover {
  color: #0ca0dd;
}
.list-table .swap .expanded-nav ul li.active {
  font-weight: normal;
  background-color: white;
}
.list-table .swap .expanded-nav ul li.active span {
  left: 15px;
  bottom: -32px;
  text-indent: 0;
  width: 90vw;
  z-index: 10;
}
.list-table .swap .expanded-nav ul li.active:nth-child(1) {
  background: url("/themes/custom/theme_of_bank360/static/img/szechenyi_listazas_info_desktop_tab_4_active.svg") no-repeat 50% 20px;
}
.list-table .swap .expanded-nav ul li.active:nth-child(2) {
  background: url("/themes/custom/theme_of_bank360/static/img/szechenyi_listazas_info_desktop_tab_2_active.svg") no-repeat 50% 20px;
}
.list-table .swap .expanded-nav ul li.active:nth-child(3) {
  background: url("/themes/custom/theme_of_bank360/static/img/szechenyi_listazas_info_desktop_tab_10_active.svg") no-repeat 50% 20px;
}
.list-table .swap .expanded-nav ul li.active:nth-child(4) {
  background: url("/themes/custom/theme_of_bank360/static/img/szechenyi_listazas_info_desktop_tab_8_active.svg") no-repeat 50% 20px;
}
.list-table .swap .expanded-nav ul li.active:nth-child(5) {
  background: url("/themes/custom/theme_of_bank360/static/img/szechenyi_listazas_info_desktop_tab_10_active.svg") no-repeat 50% 20px;
}
.list-table .swap .tab {
  display: none;
  overflow: auto;
  width: 100%;
  height: auto;
  min-height: 50px;
  padding: 7px 14px 0;
  color: #686d7f;
  font-weight: 400;
}
.list-table .swap .tab.active {
  display: block;
}
.list-table .swap .tab .table {
  border-collapse: collapse;
  border-spacing: unset;
  width: 100%;
}
.list-table .swap .tab .table .table-row .table-cell {
  line-height: 18px;
  vertical-align: baseline;
}
.list-table .swap .tab .table .table-row .table-cell.data-cell {
  color: #000;
}
.list-table .swap .tab .table .table-row .table-cell .kezdeti-koltsegek,
.list-table .swap .tab .table .table-row .table-cell .egyeb-koltsegek,
.list-table .swap .tab .table .table-row .table-cell .koltsegek1,
.list-table .swap .tab .table .table-row .table-cell .koltsegek2 {
  cursor: pointer;
  text-decoration: underline;
}
.list-table .swap .tab .table.minusMarginTop {
  margin-top: 0;
}
.list-table .swap .tab#tab-1 .table .table-row,
.list-table .swap .tab#tab-2 .table .table-row {
  margin-top: 0;
  display: block;
}
.list-table .swap .tab#tab-1 .table .table-row .table-cell,
.list-table .swap .tab#tab-2 .table .table-row .table-cell {
  display: block;
  width: 100%;
}
.list-table .swap .tab#tab-1 .table .table-row .table-cell.tdtitle,
.list-table .swap .tab#tab-2 .table .table-row .table-cell.tdtitle {
  display: inline-block;
  width: 60%;
  font-size: 17px;
  font-weight: normal;
}
.list-table .swap .tab#tab-1 .table .table-row .table-cell.extraBold,
.list-table .swap .tab#tab-2 .table .table-row .table-cell.extraBold {
  font-size: 17px;
  display: inline-block;
  width: auto;
  font-weight: bold;
  line-height: 19px;
  padding-right: 10px;
  padding-bottom: 7px;
}
.list-table .swap .tab#tab-1 .sub-table,
.list-table .swap .tab#tab-2 .sub-table {
  width: 55%;
  float: right;
}
.list-table .swap .tab#tab-4 .chart-1-over,
.list-table .swap .tab#tab-4 .chart-1-under {
  padding: 0 20px;
}
.list-table .swap .tab#tab-4 .chart-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.list-table .swap .tab .kezdeti-koltsegek-reszletei,
.list-table .swap .tab .egyeb-koltsegek-reszletei,
.list-table .swap .tab .koltsegek-reszletei1,
.list-table .swap .tab .koltsegek-reszletei2 {
  display: none;
}
@media screen and (max-width: 768px) {
  .bank360 {
    height: auto;
  }
  .bank360 .calculator {
    float: none;
    width: 97.7%;
    margin: 17px auto 0;
    padding: 0;
    box-shadow: unset;
  }
  .bank360 .calculator #calculator-mobile-wrapper {
    border-radius: 19px;
    box-shadow: 0 2px 7px 0 rgba(34, 34, 34, 0.5);
    background-color: #ecf9ff;
    padding: 5px 15px 14px;
  }
  .bank360 .calculator #calculator-mobile-wrapper .credit {
    margin-top: 0;
  }
  .bank360 .calculator #calculator-mobile-wrapper .credit,
  .bank360 .calculator #calculator-mobile-wrapper .term {
    float: none;
    width: 100%;
  }
  .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: 28px;
  }
  .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;
    text-align-last: center;
    text-align: center;
    -webkit-appearance: none;
    appearance: none;
  }
  .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 .bank360-refresh {
    height: auto;
    margin-top: 12px;
  }
  .bank360 .calculator .bank360-refresh .refresh {
    width: 97.1%;
    height: 39px;
    border-radius: 30px;
    box-shadow: 0 10px 15px -6px #575757;
    background-color: #0da0de;
    font-size: 20px;
  }
  .bank360 .list-table {
    margin-top: 27px;
  }
  .bank360 .list-table .content {
    position: relative;
    box-shadow: 0 2px 7px -1px rgba(0, 0, 0, 0.5);
    padding-top: 8px;
    height: 131px;
    display: block;
  }
  .bank360 .list-table .content.head {
    display: none;
  }
  .bank360 .list-table .content .promotion {
    display: inline;
    position: absolute;
    transform: rotate(-90deg);
    color: #0ca0dd;
    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: 38%;
    height: 59px;
    display: inline-block;
    padding-left: 17px;
    margin-top: 4px;
    margin-bottom: 2px;
    margin-left: 0;
  }
  .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;
    color: black;
  }
  .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 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 42px;
    border-right: solid 1px #f5f5f5;
    float: left;
    width: 37%;
    margin-left: 0;
  }
  .bank360 .list-table .content div.data-torlesztoreszlet label {
    margin-right: 4px;
    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;
    height: 42px;
    float: left;
    width: 28%;
    border-right: 1px solid #f5f5f5;
  }
  .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.reszletek {
    float: left;
    display: flex;
    align-items: center;
    width: 36%;
  }
  .bank360 .list-table .content div.reszletek * {
    width: 86.9%;
    margin-top: 5px;
  }
  .bank360 .list-table .content .helper,
  .bank360 .list-table .content hr {
    display: none;
  }
  .bank360 .links {
    margin: 8px auto 0;
    width: 97.38%;
  }
  .bank360 .links .legal-link {
    color: #393a3a;
    font-size: 11px;
    line-height: 11px;
  }
  .bank360 .links .more a {
    color: #e88300;
    font-size: 15px;
    line-height: 15px;
  }
  .bank360-hvg-widget {
    width: 320px;
    max-width: 100%;
    max-height: 819px;
    margin: auto;
    border: unset;
    background-color: #fff;
  }
  .bank360-hvg-widget .header {
    display: none;
  }
  .bank360-hvg-widget .calculator {
    border: none;
  }
  .bank360-hvg-widget .calculator .mobile-title {
    display: block;
  }
  .bank360-hvg-widget .calculator .desktop-title {
    display: none;
  }
  .bank360-hvg-widget .calculator .bank360-logo {
    margin: 0;
  }
  .bank360-hvg-widget .calculator .bank360-logo a {
    float: left;
    width: 100%;
  }
  .bank360-hvg-widget .calculator .bank360-logo img {
    width: 195px;
    display: block;
    margin: 0 auto 10px;
  }
  .bank360-hvg-widget .calculator .bank360-logo span {
    width: 154px;
    margin: 0 0 0 8px;
    float: left;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #7a7a7a;
  }
  .bank360-hvg-widget .calculator .input-wrapper {
    clear: both;
    margin: 0 5px;
    border: solid 1px #595959;
  }
  .bank360-hvg-widget .calculator .input-wrapper #calculator-mobile-wrapper {
    border-radius: 0;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #7a7a7a;
  }
  .bank360-hvg-widget .calculator .input-wrapper #calculator-mobile-wrapper .mobile-title {
    width: 327px;
    max-width: 100%;
    height: 35px;
    border: 1px solid #8a8a8e;
    border-radius: 8px;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
    color: #595959;
    padding-top: 7px;
    margin-top: 7px;
  }
  .bank360-hvg-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .title,
  .bank360-hvg-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .title {
    margin: 13px 0 6px 0;
    font-size: 17px;
    color: #595959;
    font-weight: normal;
  }
  .bank360-hvg-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .input .button,
  .bank360-hvg-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input .button {
    font-size: 35px;
    background: #e25900;
  }
  .bank360-hvg-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .input .button.next,
  .bank360-hvg-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input .button.next {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .bank360-hvg-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .input .button.next span,
  .bank360-hvg-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input .button.next span {
    line-height: 25px;
    height: 25px;
  }
  .bank360-hvg-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .input .button.ios,
  .bank360-hvg-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input .button.ios {
    line-height: 33px;
  }
  .bank360-hvg-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .input .button.ios.next,
  .bank360-hvg-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input .button.ios.next {
    display: inline-block;
    line-height: 31px;
  }
  .bank360-hvg-widget .list-table .content .promotion {
    top: 34px;
  }
  .bank360-hvg-widget .list-table .content div.logo img {
    max-width: 95px;
  }
  .bank360-hvg-widget .list-table .content div.marketing-mobile {
    color: #595959;
  }
  .bank360-hvg-widget .list-table .content div.mobile-lower {
    position: relative;
  }
  .bank360-hvg-widget .list-table .content div.data-torlesztoreszlet,
  .bank360-hvg-widget .list-table .content div.data-thm {
    height: 46px;
    top: 6px;
  }
  .bank360-hvg-widget .list-table .content div.data-torlesztoreszlet label,
  .bank360-hvg-widget .list-table .content div.data-thm label {
    font-size: 13px;
    font-weight: normal;
    color: #595959;
  }
  .bank360-hvg-widget .list-table .content div.data-torlesztoreszlet .data-moratorium,
  .bank360-hvg-widget .list-table .content div.data-thm .data-moratorium {
    margin-top: 0;
    font-size: 9px;
  }
  .bank360-hvg-widget .list-table .content div.data-torlesztoreszlet .data-moratorium span,
  .bank360-hvg-widget .list-table .content div.data-thm .data-moratorium span {
    font-size: 8px;
    width: auto;
  }
  .bank360-hvg-widget .list-table .content div.data-torlesztoreszlet .data-moratorium span:last-of-type,
  .bank360-hvg-widget .list-table .content div.data-thm .data-moratorium span:last-of-type {
    font-size: 9px;
    margin-top: -0.5px;
  }
  .bank360-hvg-widget .list-table .content div.data-torlesztoreszlet .loan-data-data,
  .bank360-hvg-widget .list-table .content div.data-thm .loan-data-data {
    margin-top: 0;
  }
  .bank360-hvg-widget .list-table .content div.reszletek {
    margin: 0 0 0 2px;
    width: 102px;
    top: 16px;
    right: 0;
  }
  .bank360-hvg-widget .list-table .content div.reszletek span {
    margin-top: 1px;
  }
  .bank360-hvg-widget .list-table .content.banner .promotion {
    top: 31px;
    left: -19px;
  }
  .bank360-hvg-widget .list-table .content.banner div.marketing-mobile {
    font-size: 13.9px;
    font-weight: bold;
    line-height: 1.3;
    color: black;
  }
  .bank360-hvg-widget .list-table .content.banner div.marketing {
    display: none;
  }
  .bank360-hvg-widget .list-table .content.banner div.data-havi-dij {
    display: flex;
    margin-top: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 42px;
    float: left;
    width: 37%;
    margin-left: 0;
    margin-right: 26%;
  }
  .bank360-hvg-widget .list-table .content.banner div.data-havi-dij label {
    margin-right: 4px;
    display: block;
    font-size: 12.4px;
    line-height: 13px;
    font-weight: normal;
    color: #595959;
  }
  .bank360-hvg-widget .list-table .content.banner div.data-havi-dij .loan-data-data {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: black;
    margin-top: 0;
  }
  .bank360-hvg-widget .list-table .no-result {
    margin-bottom: 10px;
  }
  .bank360-hvg-widget .links {
    margin-bottom: 5px;
  }
  .bank360-hvg-widget .links a.legal-info,
  .bank360-hvg-widget .links a.more {
    font-size: 10px;
  }
  .bank360-hvg-widget .links a.more {
    display: inline-block !important;
    height: auto;
    width: auto;
    opacity: 1;
    -webkit-tap-highlight-color: unset;
  }
  .bank360-glob-widget {
    border: none;
    height: auto;
    width: 100%;
    max-width: 375px;
    max-height: 700px;
  }
  .bank360-glob-widget .header {
    border: 1px solid #d8d8d8;
    border-bottom: 0;
    box-sizing: content-box;
    display: block;
    padding-bottom: 22px;
  }
  .bank360-glob-widget .header .title {
    font-size: 30px;
    line-height: 1;
    padding-bottom: 22px;
    padding-top: 4px;
    text-align: center;
  }
  .bank360-glob-widget .widget-box {
    height: auto;
    width: 100%;
    max-width: 375px;
  }
  .bank360-glob-widget .calculator {
    border: none;
    margin: 0;
    width: 100%;
  }
  .bank360-glob-widget .calculator .mobile-title {
    display: block;
  }
  .bank360-glob-widget .calculator .desktop-title {
    display: none;
  }
  .bank360-glob-widget .calculator .bank360-logo {
    margin: 0;
  }
  .bank360-glob-widget .calculator .bank360-logo a {
    float: left;
    width: 100%;
  }
  .bank360-glob-widget .calculator .bank360-logo img {
    width: 195px;
    display: block;
    margin: 0 auto 10px;
  }
  .bank360-glob-widget .calculator .bank360-logo span {
    width: 154px;
    margin: 0 0 0 8px;
    float: left;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #7a7a7a;
  }
  .bank360-glob-widget .calculator .input-wrapper {
    clear: both;
    margin: 0;
    border: none;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper {
    border-radius: 0;
    background-color: #fff;
    font-size: 16px;
    font-weight: bold;
    color: #7a7a7a;
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.5);
    padding: 5px 8px 5px;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .mobile-title {
    width: auto;
    height: 35px;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    color: #595959;
    font-size: 28px;
    padding: 0;
    margin-top: 0;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .title,
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .title {
    margin: 13px 0 4px 0;
    font-size: 17px;
    color: #595959;
    font-weight: normal;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .input,
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input {
    height: 32px;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .input .fs-dropdown,
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input .fs-dropdown {
    height: 32px;
    width: calc(100% - 40px);
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .input .fs-dropdown .fs-dropdown-selected,
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input .fs-dropdown .fs-dropdown-selected {
    border-top: 1px solid #8a8a8e;
    border-bottom: 1px solid #8a8a8e;
    font-size: 17px;
    height: 32px;
    line-height: 31px;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .input .button,
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input .button {
    background: #e25900;
    font-size: 35px;
    height: 32px;
    width: 20px;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .input .button.prev,
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input .button.prev {
    float: left;
    font-size: 25px;
    line-height: 30px;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .input .button.next,
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input .button.next {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .input .button.next span,
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input .button.next span {
    line-height: 23px;
    height: 25px;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .input .button span,
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input .button span {
    font-size: 18px;
    line-height: 23px;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .input .button.ios,
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input .button.ios {
    line-height: 30px;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .input .button.ios.next,
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input .button.ios.next {
    display: inline-block;
    line-height: 19px;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit .input select,
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input select {
    height: 32px;
    width: 100%;
    border-radius: 0;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit {
    float: left;
    width: 178px;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .term {
    float: right;
    width: 150px;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input select {
    float: left;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .term .input .button.next {
    float: right;
  }
  .bank360-glob-widget .calculator a.more-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bank360-glob-widget .calculator .more-button {
    display: block;
    width: 357px;
    height: 39px;
    border-radius: 30px;
    box-shadow: 0 10px 15px -6px #575757;
    background-color: #0da0de;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin: 12px 0 0 3px;
    text-transform: uppercase;
  }
  .bank360-glob-widget .calculator .more-button.animated {
    animation: pulse 1.5s infinite;
  }
  .bank360-glob-widget .list-table .content {
    margin-top: 8px;
    padding-top: 0;
  }
  .bank360-glob-widget .list-table .content .promotion {
    top: 28px;
  }
  .bank360-glob-widget .list-table .content div.logo img {
    max-width: 100px;
  }
  .bank360-glob-widget .list-table .content div.marketing-mobile {
    color: #595959;
  }
  .bank360-glob-widget .list-table .content div.data-torlesztoreszlet,
  .bank360-glob-widget .list-table .content div.data-thm {
    height: 46px;
    top: 10px;
  }
  .bank360-glob-widget .list-table .content div.data-torlesztoreszlet label,
  .bank360-glob-widget .list-table .content div.data-thm label {
    font-size: 13px;
    font-weight: normal;
    color: #595959;
  }
  .bank360-glob-widget .list-table .content div.data-torlesztoreszlet .data-moratorium,
  .bank360-glob-widget .list-table .content div.data-thm .data-moratorium {
    margin-top: 0;
    font-size: 9px;
  }
  .bank360-glob-widget .list-table .content div.data-torlesztoreszlet .data-moratorium span,
  .bank360-glob-widget .list-table .content div.data-thm .data-moratorium span {
    font-size: 8px;
    width: auto;
  }
  .bank360-glob-widget .list-table .content div.data-torlesztoreszlet .data-moratorium span:last-of-type,
  .bank360-glob-widget .list-table .content div.data-thm .data-moratorium span:last-of-type {
    font-size: 9px;
    margin-top: -0.5px;
  }
  .bank360-glob-widget .list-table .content div.data-torlesztoreszlet .loan-data-data,
  .bank360-glob-widget .list-table .content div.data-thm .loan-data-data {
    margin-top: 0;
  }
  .bank360-glob-widget .list-table .content div.reszletek {
    margin: 21px 0 0 12px;
    width: 102px;
  }
  .bank360-glob-widget .list-table .content div.reszletek span {
    margin-top: 1px;
  }
  .bank360-glob-widget .list-table .content .bottom-line {
    bottom: 0;
  }
  .bank360-glob-widget .list-table .no-result {
    margin-bottom: 10px;
  }
  .bank360-glob-widget .links {
    margin-bottom: 10px;
  }
  .list-table .swap {
    top: 0;
  }
}
@media screen and (max-width: 359px) {
  .bank360-hvg-widget .list-table .content.banner div .marketing-mobile {
    font-size: 14.5px;
  }
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .credit,
  .bank360-glob-widget .calculator .input-wrapper #calculator-mobile-wrapper .term {
    width: calc(50% - 5px);
  }
  .bank360-glob-widget .more-button {
    width: calc(100% - 10px);
    font-size: 6vw;
  }
  .bank360-glob-widget .list-table .content div.logo img {
    max-width: 100%;
  }
  .bank360-glob-widget .list-table .content div.reszletek {
    width: calc(35% - 21px);
  }
  .bank360-glob-widget .links a.legal-info,
  .bank360-glob-widget .links a.more {
    font-size: 3.1vw;
  }
  .bank360-glob-widget .links .service-provider span {
    font-size: 3.1vw;
  }
}
