/**
 * Bootstrap
 */
/**
 * Mixins
 */
@use "sass:math";
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor; }

.icon-add-circle {
  width: 1em; }

.icon-arrow-btn {
  width: 0.97297em; }

.icon-arrow-experts {
  width: 1em; }

.icon-arrow-long {
  width: 4.125em; }

.icon-arrow-long-2 {
  width: 4.125em; }

.icon-arrow-up {
  width: 1em; }

.icon-arrow_forward_ios {
  width: 0.94737em; }

.icon-arrow_right_alt {
  width: 1em; }

.icon-benefits-icon-1 {
  width: 1.02083em; }

.icon-benefits-icon-2 {
  width: 1.02083em; }

.icon-benefits-icon-3 {
  width: 1.02083em; }

.icon-benefits-icon-4 {
  width: 1.02083em; }

.icon-benefits-icon-5 {
  width: 1.02083em; }

.icon-benefits-icon-6 {
  width: 1em; }

.icon-benefits-icon-7 {
  width: 1em; }

.icon-benefits-icon-8 {
  width: 1em; }

.icon-benefits-icon-9 {
  width: 1em; }

.icon-close {
  width: 1em; }

.icon-decor-1 {
  width: 0.35129em; }

.icon-decor-2 {
  width: 0.99766em; }

.icon-devices-icon-1 {
  width: 1em; }

.icon-devices-icon-2 {
  width: 1em; }

.icon-devices-icon-3 {
  width: 1em; }

.icon-devices-icon-4 {
  width: 1em; }

.icon-footer-adress {
  width: 0.95em; }

.icon-footer-f {
  width: 0.96em; }

.icon-footer-l {
  width: 0.96em; }

.icon-footer-mail {
  width: 0.95em; }

.icon-footer-mail-g {
  width: 0.95em; }

.icon-footer-phone {
  width: 0.95em; }

.icon-footer-w {
  width: 0.96em; }

.icon-format-icon-1 {
  width: 1em; }

.icon-format-icon-2 {
  width: 1.01235em; }

.icon-format-icon-3 {
  width: 1em; }

.icon-format-icon-4 {
  width: 1.01235em; }

.icon-icon-li {
  width: 1em; }

.icon-logo {
  width: 4.625em; }

.icon-phone {
  width: 1em; }

.icon-phone_in_talk {
  width: 1em; }

.icon-promo-decor {
  width: 1em; }

.icon-promo-decor-1 {
  width: 1.43716em; }

.icon-schedule {
  width: 1em; }

.icon-separator {
  width: 1em; }

.icon-separator-mob {
  width: 1em; }

.icon-slider-r {
  width: 1em; }

.icon-stars {
  width: 5.12em; }

.icon-technologies-icon-1 {
  width: 1em; }

.icon-technologies-icon-2 {
  width: 1em; }

.icon-technologies-icon-3 {
  width: 1em; }

.icon-technologies-icon-4 {
  width: 1em; }

.icon-technologies-icon-5 {
  width: 1em; }

.icon-technologies-icon-6 {
  width: 1em; }

.icon-values-1 {
  width: 1em; }

.icon-values-10 {
  width: 1em; }

.icon-values-11 {
  width: 1em; }

.icon-values-12 {
  width: 1em; }

.icon-values-13 {
  width: 1em; }

.icon-values-14 {
  width: 1em; }

.icon-values-15 {
  width: 1em; }

.icon-values-16 {
  width: 1em; }

.icon-values-17 {
  width: 1em; }

.icon-values-18 {
  width: 1em; }

.icon-values-19 {
  width: 1em; }

.icon-values-2 {
  width: 1em; }

.icon-values-3 {
  width: 1em; }

.icon-values-4 {
  width: 1em; }

.icon-values-5 {
  width: 1em; }

.icon-values-6 {
  width: 1em; }

.icon-values-7 {
  width: 1em; }

.icon-values-8 {
  width: 1em; }

.icon-values-9 {
  width: 1em; }

.icon-ws {
  width: 1.05556em; }

@use "sass:math";
/**
 * Base
 */
/* Include fonts
 @mixin ======================================================================== */
