@charset "UTF-8";
html, body {
  font-family: "Manrope", sans-serif;
  margin: 0;
  padding: 0;
}

a {
  color: #FF7004;
}

* {
  box-sizing: border-box;
}

h2 {
  margin: 0;
}



.container {
  padding: 0 80px;
  margin: 0 auto;
  width: 1440px;
  max-width: 100%;
}
.container-big {
  margin: 0 auto;
  width: 1369px;
  max-width: 95%;
}

.header {
  padding: 19px 0;
}
.header__logo img {
  max-height: 126px;
}
.header__row {
  display: flex;
  gap: 43px;
}
.header__top {
  display: flex;
  align-items: center;
}
.header__description {
  color: #999999;
  font-size: 14px;
  line-height: 18px;
  margin-right: 45px;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .header__description {
    font-size: 12px;
    margin-right: 20px;
  }
}
@media (max-width: 1300px) {
  .header__description {
    display: none;
  }
}
.header__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .header__wrapper {
    flex-direction: column-reverse;
    gap: 15px;
  }
}
.header__items {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.header-item {
  margin-right: 45px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1;
}
.header-item__icon {
  text-decoration: none;
  color: black;
}
@media (max-width: 1560px) {
  .header-item {
    margin-right: 20px;
  }
}
.header-item:after {
  height: 60px;
  width: 1px;
  background: #EEEEEE;
  content: "";
  display: block;
  margin-left: 45px;
}
@media (max-width: 1200px) {
  .header-item:after {
    margin-left: 20px;
  }
}
@media (max-width: 1560px) {
  .header-item svg {
    width: 30px;
  }
}
@media (max-width: 1100px) {
  .header-item svg {
    width: 20px;
  }
}
.header-item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header-item:last-child:after {
  display: none;
}
.header-item__phone {
  color: #999999 !important;
  white-space: nowrap;
  font-weight: 500;
  text-decoration: none;
}
.header-item__phone span {
  color: #000 !important;
}
.header-item__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}
.header-item__call {
  color: #FF7004;
  padding-bottom: 2px;
  border-bottom: 1px dashed #FF7004;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  line-height: 1;
  font-size: 14px;
}
.header-item__call:hover {
  border-color: transparent;
}
.header-item__city, .header-item__worktime {
  font-weight: 500;
}
.header-item__address {
  color: #999999;
  font-size: 14px;
}
.header-item__online {
  color: #999;
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
  font-size: 14px;
}
.header-item__online svg {
  flex-shrink: 0;
  width: auto;
}
.header a.header-item {
  color: #000;
  text-decoration: none;
}
.header__bottom {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__bottom .btn {
  flex-shrink: 0;
  margin-left: 20px;
}
.header__bottom nav {
  width: 100%;
}
.header__bottom nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1440px) {
  .header__bottom nav ul {
    gap: 10px;
  }
}
.header__bottom nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.header__bottom nav ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -15px;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  z-index: 4;
  width: auto;
  min-width: calc(100% + 30px);
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
}
.header__bottom nav ul li:hover ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.header__bottom nav ul li a {
  color: #000;
  text-decoration: none;
  display: flex;
  gap: 8px;
  align-items: center;
  transition: all 0.2s;
  white-space: nowrap;
  font-size: 16px;
}
.header__bottom nav ul li a i {
  display: block;
  margin-top: 2px;
  transition: all 0.2s;
}
.header__bottom nav ul li a i svg {
  display: block;
}
.header__bottom nav ul li a:hover {
  color: #FF7004;
}
.header__bottom nav ul li a:hover i {
  transform: rotate(180deg);
}

.hero-swiper .swiper-slide picture {
  width: 100%;
  height: 100%;
}

.btn {
  height: 56px;
  background: #FF7004;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  padding: 0 30px;
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border: 1px solid transparent;
  font-weight: 500;
  transition: all 0.2s;
  cursor: pointer;
}
.btn.square {
  border-radius: 12px;
}
.btn-square {
  width: 56px;
  padding: 0;
}
.btn:hover {
  background: #EE6600;
}
.btn-inverse {
  background: none;
  color: #fff;
  border-color: #fff;
}
.btn-inverse:hover {
  border-color: #FF7004;
}
.btn-inverse_primary {
  color: #FF7004;
  border-color: #FF7004;
}
.btn-inverse_primary:hover {
  background: #FF7004;
  color: #fff;
}
.btn-arrow {
  padding: 0 10px 0 30px;
}
.btn-arrow:after {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: url(../images/btn-arrow.svg) center no-repeat, #fff;
  content: "";
  display: block;
  margin-left: 15px;
  border: 1px solid transparent;
}
.btn-arrow:hover:after {
  border-color: #FF7004;
}

.project-slider {
  overflow: hidden;
}
.project-slider__subtitle {
  color: #999;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 19px;
  text-align: center;
}
.project-slider__title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 1024px) {
  .project-slider__title {
    margin-bottom: 30px;
    font-size: 25px;
  }
}

.about-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .about-tabs {
    flex-wrap: nowrap; /* запрещаем перенос */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* плавная прокрутка на iOS */
    white-space: nowrap;
  }
}
.about-tabs li {
  height: 46px;
  padding: 0 22px;
  border: 1px solid #EEEEEE;
  background: #F9F9F9;
  list-style-type: none;
  display: flex;
  align-items: center;
  border-radius: 4px;
  color: #565656;
  cursor: pointer;
  font-weight: 500;
}
.about-tabs li.active {
  border-color: #FF7004;
  color: #FF7004;
  background: #fff;
}
.about-tabs__content {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}
.about-tabs__content p:first-child {
  margin-top: 0;
}

.composition-content {
  overflow: hidden;
}
.composition-content.show {
  padding: 24px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 0 0 20px 20px;
}

.plans-title, .compl-title {
  margin-top: 125px;
}
@media (max-width: 1024px) {
  .plans-title, .compl-title {
    margin-top: 50px;
  }
}

.about-title {
  margin-top: 80px;
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .about-title {
    margin-top: 40px;
  }
}

.rblock {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .rblock {
    margin-bottom: 40px;
  }
}

.project-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 19px;
}
.project-gallery a {
  display: block;
  overflow: hidden;
  border-radius: 16px;
}
.project-gallery a img {
  width: 100%;
  display: block;
  transition: all 0.3s;
  height: 178px;
}
@media (min-width: 769px) {
  .project-gallery a img {
    height: 238px;
  }
}
.project-gallery a:hover img {
  transform: scale(1.1);
}
.project-gallery a:first-child {
  grid-column: 1/-1;
}
.project-gallery a:first-child img {
  height: 300px;
}
@media (min-width: 769px) {
  .project-gallery a:first-child img {
    height: 449px;
  }
}

