@font-face {
  font-family: 'Akt';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/themes/newsmart/css/src/shared-landings/fonts/Akt.woff2") format("woff2");
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/wp-content/themes/newsmart/css/src/shared-landings/fonts/inter.woff2") format("woff2");
}

/*
xs  < 576px — базовые стили
sm  ≥ 576px
md  ≥ 768px
lg  ≥ 992px
xl  ≥ 1200px
xxl ≥ 1400px
*/

html {
  overscroll-behavior: contain;
  /*scrollbar-color: #00af9c transparent !important;*/
  scrollbar-width: thin !important;
}

html, body {
  touch-action: pan-y;
  position: relative;

}

section {
  overflow-x: clip;
}

body {
  font-family: "Inter", sans-serif;
  background: #e5e5e5 url('/wp-content/themes/newsmart/img/passport-landing/background-repeat.webp') 0 0;
  color: #101a18;
  font-size: 20px;
  line-height: normal;
  background-attachment: fixed;
  overflow-x: hidden;
}

h1, h2, h3, h4, h6, h6, .h3 {
  font-family: "Akt", sans-serif;
  line-height: 100%;
  font-weight: 480;
}

h1 {
  margin-bottom: 48px;
  font-size: 72px;
}

h2 {
  font-size: 32px;
}

h3, .h3 {
  font-size: 20px;
}

p {
  font-size: 20px;
  font-weight: 300;
}

a {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a:hover {
    color: #fff;
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

p strong,
div strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

input:active,
input:hover,
input:focus,
a:focus,
a:focus-visible,
input,
button,
a {
  outline: 0 !important;
  outline-offset: 0;
  box-shadow: none;
}

ol, ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

.title-medium {
  font-style: normal;
  font-weight: 480;
  line-height: 112.5%;
  letter-spacing: -0.64px;
}

.title-big {
  font-style: normal;
  font-weight: 1000;
  line-height: 86.667%;
}

.headline-medium {
  font-style: normal;
  font-weight: 480;
  line-height: 120%;
  letter-spacing: -0.4px;
}

/* ========================================
   (≥ 576px)
   ======================================== */

@media only screen and (min-width: 576px) {

}

/* ========================================
   (≥ 768px)
   ======================================== */

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 42px;
  }
}

/* ========================================
   (≥ 992px)
   ======================================== */

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 48px;
  }
  h3, .h3 {
    font-size: 26px;
  }
  .title-medium {
    line-height: 100%;
    letter-spacing: -1.56px;
  }

  .headline-medium {
    line-height: 114.286%;
    letter-spacing: -0.56px;
  }
}

/* ========================================
   (≥ 1200px)
   ======================================== */

@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 52px;
  }
  h3, .h3 {
    font-size: 28px;
  }
}

/* ========================================
   (≥ 1400px)
   ======================================== */

@media only screen and (min-width: 1400px) {

}