@font-face {
  font-display: swap;
  font-family: "Golos Text";
  src: local("Golos Text"), url("../fonts/GolosText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: "normal"; }

@font-face {
  font-display: swap;
  font-family: "Golos Text";
  src: local("Golos Text"), url("../fonts/GolosText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: "normal"; }

@font-face {
  font-display: swap;
  font-family: "Golos Text";
  src: local("Golos Text"), url("../fonts/GolosText-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: "normal"; }

@font-face {
  font-display: swap;
  font-family: "Golos Text";
  src: local("Golos Text"), url("../fonts/GolosText-Bold.woff") format("woff");
  font-weight: 700;
  font-style: "normal"; }

body {
  background: #FFFFFF;
  font-family: "Golos Text", sans-serif;
  margin: 0;
  font-weight: 400; }

.sections {
  border-radius: 40px;
  background: white; }

.page {
  overflow-x: hidden; }
  @media (min-width: 1921px) {
    .page {
      max-width: none !important; } }
  .page__content {
    position: relative;
    overflow: hidden;
    padding-top: 68px; }
    @media (max-width: 1199px) {
      .page__content {
        padding-top: 72px; } }
    .page__content .main-ligh {
      position: absolute;
      left: -45%;
      bottom: 0;
      z-index: -1; }
      @media (min-width: 1920px) {
        .page__content .main-ligh {
          display: none; } }
      @media (max-width: 1681px) {
        .page__content .main-ligh {
          left: 0; }
          .page__content .main-ligh img {
            width: 100vw;
            object-fit: cover; } }
      @media (max-width: 1199px) {
        .page__content .main-ligh {
          display: none; } }

.container-main {
  max-width: 1180px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container-main {
      padding: 0 32px; } }
  @media (max-width: 767px) {
    .container-main {
      padding: 0 16px; } }

.section-title {
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 50px;
  text-align: center; }
  .section-title > span {
    color: #2261eb; }
  @media (max-width: 1199px) {
    .section-title {
      font-size: 42px;
      font-weight: 600;
      line-height: 120%; } }
  @media (max-width: 767px) {
    .section-title {
      font-size: 26px; } }

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition-property: all;
  transition-duration: .6s;
  width: 100%;
  font-family: "Poppins", sans-serif;
  white-space: nowrap; }
  .button:hover {
    background: #89AEFE;
    color: white; }

@media (max-width: 767px) {
  .btns-custom > div {
    display: none; } }

.btns-custom > a {
  display: none; }
  @media (max-width: 767px) {
    .btns-custom > a {
      display: flex; } }

.swiper-button-next, .swiper-button-prev {
  background: #090B12;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto; }

.swiper-button-prev {
  transform: rotate(180deg);
  left: -10px !important; }

.swiper-button-next {
  right: -10px !important; }

/**
 * Lists
 */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.icon {
  display: inline-block; }

.bulb {
  background-image: url(../images/sprite.png);
  background-position: 0px -41px;
  width: 24px;
  height: 36px; }

.calendar {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 36px;
  height: 36px; }

.config {
  background-image: url(../images/sprite.png);
  background-position: -41px 0px;
  width: 36px;
  height: 36px; }

/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: $$themeColor; }

.swiper {
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1; }
  .swiper-vertical > .swiper-wrapper {
    flex-direction: column; }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  box-sizing: border-box; }
  .swiper-slide-invisible-blank {
    visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

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

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

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-wrapper,
.swiper-slide,
.swiper-slide-shadow,
.swiper-slide-shadow-left,
.swiper-slide-shadow-right,
.swiper-slide-shadow-top,
.swiper-slide-shadow-bottom,
.swiper-cube-shadow {
  transform-style: preserve-3d; }

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

.swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: non; }
  .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-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

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

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

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

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

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

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

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-button {
  width: 36px;
  height: 36px; }

.swiper-button {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background: #FFFFFF;
  border: 1px solid rgba(113, 113, 113, 0.2);
  box-shadow: 0 0 20px #DBDBDB;
  z-index: 10; }
  @media (max-width: 1199px) {
    .swiper-button {
      width: 36px;
      height: 36px; } }
  .swiper-button svg {
    width: 28px;
    height: 28px; }
    @media (max-width: 1199px) {
      .swiper-button svg {
        width: 20px !important;
        height: 20px !important;
        margin: 0 auto; } }
  .swiper-button-next {
    right: -30px; }
    .swiper-button-next {
      right: 10px; }
  .swiper-button-prev {
    left: -30px; }
    .swiper-button-prev {
      left: 10px; }
    .swiper-button-prev svg {
      transform: rotate(180deg); }

.swiper-button.swiper-button-disabled {
  display: none; }

/**
 * Components
 */
.page {
  display: flex;
  flex-direction: column;
  text-align: left;
  min-width: 320px;
  max-width: 1920px;
  transition: margin .2s ease;
  position: relative; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .page {
      display: block; } }
  .page__content {
    flex: 1; }

.hamburger {
  align-items: center;
  display: none;
  flex-direction: column;
  outline: none;
  transition: transform .2s ease;
  justify-content: space-between;
  text-decoration: none;
  height: 12px;
  width: 18px;
  position: relative;
  z-index: 10;
  margin-right: 20px; }
  @media (max-width: 1199px) {
    .hamburger {
      display: flex; } }
  .hamburger::before, .hamburger::after {
    background: #A5AAC0;
    border-radius: 3px;
    content: "";
    display: block;
    transition: transform .2s ease;
    height: 2px;
    width: 100%; }
  .hamburger.is-active {
    transition: transform .3s ease; }
    .hamburger.is-active::before, .hamburger.is-active::after {
      width: 100%; }
    .hamburger.is-active::before, .hamburger.is-active::after {
      top: 50%;
      position: absolute; }
    .hamburger.is-active::after {
      transform: rotate(-45deg); }
    .hamburger.is-active::before {
      transform: rotate(45deg); }

.module {
  margin-bottom: 30px; }
  .module__title {
    font-size: 18px;
    margin-bottom: 30px; }

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  position: fixed;
  transition: all .2s ease;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }
  .overlay.is-active {
    visibility: visible;
    opacity: 1;
    transition: all .2s ease; }

body.is-animate .overlay {
  visibility: visible;
  opacity: 1;
  transition: all .2s ease; }

.promo-section .container-main {
  display: flex;
  justify-content: space-between;
  padding: 60px 0; }
  @media (max-width: 1199px) {
    .promo-section .container-main {
      padding: 40px 32px; } }
  @media (max-width: 767px) {
    .promo-section .container-main {
      padding: 32px 16px;
      flex-direction: column; } }
  @media (max-width: 767px) {
    .promo-section .container-main > img {
      margin: 0 auto;
      max-width: 100%;
      object-fit: cover; } }

.promo-section__text {
  max-width: 584px;
  width: 100%; }
  .promo-section__text h1 {
    margin-bottom: 20px;
    font-size: 64px;
    font-weight: 700;
    line-height: 110%; }
    @media (max-width: 1199px) {
      .promo-section__text h1 {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .promo-section__text h1 {
        font-size: 32px;
        margin-bottom: 16px;
        text-align: center; } }
  .promo-section__text p {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .promo-section__text p {
        margin-bottom: 24px;
        font-size: 14px;
        text-align: center; } }
  .promo-section__text .btns-custom a, .promo-section__text .btns-custom > div {
    max-width: 246px;
    height: 71px;
    color: white;
    font-size: 18px;
    background: #2261eb;
    border-radius: 20px; }
    @media (max-width: 767px) {
      .promo-section__text .btns-custom a, .promo-section__text .btns-custom > div {
        max-width: 100%;
        font-size: 14px;
        height: 48px;
        border-radius: 12px; } }
    .promo-section__text .btns-custom a:hover, .promo-section__text .btns-custom > div:hover {
      background: #89AEFE;
      color: white; }

.cardsWithOptions .container-main {
  padding: 60px 0; }
  @media (max-width: 1199px) {
    .cardsWithOptions .container-main {
      padding: 60px 24px; } }
  @media (max-width: 767px) {
    .cardsWithOptions .container-main {
      padding: 32px 16px; } }

.cardsWithOptions .cardsWithOptions-block {
  display: flex;
  gap: 24px;
  align-items: stretch; }
  @media (max-width: 767px) {
    .cardsWithOptions .cardsWithOptions-block {
      flex-direction: column;
      gap: 12px; } }
  .cardsWithOptions .cardsWithOptions-block__item {
    width: 100%;
    border-radius: 40px;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .cardsWithOptions .cardsWithOptions-block__item {
        align-items: center;
        flex-direction: row;
        border-radius: 32px; } }

@media (max-width: 767px) {
  .v1 h2 {
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 32px; } }

.v1 .cardsWithOptions-block__item {
  background: #f0f0f0;
  padding: 32px;
  gap: 16px; }
  @media (max-width: 767px) {
    .v1 .cardsWithOptions-block__item {
      padding: 24px; } }
  .v1 .cardsWithOptions-block__item p {
    font-size: 20px; }
    @media (max-width: 767px) {
      .v1 .cardsWithOptions-block__item p {
        font-size: 16px; } }

.v2 .cardsWithOptions-block__item {
  background: #f0f0f0;
  gap: 16px;
  padding: 32px 24px; }
  @media (max-width: 767px) {
    .v2 .cardsWithOptions-block__item {
      padding: 16px;
      min-height: initial;
      max-height: initial; } }
  .v2 .cardsWithOptions-block__item svg {
    min-height: 42px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .v2 .cardsWithOptions-block__item svg {
        margin: 0;
        max-height: 24px;
        max-width: 24px;
        min-height: 24px; } }
  .v2 .cardsWithOptions-block__item p {
    font-weight: 600;
    font-size: 24px;
    text-align: center; }
    @media (max-width: 767px) {
      .v2 .cardsWithOptions-block__item p {
        font-size: 18px;
        text-align: left; } }

.v3 {
  background: #EDF2FD; }
  .v3 .container-main > h2 {
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .v3 .container-main > h2 {
        margin-bottom: 10px; } }
  .v3 .container-main > p {
    text-align: center;
    margin-bottom: 40px;
    color: #585869; }
    @media (max-width: 767px) {
      .v3 .container-main > p {
        margin-bottom: 32px;
        font-size: 14px; } }
  .v3 .container-main > .btns-custom .button {
    margin: 0 auto;
    margin-top: 40px;
    background: #2261eb;
    height: 71px;
    max-width: 377px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    border-radius: 20px; }
    @media (max-width: 767px) {
      .v3 .container-main > .btns-custom .button {
        font-size: 14px;
        height: 48px;
        max-width: 100%;
        border-radius: 12px;
        margin-top: 32px; } }
    .v3 .container-main > .btns-custom .button:hover {
      background: #89AEFE;
      color: white; }
  .v3 .cardsWithOptions-block__item {
    background: #FFFFFF;
    gap: 16px;
    padding: 24px; }
    @media (max-width: 767px) {
      .v3 .cardsWithOptions-block__item {
        min-height: initial;
        max-height: initial;
        align-items: flex-start; } }
    .v3 .cardsWithOptions-block__item svg {
      min-height: 42px; }
      @media (max-width: 767px) {
        .v3 .cardsWithOptions-block__item svg {
          margin: 0;
          max-height: 24px;
          max-width: 24px;
          min-height: 24px; } }
    .v3 .cardsWithOptions-block__item p {
      font-weight: 400;
      font-size: 20px; }
      @media (max-width: 767px) {
        .v3 .cardsWithOptions-block__item p {
          font-size: 16px;
          margin-top: -6px; } }

.resultClients .container-main {
  padding: 60px 0; }
  @media (max-width: 1199px) {
    .resultClients .container-main {
      padding: 60px 32px; } }
  @media (max-width: 767px) {
    .resultClients .container-main {
      padding: 32px 16px; } }
  .resultClients .container-main > div {
    display: flex;
    flex-direction: column;
    gap: 32px; }

.resultClients-cards {
  display: flex;
  align-items: center;
  gap: 16px; }
  @media (max-width: 1199px) {
    .resultClients-cards {
      gap: 8px; } }
  @media (max-width: 767px) {
    .resultClients-cards {
      flex-direction: column;
      gap: 12px; } }
  .resultClients-cards__item {
    border-radius: 40px;
    background: #EDF2FD;
    padding: 24px;
    min-height: calc( 140px - 48px);
    width: 100%; }
    @media (max-width: 767px) {
      .resultClients-cards__item {
        padding: 16px;
        max-width: calc( 100% - 32px);
        min-height: initial; } }
    .resultClients-cards__item > h3 {
      margin: 0;
      text-align: center;
      color: #2261eb;
      font-size: 30px;
      font-weight: 600;
      margin-bottom: 8px; }
      @media (max-width: 767px) {
        .resultClients-cards__item > h3 {
          font-size: 26px; } }
    .resultClients-cards__item > p {
      font-size: 16px;
      text-align: center;
      margin: 0; }
      @media (max-width: 767px) {
        .resultClients-cards__item > p {
          font-size: 14px; } }
  .resultClients-cards__item-photo {
    background: #f0f0f0;
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: calc( 325px - 48px); }
    .resultClients-cards__item-photo img {
      border-radius: 100%;
      object-fit: cover;
      height: 84px;
      width: 84px;
      min-width: 84px; }
    .resultClients-cards__item-photo div h3 {
      margin: 0;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 6px; }
      @media (max-width: 767px) {
        .resultClients-cards__item-photo div h3 {
          font-size: 20px; } }
    .resultClients-cards__item-photo div p {
      font-size: 16px;
      margin: 0; }
      @media (max-width: 767px) {
        .resultClients-cards__item-photo div p {
          font-size: 14px; } }

.companies {
  background: #edf2fd; }
  .companies .container-main {
    padding: 60px 0; }
    @media (max-width: 1199px) {
      .companies .container-main {
        padding: 60px 32px; } }
    @media (max-width: 767px) {
      .companies .container-main {
        padding: 32px 0; } }
    .companies .container-main > h2 {
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        .companies .container-main > h2 {
          margin-bottom: 10px; } }
    .companies .container-main > p {
      font-size: 22px;
      text-align: center;
      margin-bottom: 40px;
      color: #585869; }
      @media (max-width: 767px) {
        .companies .container-main > p {
          font-size: 14px;
          margin-bottom: 32px; } }
  .companies .btns-custom .button {
    margin: 0 auto;
    margin-top: 40px;
    background: #2261eb;
    height: 71px;
    max-width: 377px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    border-radius: 20px; }
    @media (max-width: 767px) {
      .companies .btns-custom .button {
        font-size: 14px;
        height: 48px;
        max-width: calc( 100% - 32px);
        border-radius: 12px;
        margin-top: 32px; } }
    .companies .btns-custom .button:hover {
      background: #89AEFE;
      color: white; }
  .companies-block__item {
    height: 90px;
    background: white;
    border-radius: 20px; }
  .companies .js-horScroll-companies-1 {
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .companies .js-horScroll-companies-1 {
        margin-bottom: 24px;
        margin-left: 16px; } }
  @media (max-width: 767px) {
    .companies .js-horScroll-companies-2 {
      margin-right: 16px; } }

.efficiency .container-main {
  padding: 60px 0; }
  @media (max-width: 1199px) {
    .efficiency .container-main {
      padding: 60px 32px; } }
  @media (max-width: 767px) {
    .efficiency .container-main {
      padding: 32px 16px; } }
  .efficiency .container-main > div {
    padding: 20px 40px;
    border-radius: 40px;
    border: 0.5px solid #F0F0F0;
    box-shadow: 0px 16px 20px 0px rgba(214, 214, 214, 0.2); }
    @media (max-width: 767px) {
      .efficiency .container-main > div {
        padding: 0 16px; } }
    .efficiency .container-main > div h3 {
      padding: 22px 0;
      border-bottom: 1px solid #CDCFD1;
      font-size: 30px;
      font-weight: 600; }
      @media (max-width: 767px) {
        .efficiency .container-main > div h3 {
          padding: 16px 0;
          font-size: 18px; } }

.efficiency-block__item {
  padding: 22px 0;
  display: flex;
  gap: 40px;
  align-items: center;
  border-bottom: 1px solid #F0F0F0; }
  @media (max-width: 767px) {
    .efficiency-block__item {
      gap: 12px;
      padding: 13px 0;
      padding-right: 18px; } }
  .efficiency-block__item:last-child {
    border: 0px; }
    .efficiency-block__item:last-child span {
      max-width: calc( 100% - (100% * 0.95));
      background: #E1E9FC; }
  .efficiency-block__item:nth-child(1) span {
    max-width: calc( 100% - (100% * 0.55)); }
  .efficiency-block__item:nth-child(2) span {
    max-width: calc( 100% - (100% * 0.85)); }
  .efficiency-block__item span {
    background: #2261eb;
    border-radius: 1000px;
    height: 19px;
    width: 100%; }
    @media (max-width: 767px) {
      .efficiency-block__item span {
        height: 8px; } }
  .efficiency-block__item h4 {
    font-size: 24px;
    font-weight: 600;
    min-width: 200px; }
    @media (max-width: 767px) {
      .efficiency-block__item h4 {
        font-size: 12px;
        min-width: 64px; } }
  .efficiency-block__item p {
    color: #1F1F25A3;
    font-size: 22px;
    min-width: 170px; }
    @media (max-width: 767px) {
      .efficiency-block__item p {
        font-size: 12px;
        min-width: 40px; } }

.tableWithOptions .container-main {
  padding: 60px 0; }
  @media (max-width: 1199px) {
    .tableWithOptions .container-main {
      padding: 60px 32px; } }
  @media (max-width: 767px) {
    .tableWithOptions .container-main {
      padding: 32px 16px; } }

.tableWithOptions.v1 table {
  background: #f0f0f0;
  width: 100%;
  border-radius: 40px;
  padding: 60px; }
  @media (max-width: 767px) {
    .tableWithOptions.v1 table {
      padding: 16px;
      border-radius: 32px; } }
  .tableWithOptions.v1 table thead td {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 32px; }
    @media (max-width: 767px) {
      .tableWithOptions.v1 table thead td {
        font-size: 14px;
        padding-bottom: 10px; } }
    .tableWithOptions.v1 table thead td:nth-child(2), .tableWithOptions.v1 table thead td:nth-child(3) {
      text-align: center; }
  .tableWithOptions.v1 table tbody tr td {
    font-size: 22px;
    color: #1f1f25;
    padding: 20px 0;
    border-bottom: 1px solid #cdcfd1; }
    @media (max-width: 767px) {
      .tableWithOptions.v1 table tbody tr td {
        font-size: 12px;
        padding: 10px 0; } }
    .tableWithOptions.v1 table tbody tr td:nth-child(2), .tableWithOptions.v1 table tbody tr td:nth-child(3) {
      text-align: center; }

.sliderWithOptions .container-main {
  padding: 60px 0; }
  @media (max-width: 767px) {
    .sliderWithOptions .container-main {
      padding: 32px 0; } }
  .sliderWithOptions .container-main > h2 {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 16px; }
    @media (max-width: 767px) {
      .sliderWithOptions .container-main > h2 {
        margin-bottom: 10px; } }
  .sliderWithOptions .container-main > p {
    text-align: center;
    color: #585869;
    font-size: 22px;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .sliderWithOptions .container-main > p {
        font-size: 14px;
        margin-bottom: 26px; } }

.sliderWithOptions.v1 .swiper-pagination-bullets {
  display: none;
  align-items: center;
  gap: 6px;
  margin: 0 auto;
  justify-content: center;
  margin-top: 32px; }
  @media (max-width: 767px) {
    .sliderWithOptions.v1 .swiper-pagination-bullets {
      display: flex; } }
  .sliderWithOptions.v1 .swiper-pagination-bullets > span {
    background: #2261eb;
    opacity: 0.1;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    transition: all 0.7s ease; }
    .sliderWithOptions.v1 .swiper-pagination-bullets > span.swiper-pagination-bullet-active {
      opacity: 0.5;
      width: 10px;
      height: 10px; }

@media (max-width: 767px) {
  .sliderWithOptions.v1 .swiper-slide {
    margin: 0 auto; } }

.sliderWithOptions.v1 .swiper-slide {
  opacity: 0.5; }
  .sliderWithOptions.v1 .swiper-slide h3 {
    font-size: 20px;
    margin-bottom: 24px;
    text-align: center;
    opacity: 0;
    transition: all 0.7s ease; }
    @media (max-width: 767px) {
      .sliderWithOptions.v1 .swiper-slide h3 {
        font-size: 18px; } }
  .sliderWithOptions.v1 .swiper-slide img {
    max-height: 752px; }
    @media (max-width: 767px) {
      .sliderWithOptions.v1 .swiper-slide img {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
        object-fit: cover;
        height: auto; } }
  .sliderWithOptions.v1 .swiper-slide.swiper-slide-active {
    opacity: 1; }
    .sliderWithOptions.v1 .swiper-slide.swiper-slide-active h3 {
      opacity: 1; }

.video-rew h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 40px; }
  @media (max-width: 1199px) {
    .video-rew h2 {
      font-size: 42px;
      font-weight: 600;
      line-height: 120%; } }
  @media (max-width: 767px) {
    .video-rew h2 {
      font-size: 26px; } }

.video-rew .btns-custom .button {
  margin: 0 auto;
  margin-top: 40px;
  background: #2261eb;
  height: 71px;
  max-width: 377px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  border-radius: 20px; }
  @media (max-width: 767px) {
    .video-rew .btns-custom .button {
      font-size: 14px;
      height: 48px;
      max-width: calc( 100% - 32px);
      border-radius: 12px;
      margin-top: 32px; } }
  .video-rew .btns-custom .button:hover {
    background: #89AEFE;
    color: white; }

/**
 * Vendor styles
 */
.image-lazy {
  display: inline-block;
  transition: filter .3s ease; }
  .image-lazy:not(.is-loaded) {
    filter: blur(10px); }

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