@charset "UTF-8";
@font-face {
  font-family: "sfpro";
  src: url("../fonts/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "vksans";
  src: url("../fonts/VKSansDisplay-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sfpro";
  src: url("../fonts/SF-Pro-Display-Semibold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "vksans";
  src: url("../fonts/VKSansDisplay-DemiBold.ttf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "vksans";
  src: url("../fonts/VKSansDisplay-Bold.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "sfpro";
  src: url("../fonts/SF-Pro-Display-Bold.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "vksans";
  line-height: 1.6;
  background-color: #fff;
  color: #181818;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #35476e;
  font-weight: 400!important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #35476e;
}

h1 {
  font-size: #181818;
  font-size: 42px;
  line-height: 52.5px;
  font-weight: normal;
}

a {
  color: #181818;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}

p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #59584C;
}

.container {
  width: 1620px;
  margin: 0 auto;
  display: block;
  position: relative;
}

.top_head {
  display: none;
}

.header_pc {
  position: sticky;
  top: 0;
  z-index: 1200;
  background: #fff;
}

.header_mobile {
  display: none;
}

.logo {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #35476e;
}

.logo span {
  font-size: 62px;
}

.logo img {
  width: 60px;
}

.logo p {
  font-size: 12px;
  font-family: "sfpro";
}

.logo_text span {
  font-size: 16px;
  font-weight: 400;
}

.rate {
  display: flex;
  gap: 20px;
  align-items: center;
}

.rate p {
  font-size: 12px;
}

.rate span {
  font-weight: 400;
}

.rate img {
  width: 80px;
  height: 100px;
}

.top_head__btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.top_head__btn a {
  border: 1px solid #35476e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 10px;
  gap: 10px;
  background: #3b4f7b;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}

.top_head__btn a:hover {
  background: #35476e;
  color: #fff;
  transition: background 0.3s ease, color 0.3s ease;
}

.top_head__btn a:hover svg path {
  fill: #fff;
  transition: fill 0.3s ease;
}

.social {
  display: flex;
  align-items: center;
}

.social_icons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}

.social_icons a {
  display: inline-block;
  transition: transform 0.3s ease;
}

.social_icons a:hover {
  transform: translateY(-2px);
}

.info {
  text-align: center;
  display: flex;
  align-items: center;
}

.info a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.info a:hover {
  text-decoration: none;
}

.nav_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 96px;
}

.nav_head__logo {
  flex: 0 0 auto;
}

.nav_head__btn {
  flex: 0 0 auto;
}

.nav {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.nav ul li {
  list-style: none;
}

.nav ul li a {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}


.nav .search_btn {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: normal;
}

.home_slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.home_slider .swiper-slide > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.home_slider .swiper-slide {
  position: relative;
}

.home_slider__text {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.home_slider__floating {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: min(700px, calc(100% - 60px));
  z-index: 12;
  pointer-events: none;
  transform: translateY(var(--home-slider-floating-shift, 0px));
  will-change: transform;
}

.home_slider__text___inner {
  position: relative;
  width: 100%;
  background: transparent;
  border-radius: 10px;
  padding: 18px 20px 20px;
  text-align: center;
}

.home_slider__text___inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 70%;
  background: #35476e;
  border-radius: 10px;
  pointer-events: none;
  z-index: 0;
}

.home_slider__text___inner > * {
  position: relative;
  z-index: 1;
}

.home_slider__floating .home_slider__text___inner > * {
  pointer-events: auto;
}

.home_slider__floating .home_slider__text___inner {
  margin: 0;
}

.home_slider__text .home_slider__title h2,
.home_slider__floating .home_slider__title h2 {
  font-size: 38px;
  line-height: 60px;
  font-size: 400;
  color: #fff;
}

.home_slider__text .home_slider__desc p,
.home_slider__floating .home_slider__desc p {
  font-size: 22px;
  line-height: 52.5px;
  color: #fff;
  white-space: break-spaces;
}

.home_slider__extrainfo {
  position: relative;
  transform: none;
  margin: 0;
  margin-top: 16px;
  max-width: 100%;
  width: 100%;
  z-index: 2;
}

.home_info__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.extrainfo-card__title {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}

.extrainfo-card__body {
  background: #f2f2f4;
  border-radius: 10px;
  padding: 16px 18px 18px;
  color: #1f1f1f;
  text-align: left;
}

.extrainfo-card__person {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 14px;
}

.extrainfo-card__avatar {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #fff;
}

.extrainfo-card__avatar img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.extrainfo-card__person-text strong {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 4px;
}

.extrainfo-card__person-text span {
  display: block;
  font-size: 18px;
  color: #5a5a5a;
}

.extrainfo-card__stats {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.extrainfo-card__stats img {
  width: 20px;
}

.extrainfo-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 16px;
  color: #2c2c2c;
}

.extrainfo-chip:hover {
  background: #35476e;
  color: #fff;
}

.extrainfo-chip__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.extrainfo-chip strong {
  font-size: 16px;
  font-weight: 400;
}

.extrainfo-card__btn {
  display: block;
  text-align: center;
  color: #fff;
  background: #3b4f7b;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 400;
}

.extrainfo-card__btn:hover {
  background: #35476e;
}

.thumbnail-slider {
  height: 113px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 450px;
}

.thumbnail-slider .swiper-slide {
  width: 112px;
  height: 113px;
}

.thumbnail-slider .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #D2D2D2;
}

.thumbnail-slider .swiper-slide:nth-child(1) img {
  border-radius: 10px 0px 0px 0px;
}

.rate-badge {
  display: block;
  position: absolute;
  top: -3px;
  left: 18px;
  width: 64px;
  height: 80px;
  z-index: 20;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Стиль для контейнера слайдера */
.home_slider .container {
  position: relative;
  max-width: 100%; /* Можно ограничить ширину контейнера при необходимости */
  overflow: visible;
}

/* Стрелочки внутри контейнера */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 46px;
  border-radius: 10px;
  z-index: 10;
}

/* Левая стрелка */
.swiper-button-prev {
  left: 20px; /* Отступ от левого края контейнера */
}

/* Правая стрелка */
.swiper-button-next {
  right: 20px; /* Отступ от правого края контейнера */
}

/* Дополнительно можно изменить цвет иконок стрелок */
.swiper-button-next::after,
.swiper-button-prev::after {
  color: white; /* Цвет иконок стрелок */
  font-size: 40px; /* Размер иконок */
}

.swiper-pagination {
  bottom: 20px !important;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 2px solid #202424;
}

.swiper-pagination-bullet-active {
  background: #202424;
  border: 2px solid #202424;
}

.title {
  text-align: center;
}

.title h2 {
  font-size: #181818;
  font-size: 42px;
  line-height: 52.5px;
  font-weight: normal;
}

.home_video {
  margin-top: 30px;
  text-align: center;
}

.home_video__title h2 {
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  margin-bottom: 6px;
}

.home_video__title p {
  font-size: 18px;
  color: #59584C;
}

.home_video__card {
  margin: 20px auto 0;
  border-radius: 10px;
}

.home_video__media {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.home_video__media video {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.home_video__caption {
  margin-top: 12px;
  font-size: 16px;
  color: #3d3d3d;
}

.denis_advantages {
  margin-top: 40px;
}

.denis_advantages__intro {
  text-align: center;
  margin-bottom: 18px;
  animation: denisFadeUp 0.8s ease both;
}

.denis_advantages__intro h2 {
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  margin-bottom: 6px;
}

.denis_advantages__intro p {
  font-size: 18px;
  color: #59584C;
}

.denis_advantages__slider {
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding: 8px 0 18px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.denis_advantages__slider::-webkit-scrollbar {
  display: none;
}

.denis_advantages__slide {
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  border-radius: 10px;
  padding: 28px 60px;
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid #edf0f6;
  scroll-snap-align: start;
  animation: denisFadeUp 0.9s ease both;
  transition: transform 0.35s ease;
  position: relative;
}

.denis_advantages__slide:hover {
  transform: translateY(-6px);
}

.denis_advantages__icon {
  width: 84px;
  height: 84px;
  border-radius: 10px;
  background: #35476e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.denis_advantages__icon i {
  font-size: 32px;
  color: #fff;
}

.denis_advantages__text strong {
  display: block;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 6px;
  color: #1f1f1f;
}

.denis_advantages__text span {
  display: block;
  font-size: 16px;
  color: #5a5a5a;
  max-width: 720px;
}

.denis_advantages__note {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  border: 1px solid #edf0f6;
  border-radius: 10px;
  padding: 16px 20px;
  animation: denisFadeUp 0.9s ease both;
  animation-delay: 0.2s;
}

.denis_advantages__note p {
  font-size: 16px;
  color: #59584C;
}

.denis_advantages__dots {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.denis_advantages__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c9ceda;
  display: inline-block;
  transition: background 0.2s ease, transform 0.2s ease;
}

.denis_advantages__dot:hover {
  background: #2c3a5a;
  transform: scale(1.15);
}

@media (min-width: 1221px) {
  .denis_advantages__slider {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    overflow: visible;
    padding: 8px 0 0;
  }
  .denis_advantages__slide {
    flex: initial;
    min-width: 0;
    max-width: none;
  }
  .denis_advantages__dots {
    display: none;
  }
}
.denis_advantages__slide:nth-child(1) {
  animation-delay: 0.1s;
}

.denis_advantages__slide:nth-child(2) {
  animation-delay: 0.25s;
}

.denis_advantages__slide:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes denisFadeUp {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home_info {
  margin-top: 100px;
  display: block;
  width: 100%;
}

.home_info__items {
  margin-top: 40px;
  display: block;
}

.home_info__item {
  min-width: 0;
  width: 100%;
}

.home_info__hero-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
}

.home_info__hero-left {
  min-width: 0;
}

.home_info__hero-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: min(560px, 100%);
  margin-left: auto;
}

.home_info__hero-right .home_info__tabs {
  width: 100%;
  margin-left: 0;
}

.home_info__sticky-inner {
  position: sticky;
  top: 110px;
  left: auto;
  bottom: auto;
  width: 100%;
  max-width: 700px;
}

.home_info__sticky-inner .home_slider__title h2 {
  font-size: 38px;
  line-height: 60px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 18px;
}

.home_info__sticky-inner .home_slider__desc p {
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
}

.home_info__item ul li {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
}

.home_info__item ul li p {
  font-size: 22px;
  line-height: 28px;
}

.home_info__btns {
  display: flex;
  gap: 10px;
  margin-top: 65px;
}

.home_info__btns span {
  cursor: pointer;
}

.btn {
  background: linear-gradient(180deg, #3b4f7b 0%, #2c3a5a 100%);
  color: #fff;
  border: 1px solid #2c3a5a;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 292px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.btn svg path {
  fill: #fff;
  transition: fill 0.3s ease;
}

.btn:hover {
  background: linear-gradient(180deg, #41598c 0%, #35476e 100%);
  color: #fff;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn:hover svg path {
  fill: #fff;
  transition: fill 0.3s ease;
}

.btn_outline {
  background: #fff;
  color: #2c3a5a;
  font-weight: 400;
  border-color: #2c3a5a;
}

.btn_outline:hover {
  background: linear-gradient(180deg, #3b4f7b 0%, #2c3a5a 100%);
  color: #fff;
  transition: background 0.3s ease, color 0.3s ease;
}

.home_info__tabs {
  width: 100%;
}

.home_info__tabs ul {
  display: flex;
  gap: 6px;
  width: 100%;
  justify-content: flex-end;
}

.home_info__tabs ul li {
  opacity: 1;
  padding: 0;
  flex: 1 1 0;
}

.home_info__tabs ul li div {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  background: transparent;
  color: #3c4048;
  font-weight: 400;
  transition: background 0.2s ease, color 0.2s ease;
  cursor: pointer;
  font-size: 22px;
}

.home_info__tabs ul li.active div {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e6e9f1;
  color: #2c3a5a;
}

/* Скрытие блоков по умолчанию */
.home_info__catalog_items {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 100%;
}

.home_info__catalog_item {
  width: 100%;
}

/* Анимация плавного появления */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px); /* Легкий сдвиг вверх */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Когда блок активен и показывается как flex */
.home_info__catalog_items.active {
  display: block;
  animation: fadeIn 0.5s ease forwards;
  overflow: hidden;
}

.home_info__catalog {
  margin-top: 18px;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.home_info__carousel {
  --home-info-per-view: 5;
  padding-bottom: 22px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.home_info__item--catalog .home_info__carousel {
  --home-info-per-view: 4;
}

.home_info__carousel-track {
  display: flex;
  transition: transform 0.35s ease;
  will-change: transform;
}

.home_info__item--catalog .home_info__carousel-track {
  gap: 20px;
}

.home_info__carousel-slide {
  flex: 0 0 calc(100% / var(--home-info-per-view));
  max-width: calc(100% / var(--home-info-per-view));
  box-sizing: border-box;
}

.home_info__item--catalog .home_info__carousel-slide {
  flex: 0 0 calc((100% - 60px) / 4);
  max-width: calc((100% - 60px) / 4);
}

.home_info__card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #edf0f6;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home_info__card-media {
  height: 180px;
  overflow: hidden;
}

.home_info__item--catalog .home_info__card-media {
  height: 230px;
}

.home_info__card-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.home_info__card-body {
  padding: 12px 14px 14px;
  min-height: 64px;
}

.catalog_title {
  color: #30343c;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 6px;
}

.catalog_price {
  color: #2c3a5a;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

.home_info__carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.home_info__carousel-nav {
  position: absolute;
  top: 40%;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.home_info__carousel-btn {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid #e0e4ec;
  color: #2c3a5a;
  font-size: 24px;
  line-height: 32px;
  cursor: pointer;
  pointer-events: auto;
}

.home_info__carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #c9ceda;
  padding: 0;
  cursor: pointer;
}

.home_info__carousel-dot:focus {
  outline: none;
}

.home_info__carousel-dot.is-active {
  background: #2c3a5a;
}

.home_info__carousel[data-has-nav="0"] .home_info__carousel-nav,
.home_info__carousel[data-has-nav="0"] .home_info__carousel-dots {
  display: none;
}

.home_info__catalog .btn {
  width: 251px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.home_info__catalog .btn svg path {
  fill: #000;
}

.popular {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.popular_in {
  margin-top: 50px;
  margin-bottom: 50px;
}

.popular_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 60px;
  margin-top: 40px;
}

.popular_item {
  position: relative;
  cursor: pointer;
}

.popular_pins {
  position: absolute;
  top: 10px;
}

.popular_pins .popular_pin {
  width: 100%;
  text-align: center;
  padding: 2px 6px 2px 6px;
  border-radius: 0px 8px 8px 0px;
}

.popular_pins .popular_pin:nth-child(1) {
  background: #202424;
  color: #fff;
  margin-bottom: 5px;
}

.popular_pins .popular_pin:nth-child(2) {
  background: #64716F;
  color: #fff;
  display: table-caption;
}

.popular_item .popular_img img {
  border-radius: 10px;
  width: 100%;
}

.popular_info {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  height: 98%;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  display: none;
}

.popular_item:hover .popular_info {
  opacity: 1;
  transform: translateY(0);
  display: block;
}

.popular_info .popular_name {
  width: 100%;
  margin-top: 60px;
}

.popular_info .popular_name h2 {
  font-size: 38px;
  line-height: 45px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.popular_info .popular_price {
  width: 100%;
  margin-top: 10px;
}

.popular_info .popular_price h2 {
  text-align: center;
  color: #fff;
  line-height: 45px;
  font-size: 38px;
  font-weight: 400;
}

.popular_info .popular_price h2 span {
  font-size: 22px;
}

.popular_props {
  display: flex;
  margin-top: 40px;
  color: #fff;
  justify-content: center;
  gap: 43px;
}

.popular_props .popular_prop .popular_prop__name {
  font-size: 18px;
}

.popular_props .popular_prop .popular_prop__desc {
  font-size: 18px;
  font-weight: 400;
}

.show_more {
  display: block;
  text-align: center;
  margin-top: 40px;
}

.show_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
}

.reality {
  width: 100%;
  display: block;
  margin-top: 100px;
}

.reality .title h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 10px;
}

.reality .title p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 16/9; /* Поддержка соотношения сторон для изображений */
}

.image-before,
.image-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-before img,
.image-after img {
  width: 100%;
  height: auto;
}

.image-after {
  clip-path: inset(0 50% 0 0); /* Начальное положение изображения "после" */
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 8px;
  height: 100%;
  background-color: #fff;
  cursor: ew-resize;
  z-index: 2;
}

.slider-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.arrow {
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.left-arrow {
  padding-right: 5px;
}

.label-left,
.label-right {
  position: absolute;
  top: 25px;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  z-index: 1;
  transition: opacity 0.3s ease;
  background: rgba(0, 0, 0, 0.4);
  display: inline-table;
  padding: 10px 20px;
}

.label-left {
  left: calc(50% - 150px); /* Примерное начальное положение */
}

.label-right {
  right: calc(50% - 150px); /* Примерное начальное положение */
}

.director {
  width: 100%;
  display: block;
  margin-top: 100px;
}

.director_items {
  display: flex;
  gap: 50px;
}

.director_item .director_img img {
  width: 650px;
  height: 650px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.director_item .director_info .director_name h2 {
  font-size: 42px;
  line-height: 52.5px;
  font-weight: 400;
  margin-bottom: 30px;
}

.director_item .director_info .director_desc p {
  margin-bottom: 30px;
  text-align: justify;
  text-indent: 1.2em;
}

.director_stats .director_stats__name h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 37.5px;
  margin-bottom: 30px;
}

.director_stats__item {
  display: flex;
  gap: 30px;
}

.director_stats__prop p:nth-child(1) {
  color: #3b4f7b;
}

.director_stats__prop p{
  font-size: 24px;
  font-weight: 400;
}

.director_stats__prop p span {
  font-weight: 400;
  font-size: 38px;
  line-height: 45px;
}

.director_btn {
  margin-top: 60px;
}

.director_btn .btn {
  width: 150px;
}

.reviews {
  margin-top: 100px;
}

.reviews_row {
  display: flex;
  gap: 90px;
  margin-top: 20px;
}

.reviews_gallery {
  width: 50%;
}

.reviews_gallery img {
  width: 100%;
  border-radius: 10px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews_row .reviews_gallery__big {
  width: 100%;
  margin-bottom: 25px;
}

.reviews_gallery__big img {
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews_row .reviews_gallery__small {
  display: flex;
  gap: 10px;
}

.reviews_info {
  width: 50%;
}

.reviews_info .reviews_name h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 30px;
}

.reviews_info .reviews_price {
  display: flex;
  font-size: 18px;
  gap: 10px;
  align-items: center;
  color: #59584C;
  margin-bottom: 30px;
}

.reviews_info .reviews_price p:nth-child(2) {
  font-weight: 400;
}

.reviews_info .reviews_price p span {
  font-size: 38px;
  font-weight: 400;
  line-height: 45px;
}

.reviews_include {
  background: #3b4f7b;
  color: #fff;
  padding: 20px 40px 20px 40px;
  border-radius: 10px;
}

.reviews_include h3 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #fff;
}

.reviews_slider {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.reviews_slider__text p{
  text-align: justify;
}

.reviews_slider__name p {
  font-size: 18px;
}

.reviews_slider__inner {
  width: 650px;
  overflow: hidden;
  margin: 0 auto;
}

.reviews_slider__item {
  display: flex;
  margin-top: 30px;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  min-height: 170px;
  justify-content: space-between;
}

.reviews_slider .reviews_slider__img img {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 9px;
}

.reviews_slider__info {
  padding: 10px 15px 10px 15px;
}

.reviews_slider__img {
  padding-left: 15px;
}

.reviews_slider__poster img {
  height: 100%;
  display: block;
  width: 300px;
}

.reviews_slider .swiper-slide {
  width: 100%; /* Каждый слайд занимает 100% ширины контейнера */
  box-sizing: border-box;
}

.reviews_slider .swiper-button-next {
  right: 0;
}

.reviews_slider .swiper-button-prev {
  left: 0;
}

.reviews_slider .swiper-button-next, .reviews_slider .swiper-button-prev {
  top: 70%;
}

.reviews_slider .swiper-button-next::after, .reviews_slider .swiper-button-prev::after {
  color: black;
  font-weight: 400;
}

.reviews_big__slider {
  overflow: hidden;
}

.review-pagination {
  text-align: center;
  margin-top: 10px;
}

.reviews_big__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.reviews_big__controls .review-pagination {
  margin-top: 0;
}

.reviews-big-button {
  display: none;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid #d0d8e5;
  background: #fff;
  color: #2c3a5a;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  padding: 0;
}

.search_review {
  margin-top: 100px;
}

.search_review__items {
  display: flex;
  justify-content: center;
}

.work_vk {
  display: block;
  width: 100%;
  background: url(../images/work_vk.png) no-repeat;
  background-size: 100% 100%;
}

.work_vk__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.work_vk__info {
  display: flex;
  color: #fff;
  align-items: center;
  gap: 40px;
}

.work_vk__text p {
  font-size: 24px;
}

.work_vk__text a {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}

.work_vk__img {
  display: flex;
  gap: 5px;
}

.work_vk__img img {
  width: 115px;
  height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
}

.steps {
  display: block;
  width: 100%;
  margin-top: 100px;
}

.steps_btn__items {
  margin-top: 60px;
}

.steps_btn__items ul {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.steps_btn__items ul li {
  list-style: none;
  width: 100%;
}

.steps_btn__items ul li div {
  background: #fff;
  color: #202424;
  font-weight: 400;
  border: 1px solid #202424;
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
}

.steps_btn__items ul .active div {
  background: #202424;
  color: #fff;
}

.steps_btn__items ul li div:hover {
  background: #3b4f7b;
  color: #fff;
}

.steps_items .steps_item {
  margin-top: 60px;
  display: none;
  gap: 25px;
}

.steps_items .steps_item.active {
  display: flex;
}

.steps_item .steps_img {
  width: 50%;
}

.steps_item .steps_img img {
  width: 100%;
  border-radius: 10px;
  height: 550px;
  object-fit: cover;
}

.steps_item .steps_info {
  width: 50%;
}

.steps_top {
  display: flex;
  gap: 45px;
}

.steps_top .steps_top__num span {
  background: #3b4f7b;
  border-radius: 10px;
  padding: 12px 18px 12px 18px;
  color: #fff;
}

.steps_top .steps_top__time {
  display: flex;
  gap: 25px;
  align-items: center;
}

.steps_top__time-check {
  color: #32c941;
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}

.steps_name {
  margin-top: 30px;
}

.steps_name h2 {
  font-size: 38px;
  line-height: 45px;
}

.steps_include {
  margin-top: 30px;
}

.steps_include h3 {
  font-size: 24px;
  font-weight: 400;
}

.steps_include ul li {
  list-style: none;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  gap: 15px;
}

.steps_include ul li p {
  font-size: 22px;
  line-height: 27.5px;
}

.steps_include ul li p a{
  font-size: 22px;
}

.steps_include__check {
  color: #32c941;
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
}

.steps_warning {
  display: flex;
  background: #35476e;
  border-radius: 10px;
  padding: 15px 30px 15px 30px;
  gap: 25px;
  align-items: center;
  margin-top: 30px;
}

.steps_warning svg {
  width: 50px;
  height: 50px;
}

.steps_warning p {
  font-size: 16px;
  color: #fff;
}

.service {
  width: 100%;
  display: block;
}

.service .title h2 span {
  font-size: 38px;
}

.service_items {
  display: flex;
  gap: 105px;
  justify-content: center;
  margin-top: 40px;
}

.accordion {
  width: 650px;
}

.service_form {
  width: 406px;
}

.service_form__inner {
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

.accordion-section {
  margin-bottom: 10px;
}

.accordion-header {
  padding: 24px 30px 24px 30px;
  cursor: pointer;
  position: relative;
  border: 1px solid #edf0f6;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-header.active svg {
  transform: rotate(180deg); /* Поворот стрелки вверх */
}

.accordion-content {
  display: none;
  padding: 10px;
  border-top: 1px solid #ddd;
}

.accordion-content ul li {
  list-style: none;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.accor_name {
  white-space: nowrap;
  font-size: 18px;
  text-decoration: underline;
}

.accor_price {
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
}

.detor {
  border-bottom: 1px dashed #000;
  width: 100%;
}

.form-container {
  width: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.form-container h2 {
  font-size: 18px;
  margin-bottom: 18px;
  text-align: center;
  font-weight: 400;
}

.form-container select,
.form-container input {
  width: 100%;
  padding: 18px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 18px;
}

.messenger-options {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
}

.messenger_item {
  cursor: pointer;
  padding: 12px;
}

.messenger-options .active {
  border-radius: 10px;
}

.form_mess__title p {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 18px;
}

.messanger_img {
  text-align: center;
}

.submit-btn {
  width: 100%;
  background-color: #3b4f7b;
  color: #fff;
  padding: 18px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
}

.submit-btn:hover {
  background-color: #35476e;
}

.consent-text {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin-top: 15px;
}

.consent-text a{
  font-size: 12px;
}

.service_form__text p {
  margin-bottom: 18px;
  text-align: center;
}

.videocall {
  background: url("../images/bg_videocall.jpg") no-repeat;
  display: block;
  margin-top: 20px;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: 100% 100%;
}

.videocall_inner {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 1140px;
  margin: 0 auto;
}

.videocall_top {
  display: flex;
  gap: 70px;
}

.videocall_top__img {
  position: relative;
}

.videocall_vid {
  position: absolute;
  top: 80px;
  right: -25px;
}

.videocall_wa {
  position: absolute;
  top: 130px;
  right: -30px;
}

.videocall_skype {
  position: absolute;
  top: 180px;
  right: -15px;
}

.videocall_top__img .videocall_top__main img {
  width: 300px;
  height: 300px;
  border-radius: 100%;
}

.videocall_top__form___title h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.videocall_top__form___title h2 strong {
  border-bottom: 2px solid #181818;
}

.videocall_top__form___desc {
  margin-top: 12px;
}

.videocall_top__form___desc p {
  font-size: 16px;
  line-height: 24px;
}

.videocall_top__form___whoom p {
  font-weight: 400;
  font-size: 16px;
  margin-top: 12px;
}

.videocall_top__form___specs {
  display: flex;
  gap: 30px;
}

.videocall_top__form___spec {
  display: flex;
  align-items: center;
  gap: 18px;
  opacity: 0.5;
  cursor: pointer;
}

.videocall_top__form___specs .active {
  opacity: 1;
}

.videocall_top__form___specs .active .spec_img img {
  border: 4px solid #357ED3;
}

.spec_img img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

.spec_text .spec_name p {
  font-weight: 400;
  font-size: 16px;
}

.spec_text .spec_post p {
  font-size: 16px;
}

.videocall_top__form___specs {
  margin-top: 12px;
}

.videocall_top__form form {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.videocall_input {
  width: 100%;
}

.videocall_input input {
  border-radius: 10px;
  border: 0.5px solid rgba(24, 24, 24, 0.4862745098);
  padding: 12px 18px 12px 18px;
  width: 100%;
}

.videocall_btn {
  width: 100%;
}

.videocall_btn button {
  padding: 12px 10px 12px 10px;
  border-radius: 10px;
  background: #3b4f7b;
  color: #fff;
  width: 100%;
  border: 1px solid #3b4f7b;
}

.videocall_policy {
  margin-top: 10px;
  color: rgba(24, 24, 24, 0.5019607843);
}

.videocall_policy a {
  color: rgba(24, 24, 24, 0.5019607843);
  text-decoration: underline;
}

.videocall_bottom {
  margin-top: 12px;
}

.videocall_bottom__items {
  display: flex;
  gap: 60px;
}

.videocall_bottom__item p {
  font-size: 16px;
}

.videocall_bottom__item p span {
  font-weight: 400;
}

.whatget {
  display: block;
  width: 100%;
  margin-top: 100px;
}

.whatget_items {
  display: flex;
  gap: 100px;
  justify-content: center;
  margin-top: 65px;
}

.whatget_img {
  text-align: center;
}

.whatget_title h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.whatget_desc p {
  text-align: center;
  font-size: 16px;
}

.phone_slider {
  margin-top: 60px;
}

.carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone {
  width: 174px;
  height: 350px;
  background-image: url("../images/slider_phone.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.phone_slider .swiper-container {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 91%;
  height: 70%;
}

.swiper-container_phone .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.phone_slider .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.phone_slider .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

.phone_slider .swiper-button-next {
  right: -40px;
}

.phone_slider .swiper-button-prev {
  left: -40px;
}

.phone_slider .swiper-button-next, .phone_slider .swiper-button-prev {
  top: 60%;
}

.phone_slider .swiper-button-next::after,
.phone_slider .swiper-button-prev::after {
  color: #000;
}

.phone_slider__text {
  margin-top: 30px;
  text-align: center;
  width: 100%;
  display: block;
}

.phone_slider__text .phone_slider__title {
  font-size: 24px;
  font-weight: 400;
}

.phone_slider__text .phone_slider__title {
  font-size: 16px;
  line-height: 24px;
}

.clients {
  display: block;
  width: 100%;
  margin-top: 100px;
}

.clients_slider {
  overflow: hidden;
}

.clients_items {
  max-width: 1313px;
  margin: 0 auto;
}

.clients_items .clients_item {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px 25px;
  margin-top: 40px;
}

.clients_item img {
  width: 100%;
}

.clients_slider .clients-button-next, .clients_slider .clients-button-prev {
  cursor: pointer;
  position: absolute;
  top: 55%;
}

.clients_slider .clients-button-next {
  right: 0;
}

.clients_slider .clients-button-prev {
  left: 0;
}

.faq {
  margin-top: 100px;
}

.faq_items {
  margin-top: 40px;
  display: flex;
}

.faq_content {
  display: none; /* Контент скрыт по умолчанию */
  padding: 10px 24px;
}

.faq_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.faq_inner {
  width: 48%; /* Задаем ширину каждого элемента, чтобы два элемента помещались в строке */
  margin-bottom: 0px; /* Отступы между элементами */
}

.faq_inner img {
  max-width: 100%;
}

.faq_header {
  display: flex;
  padding: 17px 24px 17px 24px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* Анимация для иконки при открытии */
.faq_header svg.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

svg {
  transition: transform 0.3s;
}

.smeta {
  margin-top: 100px;
  display: block;
  width: 100%;
}

.smeta_items {
  padding: 30px 150px 30px 150px;
  border-radius: 10px;
  gap: 250px;
  display: flex;
  align-items: center;
}

.smeta_info {
  max-width: 600px;
}

.smeta_info__title h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 52.5px;
  margin-bottom: 30px;
}

.smeta_info__desc h3 {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 30px;
}

.smeta_info__steps___title {
  margin-top: 30px;
}

.smeta_info__steps___title h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 37.5px;
}

.smeta_info__steps {
  margin-top: 30px;
}

.smeta_info__steps ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 24px;
}

.smeta_info__steps ul {
  margin-top: 30px;
}

.smeta_info__steps ul li p {
  font-size: 24px;
}

.file-upload {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.file-upload input[type=file] {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  font-size: 100px;
  cursor: pointer;
}

.file-upload-btn {
  background-color: #fff;
  padding: 18px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  border: 1px solid #202424;
  color: #202424;
}

.file-upload-btn svg {
  margin-right: 8px;
}

.favorite {
  display: block;
  width: 100%;
  margin-top: 18px;
  background: #3b4f7b;
}

.favorite_items {
  display: flex;
  gap: 110px;
  justify-content: center;
  padding-bottom: 18px;
}

.favorite_item {
  text-align: center;
  width: 400px;
}

.favorite_title h3 {
  font-size: 42px;
  line-height: 52.5px;
  color: #fff;
  margin-top: 30px;
}

.favorite_desc p {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-top: 30px;
}

.favorite_dop p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-top: 30px;
}

.favorite_press__text p {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-top: 30px;
}

.favorite_press__comb p {
  font-size: 38px;
  font-weight: 400;
  line-height: 45px;
  color: #fff;
  margin-top: 30px;
}

.favorite_press__btn span {
  font-size: 18px;
  line-height: 24px;
  background: #fff;
  padding: 18px 30px;
  border-radius: 10px;
  font-weight: 400;
  width: 100%;
  display: block;
  margin-top: 30px;
  cursor: pointer;
}

footer {
  background: #202424;
  color: #fff;
  padding-top: 25px;
}

.footer_items {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}

.footer_items .footer_item:nth-child(2) {
  width: 780px;
}

.footer_title h2 {
  font-size: 32px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #fff;
}

.footer_name p {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 18px;
  color: #fff;
}

.footer_desc p {
  font-size: 18px;
  margin-bottom: 18px;
  color: #fff;
}

.footer_menu {
  display: flex;
  gap: 180px;
}

.footer_menu ul {
  width: 300px;
}

.footer_menu li {
  list-style: none;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer_menu li a {
  color: #fff;
  font-size: 18px;
}

.footer_menu__info p {
  font-size: 16px;
  margin-top: 18px;
  color: #fff;
}

.footer_menu__policy {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 18px;
}

.footer_menu__policy___link {
  display: flex;
  gap: 10px;
}

.footer_menu__policy a {
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.footer_contact a {
  font-size: 18px;
  color: #fff;
  width: 100%;
  display: block;
  margin-bottom: 0px;
  text-decoration: underline;
}

.footer_contact p {
  font-size: 18px;
  color: #fff;
  margin-top: 18px;
}

.footer_form {
  margin-top: 20px;
}

.footer_form h3 {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}

.footer_form__input input {
  border-radius: 10px;
  background: rgb(161, 161, 161);
  font-size: 16px;
  color: #fff;
  padding: 18px 10px;
  width: 100%;
  border: navajowhite;
  margin-bottom: 10px;
}

.footer_form__input input::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
  opacity: 1;
}

.footer_form__input input::placeholder {
  /* modern browser */
  color: #fff;
}

.footer_form__btn button {
  width: 100%;
  padding: 18px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  background: #3b4f7b;
  border: 1px;
}

.footer_form__text p {
  margin-top: 18px;
  color: #fff;
}

.modal {
  display: none; /* Скрываем модальное окно по умолчанию */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный фон */
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 10px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 400;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.card-body form {
  width: 500px;
  margin: 10px auto;
}

.card-body form input {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid;
}

.card-body form button {
  width: 100%;
  margin-top: 10px;
  background: #202424;
  color: #fff;
  padding: 12px;
  font-weight: 400;
}

.card-header {
  text-align: center;
  font-size: 24px;
  margin-top: 40px;
}

/* Loader Styles */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
}

.progress-bar {
  width: 200px;
  height: 10px;
  background-color: #ccc;
  border-radius: 10px;
  margin-top: 20px;
}

.progress {
  width: 0;
  height: 100%;
  background-color: #202424;
  border-radius: 10px;
}

/* Page content styles for demonstration */
#content {
  padding: 20px;
}

.formMessage p {
  color: green;
  text-align: center;
  font-size: 18px;
  width: 100%;
}

.form-popup {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2000;
  min-width: 280px;
  max-width: 360px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px 16px;
  display: none;
}

.form-popup.is-visible {
  display: block;
}

.form-popup__title {
  font-weight: 400;
  margin-bottom: 6px;
}

.form-popup__message {
  font-size: 14px;
  color: #3d3d3d;
}

.form-popup__close {
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
  color: #7a7a7a;
}

.form-popup--success .form-popup__title {
  color: #1f7a1f;
}

.form-popup--error .form-popup__title {
  color: #b00020;
}

.excursions {
  padding: 90px 0;
}

.excursions__lead {
  margin-top: 18px;
  text-align: center;
}

.excursions__lead p {
  color: #3d3d3d;
  line-height: 1.5;
}

.excursions__lead a {
  font-weight: 700;
}

.excursions__grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.excursions__card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7e9ee;
}

.excursions__card-image {
  background: #eef1f7;
  aspect-ratio: 16/10;
}

.excursions__card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.excursions__card-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}

.excursions__card-body h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.excursions__card-body p {
  margin: 0;
  font-size: 15px;
  color: #4b5563;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.excursions__card-btn {
  margin-top: auto;
  border: none;
  border-radius: 10px;
  background: #3b4f7b;
  color: #fff;
  font-weight: 600;
  padding: 12px 16px;
  cursor: pointer;
}

.excursions__card-btn:hover {
  opacity: 0.95;
}

.excursions__empty {
  grid-column: 1/-1;
  background: #fff;
  border: 1px dashed #d1d5db;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
}

.excursion-modal {
  z-index: 2100;
}

.excursion-modal-content {
  width: min(980px, calc(100% - 32px));
  margin: 4% auto;
  padding: 24px;
  border-radius: 16px;
  border: none;
  position: relative;
}

.excursion-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: none;
  font-size: 28px;
  line-height: 1;
  color: #7a7a7a;
  cursor: pointer;
}

.excursion-modal__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.excursion-modal__left {
  background: #f7f8fa;
  border-radius: 12px;
  padding: 14px;
}

.excursion-modal__image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  margin-bottom: 12px;
}

.excursion-modal__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.excursion-modal__description {
  color: #4b5563;
  line-height: 1.5;
}

.excursion-modal__right h3 {
  font-size: 28px;
  margin-bottom: 8px;
}

.excursion-modal__right p {
  color: #4b5563;
  margin-bottom: 14px;
}

.excursion-modal__field {
  margin-bottom: 10px;
}

.excursion-modal__field input {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 16px;
}

.excursion-modal__actions button {
  width: 100%;
  border: none;
  border-radius: 10px;
  background: #202424;
  color: #fff;
  font-weight: 600;
  padding: 12px 14px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .excursions__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .excursions {
    padding: 60px 0;
  }
  .excursions__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .excursions__card-body h3 {
    font-size: 20px;
  }
  .excursion-modal-content {
    padding: 18px;
  }
  .excursion-modal__layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .excursion-modal__image {
    height: 220px;
  }
  .excursion-modal__right h3 {
    font-size: 24px;
  }
}

@media (max-width: 1600px) {
  h1 {
    font-size: 38px;
  }
  .container {
    width: 1360px;
  }
  .nav ul li a {
    font-size: 16px;
  }
  .nav ul {
    gap: 20px;
  }
  .home_info__item ul li p {
    font-size: 18px;
  }
  .home_info__catalog_item img {
    width: 100%;
  }
  .title h2 {
    font-size: 38px;
  }
  .director_item .director_info .director_name h2 {
    font-size: 38px;
  }
  .director_stats .director_stats__name h3 {
    font-size: 24px;
  }
  .director_stats__prop p span {
    font-size: 28px;
  }
  .director_stats__prop p {
    font-size: 18px;
  }
  .reviews_info .reviews_name h2 {
    font-size: 18px;
  }
  .reviews_slider__inner {
    width: 550px;
  }
  .reviews_slider__poster img {
    width: 200px;
  }
  .steps_name h2 {
    font-size: 18px;
    line-height: 35px;
  }
  .steps_include ul li p {
    font-size: 16px;
  }
  .steps_include h3 {
    font-size: 22px;
  }
  .popular_info .popular_name h2 {
    font-size: 28px;
  }
  .popular_info .popular_price h2 {
    font-size: 28px;
  }
  .popular_props {
    margin-top: 10px;
    gap: 24px;
  }
  .popular_props .popular_prop .popular_prop__name {
    font-size: 16px;
  }
  .popular_props .popular_prop .popular_prop__desc {
    font-size: 16px;
  }
  .footer_title h2 {
    font-size: 28px;
  }
  .footer_name p {
    font-size: 16px;
  }
  .footer_desc p {
    font-size: 16px;
  }
  .footer_menu li a {
    font-size: 16px;
  }
  .footer_menu__info p {
    font-size: 12px;
  }
  .footer_items .footer_item:nth-child(2) {
    width: 600px;
  }
  .footer_contact a {
    font-size: 16px;
  }
  .footer_contact p {
    font-size: 16px;
  }
  .footer_form h3 {
    font-size: 22px;
  }
  .footer_menu__policy a {
    font-size: 12px;
  }
  .clients_items {
    max-width: 1140px;
  }
}
@media (max-width: 1400px) {
  h1 {
    font-size: 32px;
  }
  .container {
    width: 1200px;
  }
  .nav ul li a {
    font-size: 12px;
  }
  .nav ul {
    gap: 14px;
  }
  .nav_head {
    gap: 16px;
    min-height: 88px;
  }
  .top_head__btn a {
    padding: 12px 18px;
    font-size: 14px;
  }
  .home_info__item ul li p {
    font-size: 18px;
    line-height: 20px;
  }
  .home_info__catalog_item img {
    width: 100%;
  }
  .title h2 {
    font-size: 32px;
  }
  .director_item .director_info .director_name h2 {
    font-size: 32px;
  }
  .director_stats .director_stats__name h3 {
    font-size: 22px;
  }
  .director_stats__prop p span {
    font-size: 24px;
  }
  .director_stats__prop p {
    font-size: 16px;
  }
  .reviews_info .reviews_name h2 {
    font-size: 16px;
  }
  .reviews_slider__inner {
    width: 500px;
  }
  .reviews_slider__poster img {
    width: 180px;
  }
  .steps_name h2 {
    font-size: 16px;
    line-height: 30px;
  }
  .steps_include ul li p {
    font-size: 16px;
  }
  .steps_include h3 {
    font-size: 18px;
  }
  .popular_info .popular_name h2 {
    font-size: 24px;
    line-height: 33px;
  }
  .popular_info .popular_price h2 {
    font-size: 24px;
    line-height: 33px;
  }
  .popular_props {
    margin-top: 0px;
    gap: 24px;
  }
  .popular_props .popular_prop .popular_prop__name {
    font-size: 16px;
  }
  .popular_props .popular_prop .popular_prop__desc {
    font-size: 16px;
  }
  .faq_inner {
    width: 100%;
  }
  .footer_title h2 {
    font-size: 24px;
  }
  .footer_name p {
    font-size: 16px;
  }
  .footer_desc p {
    font-size: 12px;
  }
  .footer_menu li a {
    font-size: 12px;
  }
  .footer_menu__info p {
    font-size: 10px;
  }
  .footer_items .footer_item:nth-child(2) {
    width: 550px;
  }
  .footer_contact a {
    font-size: 12px;
  }
  .footer_contact p {
    font-size: 12px;
  }
  .footer_form h3 {
    font-size: 18px;
  }
  .footer_menu__policy a {
    font-size: 10px;
  }
  .clients_items {
    max-width: 990px;
  }
}
@media (max-width: 1220px) {
  body {
    font-size: 16px;
  }
  p,
  a {
    font-size: 16px!important;
  }

  h2{
    font-size: 28px!important;
  }

  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header_pc {
    display: none;
  }
  .header_mobile {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1200;
    background: #fff;
  }
  .header_mobile .container {
    position: relative;
  }
  .top_mob {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .logo {
    gap: 10px;
  }
  .logo img {
    width: 40px;
  }
  .logo span {
    font-size: 48px;
  }
  .logo_text span {
    font-size: 16px;
    font-weight: 400;
    line-height: 10px;
  }
  .top_mob__info {
    width: auto;
    text-align: center;
  }
  .top_mob__info___inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top_mob__info a {
    font-size: 20px!important;
    font-weight: 400;
    text-align: center;
    width: 100%;
    display: block;
    color: #35476e;
  }
  .top_mob__info span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
  }
  .top_mob__info span:hover {
    text-decoration: none;
  }
  .rate-badge {
    display: block;
    position: absolute;
    top: -3px;
    left: 15px;
    width: 52px;
    height: 64px;
    z-index: 5;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .menu_mob__btn {
    display: flex;
    justify-self: end;
    justify-content: flex-end;
  }
  .menu_mob__btn button {
    display: flex;
    align-items: center;
    gap: 5px;
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 400;
  }
  .side-menu {
    position: fixed;
    top: 0;
    height: 100%;
    width: 250px;
    background-color: #f8f8f8;
    z-index: 1250;
    padding: 20px;
    display: none;
  }
  #menu {
    left: -250px; /* Начальная позиция для анимации слева */
  }
  #projects {
    right: -250px; /* Начальная позиция для анимации справа */
  }
  .side-menu ul li {
    list-style: none;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .side-menu_search input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #cac4c4;
    margin-bottom: 20px;
  }
  .thumbnail-slider {
    display: none;
  }
  .home_slider .swiper-slide > img {
    height: 458px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home_slider__text___inner {
    position: relative;
    left: auto;
    bottom: auto;
    background: transparent;
    padding: 10px;
    margin: 0;
    border-radius: 10px;
    width: 100%;
    text-align: center;
  }
  .home_slider__floating {
    left: 50%;
    right: auto;
    bottom: -180px;
    width: calc(100% - 24px);
    transform: translateX(-50%);
  }
  .home_slider__text {
    position: absolute;
    inset: 0;
    padding: 12px 12px 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    top: 0;
  }
  .home_slider__text .home_slider__title h2,
  .home_slider__floating .home_slider__title h2 {
    font-size: 22px!important;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .home_slider__text .home_slider__desc p,
  .home_slider__floating .home_slider__desc p {
    font-size: 17px;
    line-height: 24px;
  }
  .home_slider__extrainfo {
    position: relative;
    transform: none;
    margin: 0px auto 0;
    max-width: 100%;
    width: 100%;
    z-index: 2;
  }
  .extrainfo-card {
    padding: 12px;
    border-radius: 10px;
  }
  .extrainfo-card__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .extrainfo-card__body {
    border-radius: 10px;
    padding: 12px;
  }
  .extrainfo-card__avatar {
    width: 44px;
    height: 44px;
  }
  .extrainfo-card__person-text strong {
    font-size: 16px;
    line-height: 18px;
  }
  .extrainfo-card__person-text span {
    font-size: 14px;
  }
  .extrainfo-chip {
    font-size: 16px;
    padding: 5px 12px;
  }
  .extrainfo-chip strong {
    font-size: 15px;
  }
  .extrainfo-card__btn {
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 10px;
  }
  .home_slider .swiper-pagination {
    bottom: 90px !important;
  }
  .home_info .title h1 {
    display: none;
  }
  .home_info__items {
    display: block;
    margin-top: 170px;
  }
  .home_info__item {
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    width: 100%;
  }
  .home_info__item ul li p {
    font-size: 16px;
  }
  .home_info__btns {
    display: block;
    margin-top: 35px;
  }
  .home_info__btns .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .home_info__item ul li {
    font-size: 13px;
  }
  .home_info__tabs ul li div {
    gap: 6px;
    padding: 8px 10px;
  }
  .home_info__tabs ul li {
    padding: 0;
    flex: 0 0 auto;
  }
  .home_info__tabs ul {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .home_info__hero-row {
    display: block;
  }
  .home_info__hero-left {
    margin-bottom: 12px;
  }
  .home_info__hero-right {
    display: block;
  }
  .home_info__hero-right .home_info__tabs {
    width: 100%;
    margin-left: 0;
  }
  .home_info__sticky-inner {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    max-width: 100%;
  }
  .home_info__sticky-inner .home_slider__title h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .home_info__sticky-inner .home_slider__desc p {
    font-size: 17px;
    line-height: 24px;
  }
  .home_info__carousel {
    --home-info-per-view: 1;
    padding-bottom: 22px;
  }
  .home_info__item--catalog .home_info__carousel {
    --home-info-per-view: 1;
  }
  .home_info__item--catalog .home_info__carousel-track {
    gap: 0;
  }
  .home_info__item--catalog .home_info__carousel-slide {
    flex: 0 0 calc(100% / 1);
    max-width: calc(100% / 1);
  }
  .home_info__card-media {
    height: 170px;
  }
  .home_info__carousel-nav {
    display: none;
  }
  .title h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .home_video__title h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .home_video__title p {
    font-size: 16px;
  }
  .home_video__card {
    padding: 12px;
    border-radius: 10px;
  }
  .home_video__media video {
    height: 220px;
  }
  .home_video__caption {
    font-size: 16px;
  }
  .denis_advantages__intro h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .denis_advantages__intro p {
    font-size: 16px;
  }
  .denis_advantages__slider {
    padding: 6px 0 16px;
  }
  .denis_advantages__slide {
    min-width: 100%;
    padding: 18px 16px;
    border-radius: 10px;
    gap: 14px;
  }
  .denis_advantages__icon {
    width: 74px;
    height: 74px;
    border-radius: 10px;
  }
  .denis_advantages__text strong {
    font-size: 18px;
    line-height: 24px;
  }
  .denis_advantages__text span {
    font-size: 16px;
  }
  .denis_advantages__note {
    grid-template-columns: 1fr;
    padding: 14px 16px;
  }
  .denis_advantages__note p {
    font-size: 16px;
  }
  .popular {
    margin-top: 20px;
  }
  .popular_items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px 30px;
    margin-top: 30px;
  }
  .popular_item {
    margin-bottom: 30px;
  }
  .popular_info {
    background: #fff;
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    border-radius: 10px;
    opacity: 1;
    transform: none;
    transition: none;
    cursor: pointer;
    margin-top: -10px;
    padding: 30px 15px;
  }
  .popular_info .popular_name {
    margin-top: 0px;
  }
  .popular_info .popular_name h2 {
    font-size: 24px;
    color: #000;
  }
  .popular_info .popular_price h2 {
    color: #000;
    font-weight: 400;
  }
  .popular_props {
    margin-top: 20px;
    color: #000;
    justify-content: space-between;
    gap: 0px;
  }
  .popular_item .popular_img img {
    height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .popular_props .popular_prop .popular_prop__name {
    font-size: 16px;
  }
  .popular_props .popular_prop .popular_prop__desc {
    font-size: 16px;
  }
  .show_more {
    margin-top: 0px;
  }
  .reality {
    margin-top: 20px;
  }
  .reality .title h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 5px;
  }
  .reality .title p {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 30px;
  }
  .label-left, .label-right {
    display: none;
  }
  .director {
    margin-top: 40px;
  }
  .director_items {
    display: block;
  }
  .director_item .director_img img {
    width: 250px;
    height: 250px;
  }
  .director_item .director_info .director_name h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .director_desc p {
    font-size: 16px;
    line-height: 21px;
  }
  .director_img {
    text-align: center;
  }
  .director_info {
    padding-left: 30px;
    padding-right: 30px;
  }
  .director_stats__name {
    display: none;
  }
  .director_stats__item {
    display: block;
  }
  .director_stats__prop {
    text-align: center;
  }
  .director_item .director_info .director_desc p {
    margin-bottom: 10px;
  }
  .director_stats__prop p {
    line-height: 20px;
  }
  .director_btn {
    margin-top: 30px;
  }
  .director_btn .btn {
    margin: 0 auto;
  }
  .reviews {
    margin-top: 40px;
  }
  .reviews_row {
    display: block;
  }
  .reviews_gallery {
    width: 100%;
  }
  .reviews_info {
    width: 100%;
  }
  .reviews_row .reviews_gallery__big {
    display: none;
  }
  .reviews_gallery__big img {
    height: 185px;
  }
  .reviews_row .reviews_gallery__small {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .reviews_row .reviews_gallery__small::-webkit-scrollbar {
    display: none;
  }
  .reviews_row .reviews_gallery__small .small-image {
    display: block;
    flex: 0 0 100%;
    scroll-snap-align: start;
  }
  .reviews_row .reviews_gallery__small .small-image img {
    width: 100%;
    height: 220px;
    border-radius: 10px;
    object-fit: cover;
  }
  .reviews_info .reviews_price {
    justify-content: space-between;
  }
  .reviews_info .reviews_name h2 {
    margin-bottom: 10px;
  }
  .reviews_info .reviews_price p span {
    font-size: 16px;
  }
  .reviews_info .reviews_price {
    margin-bottom: 10px;
  }
  .reviews_include {
    display: block;
    padding: 14px;
    border-radius: 10px;
  }
  .reviews_include h3 {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.35;
  }
  .reviews_include span {
    display: block;
    font-size: 14px;
    line-height: 1.45;
  }
  .reviews_slider {
    display: block;
    margin-top: 12px;
    overflow: hidden;
  }
  .reviews_slider__inner {
    width: 100%;
  }
  .reviews_slider__item {
    margin-top: 12px;
    min-height: 0;
    padding: 12px;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .reviews_slider__img {
    padding-left: 0;
  }
  .reviews_slider .reviews_slider__img img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .reviews_slider__info {
    padding: 0;
  }
  .reviews_slider__text p {
    font-size: 14px;
    line-height: 1.45;
  }
  .reviews_slider__poster {
    width: 100%;
  }
  .reviews_slider__poster img {
    width: 100%;
    max-height: 180px;
    border-radius: 8px;
    object-fit: cover;
  }
  .reviews_slider .swiper-button-next,
  .reviews_slider .swiper-button-prev {
    display: none !important;
  }
  .reviews_big__controls {
    margin-top: 12px;
    gap: 8px;
  }
  .reviews-big-button {
    display: inline-flex;
    width: 34px;
    height: 34px;
    font-size: 22px;
  }
  .reviews_big__controls .review-pagination {
    width: auto;
  }
  .search_review {
    margin-top: 40px;
  }
  .work_vk__items {
    display: block;
  }
  .work_vk__text p {
    font-size: 18px;
  }
  .work_vk__img img {
    width: 66px;
    height: 67px;
  }
  .work_vk__text a {
    font-size: 24px;
  }
  .work_vk__logo img {
    width: 80px;
    height: 80px;
  }
  .work_vk__info {
    gap: 10px;
  }
  .work_vk__info {
    justify-content: center;
  }
  .work_vk__img {
    justify-content: center;
  }
  .steps {
    margin-top: 40px;
  }
  .steps_btn__items ul {
    gap: 5px;
  }
  .steps_btn__items ul li div {
    font-size: 16px;
  }
  .steps_btn__items {
    margin-top: 20px;
  }
  .steps_items .steps_item {
    margin-top: 40px;
  }
  .steps_item .steps_img {
    display: none;
  }
  .steps_item .steps_info {
    width: 100%;
  }
  .steps_warning p {
    font-size: 16px;
  }
  .service {
    margin-top: 20px;
  }
  .service .title h2 span {
    font-size: 18px;
  }
  .service_items {
    display: block;
  }
  .accordion {
    width: 100%;
  }
  .accordion-section {
    margin-bottom: 10px;
  }
  .accordion-header {
    padding: 14px 30px 14px 30px;
    font-size: 18px;
  }
  .service_items {
    margin-top: 20px;
  }
  .service_form {
    width: 100%;
    margin-top: 20px;
  }
  .messanger_title {
    font-size: 12px;
  }
  .form-container select, .form-container input {
    padding: 12px;
  }
  .videocall_top {
    display: block;
  }
  .videocall_top__main {
    display: none;
  }
  .videocall_top__icons img {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
  .videocall_top__form___specs {
    display: block;
  }
  .videocall_top__form form {
    display: block;
  }
  .videocall_bottom__items {
    display: block;
  }
  .videocall_inner {
    width: 100%;
    margin-bottom: 30px;
  }
  .videocall_top__icons {
    text-align: center;
  }
  .videocall_top__form___title h2 {
    font-size: 16px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  .videocall_input input {
    margin-bottom: 10px;
  }
  .videocall_bottom__item p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .videocall_bottom__item p strong {
    font-weight: 400;
    width: 100%;
    display: block;
  }
  .videocall_policy {
    text-align: center;
  }
  .whatget {
    margin-top: 40px;
  }
  .whatget_items {
    display: block;
    margin-top: 20px;
  }
  .whatget_items .whatget_item {
    margin-bottom: 40px;
  }
  .clients {
    margin-top: 40px;
  }
  .clients_items .clients_item {
    display: block;
    margin-top: 20px;
  }
  .clients_items {
    width: 100%;
  }
  .clients_slider .clients-button-next, .clients_slider .clients-button-prev {
    display: none;
  }
  .faq {
    margin-top: 40px;
  }
  .faq_items {
    margin-top: 20px;
    display: block;
  }
  .faq_item {
    width: 100%;
  }
  .smeta {
    margin-top: 40px;
  }
  .smeta_items {
    display: block;
    background: none;
    padding: 0;
  }
  .smeta_info__title h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
  }
  .smeta_info__desc h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: center;
  }
  .smeta_info__steps {
    margin-top: 10px;
  }
  .smeta_info__steps___title h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .smeta_info__steps ul {
    margin-top: 10px;
  }
  .smeta_info__steps___title {
    margin-top: 10px;
  }
  .smeta_info__steps ul li {
    gap: 14px;
  }
  .smeta_info__steps ul li p {
    font-size: 16px;
  }
  .favorite {
    display: none;
  }
  .footer_items {
    display: block;
  }
  .footer_menu {
    display: block;
  }
  .footer_title h2 {
    margin-bottom: 10px;
  }
  .footer_menu__policy {
    display: block;
  }
  .footer_menu__policy___link {
    margin-bottom: 10px;
  }
  .footer_items .footer_item:nth-child(2) {
    width: 100%;
    display: none;
  }
  .phone_slider .swiper-container {
    overflow: hidden;
  }
  .home_slider .swiper-container {
    overflow: hidden;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  .home_slider .container {
    padding: 0;
  }
}
.landing_hero {
  position: relative;
  min-height: 520px;
  color: #fff;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.landing_hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 22, 30, 0.82) 0%, rgba(18, 22, 30, 0.35) 55%, rgba(18, 22, 30, 0.1) 100%);
  z-index: 1;
}

.landing_hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.landing_hero__image,
.landing_hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.landing_hero__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 120px 0;
}

.landing_hero__content h1 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 18px;
}

.landing_hero__content p {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 28px;
  opacity: 0.92;
}

.landing_home_info .home_info__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.landing_home_info .home_info__card {
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.landing_home_info .home_info__card-image {
  height: 220px;
  overflow: hidden;
}

.landing_home_info .home_info__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.landing_home_info .home_info__card-body {
  padding: 18px 20px 22px;
}

.landing_home_info .home_info__card-body h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.landing_home_info .home_info__card-body p {
  font-size: 15px;
  line-height: 1.5;
  color: #5c6573;
}

.landing_template .home_video,
.landing_template .denis_advantages,
.landing_template .faq,
.landing_template .smeta,
.landing_template .reviews,
.landing_template .search_review,
.landing_template .service,
.landing_template .videocall,
.landing_template .whatget,
.landing_template .phone_slider,
.landing_template .clients {
  padding-top: 60px;
  padding-bottom: 60px;
}

.landing_template .home_video__card,
.landing_template .denis_advantages__slide,
.landing_template .faq_inner,
.landing_template .smete_item,
.landing_template .service_item,
.landing_template .whatget_item {
  border-radius: 10px;
  overflow: hidden;
}

.landing_template .service_items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.landing_home_info .home_info__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.landing_home_info .home_info__card {
  background: #fff;
  border: 1px solid #e6e8ec;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.landing_home_info .home_info__card-image {
  height: 220px;
  overflow: hidden;
}

.landing_home_info .home_info__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.landing_home_info .home_info__card-body {
  padding: 18px 20px 22px;
}

.landing_home_info .home_info__card-body h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.landing_home_info .home_info__card-body p {
  font-size: 15px;
  line-height: 1.5;
  color: #5c6573;
}

.landing_template .service_item {
  border: 1px solid #e6e8ec;
  background: #fff;
}

.landing_placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #8f96a3;
  background: linear-gradient(135deg, #f4f6f9, #e6eaf0);
  border: 1px dashed #c9d2de;
  width: 100%;
  height: 100%;
  min-height: 220px;
  font-size: 16px;
  padding: 20px;
}

.landing_placeholder--hero {
  min-height: 520px;
}

.landing_placeholder--video {
  min-height: 360px;
}

@media (max-width: 768px) {
  .landing_hero {
    min-height: 420px;
  }
  .landing_hero__content {
    padding: 80px 0;
  }
  .landing_hero__content h1 {
    font-size: 32px;
  }
  .landing_hero__content p {
    font-size: 16px;
  }
  .landing_home_info .home_info__items {
    grid-template-columns: 1fr;
  }
  .landing_template .service_items {
    grid-template-columns: 1fr;
  }
  .landing_template .home_video,
  .landing_template .denis_advantages,
  .landing_template .faq,
  .landing_template .smeta,
  .landing_template .reviews,
  .landing_template .search_review,
  .landing_template .service,
  .landing_template .videocall,
  .landing_template .whatget,
  .landing_template .phone_slider,
  .landing_template .clients {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}