.project-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 36px;
}
@media (max-width: 768px) {
  .project-items {
    grid-template-columns: 1fr 1fr;
  }
}
.project-items .item {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .project-items .item {
    flex-direction: column;
  }
}
.project-items .item span {
  color: #FF7004;
}
.project-items .item__icon {
  background: #FF7004;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  row-gap: 20px;
}
@media (max-width: 1024px) {
  .project-facts {
    grid-template-columns: 1fr;
  }
}
.project-facts .item {
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
}
.project-facts .item__title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 12px;
  font-weight: 500;
}
.project-facts .item__content {
  padding-right: 30px;
}
.project-facts .item__text {
  color: #999999;
  font-size: 16px;
  line-height: 20px;
}
.project-facts .item svg {
  position: absolute;
  top: 15px;
  right: 15px;
}
.project-facts .item__img {
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}
.project-facts .item__img img {
  display: block;
  width: 100px;
  flex-shrink: 0;
}

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.video-modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 800px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.video-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 30px;
  color: white;
  cursor: pointer;
  z-index: 10;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.video-modal-close:hover {
  opacity: 1;
}

.video-modal-content {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

#modalIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.plans-swiper .swiper-paginator {
  margin-top: 40px;
}
.plans-swiper .plan-item {
  border: 1px solid #eee;
  border-radius: 20px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.plans-swiper .plan-item svg {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  visibility: hidden;
}
.plans-swiper .plan-item:hover:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.05;
  border-radius: 20px;
}
.plans-swiper .plan-item:hover svg {
  visibility: visible;
}
.plans-swiper img {
  width: 100%;
  display: block;
}

.package-actions {
  display: flex;
  gap: 12px;
  margin-top: auto;
}
.package-actions .btn {
  cursor: pointer;
}

.composition-content {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.composition-content h3 {
  margin-top: 0;
}
.composition-content ul {
  margin-bottom: 0;
}

.composition-list {
  font-size: 14px;
  color: #777;
  list-style: decimal;
  margin-left: 0;
  font-weight: normal;
  padding-left: 22px;
}
.composition-list strong {
  font-weight: normal;
  line-height: 18px;
}
.composition-list li {
  margin-bottom: 10px;
}

.packages-container {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.package-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.package-description {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 20px;
  color: #999;
}
.package-card.active .package-wrapper {
  border-radius: 20px 20px 0 0;
  border-bottom: 1px solid transparent;
}
.package-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.package-price {
  color: #FF7004;
  font-size: 22px;
  font-weight: 600;
}
.package-title {
  font-size: 22px;
  font-weight: 600;
}
.package-wrapper {
  display: flex;
  gap: 49px;
  border: 1px solid #eee;
  padding: 24px;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .package-wrapper {
    flex-direction: column-reverse;
  }
}
.package-wrapper .btn-inverse {
  gap: 10px;
  width: fit-content;
}
.package-image {
  width: 260px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .package-image {
    width: 100%;
  }
}
.package-image img {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.about-project {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .about-project {
    padding-bottom: 20px;
  }
}
.about-project__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1365px) {
  .about-project__wrapper {
    flex-direction: column;
    gap: 75px;
  }
}
.about-project .left {
  position: relative;
  width: 100%;
}
.about-project .left #stickyBlock {
  top: -430px;
  height: fit-content;
  bottom: auto;
  left: 0;
  width: fit-content;
}
@media (max-width: 1365px) {
  .about-project .left #stickyBlock {
    width: 100%;
  }
}
.about-project .left #stickyBlock.sticky {
  position: sticky;
  top: 30px;
}
.about-project__right {
  max-width: 100%;
  width: 828px;
  flex-shrink: 0;
}
@media (max-width: 1355px) {
  .about-project__right {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .about-project__right {
    width: 100%;
  }
}
.about-project__right h2 {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 34px;
}
@media (max-width: 1024px) {
  .about-project__right h2 {
    margin-bottom: 20px;
  }
}
.about-project .tab-content {
  display: none;
  animation: fadeIn 0.25s ease-out;
}
.about-project .tab-content.active-tab {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.project-swiper {
  width: 783px;
  max-width: 90%;
  overflow: visible !important;
  margin-bottom: 100px !important;
}
@media (max-width: 768px) {
  .project-swiper {
    width: 100%;
    max-width: 100%;
  }
}
.project-swiper .swiper-prev, .project-swiper .swiper-next {
  width: 52px;
  height: 52px;
  border: 1px solid #eee;
  border-radius: 50%;
  background: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 26px);
  z-index: 5;
}
@media (max-width: 768px) {
  .project-swiper .swiper-prev, .project-swiper .swiper-next {
    width: 40px;
    height: 40px;
  }
}
.project-swiper .swiper-prev:hover, .project-swiper .swiper-next:hover {
  background: #FF7004;
  border-color: #fff;
}
.project-swiper .swiper-prev:hover svg, .project-swiper .swiper-next:hover svg {
  color: #fff;
}
.project-swiper .swiper-pagination {
  top: auto !important;
  bottom: -43px !important;
}
.project-swiper .swiper-pagination-bullet {
  cursor: pointer;
  background: #d9d9d9;
  opacity: 1;
}
.project-swiper .swiper-pagination-bullet-active {
  background: #444;
}
.project-swiper .swiper-prev {
  left: -90px;
}
@media (max-width: 768px) {
  .project-swiper .swiper-prev {
    right: 60px;
    left: auto;
    top: auto;
    bottom: 15px;
    border-radius: 12px;
  }
}
.project-swiper .swiper-next {
  right: -90px;
}
@media (max-width: 768px) {
  .project-swiper .swiper-next {
    right: 15px;
    top: auto;
    bottom: 15px;
    border-radius: 12px;
  }
}
.project-swiper .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.4s;
}
.project-swiper .swiper-slide-active {
  opacity: 1;
}
.project-swiper img {
  height: 460px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
}
@media (max-width: 1024px) {
  .project-swiper img {
    height: 250px;
  }
}

