@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

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

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

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

button {
  cursor: pointer; }

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

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

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400; }
/*--------------------*/
html {
  scroll-behavior: smooth; }

body {
  background: #fff;
  color: #151515;
  height: 100%;
  font-size: 16px;
  font-family: var(--font-family); }
  body.hidden {
    overflow: hidden; }

.wrapper {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

.page {
  flex: 1 0 auto; }

._container {
  max-width: 1246px;
  padding: 0 15px;
  margin: 0 auto; }

:root {
  --font-family: "Onest", sans-serif; }

p {
  margin: 10px 0px; }

.title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 44px;
  color: #151515;
  margin-bottom: 55px; }
  @media (max-width: 480px) {
  .title {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center; } }

.blue {
  font-weight: 500;
  color: #293e72; }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center; }
  .pagination span {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 12px) !important; }
    @media (max-width: 480px) {
  .pagination span {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px) !important; } }

.swiper-pagination-bullet {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  /* Размер внешнего квадрата */
  height: 3px;
  background-color: #9aa5c2;
  border-radius: 14913100px;
  opacity: 1;
  transition: 0.3s; }

.swiper-pagination-bullet-active {
  width: 23px;
  /* Размер внешнего квадрата */
  height: 3px;
  border-radius: 14913100px;
  background-color: #293e72;
  transition: 0.3s; }

