@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('https://static.hvgrt.hu/bank360/utasbiztositas/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('https://static.hvgrt.hu/bank360/utasbiztositas/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('https://static.hvgrt.hu/bank360/utasbiztositas/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('https://static.hvgrt.hu/bank360/utasbiztositas/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('https://static.hvgrt.hu/bank360/utasbiztositas/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('https://static.hvgrt.hu/bank360/utasbiztositas/assets/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);
  }
}
.bank360 {
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  max-width: 380px;
  position: relative;
  min-height: auto !important;
}
.bank360 .clear_float:after {
  content: "";
  display: table;
  clear: both;
}
.bank360 a {
  text-decoration: none;
}
.bank360 * {
  box-sizing: border-box;
  font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
}
.bank360::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.bank360 .advertisment {
  font-size: 11px;
  color: #949494;
  line-height: 1.2;
  padding-top: 8px;
  border-top: 1px solid #d8d8d8;
  text-transform: uppercase;
}
.bank360 .advertisment.desktop {
  position: relative;
  margin-top: 2px;
}
.bank360 .advertisment.desktop:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #e25902;
  position: absolute;
  top: -2px;
  left: 0;
}
.bank360 .advertisment.mobile {
  display: none;
}
.bank360 .calculator {
  margin-top: 15px;
  padding: 15px 7px 20px;
  border: solid 1px #959595;
  border-radius: 1px;
  text-align: center;
}
.bank360 .calculator a[href="https://bank360.hu/"] {
  display: block;
  margin: auto;
  width: 200px;
  height: 32px;
  background: url("https://static.hvgrt.hu/bank360/utasbiztositas/assets/images/bank360/bank360hu.svg") no-repeat;
}
.bank360 .calculator .bank360-ub-header {
  margin-top: 14px;
  padding: 8px 18px 9px;
  border-radius: 8px;
  box-shadow: 0 2px 7px 0 rgba(34, 34, 34, 0.5);
  background-color: #ecf9ff;
  line-height: 1.2;
}
.bank360 .calculator .bank360-ub-header h2 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.36;
  color: #000;
  font-family: "Nunito Sans", Helvetica, Arial, sans-serif;
}
.bank360 .calculator .bank360-ub-header h3 {
  margin: 2px 0 0;
  padding: 1.3px 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.31px;
}
.bank360 .calculator .input {
  position: relative;
  margin-top: 12px;
  padding: 0 8px;
  text-align: left;
}
.bank360 .calculator .input .label {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.31px;
  line-height: 1;
}
.bank360 .calculator .input .label .info {
  position: relative;
  top: 0;
  right: -5px;
  cursor: pointer;
  margin: 0;
  max-width: 21px;
}
.bank360 .calculator .input textarea {
  width: 100%;
  height: 55px;
  margin: 11px 0 16px;
  border-radius: 8px;
  border: solid 1px #595959;
  padding: 0;
  font-size: 25px;
  line-height: 55px;
  color: #000;
  text-align: center;
  overflow: hidden;
  resize: none;
  outline: none;
}
.bank360 .calculator .input textarea::placeholder {
  color: #595959;
}
.bank360 .calculator .input #result-countries {
  display: none;
  border-radius: 8px;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
  border: solid 1px #0da0de;
  background-color: white;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.bank360 .calculator .input #result-countries:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 13px 10px;
  border-color: transparent transparent #0d9fde transparent;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
}
.bank360 .calculator .input #result-countries:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 14px 10px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin: auto;
}
.bank360 .calculator .input #result-countries .country {
  height: 50px;
  font-size: 17px;
  line-height: 1.06;
  letter-spacing: -0.78px;
  padding-top: 18px;
  padding-left: 21px;
  cursor: pointer;
}
.bank360 .calculator .input #result-countries .country:not(:last-child) {
  border-bottom: solid 1px #0da0de;
}
.bank360 .calculator .input .travel-error-bubble {
  display: none;
  position: absolute;
  margin-top: -22px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 16px 49px -1px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  padding: 16px 47px 12px 10px;
  z-index: 4;
}
.bank360 .calculator .input .travel-error-bubble:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 8px;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.bank360 .calculator .input .travel-error-bubble img {
  position: absolute;
  top: 7.5px;
  right: 7.5px;
  cursor: pointer;
}
.bank360 .calculator .input .travel-error-bubble span {
  display: inline-block;
  line-height: 1.36;
  letter-spacing: -0.08px;
}
.bank360 .calculator .input.error textarea {
  border: solid 3px #ff3f00;
}
.bank360 .calculator .input.filled .label:before {
  display: inline-block;
  content: ' ';
  background-image: url("https://static.hvgrt.hu/bank360/utasbiztositas/assets/images/bank360/pipa.svg");
  background-repeat: no-repeat;
  background-size: 19px 20px;
  height: 19px;
  width: 20px;
  position: relative;
  top: 0;
  right: 4px;
}
.bank360 .calculator .input.filled textarea {
  border: solid 3px #3c780f;
}
.bank360 .calculator #calculate {
  position: relative;
  top: 0;
  width: 729px;
  max-width: 100%;
  height: 64px;
  border-radius: 30px;
  box-shadow: 0 10px 15px -6px #575757;
  background-color: #0da0de;
  font-size: 25px;
  color: white;
  border: none;
  outline: none;
  padding: 0;
  transition: all 0.4s ease;
  cursor: pointer;
}
.bank360 .calculator #calculate.animated {
  box-shadow: 0 10px 15px -6px #0ca0dd;
  animation: pulse 1.5s infinite;
  position: relative;
  z-index: 99;
}
.bank360 .calculator #calculate:hover {
  box-shadow: unset !important;
  top: 4px;
}
.bank360 .calculator #calculate:hover:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  top: -4px;
  left: 0;
}
.bank360 #hover-box {
  display: none;
  position: absolute;
  width: 330px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  padding: 10px 30px 10px 11px;
  font-size: 16px;
  line-height: 1.19;
  color: #595959;
  z-index: 12;
  top: 285px !important;
  left: 25px !important;
}
.bank360.mobile {
  margin: 0 auto;
}
.bank360.mobile .advertisment.desktop {
  display: none;
}
.bank360.mobile .advertisment.mobile {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #888 !important;
  margin: 5px 0 0;
  text-transform: uppercase;
  border-top: 0;
  line-height: 1.4;
  padding: 0;
}
.bank360.mobile .calculator {
  border: none;
  margin-top: 24px;
}
.bank360.mobile .calculator #calculate {
  font-size: 22px;
}
.bank360.mobile #hover-box {
  max-width: 367px;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .bank360.mobile #hover-box {
    top: 242px !important;
  }
}
@media screen and (min-width: 351px) {
  .bank360.mobile #hover-box {
    top: 223px !important;
  }
}
@media screen and (max-width: 374px) {
  .bank360 .calculator .bank360-ub-header h3 {
    font-size: 16px;
  }
}