.hero .container-big {
  position: relative;
}
.hero__right {
  right: 44px;
  bottom: 30px;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 54px;
  z-index: 3;
}
@media (max-width: 1024px) {
  .hero__right {
    left: 23px;
    right: 15px;
    justify-content: space-between;
  }
}
.hero__right .swiper-paginator .swiper-prev, .hero__right .swiper-paginator .swiper-next {
  background: #fff;
}
.hero__right .swiper-paginator .swiper-prev:hover, .hero__right .swiper-paginator .swiper-next:hover {
  background: #FF7004;
  color: #fff;
}
.hero__right .swiper-paginator .swiper-prev:hover svg, .hero__right .swiper-paginator .swiper-next:hover svg {
  color: #fff;
}
.hero__planing {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .hero__planing {
    font-size: 12px;
  }
  .hero__planing svg {
    width: 35px;
    height: auto;
    display: block;
  }
}
.hero__planing span {
  border-bottom: 1px dotted #fff;
}
.hero__label {
  position: absolute;
  top: 24px;
  left: 27px;
  background: #fff;
  color: black;
  border-radius: 100px;
  padding: 10px;
  font-size: 12px;
  font-weight: 500;
  z-index: 3;
}
.hero__label.primary {
  background: #FF7004;
  color: #fff;
}
.hero_house .hero__banner .swiper-slide {
  height: 100%;
  min-height: 100%;
}
.hero_house .hero__banner .swiper img {
  height: 100%;
  border-radius: 40px;
}
@media (max-width: 1024px) {
  .hero_house .hero__banner:after, .hero_house .hero__banner:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .hero_house .hero__banner {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.hero__banner {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
.hero__banner .swiper {
  height: 100%;
}
.hero__banner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 30%;
  bottom: 0;
  content: "";
  z-index: 2;
  display: block;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.hero__banner img {
  width: 100%;
  object-fit: cover;
  display: block;
  min-height: 500px;
}
.hero__wrapper {
  position: absolute;
  bottom: 45px;
  left: 45px;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 44px;
  z-index: 3;
  will-change: transform; /* ускоряет композицию */
  transform: translateZ(0); /* хаппаратное ускорение */
  backface-visibility: hidden; /* подавление мерцания */
}
.hero__wrapper.shadow {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}
.hero__wrapper_bg {
  background: #fff;
  padding: 32px;
  border-radius: 20px;
  color: black;
  left: 27px;
  bottom: 29px;
}
@media (max-width: 1365px) {
  .hero__wrapper_bg {
    transform: none !important;
    top: 0 !important;
    position: static !important;
  }
}
@media (max-width: 1024px) {
  .hero__wrapper_bg {
    transform: none !important;
    position: static !important;
  }
}
@media (max-width: 1024px) {
  .hero__wrapper_bg {
    top: 0;
    left: 0;
    position: static;
    border: 1px solid #eee;
    margin-top: 16px;
    padding: 26px;
  }
}
.hero__wrapper_bg .hero__actions {
  margin-top: 28px;
}
.hero__wrapper_bg .hero__actions .btn-arrow {
  width: fit-content !important;
}
.hero__wrapper_bg .hero__actions .btn-arrow:after {
  margin-left: 10px;
}
.hero__wrapper_bg .m-project__content {
  padding: 0;
}
.hero__wrapper_bg .m-project__title {
  font-size: 34px;
  margin-bottom: 15px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .hero__wrapper_bg .m-project__title {
    font-size: 27px;
    margin-bottom: 20px;
  }
}
.hero__wrapper_bg .m-project__params li {
  font-size: 18px;
}
.hero__wrapper_bg .m-project__price {
  font-size: 24px;
}
.hero__title {
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
}
.hero__title span {
  background: #FF7004;
  border-radius: 12px;
  padding: 0px 12px 8px 12px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-top: 0px;
  position: relative;
  top: -4px;
}
.hero__text {
  font-size: 20px;
  line-height: 29px;
}
.hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

.section {
  margin-top: 74px;
}
.section.etaps {
  margin-top: 184px;
}
.section.projects {
  margin-top: 121px;
}
.section.why {
  margin-top: 114px;
}
.section.video-section {
  margin-top: 132px;
}
.section.consult {
  margin-top: 160px;
}
.section__title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
  font-weight: 600;
}
.section .swiper + .swiper-actions {
  margin-top: 40px;
}
.section_bg {
  background: #FAFAFA;
  padding: 80px 0;
}

.swiper-mprojects {
  overflow: visible !important;
}

.module-project__wrapper {
  overflow: hidden;
}

.m-project {
  border: 1px solid #EEEEEE;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s;
}
.m-project:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}
.m-project__content {
  padding: 20px;
  position: relative;
}
.m-project__title {
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: black;
}

.m-project__img {
  position: relative;
  display: block;
  text-decoration: none; /* убираем подчёркивание, если есть */
}

.project-gallery-container {
  position: relative;
  overflow: hidden;
  line-height: 0; /* убирает лишний отступ под картинкой */
}

#project-main-image {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.2s ease;
}

/* Полоски снизу */
.image-strips {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  display: flex;
  gap: 11px;
  z-index: 2;
}

.project-gallery-container {
  height: 290px;
  overflow: hidden;
}