.alert {
  color: #fff;
  width: 100%;
  padding: 10px 10px;
  margin: 10px 0px;
  display: flex;
  gap: 10px;
  border-radius: 10px;
  background: #34a141;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px; }
  .alert p {
    margin: 0px; }
  @media (max-width: 480px) {
  .alert {
    font-size: 14px; } }
  .alert button {
    background: transparent;
    color: #fff; }

.top {
  margin-bottom: 45px;
  margin-top: 120px; }
  @media (max-width: 480px) {
  .top {
    margin-bottom: 15px; } }
  @media (max-width: 480px) {
  .top {
    margin-top: 71px; } }
  .top__container {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 13px;
    color: #dbdbdb;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap; }
  .top__main {
    color: #999; }
  .top__current {
    color: #999; }

.whatsapp-phone {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 1010;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.whatimg {
  width: 70px; }
  @media (max-width: 1000px) {
  .whatimg {
    width: 50px; } }

.phoneimg {
  width: 70px; }
  @media (max-width: 1000px) {
  .phoneimg {
    width: 50px; } }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  transition: all 0.4s ease;
  padding: 14px 0px;
  border: 1px solid #f3f3f3;
  background-color: #fff; }
  @media (max-width: 480px) {
  .header {
    padding: 2.5px 0px; } }
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  @media (max-width: 480px) {
    .header__logo-image {
      max-height: 45px; } }
  .header__right {
    display: flex;
    justify-content: end;
    gap: 20px;
    width: 100%;
    max-width: 1020px;
    align-items: center; }
    @media (max-width: 1200px) {
  .header__right {
    justify-content: end; } }
  .header__items {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 447px; }
  .header__item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    text-align: right;
    color: #151515;
    transition: 0.3s; }
    .header__item:hover {
      color: #293e72; }
  .header__item-services-place {
    position: relative;
    transition: 0.5s;
    cursor: pointer; }
    .header__item-services-place:hover .header__item-services {
      color: #293e72; }
      .header__item-services-place:hover .header__item-services .header__item-services-arrow {
        transform: scaleY(-1); }
        .header__item-services-place:hover .header__item-services .header__item-services-arrow * {
          fill: #293e72; }
      .header__item-services-place:hover .header__item-services-list {
        display: flex;
        opacity: 1; }
  .header__item-services-place-container {
    position: absolute;
    left: -20px;
    padding-top: 16px; }
  .header__item-services-list {
    padding: 10px 20px;
    display: flex;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    width: 125px;
    height: 125px;
    flex-direction: column;
    gap: 5px;
    background-color: #fff;
    padding-bottom: 20px;
    display: none;
    opacity: 0;
    transition: 0.5s;
    border-radius: 15px; }
  .header__item-services-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 182%;
    color: #151515;
    transition: 0.3s; }
    .header__item-services-link:hover {
      color: #293e72; }
  .header__item-services {
    display: flex;
    align-items: center;
    gap: 3px;
    transition: 0.3s; }
  .header__item-services-arrow {
    transition: 0.3s; }
  .header__langs-place {
    display: flex;
    align-items: center;
    position: relative; }
  .header__langs {
    -webkit-appearance: none;
    /* Safari/Chrome */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    /* Стандартное свойство */
    background: transparent;
    padding-right: 15px;
    /* место под вашу кастомную стрелку, если будет */
    border: none;
    /* при необходимости убрать обводку */
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    color: #151515;
    text-transform: uppercase;
    color: #151515; }
    .header__langs option {
      background-color: #aaa;
      border: none; }
  .header__langs-image-place {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    height: 100%;
    pointer-events: none; }
  .header__phone-place {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-left: 15px;
    margin-right: 10px; }
  .header__phone-list {
    display: flex;
    flex-direction: column;
    gap: 5px; }
  .header__phone-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    color: #151515; }
  .header__modal {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    width: 188px;
    height: 50px;
    background: #293e72;
    border: 1px solid #293e72;
    transition: 0.3s; }
    .header__modal:hover {
      background: #fff;
      color: #293e72; }
  @media (max-width: 1200px) {
    .header__desc {
      display: none; } }

.burger {
  display: none; }
  @media (max-width: 1200px) {
  .burger {
    display: flex;
    gap: 10px; }
    .burger * {
      fill: #293e72;
      stroke: #293e72; } }

.menu {
  padding: 20px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  row-gap: 50px;
  transform: translateX(-100%);
  transition: 0.8s; }
  .menu.active {
    transform: translateX(0); }
  .menu__close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 50px;
    color: #bbb;
    cursor: pointer; }
    @media (max-width: 480px) {
  .menu__close {
    font-size: 40px;
    right: 15px;
    top: 10px; } }
  .menu__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px; }
  .menu__item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    text-align: right;
    color: #151515; }
  .menu__item-services-place {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .menu__item-services {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px; }
  .menu__item-services-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    text-align: right;
    color: #151515; }
  .menu__item-services-list-container {
    display: none; }
  .menu__item-services-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px; }
  .menu__item-services-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    text-align: right;
    color: #151515; }
  .menu__feedback {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center; }
  .menu__phone-place {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-left: 15px;
    margin-right: 10px; }
  .menu__phone-list {
    display: flex;
    flex-direction: column;
    gap: 5px; }
  .menu__phone-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    color: #151515; }
  .menu__modal {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    width: 190px;
    height: 44px;
    background: #293e72; }
  @media (max-width: 1200px) {
    .menu__desc {
      display: none; } }

.footer {
  background: #f6f7f7;
  padding-top: 60px; }
  .footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 45px;
    border-bottom: 1px solid #cdcdcd; }
    @media (max-width: 1000px) {
  .footer__top {
    flex-direction: column;
    gap: 30px;
    align-items: start; } }
  .footer__contacts {
    display: flex;
    gap: 80px; }
    @media (max-width: 700px) {
  .footer__contacts {
    flex-direction: column;
    gap: 30px;
    align-items: start; } }
  .footer__contacts-item-title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 22px;
    color: #151515;
    margin-bottom: 20px; }
  .footer__contacts-item-list {
    display: flex;
    flex-direction: column;
    gap: 5px; }
  .footer__contacts-item-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 29px;
    color: #151515; }
  .footer__social {
    display: flex;
    align-items: center;
    gap: 18px; }
  .footer__bottom {
    padding: 55px 0px;
    display: flex;
    gap: 10px;
    justify-content: space-between; }
    @media (max-width: 1000px) {
  .footer__bottom {
    flex-direction: column;
    gap: 30px;
    align-items: start; } }
  .footer__bottom-left {
    display: flex;
    gap: 90px;
    width: 100%; }
    @media (max-width: 850px) {
  .footer__bottom-left {
    flex-direction: column;
    gap: 30px;
    align-items: start; } }
  .footer__items {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
    max-width: 737px; }
    @media (max-width: 700px) {
  .footer__items {
    flex-direction: column;
    gap: 30px;
    align-items: start; } }
  .footer__item-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 22px;
    color: #151515;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
  .footer__item-title {
    margin-bottom: 10px; } }
  .footer__item-list {
    display: flex;
    flex-direction: column;
    gap: 10px; }
    @media (max-width: 480px) {
  .footer__item-list {
    gap: 0px; } }
  .footer__item-link {
    display: block;
    max-width: 326px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #151515; }
  .footer__foot {
    font-family: var(--font-family);
    font-weight: 250;
    font-size: 15px;
    line-height: 100%;
    color: #151515;
    padding-top: 15px;
    padding-bottom: 30px;
    border-top: 1px solid #cdcdcd;
    display: flex;
    align-items: center; }
    @media (max-width: 390px) {
  .footer__foot {
    flex-direction: column;
    align-items: start; } }
  .footer__foot-left {
    display: flex;
    gap: 5px;
    font-family: var(--font-family);
    font-weight: 250;
    font-size: 15px;
    line-height: 100%;
    color: #151515;
    padding-right: 5px;
    padding-top: 2px; }
    .footer__foot-left a {
      padding-top: 2px;
      height: fit-content; }
  @media (max-width: 480px) {
    .footer__delete {
      display: none; } }

.main {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
  margin-top: 75px;
  height: calc(100vh - 75px);
  position: relative;
  z-index: 1; }
  @media (max-width: 480px) {
  .main {
    margin-bottom: 40px; } }
  @media (max-width: 480px) {
  .main {
    margin-top: 35px;
    height: calc(100vh - 35px); } }
  .main__video {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .main::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 19, 19, 0.651); }
  .main__container {
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 15px;
    width: 100%; }
  .main__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 60px;
    color: #fff;
    max-width: 800px;
    line-height: 125%; }
    @media (max-width: 480px) {
  .main__title {
    font-size: 35px;
    line-height: 100%; } }
  .main__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 125%;
    color: #e9e9e9;
    max-width: 569px;
    margin-top: 40px;
    margin-bottom: 34px; }
    @media (max-width: 480px) {
  .main__subtitle {
    font-size: 18px;
    line-height: 100%;
    margin-top: 20px;
    margin-bottom: 15px; } }
  .main__button {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    color: #293e72;
    border-radius: 7px;
    width: 287px;
    height: 48px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 480px) {
  .main__button {
    font-size: 14px;
    width: 200px;
    height: 35px; } }
  .main__top {
    padding-top: 20px; }
  .welcome {
    margin-bottom: 80px; }
  @media (max-width: 480px) {
  .welcome {
    margin-bottom: 40px; } }
  .welcome__container {
    display: grid;
    grid-template-columns: 3fr 8fr;
    gap: 15px; }
    @media (max-width: 1000px) {
  .welcome__container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center; } }
  .welcome__left {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 434px; }
    @media (max-width: 600px) {
  .welcome__left {
    max-width: 320px !important; } }
  .welcome__image {
    border-radius: 20px;
    height: 434px;
    max-width: 434px;
    background: center / cover no-repeat; }
    @media (max-width: 600px) {
  .welcome__image {
    max-width: 320px;
    height: 300px; } }
  .welcome__names-place {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-radius: 15px;
    background-color: #293e72;
    padding: 25px 20px; }
    @media (max-width: 600px) {
  .welcome__names-place {
    max-width: 320px; } }
  .welcome__name {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 525px;
    background-color: #293e72; }
  .welcome__name-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 35px;
    line-height: 112%;
    color: #fff;
    max-width: 317px; }
    @media (max-width: 600px) {
  .welcome__name-title {
    font-size: 18px; } }
  .welcome__name-subtitle {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
    color: #fff;
    max-width: 317px; }
    @media (max-width: 600px) {
  .welcome__name-subtitle {
    font-size: 12px; } }
  .welcome__buttons {
    display: flex;
    gap: 10px; }
  .welcome__button {
    border-radius: 7px;
    width: 49px;
    height: 49px;
    background: #fff;
    transition: 0.3s; }
    @media (max-width: 600px) {
  .welcome__button {
    width: 30px;
    height: 30px; } }
  .welcome .swiper-button-disabled {
    background: rgba(255, 255, 255, 0.4); }
  .welcome__right {
    display: flex;
    flex-direction: column;
    gap: 15px; }
  .welcome__content {
    border-radius: 20px;
    padding: 25px;
    background: #f6f6f6;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 600px) {
  .welcome__content {
    padding: 15px; } }
  .welcome__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 44px;
    line-height: 125%;
    color: #151515; }
    @media (max-width: 600px) {
  .welcome__title {
    font-size: 22px; } }
  .welcome__title-blue {
    font-family: var(--font-family);
    font-size: 44px;
    line-height: 125%;
    font-weight: 500;
    color: #293e72; }
    @media (max-width: 600px) {
  .welcome__title-blue {
    font-size: 22px; } }
  .welcome__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 142%;
    color: #555; }
    @media (max-width: 600px) {
  .welcome__text {
    font-size: 14px; } }
  .welcome__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px; }
    @media (max-width: 1200px) {
  .welcome__list {
    grid-template-columns: repeat(2, 1fr); } }
  .welcome__item {
    padding: 7px;
    border-radius: 15px;
    background: #f6f6f6; }
  .welcome__item-title-place {
    padding: 15px 0px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 80%;
    color: #0a0a0a;
    display: flex;
    gap: 2px; }
    @media (max-width: 600px) {
  .welcome__item-title-place {
    padding: 10px 0px; } }
  .welcome__item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: #4a5565; }

.city {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .city {
    margin-bottom: 40px; } }
  .city__title {
    max-width: 668px; }
  .city__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px; }
    @media (max-width: 600px) {
  .city__content {
    grid-template-columns: 1fr;
    gap: 15px; } }
  .city__item {
    height: 430px;
    padding: 10px;
    background: center / cover no-repeat;
    border-radius: 20px;
    display: flex;
    align-items: end; }
    @media (max-width: 480px) {
  .city__item {
    height: 300px; } }
  .city__item-content {
    border-radius: 10px;
    width: 100%;
    max-width: 328px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px; }
  .city__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 34px;
    color: #151515; }
  .partners {
    margin-bottom: 80px; }
  @media (max-width: 480px) {
  .partners {
    margin-bottom: 40px; } }
  .partners__item {
    border-radius: 15px;
    height: 145px;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 480px) {
  .partners__item {
    height: 100px; } }
  .partners__item-image {
    max-width: 90%;
    max-height: 90%; }
  .partners__pagination {
    margin-top: 50px; }
    @media (max-width: 480px) {
  .partners__pagination {
    margin-top: 25px; } }

.way {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .way {
    margin-bottom: 40px; } }
  .way__container {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 15px; }
    @media (max-width: 1000px) {
  .way__container {
    display: flex;
    flex-direction: column;
    align-items: center; } }
  .way__content {
    border-radius: 20px;
    height: 100%;
    background: #f6f6f6;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 480px) {
  .way__content {
    padding: 15px; } }
  .way__title {
    margin-bottom: 30px;
    line-height: 125%; }
    @media (max-width: 480px) {
  .way__title {
    margin-bottom: 15px; } }
  .way__text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 21px;
    line-height: 148%;
    color: #151515;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
  .way__text {
    font-size: 14px;
    margin-bottom: 15px; } }
  .way__inputs {
    max-width: 497px;
    display: flex;
    flex-direction: column;
    gap: 25px; }
    @media (max-width: 480px) {
  .way__inputs {
    align-items: center; } }
  .way__inputs-place {
    display: flex;
    gap: 12px; }
    @media (max-width: 480px) {
  .way__inputs-place {
    flex-direction: column; } }
  .way__input {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 19px;
    line-height: 100%;
    color: #151515;
    border-radius: 10px;
    width: 100%;
    padding: 11px 14px;
    background: #fff; }
    .way__input::placeholder {
      color: #151515; }
  .way__submit-input {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    width: 221px;
    height: 44px;
    background: #293e72;
    display: flex;
    align-items: center;
    justify-content: center; }
  .way__name {
    background-color: #293e72; }
  .way__name-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 112%;
    color: #fff;
    max-width: 317px;
    background-color: #293e72; }
    @media (max-width: 600px) {
  .way__name-title {
    font-size: 18px; } }
  .way__name-subtitle {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
    color: #fff;
    max-width: 317px;
    background-color: #293e72; }
    @media (max-width: 600px) {
  .way__name-subtitle {
    font-size: 12px; } }

.stages {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .stages {
    margin-bottom: 40px; } }
  .stages__container {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .stages__content {
    max-width: 1070px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px; }
    @media (max-width: 480px) {
  .stages__content {
    margin-top: 0px; } }
  .stages__item-right {
    display: flex;
    gap: 30px;
    padding-left: 45px;
    border-left: 1px solid #293e72;
    justify-content: start; }
    @media (max-width: 800px) {
  .stages__item-right {
    gap: 10px;
    padding-left: 15px; } }
  .stages__item-right-number {
    font-family: var(--font4);
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    color: #fff;
    background-color: #293e72;
    border-radius: 100%;
    min-width: 46px;
    min-height: 46px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    position: relative; }
    .stages__item-right-number::after {
      content: "";
      left: -45px;
      top: 50%;
      background-color: #293e72;
      width: 22px;
      height: 1px;
      position: absolute; }
    @media (max-width: 800px) {
  .stages__item-right-number {
    min-width: 23px;
    min-height: 23px;
    width: 23px;
    height: 23px;
    font-size: 13px; }
    .stages__item-right-number::after {
      content: "";
      left: -15px;
      top: 50%;
      background-color: #293e72;
      width: 22px;
      height: 1px;
      position: absolute; } }
  .stages__item-right-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 29px;
    text-align: left;
    color: #151515;
    margin-bottom: 40px;
    margin-top: 6px; }
    @media (max-width: 800px) {
  .stages__item-right-title {
    font-size: 15px;
    margin-bottom: 2px;
    margin-top: 3px; } }
  .stages__item-right-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    text-align: left;
    color: #151515; }
    @media (max-width: 800px) {
  .stages__item-right-subtitle {
    font-size: 10px; } }
  .stages__item-left {
    display: flex;
    gap: 30px;
    padding-right: 45px;
    border-right: 1px solid #293e72;
    position: relative;
    justify-content: end;
    right: -1px; }
    @media (max-width: 800px) {
  .stages__item-left {
    gap: 10px;
    padding-right: 15px; } }
  .stages__item-left-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 29px;
    text-align: right;
    color: #151515;
    margin-bottom: 40px;
    margin-top: 6px; }
    @media (max-width: 800px) {
  .stages__item-left-title {
    font-size: 15px;
    margin-bottom: 2px;
    margin-top: 3px; } }
  .stages__item-left-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    text-align: right;
    color: #151515; }
    @media (max-width: 800px) {
  .stages__item-left-subtitle {
    font-size: 10px; } }
  .stages__item-left-number {
    font-family: var(--font4);
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    color: #fff;
    background-color: #293e72;
    border-radius: 100%;
    min-width: 46px;
    min-height: 46px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    position: relative; }
    .stages__item-left-number::after {
      content: "";
      right: -45px;
      top: 50%;
      background-color: #293e72;
      width: 22px;
      height: 1px;
      position: absolute; }
    @media (max-width: 800px) {
  .stages__item-left-number {
    min-width: 23px;
    min-height: 23px;
    width: 23px;
    height: 23px;
    font-size: 13px; }
    .stages__item-left-number::after {
      content: "";
      right: -15px;
      top: 50%;
      background-color: #293e72;
      width: 22px;
      height: 1px;
      position: absolute; } }

.advantages {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .advantages {
    margin-bottom: 40px; } }
  .advantages__content {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 16px; }
    @media (max-width: 700px) {
  .advantages__content {
    grid-template-columns: 1fr; } }
  .advantages__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between; }
    @media (max-width: 480px) {
  .advantages__list {
    gap: 10px; } }
  .advantages__item {
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    display: flex;
    gap: 16px;
    align-items: center; }
    @media (max-width: 480px) {
  .advantages__item {
    padding: 10px; } }
  .advantages__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 23px;
    line-height: 104%;
    color: #151515; }
    @media (max-width: 480px) {
  .advantages__item-title {
    font-size: 18px; } }
  .advantages__item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #555; }
    @media (max-width: 480px) {
  .advantages__item-subtitle {
    font-size: 12px; } }
  .advantages__image {
    width: 100%;
    border-radius: 20px; }

.reviews {
  margin-bottom: 80px;
  /* Общая ширина скролла */
  /* Фон (трек — дорожка) */
  /* Ползунок */ }
  @media (max-width: 480px) {
  .reviews {
    margin-bottom: 40px; } }
  .reviews__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px; }
    @media (max-width: 1000px) {
  .reviews__content {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; } }
    @media (max-width: 700px) {
  .reviews__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; } }
    @media (max-width: 500px) {
  .reviews__content {
    grid-template-columns: repeat(1, 1fr); } }
  .reviews__item-video {
    border-radius: 20px;
    height: 380px;
    position: relative;
    background: center / cover no-repeat; }
  .reviews__item-video-play {
    position: absolute;
    bottom: -10px;
    right: -10px; }
  .reviews__item-text {
    border-radius: 20px;
    height: 380px;
    position: relative;
    background: center / cover no-repeat; }
    .reviews__item-text:hover .reviews__item-text-content {
      opacity: 1; }
  .reviews__item-text-content {
    opacity: 0;
    transition: 0.3s;
    border-radius: 20px;
    backdrop-filter: blur(15px);
    background: rgba(45, 56, 84, 0.7);
    padding: 16px;
    max-height: 100%;
    height: 100%;
    overflow: hidden; }
  .reviews__item-text-top {
    padding: 10px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0.2px 0 0 #fff; }
  .reviews__item-text-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 92%;
    color: #fff; }
  .reviews__item-text-subtitle {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 136%;
    color: #dadada; }
  .reviews ::-webkit-scrollbar {
    width: 13px;
    /* вертикальный */
    border-radius: 10px;
    background: #fff; }
  .reviews ::-webkit-scrollbar-track {
    background: #7a849e;
    /* цвет фона */
    border-radius: 10px; }
  .reviews ::-webkit-scrollbar-thumb {
    background: #fff;
    /* основной цвет */
    border-radius: 10px;
    transition: 0.3s; }
  .reviews__item-text-text-place {
    max-height: 210px;
    overflow: auto; }
  .reviews__item-text-text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 136%;
    color: #fff; }
  .reviews__pagination {
    margin-top: 50px; }
    @media (max-width: 480px) {
  .reviews__pagination {
    margin-top: 25px; } }

.feedback {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .feedback {
    margin-bottom: 40px; } }
  .feedback__container {
    display: grid;
    grid-template-columns: 4fr 7fr;
    gap: 15px; }
    @media (max-width: 1000px) {
  .feedback__container {
    display: flex;
    flex-direction: column;
    align-items: center; } }
  .feedback__left {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%; }
  .feedback__image-place {
    height: 100%;
    width: 100%;
    background: center / cover no-repeat;
    border-radius: 20px;
    min-height: 425px; }
    @media (max-width: 480px) {
  .feedback__image-place {
    min-height: 300px; } }
  .feedback__see {
    border-radius: 15px;
    background: #293e72;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px;
    gap: 130px; }
    @media (max-width: 480px) {
  .feedback__see {
    gap: 60px; } }
  .feedback__see-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 29px;
    line-height: 91%;
    color: #fff;
    position: relative; }
    @media (max-width: 480px) {
  .feedback__see-title {
    font-size: 20px; } }
  .feedback__see-title-arrow {
    position: absolute;
    right: -120px;
    top: -15px; }
    @media (max-width: 480px) {
  .feedback__see-title-arrow {
    right: -60px;
    top: -30px; } }
  .feedback__content {
    border-radius: 20px;
    height: 100%;
    background: #f6f6f6;
    padding: 90px; }
    @media (max-width: 480px) {
  .feedback__content {
    padding: 15px; } }
  .feedback__title {
    margin-bottom: 30px;
    line-height: 125%; }
    @media (max-width: 480px) {
  .feedback__title {
    margin-bottom: 15px; } }
  .feedback__text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 21px;
    line-height: 148%;
    color: #151515;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
  .feedback__text {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center; } }
  .feedback__inputs {
    max-width: 497px;
    display: flex;
    flex-direction: column;
    gap: 25px; }
    @media (max-width: 480px) {
  .feedback__inputs {
    align-items: center; } }
  .feedback__inputs-place {
    display: flex;
    gap: 12px; }
    @media (max-width: 480px) {
  .feedback__inputs-place {
    flex-direction: column; } }
  .feedback__input {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 19px;
    line-height: 100%;
    color: #151515;
    border-radius: 10px;
    width: 100%;
    padding: 11px 14px;
    background: #fff; }
    .feedback__input::placeholder {
      color: #151515; }
  .feedback__submit-input {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    padding: 11.5px 10px;
    background: #293e72;
    display: flex;
    align-items: center;
    justify-content: center; }

.about-page__content {
  border-radius: 20px;
  height: 100%;
  background: #f6f6f6;
  padding: 60px 90px; }
  @media (max-width: 480px) {
    .about-page__content {
      padding: 15px; } }
  .about-page__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 142%;
    color: #555; }
  @media (max-width: 480px) {
    .about-page__text {
      font-size: 14px; } }

.contacts {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .contacts {
    margin-bottom: 40px; } }
  .contacts__container {
    display: flex;
    gap: 50px; }
  @media (max-width: 800px) {
    .contacts__container {
      gap: 20px;
      flex-direction: column; } }
  .contacts__left {
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    width: 410px;
    min-width: 410px;
    background: #fff;
    padding: 40px; }
  @media (max-width: 800px) {
    .contacts__left {
      width: 100%;
      min-width: auto; } }
  .contacts__item {
    padding: 23px 0px;
    border-bottom: 1px solid #e6e6e6; }
  .contacts__item:last-child {
    border-bottom: 0px solid #e6e6e6; }
  .contacts__item-title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 17px;
    line-height: 250%;
    text-transform: uppercase;
    color: #666; }
  .contacts__item-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 19px;
    line-height: 147%;
    color: #151515;
    transition: 0.3s; }
  .contacts__item-link:hover {
    color: #293e72; }
  .contacts__social {
    display: flex;
    gap: 15px; }
  .contacts__right {
    width: 100%;
    border-radius: 20px;
    overflow: hidden; }
  @media (max-width: 800px) {
    .contacts__right {
      height: 300px; } }

.services {
  margin-bottom: 80px; }
  @media (max-width: 480px) {
  .services {
    margin-bottom: 40px; } }
  .services__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; }
  @media (max-width: 1000px) {
    .services__items {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px; } }
  @media (max-width: 700px) {
    .services__items {
      grid-template-columns: repeat(1, 1fr);
      gap: 10px; } }
  .services__item {
    border-radius: 20px;
    height: 430px;
    background: center / cover no-repeat;
    display: flex;
    align-items: end;
    padding: 10px; }
  @media (max-width: 480px) {
    .services__item {
      height: 300px; } }
  .services__item:hover .services__item-subtitle {
    line-height: 100%;
    margin: 10px 0px;
    opacity: 1; }
    .services__item:hover .services__item-subtitle p {
      margin: 10px 0px; }
  .services__item-content {
    border-radius: 10px;
    width: 100%;
    background: #fff;
    padding: 22px; }
  @media (max-width: 480px) {
    .services__item-content {
      padding: 10px; } }
  .services__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 29px;
    color: #151515; }
  @media (max-width: 480px) {
    .services__item-title {
      font-size: 20px; } }
  .services__item-subtitle {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 18px;
    color: #151515;
    margin: 10px 0px;
    transition: 0.3s;
    line-height: 0%;
    margin: 0px 0px;
    opacity: 0; }
  .services__item-subtitle p {
    margin: 0px; }
  @media (max-width: 480px) {
    .services__item-subtitle {
      font-size: 14px;
      margin: 5px 0px; } }
  .services__item-text {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 18px;
    color: #777; }
  @media (max-width: 480px) {
    .services__item-text {
      font-size: 14px; } }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 21, 21, 0.314);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding: 10px;
  display: none; }
  .modal.active {
    display: flex; }
  .modal .close {
    display: none; }
  @media (max-width: 1000px) {
    .modal .delete {
      display: none; } }
  .modal__body {
    padding: 70px 50px;
    background-color: #eff2f3;
    border-radius: 20px;
    position: relative;
    width: 100%;
    min-height: 565px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: grid;
    grid-template-columns: 4fr 7fr;
    gap: 15px; }
  @media (max-width: 1000px) {
    .modal__body {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  @media (max-width: 600px) {
    .modal__body {
      padding: 25px 20px; } }
  .modal__close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
    color: #bbb;
    background-color: transparent;
    cursor: pointer;
    z-index: 100; }
  @media (max-width: 480px) {
    .modal__close {
      font-size: 30px;
      top: 10px;
      right: 15px; } }
  .modal__text {
    font-family: Raleway;
    font-weight: 400;
    font-size: 17px;
    leading-trim: Cap height;
    line-height: 24px;
    letter-spacing: 0%;
    color: #151515;
    margin: 20px 0px; }
  .modal__form {
    width: 100%;
    position: relative; }
  .modal__form form {
    width: 100%; }
  .modal__form .alert {
    color: #7d7d7d;
    width: 100%;
    padding: 10px 10px;
    margin: 10px 0px;
    display: flex;
    gap: 10px;
    border-radius: 10px;
    background-color: #a4ffac;
    font-family: Raleway;
    font-size: 16px; }
    .modal__form .alert button {
      display: none;
      background-color: #a4ffac;
      color: #7d7d7d; }
  .modal__area-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px; }
  @media (max-width: 900px) {
    .modal__area-inputs {
      grid-template-columns: 1fr 1fr;
      gap: 10px; } }
  @media (max-width: 550px) {
    .modal__area-inputs {
      grid-template-columns: 1fr;
      gap: 10px; } }
  .modal__area-input {
    border: 1px solid #9c9c9c;
    color: #151515;
    font-family: Raleway;
    font-weight: 300;
    font-size: 17px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0px;
    padding: 11.5px 20px;
    border-radius: 8px;
    background-color: transparent;
    width: 100%; }
  .modal__area-input-submit {
    font-family: Raleway;
    font-weight: 600;
    font-size: 17px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    background-color: #fff;
    padding: 14px 0px;
    color: #151515;
    width: 100%;
    border-radius: 8px;
    transition: 0.3s; }
  .modal__area-input-submit:hover {
    color: #fff;
    background-color: #151515; }
