@charset "UTF-8";
/* КОМЕНТАРИИ СТАВИТЬ ТАК (ctrl+shift+/)  */
/* сброс стилей, шрифты, спрайт иконок */
/*@import "./base/reset.scss";*/
/* Exo2 */
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Exo 2";
  src: local("Exo"), url("/front_assets/fonts/Exo2/Exo2-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-color: #161616;
}

.icon-home {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#home");
  mask-image: url("/front_assets/icons/icons.svg#home");
  -webkit-mask-repeat: no-repeat;
}

.icon-vk {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#vk");
  mask-image: url("/front_assets/icons/icons.svg#vk");
  -webkit-mask-repeat: no-repeat;
}

.icon-chevronUp {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#chevronup");
  mask-image: url("/front_assets/icons/icons.svg#chevronup");
  -webkit-mask-repeat: no-repeat;
}

.icon-chevronDown {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#chevronDown");
  mask-image: url("/front_assets/icons/icons.svg#chevronDown");
  -webkit-mask-repeat: no-repeat;
}

.icon-chevronRight {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#chevronRight");
  mask-image: url("/front_assets/icons/icons.svg#chevronRight");
  -webkit-mask-repeat: no-repeat;
}

.icon-chevronLeft {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#chevronLeft");
  mask-image: url("/front_assets/icons/icons.svg#chevronLeft");
  -webkit-mask-repeat: no-repeat;
}

.icon-odnoklassniki {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#odnoklassniki");
  mask-image: url("/front_assets/icons/icons.svg#odnoklassniki");
  -webkit-mask-repeat: no-repeat;
}

.icon-tg {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#tg");
  mask-image: url("/front_assets/icons/icons.svg#tg");
  -webkit-mask-repeat: no-repeat;
}

.icon-whatsapp {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#whatsapp");
  mask-image: url("/front_assets/icons/icons.svg#whatsapp");
  -webkit-mask-repeat: no-repeat;
}

.icon-smile {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#smile");
  mask-image: url("/front_assets/icons/icons.svg#smile");
  -webkit-mask-repeat: no-repeat;
}

.icon-krestik {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#krestik");
  mask-image: url("/front_assets/icons/icons.svg#krestik");
  -webkit-mask-repeat: no-repeat;
}

.icon-search {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#search");
  mask-image: url("/front_assets/icons/icons.svg#search");
  -webkit-mask-repeat: no-repeat;
}

.icon-profile {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#profile");
  mask-image: url("/front_assets/icons/icons.svg#profile");
  -webkit-mask-repeat: no-repeat;
}

.icon-eye {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#eye");
  mask-image: url("/front_assets/icons/icons.svg#eye");
  -webkit-mask-repeat: no-repeat;
}

.icon-menu {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#menu");
  mask-image: url("/front_assets/icons/icons.svg#menu");
  -webkit-mask-repeat: no-repeat;
}

.icon-phone {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#phone");
  mask-image: url("/front_assets/icons/icons.svg#phone");
  -webkit-mask-repeat: no-repeat;
}

.icon-mapPin {
  -webkit-mask-image: url("/front_assets/icons/icons.svg#mapPin");
  mask-image: url("/front_assets/icons/icons.svg#mapPin");
  -webkit-mask-repeat: no-repeat;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

dl, ol, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: #ffffff;
  transition: 0.2s;
  display: flex;
}
a:hover {
  color: #d8b156;
}

p {
  margin: 0;
}

.header-shadow {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
}

body {
  font-family: "Exo 2", sans-serif;
  font-weight: 400;
  line-height: 110%;
  color: #fff;
  background: #0A0A0A;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
}

.wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/*  scroll to top start */
#scrollBtn {
  display: flex;
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 80px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to left, #A27758 0%, #E7CCAE 100%);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 1;
  border: none;
}
#scrollBtn .icon {
  background: #ffffff;
  transition: all 0.3s;
  width: 22px;
  height: 22px;
}
#scrollBtn:hover {
  background: linear-gradient(to left, #bb875f 0%, #d0ac86 100%);
  transform: scale(1.09);
}
#scrollBtn:hover .icon {
  transform: scale(1.3);
}