/* Лоадер (полупрозрачный фон + спиннер) */
.gallery-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-loader::after {
  content: '';
  width: 36px;
  height: 36px;
  border: 3px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.strip {
  flex: 1;
  height: 2px;
  background-color: white;
  opacity: 0.4;
  transition: opacity 0.2s ease;
  cursor: pointer;
}

.strip.active {
  opacity: 1;
}

/* Адаптив для мобильных (полоски чуть выше, интервал меньше) */
@media (max-width: 768px) {
  .image-strips {
    bottom: 10px;
    left: 10px;
    right: 10px;
    gap: 4px;
  }
  .strip {
    height: 2px;
  }
}

.m-project__title span {
  color: #FF7004;
  margin-bottom: 12px;
}
.m-project__params {
  display: flex;
  margin: 0;
  padding: 0;
}
.m-project__params li {
  padding: 0;
  margin: 0;
  font-size: 14px;
  list-style-type: none;
  color: #999999;
  display: flex;
  gap: 4px;
  margin-right: 4px;
}
.m-project__params li:after {
  content: "•";
  display: block;
}
.m-project__params li span {
  color: #000;
}
.m-project__params li:last-child:after {
  display: none;
  margin-right: 0;
}
.m-project__price {
  font-size: 20px;
  line-height: 24px;
  color: #FF7004;
  margin-top: 24px;
  font-weight: bold;
}
.m-project__more {
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 12px;
  background: #FF7004;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid transparent;
  transition: all 0.4s;
}
.m-project__more:hover {
  background: #EE6600;
}
.m-project__img {
  position: relative;
  display: block;
  height: 290px;
  object-fit: cover;
}
.m-project__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-project__label {
  position: absolute;
  top: 16px;
  left: 20px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: #fff;
  color: #000;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
}
.m-project__label.primary {
  background: #FF7004;
  color: #fff;
}

.swiper-actions {
  display: flex;
  justify-content: space-between;
}

.swiper-paginator {
  display: flex;
  gap: 10px;
}
.swiper-paginator .swiper-prev, .swiper-paginator .swiper-next {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  border: 1px solid;
  border-color: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-paginator .swiper-prev:hover, .swiper-paginator .swiper-next:hover {
  border-color: #FF7004;
}
.swiper-paginator .swiper-prev:hover svg, .swiper-paginator .swiper-next:hover svg {
  color: #FF7004;
}

.sales-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 26px;
}

.sales .swiper-actions {
  margin-top: 40px;
}

.sale-item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.sale-item:after {
  position: absolute;
  top: 0;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.6;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}
.sale-item img {
  width: 100%;
  object-fit: cover;
  height: 410px;
  display: block;
  transition: all 0.4s;
}
.sale-item:hover img {
  transform: scale(1.1);
}
.sale-item__wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 3;
}
.sale-item__label {
  position: absolute;
  top: 16px;
  left: 20px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  background: #fff;
  color: #000;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  z-index: 3;
}
.sale-item__label.primary {
  background: #FF7004;
  color: #fff;
}
.sale-item__title {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.sale-item__text {
  font-size: 14px;
  line-height: 18px;
}

.rproject {
  position: relative;
  display: flex;
  gap: 24px;
}
.rproject__img {
  width: 50%;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
}
.rproject__img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 24px;
}
.rproject__content {
  padding: 40px;
  width: 100%;
  background: #FAFAFA;
  border-radius: 24px;
}
.rproject__title {
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 41px;
}
.rproject__params {
  margin-bottom: 41px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.rproject__params .item {
  font-size: 18px;
  color: #999999;
}
.rproject__params .item span {
  color: #FF7004;
  font-weight: bold;
}
.rproject__actions {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.rproject__price {
  display: flex;
  flex-direction: column;
  gap: 13px;
  font-size: 18px;
  line-height: 1;
  color: #999;
}
.rproject__price span {
  font-weight: bold;
  font-size: 32px;
  color: #FF7004;
}

.steps {
  width: 100%;
  overflow: hidden;
}
.steps .step-item {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 60px 0;
  border-bottom: 1px solid #EEEEEE;
}
.steps .step-item:last-child {
  border-bottom: none;
}
.steps .step-item:first-child {
  border-top: 1px solid #eee;
}
.steps .step-item .swiper {
  position: relative;
}
.steps .step-item .swiper-paginator {
  top: calc(50% - 15px);
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 29px;
  right: 29px;
  z-index: 4;
}
.steps .step-item .swiper-next, .steps .step-item .swiper-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps .step-item__number {
  width: 110px;
  font-size: 28px;
  color: #999;
  font-weight: 500;
  flex-shrink: 0;
}
.steps .step-item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.steps .step-item__text {
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  margin-right: 90px;
}
.steps .step-item__title {
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
}
.steps .step-item__slider {
  width: 640px;
  overflow: hidden;
  max-width: 100%;
  border-radius: 20px;
  flex-shrink: 0;
}
.steps .step-item__slider img {
  display: block;
  width: 100%;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.swiper-mprojects {
  overflow: hidden !important;
}

.news-item {
  display: flex;
  border: 1px solid #EEEEEE;
  border-radius: 16px;
  gap: 28px;
  background: #fff;
  transition: all 0.4s;
}
.news-item:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}
.news-item__content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-item__tag {
  font-weight: 500;
  color: #FF7004;
  font-size: 14px;
}
.news-item__time {
  color: #999999;
  font-size: 14px;
}
.news-item__head {
  display: flex;
  justify-content: space-between;
}
.news-item__title {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  font-weight: 500;
}
.news-item__title:hover {
  color: #FF7004;
}
.news-item .btn {
  height: 42px;
  font-size: 14px;
}
.news-item__img {
  border-radius: 16px;
  overflow: hidden;
  width: 240px;
  height: 240px;
  flex-shrink: 0;
}
.news-item__img img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.about__title {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
}
.about__head {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.about__head a {
  color: #FF7004;
  text-decoration: none;
}
.about__head a:hover {
  text-decoration: underline;
}
.about__img {
  margin-bottom: 40px;
}
.about__img img {
  width: 100%;
  object-fit: cover;
}
.about__bottom {
  display: flex;
  gap: 32px;
}
.about__text {
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}
.about__facts {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  gap: 18px;
}
.about__facts .item {
  padding: 36px;
  background: #FEFAF3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  width: 100%;
}
.about__facts .item .number {
  font-size: 52px;
  font-weight: bold;
  color: #FF7004;
}
.about__facts .item.primary {
  background: #FF7004;
  color: #fff;
}
.about__facts .item.primary .number {
  color: #fff;
}

.breadcrumbs {
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  white-space: nowrap;
}
.breadcrumbs li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.facts {
  background: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 20px;
  padding: 28px 32px;
  display: flex;
  justify-content: space-between;
}

.facts .item {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
  gap: 24px;
  position: relative;
  white-space: nowrap;
}

.product-category.product:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  background: #FF7004;
  opacity: .05;
}
.product-category.product:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  opacity: .4;
}
body .product-category:hover .product-cat-left .btn {
  background: #FF7004;
}
.product-category.product {
  position: relative;
  height: 441px;
}
.product-cat__price {
  color: #000;
  font-size: 14px;
  background: #fff;
  padding: 10px;
  border-radius: 100px;
  width: fit-content;
  line-height: 1;
  font-weight: 600;
}

.product-cat__price bdi {
  font-weight: 600;
  color: black;
}
.product-category.product .houses-category-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transform: none;
}

body .product-cat-left {
  width: 100%;
  z-index: 3;
}

.sub-cats-list {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  gap: 12px;
}

body .product-subcategory {
  /*padding: 18px 22px;*/
  border-radius: 8px;
  background: #F9F9F9;
  border-color: #EEEEEE;
  color: #565656;
  padding: 0;
}

body .product-subcategory a {
  padding: 18px 22px;
  display: block;
}

.sub-cats-list:before {
  content: 'Выбрать линейку:';
  display: block;
  margin-right: 35px;
}

