@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap");
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 1.25;
  color: #424242; }
  @media (max-width: 991.98px) {
    body {
      font-size: 16px; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #424242; }
  @media (max-width: 991.98px) {
    h3 {
      font-size: 24px;
      line-height: 1.5; } }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: inherit; }

ul,
li {
  list-style: none; }

.text-left {
  text-align: left !important; }

.text-bold {
  font-weight: 700; }

.section-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 30px; }

.section-info {
  margin-top: 30px;
  margin-bottom: 30px; }

.img-responsive {
  width: 100%;
  height: auto; }

.button {
  font-size: 20px;
  padding: 15px 20px;
  color: #ffffff;
  border-radius: 12px;
  box-shadow: none;
  display: inline-flex; }
  .button-grey {
    background: linear-gradient(94.34deg, #424242 -5.96%, #6C6C6C 104.76%);
    box-shadow: 2px 3px 20px 2px rgba(216, 65, 0, 0.34); }
  .button-red {
    background: linear-gradient(107.69deg, #FF6000 13.74%, #FF8D49 93.68%);
    box-shadow: 3px 3px 18px 2px rgba(56, 56, 56, 0.2); }
  .button-outline {
    border: 2px solid #ffffff; }
  .button:hover {
    background: linear-gradient(95.18deg, #00ACE1 1.93%, #26E5FF 92.05%);
    color: #ffffff; }

.button-lg {
  font-size: 28px;
  padding: 20px 25px; }
  @media (max-width: 991.98px) {
    .button-lg {
      font-size: 20px;
      padding: 16px 20px; } }

.section-title {
  font-weight: 800;
  font-size: 42px;
  line-height: 1.25;
  text-align: center;
  color: #424242; }
  @media (max-width: 991.98px) {
    .section-title {
      font-size: 34px; } }

.shape-bottom {
  position: absolute;
  bottom: 0; }
  .shape-bottom svg {
    width: 100%;
    height: auto; }

.shape-top {
  position: absolute;
  top: -6px; }
  .shape-top svg {
    width: 100%;
    height: auto; }

.section-header {
  width: 100%;
  position: fixed;
  padding-top: 90px;
  z-index: 99;
  transition: .3s; }
  @media (max-width: 991.98px) {
    .section-header {
      padding: 20px 0; } }
  .section-header .section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1199.98px) {
      .section-header .section-inner .logo img {
        width: 200px; } }
    .section-header .section-inner .nav .navigation {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex; }
      .section-header .section-inner .nav .navigation.active {
        left: 0; }
      @media (max-width: 991.98px) {
        .section-header .section-inner .nav .navigation {
          position: fixed;
          top: 90px;
          left: -100%;
          flex-direction: column;
          width: 100%;
          padding: 24px;
          transition: .3s;
          background-color: #424242;
          -webkit-box-shadow: 0 4px 5px -4px rgba(107, 107, 107, 0.76);
          box-shadow: 0 4px 5px -4px rgba(107, 107, 107, 0.76); } }
      .section-header .section-inner .nav .navigation-item {
        margin-left: 50px; }
        @media (max-width: 1199.98px) {
          .section-header .section-inner .nav .navigation-item {
            margin-left: 24px; } }
        @media (max-width: 991.98px) {
          .section-header .section-inner .nav .navigation-item {
            margin-bottom: 16px; } }
        .section-header .section-inner .nav .navigation-item-link {
          font-size: 18px;
          font-weight: 500;
          color: #ffffff; }
  .section-header-sticky {
    padding: 20px 0;
    background: linear-gradient(97.16deg, #FF6000 8.25%, #FF8841 93.87%); }
    .section-header-sticky .logo img {
      width: 200px; }
  .section-header .hamburger {
    display: none; }
    .section-header .hamburger.active .bar:nth-child(2) {
      opacity: 0; }
    .section-header .hamburger.active .bar:nth-child(1) {
      transform: translateY(8px) rotate(45deg); }
    .section-header .hamburger.active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg); }
    @media (max-width: 991.98px) {
      .section-header .hamburger {
        display: block;
        margin-left: 24px;
        cursor: pointer; } }
    .section-header .hamburger .bar {
      display: block;
      width: 25px;
      height: 3px;
      margin: 5px auto;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      background-color: #ffffff; }

.section-hero {
  background-image: url(./../images/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 280px;
  padding-bottom: 250px; }
  @media (max-width: 991.98px) {
    .section-hero {
      padding-top: 130px;
      padding-bottom: 130px; } }
  @media (max-width: 767.98px) {
    .section-hero {
      padding-bottom: 80px; } }
  .section-hero .section-inner {
    display: flex; }
    .section-hero .section-inner .promo {
      width: 60%;
      color: #ffffff; }
      @media (max-width: 991.98px) {
        .section-hero .section-inner .promo {
          width: 90%; } }
      @media (max-width: 767.98px) {
        .section-hero .section-inner .promo {
          width: 100%; } }
      .section-hero .section-inner .promo-title {
        font-size: 42px;
        font-weight: 800;
        margin-bottom: 32px; }
        @media (max-width: 991.98px) {
          .section-hero .section-inner .promo-title {
            font-size: 34px;
            margin-bottom: 16px; } }
      .section-hero .section-inner .promo-description {
        margin-bottom: 40px;
        line-height: 1.5; }
        @media (max-width: 991.98px) {
          .section-hero .section-inner .promo-description {
            margin-bottom: 24px; } }
      .section-hero .section-inner .promo .button {
        margin-right: 32px; }
        @media (max-width: 991.98px) {
          .section-hero .section-inner .promo .button {
            margin-bottom: 24px; } }
    .section-hero .section-inner .promo-image {
      margin-left: 16px; }
      @media (max-width: 767.98px) {
        .section-hero .section-inner .promo-image {
          display: none; } }
  .section-hero .shape-bottom {
    bottom: -7px; }

.section-choose-visa {
  position: relative;
  padding: 80px 0 280px 0;
  background-image: url(./../images/dots.png), url(./../images/dots.png);
  background-repeat: no-repeat;
  background-position: 30px 180px, right 30px bottom 180px; }
  @media (max-width: 991.98px) {
    .section-choose-visa {
      padding: 50px 0 130px 0; } }
  .section-choose-visa .section-title {
    margin-bottom: 60px; }
    @media (max-width: 991.98px) {
      .section-choose-visa .section-title {
        margin-bottom: 32px; } }
  .section-choose-visa .section-choose-visa-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    .section-choose-visa .section-choose-visa-cards .card {
      flex: 0 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 30%;
      box-shadow: 3px 4px 20px 10px rgba(94, 94, 94, 0.12);
      border-radius: 12px;
      padding: 50px 15px 72px 15px;
      margin: 20px 15px;
      border: none; }
      @media (max-width: 991.98px) {
        .section-choose-visa .section-choose-visa-cards .card {
          width: 50%; } }
      @media (max-width: 767.98px) {
        .section-choose-visa .section-choose-visa-cards .card {
          width: 100%; } }
      .section-choose-visa .section-choose-visa-cards .card:hover .shape path {
        fill: #e0e0e0;
        transition: .3s; }
      .section-choose-visa .section-choose-visa-cards .card-icon {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center; }
        .section-choose-visa .section-choose-visa-cards .card-icon .icon {
          position: absolute; }
      .section-choose-visa .section-choose-visa-cards .card-title {
        display: flex;
        font-size: 24px;
        font-weight: 700;
        color: #424242;
        margin-top: 30px;
        line-height: 29px;
        text-align: center; }

.section-carts {
  padding: 80px 0 300px 0;
  background-color: #f5f5f5;
  position: relative; }
  @media (max-width: 575.98px) {
    .section-carts {
      padding-bottom: 150px; } }
  .section-carts .section-title {
    margin-bottom: 100px; }
    @media (max-width: 767.98px) {
      .section-carts .section-title {
        margin-bottom: 0; } }
  .section-carts .carts-slider-carousel {
    width: 600px;
    margin: 0 auto; }
    @media (max-width: 767.98px) {
      .section-carts .carts-slider-carousel {
        width: 100%; } }
    .section-carts .carts-slider-carousel-item {
      display: flex;
      text-align: center; }
      .section-carts .carts-slider-carousel-item-image {
        width: 100%;
        margin: 0 auto; }
      .section-carts .carts-slider-carousel-item-title {
        font-weight: 700;
        font-size: 24px; }
      .section-carts .carts-slider-carousel-item-item {
        margin-top: 16px; }
      .section-carts .carts-slider-carousel-item-buttons {
        display: flex;
        justify-content: space-between;
        margin-top: 24px; }
        @media (max-width: 575.98px) {
          .section-carts .carts-slider-carousel-item-buttons {
            flex-direction: column;
            margin-top: 0; } }
        @media (max-width: 575.98px) {
          .section-carts .carts-slider-carousel-item-buttons .button {
            margin-top: 16px;
            display: block; } }

.section-mob-banking {
  position: relative;
  padding: 80px 0 250px 0; }
  @media (max-width: 991.98px) {
    .section-mob-banking {
      padding-bottom: 150px; } }
  .section-mob-banking .section-title {
    text-align: left; }
  .section-mob-banking-download-app .download-app-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #424242;
    margin-bottom: 30px; }
    @media (max-width: 991.98px) {
      .section-mob-banking-download-app .download-app-title {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 16px; } }
  .section-mob-banking-download-app .download-app-store-links .store-btn {
    display: inline-flex;
    box-shadow: 3px 3px 18px 2px rgba(56, 56, 56, 0.2);
    border-radius: 12px;
    margin: 13px 0; }
  @media (max-width: 575.98px) {
    .section-mob-banking-download-app .download-app-barcode {
      margin: 32px 0;
      width: 50%; } }
  @media (max-width: 575.98px) {
    .section-mob-banking-download-app .d-flex {
      flex-direction: column; } }
  .section-mob-banking .download-app-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 70px;
    margin-top: 80px;
    border-top: 3px solid #9e9e9e; }
    @media (max-width: 991.98px) {
      .section-mob-banking .download-app-bottom {
        margin-top: 32px;
        padding-top: 32px; } }
    @media (max-width: 575.98px) {
      .section-mob-banking .download-app-bottom {
        flex-direction: column; } }
    @media (max-width: 575.98px) {
      .section-mob-banking .download-app-bottom .button {
        margin-top: 24px; } }

.section-garmin {
  position: relative;
  padding: 80px 0 250px 0;
  background-color: #f5f5f5; }
  @media (max-width: 991.98px) {
    .section-garmin {
      padding-bottom: 150px; } }
  .section-garmin .button {
    margin-top: 50px; }
    @media (max-width: 991.98px) {
      .section-garmin .button {
        margin-top: 24px; } }

.section-order-cart {
  position: relative;
  padding: 80px 0 200px 0;
  background-image: url(./../images/dots.png);
  background-repeat: no-repeat;
  background-position: right 150px top; }
  @media (max-width: 991.98px) {
    .section-order-cart {
      padding-bottom: 150px; } }
  .section-order-cart .section-inner {
    display: flex;
    align-items: center; }
    @media (max-width: 767.98px) {
      .section-order-cart .section-inner {
        flex-direction: column-reverse; } }
  .section-order-cart .button {
    margin-top: 30px; }

.section-tariffs {
  position: relative;
  padding: 80px 0 250px 0;
  background-color: #f5f5f5;
  background-image: url(./../images/dots.png);
  background-repeat: no-repeat;
  background-position: 30px 130px; }
  @media (max-width: 991.98px) {
    .section-tariffs {
      padding-bottom: 150px; } }
  .section-tariffs .section-title {
    margin-bottom: 70px; }
  .section-tariffs .tariff-item {
    background: linear-gradient(95.18deg, #00ACE1 1.93%, #26E5FF 92.05%);
    box-shadow: 3px 4px 20px 10px rgba(94, 94, 94, 0.12);
    border-radius: 12px;
    text-align: center;
    color: #ffffff;
    height: 375px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 767.98px) {
      .section-tariffs .tariff-item {
        margin-bottom: 32px; } }
    .section-tariffs .tariff-item .tariff-title {
      font-weight: 700;
      font-size: 36px;
      line-height: 44px;
      margin: 24px 0 18px 0; }
      @media (max-width: 767.98px) {
        .section-tariffs .tariff-item .tariff-title {
          font-size: 24px;
          line-height: 1.5; } }
    .section-tariffs .tariff-item .tariff-info {
      font-weight: 500;
      font-size: 24px;
      line-height: 29px; }
      @media (max-width: 767.98px) {
        .section-tariffs .tariff-item .tariff-info {
          font-size: 18px;
          line-height: 1.5; } }

.section-atms {
  position: relative;
  background: linear-gradient(107.69deg, #FF6000 13.74%, #FF8D49 93.68%);
  padding: 250px 0 300px 0; }
  @media (max-width: 991.98px) {
    .section-atms {
      padding: 150px 0 250px 0; } }
  .section-atms .section-title {
    color: #ffffff; }
  .section-atms .atms-area {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 24px 0;
    width: 70%;
    background-color: #ffffff;
    border-radius: 12px;
    margin: 70px auto 0 auto;
    box-shadow: 2px 3px 20px 2px rgba(216, 65, 0, 0.34);
    font-weight: 500;
    font-size: 36px;
    line-height: 44px; }
    @media (max-width: 991.98px) {
      .section-atms .atms-area {
        width: 100%; } }
    @media (max-width: 767.98px) {
      .section-atms .atms-area {
        padding: 8px;
        font-size: 16px;
        line-height: 1.5; } }
    .section-atms .atms-area .button {
      box-shadow: none; }
    @media (max-width: 767.98px) {
      .section-atms .atms-area .atms-icon svg {
        width: 32px; } }

.section-advice {
  position: relative;
  background: #f5f5f5;
  padding: 80px 0 50px 0; }
  .section-advice .advices {
    margin-top: 70px; }
    .section-advice .advices .advice-item {
      display: flex;
      margin-bottom: 40px;
      align-items: center; }
      @media (max-width: 991.98px) {
        .section-advice .advices .advice-item {
          margin-bottom: 32px; } }
    .section-advice .advices .advice-icon {
      margin-right: 32px; }
    .section-advice .advices .advice-text {
      font-weight: 400;
      font-size: 24px;
      line-height: 28px;
      text-align: justify; }
      @media (max-width: 991.98px) {
        .section-advice .advices .advice-text {
          font-size: 18px;
          line-height: 1.5; } }
  .section-advice .order-delivery {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-top: 3px solid #9e9e9e;
    padding: 80px 0;
    margin-top: 80px; }
    @media (max-width: 767.98px) {
      .section-advice .order-delivery {
        flex-direction: column;
        text-align: center;
        margin-top: 48px;
        padding: 32px 0; } }
    .section-advice .order-delivery .delivery-text {
      font-weight: 700;
      font-size: 36px;
      line-height: 44px;
      background: linear-gradient(107.69deg, #FF6000 13.74%, #FF8D49 93.68%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text; }
      @media (max-width: 991.98px) {
        .section-advice .order-delivery .delivery-text {
          font-size: 24px; } }
      @media (max-width: 767.98px) {
        .section-advice .order-delivery .delivery-text {
          line-height: 1.5;
          margin: 24px 0; } }

.section-footer {
  background-color: #f5f5f5;
  background-image: url(./../images/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 200px 0 50px 0; }
  @media (max-width: 767.98px) {
    .section-footer {
      padding-top: 80px;
      padding-bottom: 0; } }
  .section-footer h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #ffffff; }
  .section-footer h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-top: 32px;
    margin-bottom: 24px; }
    @media (max-width: 991.98px) {
      .section-footer h4 {
        font-size: 18px; } }
  .section-footer .phone-number {
    display: flex;
    align-items: center;
    color: #ffffff; }
    .section-footer .phone-number .number {
      margin-left: 16px;
      font-weight: 400;
      font-size: 18px;
      line-height: 21px; }
      @media (max-width: 991.98px) {
        .section-footer .phone-number .number {
          font-size: 16px; } }
      @media (max-width: 767.98px) {
        .section-footer .phone-number .number {
          margin-bottom: 16px; } }
  .section-footer .social {
    display: flex; }
    .section-footer .social .item {
      margin-right: 24px; }
  .section-footer .footer-bottom {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    padding: 32px 0;
    margin-top: 32px;
    border-top: 3px solid #ffffff; }

.application-form {
  padding: 0 0 56px 0;
  font-size: 16px;
  color: #424242;
  line-height: 1.5;
  background-color: #f5f5f5; }
  .application-form-header {
    padding: 56px 0;
    background: linear-gradient(95.18deg, #00ACE1 1.93%, #26E5FF 92.05%);
    margin-bottom: 40px; }
    .application-form-header .section-inner {
      text-align: center; }
      .application-form-header .section-inner a {
        color: #ffffff; }
      .application-form-header .section-inner h2 {
        color: #ffffff;
        font-weight: 700;
        margin-top: 24px; }
  .application-form .section-inner {
    width: 800px; }
    @media (max-width: 767.98px) {
      .application-form .section-inner {
        width: 100%; } }
  .application-form .form {
    margin-bottom: 24px; }
  .application-form .form-item {
    margin-top: 24px; }
    .application-form .form-item-title {
      font-weight: 700;
      font-size: 28px;
      line-height: 44px;
      background: linear-gradient(107.69deg, #FF6000 13.74%, #FF8D49 93.68%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 24px; }
    .application-form .form-item-name {
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      color: #000000;
      margin-bottom: 24px;
      margin-top: 24px; }
    .application-form .form-item .label {
      margin-bottom: 16px;
      display: flex;
      align-items: center; }
    .application-form .form-item .checkbox {
      display: none; }
    .application-form .form-item .fake {
      display: inline-block;
      width: 28px;
      height: 28px;
      border: 2px solid #9e9e9e;
      border-radius: 6px;
      position: relative;
      margin-right: 16px; }
      .application-form .form-item .fake::before {
        content: "";
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 16px;
        height: 16px;
        background-image: url(./../images/icons/check.svg);
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0;
        transition: .2s; }
    .application-form .form-item .checkbox:checked + .fake::before {
      opacity: 1; }
    .application-form .form-item .text {
      display: block;
      font-size: 16px;
      line-height: 22px; }
    .application-form .form-item .text-field {
      width: 100%;
      height: 46px;
      border-radius: 56px;
      border: 2px solid #ececec;
      padding: 0 32px;
      margin-bottom: 20px; }
    .application-form .form-item .file-upload {
      width: 100%;
      height: 46px;
      border-radius: 56px;
      border: 2px solid #ececec;
      padding: 10px 32px;
      margin-bottom: 20px;
      cursor: pointer; }
      .application-form .form-item .file-upload input {
        display: none; }
    .application-form .form-item select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none; }
  .application-form-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 50px; }
    @media (max-width: 575.98px) {
      .application-form-footer {
        flex-direction: column;
        margin-top: 24px; } }
    .application-form-footer .button {
      margin-top: 16px;
      display: block;
      text-align: center; }
  .application-form .form-done {
    text-align: center;
    padding: 80px 0; }
    .application-form .form-done h2 {
      margin-top: 40px; }
    .application-form .form-done .application-form-footer {
      justify-content: center; }

.flip-card {
  position: relative;
  border: none;
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.flip-card .flip-front,
.flip-card .flip-back {
  padding: 48px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: ease transform 500ms;
  transition: ease transform 500ms; }

.flip-card .flip-front .flip-content,
.flip-card .flip-back .flip-content {
  -webkit-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.flip-card .flip-front.overlay:before,
.flip-card .flip-back.overlay:before {
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.flip-card .flip-front {
  -webkit-transform: translate3d(0, 0, 1px) rotateY(0deg);
  transform: translate3d(0, 0, 1px) rotateY(0deg); }

.flip-card .flip-back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, -1px) rotateY(180deg);
  transform: translate3d(0, 0, -1px) rotateY(180deg); }

.flip-card.active .flip-front {
  -webkit-transform: translate3d(0, 0, -1px) rotateY(-180deg);
  transform: translate3d(0, 0, -1px) rotateY(-180deg); }

.flip-card.active .flip-back {
  -webkit-transform: translate3d(0, 0, 1px) rotateY(0deg);
  transform: translate3d(0, 0, 1px) rotateY(0deg); }

.flip-card.flip-card-3d .flip-front .flip-content, .flip-card.flip-card-3d .flip-back .flip-content {
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-transform: translate3d(0, 0, 60px);
  transform: translate3d(0, 0, 60px); }