/*  scroll to top end */
.section-heading {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.section-heading__title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(90deg, #A27758 0%, #E7CCAE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  max-width: 70%;
}
@media (max-width: 1199px) {
  .section-heading__title {
    max-width: 100%;
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .section-heading__title {
    font-size: 24px;
  }
}
.section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 70%);
  background-size: 200% 100%;
  animation: section-heading-glow 8s ease-in-out infinite;
}

@keyframes section-heading-glow {
  0% {
    background-position: 0% 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0% 0;
  }
}
/* блоки, страницы */
.footer {
  position: relative;
  padding: 100px 0 40px;
  background-color: #0A0A0A;
  color: #fff;
}
.footer__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90dvh;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 1199px) {
  .footer__bg {
    height: 75dvh;
  }
}
.footer__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.footer__company {
  margin-bottom: 24px;
}
.footer__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}
.footer .logo-image {
  width: 200px;
  height: auto;
  object-fit: cover;
}
.footer__address {
  font-size: 18px;
  opacity: 0.9;
  margin-bottom: 30px;
}
.footer__phone {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}
.footer__phone:hover {
  text-decoration: underline;
}
.footer__socials {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 24px 0 32px;
}
.footer__social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.footer__bottom {
  padding-top: 16px;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.footer__brand {
  margin-left: 4px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.footer__brand .footer__brand-brand {
  color: #00E24F;
  transition: color 0.2s ease;
}
.footer__brand:hover {
  color: #48a826;
  transform: scale(1.3);
}
.footer__brand:hover .footer__brand-brand {
  color: #48a826;
}
@media (max-width: 767px) {
  .footer {
    padding: 60px 0 30px;
  }
  .footer__title {
    font-size: 26px;
  }
  .footer__address, .footer__phone {
    font-size: 14px;
  }
  .footer__social {
    width: 36px;
    height: 36px;
  }
}

header {
  position: sticky;
  top: 0;
  z-index: 99;
}

/*  header desktop */
.header {
  background-color: #0A0A0A;
  z-index: 9;
  position: sticky;
  top: 0;
  transition: 0.2s;
}
.header .header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__row .header__row_logo {
  color: #ffffff;
  transition: all 0.2s;
  text-decoration: underline;
  font-size: 22px;
  line-height: 1;
}
.header .header__row .header__row_logo .logo-image {
  width: 200px;
  height: auto;
  object-fit: cover;
}
.header .header__row .header__row_nav {
  display: flex;
  align-items: center;
  gap: 15px;
  /* Стили для меню */
}
.header .header__row .header__row_nav .navigation-menu {
  display: flex;
  align-items: center;
  gap: 20px;
  /* Показать список при наведении */
}
.header .header__row .header__row_nav .navigation-menu .icon {
  width: 12px;
  height: 12px;
  margin-top: 2px;
  margin-left: 7px;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item {
  position: relative;
  list-style: none;
  padding: 12px 0;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item > .navigation-menu__item_link {
  font-size: 17px;
  line-height: 100%;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border: 1px solid #ffffff;
  border-radius: 24px;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item .dropdown,
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item .dropdown-submenu {
  z-index: 9;
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  padding: 0;
  list-style: none;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item .dropdown {
  top: 100%;
  left: 0;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item .dropdown-submenu {
  top: 10px;
  left: 100%;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item li {
  position: relative;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item:hover {
  cursor: pointer;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item:hover .navigation-menu__item_link {
  color: #edbb7b;
  border-color: #edbb7b;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item:hover .icon-chevronDown {
  background: #edbb7b;
}
.header .header__row .header__row_nav .navigation-menu .navigation-menu__item:hover > .dropdown,
.header .header__row .header__row_nav .navigation-menu .submenu-item:hover > .dropdown-submenu {
  display: block;
}
.header .header__row .header__row_nav .navigation-menu .dropdown-submenu_link:hover > .dropdown-submenu,
.header .header__row .header__row_nav .navigation-menu li:hover > .dropdown-submenu {
  display: block;
}
.header .header__row .header__row_nav .navigation-menu .dropdown li, .header .header__row .header__row_nav .navigation-menu .dropdown-submenu li {
  white-space: nowrap;
}
.header .header__row .header__row_nav .navigation-menu .dropdown .submenu-item_link,
.header .header__row .header__row_nav .navigation-menu .dropdown-submenu .dropdown-submenu_link {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #212121;
  padding: 15px;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
}
.header .header__row .header__row_nav .navigation-menu .dropdown .submenu-item_link:hover,
.header .header__row .header__row_nav .navigation-menu .dropdown-submenu .dropdown-submenu_link:hover {
  background-color: #f8f9fa;
  color: red;
}
.header .header__row .header__row_nav .navigation-menu .dropdown .submenu-item_link:hover .icon,
.header .header__row .header__row_nav .navigation-menu .dropdown-submenu .dropdown-submenu_link:hover .icon {
  background: red;
}
.header .header__row .header__row_contacts .link-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to left, #A27758 0%, #E7CCAE 100%);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #161616;
  padding: 12px 25px;
  border-radius: 24px;
}
.header .header__row .header__row_contacts .link-contact:hover {
  transform: scale(1.03);
}
@media (max-width: 1199px) {
  .header {
    display: none;
  }
}

/* header mobile с переходом внутри старт */
.header-mobile {
  position: sticky;
  top: 0;
  background: #0A0A0A;
  z-index: 99;
}
@media (min-width: 1199px) {
  .header-mobile {
    display: none;
  }
}

.menu_container {
  padding: 12px;
}
.menu_container .icon {
  width: 25px;
  height: 25px;
  background: linear-gradient(to left, #A27758 0%, #E7CCAE 100%);
}
.menu_container .icon-phone {
  width: 30px;
  height: 30px;
}

.logo-mobile {
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}
.logo-mobile .logotip {
  width: 130px;
  height: auto;
  object-fit: cover;
}

.mobile_menu_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
  overflow: hidden;
  z-index: 102;
  background: #0A0A0A;
}
.mobile_menu_container ul li ul {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}
.mobile_menu_container.loaded {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content {
  overflow: auto;
  max-height: 100%;
  padding-bottom: 30px;
}
.mobile_menu_container .mobile_menu_content .block-login .text-top {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.25px;
  padding: 0 75px 0 0;
  margin-bottom: 15px;
  color: red;
}
.mobile_menu_container .mobile_menu_content .topbar-menu {
  padding: 12px;
  width: 100%;
  position: sticky;
  top: 0;
  background: #0A0A0A;
}
.mobile_menu_container .mobile_menu_content .topbar-menu .icon {
  width: 25px;
  height: 25px;
  background: linear-gradient(to left, #A27758 0%, #E7CCAE 100%);
}
.mobile_menu_container .mobile_menu_content .topbar-menu .icon-phone {
  width: 30px;
  height: 30px;
}
.mobile_menu_container .mobile_menu_content .topbar-menu .logo-mobile .img {
  width: 125px;
  height: 100%;
  object-fit: cover;
}
.mobile_menu_container .sub-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #d8b156;
}
.mobile_menu_container .list-menu {
  margin: 30px 0 0 0;
  padding: 0;
}
.mobile_menu_container .list-menu .item-menu {
  list-style: none;
  padding: 0px 5px;
}
.mobile_menu_container .list-menu .item-menu .icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.mobile_menu_container .list-menu .item-menu .link {
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 30px;
}
.mobile_menu_container .list-menu .item-menu .link:hover {
  color: #edbb7b;
}
.mobile_menu_container .list-menu .item-menu .link:hover .icon {
  background: #edbb7b;
}
.mobile_menu_container .list-menu .item-menu .link.parent {
  padding-right: 50px;
  background: url("/front_assets/img/icons/chevronRight.svg") right 5px center no-repeat;
  background-size: 20px !important;
}
.mobile_menu_container .list-menu .item-menu .link.back {
  padding-left: 50px;
  background: url("/front_assets/img/icons/chevronLeft.svg") left 0px center no-repeat;
  background-size: 20px !important;
  box-sizing: border-box;
  min-height: 50px;
  z-index: 110;
  position: relative;
}
.mobile_menu_container .list-menu .item-menu .address {
  font-size: 15px;
}
.mobile_menu_container .list-menu .item-menu .sub-categories {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0A0A0A;
  z-index: 110;
  padding: 0px 15px;
}
.mobile_menu_container .list-menu .item-menu .sub-categories.loaded {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.mobile_menu_container .list-menu .item-menu .sub-categories.activity {
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile_menu_container .list-menu .social-icons .social-icons__item {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  object-fit: cover;
}
.mobile_menu_container .list-menu .social-icons .icon {
  width: 40px;
  height: 40px;
}
.mobile_menu_container .list-menu .social-icons .icon-tg {
  background: #27a7e7;
}
.mobile_menu_container .list-menu .social-icons .icon-vk {
  background: #4d7198;
}
.mobile_menu_container .list-menu .social-icons .icon-whatsapp {
  background: #2cb742;
}
.mobile_menu_container .list-menu .contacts-info .icon {
  width: 22px;
  height: 22px;
  background: #b0832d;
}
.mobile_menu_container .list-menu .contacts-info .link {
  margin-bottom: 15px;
}
.mobile_menu_container .all-rights {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #8a919c;
}

.menu-close {
  width: 30px;
  height: 30px;
  display: none;
  cursor: pointer;
  z-index: 101;
}

.consult {
  padding: 80px 0;
  background-color: #0A0A0A;
  color: #fff;
  /* адаптив */
}
.consult__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.consult__content {
  flex: 1 1 55%;
}
.consult__title {
  margin: 0 0 24px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  background: linear-gradient(to left, #A27758 0%, #E7CCAE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.consult__subtitle {
  margin-bottom: 32px;
  font-size: 22px;
  line-height: 1.5;
  color: #d3dde8;
}
.consult__subtitle p {
  margin: 0;
}
.consult__contacts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 24px;
}
.consult__contacts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 40px;
}
.consult__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background-color: #0A0A0A;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease, border-color 0.2s ease;
}
.consult__phone:hover {
  border-color: transparent;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  transform: scale(1.02);
}
.consult__phone:hover .consult__phone-text {
  color: #ffffff;
}
.consult__phone-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.consult__phone-icon .icon-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.consult__phone-text {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}
.consult__socials {
  display: flex;
  align-items: center;
  gap: 20px;
}
.consult__social {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0A0A0A;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.consult__social .icon-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.consult__social:hover {
  transform: scale(1.09);
}
.consult__qr {
  flex: 0 0 260px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .consult__qr {
    display: none;
  }
}
.consult__qr-card {
  width: 340px;
  height: 340px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
  padding: 20px;
}
.consult__qr-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .consult {
    padding: 60px 0;
  }
  .consult__inner {
    gap: 40px;
  }
  .consult__title {
    font-size: 34px;
  }
  .consult__subtitle {
    font-size: 18px;
  }
  .consult__qr {
    flex: 0 0 220px;
  }
  .consult__qr-card {
    width: 220px;
    height: 220px;
    border-radius: 32px;
  }
}
@media (max-width: 767px) {
  .consult__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .consult__qr {
    align-self: center;
  }
  .consult__contacts {
    flex-direction: column;
    align-items: flex-start;
  }
  .consult__phone {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .consult {
    padding: 50px 0;
  }
  .consult__title {
    font-size: 28px;
  }
  .consult__subtitle {
    font-size: 15px;
  }
  .consult__phone-text {
    white-space: normal;
  }
}

.services {
  padding: 80px 0;
  background-color: #0A0A0A;
  color: #fff;
}
.services__title {
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: 700;
  background: linear-gradient(90deg, #A27758 0%, #E7CCAE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}
@media (max-width: 991px) {
  .services {
    padding: 60px 0;
  }
  .services__title {
    font-size: 34px;
    margin-bottom: 32px;
  }
  .services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .services {
    padding: 40px 0;
  }
  .services__title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .services__grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  background-color: #0A0A0A;
}
.service-card__image {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 3/4;
}
.service-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}
@media (max-width: 991px) {
  .service-card__image {
    aspect-ratio: 4/4;
  }
}
.service-card__content {
  padding-top: 16px;
}
.service-card__name {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
}
.service-card__price {
  margin: 0;
  font-size: 14px;
  opacity: 0.7;
}
.service-card:hover .service-card__image img {
  transform: scale(1.04);
}
@media (max-width: 991px) {
  .service-card__name {
    font-size: 15px;
  }
  .service-card__price {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .service-card__name {
    font-size: 16px;
  }
  .service-card__price {
    font-size: 14px;
  }
}

.works {
  position: relative;
  padding: 80px 0;
  background-color: #0A0A0A;
  color: #fff;
  overflow: hidden;
}
.works__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.works__bg picture,
.works__bg img {
  width: 100%;
  height: 85%;
  display: block;
  object-fit: cover;
}
.works__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media (max-width: 991px) {
  .works {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .works {
    padding: 50px 0;
  }
  .works__bg img {
    max-width: 420px;
  }
}

.work-item {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.work-item__media {
  position: relative;
  flex: 0 0 45%;
}
.work-item__content {
  flex: 1;
  margin: auto;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .work-item__content {
    font-size: 16px;
  }
}
.work-item--reverse {
  flex-direction: row-reverse;
}
.work-item .work-item__carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 4px;
  overflow: hidden;
}
.work-item .work-item__carousel .carousel-inner,
.work-item .work-item__carousel .carousel-item {
  width: 100%;
  height: 100%;
}
.work-item .work-item__carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1199px) {
  .work-item {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .work-item {
    flex-direction: column;
    gap: 24px;
  }
  .work-item--reverse {
    flex-direction: column;
  }
  .work-item__media, .work-item__content {
    flex: 1 1 auto;
    width: 100%;
  }
}

.intro {
  position: relative;
  padding: 120px 0 120px;
  background-color: #0A0A0A;
  color: #ffffff;
  overflow: hidden;
  /* картинка справа в интро-экране услуги */
  /* лёгкая адаптация */
}
.intro__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  max-height: 90dvh;
}
.intro__bg img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.intro__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: calc(80vh - 140px);
}
.intro__title {
  margin: 0 0 24px;
  font-size: 56px;
  line-height: 1.05;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(90deg, #A27758 0%, #E7CCAE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.intro__subtitle {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  color: #ffffff;
  opacity: 0.62;
}
.intro__actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.intro__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
}
.intro__btn--primary {
  background: linear-gradient(90deg, #A27758 0%, #E7CCAE 100%);
  color: #000;
  border: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}
.intro__btn--primary:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
.intro__btn--outline {
  background: transparent;
  color: #e7ccae;
  border: 1px solid #e7ccae;
}
.intro__btn--outline:hover {
  background: linear-gradient(90deg, #A27758 0%, #E7CCAE 100%);
  color: #000;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}
.intro .intro__image {
  flex: 0 0 42%;
  max-width: 560px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.intro .intro__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .intro .intro__image {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 767px) {
  .intro .intro__image {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 24px;
  }
}
@media (max-width: 1199px) {
  .intro {
    padding: 110px 0 80px;
  }
  .intro__inner {
    min-height: auto;
  }
  .intro__title {
    font-size: 26px;
  }
  .intro__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .intro {
    padding: 40px 0 100px;
  }
  .intro__title {
    font-size: 23px;
  }
  .intro__subtitle {
    font-size: 15px;
  }
  .intro__actions {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 100px;
  }
  .intro__btn {
    width: 100%;
    justify-content: center;
  }
}

.benefits {
  padding: 80px 0;
  background-color: #0A0A0A;
  color: #fff;
}
.benefits__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 32px;
}
@media (max-width: 1199px) {
  .benefits {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .benefits {
    padding: 30px 0;
  }
  .benefits__list {
    grid-template-columns: 1fr;
  }
}

/* универсальная карточка преимущества */
.benefit-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 30px;
  border-radius: 20px;
  background-color: #0A0A0A;
  overflow: hidden;
  /* градиентный бордер с затуханием справа налево */
}
.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  /* справа — ярче, слева — прозрачнее */
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.4) 40%, rgba(231, 204, 174, 0) 100%);
  -webkit-mask: linear-gradient(#0A0A0A 0 0) content-box, linear-gradient(#0A0A0A 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.benefit-card__number {
  flex: 0 0 auto;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
}
.benefit-card__body {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
}
.benefit-card__title {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 600;
}
.benefit-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #d3dde8;
}
@media (max-width: 991px) {
  .benefit-card {
    padding: 18px 20px;
  }
  .benefit-card__title {
    font-size: 16px;
  }
  .benefit-card__text {
    font-size: 13px;
  }
}

.clients-trust {
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  padding: 50px 0;
  max-width: 100%;
  z-index: 1;
}
.clients-trust .ticker-track {
  display: flex;
  align-items: center;
  will-change: transform;
}
.clients-trust .ticker-content {
  display: flex;
  align-items: center;
  gap: 18px;
  white-space: nowrap;
  max-width: 100%;
}
.clients-trust__item {
  flex: 0 0 auto;
  padding: 8px 16px;
  border-radius: 10px;
  background: #ffffff;
}
.clients-trust__item img {
  display: block;
  width: 180px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}
.clients-trust--static .ticker-track {
  transform: none !important;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .clients-trust {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .clients-trust {
    padding: 20px 0;
  }
}

/* страница одной Услуги */
@media (max-width: 767px) {
  .service .intro__actions {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .service {
    padding-bottom: 40px;
  }
}
.service .works__bg picture,
.service .works__bg img {
  max-height: 80%;
}

/* Страница Контактов */
.contacts .consult__contacts {
  align-items: start;
  flex-direction: column;
}
.contacts .consult__subtitle {
  max-width: 70%;
}
@media (max-width: 991px) {
  .contacts .consult__subtitle {
    max-width: 100%;
  }
}
.contacts .footer__inner {
  display: none;
}

.surface {
  color: #fff;
}
.surface__groups {
  max-width: 960px;
}

.surface-group + .surface-group {
  margin-top: 28px;
}
.surface-group__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
.surface-group__list {
  margin: 0;
  padding-left: 30px;
  list-style: disc;
}
.surface-group__item {
  font-size: 16px;
  line-height: 1.6;
  color: #d5d5d5;
  margin-bottom: 4px;
  list-style: initial;
}
.surface-group__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .surface-group__title {
    font-size: 16px;
  }
  .surface-group__item {
    font-size: 13px;
  }
}

.error404 {
  min-height: 88vh;
  background-color: #0A0A0A;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 80px 0;
}
.error404__inner {
  text-align: center;
  width: 100%;
}
.error404__image {
  max-width: 480px;
  margin: 0 auto 40px;
}
.error404__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.error404__text {
  margin: 0 0 40px;
  font-size: 28px;
  font-weight: 500;
}
.error404__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(to left, #A27758 0%, #E7CCAE 100%);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease;
}
.error404__btn:hover {
  transform: scale(1.1);
  box-shadow: 0 16px 40px rgba(79, 78, 78, 0.7);
  opacity: 0.95;
  color: #ffffff;
}
@media (max-width: 767px) {
  .error404 {
    padding: 60px 0;
  }
  .error404__image {
    max-width: 340px;
    margin-bottom: 20px;
  }
  .error404__text {
    font-size: 22px;
    margin-bottom: 24px;
  }
}
@media (max-width: 480px) {
  .error404__image {
    max-width: 260px;
  }
  .error404__text {
    font-size: 20px;
  }
  .error404__btn {
    width: 100%;
  }
}

.qr {
  text-align: center;
}
.qr .consult__subtitle {
  max-width: 100%;
}
.qr .consult__contacts {
  align-items: center;
}
@media (max-width: 767px) {
  .qr .consult__inner {
    align-items: center;
  }
  .qr .consult__phone {
    justify-content: center;
  }
}