.m-project__price span {
  color: inherit;
  font-weight: inherit;
}

.sub-cats-holder {
  margin-top: 35px;
  margin-bottom: 10px;
}

body .archive__left {
  display: none;
}

.product-subcategory a {

  color: #565656;
}

body .product-subcategory.active {
  background: #FF7004;
  border-color: #FF7004;
}

body .product-cat-left__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.seo {
  margin-top: 70px;
  font-size: 16px;
  line-height: 20px;
}

.seo span {
  color: #FF7004;
}

.seo strong {
  font-weight: 600;
}

.seo ul {
  margin-left: 25px;
}
.seo ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}

.seo h2 {
  font-size: 40px;
  line-height: 44px;
  /*letter-spacing: -2%*/
  margin-bottom: 54px;
}


.seo {
  /*font-size: 1;*/
}


.product-cat__name {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: inherit;
  font-weight: 700;
  color: #fff;
  font-size: 28px;
}

.product-category img {
  transition: all .4s;
}
.product-category:hover img {
  transform: scale(1.1);
}

.product-cat__name span {
  font-size: 16px;
  font-weight: 500;
  display: block;
  color: inherit;
  line-height: 1;
}

.h4.product-link {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
}

.product-category.product .houses-category-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

body .product-category.product {
  width: 100%;
  max-width: 100%;
}

.facts .item:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #EEEEEE;
  margin: 0 40px;
}

.facts .item:last-child {
  width: calc(100% - 60px);
}
.facts .item:last-child:after {
display: none;
}
.facts .item__icon {
  border-radius: 11px;
  width: 44px;
  height: 44px;
  background: #FF7004;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facts .item__content {
  font-weight: 600;
}

.facts .item span {
  color: #FF7004;
  font-weight: 600;
}

.breadcrumbs a {
  color: #999;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  /*margin-right: 5px;*/
  white-space: nowrap;
}
.breadcrumbs a:hover {
  color: #FF7004;
}
.breadcrumbs a:after {
  content: "—";
  display: block;
}

.layout-grid {
  display: grid;
  grid-template-columns: 2fr 1fr; /* Левая часть шире правой */
  gap: 30px;
  margin: 0 auto;
}

/* Левая колонка - внутренняя сетка 2x2 */
.left-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 30px;
}

.why img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
  transition: all 0.4s;
}
.why-block {
  position: relative;
  overflow: hidden;
}
.why-block:hover img {
  transform: scale(1.1);
}
.why__content {
  position: absolute;
  top: 35px;
  left: 35px;
  bottom: 35px;
  right: 35px;
  color: #fff;
  z-index: 3;
}
.why__content h3 {
  margin: 0;
  margin-bottom: 22px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
}

.why-block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), #000);
  z-index: 2;
}
@media (max-width: 768px) {
  .why-block:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  }
}
.why-block.block-top:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}

/* Первый блок - на всю ширину верхней строки */
.block-top {
  grid-column: 1/-1; /* Растягиваем на всю ширину */
  border-radius: 20px;
}
.block-top.why-block .why__content {
  top: auto;
}

/* Нижние блоки */
.block-bottom-left {
  border-radius: 20px;
}

.block-bottom-right {
  border-radius: 20px;
}

