table, th, td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 992px) {
  table {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    display: block;
    padding: 0;
    border: 0;
  }
}


tr:nth-child(even) {background-color: #f2f2f2;}

* {
  padding: 0;
  margin: 0;
  border: none; }

*,
*::before,
*::after {
  box-sizing: border-box; }

/* Links */
a {
  cursor: pointer; }

a, a:link, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

/* Common */
aside, nav, footer, header, section, main {
  display: block; }

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit; }

ul, ul li {
  list-style: none; }

img {
  vertical-align: top; }

img, svg {
  max-width: 100%;
  height: auto; }

address {
  font-style: normal; }

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent; }

input::-ms-clear {
  display: none; }

button, input[type="submit"] {
  display: flex;
  /*display: inline-block;*/
  box-shadow: none;
  /*background-color: transparent;*/
  /*background: none;*/
  cursor: pointer; }

input:focus, input:active,
button:focus, button:active {
  outline: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

label {
  cursor: pointer; }

legend {
  display: block; }

@-moz-document url-prefix() {
  body .modal-active {
    overflow: visible !important; }
  @media screen and (min-width: 993px) {
    body {
      max-width: 100%;
      width: 100%; } } }
@-moz-document url-prefix() {
  @media screen and (min-width: 993px) {
    .zoom {
      max-width: 1440px;
      width: 1440px; } } }


a {
  color: var(--color-green);}

  body {
    overflow: visible;
    overflow-x: hidden !important; }

  .overflow-hidden {
    overflow: hidden !important; }

  .container-fluid {
    max-width: 1440px; }

  .main__container {
    width: 100%;
    max-width: 1544px;
    display: block;
    margin: auto;
    padding: 0 40px;
  }

  .container {
    width: 100%;
    max-width: 1154px;
    margin: 0 auto; }

  header .main-header__row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 64px; }
  header .main-header__row a {
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 11px */
    letter-spacing: -0.22px;
    text-transform: uppercase; }
  header .main-header__row .main-header__col {
    width: auto;
    display: flex;
    align-items: center;
    height: 100%; }
  header .main-header__row nav {
    padding: 0 20px;
    display: flex;
    height: 100%; }
  header .main-header__row nav a {
    display: flex;
    align-items: center;
    padding: 0 12px;
    color: #1B1B1B;
    height: 100%;
    padding-top: 2px;
    border-bottom: 2px solid #fff; }
  header .main-header__row nav a.dropdown-link {
    gap: 4px; }
  header .main-header__row nav a:hover {
    border-bottom: 2px solid #FF00E6; }
  header .main-header__row .logo {
    padding: 20px 0 20px 16px; }
  header .main-header__row .demo-link {
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: #FFF;
    background: #37C800;
    height: 64px;
    justify-content: space-between;
    width: 207px; }
  header .main-header__row .demo-link:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #37C800; }
  header .main-header__row .search, header .main-header__row .login {
    width: 64px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
    border-right: 1px solid #E8E8E8; }
  header .main-header__row .search:hover, header .main-header__row .login:hover {
    background: #E8E8E8;
    transition: .4s; }
  header .mobile-menu__row {
    display: none; }
  header .mobile-menu-product__left {
    display: none; }
  header .mobile-menu__left {
    display: none; }
  header .dropdown-products {
    background: #fff;
    display: none;
    flex-direction: column;
    align-items: center;
    height: 391px;
    border: 1px solid #E8E8E8;
    position: absolute;
    z-index: 9999;
    width: auto; }
  header .dropdown-products .dropdown-products__row {
    display: flex;
    width: 1152px;
    gap: 40px; }
  header .dropdown-products .dropdown-products__col {
    display: flex;
    flex-direction: column;
    width: 330px;
    height: 327px;
    gap: 25px;
    padding: 40px 0; }
  header .dropdown-products .dropdown-products__col:nth-child(2) {
    border-left: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
    width: 415px;
    padding-left: 35px;
    padding-right: 40px; }
  header .dropdown-products .dropdown-products__title {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  header .dropdown-products .dropdown-products__title-first {
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.22px;
    color: #B3B3B3; }
  header .dropdown-products .dropdown-products__title-second {
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: -0.22px;
    color: #B3B3B3;
    text-transform: uppercase; }
  header .dropdown-products .dropdown-products__link-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 23.4px;
    color: #000; }
  header .dropdown-products .dropdown-products__link-desc {
    font-weight: 400;
    font-size: 11px;
    line-height: 12.1px;
    color: #666666; }
  header .dropdown-products .dropdown-products__link:hover .dropdown-products__link-title,
  header .dropdown-products .dropdown-products__link:hover .dropdown-products__link-desc {
    color: #0064F5; }
  header .dropdown-products .dropdown-products__link-all-products {
    display: flex;
    width: 1438px;
    padding-left: 155px;
    border-top: 1px solid #E8E8E8;
    padding-top: 20px; }
  header .dropdown-products .dropdown-products__link-all {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333; }
  header .dropdown-products .dropdown-products__link-all:hover {
    color: #0064F5; }

  header .dropdown-about {
    display: none;
    width: 327px;
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    border-top: 1px solid #E8E8E8;
    left: 411px; }
  header .dropdown-about .dropdown-about__col {
    display: flex;
    gap: 32px;
    width: 327px;
    padding: 32px;
    align-items: flex-start;
    flex-direction: column; }
  header .dropdown-about .dropdown-about__col .dropdown-about-title-list {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  header .dropdown-about .dropdown-about__col .dropdown-about-title-list a {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 21px */
    color: #1B1B1B; }
  header .dropdown-about .dropdown-about__col .section {
    display: flex;
    height: 44px;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 1px;
    border: 1px solid #E8E8E8;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 13px */
    letter-spacing: -0.26px;
    text-transform: uppercase;
    color: #000;
    transition: all 0.25s ease-in-out; }
  header .dropdown-about .dropdown-about__col .section:hover {
    border-radius: 1px;
    background: var(--gray-900, #1B1B1B);
    color: #fff; }

  .left-menu__desc .container-fluid .left-menu__desc-wrapp .left-menu__nav .left-menu__nav-first:hover .left-svg-first,
  .left-menu__desc .container-fluid .left-menu__desc-wrapp .left-menu__nav .left-menu__nav-second:hover .left-svg-second,
  .left-menu__desc .container-fluid .left-menu__desc-wrapp .left-menu__nav .left-menu__nav-third:hover .left-svg-third {
    fill: #FF00E6 !important; }

  .left-menu__nav-first:hover svg path.left-svg-first,
  .left-menu__nav-second:hover svg path.left-svg-second,
  .left-menu__nav-third:hover svg path.left-svg-third {
    transition: .3s ease-in-out;
    fill: #B3B3B3 !important; }

  .left-menu__desc.first,
  .left-menu__desc.second,
  .left-menu__desc.third {
    display: none; }

  .left-menu__desc {
    background: #000;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999; }
  .left-menu__desc .left-menu__nav {
    width: 64px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border: 0.3px solid #333333;
    border-top: none;
    height: 768px; }
  .left-menu__desc .left-menu__desc-wrapp {
    display: flex; }
  .left-menu__desc .left-menu__title-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    border-bottom: 0.3px solid #333333;
    padding-left: 20px;
    padding-bottom: 40px; }
  .left-menu__desc .left-menu__title {
    font-weight: 500;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -0.44px;
    color: #fff; }
  .left-menu__desc .left-menu__title:after {
    content: '';
    border-right: 1px solid #333;
    height: 34px;
    display: inline-block;
    padding-left: 16px; }
  .left-menu__desc .left-menu__descript {
    font-weight: 500;
    font-size: 14px;
    line-height: 16.8px;
    color: #B3B3B3; }
  .left-menu__desc .left-menu__col-title {
    font-weight: 500;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -0.22px;
    color: #fff; }
  .left-menu__desc .left-menu__col-info:hover .left-menu__col-title {
    color: #FF00E6;
    transition: ease-in-out .5s; }
  @keyframes arrow {
    0% {
      width: 0px; }
    100% {
      width: 40px; } }
  .left-menu__desc .left-menu__col-info:hover .left-arrow {
    animation: arrow .35s ease-in-out;
    display: block; }
  .left-menu__desc .left-menu__col-subtitle {
    font-weight: 400;
    font-size: 11px;
    line-height: 12.1px;
    color: #B3B3B3; }
  .left-menu__desc .left-menu__col-descript {
    font-weight: 400;
    font-size: 13px;
    line-height: 18.2px;
    color: #E8E8E8; }
  .left-menu__desc .left-menu__row {
    display: flex;
    border-bottom: 0.3px solid #333333;
    overflow-x: auto; }
  .left-menu__desc .left-menu__col-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 527px;
    width: 410px;
    border: 0.3px solid #333333;
    padding-left: 20px;
    padding-top: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-bottom: 20px; }
  .left-menu__desc .left-menu__col-item {
    display: flex;
    flex-direction: column;
    gap: 30px; }
  .left-menu__desc .demo-mail {
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    color: #F2F2F2; }
  .left-menu__desc .demo-mail__link {
    text-decoration: underline; }
  .left-menu__desc .demo-button {
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.22px;
    text-transform: uppercase;
    color: #fff;
    background-color: #37C800;
    padding: 20px;
    transition: .2s; }
  .left-menu__desc .demo-button:hover {
    filter: brightness(80%); }
  .left-menu__desc .demo-content {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center; }
  .left-menu__desc .left-menu__col-content {
    padding-top: 44px;
    display: flex;
    width: 1376px;
    flex-direction: column; }
  .left-menu__desc .close-menu {
    width: 64px;
    border: 0.3px solid #333333;
    height: 68px;
    padding: 10px; }
  .left-menu__desc .left-menu__col-img {
    display: flex;
    justify-content: space-between;
    padding-right: 20px; }
  .left-menu__desc .left-arrow {
    display: none; }

  main {
    display: flex;
    flex-wrap: nowrap; }
  main .left-menu {
    background: #000;
    width: 64px;
    flex-grow: 0;
    flex-shrink: 0; }
  main .left-menu .content {
    top: 0;
    position: sticky; }
  main .left-menu nav.left-menu__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding-top: 28px; }
  main .wrapper {
    flex-grow: 1;
    flex-shrink: 1;
    background: #fff; }
  main .main-banner {
    height: 768px;
    background: #000; }
  main .main-banner__wrapper {
    display: flex;
    justify-content: space-between; }
  main .main-banner__content {
    position: relative;
    height: 769px;
    width: 1039px; }
  main .main-banner__content video {
    object-fit: cover;
    position: absolute;
    height: 768px;
    width: 1041px;
    z-index: 1; }
  main .main-banner__desc {
    z-index: 2;
    position: absolute;
    bottom: 0;
    padding-left: 80px;
    padding-bottom: 72px; }
  main .main-banner__title {
    font-weight: 500;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -0.44px;
    color: #fff; }
  main .main-banner__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-top: 10px; }
  main .main-banner__buttons {
    margin-top: 60px; }
  main .main-banner__button {
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.22px;
    padding: 15px 28px;
    margin-right: 10px; }
  main .main-banner__button.platform {
    background-color: #fff;
    color: #000;
    transition: all .2s; }
  main .main-banner__button.platform:hover {
    color: #fff;
    background: #0064F5;
    border: 1px solid #0064F5; }
  main .main-banner__button.products {
    transition: all .2s; }
  main .main-banner__button.products:hover {
    background: rgba(255, 255, 255, 0.1); }
  main .slick-dots.main-slider-right {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.24px;
    color: #fff;
    position: absolute;
    top: 28px;
    right: 20px; }
  main .slider-controls.main-slider-right {
    height: 768px;
    right: 305px;
    opacity: 0;
    transition: all 0.5s;
    width: 75px;
    position: absolute; }
  main .slider-controls.main-slider-right:hover {
    opacity: 1; }
  main .slider-controls-col {
    width: 80px;
    position: absolute;
    right: 0;
    top: 352px;
    display: flex;
    flex-direction: column;
    gap: 25px; }
  main .slick-prev.main-slider-right {
    left: 0;
    position: initial;
    display: inherit;
    width: auto;
    height: auto; }
  main .slick-prev.main-slider-right:before {
    content: ''; }
  main .slick-next.main-slider-right {
    right: 0;
    position: initial;
    display: inherit;
    width: auto;
    height: auto; }
  main .slick-next.main-slider-right:before {
    content: ''; }
  main .progress-bar {
    position: relative;
    height: 768px;
    width: 2px;
    background: transparent;
    float: right;
    z-index: 3; }
  main .progress {
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff; }
  main .main-section__article {
    display: flex;
    flex-direction: column;
    width: 335px;
    height: 768px; }
  main .main-section__product,
  main .main-section__podcast {
    height: 352px;
    padding-top: 20px;
    padding-left: 20px;
    position: relative; }
  main .main-section__podcast.bg-purple {
    background: #FF00E6; }
  main .main-section__product {
    background-color: #040028; }
  main .main-section__podcast.second {
    background-color: #0064F5; }
  main .main-section__podcast.third {
    background-color: #0064F5; }
  main .main-section__product.third {
    background-color: #37C800; }
  main .main-section__article .main-section__product,
  main .main-section__article .main-section__podcast {
    display: flex !important;
    flex-direction: column; }
  main .main-section__product-title,
  main .main-section__podcast-title {
    text-align: center;
    padding: 10px 10px;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: -0.22px;
    color: #fff;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.3);
    width: 85px;
    height: 30px;
    z-index: 9999; }
  main .main-section__product-text,
  main .main-section__podcast-text {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    line-height: 22.1px;
    margin-top: 20px;
    z-index: 999; }
  main .main-section__img {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow-x: hidden;
    transform: scale(1);
    transform-origin: bottom right;
    opacity: 1;
    transition: all 0.35s ease-in-out; }
  main .main-section__product:hover .main-section__img,
  main .main-section__podcast:hover .main-section__img {
    transform: scale(2.7); }
  main .main-right-arrow {
    position: absolute;
    bottom: 25px;
    display: none; }
  main .main-section__product:hover .main-right-arrow,
  main .main-section__podcast:hover .main-right-arrow {
    display: block; }
  main .slider.mobile-main-right {
    display: none; }
  main .main-banner-2 {
    height: 768px;
    background: #fff;
    width: 1376px;
    overflow: hidden; }
  main .main-banner-2__direction {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    height: 768px;
    padding: 100px 75px 100px 82px; }
  main .main-banner-2__title {
    font-weight: 500;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -0.22px;
    position: sticky;
    top: 0; }
  main .direction__text {
    white-space: nowrap; }
  main .grid {
    display: grid;
    grid-template-columns: 330px 335px 338px;
    transition: all .6s ease-in-out; }
  main .grid.sot-hover {
    grid-template-columns: 430px 330px 330px; }
  main .grid.rgc-hover {
    grid-template-columns: 330px 440px 330px; }
  main .grid.sda-hover {
    grid-template-columns: 295px 295px 430px; }
  main .sot-hover, main .rgc-hover, main .sda-hover {
    transition: all .6s ease-out; }
  main .main-banner-item.sot,
  main .main-banner-item.sda {
    display: grid;
    grid-template-columns: 0px 430px;
    overflow: hidden;
    transition: all 1s ease; }
  main .main-banner-item.rgc {
    display: grid;
    grid-template-columns: 0px 440px;
    overflow: hidden;
    transition: all 1s ease; }
  main .main-banner-2__col.sot,
  main .main-banner-2__col.rgc,
  main .main-banner-2__col.sda {
    grid-column: 2; }
  main .main-banner-2__col.sot.hover,
  main .main-banner-2__col.rgc.hover,
  main .main-banner-2__col.sda.hover {
    grid-column: 1;
    opacity: 0;
    visibility: hidden; }
  main .main-banner-2__col.rgc.hover {
    grid-column: 1;
    opacity: 0;
    visibility: hidden; }
  main .main-banner-item.sot:hover .main-banner-2__col.sot,
  main .main-banner-item.rgc:hover .main-banner-2__col.rgc,
  main .main-banner-item.sda:hover .main-banner-2__col.sda {
    grid-column: 1 / span 1; }
  main .main-banner-item.sot:hover .main-banner-2__col.sot.hover,
  main .main-banner-item.sda:hover .main-banner-2__col.sda.hover {
    visibility: visible;
    opacity: 1;
    grid-column: 2 / span 2; }
  main .main-banner-item.rgc:hover .main-banner-2__col.rgc.hover {
    visibility: visible;
    opacity: 1;
    grid-column: 2 / span 2; }
  main .main-banner-2__direction-mobile {
    display: none; }
  main .main-banner-2__description {
    font-weight: 400;
    font-size: 13px;
    line-height: 18.2px;
    white-space: nowrap; }
  main .main-banner-2 .container-fluid {
    display: flex; }
  main .main-banner-2__col.sot,
  main .main-banner-2__col.rgc,
  main .main-banner-2__col.sda {
    height: 768px;
    padding: 120px 57.5px 20px 24px; }
  main .main-banner-2__col.sot {
    background-color: #005134; }
  main .main-banner-2__col.sot.hover {
    background-image: url(../images/sot-photo.png);
    background-repeat: no-repeat; }
  main .main-banner-2__col-wrapp {
    display: flex;
    flex-direction: column;
    height: 628px;
    justify-content: space-between;
    width: 360px; }
  main .main-banner-2__col-up .main-banner-2__name {
    margin-top: 30px;
    margin-bottom: 10px; }
  main .main-banner-2__col.rgc {
    background-color: #0064F5; }
  main .main-banner-2__col.sda {
    background-color: #FF00E6; }
  main .main-banner-2__col.rgc.hover {
    background-image: url(../images/rgc-photo.png);
    background-repeat: no-repeat; }
  main .main-banner-2__col.sda.hover {
    background-image: url(../images/sda-photo.png);
    background-repeat: no-repeat; }
  main .main-banner-2__col.sot-mobile.hover-mobile,
  main .main-banner-2__col.rgc-mobile.hover-mobile,
  main .main-banner-2__col.sda-mobile.hover-mobile {
    display: none; }
  main .main-banner-2__col.sot-mobile.hover-mobile {
    background-image: url(../images/sot-photo.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 26px; }
  main .main-banner-2__col.rgc-mobile.hover-mobile {
    background-image: url(../images/rgc-photo.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 26px; }
  main .main-banner-2__col.sda-mobile.hover-mobile {
    background-image: url(../images/sda-photo.png);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding: 26px; }
  main .main-banner-2__col {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  main .main-banner-2__name {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.22px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap; }
  main .direction-hover__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 25.2px;
    color: #fff; }
  main .products-button__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 19.6px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 36px;
    padding: 6px 16px;
    text-align: center;
    white-space: nowrap; }
  main .products-button {
    display: flex;
    width: 208px;
    flex-wrap: wrap;
    gap: 4px; }
  main .main-banner-2__col.rgc.hover .main-banner-2__col-wrapp {
    height: 457px; }
  main .main-banner-2__col.sda.hover .main-banner-2__col-wrapp {
    height: 451px; }
  main .direction__title {
    font-weight: 500;
    font-size: 112px;
    line-height: 123.2px;
    color: #fff; }
  main .direction__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #fff; }
  main .direction__descript__row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 400px;
    gap: 105px; }
  main .direction-svg {
    padding-top: 100px; }

  section .wrapper {
    flex-grow: 1;
    flex-shrink: 1; }
  section .security-support__col {
    height: 1288px; }
  section .security-support__row {
    display: flex;
    justify-content: flex-start;
    padding-left: 90px;
    gap: 50px; }
  section .security-support__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  section .security-support__title {
    font-weight: 500;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -0.22px;
    padding-top: 80px;
    white-space: nowrap;
    position: sticky;
    top: 0; }
  section .security-support__col-mobile {
    display: none; }
  section .security-support__item {
    position: relative;
    font-weight: 400;
    font-size: 22px;
    line-height: 30.8px;
    border: 1px solid #E8E8E8;
    white-space: nowrap;
    padding: 40px 156px 40px 24px;
    background: linear-gradient(to left, #fff 50%, #f3f4f5 50%) right;
    background-size: 200%;
    transition: 0.35s ease-in-out;
    border-bottom: none;
    border-right: none; }
  section .security-support__item:hover {
    background-position: left; }
  @keyframes arrow {
    0% {
      transform: scale(0);
      opacity: 0; }
    100% {
      transform: scale(1);
      opacity: 1; } }
  @keyframes resize {
    0% {
      transform: scale(1);
      opacity: 1; }
    100% {
      transform: scale(0);
      opacity: 0; } }
  section .support-svg,
  section .support-arrow {
    position: absolute;
    width: 40px;
    bottom: 40px;
    left: 24px; }
  section .support-svg-animated {
    animation: resize 0.15s ease-in-out forwards; }
  section .support-svg-arrow-animated {
    animation: arrow 0.35s ease-in-out; }
  section .security-support__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 997px;
    height: 1288px; }
  section .security-support__item:first-child,
  section .security-support__item:nth-child(2) {
    border-top: none;
    padding-top: 222px; }
  section .security-support-mobile {
    display: none; }

  section.security-support {
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
    overflow: hidden; }

  section .company-info__col {
    display: flex;
    flex-direction: column; }
  section .company-info__row {
    display: flex;
    gap: 25px;
    height: 624px;
    justify-content: flex-end;
    padding-right: 64.5px; }
  section .company-info__desc-wrapp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 90px;
    padding-left: 87px; }
  section .company-info__title {
    font-weight: 500;
    font-size: 31px;
    line-height: 31px;
    letter-spacing: -0.22px;
    margin-bottom: 20px; }
  section .company-info__text {
    font-weight: 400;
    font-size: 13px;
    line-height: 18.2px;
    display: flex;
    padding: 16px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    background: var(--color, #37C800);
    color: #fff;
    white-space: nowrap;
    width: 263.5px;
    padding-left: 12px; }
  section .company-info__sertificate {
    font-weight: 400;
    font-size: 11px;
    line-height: 12.1px;
    color: #B3B3B3;
    padding-bottom: 130px; }
  section .company-info__use-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    padding-top: 90px; }
  section .company-info__use-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    display: flex;
    flex-direction: column; }
  section .company-info__use-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 50px;
    grid-column-gap: 150px; }
  section .company-info__use {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid #E8E8E8;
    padding-left: 24px; }
  section .company-info__svg {
    margin-bottom: 15px; }
  section .company-info__sertificate-mobile {
    display: none; }

  section .product-order__row {
    display: flex;
    justify-content: flex-end; }
  section .product-order__info {
    background-color: #005134;
    padding: 100px 0px 100px 40px;
    width: 670px; }
  section .product-order__title {
    font-weight: 500;
    color: #FFF;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.44px;
    margin-bottom: 20px;
    white-space: nowrap; }
  section .product-order__contact {
    display: flex;
    align-items: center;
    gap: 20px; }
  section .product-order__button {
    color: #FFF;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.22px;
    text-transform: uppercase;
    background-color: #37C800;
    padding: 20px; }
  section .product-order__button:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #37C800; }
  section .product-order__contact-info,
  section .product-order__mail {
    color: #FFF;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px; }
  section .product-order__mail {
    text-decoration: underline; }

  section.security-review {
    border-bottom: 1px solid #E8E8E8; }

  section.partners-slider {
    width: 1370px; }

  section .partners__row {
    height: auto !important; }

  section .partners__row,
  section .security-review__row {
    display: flex !important;
    height: 516px;
    justify-content: space-between; }
  section .partners__col,
  section .security-review__col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 90px 15px 87px 80px;
    align-items: flex-start; }
  section .partners__info-title,
  section .security-review__info-title {
    display: flex;
    flex-direction: column; }
  section .partners-logo__col {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    border: 1px solid #E8E8E8;
    border-right: none;
    height: 336px;
    justify-content: space-around;
    padding: 44px;
    border-bottom: none;
    background: linear-gradient(to left, #fff 50%, #f3f4f5 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    width: 336px; }
  section .partners-logo__col .partners-logo__img {
    mix-blend-mode: darken; }
  section .partners-logo__col:hover {
    background-position: left; }
  section .partners-logo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 961px; }
  section .partners__title,
  section .security-review__title {
    font-weight: 500;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -0.22px;
    margin-bottom: 20px; }
  section .partners__client-text,
  section .security-review__text {
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: -0.22px;
    color: #0064F5;
    text-transform: uppercase; }
  section .partners__client-text:hover,
  section .security-review__text:hover {
    color: #040028; }
  section .partners-slider__pagination,
  section .security-review__pagination {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.22px;
    text-align: center; }
  section .partners-slider__pagination {
    display: flex;
    justify-content: space-evenly;
    align-items: center; }
  section .partners__row.second,
  section .partners__row.third {
    display: none !important; }
  section .partners-arrows-prev,
  section .partners-arrows-next {
    cursor: pointer; }
  section .security-review__pagination {
    display: flex;
    align-items: center;
    justify-content: space-around; }
  section .security-review__row.slider_item.second {
    display: none !important; }
  section .security-review__col:nth-child(2) {
    border: 1px solid #E8E8E8;
    width: 642px;
    padding: 90px 48px 87px 20px; }
  section .security-review__col:nth-child(1) {
    padding: 90px 17px 60px 90px; }
  section .security-review__col.slider_item {
    height: 516px; }
  section .rev-arrows-next.slick-arrow {
    margin-left: 10px; }
  section .rev-arrows-prev.slick-arrow {
    margin-right: 10px; }
  section .security-review__pagination.second {
    display: none; }
  section .partners__title-mobile {
    display: none; }
  section .partners-mobile {
    display: none; }

  .slick-arrow.slick-hidden {
    display: block !important; }

  section .security-numbers__col {
    display: flex;
    flex-direction: column; }
  section .security-numbers__row {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #E8E8E8; }
  section .security-numbers__start,
  section .security-numbers__start.second,
  section .security-numbers__start.second {
    display: flex;
    flex-direction: column;
    background-color: #FF00E6;
    padding: 50px 150px 0 20px;
    width: 336px; }
  section .security-numbers__start.second {
    background-color: #005134; }
  section .security-numbers__start.third {
    background-color: #040028; }
  section .security-numbers__title {
    font-weight: 500;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -0.44px;
    padding-top: 100px;
    padding-left: 80px;
    border: 1px solid #E8E8E8;
    padding-bottom: 55px; }
  section .security-numbers__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 995.5px; }
  section .security-numbers__item {
    display: flex;
    flex-direction: column;
    padding: 50px 100px 30px 44px;
    border: 1px solid #E8E8E8;
    border-top: none;
    border-right: none;
    border-bottom: none;
    align-items: flex-start; }
  section .security-numbers__start-year {
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: -0.44px;
    color: #fff;
    white-space: nowrap;
    margin-bottom: 20px; }
  section .security-numbers__start-text {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px; }
  section .security-numbers__item-text {
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px; }
  section .security-numbers__item:nth-child(2),
  section .security-numbers__item:nth-child(3),
  section .security-numbers__item:nth-child(1) {
    border-bottom: 1px solid #E8E8E8; }

  section .security-review__client-info {
    display: flex;
    gap: 10px;
    align-items: center; }
  section .security-review__client-img {
    width: 64px;
    height: 64px; }
  section img.security-review__partners-img {
    width: 141px;
    height: 140px; }
  section .security-review__descript {
    font-weight: 500;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -0.22px;
    white-space: nowrap; }
  section .security-review__client-name {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 21px */
    color: #1B1B1B; }
  section .security-review__client-text {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 21px */
    color: #666; }
  section .security-review__partners {
    display: flex;
    align-items: center;
    width: 300px;
    justify-content: center;
    border: 1px solid #E8E8E8;
    border-right: none;
    height: 672px;
    border-bottom: none;
    border-top: none; }
  section .security-review__row-logo {
    display: flex; }
  section .security-review__row-slider {
    border: 1px solid #E8E8E8;
    border-top: none;
    border-bottom: none; }
  section .security-review__row-slider .slick-list.draggable {
    width: 997px; }
  section .security-review__col.slider_item {
    padding-left: 47px !important;
    padding-right: 53px !important; }
  section .review-arrows-prev.slick-arrow {
    margin-right: 10px;
    transition: transform 0.35s ease-in-out; }
  section .review-arrows-next.slick-arrow {
    margin-left: 10px;
    transition: transform 0.35s ease-in-out; }
  section .security-review__col.slider_item.second {
    padding-right: 17.5px !important; }
  section .review-mobile.slider {
    display: none; }

  section .security-blog__row {
    display: flex; }
  section .security-blog__info-title {
    display: flex;
    flex-direction: column;
    padding-left: 90px;
    padding-top: 90px; }
  section .security-blog__title {
    font-weight: 500;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -0.22px;
    margin-bottom: 20px; }
  section .security-blog__text {
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: -0.22px;
    color: #0064F5;
    text-transform: uppercase; }
  section .security-blog__text:hover {
    color: #040028; }
  section .security-blog__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    height: 708px; }
  section .security-blog__article-col {
    display: flex;
    flex-direction: column;
    width: 998.6px; }
  section .security-blog__col {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    width: 673px;
    padding-left: 52px;
    padding-top: 28px; }
  section .security-blog__article {
    display: flex;
    justify-content: space-between; }
  section .security-blog__article-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 31.2px; }
  section .security-blog__article-time,
  section .security-blog__article-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px; }
  section .security-blog__article-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    background-color: #F2F2F2;
    border-radius: 32px;
    padding: 10px 16px;
    white-space: nowrap;
    display: inline-flex;
    height: 32px;
    padding: 0px 10px;
    align-items: center;
    gap: 4px;
    flex-shrink: 0; }
  section .security-blog__article-info-col {
    display: flex;
    align-items: center;
    gap: 16px; }
  section .security-blog__article-info-col {
    width: 100%; }
  section .security-blog__article-row {
    display: flex;
    justify-content: space-between;
    height: 249.5px;
    align-items: center;
    border: 1px solid #E8E8E8;
    border-top: none; }
  section .security-blog__article-img-wrapp {
    width: 339.5px;
    height: 250px;
    border-left: 1px solid #E8E8E8;
    text-align: center;
    padding-top: 23px; }
  section .security-blog__article-row:hover .security-blog__article-title {
    text-decoration: underline; }
  section .security-blog__article-row:last-child {
    border-bottom: none; }

  section .security-video__bg {
    display: flex;
    justify-content: flex-end;
    gap: 27px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8; }
  section .security-video__row {
    justify-content: flex-end;
    height: 404px;
    display: flex;
    gap: 67px;
    border-bottom: 1px solid #E8E8E8; }
  section .security-video__col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 671px;
    border-left: 1px solid #E8E8E8;
    height: 404px; }
  section .security-video__name {
    font-weight: 500;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -0.22px;
    color: #000;
    height: 178px;
    padding-left: 90px;
    padding-top: 100px;
    border: 1px solid #E8E8E8; }
  section .security-video__title {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 31.2px */
    color: #000;
    white-space: nowrap;
    padding-left: 20px;
    padding-top: 40px; }
  section .security-video__text {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 18.2px */
    color: #000;
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
    padding-left: 20px;
    padding-bottom: 50px; }
  section .security-video__pagination {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.22px;
    width: 156px;
    justify-content: center;
    gap: 20px;
    border-left: 1px solid #F2F2F2; }
  section .security-video__row-slider .slick-list.draggable {
    height: 404px;
    width: 1055px; }
  section .security-video__row-slider .slick-list.draggable .slick-track {
    height: 404px; }
  section .security-video__bg-img,
  section .security-video__bg-img-wrapp {
    width: 700px;
    height: 332px;
    padding-top: 20px; }
  section .security-video__bg.slick-slide {
    display: flex !important; }
  section .security-video__bg.slick-slide.slick-current.slick-active {
    width: 1055px !important; }
  section .security-video__pagination.second {
    display: none; }
  section .mobile-video.slider {
    display: none; }

  section .security-news__row {
    display: flex;
    justify-content: space-between;
    height: 593px; }
  section .security-news__col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 90px;
    padding-bottom: 50px;
    align-items: center;
    padding-left: 90px;
    align-items: flex-start; }
  section .security-news__title {
    font-weight: 500;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -0.22px;
    margin-bottom: 20px; }
  section .security-news__text {
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: -0.22px;
    color: #0064F5;
    text-transform: uppercase; }
  section .security-news__text:hover {
    color: #040028; }
  section .security-news__pagination {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.22px;
    align-items: center;
    display: flex; }
  section .security-news__date-content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  section .security-news__content-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 333px;
    border: 1px solid #E8E8E8;
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding: 96px 24px 24px 24px; }
  section .security-news__article-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
    background-color: #F2F2F2;
    border-radius: 32px;
    padding: 10px 16px;
    white-space: nowrap; }
  section .security-news__content-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 21px; }
  section .security-news__date {
    font-weight: 400;
    font-size: 13px;
    line-height: 18.2px; }
  section .security-news__content-row {
    display: flex; }
  section .news-arrows-prev {
    margin-right: 10px; }
  section .news-arrows-next {
    margin-left: 10px; }
  section .security-news__content-col:hover .security-news__content-title {
    text-decoration: underline; }
  section .security-news__img-wrapp {
    position: relative; }
  section .security-news__svg {
    position: absolute;
    bottom: 25px;
    left: 25px;
    display: none; }
  section .security-news__content-col:hover .security-news__svg {
    display: block; }
  section .security-news__content-col .security-news__img {
    transition: transform 0.35s; }
  section .security-news__content-col:hover .security-news__img {
    transform: scale(1.1); }
  section .security-news__content-info {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  section .security-news__img-wrapp {
    overflow: hidden;
    width: 283px;
    height: 283px; }
  section .security-news__content-row .slick-list.draggable {
    width: 999px; }
  section .security-news__pagination.second {
    display: none; }
  section .security-news__content.slider_item.second {
    display: flex; }

  section.security-integration {
    height: 673px; }

  section .security-integration__row {
    display: flex;
    height: 672px;
    justify-content: space-between;
    border-top: 1px solid #E8E8E8; }
  section .security-integration__title {
    font-weight: 500;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -0.22px;
    padding-top: 80px;
    padding-left: 90px; }
  section .security-integration__col {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
  section .security-integration__name {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: center; }
  section .security-integration__logo {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    border: 1px solid #E8E8E8;
    border-right: none;
    height: 336px;
    justify-content: space-around;
    padding: 44px;
    background: linear-gradient(to left, #fff 50%, #f3f4f5 50%) right;
    background-size: 200%;
    transition: 0.5s ease-out;
    width: 333px;
    border-top: none; }
  section .security-integration__logo:hover {
    background-position: left; }
  section .integration-mobile {
    display: none; }

  footer {
    background-color: #000; }
  footer .container {
    width: 100%; }
  footer .main-footer__col-block {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #333;
    margin-left: 64px; }
  footer .main-footer__row {
    padding-left: 89px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #333; }
  footer .main-footer__row .main-footer__col {
    width: 288px;
    border-right: 1px solid #333;
    padding: 96px 0px; }
  footer .footer-menu__nav {
    display: flex;
    flex-direction: column;
    background-color: #000;
    gap: 20px; }
  footer .menu-link,
  footer .menu-link__title,
  footer .footer-products__title,
  footer .menu-link__products {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.22px; }
  footer .menu-link:hover,
  footer .menu-link__about:hover,
  footer .menu-link__products:hover {
    color: #FF00E6; }
  footer .menu-link__products {
    font-weight: 400; }
  footer .menu-link__descript {
    font-weight: 400;
    font-size: 11px;
    line-height: 12.1px;
    color: #666666;
    text-transform: none; }
  footer .menu-link__about {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 18.2px; }
  footer .title-contact__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  footer .footer-contact__number {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px; }
  footer .footer-application__button {
    white-space: nowrap;
    color: #fff;
    padding: 0px 16px;
    background-color: #37C800;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.22px;
    width: 161px;
    height: 36px; }
  footer .footer-application__button:hover {
    border-radius: 1px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #37C800; }
  footer .footer-contact {
    font-weight: 400;
    font-size: 11px;
    line-height: 12.1px;
    color: #666666; }
  footer .footer-social {
    display: flex;
    gap: 6px; }
  footer .footer-social .social-link {
    transition: all 0.10s ease-in-out; }
  footer .footer-social .social-link:hover {
    opacity: 0.5; }
  footer .footer-private-policy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 24px 144px 24px 80px; }
  footer .privite-policy {
    display: flex;
    gap: 15px; }
  footer .privite-policy__link,
  footer .privite-policy__text {
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    line-height: 12.1px; }
  footer .privite-policy__text {
    color: #666666; }

  .swiper-button-next, .swiper-button-prev {
    position: relative !important; }

  .slick-initialized .slick-slide {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important; }

  .slick-list.draggable {
    width: 1000px; }

  .partners-slider__pagination.second,
  .partners-slider__pagination.third {
    display: none; }

  .slick-vertical .slick-slide {
    height: 385px !important; }

  .main-section__article .slick-list.draggable {
    width: 335px !important;
    height: 768px !important; }

  .gsap-marker-scroller-end,
  .gsap-marker-scroller-start {
    display: none !important; }

  .security-numbers__start-col.slick-initialized.slick-slider.slick-vertical {
    width: 335px; }

  .modal-wrap.demo-modal .modal .modal-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .modal-wrap.demo-modal .modal .modal-wrapper .modal-cross {
    padding: 10px; }
  .modal-wrap.demo-modal .modal .modal-wrapper .demo-modal-col {
    width: 540px;
    height: 626px;
    padding: 64px 40px;
    padding-top: 20px; }
  .modal-wrap.demo-modal .modal .modal-wrapper .demo-modal-col .demo-title {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 31.2px */
    margin-bottom: 8px; }
  .modal-wrap.demo-modal .modal .modal-wrapper .demo-modal-col div {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 18.2px */
    color: #333333;
    width: 280px;
    margin-bottom: 30px; }
  .modal-wrap.demo-modal .modal .modal-wrapper .demo-modal-col .input input {
    width: 460px;
    height: 64px;
    border-bottom: 1px solid #E8E8E8;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 21px */
    color: #666666; }
  .modal-wrap.demo-modal .modal .modal-wrapper .demo-modal-col .input .label {
    display: flex;
    flex-direction: column;
    gap: 4px;
    height: 64px; }
  .modal-wrap.demo-modal .modal .modal-wrapper .demo-modal-col .input .label label {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    /* 12.1px */
    color: #666;
    padding-top: 10px; }
  .modal-wrap.demo-modal .modal .modal-wrapper .demo-modal-col .input .label input {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 21px */
    color: #1B1B1B; }
  .modal-wrap.demo-modal .modal .modal-wrapper .demo-modal-col button {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 13px */
    letter-spacing: -0.26px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    height: 52px;
    padding: 0px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 1px;
    background: #0064F5;
    margin: 40px 0px; }
  .modal-wrap.demo-modal .modal .modal-wrapper .demo-modal-col p {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 16.5px */
    color: #B3B3B3;
    width: 460px; }
  .modal-wrap.demo-modal .modal .modal-wrapper .demo-modal-col p a {
    color: #B3B3B3;
    text-decoration: underline; }

  .modal-wrap.appeal-modal .modal .modal-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .modal-wrap.appeal-modal .modal .modal-wrapper .modal-cross {
    padding: 10px; }
  .modal-wrap.appeal-modal .modal .modal-wrapper .appeal-modal-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    width: 540px;
    height: 626px;
    padding: 64px 40px;
    padding-top: 20px;
    align-items: center; }
  .modal-wrap.appeal-modal .modal .modal-wrapper .appeal-modal-col div {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 31.2px */
    text-align: center; }
  .modal-wrap.appeal-modal .modal .modal-wrapper .appeal-modal-col button {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 13px */
    letter-spacing: -0.26px;
    text-transform: uppercase;
    display: flex;
    height: 52px;
    padding: 0px 28px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 1px;
    border: 1px solid #1B1B1B; }

  .mobile-menu-about {
    display: none; }

  .cookie {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    height: 60px;
    z-index: 999; }
  .cookie .wrapp {
    display: flex;
    justify-content: space-between;
    padding: 12px 80px;
    align-items: center; }
  .cookie .wrapp div {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 21px */ }
  .cookie .wrapp button {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 13px */
    letter-spacing: -0.26px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    height: 36px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 1px;
    background: #1B1B1B; }

  /*@media screen and (max-width: 992px) {*/
  /*  header {*/
  /*    position: sticky;*/
  /*    top: 0;*/
  /*    z-index: 999; }*/
  /*    header .menu-mobile-close {*/
  /*      display: none; }*/
  /*    header .mobile-menu__left-col {*/
  /*      width: 100%;*/
  /*      background: #fff;*/
  /*      height: 100vh;*/
  /*      display: flex;*/
  /*      flex-direction: column;*/
  /*      justify-content: space-between; }*/
  /*    header .mobile-menu__left-search {*/
  /*      display: flex;*/
  /*      align-items: center; }*/
  /*    header .mobile-menu__left-search-text {*/
  /*      font-weight: 400;*/
  /*      font-size: 15px;*/
  /*      line-height: 21px;*/
  /*      color: #B3B3B3; }*/
  /*    header .mobile-menu__left-nav {*/
  /*      display: flex;*/
  /*      flex-direction: column;*/
  /*      background: #fff;*/
  /*      height: 100%; }*/
  /*    header .mobile-menu-about {*/
  /*      height: 100vh;*/
  /*      background: #fff;*/
  /*      display: none; }*/
  /*      header .mobile-menu-about .mobile-menu-about__col {*/
  /*        display: flex;*/
  /*        flex-direction: column;*/
  /*        justify-content: space-between;*/
  /*        height: 100vh; }*/
  /*        header .mobile-menu-about .mobile-menu-about__col .about__col-link a {*/
  /*          font-size: 11px;*/
  /*          font-style: normal;*/
  /*          font-weight: 500;*/
  /*          line-height: 100%;*/
  /*          !* 11px *!*/
  /*          letter-spacing: -0.22px;*/
  /*          text-transform: uppercase;*/
  /*          width: 100%;*/
  /*          height: 64px;*/
  /*          padding: 0px 26px;*/
  /*          flex-direction: column;*/
  /*          justify-content: center;*/
  /*          align-items: flex-start;*/
  /*          gap: 4px;*/
  /*          display: flex;*/
  /*          border-bottom: 1px solid #E8E8E8;*/
  /*          color: #1B1B1B; }*/
  /*        header .mobile-menu-about .mobile-menu-about__col .chapter-button {*/
  /*          padding: 24px;*/
  /*          margin-bottom: 100px;*/
  /*          display: flex;*/
  /*          justify-content: center; }*/
  /*          header .mobile-menu-about .mobile-menu-about__col .chapter-button .chapter {*/
  /*            font-size: 13px;*/
  /*            font-style: normal;*/
  /*            font-weight: 500;*/
  /*            line-height: 100%;*/
  /*            !* 13px *!*/
  /*            letter-spacing: -0.26px;*/
  /*            text-transform: uppercase;*/
  /*            display: flex;*/
  /*            height: 44px;*/
  /*            padding: 0px 20px;*/
  /*            justify-content: center;*/
  /*            align-items: center;*/
  /*            gap: 8px;*/
  /*            align-self: stretch;*/
  /*            border: 1px solid #E8E8E8;*/
  /*            border-radius: 1px;*/
  /*            width: 100%; }*/
  /*    header .mobile-menu-product__left {*/
  /*      display: none;*/
  /*      height: 100vh;*/
  /*      overflow-y: scroll; }*/
  /*    header .mobile-menu-product__col {*/
  /*      height: 100vh;*/
  /*      background: #fff; }*/
  /*    header .mobile-menu__left {*/
  /*      height: 100vh; }*/
  /*    header .mobile-menu__left-link {*/
  /*      font-weight: 500;*/
  /*      font-size: 11px;*/
  /*      line-height: 11px;*/
  /*      letter-spacing: -0.22px;*/
  /*      color: #1B1B1B;*/
  /*      text-transform: uppercase;*/
  /*      padding: 0 26px;*/
  /*      height: 64px;*/
  /*      display: flex;*/
  /*      align-items: center;*/
  /*      border: 1px solid #E8E8E8;*/
  /*      border-bottom: none;*/
  /*      height: 100%; }*/
  /*    header .mobile-menu__left-link.products,*/
  /*    header .mobile-menu__left-link.projects,*/
  /*    header .mobile-menu__left-link.about {*/
  /*      display: flex;*/
  /*      align-items: center;*/
  /*      justify-content: space-between; }*/
  /*    header .mobile-menu__button {*/
  /*      display: flex;*/
  /*      background-color: #37C800;*/
  /*      justify-content: space-between;*/
  /*      padding: 0px 26px;*/
  /*      height: 64px;*/
  /*      margin-bottom: 64px; }*/
  /*    header .mobile-menu__left-button {*/
  /*      font-weight: 500;*/
  /*      font-size: 11px;*/
  /*      line-height: 11px;*/
  /*      letter-spacing: -0.22px;*/
  /*      text-align: start;*/
  /*      color: #fff; }*/
  /*    header .mobile-logo-product {*/
  /*      display: none; }*/
  /*    header .mobile-menu-product__title {*/
  /*      font-weight: 500;*/
  /*      font-size: 13px;*/
  /*      line-height: 13px;*/
  /*      letter-spacing: -0.22px; }*/
  /*    header .mobile-menu-product__desc {*/
  /*      font-weight: 500;*/
  /*      font-size: 11px;*/
  /*      line-height: 11px;*/
  /*      letter-spacing: -0.22px;*/
  /*      color: #666666;*/
  /*      text-transform: uppercase; }*/
  /*    header .mobile-menu-product__col-conten-row {*/
  /*      display: flex;*/
  /*      justify-content: space-between;*/
  /*      padding: 13px 26px;*/
  /*      border: 1px solid #E8E8E8;*/
  /*      background: #fff;*/
  /*      height: 48px;*/
  /*      border-top: none;*/
  /*      align-items: center; }*/
  /*    header .mobile-menu-product__link-title {*/
  /*      font-weight: 500;*/
  /*      font-size: 11px;*/
  /*      line-height: 11px;*/
  /*      letter-spacing: -0.22px;*/
  /*      color: #1B1B1B;*/
  /*      margin-bottom: 4px; }*/
  /*    header .mobile-menu-product__link-desc {*/
  /*      font-weight: 400;*/
  /*      font-size: 11px;*/
  /*      line-height: 12.1px;*/
  /*      color: #666666 !important; }*/
  /*    header .mobile-menu-product__link-wrapp {*/
  /*      display: flex;*/
  /*      flex-direction: column; }*/
  /*    header .mobile-menu-product__link {*/
  /*      padding: 20px 26px;*/
  /*      border-bottom: 1px solid #E8E8E8;*/
  /*      background: #fff; }*/
  /*    header .mobile-arrow-back {*/
  /*      display: none; }*/

  /*  .container-fluid {*/
  /*    max-width: 100%;*/
  /*    width: 100%; }*/

  /*  .left-menu {*/
  /*    display: none; }*/

  /*  .main-header__row {*/
  /*    display: none !important; }*/

  /*  .mobile-menu__row {*/
  /*    display: flex !important;*/
  /*    width: 100%;*/
  /*    display: flex;*/
  /*    align-items: center;*/
  /*    justify-content: space-between;*/
  /*    height: 64px;*/
  /*    background-color: #fff;*/
  /*    border-bottom: 1px solid #E8E8E8; }*/
  /*    .mobile-menu__row .mobile-logo-about {*/
  /*      display: none; }*/

  /*  .slick-initialized .slick-slide {*/
  /*    display: grid !important;*/
  /*    grid-template-columns: repeat(2, 1fr) !important; }*/

  /*  section video {*/
  /*    width: 100% !important; }*/
  /*  section .main-banner__title {*/
  /*    font-size: 24px;*/
  /*    line-height: 24px; }*/
  /*  section .main-banner__content {*/
  /*    width: 100%;*/
  /*    position: relative; }*/
  /*  section .slider.main-right {*/
  /*    display: none;*/
  /*    position: absolute;*/
  /*    bottom: 0; }*/
  /*  section .main-banner__desc {*/
  /*    padding: 26px;*/
  /*    width: 100%; }*/
  /*  section .main-banner__button {*/
  /*    width: 100%; }*/
  /*  section .main-banner__buttons {*/
  /*    margin-top: 25px; }*/
  /*  section .main-banner__text {*/
  /*    font-size: 13px;*/
  /*    line-height: 18.2px; }*/
  /*  section .main-banner__buttons {*/
  /*    display: flex;*/
  /*    flex-direction: column;*/
  /*    gap: 10px; }*/
  /*  section .main-banner-2__title {*/
  /*    display: none; }*/
  /*  section .main-banner-2__direction-mobile {*/
  /*    display: block;*/
  /*    background: #fff;*/
  /*    padding: 16px 0px 16px 26px; }*/
  /*  section .main-banner-2__title-mobile {*/
  /*    font-size: 500px;*/
  /*    font-size: 16px;*/
  /*    line-height: 20.8px; }*/
  /*  section .main-banner-2__col.sot,*/
  /*  section .main-banner-2__col.rgc,*/
  /*  section .main-banner-2__col.sda,*/
  /*  section .main-banner-2__direction {*/
  /*    opacity: 0 !important;*/
  /*    display: none; }*/
  /*  section .main-banner-2__col.sot.hover,*/
  /*  section .main-banner-2__col.rgc.hover,*/
  /*  section .main-banner-2__col.sda.hover {*/
  /*    opacity: 0 !important;*/
  /*    display: none; }*/
  /*  section .security-support__row {*/
  /*    padding-left: 0; }*/
  /*  section .security-support__col {*/
  /*    display: none; }*/
  /*  section .security-support__col {*/
  /*    height: inherit; }*/
  /*  section .security-support__item:first-child,*/
  /*  section .security-support__item:nth-child(2) {*/
  /*    border-top: 1px solid #E8E8E8;*/
  /*    padding: 26px; }*/
  /*  section .security-support__item {*/
  /*    font-size: 13px;*/
  /*    line-height: 18.2px;*/
  /*    color: #1B1B1B;*/
  /*    padding: 26px;*/
  /*    width: 100%;*/
  /*    white-space: inherit;*/
  /*    height: 260px; }*/
  /*  section .security-support__list {*/
  /*    width: 100%;*/
  /*    height: 1043px; }*/
  /*  section .security-support-mobile {*/
  /*    display: block; }*/
  /*  section .support-mobile.slider_item {*/
  /*    display: grid;*/
  /*    grid-template-columns: repeat(2, 1fr); }*/
  /*  section .platform-arrows-prev.slick-arrow {*/
  /*    margin-right: 10px; }*/
  /*  section .platform-arrows-next.slick-arrow {*/
  /*    margin-left: 10px; }*/
  /*  section .support-pagination-mobile.second {*/
  /*    display: none; }*/
  /*  section .security-support-mobile__col .slick-list.draggable {*/
  /*    width: 100%; }*/
  /*  section .company-info__title {*/
  /*    font-size: 20px;*/
  /*    line-height: 26px; }*/
  /*  section .company-info__row {*/
  /*    height: inherit;*/
  /*    flex-direction: column;*/
  /*    padding-right: 0; }*/
  /*  section .company-info__desc-wrapp {*/
  /*    padding: 26px; }*/
  /*  section .company-info__desc-wrapp .company-info__sertificate {*/
  /*    display: none; }*/
  /*  section .company-info__use-title {*/
  /*    display: none; }*/
  /*  section .company-info__use-list {*/
  /*    display: flex;*/
  /*    grid-row-gap: 0px;*/
  /*    grid-column-gap: 0px;*/
  /*    overflow-x: scroll;*/
  /*    white-space: nowrap; }*/
  /*  section .company-info__use-item {*/
  /*    padding: 26px;*/
  /*    border: 1px solid #E8E8E8;*/
  /*    border-right: none; }*/
  /*  section .company-info__use {*/
  /*    padding-left: 0px; }*/
  /*  section .company-info__sertificate {*/
  /*    padding: 26px;*/
  /*    padding-top: 8px; }*/
  /*  section .product-order__row {*/
  /*    flex-direction: column; }*/
  /*  section .product-order__title {*/
  /*    font-size: 40px;*/
  /*    line-height: 40px;*/
  /*    white-space: normal; }*/
  /*  section .product-order__contact {*/
  /*    align-items: flex-start;*/
  /*    flex-direction: column;*/
  /*    gap: 52px; }*/
  /*  section .product-order__contact-info {*/
  /*    font-size: 13px;*/
  /*    color: #F2F2F2;*/
  /*    order: 1; }*/
  /*  section .product-order__button {*/
  /*    order: 2;*/
  /*    width: 100%; }*/
  /*  section .product-order__info {*/
  /*    padding: 52px 26px 52px 26px;*/
  /*    width: 100%; }*/
  /*  section .partners__client-text {*/
  /*    display: none; }*/
  /*  section .partners__title {*/
  /*    display: none; }*/
  /*  section .partners__title-mobile {*/
  /*    display: block;*/
  /*    font-size: 17px;*/
  /*    font-style: normal;*/
  /*    font-weight: 500;*/
  /*    line-height: 130%; }*/
  /*  section .partners__col {*/
  /*    flex-direction: row;*/
  /*    padding: 26px; }*/
  /*  section .partners__row {*/
  /*    flex-direction: column;*/
  /*    justify-content: start; }*/
  /*  section .security-support__row {*/
  /*    gap: 0px; }*/
  /*  section .company-info__sertificate-mobile {*/
  /*    display: block;*/
  /*    font-weight: 400;*/
  /*    font-size: 11px;*/
  /*    line-height: 12.1px;*/
  /*    color: #B3B3B3;*/
  /*    padding: 26px;*/
  /*    padding-bottom: 8px; }*/
  /*  section .partners-logo__slider.slick-initialized.slick-slider {*/
  /*    display: none; }*/
  /*  section .partners-mobile {*/
  /*    display: block; }*/
  /*  section .slider.partners {*/
  /*    display: none; }*/
  /*  section .partners-mobile__row {*/
  /*    display: flex;*/
  /*    align-items: center;*/
  /*    justify-content: space-between;*/
  /*    padding: 26px; }*/
  /*  section .partners-logo__title {*/
  /*    font-size: 11px;*/
  /*    font-style: normal;*/
  /*    font-weight: 400;*/
  /*    line-height: 110%; }*/
  /*  section .partners-slider-mobile__pagination .pagination {*/
  /*    font-size: 12px;*/
  /*    font-style: normal;*/
  /*    font-weight: 500;*/
  /*    line-height: 100%;*/
  /*    !* 12px *!*/
  /*    letter-spacing: -0.24px; }*/
  /*  section .partners-arrows-prev {*/
  /*    margin-right: 10px; }*/
  /*  section .partners-arrows-next {*/
  /*    margin-left: 10px; }*/
  /*  section .partners-mobile-slider .slick-list.draggable {*/
  /*    width: 100%; }*/
  /*  section .partners-mobile-slider__col .partners-logo__col {*/
  /*    width: 100%; }*/
  /*  section .partners-logo__col.bank,*/
  /*  section .partners-logo__col.megafon {*/
  /*    border-bottom: 1px solid #E8E8E8; }*/
  /*  section .partners-slider-mobile__pagination {*/
  /*    align-items: center; }*/
  /*  section .partners-slider-mobile__pagination.first {*/
  /*    display: flex; }*/
  /*  section .partners-slider-mobile__pagination.second,*/
  /*  section .partners-slider-mobile__pagination.third,*/
  /*  section .partners-slider-mobile__pagination.four,*/
  /*  section .partners-slider-mobile__pagination.five {*/
  /*    display: none; }*/
  /*  section .security-numbers__title {*/
  /*    font-size: 20px;*/
  /*    line-height: 26px;*/
  /*    padding: 26px; }*/
  /*  section .security-numbers__row {*/
  /*    flex-direction: column; }*/
  /*  section .security-numbers__list {*/
  /*    grid-template-columns: repeat(2, 1fr);*/
  /*    width: 100%; }*/
  /*  section .security-numbers__item-text {*/
  /*    font-size: 11px;*/
  /*    line-height: 12.1px; }*/
  /*  section .security-numbers__item {*/
  /*    border-bottom: 1px solid #E8E8E8;*/
  /*    padding: 26px; }*/
  /*  section .security-numbers__start {*/
  /*    width: 100%;*/
  /*    height: 576px; }*/
  /*  section .slider.review {*/
  /*    display: none; }*/
  /*  section .review-mobile.slider {*/
  /*    display: block; }*/
  /*  section .security-review__title {*/
  /*    font-size: 17px;*/
  /*    font-style: normal;*/
  /*    font-weight: 500;*/
  /*    line-height: 130%;*/
  /*    !* 22.1px *!*/
  /*    margin-bottom: 0; }*/
  /*  section .security-review-mobile__pagination .pagination {*/
  /*    font-size: 12px;*/
  /*    font-style: normal;*/
  /*    font-weight: 500;*/
  /*    line-height: 100%;*/
  /*    !* 12px *!*/
  /*    letter-spacing: -0.24px; }*/
  /*  section .review-mobile__col {*/
  /*    display: flex;*/
  /*    flex-direction: column; }*/
  /*  section .review-mobile__row {*/
  /*    display: flex;*/
  /*    justify-content: space-between;*/
  /*    padding: 26px; }*/
  /*  section .security-review-mobile__pagination.first {*/
  /*    display: flex;*/
  /*    align-items: center; }*/
  /*  section .review-mobile-arrows-prev {*/
  /*    margin-right: 10px; }*/
  /*  section .review-mobile-arrows-next {*/
  /*    margin-left: 10px; }*/
  /*  section .security-review-mobile__descript {*/
  /*    font-weight: 500;*/
  /*    font-size: 26px;*/
  /*    line-height: 31.2px; }*/
  /*  section .security-review__client-text {*/
  /*    font-size: 11px;*/
  /*    line-height: 12.1px; }*/
  /*  section .review-mobile-item__col.slider_item {*/
  /*    padding: 52px 26px; }*/
  /*  section .review-mobile-item__col.slider_item.slick-slide {*/
  /*    display: block !important; }*/
  /*  section .review-mobile-slider__col .slick-list.draggable {*/
  /*    width: 100%;*/
  /*    border-top: 1px solid #E8E8E8; }*/
  /*  section .security-review-mobile__pagination.second {*/
  /*    display: none; }*/
  /*  section .security-review-mobile__pagination {*/
  /*    align-items: center; }*/
  /*  section .security-review__client-info {*/
  /*    margin-top: 54.5px; }*/
  /*  section .review-mobile-slider__col.slick-initialized.slick-slider {*/
  /*    height: 393px; }*/
  /*  section .security-review__client-content {*/
  /*    display: flex;*/
  /*    flex-direction: column;*/
  /*    justify-content: space-between; }*/
  /*  section .security-review__client-info-row {*/
  /*    display: flex;*/
  /*    align-items: center;*/
  /*    justify-content: space-between; }*/
  /*  section .security-review__img {*/
  /*    margin-top: 30px; }*/
  /*  section .security-blog__row {*/
  /*    flex-direction: column;*/
  /*    height: auto;*/
  /*    justify-content: normal;*/
  /*    margin-bottom: 0px; }*/
  /*  section .security-video-mobile__pagination .pagination {*/
  /*    font-size: 12px;*/
  /*    font-style: normal;*/
  /*    font-weight: 500;*/
  /*    line-height: 100%;*/
  /*    !* 12px *!*/
  /*    letter-spacing: -0.24px; }*/
  /*  section .security-blog__info-title {*/
  /*    flex-direction: row;*/
  /*    align-items: center;*/
  /*    height: 56px;*/
  /*    padding: 16px 26px;*/
  /*    justify-content: space-between; }*/
  /*  section .security-blog__title {*/
  /*    font-size: 17px;*/
  /*    line-height: 21px;*/
  /*    margin-bottom: 0; }*/
  /*  section .security-blog__article-col {*/
  /*    width: 100%;*/
  /*    height: auto; }*/
  /*  section .security-blog__article-info-col {*/
  /*    justify-content: space-between; }*/
  /*  section .security-blog__article-row {*/
  /*    flex-direction: column;*/
  /*    height: auto;*/
  /*    border: none; }*/
  /*  section .security-blog__col {*/
  /*    width: 100%;*/
  /*    padding: 26px;*/
  /*    border-top: 1px solid #E8E8E8; }*/
  /*  section .security-blog__article-img-wrapp {*/
  /*    width: 100%;*/
  /*    padding-top: 0;*/
  /*    height: 273px;*/
  /*    border: none; }*/
  /*  section .security-blog__article-title {*/
  /*    font-size: 17px;*/
  /*    line-height: 22.1px; }*/
  /*  section .security-blog__article-info,*/
  /*  section .security-blog__article-date {*/
  /*    font-size: 11px;*/
  /*    line-height: 12.1px; }*/
  /*  section .security-blog__article-img {*/
  /*    width: 100%;*/
  /*    height: inherit; }*/
  /*  section .slider.video {*/
  /*    display: none; }*/
  /*  section .mobile-video.slider {*/
  /*    display: block; }*/
  /*  section .mobile-video__row {*/
  /*    display: flex;*/
  /*    justify-content: space-between;*/
  /*    padding: 16px 26px 16px 26px; }*/
  /*  section .security-video-mobile__name {*/
  /*    font-weight: 500;*/
  /*    font-size: 16px;*/
  /*    line-height: 20.8px; }*/
  /*  section .security-video-mobile__pagination.second {*/
  /*    display: none; }*/
  /*  section .security-video-mobile__pagination {*/
  /*    display: flex;*/
  /*    align-items: center; }*/
  /*  section .video-mobile-arrows-prev {*/
  /*    margin-right: 10px; }*/
  /*  section .video-mobile-arrows-next {*/
  /*    margin-left: 10px; }*/
  /*  section .security-video__title {*/
  /*    font-size: 15px;*/
  /*    line-height: 21px;*/
  /*    padding: 0px; }*/
  /*  section .security-video__text {*/
  /*    font-size: 13px;*/
  /*    line-height: 18.2px;*/
  /*    padding: 0px; }*/
  /*  section .security-video__col-mobile {*/
  /*    padding: 23px 26px 52px 26px;*/
  /*    display: flex;*/
  /*    flex-direction: column;*/
  /*    gap: 24px; }*/
  /*  section .security-video__bg-img, section section .security-video__bg-img-wrapp {*/
  /*    width: 100%;*/
  /*    height: auto;*/
  /*    padding-top: 0px; }*/
  /*  section .mobile-video__row-slider .slick-list.draggable {*/
  /*    width: 100%; }*/
  /*  section .mobile-video-item.slider_item.slick-slide {*/
  /*    display: flex !important;*/
  /*    flex-direction: column; }*/
  /*  section .mobile-video__col {*/
  /*    border-bottom: 1px solid #E8E8E8; }*/
  /*  section .security-news__title {*/
  /*    font-size: 17px;*/
  /*    line-height: 22.1px;*/
  /*    margin-bottom: 0; }*/
  /*  section .security-news__pagination.first,*/
  /*  section .security-news__pagination.second {*/
  /*    display: none; }*/
  /*  section .security-news__col {*/
  /*    padding: 16px 26px; }*/
  /*  section .security-news__row {*/
  /*    flex-direction: column;*/
  /*    height: auto; }*/
  /*  section .security-news__content-row {*/
  /*    display: flex;*/
  /*    flex-direction: column; }*/
  /*  section .security-news__content.slider_item.second {*/
  /*    display: flex;*/
  /*    flex-direction: column; }*/
  /*  section .security-news__content-title {*/
  /*    font-weight: 500;*/
  /*    font-size: 17px;*/
  /*    line-height: 22.1px;*/
  /*    padding: 0px 26px; }*/
  /*  section .security-news__content-col {*/
  /*    width: 100%;*/
  /*    border: 1px solid #E8E8E8;*/
  /*    border-right: none;*/
  /*    border-left: none;*/
  /*    padding: 52px 0px;*/
  /*    padding-bottom: 0px; }*/
  /*  section .security-news__content-col .security-news__img {*/
  /*    transition: transform 0.5s;*/
  /*    padding: 0;*/
  /*    width: 100%; }*/
  /*  section .security-news__date-content {*/
  /*    padding: 20px 26px;*/
  /*    flex-direction: row-reverse; }*/
  /*  section .security-news__img-wrapp {*/
  /*    width: 100%;*/
  /*    height: 100%; }*/
  /*  section .security-news__info-title {*/
  /*    display: flex;*/
  /*    align-items: center;*/
  /*    width: 100%;*/
  /*    justify-content: space-between; }*/
  /*  section .security-integration__row {*/
  /*    display: none; }*/
  /*  section .integration-mobile {*/
  /*    display: block; }*/
  /*  section .security-integration__title {*/
  /*    font-size: 17px;*/
  /*    line-height: 22.1px;*/
  /*    padding: 0; }*/
  /*  section .integration-mobile__title {*/
  /*    padding: 26px;*/
  /*    display: flex;*/
  /*    justify-content: space-between; }*/
  /*  section .security-integration__pagination {*/
  /*    display: flex;*/
  /*    align-items: center; }*/
  /*  section .security-integration__pagination.second {*/
  /*    display: none; }*/
  /*  section .integration-arrows-prev {*/
  /*    margin-right: 10px; }*/
  /*  section .integration-arrows-next {*/
  /*    margin-left: 10px; }*/
  /*  section .integration-mobile__slider .slick-list.draggable {*/
  /*    width: 100%;*/
  /*    height: auto !important;*/
  /*    border-top: 1px solid #E8E8E8; }*/
  /*  section .security-integration-mobile__logo {*/
  /*    width: 100% !important; }*/
  /*  section .integration-mobile__slider.slider_item.slick-slide {*/
  /*    width: 100% !important; }*/
  /*  section .security-integration__logo {*/
  /*    width: 100% !important; }*/
  /*  section .security-integration {*/
  /*    height: auto; }*/
  /*  section .slider.mobile-main-right {*/
  /*    display: none;*/
  /*    position: absolute;*/
  /*    bottom: 0;*/
  /*    width: 100%;*/
  /*    overflow: hidden; }*/
  /*  section .main-section__article-mobile .slick-list.draggable {*/
  /*    width: 100%; }*/
  /*  section .main-section__article-mobile .main-section__podcast.first {*/
  /*    background-color: #FF00E6; }*/
  /*  section .main-section__podcast {*/
  /*    display: block !important; }*/
  /*  section .main-section__product.slick-slide {*/
  /*    display: block !important; }*/
  /*  section .pagination.main-right {*/
  /*    color: #fff; }*/
  /*  section .main-right-slider__pagination {*/
  /*    display: flex;*/
  /*    align-items: center;*/
  /*    justify-content: center;*/
  /*    margin-bottom: 5px; }*/
  /*  section .main-right-arrows-prev {*/
  /*    margin-right: 10px; }*/
  /*  section .main-right-arrows-next {*/
  /*    margin-left: 10px; }*/
  /*  section .main-right-slider__pagination.second,*/
  /*  section .main-right-slider__pagination.third,*/
  /*  section .main-right-slider__pagination.four,*/
  /*  section .main-right-slider__pagination.five,*/
  /*  section .main-right-slider__pagination.six {*/
  /*    display: none; }*/
  /*  section .slider.mobile-main-right {*/
  /*    transition: opacity 0.2s ease-in-out; }*/

  /*  main .progress-bar {*/
  /*    display: none; }*/

  /*  .main-banner {*/
  /*    position: relative; }*/

  /*  section.security-integration {*/
  /*    height: auto; }*/

  /*  main .main-section__article {*/
  /*    display: block;*/
  /*    width: 100%;*/
  /*    height: 506px; }*/

  /*  .main-section__article .slick-list.draggable {*/
  /*    width: 100% !important;*/
  /*    height: 387px !important; }*/

  /*  .partners-logo.slider_item.slick-slide {*/
  /*    grid-template-columns: repeat(4, 1fr) !important;*/
  /*    grid-template-rows: repeat(4, 1fr) !important; }*/

  /*  section.partners-slider {*/
  /*    width: 100%; }*/

  /*  .menu-mobile,*/
  /*  .mobile-login {*/
  /*    width: 64px;*/
  /*    text-align: center;*/
  /*    height: 64px;*/
  /*    border: 1px solid #E8E8E8;*/
  /*    display: flex;*/
  /*    justify-content: center;*/
  /*    border-top: none;*/
  /*    border-bottom: none; }*/

  /*  .wrapper {*/
  /*    width: 100%; }*/

  /*  main .main-banner-2 {*/
  /*    height: auto;*/
  /*    width: 100%; }*/

  /*  main .main-banner-2 .container-fluid {*/
  /*    flex-direction: column; }*/

  /*  main .main-banner-2__col.sot-mobile.hover-mobile,*/
  /*  main .main-banner-2__col.rgc-mobile.hover-mobile,*/
  /*  main .main-banner-2__col.sda-mobile.hover-mobile {*/
  /*    display: block; }*/

  /*  main .direction__descript__row {*/
  /*    justify-content: space-between;*/
  /*    align-items: center;*/
  /*    width: auto;*/
  /*    gap: 0px; }*/

  /*  .main-banner-2__description {*/
  /*    display: none; }*/

  /*  main .direction-hover__text {*/
  /*    font-size: 13px;*/
  /*    line-height: 18.2px; }*/

  /*  .security-support__title {*/
  /*    display: none; }*/

  /*  main .security-support__col-mobile {*/
  /*    display: flex;*/
  /*    padding: 16px 20px 16px 26px;*/
  /*    justify-content: space-between; }*/

  /*  .security-support__title-mobile {*/
  /*    font-weight: 500;*/
  /*    font-size: 17px;*/
  /*    line-height: 22.1px; }*/

  /*  .support-pagination-mobile {*/
  /*    display: flex;*/
  /*    align-items: center; }*/
  /*    .support-pagination-mobile .support-pagination {*/
  /*      font-size: 12px;*/
  /*      font-style: normal;*/
  /*      font-weight: 500;*/
  /*      line-height: 100%;*/
  /*      !* 12px *!*/
  /*      letter-spacing: -0.24px; }*/

  /*  .security-support__row {*/
  /*    flex-direction: column; }*/

  /*  main .main-banner-2__name {*/
  /*    font-size: 11px;*/
  /*    line-height: 11px;*/
  /*    letter-spacing: -0.22px; }*/

  /*  main .products-button__title {*/
  /*    font-size: 11px;*/
  /*    line-height: 11px;*/
  /*    letter-spacing: -0.22px;*/
  /*    border: 1px solid #fff;*/
  /*    border-radius: 36px;*/
  /*    padding: 6px 16px;*/
  /*    text-align: center;*/
  /*    width: 85px;*/
  /*    white-space: nowrap; }*/

  /*  main .direction__text {*/
  /*    font-size: 13px;*/
  /*    line-height: 18.2px; }*/

  /*  .company-info {*/
  /*    width: 100%; }*/

  /*  .product-order__img {*/
  /*    display: none; }*/

  /*  footer .main-footer__col-block {*/
  /*    padding: 0;*/
  /*    margin: 0;*/
  /*    border: none; }*/

  /*  footer {*/
  /*    width: 100%; }*/
  /*    footer .main-footer__row {*/
  /*      border: none;*/
  /*      flex-direction: column;*/
  /*      padding-left: 0px; }*/
  /*    footer .footer-private-policy {*/
  /*      display: none; }*/
  /*    footer .footer-application__button {*/
  /*      width: 161px; }*/
  /*    footer .main-footer__col {*/
  /*      border-bottom: 0.1px solid #333333;*/
  /*      padding: 26px !important;*/
  /*      border-right: none !important;*/
  /*      width: 100% !important; }*/

  /*  .security-numbers__start-col.slick-initialized.slick-slider.slick-vertical {*/
  /*    width: 100%; }*/

  /*  .modal-wrap.demo-modal .modal {*/
  /*    width: 100%;*/
  /*    height: 100%; }*/
  /*    .modal-wrap.demo-modal .modal .modal-wrapper {*/
  /*      width: 100%;*/
  /*      height: 100%; }*/
  /*      .modal-wrap.demo-modal .modal .modal-wrapper .demo-modal-col {*/
  /*        justify-content: space-between;*/
  /*        width: 100%;*/
  /*        display: flex;*/
  /*        flex-direction: column;*/
  /*        height: 100%; }*/
  /*        .modal-wrap.demo-modal .modal .modal-wrapper .demo-modal-col .input {*/
  /*          width: 100%; }*/
  /*          .modal-wrap.demo-modal .modal .modal-wrapper .demo-modal-col .input input {*/
  /*            width: 100%; }*/
  /*        .modal-wrap.demo-modal .modal .modal-wrapper .demo-modal-col p {*/
  /*          width: 100%; }*/
  /*        .modal-wrap.demo-modal .modal .modal-wrapper .demo-modal-col button {*/
  /*          width: 100%; }*/

  /*  .modal-wrap.appeal-modal .modal {*/
  /*    width: 100%;*/
  /*    height: 100%; }*/
  /*    .modal-wrap.appeal-modal .modal .modal-wrapper .appeal-modal-col {*/
  /*      width: 100%; }*/

  /*  .cookie .wrapp {*/
  /*    padding: 12px 26px; } }*/
  .pointer-events {
    pointer-events: none; }

  .security-numbers .security-numbers__start {
    width: 100% !important;
    height: 500px !important;
    display: flex !important;
    flex-direction: column; }

  .modal-shadow {
    background: rgba(26, 26, 24, 0.5);
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0; }

  .modal {
    position: fixed;
    top: 50%;
    z-index: 100;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    background: #fff;
    border-radius: 0px;
    padding: 0; }

  .modal-wrap {
    display: none;
    will-change: opacity;
    position: relative;
    z-index: -1; }

  .modal-wrap .modal {
    display: block !important; }

  .modal-show {
    display: block;
    transition: opacity 0.5s;
    will-change: opacity;
    z-index: 10000;
    position: relative; }

  .modal-wrapper {
    position: relative;
    padding-right: 20px;
    /* overflow: hidden; */
    padding: 0;
    width: 100%; }

  .modal-active {
    overflow: hidden !important; }

  .modal-cross {
    cursor: pointer; }

  .slick-arrow.slick-disabled {
    opacity: .5;
    cursor: default !important; }
  .slick-arrow.slick-disabled:hover {
    transform: none !important; }

  .slider .slick-arrow {
    cursor: pointer; }
  .slider .slick-arrow:hover {
    transform: scale(1.3); }

  .search.active {
    background: #000; }
  .search.active svg path {
    fill: #fff; }

  .dropdown-link.active {
    border-bottom: 2px solid #FF00E6; }
/*}*/

/*# sourceMappingURL=style.css.map */
