/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }
.vue-dropzone{border:2px solid #e5e5e5;font-family:Arial,sans-serif;letter-spacing:.2px;color:#777;transition:.2s linear}.vue-dropzone:hover{background-color:#f6f6f6}.vue-dropzone>i{color:#ccc}.vue-dropzone>.dz-preview .dz-image{border-radius:0;width:100%;height:100%}.vue-dropzone>.dz-preview .dz-image img:not([src]){width:200px;height:200px}.vue-dropzone>.dz-preview .dz-image:hover img{transform:none;-webkit-filter:none}.vue-dropzone>.dz-preview .dz-details{bottom:0;top:0;color:#fff;background-color:rgba(33,150,243,.8);transition:opacity .2s linear;text-align:left}.vue-dropzone>.dz-preview .dz-details .dz-filename{overflow:hidden}.vue-dropzone>.dz-preview .dz-details .dz-filename span,.vue-dropzone>.dz-preview .dz-details .dz-size span{background-color:transparent}.vue-dropzone>.dz-preview .dz-details .dz-filename:not(:hover) span{border:none}.vue-dropzone>.dz-preview .dz-details .dz-filename:hover span{background-color:transparent;border:none}.vue-dropzone>.dz-preview .dz-progress .dz-upload{background:#ccc}.vue-dropzone>.dz-preview .dz-remove{position:absolute;z-index:30;color:#fff;margin-left:15px;padding:10px;top:inherit;bottom:15px;border:2px #fff solid;text-decoration:none;text-transform:uppercase;font-size:.8rem;font-weight:800;letter-spacing:1.1px;opacity:0}.vue-dropzone>.dz-preview:hover .dz-remove{opacity:1}.vue-dropzone>.dz-preview .dz-error-mark,.vue-dropzone>.dz-preview .dz-success-mark{margin-left:auto;margin-top:auto;width:100%;top:35%;left:0}.vue-dropzone>.dz-preview .dz-error-mark svg,.vue-dropzone>.dz-preview .dz-success-mark svg{margin-left:auto;margin-right:auto}.vue-dropzone>.dz-preview .dz-error-message{margin-left:auto;margin-right:auto;left:0;width:100%;text-align:center}.vue-dropzone>.dz-preview .dz-error-message:after{display:none}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-application-banner-v2{padding:60px;border-radius:80px 20px;background:#2a3447}@media screen and (max-width: 768px){.b-application-banner-v2{border-radius:32px 8px;padding:24px}}.b-application-banner-v2__title{font-size:66px;font-weight:700;margin-bottom:12px}@media screen and (max-width: 768px){.b-application-banner-v2__title{font-size:40px}}.b-application-banner-v2__wrap{display:flex;align-items:center;justify-content:space-between;gap:36px;color:#fff}.b-application-banner-v2__app-list{display:flex;flex-wrap:wrap;gap:36px}@media screen and (max-width: 1024px){.b-application-banner-v2__app-list{display:none}}.b-application-banner-v2__app-item{display:flex;align-items:center;gap:12px;text-decoration:none}.b-application-banner-v2__app-main-title{color:#fff;font-size:44px;font-weight:700;line-height:120%;margin-bottom:32px}@media screen and (max-width: 1024px){.b-application-banner-v2__app-main-title{font-size:36px}}@media screen and (max-width: 768px){.b-application-banner-v2__app-main-title{font-size:24px;margin-bottom:20px}}.b-application-banner-v2__app-title{font-size:22px;font-weight:600;line-height:140%;color:#fff}.b-application-banner-v2__img--mob{position:absolute;right:-50px;bottom:-115px}@media screen and (max-width: 1024px){.b-application-banner-v2__img--mob{bottom:unset;top:-10px;right:0;height:calc(100% + 40px)}}.b-application-banner-v2__text{font-size:24px;font-weight:400;line-height:140%;margin-bottom:36px}@media screen and (max-width: 1024px){.b-application-banner-v2__text{font-size:20px;max-width:490px;margin-bottom:24px}}@media screen and (max-width: 1024px){.b-application-banner-v2__text{font-size:16px}}.b-application-banner-v2__btn{margin-top:40px;padding:15px 35px;text-decoration:none;color:#fff}@media screen and (max-width: 1024px){.b-application-banner-v2__btn{display:none}}.b-application-banner-v2__download{display:none}@media screen and (max-width: 1024px){.b-application-banner-v2__download{display:flex;gap:8px}}.b-application-banner-v2__list-btn{border:1px solid #a6a6a6;border-radius:8px;height:56px;width:56px;cursor:pointer;display:flex;align-items:center;justify-content:center}.b-application-banner-v2__list-btn svg{transition:transform .3s ease-in-out}.b-application-banner-v2__app-list-mob{display:none;position:absolute;top:100%;left:0;flex-direction:column;background-color:#fff;width:100vw;max-width:180px;padding:20px 0;border-radius:12px;box-shadow:4px 4px 5.1px 0 rgba(21,27,33,.08)}@media screen and (max-width: 475px){.b-application-banner-v2__app-list-mob{left:unset;right:0}}.b-application-banner-v2__list-wrap{position:relative}.b-application-banner-v2__list-wrap:hover .b-application-banner-v2__app-list-mob{display:flex}.b-application-banner-v2__list-wrap:hover .b-application-banner-v2__list-btn svg{transform:rotate(180deg)}.b-application-banner-v2__app-item-mob{display:flex}.b-application-banner-v2__app-item-mob:hover{background-color:#f6f7f9}.b-application-banner-v2__qr{width:100%;max-width:225px}@media screen and (max-width: 768px){.b-application-banner-v2__qr{display:none}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-application-banner{background:linear-gradient(180deg, #10141d 0%, #2a3447 100%);border-radius:80px 20px 80px 20px;overflow:hidden}@media screen and (max-width: 768px){.b-application-banner{border-radius:32px 8px}}.b-application-banner__back{display:flex;flex-direction:column;justify-content:space-between;z-index:2}.b-application-banner__image-container{padding-left:80px;position:relative}@media screen and (max-width: 1024px){.b-application-banner__image-container{padding-left:60px}}@media screen and (max-width: 768px){.b-application-banner__image-container{padding-left:20px}}.b-application-banner__content{margin-bottom:50px;width:63%;color:#fff;padding-top:60px;padding-left:60px}@media screen and (max-width: 1024px){.b-application-banner__content{padding-left:40px;width:100%}}@media screen and (max-width: 768px){.b-application-banner__content{padding:40px 20px 0;margin-bottom:23px}}.b-application-banner__title{font-size:44px;font-weight:700;line-height:130%;margin-bottom:16px}@media screen and (max-width: 1024px){.b-application-banner__title{font-size:36px}}@media screen and (max-width: 768px){.b-application-banner__title{font-size:24px}}.b-application-banner__desc{color:#d7dae2;font-size:24px;font-weight:400;line-height:140%;margin-bottom:32px}@media screen and (max-width: 1024px){.b-application-banner__desc{font-size:20px}}@media screen and (max-width: 768px){.b-application-banner__desc{font-size:16px}}.b-application-banner__btn{color:#0c121b;font-size:18px;font-weight:700;line-height:130%;background-color:#fff;display:flex;height:60px;padding:19px 40px;justify-content:center;align-items:center;gap:10px;border-radius:10px;max-width:max-content;text-decoration:none}@media screen and (max-width: 768px){.b-application-banner__btn{padding:18px 16px}}.b-application-banner__btn:hover{border:1px solid #e72430;background-color:#e72430;color:#fff}.b-application-banner__front-image{position:absolute;right:30px;bottom:0;z-index:1;width:35%}@media screen and (max-width: 1024px){.b-application-banner__front-image{width:100%;max-width:235px;position:relative;right:unset;max-height:530px}}@media screen and (max-width: 1024px){.b-application-banner__back-image{position:absolute;bottom:0;max-height:300px;margin-left:120px}}@media screen and (max-width: 768px){.b-application-banner__back-image{min-width:620px;margin-left:0}}.b-application-banner__images-hover{position:absolute;width:100%;bottom:0;height:135px;display:none;background:linear-gradient(176.96deg, rgba(21, 26, 36, 0) 33.16%, rgba(21, 26, 36, 0.6) 59.07%, #151a24 88.36%);z-index:3}@media screen and (max-width: 1024px){.b-application-banner__images-hover{display:block}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-constructions__title{font-size:44px;font-weight:700;line-height:130%;margin:0 0 48px;max-width:800px}@media screen and (max-width: 768px){.b-constructions__title{font-size:24px;margin:0 0 24px}}.b-constructions__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:40px}@media screen and (max-width: 1024px){.b-constructions__list{grid-gap:20px}}@media screen and (max-width: 768px){.b-constructions__list{grid-gap:12px}}.b-constructions__card{display:flex;align-items:center;gap:28px;background-color:#f6f7f9;border-radius:24px;color:#000;text-decoration:none;padding-left:20px;position:relative}@media screen and (max-width: 1024px){.b-constructions__card{gap:20px}}@media screen and (max-width: 768px){.b-constructions__card{flex-direction:column;align-items:center;border-radius:16px;padding:20px}}.b-constructions__card:nth-child(2n):hover{color:#0a0a0a;margin-left:0;margin-right:-5px}.b-constructions__card:hover{color:#0a0a0a;margin-top:-5px;margin-left:-5px;transition:margin .2s}.b-constructions__card:hover .b-constructions__img-wrap{width:185px;height:185px;transition:width .2s,height .2s}.b-constructions__card-title{font-size:22px;font-weight:600;line-height:140%}@media screen and (max-width: 1024px){.b-constructions__card-title{font-size:20px}}@media screen and (max-width: 768px){.b-constructions__card-title{font-size:16px;text-align:center}}.b-constructions__img-wrap{width:180px;height:180px;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1024px){.b-constructions__img-wrap{width:108px;height:108px}.b-constructions__img-wrap img{max-height:90px}}@media screen and (max-width: 768px){.b-constructions__img-wrap{width:90px;height:90px}.b-constructions__img-wrap img{max-height:80px}}
/**
 * Swiper 6.5.9
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 30, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-switcher-screen-v1__container{display:flex;justify-content:space-between;min-height:680px}@media screen and (max-width: 1024px){.b-switcher-screen-v1__container{align-items:center;min-height:unset}}@media screen and (max-width: 768px){.b-switcher-screen-v1__container{flex-direction:column;position:relative}}.b-switcher-screen-v1__navigation{margin-right:-20px;width:70%}.b-switcher-screen-v1__navigation .swiper-container{width:100%}@media screen and (max-width: 768px){.b-switcher-screen-v1__navigation .swiper-container{position:initial}}.b-switcher-screen-v1__navigation .swiper-wrapper{display:block}.b-switcher-screen-v1__navigation .swiper-slide{height:auto}@media screen and (max-width: 1024px){.b-switcher-screen-v1__navigation{margin:0;width:70%;padding-top:0;margin-right:30px}.b-switcher-screen-v1__navigation .swiper-wrapper{display:flex}}@media screen and (max-width: 768px){.b-switcher-screen-v1__navigation{margin-right:0;width:100%}}.b-switcher-screen-v1__top{display:flex;justify-content:space-between;gap:25px;align-items:center}.b-switcher-screen-v1__title{color:#222429;font-size:44px;font-weight:700;line-height:130%;margin:0 0 40px}@media screen and (max-width: 1024px){.b-switcher-screen-v1__title{margin:0;font-size:36px}}@media screen and (max-width: 768px){.b-switcher-screen-v1__title{font-size:24px}}.b-switcher-screen-v1__pagination-wrap{display:flex;align-items:center;padding-bottom:20px;gap:16px;margin-top:50px}@media screen and (max-width: 768px){.b-switcher-screen-v1__pagination-wrap{position:absolute;bottom:0;z-index:2;left:50%;transform:translateX(-50%)}}.b-switcher-screen-v1__pagination{opacity:0;position:relative;bottom:0;width:max-content !important;display:flex;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:36px;background:#fff;box-shadow:0 1px 16px 0 rgba(84,96,120,.26)}.b-switcher-screen-v1__pagination .swiper-pagination-bullet{background:#6b798e}.b-switcher-screen-v1__pagination .swiper-pagination-bullet-active{background:#ed1c24}@media screen and (max-width: 1024px){.b-switcher-screen-v1__pagination{opacity:1}}.b-switcher-screen-v1__slider{max-width:350px;width:30%;margin:0;margin-top:-120px}@media screen and (max-width: 1024px){.b-switcher-screen-v1__slider{width:30%;margin-top:0}}@media screen and (max-width: 768px){.b-switcher-screen-v1__slider{width:100%;max-width:335px;max-height:470px;overflow-y:hidden}}.b-switcher-screen-v1__slider-hover{display:none}@media screen and (max-width: 768px){.b-switcher-screen-v1__slider-hover{display:block;position:absolute;z-index:2;bottom:0;height:200px;width:100%;background:linear-gradient(182.16deg, rgba(255, 255, 255, 0) 1.82%, rgba(255, 255, 255, 0.8) 44.65%, #fff 65.67%)}}.b-switcher-screen-v1__item-icon-wrap{padding-top:20px}.b-switcher-screen-v1__item-icon-wrap img{min-width:50px;width:50px}.b-switcher-screen-v1__item-content{padding-top:30px;border-top:1px solid #d2d6dd;pointer-events:none}@media screen and (max-width: 1024px){.b-switcher-screen-v1__item-content{border:none;max-width:450px}}.b-switcher-screen-v1__item-title{color:#6b798e;font-size:28px;font-weight:700;line-height:120%;padding-bottom:15px;pointer-events:none}@media screen and (max-width: 1024px){.b-switcher-screen-v1__item-title{font-size:20px;padding-bottom:8px;font-weight:600;color:#222429}}@media screen and (max-width: 768px){.b-switcher-screen-v1__item-title{font-size:18px}}.b-switcher-screen-v1__item-text{pointer-events:none;max-height:0;overflow:hidden;opacity:0;transition:max-height .7s ease-out,opacity .7s ease-in-out;color:#222429;font-size:20px;font-weight:400;line-height:150%;padding-bottom:15px}@media screen and (max-width: 1024px){.b-switcher-screen-v1__item-text{max-height:unset;font-size:16px;padding-bottom:0;opacity:1}}.b-switcher-screen-v1__item{display:flex;align-items:flex-start;gap:30px;cursor:pointer}.b-switcher-screen-v1__item[data-index="1"] .b-switcher-screen-v1__item-content{border-top:none}.b-switcher-screen-v1__item.open .b-switcher-screen-v1__item-text{max-height:70px;opacity:1}.b-switcher-screen-v1__item.open .b-switcher-screen-v1__item-title{color:#222429}@media screen and (max-width: 1024px){.b-switcher-screen-v1__item{gap:20px}}.b-switcher-screen-v1__arrows-mobile{display:none}@media screen and (max-width: 768px){.b-switcher-screen-v1__arrows-mobile{display:flex;gap:16px}}.b-switcher-screen-v1__arrow{display:none}@media screen and (max-width: 1024px){.b-switcher-screen-v1__arrow{display:block}}@media screen and (max-width: 768px){.b-switcher-screen-v1__arrow{display:none}}.b-switcher-screen-v1__arrow--next{right:14%}.b-switcher-screen-v1__arrow--disabled svg rect{stroke:#6b798e}.b-switcher-screen-v1__arrow--disabled svg path{stroke:#6b798e}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-switcher-screen-v2{background-color:#f6f7f9;border-radius:80px 20px}@media screen and (max-width: 1024px){.b-switcher-screen-v2{border-radius:32px}}.b-switcher-screen-v2__container{display:flex;justify-content:space-between}@media screen and (max-width: 768px){.b-switcher-screen-v2__container{flex-direction:column;position:relative;padding:45px 20px 0}}.b-switcher-screen-v2__navigation-wrapper{position:relative}.b-switcher-screen-v2__navigation-wrapper::before{content:"";position:absolute;width:2px;background-color:#b3bbc6;height:100%;left:27px}@media screen and (max-width: 768px){.b-switcher-screen-v2__navigation-wrapper::before{display:none}}.b-switcher-screen-v2__navigation{padding:60px 0 60px 60px}.b-switcher-screen-v2__navigation .swiper-container{width:100%}@media screen and (max-width: 768px){.b-switcher-screen-v2__navigation .swiper-container{position:initial}}.b-switcher-screen-v2__navigation .swiper-wrapper{display:block;height:auto}.b-switcher-screen-v2__navigation .swiper-slide{height:auto}@media screen and (max-width: 1024px){.b-switcher-screen-v2__navigation{padding:32px 0 32px 32px}}@media screen and (max-width: 768px){.b-switcher-screen-v2__navigation{padding:0}.b-switcher-screen-v2__navigation .swiper-wrapper{display:flex}}.b-switcher-screen-v2__top{display:flex;justify-content:space-between;gap:25px;align-items:center}@media(max-width: 768px){.b-switcher-screen-v2__top{margin-bottom:30px}}.b-switcher-screen-v2__title{color:#222429;font-size:44px;font-weight:700;line-height:130%;margin:0 0 40px}@media screen and (max-width: 1024px){.b-switcher-screen-v2__title{font-size:36px;margin:0 0 36px}}@media screen and (max-width: 768px){.b-switcher-screen-v2__title{font-size:24px;margin:0}}.b-switcher-screen-v2__pagination-wrap{display:flex;align-items:center;padding-bottom:20px;gap:16px;margin-top:50px}@media screen and (max-width: 768px){.b-switcher-screen-v2__pagination-wrap{position:absolute;bottom:0;z-index:2;left:50%;transform:translateX(-50%)}}.b-switcher-screen-v2__pagination{display:none;position:relative;bottom:0;width:max-content !important;padding:8px;justify-content:center;align-items:center;gap:8px;border-radius:36px;background:#fff;box-shadow:0 1px 16px 0 rgba(84,96,120,.26)}.b-switcher-screen-v2__pagination .swiper-pagination-bullet{background:#6b798e}.b-switcher-screen-v2__pagination .swiper-pagination-bullet-active{background:#ed1c24}@media screen and (max-width: 768px){.b-switcher-screen-v2__pagination{display:flex}}.b-switcher-screen-v2__slider-wrapper{width:100%;max-width:600px;margin:0;position:relative}@media screen and (max-width: 768px){.b-switcher-screen-v2__slider-wrapper{width:100%;max-height:470px;overflow-y:hidden}}.b-switcher-screen-v2__slider{max-width:455px;position:absolute;width:100%;top:50%;transform:translateY(-50%);right:0}@media screen and (max-width: 1024px){.b-switcher-screen-v2__slider{height:100%;max-width:360px}}@media screen and (max-width: 768px){.b-switcher-screen-v2__slider{position:relative;transform:unset;top:unset}}@media screen and (max-width: 1024px){.b-switcher-screen-v2__slide-img{max-height:100%}}.b-switcher-screen-v2__slider-back-wrap{height:100%;width:100%;overflow:hidden;position:relative;border-radius:80px 20px}.b-switcher-screen-v2__slider-back{position:absolute;width:850px;height:1000px;transform:rotate(-14.56deg);border-radius:142px;background:#ebeff4;left:130px;top:-80px}.b-switcher-screen-v2__slider-hover{display:none}@media screen and (max-width: 768px){.b-switcher-screen-v2__slider-hover{display:block;position:absolute;z-index:2;bottom:0;height:200px;width:100%;left:0;border-radius:0 0 29px 29px;background:linear-gradient(180deg, rgba(248, 249, 251, 0) 0%, rgba(248, 249, 251, 0.8) 58.61%, #f8f9fb 87.37%)}}.b-switcher-screen-v2__item-icon-wrap{border-radius:100px;width:54px;min-width:54px;height:54px;display:flex;justify-content:center;align-items:center;border:2px solid #b3bbc6;color:#b3bbc6;text-align:center;font-size:22px;font-weight:400;line-height:120%;background-color:#f6f7f9}@media screen and (max-width: 768px){.b-switcher-screen-v2__item-icon-wrap{width:48px;min-width:48px;height:48px}}.b-switcher-screen-v2__item-title{color:#6b798e;font-size:18px;font-weight:400;line-height:150%}@media screen and (max-width: 1024px){.b-switcher-screen-v2__item-title{font-size:16px}}.b-switcher-screen-v2__item-text{pointer-events:none;max-height:0;overflow:hidden;opacity:0;transition:max-height .7s ease-out,opacity .7s ease-in-out;color:#222429;font-size:20px;font-weight:400;line-height:150%;padding-bottom:15px}@media screen and (max-width: 1024px){.b-switcher-screen-v2__item-text{max-height:unset;font-size:16px;padding-bottom:0;opacity:1}}.b-switcher-screen-v2__item{display:flex;align-items:center;gap:16px;margin-bottom:32px}.b-switcher-screen-v2__item:last-child{margin-bottom:0}.b-switcher-screen-v2__item[data-index="1"] .b-switcher-screen-v1__item-content{border-top:none}.b-switcher-screen-v2__item.active .b-switcher-screen-v2__item-icon-wrap{border:1px solid #e72430;background-color:#e72430;color:#fff;font-weight:700}.b-switcher-screen-v2__item.active .b-switcher-screen-v2__item-title{color:#222429}.b-switcher-screen-v2__item.active svg rect{stroke:#fff}.b-switcher-screen-v2__item.active svg path{stroke:#fff}@media screen and (max-width: 1024px){.b-switcher-screen-v2__item{gap:20px}}@media screen and (max-width: 768px){.b-switcher-screen-v2__item{margin-bottom:0}}.b-switcher-screen-v2__arrows-mobile{display:none}@media screen and (max-width: 768px){.b-switcher-screen-v2__arrows-mobile{display:flex;gap:16px}}.b-switcher-screen-v2__arrow{display:flex;align-items:center;justify-content:center;gap:6px;width:170px;cursor:pointer;border:1px solid #e72430;color:#e72430;padding:16px 0;border-radius:12px;font-size:18px;font-weight:600}.b-switcher-screen-v2__arrow--prev{padding-right:20px}.b-switcher-screen-v2__arrow--next{padding-left:20px}.b-switcher-screen-v2__arrow--disabled{border:1px solid #6b798e;color:#6b798e}@media(max-width: 768px){.b-switcher-screen-v2__arrow--disabled{border:none}}.b-switcher-screen-v2__arrow--disabled svg rect{stroke:#6b798e}.b-switcher-screen-v2__arrow--disabled svg path{stroke:#6b798e}@media screen and (max-width: 768px){.b-switcher-screen-v2__arrow{display:none}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-tncheck-banner{padding-top:170px}.b-tncheck-banner__top{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1024px){.b-tncheck-banner__top{flex-direction:column-reverse;align-items:normal}}.b-tncheck-banner__title{font-size:66px;font-weight:700;margin:0 0 12px}@media screen and (max-width: 768px){.b-tncheck-banner__title{font-size:40px}}.b-tncheck-banner__left{max-width:490px;margin-right:40px}@media screen and (max-width: 1024px){.b-tncheck-banner__left{max-width:unset}}.b-tncheck-banner__right{position:relative;z-index:2}@media screen and (max-width: 1024px){.b-tncheck-banner__right{margin-bottom:36px;display:flex;justify-content:center}}.b-tncheck-banner__bottom{border-radius:48px;background-color:#f6f7f9;padding:24px;display:flex;align-items:center;gap:36px}@media screen and (max-width: 1024px){.b-tncheck-banner__bottom{margin-bottom:36px;background-color:inherit;padding:0}}.b-tncheck-banner__app-list{display:flex;flex-wrap:wrap;gap:36px}.b-tncheck-banner__app-item{display:flex;align-items:center;gap:12px;text-decoration:none}.b-tncheck-banner__app-main-title{color:#222429;font-size:28px;font-weight:700;line-height:120%;margin-bottom:32px}.b-tncheck-banner__app-title{color:#3774f0;font-size:22px;font-weight:600;line-height:140%}.b-tncheck-banner__img--mob{position:absolute;right:-50px;bottom:-115px;z-index:1}@media screen and (max-width: 1024px){.b-tncheck-banner__img--mob{bottom:unset;top:10px;right:0;height:calc(100% + 40px)}}.b-tncheck-banner__text{font-size:24px;font-weight:400;line-height:140%;margin-bottom:36px}@media screen and (max-width: 1024px){.b-tncheck-banner__text{font-size:20px;max-width:490px;margin-bottom:24px}}@media screen and (max-width: 1024px){.b-tncheck-banner__text{font-size:16px}}.b-tncheck-banner__btn{width:100%;margin-bottom:15px;padding:15px 35px;text-decoration:none}@media print,screen and (min-width: 48em){.b-tncheck-banner__btn{width:auto;min-width:calc(50% - 15px)}.b-tncheck-banner__btn--calc{min-width:unset}}@media screen and (max-width: 1024px){.b-tncheck-banner__btn{display:none}}@media screen and (max-width: 1024px){.b-tncheck-banner__qr{display:none}}@media screen and (max-width: 1024px){.b-tncheck-banner__app-wrap{display:none}}.b-tncheck-banner__download{display:none}@media screen and (max-width: 1024px){.b-tncheck-banner__download{display:flex;gap:8px}}.b-tncheck-banner__list-btn{border:1px solid #a6a6a6;border-radius:8px;height:56px;width:56px;cursor:pointer;display:flex;align-items:center;justify-content:center}.b-tncheck-banner__list-btn svg{transition:transform .3s ease-in-out}.b-tncheck-banner__app-list-mob{display:none;position:absolute;top:100%;left:0;flex-direction:column;background-color:#fff;width:100vw;max-width:180px;padding:20px 0;border-radius:12px;box-shadow:4px 4px 5.1px 0 rgba(21,27,33,.08)}@media screen and (max-width: 475px){.b-tncheck-banner__app-list-mob{left:unset;right:0}}.b-tncheck-banner__list-wrap{position:relative}.b-tncheck-banner__list-wrap:hover .b-tncheck-banner__app-list-mob{display:flex}.b-tncheck-banner__list-wrap:hover .b-tncheck-banner__list-btn svg{transform:rotate(180deg)}.b-tncheck-banner__app-item-mob{display:flex}.b-tncheck-banner__app-item-mob:hover{background-color:#f6f7f9}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-tncheck-faq{width:100%}.b-tncheck-faq__wrapper{display:flex;flex-direction:column}.b-tncheck-faq__main-title{max-width:540px;margin-bottom:50px;font-size:44px;font-style:normal;font-weight:700;line-height:130%}.b-tncheck-faq__card{display:flex;flex-direction:column;width:100%;padding:25px 20px;border-radius:10px;background-color:#f6f7f9}.b-tncheck-faq__card:not(:last-child){margin-bottom:25px}.b-tncheck-faq__card--open .b-tncheck-faq__top::after{background:url(/img/directions/minus.svg) center no-repeat}.b-tncheck-faq__top{position:relative;display:flex;align-items:center;padding-right:40px;cursor:pointer}.b-tncheck-faq__top::after{top:50%;transform:translateY(-50%);right:0;position:absolute;content:"";background:url(/img/directions/plus.svg) center no-repeat;width:32px;height:32px;transition:.2s}.b-tncheck-faq__title{margin:0 20px 0 0;font-size:22px;font-style:normal;font-weight:600;line-height:140%}@media screen and (max-width: 768px){.b-tncheck-faq__title{font-size:18px;line-height:130%}}.b-tncheck-faq__button{display:flex;justify-content:center;align-items:center;padding:13px 20px;border:1px solid #e1e5ee;border-radius:10px;font-weight:600;font-size:16px;line-height:130%;color:#e72430}.b-tncheck-faq__button-image{padding-right:20px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTMuNzUgOS41aDEwLjVNOSA0LjI1bDUuMjUgNS4yNUw5IDE0Ljc1IiBzdHJva2U9IiNFNzI0MzAiIHN0cm9rZS13aWR0aD0iMS42IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);background-position:right center;background-repeat:no-repeat}@media screen and (max-width: 768px){.b-tncheck-faq__button{display:none}}.b-tncheck-faq__button--hidden{display:none}@media screen and (max-width: 768px){.b-tncheck-faq__button--hidden{display:flex;width:100%;margin-top:20px}}.b-tncheck-faq__content{display:none;margin-top:20px;font-size:18px;font-style:normal;font-weight:400;line-height:150%}@media screen and (max-width: 768px){.b-tncheck-faq__content{font-size:16px;line-height:130%}}.b-tncheck-faq__content--open{display:block}.b-tncheck-faq .b-knowledgebase-teaser-item{margin-bottom:0;margin-top:20px;background-color:#f5f6fa}.b-tncheck-faq .b-knowledgebase-teaser-item__tags{margin-top:0;margin-bottom:15px}@media screen and (max-width: 768px){.b-tncheck-faq .b-knowledgebase-teaser-item__tags{margin-top:10px}}@media screen and (max-width: 768px){.b-tncheck-faq .b-knowledgebase-teaser-params{margin-top:10px;margin-bottom:0;padding-bottom:0}}
.mfp-bg{z-index:10044}.mfp-wrap{z-index:10044}.b-tncheck-header{position:fixed;width:100%;top:0;left:0;right:0;margin:auto;z-index:20;background:#fff;transition:all .3s ease-out}.b-tncheck-header .fixed{box-shadow:0 4px 200px rgba(0,0,0,.25)}@media screen and (max-width: 768px){.b-tncheck-header .fixed .b-tncheck-header__container{padding:5px 20px}}@media screen and (max-width: 578px){.b-tncheck-header .fixed .b-tncheck-header__container{padding:5px 16px}}.b-tncheck-header__container{padding-top:29px;padding-bottom:10px;transition:all .3s ease-out}@media screen and (max-width: 768px){.b-tncheck-header__container{padding:20px 20px}}@media screen and (max-width: 578px){.b-tncheck-header__container{padding:20px 20px}}.b-tncheck-header__items{display:flex;justify-content:space-between;align-items:center}.b-tncheck-header__logo{margin-right:15px;max-width:202px}.b-tncheck-header__navbar{display:flex;align-items:center;margin-bottom:0}@media screen and (max-width: 991px){.b-tncheck-header__navbar{position:fixed;width:300px;background:#fff;top:0;right:0;bottom:0;display:block;padding:80px 20px;transform:translateX(100%);opacity:0;z-index:5;box-shadow:0 4px 200px rgba(0,0,0,.25);transition:all .3s ease-out}.b-tncheck-header__navbar.show{transform:translateX(0);opacity:1}}.b-tncheck-header__nav-item{margin-right:60px;list-style:none}.b-tncheck-header__nav-item:last-child{margin-right:0}@media screen and (max-width: 1200px){.b-tncheck-header__nav-item{margin-right:20px}}@media screen and (max-width: 991px){.b-tncheck-header__nav-item{margin-right:0;margin-bottom:15px;width:100%}.b-tncheck-header__nav-item:last-child{margin-bottom:0}}.b-tncheck-header__nav-item.active .b-tncheck-header__nav-link{color:#ed1c24}.b-tncheck-header__nav-item.active::after{transform:scale(1);opacity:1}.b-tncheck-header__nav-link{font-size:18px;line-height:23px;color:#1a1a1a;text-decoration:none;position:relative;transition:all .3s ease-out}.b-tncheck-header__nav-link::after{content:"";width:90%;height:1px;position:absolute;background:#ed1c24;left:0;right:0;margin:auto;bottom:-5px;transition:all .3s ease-out;transform:scale(0);opacity:0}@media screen and (max-width: 991px){.b-tncheck-header__nav-link::after{right:inherit;width:100%}}.b-tncheck-header__nav-link:hover{color:#ed1c24}.b-tncheck-header__nav-link:hover::after{transform:scale(1);opacity:1}.b-tncheck-header__burger{position:relative;width:20px;height:14px;display:none;align-items:center;justify-content:space-between;flex-direction:column;margin-bottom:3px}@media(max-width: 991px){.b-tncheck-header__burger{display:flex}}.b-tncheck-header__burger::before,.b-tncheck-header__burger::after{content:"";display:block;width:20px;height:2px;background:#1a1a1a;transition:all .3s ease-out}.b-tncheck-header__burger span{display:block;width:20px;height:2px;background:#1a1a1a;transition:all .3s ease-out}.b-tncheck-header__burger.clicked{z-index:6}.b-tncheck-header__burger.clicked span{opacity:0}.b-tncheck-header__burger.clicked::before{transform:translateY(6px) rotate(45deg)}.b-tncheck-header__burger.clicked::after{transform:translateY(-6px) rotate(-45deg)}