@media only screen and (min-width: 992px) {
  .base-fade-left {
    transform: translateX(-1200px) scale(1);
    opacity: 0;
    transition: opacity 0.9s ease, transform 0.9s ease;
  }

  .animation-on .base-fade-left {
    transform: translateX(0) scale(1);
    opacity: 1;
  }

  .base-fade-right {
    transform: translateX(1200px) scale(1);
    opacity: 0;
    transition: opacity 0.9s ease, transform 0.9s ease;
  }

  .animation-on .base-fade-right {
    transform: translateX(0) scale(1);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightpx {
  0% {
    opacity: 0;
    transform: translate3d(1130px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInRightpx {
  animation-name: fadeInRightpx;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightpx {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(1130px, 0, 0);
  }
}

.fadeOutRightpx {
  animation-name: fadeOutRightpx;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%
  }
  50% {
    scale: 105%;
  }
  100% {
    scale: 100%;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);

  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}

@keyframes fadeInBottomLeftpx {
  0% {
    opacity: 0;
    transform: translate3d(-800px, 800px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInBottomLeftpx {
  animation-name: fadeInBottomLeftpx;
}

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}

.fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}

@keyframes fadeOutTopLeftpx {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-800px, -800px, 0);
  }
}

.fadeOutTopLeftpx {
  animation-name: fadeOutTopLeftpx;
}

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInTopLeft {
  animation-name: fadeInTopLeft;
}

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}

.fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}

@keyframes fadeOutBlock {
  0%, 91% {
    opacity: 1;
  }
  95%, 100% {
    opacity: 0;
  }
}

.fadeOutImg {
  animation-name: fadeOutBlock;
  animation-duration: 6.7s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

/* Components
xs  < 576px — базовые стили
sm  ≥ 576px
md  ≥ 768px
lg  ≥ 992px
xl  ≥ 1200px
xxl ≥ 1400px
*/

/* Красная ссылка */

.link-red {
  color: #e42e00;
}

.link-red img {
    display: inline-block;
    width: 22px;
    height: auto;
  }

.link-red:hover {
    color: #fff;
  }

.link-red.arrow-link {
    display: inline-block;
    padding-right: 32px;
  }

.link-red.arrow-link:hover {
      color: #e42e00;
      padding-right: 32px;
      -webkit-text-decoration: none;
      text-decoration: none;
    }

.link-red.arrow-link::after {
      content: '';
      display: block;
      width: 0;
      height: 3px;
      background: #e42e00;
      transition: width .3s;
    }

.link-red.arrow-link:hover::after {
      width: 100%;
    }

.link-red.animated-link {
    display: inline-block;
  }

.link-red.animated-link:hover {
      color: #e42e00;
      -webkit-text-decoration: none;
      text-decoration: none;
    }

.link-red.animated-link::after {
      content: '';
      display: block;
      width: 0;
      height: 3px;
      background: #e42e00;
      transition: width .3s;
    }

.link-red.animated-link:hover::after {
      width: 100%;
    }

/* / Красная ссылка */

/* Красная кнопка */

.btn-send {
  position: relative;
  padding: 8px 0;
  width: 320px;
  color: #fff;
  font-family: 'Akt', sans-serif;
  font-weight: 480;
  font-size: 24px;
  letter-spacing: -0.56px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-wrap: nowrap;
  border: 2px solid #941e00;
  border-radius: 240px;
  background-color: #e42e00;
  box-shadow: 4px 4px 0 #941e00;
  transition: all 100ms linear;
}

.btn-send:hover {
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-color: #e42e00;
    border: 2px solid #941e00;
    box-shadow: 1.5px 1.5px 0 #941e00;
    transform: translate(2px, 2px);
  }

.btn-send:focus {
    color: #fff;
    background-color: #e42e00;
    border: 2px solid #941e00;
    box-shadow: 4px 4px 0 #941e00;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

.btn-send:hover:focus {
    border: 2px solid #941e00;
    box-shadow: 1.5px 1.5px 0 #941e00;
    transform: translate(2px, 2px);
  }

.btn-send:active {
    color: #fff !important;
    background-color: #e42e00 !important;
    border: 2px solid #941e00 !important;
    box-shadow: 0 0 0 #941e00 !important;
    transform: translate(4px, 4px) !important;
  }

/* курсор свайпера */

.swiper-control-btn {
  height: 30px;
  width: 24px;
  border: none;
  padding: 0;
  margin: 0;

  background: none;
  filter: drop-shadow(2px 2px 0 #147E70);
  transition: all 100ms linear;
  color: #00B09A;
}

.swiper-control-btn:hover {
    filter: drop-shadow(1px 1px #147E70);
    transform: translate(1px, 1px);
  }

.swiper-control-btn:active {
    filter: drop-shadow(0 0 #147E70);
    transform: translate(2px, 2px);
  }

/* / Кнопка внизу мобилки */

.sticky-btn-wrapper {
  position: sticky;
  bottom: 0;
  width: 100%;
  padding: 16px 0 18px;
  z-index: 100;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sticky-btn-wrapper .sticky-btn {
    display: block;
    width: 100%;
    text-align: center;
  }

.sticky-btn-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    top: 0;
    opacity: 0.9;
  }

.sticky-btn-wrapper.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Кнопка перемотки наверх страницы */

.to_top_btn {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 125px;
  width: 45px;
  height: 45px;
  text-align: center;
  transform: translateZ(0);
  right: -60px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  z-index: 100;
}

.to_top_btn:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

.to_top_btn.is-active {
    visibility: visible;
    right: 15px;
    opacity: 1;
  }

.to_top_btn svg {
    position: absolute;
    top: 15px;
    left: 15px;
    fill: #fff;
    height: 16px;
    width: 16px;
  }

.green-bullet li {
    position: relative;
    font-size: 16px;
    margin-bottom: 16px;
    padding-left: 24px;
    list-style-type: none;
  }

.green-bullet li:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 4px;
      width: 13px;
      height: 13px;
      color: #00b09a;
      background-color: #00b09a;
      border-radius: 10px;
    }

/* Хэдер/Футер */

.under_top_menu {
  background-color: #101A18;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 110;
  height: 46px;
  position: relative;
}

.under_top_menu a {
    color: #00b09a;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
    font-weight: 200;
    font-size: 14px;
  }

.sticky_header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: 56px;
  padding-top: 0;
}

.sticky_header .landing-header-menu {
    max-height: 100vh;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  }

.sticky_header .landing-header-menu .logo-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      width: 100%;
    }

.sticky_header .landing-header-menu .logo-wrapper img {
        max-width: 170px;
        height: auto;
      }

.sticky_header .landing-header-menu .logo-wrapper .navbar-toggler {
        padding: 0;
        border: none;
      }

.sticky_header .landing-header-menu .logo-wrapper .navbar-toggler:focus {
        box-shadow: none;
      }

.sticky_header .landing-header-menu .mobile-menu {
      max-height: 60vh;
      overflow-y: scroll;
    }

.sticky_header .landing-header-menu .mobile-menu a:hover {
        color: #00B09A;
      }

.sticky_header .landing-header-menu .overlay {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0,0,0,.5);
      z-index: -1;
      height: 100%;
    }

.sticky_header .landing-header-menu .mobile-menu > .menu-item {
      padding-top: 16px;
      font-size: 16px;
      font-weight: 600;

    }

.sticky_header .landing-header-menu .mobile-menu > .menu-item > .sub-menu > li {
      padding-top: 8px;
      font-size: 14px;
      font-weight: 400;
    }

.sticky_header .menu-item > a {
    color: black;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

.sticky_header .header-btn-send {
    height: 40px;
    font-size: 16px;
    width: auto;
    padding: 0 16px;
    line-height: 34px;
  }

body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.searchform-landing {
  padding-top: 24px;
  padding-bottom: 24px;
  box-sizing: border-box;
  position: relative;
}

.searchform-landing input,.searchform-landing .btn-close {
    -webkit-appearance: none;
  }

.searchform-landing input {
    border: 2px solid #00b09a;
    border-radius: 0;
  }

.searchform-landing .btn-close {
    position: absolute;
    right: 52px;
  }

.searchform-landing input[type="search"] {
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
    outline: none;
  }

.searchform-landing input[type="search"]:focus {
    outline: none;
    border: 2px solid #00b09a;
    box-shadow: none;
  }

.searchform-landing input[type="search"]::-webkit-search-cancel-button,.searchform-landing input[type="search"]::-webkit-search-decoration,.searchform-landing input[type="search"]::-webkit-search-results-button,.searchform-landing input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
  }

.searchform-landing .btn-search {
    width: 40px;
    height: 40px;
    background: #00b09a;
    border: none;
  }

.searchform-landing .btn-search svg {
      color: white;
    }

.searchform-landing:not(.active) .btn-search {
    background: none;
    display: inline-block;
    margin: 0;
    border: none;
    vertical-align: middle;
  }

.searchform-landing:not(.active) .btn-search svg {
      color: #00b09a;
    }

footer {
  background-color: #101A18;
  color: white;
  padding-top: 48px;
  padding-bottom: 48px;
}

footer .info-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

footer .info-block .subtitle {
      font-family: "Akt", sans-serif;
      font-weight: 480;
      font-size: 20px;
      line-height: 112.5%;
      letter-spacing: -0.64px;
    }

footer .info-block .company-menu .company-menu-block {
        display: flex;
        padding-bottom: 16px;
        flex-wrap: wrap;
      }

footer .info-block .company-menu .company-menu-block .menu-subheader {
          width: 100%;
          font-size: 20px;
          font-weight: 700;
          padding-bottom: 8px;
        }

footer .info-block .company-menu .company-menu-block a {
          font-size: 16px;
          margin: 0 12px 4px 0;
        }

footer .info-block .soc-icons img {
        width: 36px;
        height: 36px;
      }

footer .technology-menu {

    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 24px;
  }

footer .technology-menu .technology-menu-block {
      display: flex;
      flex-direction: column;
      padding-top: 24px;
      font-size: 16px;
      gap: 16px;
    }

footer .technology-menu .technology-menu-block .menu-subheader {
        font-size: 20px;
        font-weight: 700;
        color: #00B09A;
      }

footer .privacy-block p {
      font-size: 16px;
      font-weight: 300;
    }

footer .privacy-block {

    opacity: 0.6;
    margin-top: 36px;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    gap: 8px;

  }

/* Хэдер/Футер end*/

/* ========================================
   (≥ 576px)
   ======================================== */

@media only screen and (min-width: 576px) {

}

/* ========================================
   (≥ 768px)
   ======================================== */

@media only screen and (min-width: 768px) {
    .green-bullet li {
      font-size: 20px;
    }

  /* Красная кнопка */
  .btn-send {
    width: 384px;
    font-size: 28px;
  }
  /* Красная кнопка */
    footer .technology-menu {
      flex-direction: row;
      gap: 48px;
    }
}

/* ========================================
   (≥ 992px)
   ======================================== */

@media only screen and (min-width: 992px) {
  .btn-send {
    width: 480px;
    font-size: 32px;
  }

  .to_top_btn {
    bottom: 25px;
  }
    .under_top_menu a {
      font-size: 17px;
    }

  .sticky_header {
    height: 80px;
  }

    .sticky_header .landing-header-menu {
      display: flex;
      align-items: center;
      height: 100%;
      position: relative;
      max-height: none;
      max-height: initial;
      overflow-y: visible;
      overflow-y: initial;
      box-shadow: none;
    }

      .sticky_header .landing-header-menu .container {
        display: flex;
        justify-content: space-between;
      }

      .sticky_header .landing-header-menu .logo-wrapper {
        width: auto;
        width: initial;
      }

        .sticky_header .landing-header-menu .logo-wrapper img {
          max-width: 200px;
        }

      .sticky_header .landing-header-menu .navbar-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-grow: 1;
        padding-left: 16px;
        padding-right: 16px;
      }

      .sticky_header .landing-header-menu .navbar-nav > li {
        position: relative;
      }

      .sticky_header .landing-header-menu .navbar-nav > li > a {
        display: block;
      }

      .sticky_header .landing-header-menu .navbar-nav > .menu-item > a {
        color: black;
        -webkit-text-decoration: none;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        padding-left: 4px;
        padding-right: 4px;
      }

        .sticky_header .landing-header-menu .navbar-nav > .menu-item > a:hover {
          color: #00B09A;
        }

      .sticky_header .landing-header-menu .navbar-nav > .menu-item > .sub-menu {
        background-color: white;
        padding: 16px 16px 0 16px;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        list-style: none;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        z-index: 1000;
        font-size: 16px;
        font-weight: 600;
      }

        .sticky_header .landing-header-menu .navbar-nav > .menu-item > .sub-menu a:hover {
          color: #00B09A;
        }

      .sticky_header .landing-header-menu .navbar-nav .dropdown-toggle:hover > .sub-menu {
        display: block;
        position: absolute;
        min-width: 300px;
      }

      .sticky_header .landing-header-menu .navbar-nav > .menu-item > .sub-menu > li {
        padding-bottom: 16px;
      }

      .sticky_header .landing-header-menu .navbar-nav > .menu-item > .sub-menu > li > a {
        padding-left: 0;
        padding-bottom: 8px;
        display: block;
        font-size: 16px;
        font-weight: 700;
      }

      .sticky_header .landing-header-menu .navbar-nav > .menu-item > .sub-menu > li > .sub-menu > li {
        padding-bottom: 4px;
        font-size: 14px;
        font-weight: 200;
      }

      .sticky_header .landing-header-menu .dropdown-toggle:after {
        display: none;
      }

      .sticky_header .landing-header-menu .menu-wrapper-desktop {
        flex-grow: 1;
        padding-left: 16px;
        padding-right: 16px;
        justify-content: space-between;
      }

  .searchform-landing {
    padding-top: 0;
    padding-bottom: 0;
  }

    .searchform-landing input,.searchform-landing .btn-close {
      position: absolute;
    }

    .searchform-landing input {
      right: 38px;
      min-width: 350px;
    }

    .searchform-landing .btn-close {
      right: 44px;
    }
    .searchform-landing:not(.active) input,.searchform-landing:not(.active) .btn-close {
      display: none;
    }
    footer .info-block {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }

      footer .info-block .subtitle {
        font-size: 26px;
        line-height: 100%;
        letter-spacing: -1.56px;
      }
    footer .technology-menu {
      margin-top: 72px;
    }

    footer .privacy-block {
      margin-top: 48px;
      flex-direction: row;
      gap: 24px;
    }
}

/* ========================================
   (≥ 1200px)
   ======================================== */

@media only screen and (min-width: 1200px) {

    .sticky_header .header-btn-send {
      height: 40px;
      font-size: 20px;
    }
        .sticky_header .landing-header-menu .logo-wrapper img {
          max-width: none;
          max-width: initial;
        }

      .sticky_header .landing-header-menu .navbar-nav > .menu-item > a {
        font-size: 16px;
      }
      footer .info-block .subtitle {
        font-size: 28px;
      }
}

/* ========================================
   (≥ 1400px)
   ======================================== */

@media only screen and (min-width: 1400px) {

}

/*
xs  < 576px — базовые стили
sm  ≥ 576px
md  ≥ 768px
lg  ≥ 992px
xl  ≥ 1200px
xxl ≥ 1400px
*/

.our-color, .orange {
  color: #f18700;
}

.red-color {
  color: #e42e00;
}

.text-green {
  color: #00b09a;
}

a.our-color {
  color: #f18700;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a.our-color:hover {
    color: #fff;
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }

.grey-color {
  color: #97979f;
}

.bg-almost-black {
  background: #101a18;
}

.black-color {
  color: #000;
}

.r-thin {
  font-weight: 300;
}

.mb-16 {
  margin-bottom: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-50 {
  margin-bottom: 24px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 32px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-100 {
  margin-bottom: 96px;
}

.mb-140 {
  margin-bottom: 60px;
}

.mb-180 {
  margin-bottom: 176px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-34 {
  margin-top: 34px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-100 {
  margin-top: 96px;
}

.mt-140 {
  margin-top: 112px;
}

.mt-150 {
  margin-top: 134px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-220 {
  margin-top: 220px;
}

.ms-70 {
  margin-left: 70px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-100 {
  padding-top: 96px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-220 {
  padding-top: 220px;
}

.pl-80 {
  padding-left: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pl-110 {
  padding-left: 110px;
}

.gap8 {
  gap: 8px;
}

.gap16 {
  gap: 16px;
}

.gap28 {
  gap: 28px;
}

.z-10 {
  z-index: 10;
}

.font-12 {
  font-size: 12px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-28 {
  font-size: 27px;
}

.font-30 {
  font-size: 30px;
}

.font-36 {
  font-size: 36px;
}

.t-100 {
  top: -100px;
}

.t-200 {
  top: -200px;
}

.opacity-06 {
  opacity: 0.6;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 19px;
}

.font-28 {
  font-size: 21px;
}

.font-36 {
  font-size: 28px;
}

.mt-100 {
  margin-top: 32px;
}

.mt-150 {
  margin-top: 32px;
}

.mt-520 {
  margin-top: 48px;
}

.mb-65 {
  margin-bottom: 32px;
}

.mb-100 {
  margin-bottom: 48px;
}

.mb-140 {
  margin-bottom: 60px;
}

small.text-nowrap {
  white-space: normal !important;
}

/* ========================================
   (≥ 576px)
   ======================================== */

@media only screen and (min-width: 576px) {
  small.text-nowrap {
    white-space: normal !important;
  }
}

/* ========================================
   (≥ 768px)
   ======================================== */

@media only screen and (min-width: 768px) {
  .mb-50 {
    margin-bottom: 50px;
  }

  .mb-65 {
    margin-bottom: 65px;
  }

  .mb-140 {
    margin-bottom: 112px;
  }
}

/* ========================================
   (≥ 992px)
   ======================================== */

@media only screen and (min-width: 992px) {

}

/* ========================================
   (≥ 1200px)
   ======================================== */

@media only screen and (min-width: 1200px) {

}

/* ========================================
   (≥ 1400px)
   ======================================== */

@media only screen and (min-width: 1400px) {

}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root{--swiper-theme-color:#007aff}

:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}

.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}

.swiper-vertical>.swiper-wrapper{flex-direction:column}

.swiper-wrapper{box-sizing:content-box;box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:initial;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}

.swiper-horizontal{touch-action:pan-y}

.swiper-vertical{touch-action:pan-x}

.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}

.swiper-slide-invisible-blank{visibility:hidden}

.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}

.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}

.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}

.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}

.swiper-3d .swiper-wrapper{transform-style:preserve-3d}

.swiper-3d{perspective:1200px;}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}

.swiper-css-mode  > .swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar{display:none}

.swiper-css-mode  > .swiper-wrapper > .swiper-slide{scroll-snap-align:start start}

.swiper-css-mode.swiper-horizontal  > .swiper-wrapper{scroll-snap-type:x mandatory}

.swiper-css-mode.swiper-vertical  > .swiper-wrapper{scroll-snap-type:y mandatory}

.swiper-css-mode.swiper-free-mode  > .swiper-wrapper{scroll-snap-type:none}

.swiper-css-mode.swiper-free-mode  > .swiper-wrapper > .swiper-slide{scroll-snap-align:none}

.swiper-css-mode.swiper-centered  > .swiper-wrapper:before{content:"";flex-shrink:0;order:9999}

.swiper-css-mode.swiper-centered  > .swiper-wrapper > .swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper > .swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal  > .swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}

.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper > .swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical  > .swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}

.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,0.14902)}

.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,0.50196),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,0.50196),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,0.50196),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,0.50196),rgba(0,0,0,0))}

.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid rgba(0,0,0,0);box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}

.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}

.swiper-lazy-preloader-black{--swiper-preloader-color:#000}

@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}

.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}

:root{--swiper-navigation-size:44px}

.swiper-button-next,.swiper-button-prev{align-items:center;color:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:44px;width:var(--swiper-navigation-size);z-index:10;}

.swiper-button-disabled.swiper-button-next,.swiper-button-disabled.swiper-button-prev{cursor:auto;opacity:.35;pointer-events:none}

.swiper-button-hidden.swiper-button-next,.swiper-button-hidden.swiper-button-prev{cursor:auto;opacity:0;pointer-events:none}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}

