@media(max-width: 1024px) {
  :root {
    --titleFontH1: 700 24px/normal var(--fontFamily);
    --titleFontH2: var(--titleFontH1);
    --titleFontH3: var(--titleFontH1);
  }

  .header {
    height: 80px;
  }

  .logo img {
    max-height: 40px;
  }

  .title__h1,
  .title__h2 {
    margin-bottom: 20px;
  }

  .main_canvas {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    height: 220px;
  }

  .section {
    padding: 20px 0;
  }

  .section__static-page {
    padding-top: 90px;
  }

  .static-page h1 {
    margin-bottom: 24px;
  }

  .static-page h2 {
    margin-bottom: 20px;
  }

  .section__main {
    min-height: calc(100vh - 80px);
    height: auto;
    padding-top: 90px;
  }

  .payment-logos {
    margin: 0 -8px;
  }

  .payment-logos_item {
    margin: 0 8px;
  }

  .payment-logos_item::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.4);
    transform: translate(-50%, -50%) scale(0.4);
  }

  .main_scene-wrap {
    position: relative;
    left: 50%;
    top: 0;
    height: 70vw;
    width: 140vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translate(-47%, 0) !important;
    transform: translate(-47%, 0) !important;
    -webkit-animation: none !important;
    animation: none !important;
  }

  .main_scene-wrap::after {
    width: 90vw;
    height: 90vw;
  }

  .main_intro {
    -ms-flex: initial;
    flex: initial;
    text-align: center;
    margin: 0 auto 20px;
    flex: initial;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .main_actions {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .payment_tabs-content-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
  }

  .payment_tabs-content-col {
    width: 100%;
    min-height: auto;
  }

  .payment_tabs-content-col__img {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .payment_tabs-content-item .payment_tabs-content-col__img {
    -ms-flex-order: initial;
    order: initial;
    padding: 0;
    margin-bottom: 20px;
  }

  .payment_description {
    margin-bottom: 20px;
  }

  .blog_items {
    overflow: hidden;
    overflow-x: scroll;
    margin: 0 -10px;
  }

  .blog_items::-webkit-scrollbar {
    opacity: 0;
    visibility: hidden;
  }

  .blog_item,
  .blog_item.is-collapsed {
    width: 280px;
    margin: 0 10px;
  }

  .blog_item.is-collapsed .blog_item-description {
    -webkit-line-clamp: 3;
  }

  .blog_item .blog_item-action .btn {
    width: 100%;
    min-width: 100%;
  }

  .blog_item .blog_item-action .btn_text {
    display: block;
    opacity: 1;
  }

  .blog_item .blog_item-action .icon {
    display: none;
  }

  .contact-us {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contact-us_info {
    max-width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }

  .contact-us_img {
    margin: 0 auto 20px;
  }

  .contact-us_form {
    margin: 0 auto;
  }
}

@media(max-width: 768px) {
  .header_wrap {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header_button {
    display: none;
  }

  .main_subtitle {
    margin-bottom: 20px;
  }

  .main_actions {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .main_action {
    margin: 0 auto 16px;
  }

  .payment_tabs {
    margin: 0 -20px;
    padding: 2px 0;
    overflow: hidden;
    overflow-x: scroll;
  }

  .payment_tabs::-webkit-scrollbar {
    opacity: 0;
    visibility: hidden;
  }

  .payment_tabs-items {
    width: 100%;
    border-radius: 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .payment_tabs-item {
    min-width: -webkit-max-content;
    min-width: max-content;
    margin-right: 20px;
    font-size: 16px;
    padding: 0;
  }

  .payment_tabs-item:last-of-type {
    margin-right: 0;
  }

  .payment_tabs-item:hover,
  .payment_tabs-item.is-active {
    background: none;
    color: var(--colorAccent);
  }

  .payment_services-item {
    font-weight: 400;
    padding: 8px;
  }

  .benefits_items {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
  }

  .benefits_items .benefits_item {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px;
  }

  .benefits_items .benefits_item:last-of-type {
    margin-bottom: 0;
  }

  .benefits_item-badge {
    top: 20px;
    right: 20px;
  }

  .contact-us_form {
    width: 100%;
  }

  .contact-us-custom {
    padding: 20px;
  }

  .footer {
    padding: 20px 0;
  }

  .footer_wrap {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer_info {
    width: 100%;
    margin-bottom: 20px;
  }

  .payment_tabs-items {
    margin: 0;
  }

  .animation-2_btn {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  .animation-2_cards {
    width: 150px;
  }

  .animation-3_card {
    width: 200px;
    top: -12%;
  }
}

@media(max-width: 540px) {
  .main_action {
    width: 100%;
  }

  .benefits_item-img {
    --imgWidth: 100px;
  }

  .contact-us-custom-fields {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-us-custom-field {
    width: 100%;
  }

  .contact-us-custom_button {
    width: 100%;
  }

  .payment_img-block {
    height: 300px;
  }

  .footer_menu {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer_menu-items {
    width: 100%;
    margin-bottom: 20px;
  }
}