@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Light.woff2") format("woff2"), url("fonts/Gilroy-Light.woff") format("woff"), url("fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Semibold.eot");
  src: local("Gilroy Semibold"), local("Gilroy-Semibold"), url("fonts/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Semibold.woff2") format("woff2"), url("fonts/Gilroy-Semibold.woff") format("woff"), url("fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Bold.woff2") format("woff2"), url("fonts/Gilroy-Bold.woff") format("woff"), url("fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  -webkit-transition: .3s all;
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  -webkit-transition: .6s all;
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #025DF0;
  border: 1px solid #ddd; }

body {
  color: #2B2B3B;
  font-family: 'Gilroy', sans-serif;
  background-color: #F1F1F5; }

.lazy {
  opacity: 0; }

.container {
  padding: 0 12.5rem; }

.section-title {
  font-weight: 600;
  font-size: 2.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#1F2A44), to(#0B57E3));
  background: linear-gradient(90deg, #1F2A44 0%, #0B57E3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center; }

.go-top {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.8rem;
  height: 3rem;
  border-radius: 3rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#025DF0), to(#202A3C));
  background: linear-gradient(90deg, #025DF0 0%, #202A3C 100%); }
  .btn:hover {
    background: #025DF0; }

.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem; }
  .arrows span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .6s all;
    transition: .6s all;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #025DF0;
    color: #fff; }
    .arrows span:hover {
      background: #407CE8; }

@-webkit-keyframes strokeLines {
  100% {
    stroke-dashoffset: 0; } }

@keyframes strokeLines {
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes fill {
  100% {
    fill: #fff; } }
@keyframes fill {
  100% {
    fill: #fff; } }
.preloader {
  background: -webkit-gradient(linear, left top, right top, from(#025DF0), to(#202A3C));
  background: linear-gradient(to right, #025DF0, #202A3C);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4rem;
  padding-right: 0.5rem; }
  .preloader svg {
    width: auto;
    height: 11rem;
    display: block;
    max-width: 30rem; }
    .preloader svg path {
      fill: transparent;
      stroke: #fff;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      opacity: 1;
      visibility: visible; }
      .preloader svg path:nth-child(1) {
        -webkit-animation: strokeLines 2.5s forwards 0.08s, fill 0.5s forwards 2.58s;
                animation: strokeLines 2.5s forwards 0.08s, fill 0.5s forwards 2.58s; }
      .preloader svg path:nth-child(2) {
        -webkit-animation: strokeLines 2.5s forwards 0.16s, fill 0.5s forwards 2.66s;
                animation: strokeLines 2.5s forwards 0.16s, fill 0.5s forwards 2.66s; }
      .preloader svg path:nth-child(3) {
        -webkit-animation: strokeLines 2.5s forwards 0.24s, fill 0.5s forwards 2.74s;
                animation: strokeLines 2.5s forwards 0.24s, fill 0.5s forwards 2.74s; }
      .preloader svg path:nth-child(4) {
        -webkit-animation: strokeLines 2.5s forwards 0.32s, fill 0.5s forwards 2.82s;
                animation: strokeLines 2.5s forwards 0.32s, fill 0.5s forwards 2.82s; }
      .preloader svg path:nth-child(5) {
        -webkit-animation: strokeLines 2.5s forwards 0.4s, fill 0.5s forwards 2.9s;
                animation: strokeLines 2.5s forwards 0.4s, fill 0.5s forwards 2.9s; }
      .preloader svg path:nth-child(6) {
        -webkit-animation: strokeLines 2.5s forwards 0.48s, fill 0.5s forwards 2.98s;
                animation: strokeLines 2.5s forwards 0.48s, fill 0.5s forwards 2.98s; }
      .preloader svg path:nth-child(7) {
        -webkit-animation: strokeLines 2.5s forwards 0.56s, fill 0.5s forwards 3.06s;
                animation: strokeLines 2.5s forwards 0.56s, fill 0.5s forwards 3.06s; }
      .preloader svg path:nth-child(8) {
        -webkit-animation: strokeLines 2.5s forwards 0.64s, fill 0.5s forwards 3.14s;
                animation: strokeLines 2.5s forwards 0.64s, fill 0.5s forwards 3.14s; }
      .preloader svg path:nth-child(9) {
        -webkit-animation: strokeLines 2.5s forwards 0.72s, fill 0.5s forwards 3.22s;
                animation: strokeLines 2.5s forwards 0.72s, fill 0.5s forwards 3.22s; }
      .preloader svg path:nth-child(10) {
        -webkit-animation: strokeLines 2.5s forwards 0.8s, fill 0.5s forwards 3.3s;
                animation: strokeLines 2.5s forwards 0.8s, fill 0.5s forwards 3.3s; }
      .preloader svg path:nth-child(11) {
        -webkit-animation: strokeLines 2.5s forwards 0.88s, fill 0.5s forwards 3.38s;
                animation: strokeLines 2.5s forwards 0.88s, fill 0.5s forwards 3.38s; }
      .preloader svg path:nth-child(12) {
        -webkit-animation: strokeLines 2.5s forwards 0.96s, fill 0.5s forwards 3.46s;
                animation: strokeLines 2.5s forwards 0.96s, fill 0.5s forwards 3.46s; }
      .preloader svg path:nth-child(13) {
        -webkit-animation: strokeLines 2.5s forwards 1.04s, fill 0.5s forwards 3.54s;
                animation: strokeLines 2.5s forwards 1.04s, fill 0.5s forwards 3.54s; }
      .preloader svg path:last-child {
        opacity: 1 !important;
        visibility: visible !important; }

.mobile-menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #025DF0; }
  .mobile-menu .container {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
    height: 100dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
  .mobile-menu__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%; }
  .mobile-menu__close, .mobile-menu__tel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 0.5rem; }
    .mobile-menu__close img, .mobile-menu__tel img {
      width: 1.5rem; }
  .mobile-menu__logo {
    width: 8rem;
    display: inline-block; }
    .mobile-menu__logo img {
      width: 100%;
      display: block; }
  .mobile-menu__list {
    font-size: 2rem;
    text-align: center; }
    .mobile-menu__list li {
      margin-bottom: 1.5rem; }
    .mobile-menu__list a {
      color: #fff;
      padding-bottom: 0.2rem; }
      .mobile-menu__list a.active {
        font-weight: 600; }
  .mobile-menu__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    font-size: 1.5rem; }
    .mobile-menu__lang a {
      color: #fff; }

.header {
  padding: 1.5rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: .3s all;
  transition: .3s all; }
  .header.scrolled {
    padding: 0.5rem 0;
    -webkit-box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.1);
    background-color: #fff; }
  .header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8rem; }
  .header__logo {
    width: 12rem;
    height: 2rem; }
    .header__logo img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .header__menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.5rem;
    background-color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 1.5rem; }
    .header__menu a {
      color: #2B2B3B;
      font-size: .8rem;
      font-weight: 500;
      -webkit-transition: .3s all;
      transition: .3s all;
      position: relative; }
      .header__menu a::before {
        position: absolute;
        content: '';
        height: 2px;
        background-color: #2B2B3B;
        bottom: -1rem;
        -webkit-transition: .3s all;
        transition: .3s all;
        left: 0;
        width: 0; }
      .header__menu a:hover::before {
        width: 100%; }
      .header__menu a.active::before {
        width: 100%; }
  .header__lang {
    position: relative;
    cursor: pointer; }
    .header__lang-active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 3rem;
      height: 3rem;
      background: #fff;
      border-radius: 50%;
      color: #2B2B3B;
      font-size: 1rem;
      cursor: pointer; }
    .header__lang-list {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 100;
      opacity: 0;
      -webkit-transition: .3s all;
      transition: .3s all;
      visibility: hidden;
      pointer-events: none;
      -webkit-transform: translateY(-1rem);
              transform: translateY(-1rem); }
      .header__lang-list a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #2B2B3B;
        background-color: #fff;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        font-size: 1rem;
        font-weight: 500;
        padding: 0.5rem 1rem;
        -webkit-transition: .3s all;
        transition: .3s all;
        margin-top: .25rem; }
        .header__lang-list a:hover {
          background: -webkit-gradient(linear, left top, right top, from(#025DF0), to(#202A3C));
          background: linear-gradient(90deg, #025DF0 0%, #202A3C 100%);
          color: #fff; }
    .header__lang:hover .header__lang-list {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem; }
  .header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem; }
    .header__phone img {
      width: 1.5rem;
      height: 1.5rem; }
    .header__phone a {
      color: #025DF0;
      font-size: 1.1rem;
      font-weight: 500; }
  .header__mobile {
    display: none;
    gap: 1rem; }
    .header__mobile-menu svg path {
      fill: #025DF0; }
    .header__mobile-menu, .header__mobile-call {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 2.5rem;
      height: 2.5rem; }
      .header__mobile-menu img, .header__mobile-call img {
        width: 1.5rem;
        height: 1.5rem; }

.main {
  padding-top: 9rem;
  padding-bottom: 2.25rem; }
  .main__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem; }
  .main__left {
    width: 50%; }
  .main__title {
    font-size: 3.7rem;
    font-weight: 500;
    line-height: 1.08;
    margin-bottom: 1rem;
    background: -webkit-gradient(linear, left top, right top, from(#1F2A44), to(#0B57E3));
    background: linear-gradient(90deg, #1F2A44 0%, #0B57E3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; }
  .main__subtitle {
    font-size: 1rem;
    line-height: 1.2;
    color: #696969;
    margin-bottom: 2.5rem; }
  .main__right {
    width: 50%; }
  .main__img {
    width: 100%;
    height: 25rem;
    border-radius: 1.5rem;
    overflow: hidden; }
    .main__img img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover; }

.about {
  padding: 2.5rem 0; }
  .about .section-title {
    margin-bottom: 2.5rem; }
  .about__modal-content {
    display: none; }
  .about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.5rem; }
  .about__stats {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    width: 50%; }
  .about__stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    padding: 2rem;
    background: #fff;
    border-radius: 1.5rem;
    height: 16.8rem; }
    .about__stat-icon {
      width: 5rem;
      height: 5rem; }
      .about__stat-icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .about__stat-content {
      text-align: left; }
    .about__stat-number {
      font-size: 1.7rem;
      font-weight: 600;
      color: #2B2B3B;
      margin-bottom: 0.5rem; }
    .about__stat-text {
      font-size: 1rem;
      font-weight: 500;
      color: #2B2B3B;
      opacity: 0.7; }
  .about__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .about__text-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2B2B3B;
    margin-top: 1.5rem;
    margin-bottom: 1rem; }
  .about__text-desc {
    font-size: 1rem;
    line-height: 1.2;
    color: #696969;
    margin-bottom: 1rem; }
  .about__text .btn {
    margin-bottom: 1rem; }
  .about__img {
    width: 100%;
    height: 16.8rem;
    border-radius: 1.5rem;
    overflow: hidden; }
    .about__img img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover; }

.outsourcing {
  padding: 2.5rem 0; }
  .outsourcing__title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.225;
    background: -webkit-gradient(linear, left top, right top, from(#1F2A44), to(#0B57E3));
    background: linear-gradient(90deg, #1F2A44 0%, #0B57E3 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-align: center;
    margin-bottom: 2.5rem;
    width: 60%;
    margin-left: auto;
    margin-right: auto; }
  .outsourcing__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.5rem; }
  .outsourcing__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem;
    background: #fff;
    border-radius: 1.5rem;
    min-height: 24rem; }
    .outsourcing__item:nth-child(2n) {
      min-height: 18rem; }
    .outsourcing__item-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 4.5rem;
      height: 3.75rem; }
      .outsourcing__item-icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }
    .outsourcing__item-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1rem; }
    .outsourcing__item-title {
      font-size: 1.2rem;
      font-weight: 600;
      line-height: 1.225;
      color: #2B2B3B; }
    .outsourcing__item-desc {
      font-size: 1rem;
      line-height: 1.2;
      color: #696969; }

.consultation-request {
  padding: 2.5rem 0; }
  .consultation-request__wrap {
    background: #fff;
    border-radius: 1.5rem;
    padding: 1.5rem; }
  .consultation-request__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem; }
  .consultation-request__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem; }
  .consultation-request__img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .consultation-request__img img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover; }
  .consultation-request__title {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.273;
    background: -webkit-gradient(linear, left top, right top, from(#025DF0), to(#202A3C));
    background: linear-gradient(90deg, #025DF0 0%, #202A3C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    width: 60%; }
  .consultation-request__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .consultation-request__form-input {
      width: 11rem;
      height: 3rem;
      padding: 0.5rem 1.5rem;
      border: 0.05rem solid #025DF0;
      border-radius: 3rem;
      font-size: 0.85rem;
      font-weight: 400;
      line-height: 1.2;
      color: #2B2B3B;
      background: #fff; }
      .consultation-request__form-input::-webkit-input-placeholder {
        color: #9EABC1; }
      .consultation-request__form-input:-ms-input-placeholder {
        color: #9EABC1; }
      .consultation-request__form-input::-ms-input-placeholder {
        color: #9EABC1; }
      .consultation-request__form-input::placeholder {
        color: #9EABC1; }
      .consultation-request__form-input.error {
        border-color: #ff4444;
        background-color: #fff5f5; }
    .consultation-request__form-btn {
      height: 3rem;
      padding: 0.75rem 2rem;
      width: 11rem; }

.advantages {
  padding: 2.5rem 0; }
  .advantages__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    margin-top: 2.5rem; }
  .advantages__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .advantages__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    background: #fff;
    padding: 1.5rem;
    border-radius: 1.5rem;
    margin-top: 1.5rem; }
  .advantages__contacts-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .75rem; }
  .advantages__contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background: #F1F1F5; }
    .advantages__contacts-item svg {
      display: block;
      max-width: 100%;
      height: auto; }
      .advantages__contacts-item svg path {
        -webkit-transition: .3s all;
        transition: .3s all; }
    .advantages__contacts-item:hover {
      background: -webkit-gradient(linear, left top, right top, from(#025DF0), to(#202A3C));
      background: linear-gradient(90deg, #025DF0 0%, #202A3C 100%); }
      .advantages__contacts-item:hover svg path {
        fill: #fff; }
  .advantages__contacts-text {
    font-size: .8rem;
    line-height: 1.2;
    color: #696969;
    opacity: 0.8; }
  .advantages__wrap {
    -webkit-box-flex: .5;
        -ms-flex: .5;
            flex: .5; }
    .advantages__wrap .advantage-card {
      background: -webkit-gradient(linear, left top, right top, from(#025DF0), to(#202A3C));
      background: linear-gradient(90deg, #025DF0 0%, #202A3C 100%);
      height: 22.5rem; }
      .advantages__wrap .advantage-card__icon {
        background: #fff; }
      .advantages__wrap .advantage-card__title {
        color: #fff; }
      .advantages__wrap .advantage-card__desc {
        color: #fff;
        opacity: 1; }

.advantage-card {
  padding: 1.5rem;
  background: #fff;
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.3rem; }
  .advantage-card__icon {
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    background: #025DF0;
    border-radius: 3.25rem; }
    .advantage-card__icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .advantage-card__title {
    font-size: 1.6rem;
    font-weight: 600;
    color: #2B2B3B;
    margin-bottom: .75rem; }
  .advantage-card__desc {
    font-size: 0.85rem;
    line-height: 1.21;
    color: #2B2B3B;
    opacity: 0.7; }
  .advantage-card:nth-child(3) {
    background-image: url("../img/advantages/bg-1.svg");
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat; }
    .advantage-card:nth-child(3) .advantage-card__icon {
      background: #fff; }
    .advantage-card:nth-child(3) h3 {
      color: #fff; }
    .advantage-card:nth-child(3) p {
      color: #696969;
      mix-blend-mode: difference; }

.services {
  padding: 2.5rem 0; }
  .services__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem; }
  .services__item {
    position: relative;
    overflow: hidden;
    padding: 1.6rem 1.25rem;
    border-radius: 0.75rem;
    height: 14rem;
    background-color: #fff; }
    .services__item-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1rem;
      height: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .services__item-title {
      font-size: 0.9rem;
      font-weight: 600;
      color: #2B2B3B;
      line-height: 1.21;
      width: 70%; }
    .services__item-desc {
      font-size: 0.8rem;
      line-height: 1.21; }
    .services__item-number {
      position: absolute;
      right: -1px;
      top: -1px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 4.8rem;
      height: 3.5rem;
      border-radius: 0.75rem;
      font-size: 1.5rem;
      font-weight: 600;
      color: #191B1D;
      background-color: #fff;
      -webkit-box-shadow: 0 0 0 .5rem #F1F1F5;
              box-shadow: 0 0 0 .5rem #F1F1F5;
      z-index: 1; }
    .services__item:hover {
      background: -webkit-gradient(linear, left top, right top, from(#025DF0), to(#202A3C));
      background: linear-gradient(90deg, #025DF0 0%, #202A3C 100%);
      color: #fff; }
      .services__item:hover .services__item-title {
        color: #fff; }
      .services__item:hover .services__item-desc {
        color: #fff; }
      .services__item:hover .services__item-number {
        background: -webkit-gradient(linear, left top, right top, from(#025DF0), to(#202A3C));
        background: linear-gradient(90deg, #025DF0 0%, #202A3C 100%);
        color: #fff; }

.tariffs {
  padding: 2.5rem 0; }
  .tariffs__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem; }
  .tariffs__item {
    background: #fff;
    border-radius: 1.5rem;
    padding: 1.5rem;
    height: 29.25rem; }

.tariff-card {
  padding: 2rem;
  background: #fff;
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem; }
  .tariff-card__img {
    display: none; }
  .tariff-card .btn {
    margin: 0 auto; }
  .tariff-card--premium {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(37%, #025DF0), to(#202A3C));
    background: linear-gradient(180deg, #025DF0 37%, #202A3C 100%);
    color: #fff; }
    .tariff-card--premium .tariff-card__feature svg path {
      stroke: #025DF0; }
    .tariff-card--premium .tariff-card__feature svg circle {
      fill: #fff; }
    .tariff-card--premium .tariff-card__title,
    .tariff-card--premium .tariff-card__desc,
    .tariff-card--premium .tariff-card__feature span {
      color: #fff;
      opacity: 1; }
    .tariff-card--premium .tariff-card__price {
      background: #fff;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: #fff; }
    .tariff-card--premium .btn {
      background: #025DF0; }
  .tariff-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.35rem; }
  .tariff-card__title {
    font-size: 1.7rem;
    font-weight: 600;
    color: #2B2B3B; }
  .tariff-card__desc {
    font-size: 0.9rem;
    line-height: 1.2;
    color: #2B2B3B;
    opacity: 0.7; }
  .tariff-card__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .tariff-card__feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem; }
    .tariff-card__feature img {
      width: 1.1rem;
      height: 1.1rem; }
    .tariff-card__feature span {
      font-size: 0.9rem;
      color: #2B2B3B; }
  .tariff-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem; }
  .tariff-card__price {
    font-size: 1.8rem;
    font-weight: 600;
    background: -webkit-gradient(linear, left top, right top, from(#025DF0), to(#202A3C));
    background: linear-gradient(90deg, #025DF0 0%, #202A3C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; }

.consultation {
  padding: 2.5rem 0; }
  .consultation__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6rem;
    background: #fff;
    border-radius: 1.5rem; }
  .consultation__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 2.5rem; }
  .consultation__title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #025DF0;
    margin-bottom: 1.5rem; }
  .consultation__desc {
    font-size: 0.7rem;
    line-height: 1.2;
    color: #2B2B3B; }
  .consultation__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-bottom: 1.75rem; }
  .consultation__form-input {
    padding: 0.5rem 1.5rem;
    border: 0.05rem solid #025DF0;
    border-radius: 3rem;
    font-size: 0.85rem;
    color: #2B2B3B;
    height: 3rem;
    -webkit-transition: .3s all;
    transition: .3s all;
    width: 11rem; }
    .consultation__form-input::-webkit-input-placeholder {
      color: #9EABC1; }
    .consultation__form-input:-ms-input-placeholder {
      color: #9EABC1; }
    .consultation__form-input::-ms-input-placeholder {
      color: #9EABC1; }
    .consultation__form-input::placeholder {
      color: #9EABC1; }
    .consultation__form-input.error {
      border-color: #ff4444;
      background-color: #fff5f5; }
  .consultation__form-btn {
    width: 11rem;
    height: 3rem; }
  .consultation__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 15.15rem;
    border-radius: 1.5rem;
    overflow: hidden; }
    .consultation__img img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover; }

.industries {
  padding: 2.5rem 0; }
  .industries__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem; }
  .industries__title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.225;
    background: -webkit-gradient(linear, right top, left top, from(#025DF0), to(#202A3C));
    background: linear-gradient(270deg, #025DF0 0%, #202A3C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    width: 40%; }
  .industries__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .industries__tag {
    padding: 0.75rem 1rem;
    border-radius: 3rem;
    background: #fff;
    color: #191B1D;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.21;
    white-space: nowrap;
    -webkit-transition: .3s all;
    transition: .3s all; }
    .industries__tag:hover {
      background: #f5f5f5;
      -webkit-transform: translateY(-0.1rem);
              transform: translateY(-0.1rem); }

.team {
  padding: 2.5rem 0; }
  .team__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem; }
  .team__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem; }
  .team__title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.225;
    background: -webkit-gradient(linear, right top, left top, from(#025DF0), to(#202A3C));
    background: linear-gradient(270deg, #025DF0 0%, #202A3C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; }
  .team__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }
  .team__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .team__btn svg {
      display: block;
      max-width: 100%;
      height: auto; }
      .team__btn svg path {
        -webkit-transition: .3s all;
        transition: .3s all; }
    .team__btn:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
      .team__btn:hover svg path {
        stroke: #025DF0; }
      .team__btn:hover svg rect {
        stroke: #025DF0; }
    .team__btn:active {
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }
  .team__list .owl-stage-outer {
    padding: 1rem 0; }
  .team__card {
    position: relative;
    width: 100%;
    height: 25rem;
    border-radius: 50rem;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: .3s all;
    transition: .3s all; }
    .team__card:hover {
      -webkit-transform: translateY(-0.25rem);
              transform: translateY(-0.25rem);
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
              box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); }
  .team__card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .team__card-bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .team__card-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.9rem 0.5rem;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem; }
  .team__card-name {
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.225;
    color: #fff;
    text-align: center; }
  .team__card-position {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.238;
    color: #fff;
    text-align: center; }

.application {
  padding: 2.5rem 0; }
  .application__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem; }
  .application__title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.225;
    background: -webkit-gradient(linear, right top, left top, from(#025DF0), to(#202A3C));
    background: linear-gradient(270deg, #025DF0 0%, #202A3C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    width: 50%; }
  .application__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    width: 100%; }
  .application__img {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
    border-radius: 1.5rem;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .application__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .application__form-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .application__form-wrap .application__form-group:last-child {
      margin-bottom: 3rem; }
  .application__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 2rem;
    background: #fff;
    border-radius: 1.5rem; }
    .application__form-label {
      font-size: 0.75rem;
      font-weight: 400;
      line-height: 1.2;
      color: #2B2B3B; }
    .application__form-input {
      padding: 1rem;
      border: 1px solid #B8C6DC;
      border-radius: 0.5rem;
      font-size: 0.85rem;
      font-weight: 400;
      line-height: 1.2;
      color: #2B2B3B;
      width: 100%; }
      .application__form-input::-webkit-input-placeholder {
        color: #9EABC1; }
      .application__form-input:-ms-input-placeholder {
        color: #9EABC1; }
      .application__form-input::-ms-input-placeholder {
        color: #9EABC1; }
      .application__form-input::placeholder {
        color: #9EABC1; }
      .application__form-input.error {
        border-color: #ff4444;
        background-color: #fff5f5; }
    .application__form-btn {
      border-radius: 5rem;
      background: -webkit-gradient(linear, left top, right top, from(#025DF0), to(#202A3C));
      background: linear-gradient(90deg, #025DF0 0%, #202A3C 100%);
      color: #fff;
      font-size: 0.9rem;
      font-weight: 600;
      line-height: 1.225;
      border: none;
      cursor: pointer;
      -webkit-transition: .3s all;
      transition: .3s all;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      margin: 0 auto;
      width: 100%; }
      .application__form-btn:hover {
        -webkit-transform: translateY(-0.1rem);
                transform: translateY(-0.1rem);
        -webkit-box-shadow: 0 0.5rem 1rem rgba(2, 93, 240, 0.3);
                box-shadow: 0 0.5rem 1rem rgba(2, 93, 240, 0.3); }
    .application__form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0.6rem;
      margin-bottom: 1.25rem; }
      .application__form-group:hover .application__form-label, .application__form-group:focus .application__form-label {
        color: #025DF0; }
      .application__form-group:hover .application__form-input, .application__form-group:focus .application__form-input {
        border-color: #025DF0;
        color: #025DF0; }

.news {
  padding: 2.5rem 0; }
  .news__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem; }
  .news__header {
    margin-bottom: 2.5rem; }
  .news-card {
    padding: 1.5rem;
    background: #fff;
    border-radius: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    height: 15rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s all;
    transition: .3s all; }
    .news-card:hover {
      -webkit-transform: translateY(-0.25rem);
              transform: translateY(-0.25rem);
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
              box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); }
    .news-card__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
    .news-card__meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 0.5rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
    .news-card__date {
      font-size: 1rem;
      color: #2B2B3B; }
    .news-card__tag {
      padding: 0.25rem 0.75rem;
      background: -webkit-gradient(linear, left top, right top, from(#025DF0), to(#202A3C));
      background: linear-gradient(90deg, #025DF0 0%, #202A3C 100%);
      border-radius: 1.5rem;
      font-size: 0.7rem;
      color: #fff; }
    .news-card__title {
      font-size: 1.1rem;
      font-weight: 500;
      color: #2B2B3B;
      line-height: 1.21; }
    .news-card__modal {
      display: none; }
    .news-card__arrow {
      position: absolute;
      right: 1.5rem;
      bottom: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 2.5rem;
      height: 2.5rem;
      border: 0.025rem solid rgba(105, 105, 105, 0.3);
      border-radius: 50%; }
      .news-card__arrow svg {
        display: block;
        width: 1.2rem;
        height: 1.2rem; }
        .news-card__arrow svg path {
          -webkit-transition: .3s all;
          transition: .3s all; }
      .news-card__arrow:hover {
        background: -webkit-gradient(linear, left top, right top, from(#025DF0), to(#202A3C));
        background: linear-gradient(90deg, #025DF0 0%, #202A3C 100%); }
        .news-card__arrow:hover svg path {
          stroke: #fff; }

.reviews {
  padding: 2.5rem 0; }
  .reviews__slider {
    margin-top: 2.5rem; }
    .reviews__slider .owl-stage-outer {
      padding: 1rem 0; }
    .reviews__slider .owl-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 2rem; }
      .reviews__slider .owl-nav button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
        background: #025DF0;
        -webkit-transition: .3s all;
        transition: .3s all; }
        .reviews__slider .owl-nav button:hover {
          background: #407CE8; }
        .reviews__slider .owl-nav button img {
          width: 100%;
          height: 100%; }

.review-card {
  padding: 1.5rem;
  background: #fff;
  border-radius: 1rem;
  height: 100%;
  min-height: 22rem; }
  .review-card--active {
    background: -webkit-gradient(linear, left top, right top, from(#025DF0), to(#202A3C));
    background: linear-gradient(90deg, #025DF0 0%, #202A3C 100%);
    color: #fff; }
    .review-card--active .review-card__name,
    .review-card--active .review-card__text,
    .review-card--active .review-card__date {
      color: #fff; }
  .review-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
  .review-card__quote {
    width: 1.5rem;
    height: 1.5rem; }
    .review-card__quote img {
      width: 100%;
      height: 100%; }
  .review-card__header {
    margin-bottom: 1rem; }
  .review-card__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: .75rem; }
  .review-card__name {
    font-size: .9rem;
    font-weight: 700;
    color: #2B2B3B; }
  .review-card__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px; }
    .review-card__rating img {
      width: .8rem;
      height: .8rem; }
  .review-card__date {
    font-size: 0.9rem;
    font-weight: 500;
    color: #2B2B3B; }
  .review-card__text {
    font-size: 0.8rem;
    line-height: 1.625;
    color: #2B2B3B; }

.trust {
  padding: 2.5rem 0; }
  .trust__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.5rem; }
  .trust__title {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 120%;
    background: -webkit-gradient(linear, left top, right top, from(#202A3C), to(#025DF0));
    background: linear-gradient(90deg, #202A3C 0%, #025DF0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; }
  .trust__desc {
    font-size: 1rem;
    line-height: 1.2;
    color: #696969;
    width: 45%; }
  .trust__logos-slider {
    display: none !important; }
  .trust__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-top: -2rem; }
    .trust__row:nth-child(1) {
      margin-top: 0; }
  .trust__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url("../img/icons/partner-bg.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 10.4rem;
    width: 8.5rem;
    -webkit-transition: .3s all;
    transition: .3s all; }
    .trust__logo:hover {
      background-image: url("../img/icons/partner-bg-color.svg"); }
    .trust__logo img {
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      max-width: 50%;
      height: auto; }

.footer {
  padding: 1.5rem 0;
  color: #2B2B3B; }
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem; }
  .footer__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer__header-title {
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.2;
      color: #0E2930;
      text-align: center; }
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
    width: 100%; }
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3rem;
    width: 100%; }
  .footer__info-title {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
    color: #2B2B3B;
    margin-bottom: 1rem; }
  .footer__info-desc {
    color: #696969;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.2; }
  .footer__logo {
    width: 13.55rem;
    height: 2.25rem;
    margin-bottom: 0.5rem; }
    .footer__logo img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .footer__desc {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.333;
    color: #2B2B3B;
    margin-bottom: 0.5rem; }
  .footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem; }
  .footer__contact-item {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.2;
    color: #2B2B3B; }
  .footer__social span {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.2;
    color: #2B2B3B;
    margin-bottom: 0.8rem; }
  .footer__social-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .footer__social-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    background: #fff; }
    .footer__social-item svg {
      display: block;
      max-width: 100%;
      height: auto; }
      .footer__social-item svg path {
        -webkit-transition: .3s all;
        transition: .3s all; }
    .footer__social-item:hover {
      background: -webkit-gradient(linear, left top, right top, from(#025DF0), to(#202A3C));
      background: linear-gradient(90deg, #025DF0 0%, #202A3C 100%); }
      .footer__social-item:hover svg path {
        fill: #fff; }
  .footer__nav {
    margin-top: 3.7rem; }
    .footer__nav-list {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 2.5rem;
      background-color: #fff;
      padding: 1rem 2.5rem;
      border-radius: 1.5rem; }
      .footer__nav-list a {
        color: #2B2B3B;
        font-size: .8rem;
        font-weight: 500;
        -webkit-transition: .3s all;
        transition: .3s all;
        position: relative; }
        .footer__nav-list a::before {
          position: absolute;
          content: '';
          height: 2px;
          background-color: #2B2B3B;
          bottom: -1rem;
          -webkit-transition: .3s all;
          transition: .3s all;
          left: 0;
          width: 0; }
        .footer__nav-list a:hover::before {
          width: 100%; }
        .footer__nav-list a.active::before {
          width: 100%; }
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.5rem; }
    .footer__bottom-logo svg {
      display: block;
      width: 100%;
      height: 100%; }
  .footer__copy {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.2;
    color: #2B2B3B; }
  .footer__map {
    width: 100%; }
    .footer__map-wrap {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
      border-radius: 1.5rem;
      border: .5rem solid #fff; }

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5); }
  .modal__container {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background-color: #fff;
    border-radius: 1.5rem 0 0 1.5rem;
    padding: 1.25rem 1rem; }
  .modal__close {
    position: absolute;
    left: -5rem;
    top: 1rem;
    cursor: pointer;
    z-index: 9999; }
    .modal__close svg {
      display: block;
      width: 3rem;
      height: 3rem; }
  .modal__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
    height: 100%; }
    .modal__column-banner {
      width: 100%;
      height: 13rem;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 1.5rem;
      margin-bottom: 1.5rem; }
    .modal__column-title {
      font-size: 1.5rem;
      font-weight: 600;
      background: -webkit-gradient(linear, left top, right top, from(#202A3C), to(#025DF0));
      background: linear-gradient(90deg, #202A3C 0%, #025DF0 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 1rem; }
    .modal__column-content, .modal__column-text {
      font-size: .9rem;
      font-weight: 400;
      color: #2B2B3B;
      margin-bottom: 1rem; }
    .modal__column-btn {
      width: 100%;
      text-align: center; }
    .modal__column .btn {
      width: 100%;
      text-align: center; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; }

  .header__menu {
    gap: 2rem; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; }

  .header__menu {
    gap: 1.5rem; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .section-title {
    font-size: 3rem; }

  .header__menu, .header__right {
    display: none; }

  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .main__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .main__left, .main__right {
    width: 100%; }

  .about__stats {
    grid-template-columns: repeat(2, 1fr); }

  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .about__text, .about__img {
    width: 100%; }

  .outsourcing__title {
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 2rem; }

  .outsourcing__list {
    grid-template-columns: 1fr;
    gap: 1rem; }

  .outsourcing__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 1.5rem;
    min-height: auto; }

  .outsourcing__item-icon {
    width: 4rem;
    height: 3.5rem;
    margin-bottom: 1rem; }

  .consultation-request__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

  .consultation-request__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    width: 100%; }

  .consultation-request__title {
    width: 100%; }

  .consultation-request__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 1rem; }

  .consultation-request__form-input {
    width: 100%; }

  .consultation-request__form-btn {
    width: 100%; }

  .consultation__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem; }

  .consultation__content, .consultation__img {
    width: 100%; }

  .industries__title {
    font-size: 1.8rem;
    width: 100%; }

  .industries__row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

  .industries__tag {
    font-size: 0.75rem;
    padding: 0.6rem 0.9rem; }

  .team__wrap {
    gap: 2rem; }

  .team__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem; }

  .team__title {
    font-size: 1.8rem;
    width: 100%; }

  .team__nav {
    gap: 0.75rem; }

  .team__btn {
    width: 2.5rem;
    height: 2.5rem; }
    .team__btn img {
      width: 1.2rem;
      height: 1.2rem; }

  .application__title {
    font-size: 1.8rem;
    width: 100%; }

  .application__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem; }

  .application__img {
    width: 100%;
    height: auto;
    max-height: 20rem; }

  .application__form-wrap {
    width: 100%; }

  .application__form {
    width: 100%;
    height: auto;
    padding: 1.5rem; }

  .application__form-btn {
    padding: 0.95rem 2rem;
    width: 100%; }

  .team__card {
    width: 100%;
    max-width: 16.65rem;
    height: 20rem; }

  .services__list {
    grid-template-columns: 1fr; }

  .tariffs__list {
    grid-template-columns: 1fr; }

  .advantages__list {
    grid-template-columns: 1fr; }

  .trust__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem; }

  .trust__title {
    width: 100%;
    font-size: 2rem; }

  .trust__desc {
    width: 100%; }

  .trust__logos {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem; }

  .trust__logo {
    padding: 2rem 1rem;
    height: auto;
    min-height: 8rem;
    width: 100%; }

  .news__list {
    grid-template-columns: 1fr; }

  .consultation__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .consultation__content, .consultation__img {
    width: 100%; }

  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem; }

  .footer__info {
    width: 100%; }

  .footer__img {
    width: 100%;
    height: 15rem; }

  .footer__nav {
    width: 100%; }

  .footer__nav-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto; }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    text-align: center; }

  .mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #025DF0; }
    .mobile-menu .container {
      padding-top: 1.5rem;
      padding-bottom: 4rem;
      height: 100dvh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
    .mobile-menu__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      width: 100%; }
    .mobile-menu__close, .mobile-menu__tel {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-top: 0.5rem; }
      .mobile-menu__close img, .mobile-menu__tel img {
        width: 1.5rem; }
    .mobile-menu__logo {
      width: 8rem;
      display: inline-block; }
      .mobile-menu__logo img {
        width: 100%;
        display: block; }
    .mobile-menu__list {
      font-size: 2rem;
      text-align: center; }
      .mobile-menu__list li {
        margin-bottom: 1.5rem; }
      .mobile-menu__list a {
        color: #fff;
        padding-bottom: 0.2rem; }
        .mobile-menu__list a.active {
          font-weight: 600; }
    .mobile-menu__lang {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 2rem;
      font-size: 1.5rem; }
      .mobile-menu__lang a {
        color: #fff; }

  .header__menu, .header__lang, .header__btn {
    display: none; }
  .header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }
    .header__mobile-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header__mobile-call {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

  .main {
    background-position: left center;
    background-size: 200vw; }
    .main .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .main__left {
      width: 100%;
      padding-right: 4rem; }
    .main__title {
      font-size: 4rem; }
    .main__right {
      width: 100%; }

  .advantages {
    padding: 5.5rem 0; }
    .advantages .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 2.5rem; }
    .advantages__list {
      width: 100%; }

  .subscribe .section-title {
    margin-bottom: 2rem; }
  .subscribe-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .subscribe-slider {
    margin-bottom: 0; }
  .subscribe__img {
    margin-left: 0;
    width: 100%; }

  .set {
    padding-top: 5.5rem; }
    .set-list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .set-item {
      width: calc(50% - .75rem); }
      .set-item__img {
        height: 16rem; }

  .how {
    padding-top: 5.5rem;
    background-size: cover; }
    .how-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .how-item {
      width: 25rem; }
      .how-item::after {
        right: 9.2rem;
        bottom: -5rem;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }

  .faq {
    padding: 5.5rem 0; }

  .consult {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5.5rem; }
    .consult__img {
      width: 100%; }
      .consult__img img {
        border-radius: 2rem; }
    .consult-wrap {
      width: 100%;
      padding: 3rem 4rem; }
    .consult-form {
      max-width: 30rem; }

  .footer-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer-wrap {
    width: 100%;
    border-radius: 2rem; }
  .footer-content {
    max-width: 30rem; }
  .footer__map {
    width: 100%;
    height: 30rem;
    border-radius: 2rem; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

  .section-title {
    font-size: 2.5rem; }

  .feedback-content {
    -webkit-transform: none;
            transform: none;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

  .mobile-menu__logo {
    width: 7rem; }
  .mobile-menu__list {
    font-size: 1.5rem; }
    .mobile-menu__list li {
      margin-bottom: 1rem; }
  .mobile-menu__lang {
    font-size: 1.2rem; }

  .header {
    padding: 1rem 0; }
    .header.scrolled {
      padding: 0.5rem 0; }

  .main {
    padding-top: 6rem; }
    .main__title {
      font-size: 2rem; }
    .main__subtitle {
      font-size: 0.85rem; }
    .main__btn {
      width: 100%; }
    .main__wrap {
      gap: 4rem; }

  .about__stats {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    width: 100%; }
  .about__stat {
    height: auto;
    padding: 1.5rem; }
  .about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .outsourcing__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .advantages {
    padding: 4.5rem 0;
    background-position-y: 5rem;
    background-size: 140vw; }
    .advantages__container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .advantages .section-title {
      width: 100%; }
    .advantages-item {
      width: 100%;
      padding: 1.5rem 1rem; }
      .advantages-item__title {
        font-size: 1.7rem; }

  .consultation__content {
    padding: 1.5rem; }
  .consultation__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .consultation__form-input {
      width: 100%; }

  .services__item {
    height: 10rem;
    padding: 1rem; }

  .tariff-card {
    height: auto; }

  .review-card {
    height: auto; }

  .news-card {
    height: auto; }

  .trust {
    padding: 4.5rem 0; }

  .trust__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem; }

  .trust__title {
    width: 100%;
    font-size: 1.8rem; }

  .trust__desc {
    width: 100%;
    font-size: 0.9rem; }

  .trust__logos {
    display: none; }

  .trust__logos-slider {
    display: block !important;
    margin-top: 2rem; }
    .trust__logos-slider .trust__logo {
      height: 6rem;
      width: 100%;
      margin: 0 auto; }
      .trust__logos-slider .trust__logo img {
        max-width: 80%; }

  .choose {
    padding-bottom: 4rem;
    background-size: 200vw; }
    .choose .section-title {
      margin-bottom: 2.5rem; }

  .subscribe-slider {
    width: calc(100% - 1rem); }
    .subscribe-slider .owl-dots {
      bottom: 5.5rem; }
  .subscribe-item {
    padding: 1.5rem 1rem 2rem; }
    .subscribe-item__title {
      font-size: 2rem; }
  .subscribe__img {
    margin-left: -1rem;
    width: calc(100% + 1rem);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .subscribe__img img {
      max-width: none;
      width: 140%; }
  .subscribe-arrows {
    padding-right: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5rem; }

  .set {
    padding-top: 4.5rem; }
    .set .section-title {
      margin-bottom: 2rem; }
    .set-list {
      gap: 1rem; }
    .set-item {
      width: 100%; }
      .set-item__img {
        height: 20rem;
        margin-bottom: 0; }
      .set-item__name {
        padding: 1rem;
        font-size: 1.5rem; }

  .how {
    padding-top: 4.5rem; }
    .how-item {
      width: 100%; }
      .how-item::after {
        right: 7.9rem; }
      .how-item__number {
        font-size: 4rem;
        height: 5.5rem; }
      .how-item__name {
        font-size: 1.9rem;
        margin-bottom: 1rem; }

  .faq {
    padding: 4.5rem 0; }
    .faq-item {
      padding-left: 1rem;
      padding-right: 1rem; }

  .consult {
    margin-bottom: 4.5rem; }
    .consult__img {
      height: 25rem; }
      .consult__img img {
        -o-object-position: right;
           object-position: right; }
    .consult-wrap {
      padding: 2rem 1rem; }
    .consult__title {
      font-size: 2rem; }

  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .footer__nav {
    display: none; }
  .footer__map {
    height: 25rem; }
  .footer__copy span {
    display: none; }

  .modal__container {
    width: 80%; }
  .modal__close {
    left: -3.5rem; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

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