.swiper-button-next svg,.swiper-button-prev svg{height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}

.swiper-button-lock{display:none}

.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - 44px/2);margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}

.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto;}

.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}

.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}

.swiper-horizontal .swiper-button-next,.swiper-horizontal .swiper-button-prev,.swiper-horizontal  ~ .swiper-button-next,.swiper-horizontal  ~ .swiper-button-prev{margin-left:0;margin-top:calc(0px - 44px/2);margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}

.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl ~ .swiper-button-next,.swiper-horizontal ~ .swiper-button-prev,.swiper-horizontal .swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto}

.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl ~ .swiper-button-prev,.swiper-horizontal ~ .swiper-button-next,.swiper-horizontal .swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}

.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon,.swiper-horizontal ~ .swiper-button-prev:not(.does-not-exist) .swiper-navigation-icon,.swiper-horizontal .swiper-button-prev:not(.does-not-exist) .swiper-navigation-icon{transform:rotate(180deg)}

.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon{transform:rotate(0deg)}

.swiper-vertical .swiper-button-next,.swiper-vertical .swiper-button-prev,.swiper-vertical  ~ .swiper-button-next,.swiper-vertical  ~ .swiper-button-prev{left:50%;left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - 44px/2);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}

.swiper-vertical .swiper-button-prev,.swiper-vertical  ~ .swiper-button-prev{bottom:auto;top:4px;top:var(--swiper-navigation-sides-offset,4px);}

.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}

.swiper-vertical .swiper-button-next,.swiper-vertical  ~ .swiper-button-next{bottom:4px;bottom:var(--swiper-navigation-sides-offset,4px);top:auto;}

.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}

.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;}

.swiper-pagination.swiper-pagination-hidden{opacity:0}

.swiper-pagination.swiper-pagination-disabled,.swiper-pagination-disabled > .swiper-pagination{display:none!important}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}

.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}

.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));}

button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}

.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}

.swiper-pagination-bullet:only-child{display:none!important}

.swiper-pagination-bullet-active{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}

.swiper-pagination-bullets-dynamic.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;}

.swiper-pagination-bullets-dynamic.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s, top .2s}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-bullets-dynamic.swiper-pagination-horizontal.swiper-pagination-bullets{left:50%;transform:translateX(-50%);white-space:nowrap;}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-bullets-dynamic.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{transition:transform .2s, left .2s}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s, right .2s}

.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}

.swiper-pagination-progressbar{background:rgba(0,0,0,0.25098);background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,0.25098));position:absolute;}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}

.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal > .swiper-pagination-progressbar,.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}

.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-vertical > .swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}

.swiper-pagination-lock{display:none}

.swiper-scrollbar{background:rgba(0,0,0,0.10196);background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,0.10196));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;}

.swiper-scrollbar.swiper-scrollbar-disabled,.swiper-scrollbar-disabled > .swiper-scrollbar{display:none!important}

.swiper-scrollbar.swiper-scrollbar-horizontal,.swiper-horizontal > .swiper-scrollbar{bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);height:4px;height:var(--swiper-scrollbar-size,4px);left:1%;left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:auto;top:var(--swiper-scrollbar-top,auto);width:calc(100% - 1%*2);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical > .swiper-scrollbar{height:calc(100% - 1%*2);height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:auto;left:var(--swiper-scrollbar-left,auto);position:absolute;right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);width:4px;width:var(--swiper-scrollbar-size,4px);z-index:50}

.swiper-scrollbar-drag{background:rgba(0,0,0,0.50196);background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,0.50196));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}

.swiper-scrollbar-cursor-drag{cursor:move}

.swiper-scrollbar-lock{display:none}

.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;}

.swiper-zoom-container  > canvas,.swiper-zoom-container  > img,.swiper-zoom-container  > svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}

.swiper-slide-zoomed{cursor:move;touch-action:none}

.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}

.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}

.swiper-grid>.swiper-wrapper{flex-wrap:wrap}

.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}

.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}

.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity;}

.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}

.swiper-fade .swiper-slide-active{pointer-events:auto;}

.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper.swiper-cube{overflow:visible}

.swiper-cube .swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;}

.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}

.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}

.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;}

.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}

.swiper-cube .swiper-slide-next + .swiper-slide{pointer-events:auto;visibility:visible}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}

.swiper.swiper-flip{overflow:visible}

.swiper-flip .swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;}

.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}

.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}

.swiper.swiper-cards{overflow:visible}

.swiper-cards .swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}

/* Блок 1 «Надежный ИИ для точного распознавания паспорта» */

/*
xs  < 576px — базовые стили
sm  ≥ 576px
md  ≥ 768px
lg  ≥ 992px
xl  ≥ 1200px
xxl ≥ 1400px
*/

.hero-block-section {
  margin-top: -20px;
  overflow: hidden;
}

.hero-block-section .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

.hero-block-section .hero-image-wrapper {
    display: none;
  }

.hero-block-section .hero-image {
    width: 384px;
  }

.hero-block-section .btn-send {
    width: 384px;
  }

.hero-block-section .img-fluid {
    max-width: 384px;
    height: auto;
  }

.hero-block-section .hero-block-header {
    margin-bottom: 16px;
    font-size: 38px;
    font-family: "Akt", sans-serif;
    line-height: 100%;
    font-weight: 480;  }

.hero-tiles-wrapper-str1,
.hero-tiles-wrapper-str2,
.hero-tiles-wrapper-str3 {
  display: grid;
  grid-template-columns: var(--left) var(--right);
  grid-gap: 16px;
  transition: all 0.4s ease;
  padding-top: 8px;
  padding-bottom: 8px;
}

.hero-tiles-wrapper-str1 .hero-tile,.hero-tiles-wrapper-str2 .hero-tile,.hero-tiles-wrapper-str3 .hero-tile {
    height: 184px;
    transition: all 0.4s ease;
    background-color: white;
    border-radius: 12px;
    border: 1px solid #C9CFCE;
    /*filter: drop-shadow(4px 4px 0 #C9CFCE);*/
    /*Через box-shadow, так как filter при анимации плохо рендерится в Safari*/
    box-shadow: 4px 4px 0 #C9CFCE;
    filter: none;
    padding: 16px;
    cursor: pointer;
  }

.hero-tiles-wrapper-str1 .hero-tile:hover,.hero-tiles-wrapper-str2 .hero-tile:hover,.hero-tiles-wrapper-str3 .hero-tile:hover {
    transition: all 0.2s ease;
    transform: translateX(2px) translateY(2px);
    box-shadow: 2px 2px 0 #C9CFCE;
  }

.hero-tiles-wrapper-str1 .hero-tile:active {
    transform: translateX(4px) translateY(4px);
    box-shadow: 1px 1px 0 #C9CFCE;
  }

.hero-tiles-wrapper-str2 .hero-tile:active {
    transform: translateX(4px) translateY(4px);
    box-shadow: 1px 1px 0 #C9CFCE;
  }

.hero-tiles-wrapper-str3 .hero-tile:active {
    transform: translateX(4px) translateY(4px);
    box-shadow: 1px 1px 0 #C9CFCE;
  }

.hero-tiles-wrapper-str1 .colored-tile,.hero-tiles-wrapper-str2 .colored-tile,.hero-tiles-wrapper-str3 .colored-tile {
    background-color: #C9CFCE;
  }