/* Правая колонка - вертикальный блок */
.right-column {
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Адаптивность */
@media (max-width: 768px) {
  .layout-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .left-column {
    gap: 20px;
  }
}
.video-section__row {
  display: flex;
  gap: 42px;
  align-items: center;
}
.video-block {
  position: relative;
  width: 652px;
  flex-shrink: 0;
}
.video-block img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
}
.video-block__play {
  position: absolute;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
}
.video-block__play i {
  background: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.video-block__play i svg {
  margin-left: 5px;
}
.video-block__play:hover i {
  transform: scale(1.1);
}
.video-block__play span {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.video__content {
  font-size: 14px;
  line-height: 20px;
}
.video__content strong {
  font-weight: 500;
}
.video__content p span {
  color: #FF7004;
}
.video__content ul {
  margin-left: 0;
  padding-left: 20px;
}
.video__title {
  font-size: 36px;
  line-height: 40px;
}
.video__title span {
  color: #FF7004;
  font-weight: 500;
}

.reviews-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.review-item {
  padding: 28px;
  border: 1px solid #EEEEEE;
  border-radius: 16px;
  display: flex;
  gap: 64px;
}
.review-item__head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 220px;
  flex-shrink: 0;
}
.review-item .btn {
  height: 42px;
  font-size: 14px;
}
.review-item__date {
  margin-bottom: 20px;
  color: #999999;
  font-size: 14px;
}
.review-item__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.review-item__img {
  width: 294px;
  flex-shrink: 0;
}
.review-item__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.review-item__text {
  background: #fafafa;
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  padding: 24px;
  color: #999999;
  font-size: 15px;
  line-height: 20px;
}

.y-reviews {
  display: flex;
  justify-content: space-between;
  background: #FEF5F3;
  padding: 19px;
  align-items: center;
  border-radius: 16px;
}
.y-reviews__icons {
  display: flex;
  gap: 26px;
}
.y-reviews__text span {
  color: #FF7004;
}

/* Базовый стиль для чекбокса */
.custom-checkbox {
  position: relative;
  display: flex;
  gap: 10px;
  color: #999999;
  font-size: 14px;
  margin-bottom: 15px;
  overflow: hidden;
}
.custom-checkbox a {
  color: #FF7004;
  text-decoration: none;
  z-index: 9999;
  position: relative;
}

/* Скрываем стандартный чекбокс */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Создаем кастомный чекбокс */
.custom-checkbox .checkmark {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Стиль для отмеченного состояния */
.custom-checkbox input:checked + .checkmark {
  background: #fff;
  border-color: #FF7004;
}

/* Стиль для галочки */
.custom-checkbox input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #FF7004;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Hover эффект */
.custom-checkbox:hover .checkmark {
  border-color: #FF7004;
}

/* Focus эффект для доступности */
.custom-checkbox input:focus + .checkmark {
  box-shadow: 0 0 0 2px rgba(255, 112, 4, 0.3);
}

.consult-block {
  background: url(../images/consult-bg.png) center no-repeat;
  background-size: cover;
  padding: 25px;
  border-radius: 36px;
}
.consult-block form {
  padding: 48px;
  background: #FEF5F3;
  border-radius: 40px;
  width: 516px;
  max-width: 100%;
}
.consult__title {
  font-size: 36px;
  line-height: 38px;
  font-weight: 500;
  margin-bottom: 28px;
}
.consult__text {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-bottom: 38px;
}
.consult .btn {
  height: 75px;
  width: 100%;
  font-size: 19px;
  cursor: pointer;
}

.g-form input {
  border: 1px solid #EEEEEE;
  background: #fff;
  padding: 0 27px;
  height: 71px;
  border-radius: 8px;
  width: 100%;
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  margin-bottom: 15px;
}
.g-form input:focus, .g-form input:target {
  box-shadow: none;
  outline: none;
  border-color: #FF7004;
}

.contacts__head {
  margin-bottom: 48px;
}
.contacts__title {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 28px;
  text-align: center;
}
.contacts__text {
  color: #999999;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.contacts__wrapper {
  display: flex;
  gap: 28px;
}
.contacts__phone {
  font-size: 30px;
  color: #999999;
  font-weight: 500;
  display: block;
  text-decoration: none;
}
.contacts__phone span {
  color: #000;
}
.contacts__phone:hover {
  color: #FF7004;
}
.contacts__phone:hover span {
  color: #FF7004;
}
.contacts__address {
  font-size: 19px;
  font-weight: 500;
  line-height: 115%;
}
.contacts__email {
  color: #FF7004;
  font-size: 30px;
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
}
.contacts .item {
  background: #fff;
  width: 100%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 28px;
  height: 250px;
}
.contacts .item__title {
  color: #999999;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 18px;
}
.contacts .socials {
  display: flex;
  gap: 18px;
}
.contacts .socials a {
  background: #FAFAFA;
  border-radius: 14px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts .socials a:hover {
  background: #eee;
}
.contacts__worktime {
  font-size: 19px;
  font-weight: 500;
}

.footer {
  background: #111111;
  padding: 40px 0;
  color: #fff;
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 35px;
}
.footer__logo img {
  height: 78px;
}
.footer__logo-text {
  color: #999999;
  font-size: 14px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 44px;
  border-bottom: 1px solid #333333;
  margin-bottom: 44px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
}
.footer__bottom .item__title {
  margin-bottom: 20px;
  font-weight: 500;
}
.footer__bottom .item ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.footer__bottom .item ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer__bottom .item ul li a {
  font-size: 15px;
  color: #999999;
  text-decoration: none;
  line-height: 1;
}
.footer__bottom .item ul li a:hover {
  color: #fff;
}
.footer__phone {
  font-size: 22px;
  font-weight: 500;
  color: #999999;
  line-height: 1;
  text-decoration: none;
}
.footer__phone span {
  color: #fff;
}
.footer__email {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}
.footer__ctitle {
  margin-top: 8px;
  color: #999999;
  font-size: 15px;
}
.footer .item p {
  font-size: 15px;
  line-height: 24px;
  color: #999999;
}
.footer-row {
  display: flex;
  color: #999999;
  font-size: 15px;
  gap: 15px;
  align-items: flex-start;
  margin-bottom: 10px;
}
.footer-row svg {
  display: block;
  bottom: -4px;
  position: relative;
}
.footer .socials {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}
.footer .socials a {
  background: #333333;
  border-radius: 4px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .socials a:hover {
  opacity: 0.8;
}
.footer__line {
  margin-top: 44px;
  padding-top: 44px;
  border-top: 1px solid #333;
  display: flex;
  justify-content: space-between;
  color: #999999;
}
.footer__line a {
  color: #999999;
  font-size: 15px;
  text-decoration: none;
}
.footer__line a:hover {
  color: #fff;
}

/* ==================== АДАПТИВНЫЕ МЕДИА-ЗАПРОСЫ ==================== */
/* Планшеты и маленькие ноутбуки (1024px - 1200px) */
@media (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
  .sales-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .rproject {
    flex-direction: column;
  }
  .rproject__img {
    width: 100%;
  }
  .layout-grid {
    grid-template-columns: 1fr;
  }
  .left-column {
    grid-template-columns: 1fr 1fr;
  }
}
/* Планшеты (768px - 1023px) */
@media (max-width: 1023px) {
  .header__row {
    gap: 20px;
    align-items: center;
  }
  .header__bottom {
    margin-top: 0;
  }
  .header__logo img {
    height: 55px;
  }
  .header__logo {
    text-align: center;
  }
  .header__top {
    margin-left: auto;
    flex-direction: column;
    gap: 15px;
  }
  .header__wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
  }
  .header-item__phone {
    font-size: 19px !important;
  }
  .header-item__wrapper {
    align-items: center !important;
  }
  .header-item:not(:first-child) {
    display: none;
  }
  .header-item:after {
    display: none;
  }
  .header-item svg {
    display: none;
  }
  .header__description {
    margin-right: 0;
    text-align: center;
  }
  .header__items {
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .header-item {
    margin-right: 20px;
  }
  .header-item:after {
    margin-left: 20px;
  }
  .hero__wrapper {
    bottom: 25px;
    left: 25px;
    gap: 20px;
  }
  .hero__title {
    font-size: 32px;
    line-height: 38px;
  }
  .hero__text {
    font-size: 16px;
    line-height: 24px;
  }
  .section__title {
    font-size: 32px;
    line-height: 40px;
  }
  .sales-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-item {
    flex-direction: column;
  }
  .news-item__img {
    width: 100%;
    height: 200px;
  }
  .about__facts {
    width: 100%;
  }
  .steps .step-item {
    flex-direction: column;
  }
  .steps .step-item__number {
    width: auto;
  }
  .steps .step-item__slider {
    width: 100%;
  }
  .video-section__row {
    flex-direction: column-reverse;
  }
  .video-block {
    width: 100%;
  }
  .review-item__head {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
  }
  .review-item__img {
    width: 100%;
    height: 200px;
  }
  .contacts__title {
    font-size: 36px;
  }
  .contacts__phone, .contacts__email {
    font-size: 24px;
  }
  .contacts .item {
    height: auto;
    gap: 20px;
  }
  .footer__bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Мобильные устройства (576px - 767px) */
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  .btn {
    height: 48px;
    padding: 0 20px;
    font-size: 14px;
  }
  .header__logo img {
    max-height: 80px;
  }
  .header-item {
    margin-right: 15px;
    gap: 10px;
  }
  .header-item:after {
    margin-left: 15px;
  }
  .header-item__wrapper {
    gap: 3px;
  }
  .header-item__phone, .header-item__city, .header-item__worktime {
    font-size: 12px;
  }
  .header-item__call {
    font-size: 14px;
  }
  .header-item__online {
    font-size: 12px;
    gap: 5px;
  }
  .hero__banner {
    border-radius: 20px;
  }
  .hero__wrapper {
    bottom: 15px;
    left: 15px;
    right: 15px;
    gap: 15px;
  }
  .hero__title {
    font-size: 28px;
    line-height: 32px;
  }
  .hero__title br:not(.mb) {
    display: none;
  }
  .hero__title span {
    padding: 0px 8px 4px 8px;
    top: -2px;
  }
  .hero__text {
    font-size: 14px;
    line-height: 20px;
    display: none;
  }
  .hero__actions {
    gap: 15px;
  }
  .hero__actions .btn {
    font-size: 15px;
    width: 250px;
    height: 52px;
  }
  .hero__actions .btn:after {
    margin-left: auto;
  }
  .hero__actions .btn-arrow {
    padding: 0 10px 0 24px;
  }
  .section {
    margin-top: 40px;
  }
  .section.etaps {
    margin-top: 60px;
  }
  .section.projects {
    margin-top: 60px;
  }
  .section.why {
    margin-top: 60px;
  }
  .section.video-section {
    margin-top: 60px;
  }
  .section.consult {
    margin-top: 60px;
  }
  .section__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .section_bg {
    padding: 40px 0;
  }
  .sales-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .sale-item img {
    height: 250px;
  }
  .sale-item__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .m-project__title {
    font-size: 20px;
  }
  .m-project__img {
    height: 300px;
    overflow: hidden;
  }
  .m-project__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .m-project__more {
    width: 40px;
    height: 40px;
  }
  .rproject__content {
    padding: 20px;
  }
  .rproject__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .rproject__params {
    margin-bottom: 20px;
    gap: 15px;
  }
  .rproject__params .item {
    font-size: 14px;
  }
  .rproject__price span {
    font-size: 24px;
  }
  .rproject__actions {
    flex-direction: column;
    align-items: stretch;
  }
  .left-column {
    grid-template-columns: 1fr;
  }
  .why__content {
    top: auto;
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
  .why__content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .steps .step-item {
    padding: 30px 0;
  }
  .steps .step-item__number {
    font-size: 24px;
  }
  .steps .step-item__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .steps .step-item__text {
    font-size: 14px;
  }
  .video__title {
    font-size: 28px;
    line-height: 34px;
  }
  .video-block__play {
    gap: 15px;
  }
  .video-block__play i {
    width: 60px;
    height: 60px;
  }
  .video-block__play span {
    font-size: 14px;
  }
  .review-item {
    padding: 20px;
    gap: 20px;
  }
  .review-item__text {
    padding: 15px;
  }
  .y-reviews {
    padding: 15px;
  }
  .y-reviews__icons {
    gap: 15px;
  }
  .consult-block {
    padding: 15px;
    padding-top: 330px;
  }
  .consult-block form {
    padding: 25px;
  }
  .consult__title {
    font-size: 28px;
    line-height: 32px;
  }
  .g-form input {
    height: 55px;
    font-size: 14px;
    padding: 0 15px;
  }
  .consult .btn {
    height: 55px;
    font-size: 16px;
  }
  .contacts__head {
    margin-bottom: 30px;
  }
  .contacts__title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .contacts__wrapper {
    gap: 20px;
  }
  .contacts .item {
    padding: 20px;
  }
  .contacts__phone, .contacts__email {
    font-size: 20px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer__top {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .footer__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
  }
  .footer__logo {
    gap: 20px;
  }
  .footer__logo img {
    height: 50px;
  }
  .footer__phone, .footer__email {
    font-size: 18px;
  }
  .footer__line {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
/* Маленькие мобильные устройства (320px - 575px) */
@media (max-width: 575px) {
  .container {
    padding: 0 15px;
    max-width: 100%;
  }
  .header__items {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .header-item {
    margin-right: 0;
    justify-content: space-between;
  }
  .header-item:after {
    display: none;
  }
  .header-item__wrapper {
    align-items: flex-end;
  }
  .hero__title {
    font-size: 28px;
    line-height: 32px;
  }
  .hero__actions {
    flex-direction: column;
  }
  .btn {
    justify-content: center;
  }
  .btn-arrow {
    padding: 0 15px;
  }
  .swiper-paginator .swiper-prev,
  .swiper-paginator .swiper-next {
    width: 40px;
    height: 40px;
  }
  .news-item__content {
    padding: 15px;
  }
  .about__title {
    font-size: 28px;
    line-height: 34px;
  }
  .about__facts .item {
    padding: 20px;
  }
  .about__facts .item .number {
    font-size: 36px;
  }
  .footer__bottom {
    gap: 25px;
  }
  .footer-row {
    flex-wrap: wrap;
    gap: 10px;
  }
}
br.mb {
  display: none;
}
@media (max-width: 768px) {
  br.mb {
    display: block;
  }
}

/* ========== АДАПТАЦИЯ ШАПКИ И МЕНЮ ========== */
/* Десктопная логика "Ещё" */
@media (min-width: 1024px) {
  .menu-more {
    position: relative;
  }
  .more-btn {
    cursor: pointer;
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .dropdown-more {
    display: none !important;
    position: absolute;
    top: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    z-index: 100;
    min-width: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }
  .menu-more:hover .dropdown-more {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .dropdown-more li {
    width: 100%;
  }
  .dropdown-more a {
    white-space: nowrap;
  }
}
.toggle-btn {
  cursor: pointer;
}

.works .section.projects {
  margin-top: 50px;
}

/* Бургер-меню и мобильные стили */
@media (max-width: 1200px) {
  .header__bottom nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 32px;
    height: 24px;
    cursor: pointer;
    z-index: 1001;
    margin-left: auto;
    flex-shrink: 0;
  }
  .mobile-menu-toggle span {
    display: block;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 3px;
    transition: all 0.3s ease;
  }
  .mobile-menu-toggle span:nth-child(3) {
    width: 60%;
    margin-left: auto;
  }
  .mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .mobile-menu-toggle.active span:nth-child(3) {
    width: 100%;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    max-width: 300px;
    height: 100%;
    background: #fff;
    z-index: 1000;
    padding: 100px 30px 30px;
    transition: left 0.3s ease;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
  }
  .mobile-menu.active {
    left: 0;
  }
  .mobile-menu ul {
    margin: 0;
    padding: 0;
  }
  .mobile-menu li {
    list-style: none;
    margin-bottom: 20px;
  }
  .mobile-menu a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: block;
    padding: 10px 0;
  }
  .mobile-menu ul ul {
    padding-left: 20px;
    margin-top: 10px;
  }
  .mobile-menu ul ul li {
    margin-bottom: 10px;
  }
  .mobile-menu ul ul a {
    font-size: 16px;
    font-weight: normal;
    color: #666;
  }
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
  }
  .menu-overlay.active {
    display: block;
  }
}
/* Дополнительные адаптивные правки для шапки */
@media (max-width: 767px) {
  .hero__banner img {
    height: 550px;
  }
  .header__logo img {
    max-height: 70px;
  }
  .header__top {
    flex-wrap: wrap;
  }
  .header__description {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .header__items {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header-item {
    margin-right: 15px;
    gap: 10px;
  }
  .header-item:after {
    margin-left: 15px;
  }
  .header-item__phone,
  .header-item__city,
  .header-item__worktime {
    font-size: 12px;
  }
  .header-item__online {
    font-size: 11px;
  }
  .header__bottom {
    flex-direction: row-reverse;
    margin-left: auto;
    gap: 20px;
  }
  .header__bottom .btn {
    margin-left: auto;
    width: auto;
    display: none;
  }
  .swiper-actions .btn {
    width: auto;
  }
  .rproject__img img {
    height: 250px;
    width: 100%;
  }
  .rproject__price {
    margin-bottom: 20px;
  }
  .step-item__slider img {
    height: 250px;
  }
  .step-item {
    gap: 25px;
  }
  .news-item__img img {
    width: 100%;
  }
  .news-item__content {
    gap: 15px;
  }
  .news-item {
    flex-direction: column-reverse;
    gap: 0;
  }
  .about img {
    width: 100%;
    height: 250px;
  }
  .about__more {
    display: none;
  }
  .about__facts {
    flex-direction: column;
  }
  .about__bottom {
    flex-direction: column;
  }
  .why-block {
    height: 450px;
  }
  .video-block img {
    width: 100%;
  }
  .review-item {
    flex-direction: column;
  }
  .y-reviews {
    flex-direction: column;
    gap: 20px;
  }
  .y-reviews__icons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contacts__wrapper {
    flex-direction: column;
  }
  .footer__top {
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer__logo {
    width: 100%;
  }
}
/* Мобильное меню */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 85%;
  max-width: 400px;
  height: 100vh;
  background: #fff;
  z-index: 1000;
  padding: 30px 25px;
  transition: left 0.3s ease;
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.mobile-menu.active {
  left: 0;
}

/* Логотип в мобильном меню */
.mobile-logo {
  margin-bottom: 20px;
  display: flex;
  gap: 25px;
  align-items: center;
}

.mobile-logo-link img {
  max-height: 80px;
  width: auto;
}

.mobile-description {
  font-size: 13px;
  color: #999;
  margin-top: 12px;
}

.mobile-nav a i {
  float: right;
}

/* Навигация в мобильном меню */
.mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav li {
  margin-bottom: 7px;
}

.mobile-nav a {
  display: block;
  padding: 8px 0;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
}

.mobile-nav .parent > a {
  position: relative;
}

.mobile-nav a > svg {
  display: none;
}

.mobile-contacts .socials {
  display: flex;
  align-items: center;
  gap: 5px;
}
.mobile-contacts .socials a {
  background: #111;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.mobile-contacts .btn {
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
  width: auto;
  display: flex;
  height: 60px;
}

.mobile-nav a i {
  float: right;
  transform: rotate(-90deg);
  transition: transform 0.2s;
}

.mobile-nav .parent.open > a i {
  transform: rotate(0deg);
}

.mobile-nav .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-nav .sub-menu.open {
  display: block;
  padding-left: 20px;
}

.mobile-nav .sub-menu a {
  font-size: 16px;
  font-weight: normal;
  color: #666;
}

/* Контакты в мобильном меню */
.mobile-contacts {
  padding-top: 20px;
}

.mobile-phone,
.mobile-email {
  margin-bottom: 20px;
}

.mobile-phone a,
.mobile-email a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}

.mobile-phone span,
.mobile-email span {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  display: block;
}

/* Бургер-кнопка */
.mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
  z-index: 1001;
  margin-left: auto;
  margin-right: 20px;
}

.mobile-menu-toggle span {
  display: block;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Оверлей */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.menu-overlay.active {
  display: block;
}

/* Скрываем бургер на десктопе */
@media (min-width: 1024px) {
  .mobile-menu-toggle,
  .mobile-menu,
  .menu-overlay {
    display: none;
  }
}
/* Дополнительно: подменю на мобильных */
.mobile-nav .parent {
  position: relative;
}

.mobile-nav .parent > a i {
  float: right;
  margin-top: 5px;
}

/* ===== Фиксированная шапка на мобильных ===== */
@media (max-width: 1023px) {
  .header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
    transition: box-shadow 0.3s;
  }
  .header.scrolled {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  }
  /* Блокировка прокрутки при открытом меню */
  body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}
/* На десктопе шапка обычная (не sticky) */
@media (min-width: 1024px) {
  .header {
    position: static;
  }
}
@media (min-width: 1681px) {
  body {
    zoom: 1.2;
  }
}

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


/*# попап */
body .fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.8) !important;
}

body .theme-modal .subtitle {
  font-size: 16px;
}

body .theme-modal .title {
  font-weight: 700;
}

body .theme-modal.fancybox__content {
  padding: 40px 40px;
}

body #seo2-block .description {
  background: none;
  padding: 0;
}

@media (max-width: 992px) {
  .product-cat-left__bottom {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start !important;
  }
  .product-cat-left__bottom .btn {
    width: fit-content;
    padding-right: 5px;
  }
  .facts {
    flex-direction: column;
    /*align-items: center;*/
    gap: 20px;
  }
  .facts .item:after {
    display: none;
  }
  .facts .item__icon {
    flex-shrink: 0;
  }
  .title-wrap .p1 {
    font-size: 14px;
  }
  body .sub-cats-list {
    display: flex !important;
    overflow: auto;
    white-space: nowrap;
    margin-top: 55px;
    padding-bottom: 20px;
  }
  .sub-cats-list:before {
    position: absolute;
    margin-top: -95px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 25px 0;
  width: 100%;
  gap: 5px;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #F9F9F9;
  /*display: block;*/
}

.pagination .page-numbers:hover {
  background: rgb(233, 233, 233);
}

.pagination .page-numbers.current {
  background: #FF7004;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  display: none;
}