@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: "Open Sans", sans-serif;
  --second-family: "Museo Sans Cyrl", sans-serif;
  --third-family: "Bebas Neue", sans-serif;
  --font3: "Montserrat", sans-serif; }

.alert {
  color: #7d7d7d;
  width: 100%;
  padding: 10px 10px;
  margin: 10px 0px;
  display: flex;
  gap: 10px;
  border-radius: 10px;
  background-color: #a4ffac;
  font-family: var(--font-family);
  font-size: 16px; }
  .alert button {
    display: none;
    background-color: #a4ffac;
    color: #7d7d7d; }

.title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 50px;
  line-height: 112%;
  color: #151515; }
  @media (max-width: 480px) {
  .title {
    font-size: 30px; } }

p {
  padding: 5px 0px; }

.text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 118%;
  color: #555; }
  @media (max-width: 480px) {
  .text {
    font-size: 14px; } }

.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; } }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
  display: none; }

.preloader video {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.video {
  border: 1px solid #adadad; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99; }
  .header__top {
    background: transparent;
    transition: all 0.4s ease;
    background-color: #fff;
    border-bottom: 1px solid #eee; }
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 5px;
    padding: 15px; }
    @media (max-width: 480px) {
  .header__container {
    padding: 5px 15px; } }
  @media (max-width: 480px) {
    .header__logo img {
      max-height: 30px; } }
  .header__right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    width: 100%;
    max-width: 956px; }
    @media (max-width: 1200px) {
  .header__right {
    justify-content: end; } }
  .header__items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    max-width: 592px;
    margin-right: 50px; }
  .header__item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    text-align: right;
    color: #151515;
    transition: 0.3s; }
    .header__item:hover {
      color: #1a427f; }
  .header__item-catalog {
    position: relative;
    transition: 0.3s; }
    .header__item-catalog:hover .header__item-catalog-title {
      color: #1a427f; }
      .header__item-catalog:hover .header__item-catalog-image {
        transform: scale(-1); }
        .header__item-catalog:hover .header__item-catalog-image * {
          stroke: #1a427f; }
      .header__item-catalog:hover .header__item-catalog-list-container {
        opacity: 1;
        pointer-events: all; }
  .header__item-catalog-top {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer; }
  .header__item-catalog-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    text-align: right;
    color: #151515; }
  .header__item-catalog-image {
    margin-top: 3px;
    transition: 0.3s; }
    .header__item-catalog-image * {
      transition: 0.3s; }
  .header__item-catalog-list-container {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 250px;
    top: 100%;
    left: -20px;
    padding-top: 10px;
    transition: 0.3s; }
  .header__item-catalog-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff; }
  .header__item-catalog-item {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    color: #555;
    text-wrap: balance;
    transition: 0.3s; }
    .header__item-catalog-item:hover {
      color: #1a427f; }
  .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: 20px;
    /* место под вашу кастомную стрелку, если будет */
    padding-left: 5px;
    border: none;
    /* при необходимости убрать обводку */
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    color: #151515; }
    .header__langs option {
      background-color: #979797;
      border: none; }
  .header__langs-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 5px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .header__phone-place {
    display: flex;
    gap: 5.57px;
    align-items: center; }
  .header__phone-list {
    display: flex;
    flex-direction: column;
    gap: 2px; }
  .header__phone {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    text-align: right;
    color: #151515;
    transition: 0.3s; }
    .header__phone:hover {
      color: #1a427f; }
  @media (max-width: 1200px) {
    .header__desc {
      display: none; } }

.header__bottom {
  transition: 0.3s; }
  .header__bottom-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #6f6f6f;
    padding: 11px 15px;
    transition: 0.3s; }
    @media (max-width: 480px) {
  .header__bottom-container {
    padding: 2px 15px; } }
  .header__bottom-logo .header__bottom-svg {
    transition: 0.3s;
    height: 51px;
    width: 163px; }
    @media (max-width: 480px) {
  .header__bottom-logo .header__bottom-svg {
    width: 70px;
    height: 35px; } }
  .header__bottom-black {
    transition: 0.3s; }
  .header__bottom-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 180%;
    color: #fff;
    transition: 0.3s; }
    @media (max-width: 480px) {
  .header__bottom-text {
    font-size: 9px;
    line-height: 100%;
    max-width: 160px;
    text-align: center;
    text-wrap: balance; } }
  .header__bottom-date {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    color: #fff;
    padding: 0px 40px;
    background: #018f50;
    height: 40px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 480px) {
  .header__bottom-date {
    height: 12px;
    font-size: 9px;
    line-height: 140%;
    padding: 0px 5px; } }

.header.active .header__bottom {
  background: #f1f1f1; }
  .header.active .header__bottom-container {
    border-bottom: 0px solid #6f6f6f; }
  .header.active .header__bottom-black {
    fill: #151515; }
  .header.active .header__bottom-text {
    color: #151515;
    font-size: 15px; }
    @media (max-width: 480px) {
  .header.active .header__bottom-text {
    font-size: 9px;
    line-height: 100%;
    max-width: 150px; } }
  .header.active .header__bottom-svg {
    height: 38px;
    width: 119px; }
    @media (max-width: 480px) {
  .header.active .header__bottom-svg {
    width: 50px;
    height: 20px; } }
  .header.active .header__bottom-date {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    line-height: 180%;
    color: #fff;
    padding: 0px 40px;
    background: #018f50;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 480px) {
  .header.active .header__bottom-date {
    height: 12px;
    font-size: 9px;
    line-height: 140%;
    padding: 0px 5px; } }

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

.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: 15px;
    text-transform: uppercase;
    text-align: right;
    color: #151515; }
  .menu__item-catalog-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    text-align: right;
    color: #151515;
    text-align: center; }
  .menu__item-catalog-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    display: none;
    margin-top: 10px; }
  .menu__item-catalog-item {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #151515;
    text-align: center; }
  .menu__feedback {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center; }
  .menu__phone-place {
    display: flex;
    gap: 5.57px;
    align-items: center; }
  .menu__phone-list {
    display: flex;
    flex-direction: column;
    gap: 2px; }
  .menu__phone {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    text-align: right;
    color: #151515;
    transition: 0.3s; }
    .menu__phone:hover {
      color: #1a427f; }

.footer {
  position: relative;
  z-index: 1;
  background-color: #1a427f; }
  .footer__top {
    padding: 65px 0px;
    display: flex;
    justify-content: space-between;
    gap: 30px; }
    @media (max-width: 1100px) {
  .footer__top {
    flex-direction: column; } }
    @media (max-width: 480px) {
  .footer__top {
    padding: 40px 0px; } }
  .footer__left-title {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 42px;
    line-height: 129%;
    color: #fff;
    max-width: 475px;
    text-wrap: balance; }
    @media (max-width: 500px) {
  .footer__left-title {
    font-size: 25px; } }
  .footer__bottom-container {
    border-top: 1px solid #44679c; }
  .footer__bottom {
    padding: 60px 15px;
    display: flex;
    justify-content: start;
    gap: 100px; }
    @media (max-width: 1100px) {
  .footer__bottom {
    flex-direction: column;
    gap: 30px; } }
    @media (max-width: 480px) {
  .footer__bottom {
    padding: 40px 15px; } }
  .footer__items {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    max-width: 870px; }
    @media (max-width: 800px) {
  .footer__items {
    flex-direction: column; } }
  .footer__item {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    @media (max-width: 1100px) {
  .footer__item {
    gap: 15px; } }
  .footer__title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff; }
  .footer__list {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .footer__link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #d4dbe6; }
  .footer__foot-place-container {
    border-top: 1px solid #44679c; }
  .footer__foot-place {
    padding-top: 15px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px; }
    @media (max-width: 600px) {
  .footer__foot-place {
    flex-direction: column;
    align-items: start; } }
  .footer__foot {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center; }
    @media (max-width: 500px) {
  .footer__foot {
    flex-direction: column;
    align-items: start; } }
  .footer__foot-left {
    display: flex;
    gap: 5px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    padding-right: 5px;
    padding-top: 1.5px; }
    .footer__foot-left a {
      padding-top: 1.5px;
      height: fit-content; }
  .footer__social {
    display: flex;
    gap: 17px; }
  .footer__area-inputs {
    display: flex;
    align-items: center;
    gap: 43px; }
  .footer__area-input {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 22px;
    line-height: 109%;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    padding: 15px 0px; }
    .footer__area-input::placeholder {
      color: #fff; }
    @media (max-width: 700px) {
  .footer__area-input {
    width: 100%; } }
    @media (max-width: 480px) {
  .footer__area-input {
    font-size: 15px;
    padding: 5px 0px; } }
  .footer__submit-area {
    background-color: transparent; }
  @media (max-width: 480px) {
    .footer__delete {
      display: none; } }

.main {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  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(21, 21, 21, 0.651); }
  .main__items {
    flex: 1 0 auto;
    height: 100%; }
  .main .main__items .swiper-slide {
    opacity: 0 !important;
    transition: opacity 0.5s;
    pointer-events: none;
    /* чтобы клики не "проваливались" на невидимые слайды */ }
  .main .main__items .swiper-slide-active {
    opacity: 1 !important;
    pointer-events: auto; }
  .main__container {
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 100%; }
  .main__title-services {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 85px;
    line-height: 100%;
    text-align: center;
    color: #fff; }
    @media (max-width: 900px) {
  .main__title-services {
    font-size: 40px; } }
    @media (max-width: 480px) {
  .main__title-services {
    font-size: 30px; } }
  .main .main__title {
    font-family: var(--font-family);
    text-align: center;
    color: #fff;
    line-height: 1.05; }
  .main .main__title .topp {
    display: block;
    font-weight: 800;
    font-size: 85px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    @media (max-width: 480px) {
  .main .main__title .topp {
    font-weight: 900;
    font-size: 41px; } }
  .main .main__title .bottom {
    display: block;
    font-weight: 600;
    font-size: 85px; }
  @media (max-width: 480px) {
  .main .main__title .top, .main .main__title .bottom {
    font-weight: 900;
    font-size: 41px; } }
  .main .main__logo {
    width: 300px;
    margin-bottom: 15px;
    max-width: 100%; }
  .main .main__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .main__subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 24px;
    line-height: 138%;
    text-align: center;
    color: #fff;
    max-width: 534px;
    margin-top: 40px;
    text-wrap: balance; }
    @media (max-width: 480px) {
  .main__subtitle {
    font-size: 14px;
    margin: 15px 0px; } }
  .main__bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 34px;
    z-index: 1; }
    @media (max-width: 480px) {
  .main__bottom {
    bottom: 10px; } }

.about {
  margin-bottom: 100px; }
  @media (max-width: 480px) {
  .about {
    margin-bottom: 40px; } }
  .about__container {
    display: flex;
    gap: 72px;
    align-items: center; }
    @media (max-width: 900px) {
  .about__container {
    flex-direction: column;
    gap: 10px; } }
  .about__image-place {
    flex: 0 0 44%;
    max-width: 44%;
    overflow: hidden;
    border-radius: 18px; }
    @media (max-width: 900px) {
  .about__image-place {
    flex: 0 0 100%;
    max-width: 100%; } }
  .about__image {
    width: 100%;
    object-fit: cover;
    display: block; }
    .about__content {
      flex: 1 1 56%;
      max-width: 56%;
      width: auto;
      min-width: 0; }
    @media (max-width: 900px) {
  .about__content {
    max-width: 100%; } }
  .about__title {
    margin-bottom: 20px; }
    @media (max-width: 480px) {
  .about__title {
    margin-bottom: 10px; } }

.number {
  margin-bottom: 100px; }
  @media (max-width: 480px) {
  .number {
    margin-bottom: 40px; } }
  .number__title {
    margin-bottom: 80px; }
    @media (max-width: 480px) {
  .number__title {
    margin-bottom: 40px; } }
  .number__items {
    overflow: visible; }
  .number__item {
    border-radius: 20px;
    height: 384px;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 35px;
    transition: 0.3s; }
    @media (max-width: 480px) {
  .number__item {
    padding: 20px;
    height: 250px; } }
  .number__item:hover {
    background: #1a427f; }
    .number__item:hover .number__item-title {
      color: #fff; }
    .number__item:hover .number__item-subtitle {
      color: #fff; }
    .number__item:hover .number__item-text {
      color: #fff; }
  .number__item-top {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .number__item-title {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 80px;
    line-height: 100%;
    color: #151515;
    transition: 0.3s; }
    @media (max-width: 480px) {
  .number__item-title {
    font-size: 50px; } }
  .number__item-subtitle {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 23px;
    line-height: 104%;
    color: #151515;
    transition: 0.3s; }
    @media (max-width: 480px) {
  .number__item-subtitle {
    font-size: 17px; } }
  .number__item-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 114%;
    color: #666;
    text-wrap: balance;
    transition: 0.3s; }
    @media (max-width: 480px) {
  .number__item-text {
    font-size: 14px; } }

.map {
  margin-bottom: 100px; }
  @media (max-width: 480px) {
  .map {
    margin-bottom: 0px; } }
  .map__content {
    position: relative;
    height: 750px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 480px) {
  .map__content {
    height: 600px; } }
  .map__title {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    max-width: 517px; }
  .map__svg {
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    left: -16%;
    transform: translateX(-15%); }

.svg_3 {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 35px;
  line-height: 80%;
  color: #151515; }
  .svg_2 {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 18px;
    color: #999; }
  .svg_1 {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 12px;
    color: #151515; }

.services {
  margin-bottom: 100px;
  position: relative;
  z-index: 1; }
  @media (max-width: 480px) {
  .services {
    margin-bottom: 40px; } }
  .services__container {
    display: flex;
    flex-direction: column;
    gap: 100px; }
    @media (max-width: 480px) {
  .services__container {
    gap: 40px; } }
  .services__item {
    display: flex;
    align-items: center;
    gap: 89px; }
    @media (max-width: 900px) {
  .services__item {
    flex-direction: column;
    gap: 10px; } }
  .services__item-reverse {
    display: flex;
    flex-direction: row-reverse;
    align-items: center; }
    @media (max-width: 900px) {
  .services__item-reverse {
    flex-direction: column;
    gap: 10px; } }
  .services__item-image-place {
    width: 100%; }
  .services__item-image {
    width: 100%;
    border-radius: 20px; }
  .services__item-content {
    width: 100%; }
  .services__item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 138%;
    color: #555;
    padding: 20px 0px; }
    @media (max-width: 480px) {
  .services__item-subtitle {
    font-size: 17px;
    padding: 10px 0px; } }
  .services__item-link {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #151515;
    border: 1px solid #adadad;
    border-radius: 100px;
    width: 221px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center; }

.other {
  margin-bottom: 100px; }
  @media (max-width: 480px) {
  .other {
    margin-bottom: 40px; } }
  .other__title {
    margin-bottom: 50px; }
    @media (max-width: 480px) {
  .other__title {
    margin-bottom: 20px; } }
  .other__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px; }
    @media (max-width: 900px) {
  .other__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; } }
    @media (max-width: 600px) {
  .other__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px; } }
  .other__item {
    background: #f9f9f9;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0px;
    justify-content: space-between; }
  .other__item-image-place {
    height: 232px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .other__item-top {
    margin: 25px; }
    @media (max-width: 480px) {
  .other__item-top {
    margin-bottom: 10px; } }
  .other__item-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #151515; }
  .other__item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 114%;
    letter-spacing: -0.02em;
    color: #666; }
    .other__item-subtitle * {
      text-align: start !important; }
  .other__item-link {
    margin: 25px;
    margin-top: 0px;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #151515;
    border: 1px solid #adadad;
    border-radius: 100px;
    width: 221px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center; }

.why {
  margin-bottom: 100px; }
  @media (max-width: 480px) {
  .why {
    margin-bottom: 40px; } }
  .why__title {
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 480px) {
  .why__title {
    margin-bottom: 20px; } }
  .why__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px; }
    @media (max-width: 900px) {
  .why__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; } }
    @media (max-width: 600px) {
  .why__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px; } }
  .why__item {
    border: 1px solid #d8d8d8;
    border-radius: 20px;
    padding: 35px; }
    @media (max-width: 480px) {
  .why__item {
    padding: 15px; } }
  .why__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #151515;
    margin: 25px 0px; }
    @media (max-width: 480px) {
  .why__item-title {
    margin: 10px 0px; } }
  .why__item-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 147%;
    color: #666; }

.way {
  margin-bottom: 100px; }
  @media (max-width: 480px) {
  .way {
    margin-bottom: 40px; } }
  .way__title {
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 480px) {
  .way__title {
    margin-bottom: 20px; } }
  .way__field {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 20px; }
    @media (max-width: 800px) {
  .way__field {
    grid-template-columns: 1fr;
    gap: 10px; } }
  .way__left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; }
    @media (max-width: 480px) {
  .way__left {
    gap: 10px; } }
  .way__button {
    border-radius: 15px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: #f9f9f9;
    cursor: pointer;
    transition: 0.3s; }
    @media (max-width: 480px) {
  .way__button {
    gap: 7px; } }
    .way__button * {
      transition: 0.3s; }
    .way__button.active {
      background-color: #1a427f; }
      .way__button.active .way__button-title {
        color: #fff; }
      .way__button.active svg * {
        stroke: #fff; }
  .way__button-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #151515;
    transition: 0.3s; }
    @media (max-width: 480px) {
  .way__button-title {
    font-size: 15px; } }
  .way__right {
    height: 100%; }
  .way__content {
    display: none; }
    .way__content.active {
      display: flex;
      height: 100%;
      align-items: end;
      padding: 32px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 20px; }
      @media (max-width: 480px) {
  .way__content.active {
    padding: 15px; } }
  .way__content-place {
    border-radius: 20px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.72);
    padding: 26px 32px;
    max-width: 595px; }
    @media (max-width: 480px) {
  .way__content-place {
    padding: 15px; } }
  .way__content-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #151515;
    margin-bottom: 15px; }
  .way__content-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 118%;
    color: #555; }
    .way__content-subtitle * {
      text-align: start !important; }

.feedback {
  margin-bottom: 100px;
  min-height: 693px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 480px) {
  .feedback {
    margin-bottom: 40px; } }
  .feedback::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(21, 21, 21, 0.651);
    position: absolute; }
  .feedback__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .feedback__content {
    position: relative;
    z-index: 1;
    max-width: 924px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .feedback__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 50px;
    line-height: 112%;
    text-align: center;
    color: #fff; }
    @media (max-width: 480px) {
  .feedback__title {
    font-size: 30px; } }
  .feedback__subtitle {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 22px;
    line-height: 155%;
    text-align: center;
    color: #fff;
    max-width: 674px;
    margin: 20px 0px; }
    @media (max-width: 480px) {
  .feedback__subtitle {
    font-size: 16px;
    margin: 10px 0px; } }
  .feedback__form {
    width: 100%; }
  .feedback__area-inputs {
    display: flex;
    gap: 12px;
    width: 100%; }
    @media (max-width: 800px) {
  .feedback__area-inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 500px) {
  .feedback__area-inputs {
    display: grid;
    grid-template-columns: repeat(1, 1fr); } }
  .feedback__area-input {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.3);
    padding: 12px;
    width: 100%; }
    .feedback__area-input::placeholder {
      color: #fff; }
  .feedback__submit-area {
    width: 100%; }
  .feedback__area-input-submit {
    width: 100%;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #151515;
    border-radius: 60px;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    cursor: pointer; }

.feedback-services {
  margin-bottom: 100px;
  min-height: 693px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 480px) {
  .feedback-services {
    margin-bottom: 40px; } }
  .feedback-services::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(21, 21, 21, 0.651);
    position: absolute; }
  .feedback-services__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .feedback-services__content {
    position: relative;
    z-index: 1;
    max-width: 924px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .feedback-services__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 50px;
    line-height: 112%;
    text-align: center;
    color: #fff;
    max-width: 463px; }
    @media (max-width: 480px) {
  .feedback-services__title {
    font-size: 30px; } }
  .feedback-services__subtitle {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 22px;
    line-height: 155%;
    text-align: center;
    color: #fff;
    max-width: 674px;
    margin: 20px 0px; }
    @media (max-width: 480px) {
  .feedback-services__subtitle {
    font-size: 16px;
    margin: 10px 0px; } }
  .feedback-services__item-link {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #151515;
    border-radius: 60px;
    width: 222px;
    height: 48px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }

.review {
  margin-bottom: 100px; }
  @media (max-width: 480px) {
  .review {
    margin-bottom: 40px; } }
  .review__title {
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 480px) {
  .review__title {
    margin-bottom: 20px; } }
  .review__title-page {
    margin-bottom: 50px; }
    @media (max-width: 480px) {
  .review__title-page {
    margin-bottom: 20px; } }
  .review__item-image {
    width: 100%;
    border: 1px solid #151515;
    border-radius: 20px; }

.partners {
  margin-bottom: 100px; }
  @media (max-width: 480px) {
  .partners {
    margin-bottom: 40px; } }
  .partners__title {
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 480px) {
  .partners__title {
    margin-bottom: 20px; } }
  .partners__content {
    display: flex;
    gap: 40px; }
    @media (max-width: 650px) {
  .partners__content {
    min-width: 200px;
    gap: 10px; } }
  .partners__gen {
    border: 1px solid #072fa0;
    border-radius: 10px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    min-width: 321px; }
    @media (max-width: 650px) {
  .partners__gen {
    min-width: 200px; } }
    @media (max-width: 480px) {
  .partners__gen {
    min-width: 140px;
    height: 70px; } }
  .partners__gen-image {
    max-width: 100%;
    max-height: 100%; }
  .partners__item {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; }
    @media (max-width: 480px) {
  .partners__item {
    height: 70px; } }
  .partners__item-image {
    max-width: 100%;
    max-height: 100%; }

.top {
  margin-top: 157px;
  margin-bottom: 50px; }
  @media (max-width: 480px) {
  .top {
    margin-top: 80px;
    margin-bottom: 20px; } }
  .top__container {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    color: #a6a6a6; }
  .top__main {
    color: #a6a6a6; }
  .top__current {
    color: #151515; }

.list {
  margin-bottom: 100px; }
  @media (max-width: 480px) {
  .list {
    margin-bottom: 40px; } }
  .list__container {
    display: flex;
    flex-direction: column;
    gap: 100px; }
    @media (max-width: 480px) {
  .list__container {
    gap: 40px; } }
  .list__item {
    display: flex;
    align-items: center;
    gap: 80px; }
    @media (max-width: 900px) {
  .list__item {
    flex-direction: column;
    gap: 20px; } }
    @media (max-width: 480px) {
  .list__item {
    gap: 10px; } }
    .list__item:nth-child(even) {
      flex-direction: row-reverse; }
      @media (max-width: 900px) {
  .list__item:nth-child(even) {
    flex-direction: column; } }
  .list__image-place {
    width: 100%; }
  .list__image {
    width: 100%;
    border-radius: 20px; }
  .list__content {
    width: 100%; }
  .list__text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 118%;
    color: #555; }

.contacts {
  margin-bottom: 100px; }
  @media (max-width: 480px) {
  .contacts {
    margin-bottom: 40px; } }
  .contacts__container {
    display: flex;
    gap: 50px; }
    @media (max-width: 800px) {
  .contacts__container {
    gap: 10px;
    flex-direction: column; } }
  .contacts__left {
    border: 1px solid #eee;
    border-radius: 20px;
    width: 365px;
    min-width: 365px;
    background: #fff; }
    @media (max-width: 800px) {
  .contacts__left {
    width: 100%;
    min-width: auto; } }
  .contacts__title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #777;
    padding: 30px;
    padding-top: 40px; }
    @media (max-width: 480px) {
  .contacts__title {
    padding: 15px;
    padding-top: 20px; } }
  .contacts__item {
    padding: 30px;
    border-top: 1px solid #eee; }
    @media (max-width: 480px) {
  .contacts__item {
    padding: 15px; } }
  .contacts__item-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px; }
  .contacts__item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #151515; }
  .contacts__item-list {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .contacts__item-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #151515; }
  .contacts__right {
    width: 100%;
    border-radius: 20px;
    overflow: hidden; }
    @media (max-width: 800px) {
  .contacts__right {
    height: 300px; } }
    .contacts__right iframe {
      border: none !important; }

.description {
  margin-bottom: 100px; }
  @media (max-width: 480px) {
  .description {
    margin-bottom: 40px; } }
  .description__container {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
    align-items: center; }
    @media (max-width: 900px) {
  .description__container {
    grid-template-columns: 1fr;
    gap: 10px; } }
  .description__image {
    width: 100%;
    border-radius: 20px; }
  .description__title {
    margin-bottom: 30px; }
    @media (max-width: 480px) {
  .description__title {
    margin-bottom: 15px; } }
  .description__list {
    display: flex;
    flex-direction: column;
    gap: 5px; }
  .description__item {
    display: flex;
    gap: 10px;
    align-items: start; }
  .description__item-image {
    margin-top: 8px; }
  .description__item-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    color: #555; }

.map-button-1 .map-button-fill, .map-button-2 .map-button-fill, .map-button-3 .map-button-fill {
  transition: 0.3s;
  cursor: pointer;
  pointer-events: fill !important; }
  .map-button-1 *, .map-button-2 *, .map-button-3 * {
    user-select: none;
    /* стандарт */
    -webkit-user-select: none;
    /* для Safari/Chrome */
    -moz-user-select: none;
    /* для Firefox */
    -ms-user-select: none;
    pointer-events: none; }

.map-button-1.active .map-button-fill, .map-button-2.active .map-button-fill, .map-button-3.active .map-button-fill {
  fill: #bcd7ff; }

.map-button-1:hover .map-button-fill, .map-button-2:hover .map-button-fill, .map-button-3:hover .map-button-fill {
  fill: #e6eefa; }

.membership {
  scroll-margin: 200px;
  margin-bottom: 100px; }
  @media (max-width: 480px) {
  .membership {
    margin-bottom: 40px; } }
  .membership__content {
    border-radius: 20px;
    background: #f9f9f9;
    padding: 32px;
    display: flex;
    justify-content: center;
    gap: 80px;
    align-items: center; }
    @media (max-width: 1000px) {
  .membership__content {
    flex-direction: column;
    gap: 20px; } }
    @media (max-width: 480px) {
  .membership__content {
    padding: 16px; } }
  .membership__left {
    max-width: 303px; }
    @media (max-width: 500px) {
  .membership__left {
    max-width: 100%; } }
  .membership__image-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #151515;
    border-radius: 20px;
    overflow: hidden;
    background: #f9f9f9; }
  .membership__image-item-image {
    max-width: 100%;
    max-height: 100%; }
  .membership__right {
    max-width: 534px; }
    @media (max-width: 550px) {
  .membership__right {
    max-width: 100%; } }
  .membership__content-item {
    background: #f9f9f9; }
  .membership__content-item-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 50px;
    line-height: 112%;
    color: #151515; }
    @media (max-width: 480px) {
  .membership__content-item-title {
    font-size: 25px; } }
  .membership__content-item-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 118%;
    color: #555;
    margin: 30px 0px; }
    @media (max-width: 480px) {
  .membership__content-item-text {
    margin: 15px 0px; } }
  .membership__buttons {
    display: flex;
    gap: 17px; }
  .membership__button {
    background-color: transparent; }