.hero-tiles-wrapper-str1 .tile-content,.hero-tiles-wrapper-str2 .tile-content,.hero-tiles-wrapper-str3 .tile-content {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

.hero-tiles-wrapper-str1 .tile-content img,.hero-tiles-wrapper-str2 .tile-content img,.hero-tiles-wrapper-str3 .tile-content img {
      max-width: 100%;
      max-height: 100%;
    }

.hero-tiles-wrapper-str1 .active,.hero-tiles-wrapper-str2 .active,.hero-tiles-wrapper-str3 .active {
    display: flex;
  }

.hero-tiles-wrapper-str1 .colored-tile *,.hero-tiles-wrapper-str2 .colored-tile *,.hero-tiles-wrapper-str3 .colored-tile * {
    display: none;
  }

.str-1-state-1 {
  --left: 3fr;
  --right: 4fr;
}

.str-1-state-2 {
  --left: 4fr;
  --right: 2fr;
  padding-left: calc((100% / 7) - 16px);
}

.str-1-state-3 {
  --left: 2fr;
  --right: 4fr;
  padding-right: calc((100% / 7) - 16px);
}

.str-2-state-1 {
  --left: 4fr;
  --right: 3fr;
}

.str-2-state-2 {
  --left: 2fr;
  --right: 4fr;
  padding-right: calc((100% / 7) - 16px);
}

.str-2-state-3 {
  padding-left: calc((100% / 7) - 16px);
  --left: 2fr;
  --right: 4fr;
}

.str-3-state-1 {
  --left: 2fr;
  --right: 4fr;
  padding-right: calc((100% / 7) - 16px);
}

.str-3-state-2 {
  padding-left: calc((100% / 7) - 16px);
  --left: 2fr;
  --right: 4fr;
}

.str-3-state-3 {
  --left: 4fr;
  --right: 2fr;
  padding-right: calc((100% / 7) - 16px);
}

.slider-control-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-control-wrapper .dot-wrapper {
    display: flex;
    gap: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

.slider-control-wrapper .dot-wrapper .dot-item {
      border-radius: 50%;
      height: 16px;
      width: 16px;
      border: none;
      background: white;
      cursor: pointer;
    }

.slider-control-wrapper .dot-wrapper .dot-active {
      background: #00b09a;
      cursor: inherit;
    }

.black-circle {
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: 715px;
  height: 715px;
  border-radius: 50%;
  top: -280px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.hero-block-link {
  font-size: 12px;
  color: white;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  opacity: 0.8;
}

.hero-side-block {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.mobile-hiding {
  display: none;
}

.desktop-hiding {
  display: inline;
  display: initial;
}

.hero-swiper-slider {
  overflow: hidden;
}

.hero-swiper-slider .hero-swiper-ul {
    padding-left: 0;
  }

.hero-swiper-slider .hero-swiper-pagination {
    margin-top: 24px;
    margin-bottom: 30px;
    height: 30px;
  }

.hero-swiper-slider .hero-swiper-pagination .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
      background-color: white;
      opacity: 1;
    }

.hero-swiper-slider .hero-swiper-pagination .swiper-pagination-bullet-active {
      background-color: #00B09A;
    }

.hero-swiper-li {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding-left: 4px;
  padding-right: 6px;
}

.hero-swiper-li .swiper-tile-content {
    height: 128px;
    display: flex;
    border-radius: 12px;
    filter: drop-shadow(4px 4px 0 #C9CFCE);
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: white;
    color: #4F5857;
  }

.hero-swiper-li .swiper-tile-content .h3 {
      color: #081417;
    }

.bg-grid {
  background: #fff url('/wp-content/themes/newsmart/img/passport-landing/block1/grid.svg') 0 0;
}

.initial-black-circle {
  position: absolute;
  z-index: -1;
  width: 1600px;
  height: 1600px;
  background: #101a18;
  border-radius: 50%;
  top: -360px;
  left: -820px;
  animation: init-animation-circle 0.8s forwards ease;
  will-change: transform, opacity;
}

.passport-page-hero-modal {
}

.modal-backdrop.fade {
  opacity: 0;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition: opacity .2s ease, backdrop-filter .2s ease;
}

.modal-backdrop.show {
  opacity: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.3);
}

.passport-hero-modal-content {
  padding: 60px;
  position: relative;

}

.passport-hero-modal-content .passport-header-modal-btn {
    border: none;
    background: none;
    position: absolute;
    right: 24px;
    top: 24px;
  }

.passport-hero-modal-content .passport-header-modal-btn svg {
      width: 27px;
      height: 28px;
    }

.passport-hero-modal-content .hero-modal-theme {
    display: flex;
    gap: 40px;
    align-items: center;
    color: #4F5857;
  }

.passport-hero-modal-content .hero-modal-theme .modal-title {
      font-size: 16px;
      font-weight: 700;
      color: #00B09A;
      margin-bottom: 12px;
    }

.passport-hero-modal-content .hero-modal-theme img {
      width: 180px;
      height: auto;
    }

@keyframes init-animation-circle {
  from {
    opacity: 0;
    transform: translate(-1080px, -900px);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes init-left-side-animation {
  from {
    opacity: 0;
    transform: translateX(-1200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes init-right-side-animation {
  from {
    opacity: 0;
    transform: translateX(1200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ========================================
   (≥ 576px)
   ======================================== */

@media only screen and (min-width: 576px) {

}

/* ========================================
   (≥ 768px)
   ======================================== */

@media only screen and (min-width: 768px) {
    .hero-block-section .hero-block-header {
      font-size: 42px;
    }
}

/* ========================================
   (≥ 992px)
   ======================================== */

@media only screen and (min-width: 992px) {
  .hero-block-section {
    margin-top: 0;
  }
    .hero-block-section .hero-block-header {
      font-size: 48px;
    }

    .hero-block-section .hero-image-wrapper {
      flex-grow: 1;
      display: flex;
      align-items: center;
    }

  .hero-side-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 680px;
    text-align: left;
  }

  .left-side-animation {
    animation: init-left-side-animation 0.8s forwards ease;
  }

  .right-side-animation {
    animation: init-right-side-animation 0.8s forwards ease;
  }

  .mobile-hiding {
    display: inline;
    display: initial;
  }

  .desktop-hiding {
    display: none;
  }
}

/* ========================================
   (≥ 1200px)
   ======================================== */

@media only screen and (min-width: 1200px) {

    .hero-block-section .hero-block-header {
      font-size: 52px;
    }
}

/* ========================================
   (≥ 1400px)
   ======================================== */

@media only screen and (min-width: 1400px) {

}

/* Блок с логотипами клиентов */

/*
xs  < 576px — базовые стили
sm  ≥ 576px
md  ≥ 768px
lg  ≥ 992px
xl  ≥ 1200px
xxl ≥ 1400px
*/

.client-section {
  background-color: white;
  position: relative;
  animation: init-client-section-animation 0.8s forwards;
}

.clients-slider .client-logo {
  max-width: 176px;
  filter: grayscale(100%);
  opacity: 0.95;
  transition: filter 100ms linear;
}

.clients-slider .client-logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.clients-slider .vtb {
  max-width: 130px;
}

.clients-slider .mts {
  max-width: 65px;
}

@keyframes init-client-section-animation {
  from {
    opacity: 0;
    transform: translateX(-1200px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ========================================
   (≥ 576px)
   ======================================== */

@media only screen and (min-width: 576px) {

}

/* ========================================
   (≥ 768px)
   ======================================== */

@media only screen and (min-width: 768px) {

}

/* ========================================
   (≥ 992px)
   ======================================== */

@media only screen and (min-width: 992px) {
  /* Блок с логотипами клиентов */
  .clients-slider .client-logo {
    max-width: 140px;
  }

  .clients-slider .vtb {
    max-width: 130px;
  }

  .clients-slider .mts {
    max-width: 65px;
  }

  /* / Блок с логотипами клиентов */
}

/* ========================================
   (≥ 1200px)
   ======================================== */

@media only screen and (min-width: 1200px) {

}

/* ========================================
   (≥ 1400px)
   ======================================== */

@media only screen and (min-width: 1400px) {

}

/*
xs  < 576px — базовые стили
sm  ≥ 576px
md  ≥ 768px
lg  ≥ 992px
xl  ≥ 1200px
xxl ≥ 1400px
*/

/* Блок с видео и иконками про Российское ПО */

.russian-software-section {
  margin: 48px 0 168px 0;
}

.russian-software-section .container {
    position: relative;
  }

.russian-software-section .container .color-wrapper {
      position: absolute;
      background-color: #101a18;
      border-radius: 24px;
      top: -48px;
      bottom: -48px;
      left: -16px;
      right: -16px;
      overflow: hidden;
    }

.video-block {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 32px;
}

.video-wrapper {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #0c413a;
  box-shadow: 3px 3px 0 0 #0c413a;
  position: relative;
}

.video-wrapper video {
    display: block;
    width: 100%;
    height: auto;
  }

.video-wrapper .controls {
    z-index: 100;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    gap: 12px;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 2px;
  }

.video-wrapper .seek {
    /* размеры */
    --track-h: 6px;
    --thumb-size: 14px;
    --thumb-size-mobile: 22px;

    /* цвета */
    --track-bg: rgba(0, 176, 154, 0.37);
    --thumb: #00B09A;

    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;

    width: 100%;
    background: transparent;
    cursor: pointer;

    padding: 8px 0;
    touch-action: pan-x;
  }

.video-wrapper .seek:focus {
    outline: none;
  }

/* ===== Track ===== */

/* Chrome / Edge / Safari */

.video-wrapper .seek::-webkit-slider-runnable-track {
    height: var(--track-h);
    background: var(--track-bg);
    border-radius: 999px;
  }

/* Firefox */

.video-wrapper .seek::-moz-range-track {
    height: var(--track-h);
    background: var(--track-bg);
    border-radius: 999px;
  }

/* ===== Thumb ===== */

/* Chrome / Edge / Safari */

.video-wrapper .seek::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;

    width: var(--thumb-size-mobile);
    height: var(--thumb-size-mobile);
    border-radius: 50%;

    background: var(--thumb);
    border: none;
    margin-top: calc((var(--track-h) - var(--thumb-size-mobile)) / 2);
  }

/* Firefox */

.video-wrapper .seek::-moz-range-thumb {
    width: var(--thumb-size-mobile);
    height: var(--thumb-size-mobile);
    border-radius: 50%;

    background: var(--thumb);
    border: none;
  }

.video-wrapper .seek::-moz-focus-outer {
    border: 0;
  }

.video-wrapper .full-screen-button {
    display: flex;
    height: 36px;
    width: 36px;
    min-width: 36px;
    border: none;
    padding: 0;
    margin: 0;
    background-color: #00B09A;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }

.video-wrapper .full-screen-button img {
      width: 24px;
      height: 24px;
    }

.russ-po-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px 16px;
  gap: 24px 16px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.russ-po-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.russ-po-item-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 16px;
  padding: 16px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border: 1px solid #0c413a;
  border-radius: 50%;
  box-shadow: 3px 3px 0 0 #0c413a;
}

.russ-po-item-circle img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.russ-po-text {
  color: #fff;
  text-align: center;
}

/* / Блок с видео и иконками про Российское ПО */

/* ========================================
   (≥ 576px)
   ======================================== */

@media only screen and (min-width: 576px) {

}

/* ========================================
   (≥ 768px)
   ======================================== */

@media only screen and (min-width: 768px) {
      .russian-software-section .container .color-wrapper {
        top: -48px;
        bottom: -48px;
        left: -32px;
        right: -32px;
      }

  .video-wrapper {
    border-radius: 12px;
    box-shadow: 10px 8px 0 0 #0c413a;
  }
}

/* ========================================
   (≥ 992px)
   ======================================== */

@media only screen and (min-width: 992px) {

  .russian-software-section {
    margin: 184px 0;
  }
      .russian-software-section .container .color-wrapper {
        border-radius: 36px;
        top: -64px;
        bottom: -64px;
        left: -64px;
        right: -64px;
      }

  .video-block {
    margin-bottom: 36px;
  }
    .video-wrapper .controls {
      padding-bottom: 4px;
    }

    .video-wrapper .seek::-webkit-slider-thumb {
      width: var(--thumb-size);
      height: var(--thumb-size);
      margin-top: calc((var(--track-h) - var(--thumb-size)) / 2);
    }

    .video-wrapper .seek::-moz-range-thumb {
      width: var(--thumb-size);
      height: var(--thumb-size);
    }

    .video-wrapper .full-screen-button {
      display: none;
    }

  .russ-po-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
  }

  .russ-po-item-circle {
    width: 120px;
    height: 120px;
  }

  .russ-po-item img {
    width: 85px;
    height: 85px;
  }
}

/* ========================================
   (≥ 1200px)
   ======================================== */

@media only screen and (min-width: 1200px) {
  .video-block {
    margin-bottom: 48px;
  }
}

/* ========================================
   (≥ 1400px)
   ======================================== */

@media only screen and (min-width: 1400px) {
      .russian-software-section .container .color-wrapper {
        border-radius: 48px;
        top: -100px;
        bottom: -100px;
        left: -100px;
        right: -100px;
      }
}

/* блок «что распознаётся в паспорте РФ?»

xs  < 576px — базовые стили
sm  ≥ 576px
md  ≥ 768px
lg  ≥ 992px
xl  ≥ 1200px
xxl ≥ 1400px
*/

.id-recognition-section h2 {
    margin-bottom: 32px;
  }

.id-recognition-section .id-recognition-black-circle {
    position: absolute;
    z-index: -1;
    background: #101a18;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 850px;
    height: 850px;
  }

.id-recognition-plate-container {
  position: relative;
  min-height: 100px;
}

.id-recognition-plate-container .id-recognition-plate-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 16px;
    font-size: 16px;
    border-radius: 12px;
    border: 1px solid #c9cfce;
    box-shadow: 4px 4px 0 #c9cfce;
    opacity: 0;
    transition: all 0.9s ease;
  }

.id-recognition-plate-container .h3 {
    display: none;
  }

.id-recognition-plate-container .id-recognition-plate-content.active {
    opacity: 1;
  }

@keyframes in-animation {
  from {
    opacity: 0;
    transform: translateX(-1200px) translateY(1000px);
  }
  to {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

@keyframes out-animation {
  from {
    opacity: 1;
    transform: translateX(0) translateY(0);  }
  to {
    opacity: 0;
    transform: translateX(-1200px) translateY(-1000px);
  }
}

@keyframes in-animation-circle {
  from {
    opacity: 0;
    transform: translateX(-1200px) translateY(1000px) scale(0.1);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

@keyframes out-animation-circle {
  from {
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
  to {
    opacity: 0;
    transform: translateX(-1200px) translateY(-1000px) scale(0.1);
  }
}

.id-spread-content {
  min-height: 380px;
}

.id-spread-content .id-spread {
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: all 1s ease;

    display: flex;
    align-items: center;
    justify-content: center;
  }

.id-spread-content .id-spread img {
      width: 360px;
    }

.id-spread-content .id-spread.in {
    opacity: 1;
  }

.passport-elements-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-bottom: 24px;
  width: 100%;
  padding: 16px 12px;
  font-size: 16px;
  border-radius: 12px;
  outline: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 15'><path fill='%23136F68' d='M17.12 13.864c-.548.728-1.872.728-2.42 0L6.614 3.114C6.05 2.364 6.726 1.41 7.823 1.41h16.174c1.097 0 1.774.954 1.21 1.704l-8.088 10.75Z'/> <path fill='%2300B09A' d='M15.71 12.454c-.548.728-1.872.728-2.42 0L5.204 1.704C4.64.954 5.316 0 6.413 0h16.174c1.097 0 1.774.954 1.21 1.704l-8.088 10.75Z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
}

/* ========================================
   (≥ 576px)
   ======================================== */

@media only screen and (min-width: 576px) {

}

/* ========================================
   (≥ 768px)
   ======================================== */

@media only screen and (min-width: 768px) {

    .id-recognition-section .id-recognition-black-circle {
      width: 1000px;
      height: 1000px;
    }
}

/* ========================================
   (≥ 992px)
   ======================================== */

@media only screen and (min-width: 992px) {

    .id-recognition-section .id-recognition-black-circle {
      position: absolute;
      z-index: -1;
      background: #101a18;
      border-radius: 50%;
      top: 50%;
      left: 10%;

      transform: translateX(-1200px) translateY(-50%) scale(0.1);
      opacity: 0;
      transition: opacity 0.9s ease, transform 0.9s ease;
    }
  /* Анимация при фокусе на блоке */
    .id-recognition-section.animation-on .id-recognition-black-circle.in {
      animation: in-animation-circle  0.9s forwards;
    }
    .id-recognition-section.animation-on .id-recognition-black-circle.out {
      animation: out-animation-circle  0.9s forwards;
    }

    .id-recognition-section.animation-on .id-recognition-black-circle {
      transform: translateX(-50%) translateY(-50%) scale(1);
      opacity: 1;
    }

  .id-recognition-plate-container {
    min-height: 250px;
    margin-top: 0;
  }

    .id-recognition-plate-container .id-recognition-plate-content {
      width: 85%;
      height: 248px;
      padding: 16px 45px;
      font-size: 20px;
      right: 0;
      border-radius: 16px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      transform: translateX(600px);
    }

      .id-recognition-plate-container .id-recognition-plate-content .h3 {
        font-size: 28px;
        display: inline;
      }
    .id-recognition-plate-container .id-recognition-plate-content.active {
      transform: translateX(0);
    }

  .id-spread-content {
    min-height: 400px;
  }

    .id-spread-content .id-spread {
      width: 100%;
    }

      .id-spread-content .id-spread img {
        width: 360px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
      }
    .id-spread-content .id-spread.out {
      animation: out-animation 0.9s forwards;
    }
    .id-spread-content .id-spread.in {
      animation: in-animation 0.9s forwards;
    }

  .id-recognition-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    gap: 12px;
    align-self: stretch;
    flex-wrap: wrap;
  }

  .id-recognition-button {
    border-radius: 16px;
    border: 1px solid #c9cfce;
    background: #fff;
    padding: 16px 20px;
    box-shadow: 4px 4px 0 0 #c9cfce;
    transition: all 100ms linear ;
  }

    .id-recognition-button:hover {
      border-radius: 16px;
      border: 1px solid #c9cfce;
      background: #fff;
      padding: 16px 20px;
      box-shadow: 2px 2px 0 0 #c9cfce;
      transform: translate(2px, 2px);
    }

    .id-recognition-button:focus {
      padding: 16px 20px;
      background: #fff;
      border: 1.254px solid #c9cfce;
      box-shadow: 4px 4px 0 0 #c9cfce;
    }

    .id-recognition-button:focus:hover {
      box-shadow: 2px 2px 0 0 #c9cfce;
      transform: translate(2px, 2px);
    }

    .id-recognition-button:active,.id-recognition-button.active {
      -webkit-text-decoration: none;
      text-decoration: none;
      color: #fff;
      box-shadow: 0 0 0 #c9cfce !important;
      background: #00b09a;
      transform: translate(4px, 4px) !important;
      border: 1.254px solid #00b09a;
    }
}

/* ========================================
   (≥ 1200px)
   ======================================== */

@media only screen and (min-width: 1200px) {
}

/* ========================================
   (≥ 1400px)
   ======================================== */

@media only screen and (min-width: 1400px) {
      .id-spread-content .id-spread img {
        width: 560px;
      }

}

/*  Отзывы клиентов  */

/*
xs  < 576px — базовые стили
sm  ≥ 576px
md  ≥ 768px
lg  ≥ 992px
xl  ≥ 1200px
xxl ≥ 1400px
*/

.clients-reviews-section .container {
    position: relative;
    background-color: #101a18;
    border-radius: 24px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 48px;
    padding-bottom: 48px;
    max-width: 564px;
    overflow: hidden;

    /*.color-wrapper {*/
    /*  position: absolute;*/

    /*  top: -48px;*/
    /*  bottom: -48px;*/
    /*  left: -16px;*/
    /*  right: -16px;*/
    /*}*/
  }

.clients-reviews-section .container .btn-send {
      max-width: 384px;
    }

.clients-reviews-section .header,.clients-reviews-section .control-block {
    position: relative;
    padding-bottom: 32px;
  }

.clients-reviews-section .content-block,.clients-reviews-section .switcher {
    padding-bottom: 24px;
  }

.clients-reviews-section .btn-send {
    width: auto;
  }

.clients-reviews-section .arrow-link {
    padding-right: 0;
  }

.clients-reviews-section .buttons-block {
    position: relative;
    text-align: right;
  }

.video-container, .clients-reviews-block {
  height: 422px;
  border-radius: 12px;
}

.video-container {
  overflow: hidden;
}

.video-container .video-overlay {
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s;
  }

.video-container .video-overlay img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }

.video-container .video-overlay.active {
    opacity: 1;
  }

.video-container .video-overlay::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  }

.play-button {
  display: flex;
  border-radius: 16px;
  border: 1px solid #00b09a;
  padding: 8px 16px;
  color: #fff;
  background: #00b09a;
  bottom: 12px;
  left: calc(50% - 108px);
}

.play-button a:hover {
      -webkit-text-decoration: none;
      text-decoration: none;
    }

.play-button a svg {
      margin-left: 16px;
    }

.content-switcher {
  height: 56px;
  display: flex;
  background-color: white;
  border-radius: 16px;
  width: 100%;
  align-items: center;
  position: relative;
  border: 1px solid #C9CFCE;
}

.content-switcher span {
    width: 50%;
    text-align: center;
    z-index: 2;
  }

.content-switcher span.white-color {
    color: white;
  }

.content-switcher .slider {
    background-color: #00B09A;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 50%;
    border-radius: 12px;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

.content-switcher.switch-on .slider {
    left: 50%;
    right: 2px;
  }

.client-info-wrapper {
  position: relative;
  min-height: 130px;
}

.client-info-wrapper .client-info {
    display: flex;
    position: absolute;
    left: 12px;
    top: 10px;
    right: 12px;
    height: 110px;
    padding: 12px 135px 12px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 12px 70px 70px 12px;
    background: #00b09a;
    opacity: 0;
    transition: all 0.6s;
    transform: translateX(500px);
  }

.client-info-wrapper .client-info .name {
      color: white;
      font-size: 20px;
      font-weight: bold;
    }

.client-info-wrapper .client-info .description {
      color: white;
      font-size: 12px;
    }

.client-info-wrapper .client-info .photo {
      position: absolute;
      right: 0;
      top: -10px;
      width: 130px;
      height: 130px;
    }

.client-info-wrapper .client-info.active {
    opacity: 1;
    transform: translateX(0);
  }

.clients-reviews-block {
  background: #fff;
  position: relative;
}

.clients-reviews-block .clients-reviews-text {
    position: absolute;
    top: 16px;
    left: 16px;
    bottom: 16px;
    right: 16px;
    transition: opacity 0.6s;
    opacity: 0;
    overflow-y: auto;
    padding-right: 10px;
    font-size: 16px;
  }

.clients-reviews-block .clients-reviews-text.active {
    opacity: 1;
    z-index: 1;
  }

.clients-logo-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.clients-logo-wrapper .logo-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    min-height: 62px;
    position: relative;
    overflow: hidden;
    width: 460px;
  }

.clients-logo-wrapper .logo-carousel-item {
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: none;
    cursor: pointer;
    will-change: transform;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
  }

.clients-logo-wrapper .logo-carousel-item img {
      position: absolute;
      display: block;
      width: 70%;
      max-height: 60%;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
    }

.clients-logo-wrapper .logo-carousel-item.hidden-left {
    opacity: 0;
    transform: scale(0.9) translateX(-160px);
    z-index: 0;
  }

.clients-logo-wrapper .logo-carousel-item.prev {
    opacity: 1;
    transform: scale(1) translateX(-80px);
    z-index: 1;
  }

/* Позиция по центру */

.clients-logo-wrapper .logo-carousel-item.active {
    opacity: 1;
    transform: scale(1.55) translateX(0);
    z-index: 2;
    background-color: #00b09a;
  }

.clients-logo-wrapper .logo-carousel-item.next {
    opacity: 1;
    transform: scale(1) translateX(80px);
    z-index: 1;
  }

.clients-logo-wrapper .logo-carousel-item.hidden-right {
    opacity: 0;
    transform: scale(0.9) translateX(160px);
    z-index: 0;
  }

.clients-reviews-block,
.video-container {
  display: none;
}

.clients-reviews-block.mobile-view-on,
.video-container.mobile-view-on {
  display: block;
}

/* ========================================
   (≥ 576px)
   ======================================== */

@media only screen and (min-width: 576px) {
    .clients-reviews-section .container {
      border-radius: 24px;
      padding-left: 48px;
      padding-right: 48px;
      padding-top: 48px;
      padding-bottom: 48px;
      max-width: 636px;
    }

    .clients-reviews-section .header,.clients-reviews-section .control-block {
      padding-bottom: 24px;
    }
    .clients-reviews-section .content-block,.clients-reviews-section .switcher {
      padding-bottom: 24px;
    }
    .client-info-wrapper .client-info {
      padding: 12px 170px 12px 20px;
      right: 12px;
    }

      .client-info-wrapper .client-info .description {
        font-size: 14px;
      }
}

.review-video-control {
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  gap: 12px;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 2px;
}

.review-video-seek {
  /* размеры */
  --track-h: 6px;
  --thumb-size: 14px;
  --thumb-size-mobile: 22px;

  /* цвета */
  --track-bg: rgba(0, 176, 154, 0.37);
  --thumb: #00B09A;

  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;

  width: 100%;
  background: transparent;
  cursor: pointer;

  padding: 8px 0;
  touch-action: pan-x;
}

.review-video-seek:focus {
  outline: none;
}

/* ===== Track ===== */

/* Chrome / Edge / Safari */

.review-video-seek::-webkit-slider-runnable-track {
  height: var(--track-h);
  background: var(--track-bg);
  border-radius: 999px;
}

/* Firefox */

.review-video-seek::-moz-range-track {
  height: var(--track-h);
  background: var(--track-bg);
  border-radius: 999px;
}

/* ===== Thumb ===== */

/* Chrome / Edge / Safari */

.review-video-seek::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;

  width: var(--thumb-size-mobile);
  height: var(--thumb-size-mobile);
  border-radius: 50%;

  background: var(--thumb);
  border: none;
  margin-top: calc((var(--track-h) - var(--thumb-size-mobile)) / 2);
}

/* Firefox */

.review-video-seek::-moz-range-thumb {
  width: var(--thumb-size-mobile);
  height: var(--thumb-size-mobile);
  border-radius: 50%;

  background: var(--thumb);
  border: none;
}

.review-video-seek::-moz-focus-outer {
  border: 0;
}

.btn-review-modal-video-close {
  z-index: 1010;
}

/* ========================================
   (≥ 768px)
   ======================================== */

@media only screen and (min-width: 768px) {
    .clients-reviews-section .container {
      border-radius: 24px;
      padding-left: 32px;
      padding-right: 32px;
      padding-top: 48px;
      padding-bottom: 48px;
      max-width: 784px;
      /*.color-wrapper {*/
      /*  top: -48px;*/
      /*  bottom: -48px;*/
      /*  left: -32px;*/
      /*  right: -32px;*/
      /*}*/
    }
    .clients-reviews-block .clients-reviews-text {
      top: 36px;
      left: 36px;
      bottom: 36px;
      right: 36px;
    }
}

/* ========================================
   (≥ 992px)
   ======================================== */

@media only screen and (min-width: 992px) {
  .clients-reviews-section {
    margin-top: 120px;
  }
    .clients-reviews-section .container {
      border-radius: 36px;
      padding-left: 64px;
      padding-right: 64px;
      padding-top: 64px;
      padding-bottom: 64px;
      max-width: 1088px;
      /*.color-wrapper {*/
      /*  border-radius: 36px;*/
      /*  top: -64px;*/
      /*  bottom: -64px;*/
      /*  left: -64px;*/
      /*  right: -64px;*/
      /*}*/
    }
    .clients-reviews-section .header,.clients-reviews-section .control-block {
      padding-bottom: 48px;
    }
    .clients-reviews-section .content-block {
      padding-bottom: 24px;
    }
    .clients-reviews-section .buttons-block {
      text-align: left;
    }

  .client-info-wrapper {
    min-height: 150px;
  }
    .client-info-wrapper .client-info {
      height: 130px;
      max-width: 440px;
      padding: 20px 160px 20px 33px;
      left: auto;
      left: initial;
      right: 0;
    }

      .client-info-wrapper .client-info .description {
        font-size: 16px;
      }
      .client-info-wrapper .client-info .photo {
        width: 150px;
        height: 150px;
      }

  .clients-logo-wrapper {
    margin-top: 0;
  }

    .clients-logo-wrapper .logo-carousel {
      min-height: 126px;
    }

    .clients-logo-wrapper .logo-carousel-item {
      width: 80px;
      height: 80px;
    }

      .clients-logo-wrapper .logo-carousel-item img {
        width: 60%;
        max-height: 60%;
      }

    .clients-logo-wrapper .logo-carousel-item.prev {
      transform: scale(0.8) translateX(-130px);
    }

    .clients-logo-wrapper .logo-carousel-item.next {
      transform: scale(0.8) translateX(130px);
    }

    .clients-logo-wrapper .logo-carousel-item.hidden-left {
      transform: scale(0.8) translateX(-260px);
    }

    .clients-logo-wrapper .logo-carousel-item.hidden-right {
      transform: scale(0.8) translateX(260px);
    }

  .content-switcher {
    display: none;
  }

  .video-container,
  .clients-reviews-block,
  .video-container.mobile-view-on,
  .clients-reviews-block.mobile-view-on {
    display: block;
  }
    .clients-reviews-block .clients-reviews-text {
      font-size: 20px;
    }
}

/* ========================================
   (≥ 1200px)
   ======================================== */

@media only screen and (min-width: 1200px) {
    .clients-reviews-section .container {
      padding-left: 64px;
      padding-right: 64px;
      padding-top: 64px;
      padding-bottom: 64px;
      max-width: 1268px;
    }
}

/* ========================================
   (≥ 1400px)
   ======================================== */

@media only screen and (min-width: 1400px) {
    .clients-reviews-section .container {
      border-radius: 48px;
      padding-left: 100px;
      padding-right: 100px;
      padding-top: 100px;
      padding-bottom: 100px;
      max-width: 1520px;
      /*.color-wrapper {*/
      /*  border-radius: 48px;*/
      /*  top: -100px;*/
      /*  bottom: -100px;*/
      /*  left: -100px;*/
      /*  right: -100px;*/
      /*}*/
    }
}

/* Блок 6 «Возможности распознавания паспорта» */

/*
xs  < 576px — базовые стили
sm  ≥ 576px
md  ≥ 768px
lg  ≥ 992px
xl  ≥ 1200px
xxl ≥ 1400px
*/

.recognition-capabilities-section h2 {
    margin-bottom: 24px;
  }

.recognition-capabilities-block-wrapper {
  padding: 0.75rem;
}

.recognition-capabilities-block {
  margin-bottom: 40px;
  padding: 36px;
  background: #fff;
  border: 1px solid #c9cfce;
  box-shadow: 3.28058px 3.28058px 0 #c9cfce;
  border-radius: 12px;
}

.recognition-capabilities-block .row {
    max-height: 475px;
    overflow: scroll;
  }

.recognition-capabilities-block .green-bullet li {
    font-size: 16px;
  }

/* ========================================
   (≥ 576px)
   ======================================== */

@media only screen and (min-width: 576px) {

}

/* ========================================
   (≥ 768px)
   ======================================== */

@media only screen and (min-width: 768px) {
  .recognition-capabilities-block-wrapper {
  }
}

/* ========================================
   (≥ 992px)
   ======================================== */

@media only screen and (min-width: 992px) {
  .recognition-capabilities-section {
  }

  .recognition-capabilities-block {
    margin-bottom: 40px;
    padding: 36px;
    background: #fff;
    border: 1px solid #c9cfce;
    box-shadow: 3.28058px 3.28058px 0 #c9cfce;
    border-radius: 12px;
  }

    .recognition-capabilities-block .row {
      max-height: none;
      overflow: auto;
    }
}

/* ========================================
   (≥ 1200px)
   ======================================== */

@media only screen and (min-width: 1200px) {

}

/* ========================================
   (≥ 1400px)
   ======================================== */

@media only screen and (min-width: 1400px) {

}

/* Блок «Возможности интеграции распознавания паспорта» */

/*
xs  < 576px — базовые стили
sm  ≥ 576px
md  ≥ 768px
lg  ≥ 992px
xl  ≥ 1200px
xxl ≥ 1400px
*/

.recognition-integration-section h2 {
    margin-bottom: 32px;
  }

.recognition-integration-section .recognition-integration-ul .recognition-integration-li {
      margin-bottom: 0;
    }

.recognition-integration-section .recognition-integration-ul .recognition-integration-li .recognition-integration-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 28px;
        padding: 24px 16px 32px;
        height: 100%;
        background: #fff;
        border: 1px solid #c9cfce;
        box-shadow: 4px 4px 0 #c9cfce;
        border-radius: 12px;
      }

.recognition-integration-section .recognition-integration-ul .recognition-integration-li .recognition-integration-block .recognition-integration-text {
          font-size: 16px;
          width: 100%;
        }

.recognition-integration-section .recognition-integration-ul .recognition-integration-li .recognition-integration-block .recognition-integration-text ul li {
              margin-bottom: 0.57em;
              font-family: 'Inter', sans-serif;
              font-weight: 500;
            }

.recognition-integration-section .recognition-integration-ul .recognition-integration-li .recognition-integration-block .recognition-integration-text.custom {
          text-align: center;
        }

.recognition-integration-section .recognition-integration-ul .recognition-integration-li .recognition-integration-block .recognition-integration-text.custom a {
            color: #e42e00;
            font-weight: 600;
            font-size: 32px;
          }

.recognition-integration-section .recognition-integration-ul .recognition-integration-li .recognition-integration-block .recognition-integration-img {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 129px;
          height: 129px;
        }

.recognition-integration-section .recognition-integration-ul .recognition-integration-li .recognition-integration-block .recognition-integration-link {
          color: #e42e00;
          font-weight: bold;
          font-size: 20px;
          -webkit-text-decoration: underline;
          text-decoration: underline;
        }

.recognition-integration-section .recognition-integration-ul .recognition-integration-li .recognition-integration-block .recognition-integration-link:hover {
          color: #e42e00;
          -webkit-text-decoration: none;
          text-decoration: none;
        }

.recognition-integration-section .recognition-integration-ul .recognition-integration-li .recognition-integration-block .column2-ul {
          -moz-column-count: 2;
               column-count: 2;
        }

.recognition-integration-section .recognition-integration-ul .recognition-integration-li.swiper-slide {
      height: auto;
      height: initial;
    }

.recognition-integration-section .swiper {
    padding-bottom: 54px;
    overflow: visible;
    --swiper-pagination-bottom: 2px;

  }

.recognition-integration-section .swiper .swiper-button-next,.recognition-integration-section .swiper .swiper-button-prev {
      top: auto;
      bottom: 0;
      height: 30px;
    }

.recognition-integration-section .swiper .swiper-button-prev {
      margin-left: calc(50% - 138px)
    }

.recognition-integration-section .swiper .swiper-button-next {
      margin-right: calc(50% - 138px)
    }

.recognition-integration-section .swiper .swiper-pagination-bullet {
      width: 16px;
      height: 16px;
      background-color: white;
      opacity: 1;
    }

.recognition-integration-section .swiper .swiper-pagination-bullet-active {
      background-color: #00B09A;
    }

ul.disc-list li {
  list-style: disc;
}

/* ========================================
   (≥ 576px)
   ======================================== */

@media only screen and (min-width: 576px) {

}

/* ========================================
   (≥ 768px)
   ======================================== */

@media only screen and (min-width: 768px) {
    .recognition-integration-section .swiper {
      overflow: visible;
      padding-bottom: 24px;
    }
    .recognition-integration-section .recognition-integration-ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px;
      margin-bottom: 48px;
    }
        .recognition-integration-section .recognition-integration-ul .recognition-integration-li .recognition-integration-block {
          flex-direction: column;
          align-items: center;
        }

          .recognition-integration-section .recognition-integration-ul .recognition-integration-li .recognition-integration-block .recognition-integration-img {
            min-width: 129px;
            height: 129px;
          }


  .swiper-button-next, .swiper-button-prev, .swiper-pagination {
    display: none;
  }
}

/* ========================================
   (≥ 992px)
   ======================================== */

@media only screen and (min-width: 992px) {
  .recognition-integration-section {
    padding-top: 90px;
    padding-bottom: 90px;

  }

    .recognition-integration-section .recognition-integration-ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px;
      margin-bottom:28px ;
    }
        .recognition-integration-section .recognition-integration-ul .recognition-integration-li .recognition-integration-block {
          flex-direction: row;
          align-items: center;
          padding: 48px 40px;
          gap: 16px;
        }

          .recognition-integration-section .recognition-integration-ul .recognition-integration-li .recognition-integration-block .recognition-integration-text {
            width: 100%;
            font-size: 16px;
          }
          .recognition-integration-section .recognition-integration-ul .recognition-integration-li .recognition-integration-block .recognition-integration-text.custom {
            text-align: left;
          }
            .recognition-integration-section .recognition-integration-ul .recognition-integration-li .recognition-integration-block .recognition-integration-text.custom a {
              font-size: 20px;
            }
}

/* ========================================
   (≥ 1200px)
   ======================================== */

@media only screen and (min-width: 1200px) {

}

/* ========================================
   (≥ 1400px)
   ======================================== */

@media only screen and (min-width: 1400px) {

}

/* Блок «Антифрод система «Шерлок»

xs  < 576px — базовые стили
sm  ≥ 576px
md  ≥ 768px
lg  ≥ 992px
xl  ≥ 1200px
xxl ≥ 1400px
*/

.antifraud-sherlock-section h2 {
    margin-bottom: 24px;
  }

.antifraud-sherlock-section .antifraud-black-circle {
    position: absolute;
    z-index: -1;
    background: #101a18;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-40%) translateY(-60%);
    width: 755px;
    height: 755px;
  }

.antifraud-sherlock-section .sherlock-collage {
    display: flex;
    justify-content: right;
    width: 100%;
  }

.antifraud-sherlock-section .sherlock-collage .passport {
      width: 280px;
      height: auto;
    }

.antifraud-sherlock-section .sherlock-collage .passport-magnifier {
      position: absolute;
      display: none;
    }

/* ========================================
   (≥ 576px)
   ======================================== */

@media only screen and (min-width: 576px) {

}

/* ========================================
   (≥ 768px)
   ======================================== */

@media only screen and (min-width: 768px) {

  .antifraud-sherlock-section {
    margin-bottom: 270px;
    padding-top: 150px;
  }

    .antifraud-sherlock-section .antifraud-black-circle {
      top: 50%;
      left: 0;
      transform: translateX(-50%) translateY(-50%);
      width: 1227px;
      height: 1227px;
    }


    .antifraud-sherlock-section .sherlock-collage {
      display: block;
      top: 20px;
    }

      .antifraud-sherlock-section .sherlock-collage .woman-video {
        width: 384px;
      }

      .antifraud-sherlock-section .sherlock-collage .big-green-frame {
        width: 144px;
        height: 216px;
        left: 94px;
        top: 44px;
        border: 6px solid #00b09a;

        --point-1-x: 94px;
        --point-1-y: 44px;
        --point-2-x: 92px;
        --point-2-y: 46px;
        --point-3-x: 92px;
        --point-3-y: 42px;
        --animation-speed: 2s;
        --animation-timing: linear;

        animation: moveFrames 2s linear infinite;

        animation: moveFrames var(--animation-speed) var(--animation-timing) infinite;
      }

      .antifraud-sherlock-section .sherlock-collage .small-green-frame {
        width: 110px;
        height: 143px;
        border: 6px solid #00b09a;
        --point-1-x: 198px;
        --point-1-y: 92px;
        --point-2-x: 200px;
        --point-2-y: 94px;
        --point-3-x: 200px;
        --point-3-y: 90px;
        --animation-speed: 2s;
        --animation-timing: linear;

        animation: moveFrames 2s linear infinite;

        animation: moveFrames var(--animation-speed) var(--animation-timing) infinite;
      }

      .antifraud-sherlock-section .sherlock-collage .recognised-fields {
        top: 253px;
        left: -100px;
      }

      .antifraud-sherlock-section .sherlock-collage .passport {
        position: absolute;
        max-width: none;
        top: 225px;
        width: 436px;
      }

      .antifraud-sherlock-section .sherlock-collage .passport-magnifier {
        --point-1-x: 102px;
        --point-1-y: 81px;
        --point-2-x: 241px;
        --point-2-y: 285px;
        --point-3-x: 80px;
        --point-3-y: 433px;
        --point-4-x: -86px;
        --point-4-y: 370px;
        --animation-speed: 4s;
        --animation-timing: cubic-bezier(0.53, 0, 0.42, 0.99);

        animation: moveMagnifier 4s cubic-bezier(0.53, 0, 0.42, 0.99) infinite;

        animation: moveMagnifier var(--animation-speed) var(--animation-timing) infinite;


        display: block;
        width: 125px;
        height: auto;
      }
}

@keyframes moveMagnifier {
  0% {
    left: var(--point-1-x);
    top: var(--point-1-y);
  }
  25% {
    left: var(--point-2-x);
    top: var(--point-2-y);
  }
  50% {
    left: var(--point-3-x);
    top: var(--point-3-y);
  }
  75% {
    left: var(--point-4-x);
    top: var(--point-4-y);
  }
  100% {
    left: var(--point-1-x);
    top: var(--point-1-y);
  }
}

@keyframes moveFrames {
  0% {
    left: var(--point-1-x);
    top: var(--point-1-y);
  }
  33% {
    left: var(--point-2-x);
    top: var(--point-2-y);
  }
  66% {
    left: var(--point-3-x);
    top: var(--point-3-y);
  }
  100% {
    left: var(--point-1-x);
    top: var(--point-1-y);
  }
}

/* ========================================
   (≥ 992px)
   ======================================== */

@media only screen and (min-width: 992px) {
    .antifraud-sherlock-section h2 {
      margin-bottom: 48px;
    }

    .antifraud-sherlock-section .antifraud-black-circle {
      top: 50%;
      left: 0;
      transform: translateX(-30%) translateY(-50%);
      width: 1227px;
      height: 1227px;
    }

    .antifraud-sherlock-section .antifraud-white-circle {
      position: absolute;
      z-index: -1;
      background: white;
      border-radius: 50%;
      top: 50%;
      right: 0;
      transform: translateX(100%) translateY(-50%);
      width: 440px;
      height: 440px;
    }

    .antifraud-sherlock-section .sherlock-collage {
      width: 100%;
      max-width: 584px;
      top: -175px;
      right: -80px;
    }

      .antifraud-sherlock-section .sherlock-collage .woman-video {
        width: 384px;
      }

      .antifraud-sherlock-section .sherlock-collage .big-green-frame {
        width: 167px;
        height: 250px;
        border: 6px solid #00b09a;

        --point-1-x: 101px;
        --point-1-y: 48px;
        --point-2-x: 99px;
        --point-2-y: 46px;
        --point-3-x: 103px;
        --point-3-y: 50px;
      }

      .antifraud-sherlock-section .sherlock-collage .small-green-frame {
        width: 123px;
        height: 167px;
        border: 6px solid #00b09a;

        --point-1-x: 223px;
        --point-1-y: 104px;
        --point-2-x: 225px;
        --point-2-y: 106px;
        --point-3-x: 221px;
        --point-3-y: 102px;
      }

      .antifraud-sherlock-section .sherlock-collage .recognised-fields {
        top: 253px;
      }

      .antifraud-sherlock-section .sherlock-collage .passport {
        top: 262px;
        width: 495px;
      }

      .antifraud-sherlock-section .sherlock-collage .passport-magnifier {
        --point-1-x: 131px;
        --point-1-y: 122px;
        --point-2-x: 271px;
        --point-2-y: 323px;
        --point-3-x: 101px;
        --point-3-y: 495px;
        --point-4-x: -86px;
        --point-4-y: 370px;
      }

  .antifraud-sherlock-section .antifraud-black-circle {
    transform: translateX(-1200px) translateY(-50%) scale(1);
    opacity: 0;
    transition: opacity 0.9s ease, transform 0.9s ease;
  }

  .antifraud-sherlock-section.animation-on .antifraud-black-circle {
    transform: translateX(-30%) translateY(-50%);
    opacity: 1;
  }

  .antifraud-sherlock-section .antifraud-white-circle {
    transform: translateX(1200px) scale(1);
    opacity: 0;
    transition: opacity 0.9s ease, transform 0.9s ease;
  }

  .antifraud-sherlock-section.animation-on .antifraud-white-circle {
    transform: translateX(100%) translateY(-50%) scale(1);
    opacity: 1;
  }
}

/* ========================================
   (≥ 1200px)
   ======================================== */

@media only screen and (min-width: 1200px) {

}

/* ========================================
   (≥ 1400px)
   ======================================== */

@media only screen and (min-width: 1400px) {

}

/* Блок «Российский сканер для проверки подлинности паспорта» */

/*
xs  < 576px — базовые стили
sm  ≥ 576px
md  ≥ 768px
lg  ≥ 992px
xl  ≥ 1200px
xxl ≥ 1400px
*/

.scaner-section h2 {
    margin-bottom: 24px;
  }

.scaner-section .scaner-black-circle {
    position: absolute;
    z-index: -1;
    background: #101a18;
    border-radius: 50%;
    top: 50%;
    right: 50%;
    transform: translateX(40%) translateY(-60%);
    width: 755px;
    height: 755px;
  }

.scaner-section .raspoznavanie-passporta-collage {
    display: flex;
    justify-content: right;
    position: relative;
    width: 100%;
    max-width: 568px;
  }

.scaner-section .raspoznavanie-passporta-collage .raspoznavanie-passporta-scanner {
      position: relative;
      width: 305px;
      height: auto;
    }

/* ========================================
   (≥ 576px)
   ======================================== */

@media only screen and (min-width: 576px) {

}

/* ========================================
   (≥ 768px)
   ======================================== */

@media only screen and (min-width: 768px) {
  .scaner-section {
    margin-bottom: 270px;
    padding-top: 150px;
  }

    .scaner-section .scaner-black-circle {
      top: 50%;
      right: 0;
      transform: translateX(40%) translateY(-50%);
      width: 1227px;
      height: 1227px;
    }

    .scaner-section .raspoznavanie-passporta-collage {
      display: block;
    }

      .scaner-section .raspoznavanie-passporta-collage .raspoznavanie-passporta-scanner {
        max-width: none;
        width: 450px;
        height: auto;
        left: -160px;
        top: 3px;
      }
}

/* ========================================
   (≥ 992px)
   ======================================== */

@media only screen and (min-width: 992px) {
    .scaner-section h2 {
      margin-bottom: 48px;
    }

    .scaner-section .scaner-black-circle {
      top: 50%;
      right: 0;
      transform: translateX(30%) translateY(-50%);
      width: 1300px;
      height: 1300px;
    }

    .scaner-section .scaner-white-circle {
      position: absolute;
      z-index: -1;
      background: white;
      border-radius: 50%;
      top: 50%;
      left: 0;
      transform: translateX(-100%) translateY(-50%);
      width: 440px;
      height: 440px;
    }

      .scaner-section .raspoznavanie-passporta-collage .raspoznavanie-passporta-scanner {
        max-width: none;
        width: 562px;
        height: auto;
        left: -147px;
        top: -215px;
      }

      .scaner-section .raspoznavanie-passporta-collage .raspoznavanie-passporta-v-trekh-diapazonah {
        position: absolute;
        width: 284px;
        left: 0;
        top: 50px;
      }

      .scaner-section .raspoznavanie-passporta-collage .raspoznavanie-passporta-green-frame {
        position: absolute;
        width: 308px;
        height: 412px;
        border: 6px solid #00b09a;
        left: -12px;
        top: 38px;
      }

  .scaner-section .scaner-black-circle {
    transform: translateX(1200px) translateY(-50%) scale(1);
    opacity: 0;
    transition: opacity 0.9s ease, transform 0.9s ease;
  }

  .scaner-section.animation-on .scaner-black-circle {
    transform: translateX(30%) translateY(-50%);
    opacity: 1;
  }

  .scaner-section .scaner-white-circle {
    transform: translateX(-1200px) scale(1);
    opacity: 0;
    transition: opacity 0.9s ease, transform 0.9s ease;
  }

  .scaner-section.animation-on .scaner-white-circle {
    transform: translateX(-100%) translateY(-50%) scale(1);
    opacity: 1;
  }
}

/* ========================================
   (≥ 1200px)
   ======================================== */

@media only screen and (min-width: 1200px) {
  .scaner-section {
    margin-bottom: 400px;
  }

    .scaner-section .raspoznavanie-passporta-collage {
      left: 100px;
    }

      .scaner-section .raspoznavanie-passporta-collage .raspoznavanie-passporta-v-trekh-diapazonah {
        width: 284px;
        left: -160px;
        top: -30px;
      }

      .scaner-section .raspoznavanie-passporta-collage .raspoznavanie-passporta-green-frame {
        left: -172px;
        top: -42px;
      }
}

/* ========================================
   (≥ 1400px)
   ======================================== */

@media only screen and (min-width: 1400px) {

}

/* Блок «Распознавание паспорта без ущерба экологии» */

/*
xs  < 576px — базовые стили
sm  ≥ 576px
md  ≥ 768px
lg  ≥ 992px
xl  ≥ 1200px
xxl ≥ 1400px
*/

.green-ocr-section h2 {
    margin-bottom: 32px;
  }

.green-ocr-section .green-ocr-black-circle {
    position: absolute;
    z-index: -1;
    background: #101a18;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translateX(-40%) translateY(-70%);
    width: 755px;
    height: 755px;
  }

.green-ocr-section .greenocr-collage {
    position: relative;
    display: flex;
    justify-content: end;
  }

.green-ocr-section .greenocr-collage .tree-image {
      width: 267px;
      height: auto;
    }

.green-ocr-section .text-block {
    max-width: 480px;
  }

/* ========================================
   (≥ 576px)
   ======================================== */

@media only screen and (min-width: 576px) {

}

/* ========================================
   (≥ 768px)
   ======================================== */

@media only screen and (min-width: 768px) {
  .green-ocr-section {
    margin-bottom: 270px;
    padding-top: 150px;
  }

    .green-ocr-section .green-ocr-black-circle {
      top: 50%;
      left: 0;
      transform: translateX(-50%) translateY(-50%);
      width: 1227px;
      height: 1227px;
    }

    .green-ocr-section .greenocr-collage {
      position: relative;
      display: block;
    }

      .green-ocr-section .greenocr-collage .tree-image {
        position: absolute;
        max-width: none;
        width: 400px;
        height: auto;
      }

      .green-ocr-section .greenocr-collage .green-ocr-text-image-wrapper {
        padding: 16px 24px;
        position: absolute;
        width: 200px;
        top: 98px;
        right: -50px;
        background: #fff;
        border-radius: 10px;
      }

      .green-ocr-section .greenocr-collage .animated-lukomorie-text-wrapper {
        padding: 12px;
        position: absolute;
        width: 228px;
        left: 0;
        top: 300px;
        background: #fff;
        border-radius: 10px;
      }
}

/* ========================================
   (≥ 992px)
   ======================================== */

@media only screen and (min-width: 992px) {

    .green-ocr-section h2 {
      margin-bottom: 48px;
    }

    .green-ocr-section .green-ocr-black-circle {
      top: 50%;
      left: 0;
      transform: translateX(-30%) translateY(-50%);
      width: 1227px;
      height: 1227px;
    }

    .green-ocr-section .green-ocr-white-circle {
      position: absolute;
      z-index: -1;
      background: white;
      border-radius: 50%;
      top: 50%;
      right: -40px;
      transform: translateX(100%) translateY(-50%);
      width: 440px;
      height: 440px;
    }

    .green-ocr-section .greenocr-collage {
      position: relative;
      display: block;
    }

      .green-ocr-section .greenocr-collage .tree-image {
        top: -164px;
        left: 0px;
        max-width: none;
        width: 584px;
        height: auto;
      }

      .green-ocr-section .greenocr-collage .green-ocr-text-image-wrapper {
        padding: 27px 40px;
        top: -16px;
        right: -55px;
        background: #fff;
        border-radius: 10px;
        width: 384px;
      }

        .green-ocr-section .greenocr-collage .green-ocr-text-image-wrapper img {
          width: 100%;
        }

      .green-ocr-section .greenocr-collage .animated-lukomorie-text-wrapper {
        padding: 24px;

        width: 386px;
        height: auto;
        left: 0;
        top: 213px;
      }

  .green-ocr-section .green-ocr-black-circle {
    transform: translateX(-1000px) translateY(-50%) scale(1);
    opacity: 0;
    transition: opacity 0.9s ease, transform 0.9s ease;
  }

  .green-ocr-section.animation-on .green-ocr-black-circle {
    transform: translateX(-30%) translateY(-50%);
    opacity: 1;
  }

  .green-ocr-section .green-ocr-white-circle {
    transform: translateX(300%) scale(1);
    opacity: 0;
    transition: opacity 0.9s ease, transform 0.9s ease;
  }

  .green-ocr-section.animation-on .green-ocr-white-circle {
    transform: translateX(100%) translateY(-50%) scale(1);
    opacity: 1;
  }
}

/* ========================================
   (≥ 1200px)
   ======================================== */

@media only screen and (min-width: 1200px) {

      .green-ocr-section .greenocr-collage .tree-image {
        top: -164px;
        left: 0px;
        max-width: none;
        width: 584px;
        height: auto;
      }

      .green-ocr-section .greenocr-collage .green-ocr-text-image-wrapper {
        padding: 27px 40px;
        top: -16px;
        right: -55px;
        width: 384px;
      }

        .green-ocr-section .greenocr-collage .green-ocr-text-image-wrapper img {
          width: 100%;
        }

      .green-ocr-section .greenocr-collage .animated-lukomorie-text-wrapper {
        width: 386px;
        height: auto;
        left: 0;
        top: 213px;
      }
}

/* ========================================
   (≥ 1400px)
   ======================================== */

@media only screen and (min-width: 1400px) {

}

/* Блок с формой «Заказать продукт» */

/*
xs  < 576px — базовые стили
sm  ≥ 576px
md  ≥ 768px
lg  ≥ 992px
xl  ≥ 1200px
xxl ≥ 1400px
*/

.order-product-section h2 {
    margin-bottom: 32px;
  }

.order-product-section .order-product-black-circle {
    position: absolute;
    z-index: -1;
    background: #101a18;
    border-radius: 50%;
    top: 6%;
    left: 50%;
    width: 1100px;
    height: 1100px;
    transform: translateX(-50%);
  }

.order-product-section .form-description {
    font-size: 16px;
  }

.order-product-section .order-product-form {
    position: relative;
  }

.order-product-section .order-product-form .form-group {
      padding-bottom: 16px;
      position: relative;

    }

.order-product-section .order-product-form .form-group input,.order-product-section .order-product-form .form-group textarea {
        padding: 12px 16px;
        border-radius: 12px;
        border: 1px solid #c9cfce;
        box-shadow: 4px 4px 0 0 #c9cfce;
      }

.order-product-section .order-product-form .form-group .wpcf7-not-valid-tip {
        padding-top: 8px;
        font-size: 14px;
      }

.order-product-section .order-product-form .form-group textarea {
        max-height: 96px;
      }

.order-product-section .order-product-form .form-group label {
        font-size: 16px;
        color: white;
      }

.order-product-section .wpcf7-form .form-group.text-for-green.text-center {
      margin-top: 16px;
    }

.order-product-section .wpcf7-form .form-group.text-for-green.text-center label {
        font-weight: 500;
      }

.order-product-section .wpcf7-form .form-group.text-for-green.text-center + div {
    }

.order-product-section .wpcf7-form-control-wrap input::-moz-placeholder {
      color: rgba(16,26,24,0.30196);
    }

.order-product-section .wpcf7-form-control-wrap input::placeholder {
      color: rgba(16,26,24,0.30196);
    }

.order-product-section .wpcf7-form-control-wrap textarea::-moz-placeholder {
      color: rgba(16,26,24,0.30196);
    }

.order-product-section .wpcf7-form-control-wrap textarea::placeholder {
      color: rgba(16,26,24,0.30196);
    }

.order-product-section .wpcf7-form-control.wpcf7-submit {
    position: relative;
    padding: 8px 24px;
    width: 100%;
    color: #fff;
    font-family: 'Akt', sans-serif;
    font-weight: 480;
    font-size: 28px;
    letter-spacing: -0.56px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-wrap: nowrap;
    border: 2px solid #941e00;
    border-radius: 240px;
    background-color: #e42e00;
    box-shadow: 4px 4px 0 #941e00;
    transition: all 100ms linear;
  }

.order-product-section .wpcf7-form-control.wpcf7-submit:hover {
      color: #fff;
      -webkit-text-decoration: none;
      text-decoration: none;
      background-color: #e42e00;
      border: 2px solid #941e00;
      box-shadow: 1.5px 1.5px 0 #941e00;
      transform: translate(2px, 2px);
    }

.order-product-section .wpcf7-form-control.wpcf7-submit:focus {
      color: #fff;
      background-color: #e42e00;
      border: 2px solid #941e00;
      box-shadow: 4px 4px 0 #941e00;
      -webkit-text-decoration: none;
      text-decoration: none;
    }

.order-product-section .wpcf7-form-control.wpcf7-submit:hover:focus {
      border: 2px solid #941e00;
      box-shadow: 1.5px 1.5px 0 #941e00;
      transform: translate(2px, 2px);
    }

.order-product-section .wpcf7-form-control.wpcf7-submit:active {
      color: #fff !important;
      background-color: #e42e00 !important;
      border: 2px solid #941e00 !important;
      box-shadow: 0 0 0 #941e00 !important;
      transform: translate(4px, 4px) !important;
    }

.order-product-section .wpcf7-response-output {
    position: absolute;
    bottom: -76px;
    width: 100%;
    text-align: center;
    color: white;
    border: none !important;
  }

/* ========================================
   (≥ 576px)
   ======================================== */

@media only screen and (min-width: 576px) {

}

/* ========================================
   (≥ 768px)
   ======================================== */

@media only screen and (min-width: 768px) {

    .order-product-section .order-product-black-circle {
      top: 0;
      left: 50%;
      width: 1200px;
      height: 1200px;
      transform: translateX(-50%);
    }
}

/* ========================================
   (≥ 992px)
   ======================================== */

@media only screen and (min-width: 992px) {
  .order-product-section {
    padding-top: 165px;
    padding-bottom: 200px;
  }

    .order-product-section .order-product-black-circle {
      top: 54%;
      left: 48%;
      width: 1100px;
      height: 1100px;
    }

    .order-product-section .form-description {
      font-size: 20px;
    }
        .order-product-section .order-product-form .form-group label {
          color: black;
        }

    .order-product-section .wpcf7-response-output {
      bottom: -58px;
      color: black;
    }
      .order-product-section .wpcf7-form .form-group.text-for-green.text-center,.order-product-section .wpcf7-form .form-group.text-for-green.text-center + div {
        margin-top: 16px;
      }

      .order-product-section .wpcf7-form .form-group.text-for-green.text-center {
        display: inline-block;
        vertical-align: top;
        max-width: 50%;
        text-align: left !important;
      }

        .order-product-section .wpcf7-form .form-group.text-for-green.text-center label {
          font-weight: 500;
        }

      .order-product-section .wpcf7-form .form-group.text-for-green.text-center + div {
        display: inline-block;
        vertical-align: top;
        width: 48%;
      }


  .order-product-section .order-product-black-circle {
    transform: translateX(-200%) translateY(-38%) scale(1);
    opacity: 0;
    transition: opacity 0.9s ease, transform 0.9s ease;
  }

  .order-product-section.animation-on .order-product-black-circle {
    transform: translateX(-102%) translateY(-58%);
    opacity: 1;
  }
}

/* ========================================
   (≥ 1200px)
   ======================================== */

@media only screen and (min-width: 1200px) {

}

/* ========================================
   (≥ 1400px)
   ======================================== */

@media only screen and (min-width: 1400px) {

}

.passport-page .id-recognition-section,.passport-page .clients-reviews-section {
    padding-top: 160px;
    padding-bottom: 160px;

  }

.passport-page .recognition-capabilities-section,.passport-page .recognition-integration-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

.passport-page .antifraud-sherlock-section,.passport-page .scaner-section,.passport-page .green-ocr-section,.passport-page .order-product-section {
    padding-top: 160px;
    padding-bottom: 160px;

  }

.passport-page section {
    scroll-snap-align: start;
  }

@media only screen and (min-width: 992px) {

    .passport-page .id-recognition-section {
      padding-top: 240px;
      padding-bottom: 240px;
    }

    .passport-page .clients-reviews-section,.passport-page .recognition-capabilities-section,.passport-page .antifraud-sherlock-section,.passport-page .scaner-section,.passport-page .green-ocr-section {
      padding-top: 100px;
      padding-bottom: 100px;
    }

    .passport-page .recognition-integration-section {
      padding-top: 100px;
      padding-bottom: 240px;
    }

    .passport-page .order-product-section {
      padding-top: 100px;
      padding-bottom: 180px;
    }
}