:root {
  --body-width: min( 100vw, 1920px );
  --content-width: 1260px;
  --side-size: calc( ( var(--body-width) - var(--content-width) + 30px ) / 2 );
}

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-SemiBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("Montserrat"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
}
@font-face {
  font-family: "Mak";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("Mak"), url("../fonts/Mak-Light.woff2") format("woff2"), url("../fonts/Mak-Light.woff") format("woff");
}
@font-face {
  font-family: "Mak";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Mak"), url("../fonts/Mak-Bold.woff2") format("woff2"), url("../fonts/Mak-Bold.woff") format("woff");
}
@font-face {
  font-family: "ALS Rubl";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: local("ALS Rubl"), url("../fonts/ALSRubl.woff2") format("woff2"), url("../fonts/ALSRubl.woff") format("woff");
}
/* ********************
 * * Lark.sass.mini v3.0.0
 * * Description: CSS reset and adaptive layout
 * * Author: Dima Boro
 * * LastUpd: 06.02.2022
 * ******************** */
* {
  outline: none;
  border: 0;
}

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

input, textarea, select, pre, blockquote, button {
  font: inherit;
  background: transparent;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

textarea {
  resize: none;
}

:focus {
  outline: 0;
}

[hidden] {
  display: none;
}

[draggable=false] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

img, svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: currentColor;
}

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

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

.preload * {
  transition: none !important;
}

/* ========= General ========= */
::-moz-selection {
  background: #2AD081;
  color: #fff;
}
::selection {
  background: #2AD081;
  color: #fff;
}

a, .a {
  transition: color 0.15s;
  text-decoration: none;
  color: currentColor;
  cursor: pointer;
}
a:hover, .a:hover {
  text-decoration: none;
  color: #2AD081;
}

.color {
  color: #2AD081;
}

.text-box {
  line-height: 1.35;
}

body, html {
  scroll-behavior: smooth;
}

html {
  touch-action: manipulation;
  overflow-x: hidden;
}
html.noscroll {
  overflow: hidden !important;
  padding-right: var(--scrollbarWidth);
}

body {
  font: 400 26px/1.39 "Montserrat", sans-serif;
  color: #313131;
  background: #000;
}

.wrapper {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
}

[class*=-box] {
  position: relative;
}

.h1, .h2, .h3, .h4, .h5, .h6, .h {
  font: inherit;
  font-family: "Mak", serif;
  font-weight: 300;
  line-height: 1.17;
}
.h1 b, .h1 strong, .h2 b, .h2 strong, .h3 b, .h3 strong, .h4 b, .h4 strong, .h5 b, .h5 strong, .h6 b, .h6 strong, .h b, .h strong {
  font-weight: 700;
}

.h1 {
  font-size: 100px;
  line-height: 100%;
}

.h2 {
  font-size: 80px;
  line-height: 1.025;
}

.h3 {
  font-size: 40px;
  line-height: 1.05;
}

.h4 {
  font-size: 34px;
  line-height: 1.1470588235;
}

.h5 {
  font-size: 20px;
}

p, .p {
  line-height: 1.92;
}

b, strong {
  font-weight: 600;
}

img, svg {
  pointer-events: none;
}

.rub {
  font-family: "ALS Rubl", serif;
  font-weight: 400;
  line-height: 1;
}

.p-0 {
  padding: 0;
}

.preload * {
  transition: none !important;
}

ul.custom-list,
ol.custom-list {
  padding: 0;
  margin: 22px 0 38px;
}
ul.custom-list li,
ol.custom-list li {
  display: flex;
  padding: 0;
  margin: 14px 0;
  list-style: none;
}
ul.custom-list li::before,
ol.custom-list li::before {
  content: "";
  flex-shrink: 0;
}

ul.custom-list li::before {
  width: 13px;
  height: 13px;
  margin-top: 5px;
  margin-right: 16px;
  background: url("../images/h-3-color.svg") no-repeat 50%;
  background-size: 100%;
  transform: rotate(-90deg);
}

ol.custom-list {
  counter-reset: myCounter;
}
ol.custom-list li::before {
  counter-increment: myCounter;
  content: "0" counter(myCounter);
  width: 27px;
  font-size: 13px;
  font-weight: 700;
  color: #2AD081;
  opacity: 0.8;
}
ol.custom-list li:nth-child(n+10)::before {
  content: counter(myCounter);
}

.cover-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.to-svg {
  transition: fill 0.2s;
}

.arrows {
  display: grid;
  grid-template-columns: 8px 8px;
  gap: 30px;
}
.arrows .arrow {
  box-sizing: content-box;
  padding: 10px;
  margin: -10px;
  cursor: pointer;
}
.arrows .arrow.arrow-prev {
  transform: scaleX(-1);
}
.arrows .arrow.disabled, .arrows .arrow.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.arrows .arrow.slick-hidden {
  display: block;
  visibility: hidden;
}
.arrows .arrow:hover svg {
  fill: #2AD081 !important;
}
.arrows.dark .arrow svg {
  fill: #313131 !important;
}
.arrows.dark .arrow:hover svg {
  fill: #2AD081 !important;
}

.social-list {
  display: flex;
}
.social-list a {
  margin-left: 26px;
}
.social-list a:hover svg {
  fill: #25B872 !important;
}
.social-list .to-svg {
  max-width: 26px;
  transition: fill 0.2s;
}

.heart-icon {
  cursor: pointer;
}
.heart-icon:hover svg, .heart-icon.active svg {
  fill: #2AD081 !important;
}

.text {
  line-height: 162%;
}
.text p {
  white-space: pre-line;
}
.text p:not(:last-child) {
  margin-bottom: 2em;
}
.text img {
  margin-top: 17px;
  margin-bottom: 10px;
}
.text ul {
  margin-top: -0.45em;
  margin-bottom: 1.5em;
}
.text ul li {
  display: flex;
}
.text ul li:not(:last-child) {
  margin-bottom: 1.15em;
}
.text ul li::before {
  content: "";
  flex-shrink: 0;
  margin-top: 19px;
  margin-right: 24px;
  width: 12px;
  height: 12px;
  background: #2AD081;
  border-radius: 50%;
}
.text .tac {
  text-align: center;
}

.wave-top .container,
.wave-bottom .container {
  position: relative;
  z-index: 3;
}

.wave-top::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -187px;
  height: 188px;
  background: url("../images/comfort-top.svg") no-repeat 50% 100%;
  background-size: 100% auto;
  pointer-events: none;
}

.wave-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -122px;
  height: 189px;
  background: url("../images/home-bottom.svg") no-repeat 50% 0%;
  background-size: 100% auto;
  pointer-events: none;
}

.wow.fadeInDown {
  visibility: hidden;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  height: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.2s;
  cursor: pointer;
  padding: 30px 64px;
  max-height: 90px;
  border-radius: 50px;
  background: #2AD081;
  width: 100%;
}
.btn:hover {
  background: #25B872;
  color: #fff;
}

.form-input {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 80px;
  width: 100%;
  font-size: 26px;
}
.form-input input, .form-input textarea {
  display: block;
  padding-bottom: 37px;
  width: 100%;
  background: transparent;
  font: inherit;
  color: #fff;
  outline: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}
.form-input input::-moz-placeholder, .form-input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-input input:-ms-input-placeholder, .form-input textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-input input::placeholder, .form-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-input input:focus ~ svg, .form-input textarea:focus ~ svg {
  fill: #2AD081;
}
.form-input input:focus ~ span, .form-input textarea:focus ~ span {
  background-size: 0 3px, 100% 3px;
}
.form-input input:not(:-moz-placeholder-shown), .form-input textarea:not(:-moz-placeholder-shown) {
  border-bottom: 1px solid #fff;
}
.form-input input:not(:-ms-input-placeholder), .form-input textarea:not(:-ms-input-placeholder) {
  border-bottom: 1px solid #fff;
}
.form-input input:not(:placeholder-shown), .form-input textarea:not(:placeholder-shown) {
  border-bottom: 1px solid #fff;
}
.form-input textarea {
  min-height: 153px;
}
.form-input.invalid input:not(:focus) ~ span {
  left: 0;
  right: 0;
  opacity: 1;
  background: #FF2424;
}
.form-input.valid::after {
  opacity: 1;
}
.form-input img, .form-input svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.1538em;
  width: 1.1538em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  fill: #fff;
  transition: 0.2s;
}
.form-input span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  transition: 0.3s;
  background-image: linear-gradient(transparent, transparent), linear-gradient(#2AD081, #2AD081);
  background-size: 100% 3px, 0 3px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.4s ease-in-out, background-position 0.4s ease-in-out;
}

.form-file {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.form-file:hover span {
  opacity: 0.7;
}
.form-file svg {
  fill: #2AD081 !important;
}
.form-file span {
  flex-shrink: 0;
  font-weight: 600;
  margin-left: 20px;
  margin-right: 51px;
  transition: 0.2s;
}
.form-file:not(.valid) input[type=file] {
  display: none;
}
.form-file input[type=file] {
  margin-top: 5px;
  width: 100%;
  font-size: 14px;
  opacity: 0.7;
  pointer-events: none;
}
.form-file input[type=file]::-webkit-file-upload-button {
  display: none;
}
.form-file input[type=file]::-webkit-file-upload-button, .form-file input[type=file]::file-selector-button {
  display: none;
}

.form-checkbox {
  display: flex;
  align-self: flex-start;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.form-checkbox input[type=checkbox],
.form-checkbox input[type=radip] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: no-repeat 50%;
  border-radius: 0;
  border: 0;
  outline: 0;
  pointer-events: none;
}
.form-checkbox input[type=checkbox]:checked,
.form-checkbox input[type=radip]:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='15' viewBox='0 0 20 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.3907 0L6.35202 11.8356L1.60934 7.17291L0 8.75511L6.35202 15L20 1.5822L18.3907 0Z' fill='white'/%3E%3C/svg%3E");
  background-color: #2AD081;
}
.form-checkbox input[type=checkbox]:not(:checked),
.form-checkbox input[type=radip]:not(:checked) {
  border: 1px solid #989898;
}
.form-checkbox span {
  max-width: 520px;
}

.slick-slider.slick-padding .slick-list {
  margin: 0 -15px;
}
.slick-slider.slick-padding .slick-slide {
  margin: 0 15px;
}

.slick-slider.slick-outside .slick-list {
  overflow: visible;
}
.slick-slider.slick-outside .slick-slide {
  margin: 0 15px;
}
.slick-slider.slick-outside .slick-track {
  margin: 0;
}
.slick-slider.slick-outside:not(.slick-initialized) {
  visibility: hidden;
}
.slick-slider.slick-outside .slick-slide {
  opacity: 0;
  transition: opacity 0.2s;
}
.slick-slider.slick-outside .slick-slide.slick-active, .slick-slider.slick-outside .slick-slide.slick-active ~ .slick-slide {
  opacity: 1;
}

.slick-nav {
  display: flex;
  justify-content: flex-end;
}
.slick-nav .arrows {
  grid-template-columns: 14px 14px;
  gap: 50px;
}

.slick-arrow-inside {
  position: relative;
}
.slick-arrow-inside .arrows {
  position: absolute;
  right: 62px;
  bottom: 56px;
  grid-template-columns: 14px 14px;
  gap: 50px;
}

.outside-house-slide {
  position: relative;
  display: block;
  padding-bottom: 78.13%;
  max-width: 700px;
  cursor: pointer;
  color: #fff;
  overflow: hidden;
}
.outside-house-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(28, 29, 32, 0.0001) 26.39%, #1C1D20 100%);
  transition: opacity 0.2s;
}
.outside-house-slide .slide-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 80px;
  font-size: 40px;
  line-height: 1.225;
  transition: opacity 0.2s;
  z-index: 2;
}
.outside-house-slide img {
  transition: transform 0.3s;
}
.outside-house-slide:not(:hover):not(.active)::after,
.outside-house-slide:not(:hover):not(.active) .slide-title {
  opacity: 0;
}
.outside-house-slide:hover {
  color: #fff;
}
.outside-house-slide:hover img {
  transform: scale(1.05);
}

:root {
  --fixed-header-height: 100px;
}

.header-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 50;
  pointer-events: none;
  transition: 0.3s;
}
.header-box.fixed {
  background: #2e2e2e;
}
.header-box.fixed .head-side {
  padding: 0;
  height: var(--fixed-header-height);
  background: transparent;
}
.header-box.fixed .logo {
  height: var(--fixed-header-height);
}
.header-box.fixed .logo .logo-text {
  opacity: 0;
  visibility: hidden;
}
.header-box.fixed .logo .logo-oval {
  width: 120px;
  top: -30px;
}
.header-box.fixed .logo .logo-img {
  top: -34px;
  width: 100px;
}
.header-box .container {
  display: grid;
  grid-template-columns: 1fr 150px 1fr;
  gap: 10px;
}
.header-box .logo {
  position: relative;
  top: 34px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: 0.3s;
}
.header-box .logo .logo-img {
  position: absolute;
  top: 11px;
  transition: 0.3s;
}
.header-box .logo .logo-oval {
  position: relative;
  transition: 0.3s;
}
.header-box .logo .logo-text {
  margin: 2px -50px;
  font-size: 40px;
  line-height: 105%;
  text-align: center;
  transition: 0.3s;
}
.header-box .head-side {
  display: flex;
  align-items: center;
  padding-top: 18px;
  height: 142px;
  background: repeat-x 0% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='3' viewBox='0 0 1920 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1 1H1920' stroke='white' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E%0A");
  pointer-events: auto;
}
.header-box .burger {
  position: relative;
  box-sizing: content-box;
  top: -1px;
  padding: 30px;
  margin: -30px;
  width: 40px;
  cursor: pointer;
}
.header-box .burger:hover svg {
  fill: #25B872 !important;
}
.header-box .breadcrumbs {
  padding-bottom: 3px;
  margin-left: 69px;
  font-size: 22px;
}
.header-box .breadcrumbs i {
  font: inherit;
  margin-right: 28px;
}
.header-box .right-side {
  padding-top: 13px;
  justify-content: flex-end;
}
.header-box .heart-icon {
  position: relative;
  flex-shrink: 0;
}
.header-box .heart-icon .to-svg {
  width: 30px;
}
.header-box .heart-icon span:not(:empty) {
  position: absolute;
  top: -3px;
  right: 0;
  height: 20px;
  min-width: 20px;
  background: #2AD081;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
}
.header-box .phone-col {
  margin-left: 84px;
  margin-right: 70px;
}
.phone-col {
  display: flex;
  flex-direction: column;
}
.phone-col .pc-top > *:not(.active) {
  display: none;
}
.phone-col .h {
  position: relative;
  font-size: 30px;
}
.phone-col .dot {
  position: absolute;
  top: 0.38em;
  left: -0.75em;
  width: 8px;
  height: 8px;
  background: #2AD081;
  border-radius: 50%;
}
.phone-col .pc-bottom {
  display: grid;
  grid-template-columns: -webkit-min-content -webkit-min-content;
  grid-template-columns: min-content min-content;
  grid-gap: 1.6em;
  font-size: 16px;
  white-space: nowrap;
}
.phone-col .pc-bottom span:not(.active) {
  opacity: 0.5;
  cursor: pointer;
}

.header-box .social-list {
  margin-top: -3px;
}

.menu-box {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #1C1D20;
  z-index: 60;
  color: #fff;
  transition: opacity 0.3s;
  overflow-y: scroll;
}
.menu-box:not(.active) {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.menu-box .burger svg {
  transition: transform 1s, fill 0.2s;
}
.menu-box .burger:hover svg {
  transform: rotate(270deg);
}
.menu-box .bottom-line {
  position: absolute;
  height: 2px;
  background: repeat-x 0% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='3' viewBox='0 0 1920 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1 1H1920' stroke='white' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E%0A");
  background-clip: content-box;
  bottom: 0;
}
.menu-box .top-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 19px;
  height: 142px;
}
.menu-box .burger {
  margin-left: 4px;
  cursor: pointer;
}
.menu-box .burger svg {
  transition: transform 0.7s, fill 0.2s;
}
.menu-box .form-search {
  max-width: 600px;
}
.menu-box .input-search {
  display: flex;
  align-items: center;
  width: 100%;
}
.menu-box .input-search button {
  order: -1;
  margin-right: 14px;
}
.menu-box .input-search button svg {
  fill: #8D8E8F !important;
}
.menu-box .input-search .input-text {
  margin-top: 4px;
  font-size: 20px;
  color: #fff;
  width: 100%;
}
.menu-box .input-search .input-text:focus ~ button svg {
  fill: #2AD081 !important;
}
.menu-box .input-search .input-text:not(:-moz-placeholder-shown) ~ .reset {
  opacity: 0.5;
}
.menu-box .input-search .input-text:not(:-ms-input-placeholder) ~ .reset {
  opacity: 0.5;
}
.menu-box .input-search .input-text:not(:placeholder-shown) ~ .reset {
  opacity: 0.5;
}
.menu-box .input-search .input-text:not(:-moz-placeholder-shown) ~ .reset:hover {
  opacity: 1;
}
.menu-box .input-search .input-text:not(:-ms-input-placeholder) ~ .reset:hover {
  opacity: 1;
}
.menu-box .input-search .input-text:not(:placeholder-shown) ~ .reset:hover {
  opacity: 1;
}
.menu-box .input-search .reset {
  opacity: 0;
  font-size: 20px;
  transition: 0.2s;
  font-size: 30px;
  cursor: pointer;
}
.menu-box .menu-row {
  position: relative;
  padding-top: 158px;
  padding-bottom: 117px;
}
.menu-box .menu-row ul {
  margin-top: 49px;
}
.menu-box .menu-row li {
  margin-bottom: 20px;
}
.menu-box .contact-row {
  display: flex;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 80px;
}
.menu-box .contact-row .phone-col:not(.address-col) {
  margin-left: 23px;
}
.menu-box .contact-row .address-col {
  margin-top: -3px;
}
.menu-box .contact-row .social-list {
  width: 100%;
  justify-content: flex-end;
}

.home-box {
  min-height: 980px;
  color: #fff;
}
.home-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1C1D20 no-repeat 50% 0%;
  background-image: linear-gradient(0deg, #1C1D20 0%, rgba(28, 29, 32, 0.0001) 600px, rgba(0, 0, 0, 0.0001) 100%), url("../images/home-bg.jpg");
  background-size: cover;
  pointer-events: none;
  z-index: 1;
}
.home-box .middle {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 420px;
  text-align: center;
}
.home-box .middle .h1 {
  max-width: 9em;
}
.home-box .middle .to-svg {
  margin: 47px 0 41px;
}
.home-box .middle p a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.home-box .middle p a:hover {
  border-color: rgba(42, 208, 129, 0.5);
}
.home-box .home-slider {
  position: absolute;
  right: 15px;
  bottom: -280px;
  width: 100%;
  max-width: 405px;
  padding-bottom: 20px;
  background: #1C1D20;
  transition: transform 0.3s, opacity 0.2s;
}
.home-box .home-slider:not(.initialized) {
  opacity: 0;
  transform: translateY(-50%);
}
.home-box .home-slider .slide-image {
  position: relative;
  width: 100%;
  padding-bottom: 78%;
}
.home-box .home-slider .slide-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(28, 29, 32, 0.0001) 26.39%, #1C1D20 100%);
}
.home-box .home-slider .slide-info {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 60px;
  right: 60px;
  bottom: 11px;
  font-size: 30px;
  z-index: 2;
}
.home-box .home-slider .slide-info .heart {
  width: 20px;
  cursor: pointer;
  pointer-events: auto;
}
.home-box .home-slider .slide-info .heart:hover, .home-box .home-slider .slide-info .heart.active {
  fill: #2AD081 !important;
}
.home-box .home-slider .slider-nav {
  display: flex;
  align-items: center;
  padding: 7px 60px;
}
.home-box .home-slider .slider-nav .progress {
  position: relative;
  margin-right: 34px;
  width: 100%;
  height: 1px;
  background: #fff;
  overflow: hidden;
}
.home-box .home-slider .slider-nav .progress .progress-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2AD081;
  width: 0;
}

.perfect-box {
  padding-top: 264px;
  padding-bottom: 130px;
}
.perfect-box .top-row {
  padding-bottom: 156px;
  background: repeat-x 0% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='3' viewBox='0 0 1920 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1 1H1920' stroke='%237A7C81' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E%0A");
}
.perfect-box .top-row .pt-left {
  display: flex;
}
.perfect-box .top-row .h {
  font-size: 40px;
}
.perfect-box .top-row .line {
  margin-top: 22px;
  margin-left: 73px;
}
.perfect-box .top-row .info {
  margin-top: -6px;
  font-size: 36px;
  line-height: 1.39;
  line-height: 167%;
}
.perfect-box .middle-row {
  position: relative;
  padding-top: 119px;
}
.perfect-box .middle-row .h2 {
  max-width: 500px;
  margin-top: 30px;
}
.perfect-box .middle-row .srub {
  position: absolute;
  top: 308px;
  left: -90px;
}
.perfect-box .middle-row .tree {
  position: absolute;
  bottom: -193px;
  left: 45px;
}
.perfect-box .perfect-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.perfect-box .pl-item {
  position: relative;
  max-width: 405px;
  margin-bottom: 100px;
}
.perfect-box .perfect-line-2 {
  position: absolute;
  top: 54px;
  left: -320px;
}
.perfect-box .perfect-line-3 {
  position: absolute;
  top: -180px;
  right: -96px;
}
.perfect-box .perfect-line-4 {
  position: absolute;
  top: 133px;
  left: -322px;
}
.perfect-box .pl-circle {
  position: relative;
  margin-left: -48px;
  width: 1.946em;
  height: 1.946em;
  font-size: 130px;
}
.perfect-box .pl-circle .pl-img {
  position: absolute;
  top: 0.68em;
  left: 0.49em;
  width: 0.638em;
}
.perfect-box .pl-circle span {
  position: absolute;
  top: 0.49em;
  left: 0.37em;
}
.perfect-box .pl-text {
  margin-top: -32px;
  line-height: 162%;
}
.perfect-box .btn-wrap {
  margin-top: -21px;
  max-width: 600px;
}
.perfect-box .btn-wrap .btn {
  width: 100%;
}

.comfort-box {
  margin-top: 187px;
  margin-bottom: 180px;
  padding-top: 89px;
  background: #1C1D20;
  color: #fff;
}
.comfort-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 177px;
  background: #1C1D20 no-repeat 60% 0%;
  background-image: linear-gradient(180deg, #1C1D20 0%, rgba(28, 29, 32, 0.0001) 600px, rgba(0, 0, 0, 0.0001) 100%), url("../images/comfort-bg.jpg");
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}
.comfort-box .top-row {
  padding-bottom: 156px;
  background: repeat-x 0% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='3' viewBox='0 0 1920 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1 1H1920' stroke='%23FFFFFF' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E%0A");
}
.comfort-box .top-row .pt-left {
  display: flex;
}
.comfort-box .top-row .h {
  font-size: 40px;
}
.comfort-box .top-row .line {
  margin-top: 22px;
  margin-left: 73px;
}
.comfort-box .top-row .info {
  margin-top: -6px;
  font-size: 36px;
  line-height: 1.39;
  line-height: 167%;
}
.comfort-box .middle-row {
  position: relative;
  padding-top: 130px;
}
.comfort-box .middle-row .h2 {
  max-width: 5em;
  margin-top: 19px;
}
.comfort-box .middle-row .info {
  max-width: 800px;
}
.comfort-box .middle-row .info p {
  margin-bottom: 2em;
}
.comfort-box .middle-row .btn-wrap {
  max-width: 600px;
}
.comfort-box .middle-row .btn-wrap .btn {
  width: 100%;
}
.comfort-box .slick-nav {
  margin-top: 50px;
  margin-bottom: 56px;
}
.comfort-box .comfort-slider {
  max-height: 550px;
}
.comfort-box .outside-house-slide {
  margin-bottom: -180px;
}

.own-box {
  padding-top: 150px;
  padding-bottom: 130px;
}
.own-box .own-mini-list {
  position: -webkit-sticky;
  position: sticky;
  top: var(--fixed-header-height);
  margin-top: 49px;
  padding: 104px 60px 66px;
}
.own-box .own-mini-list .own-borders {
  position: absolute;
  top: 0;
  left: 0;
}
.own-box .own-mini-list .own-axe {
  position: absolute;
  right: -11px;
  bottom: 0;
}
.own-box .own-mini-list li {
  position: relative;
  display: grid;
  grid-template-columns: 86px 1fr;
}
.own-box .own-mini-list li.active {
  color: #2AD081;
}
.own-box .own-mini-list li:not(:last-child) {
  margin-bottom: 47px;
}
.own-box .own-mini-list .int {
  font-size: 40px;
}
.own-box .own-list {
  position: relative;
  margin-top: -30px;
}
.own-box .ol-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 26px;
  margin-bottom: -2px;
}
.own-box .ol-item:nth-child(2) {
  margin-bottom: 30px;
}
.own-box .ol-left {
  position: relative;
}
.own-box .ol-left .ol-line-1 {
  position: absolute;
  top: 264px;
  left: 22px;
}
.own-box .ol-left .ol-tree-1 {
  position: absolute;
  top: 380px;
  left: 11px;
}
.own-box .ol-left .ol-tree-1-2 {
  position: absolute;
  top: 637px;
  left: 61px;
}
.own-box .ol-left .ol-line-3 {
  position: absolute;
  top: 265px;
  left: 73px;
}
.own-box .ol-left .ol-tree-3 {
  position: absolute;
  top: 284px;
  left: 83px;
}
.own-box .ol-circle {
  position: relative;
  margin-left: -48px;
  width: 1.946em;
  height: 1.946em;
  font-size: 130px;
}
.own-box .ol-circle .ol-img {
  position: absolute;
  top: 0.68em;
  left: 0.49em;
  width: 0.638em;
}
.own-box .ol-circle span {
  position: absolute;
  top: 0.49em;
  left: 0.37em;
}
.own-box .ol-right {
  margin-top: 82px;
  line-height: 162%;
}
.own-box .ol-right p {
  white-space: pre-line;
}
.own-box .ol-right p:not(:last-child) {
  margin-bottom: 2em;
}
.own-box .ol-right .btn {
  margin-top: -3px;
  max-width: 724px;
}
.own-box .phone-row {
  margin-top: 68px;
  margin-left: 32px;
  margin-right: 17px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.own-box .phone-row .phone-col {
  font-size: 20px;
}
.own-box .phone-row .phone-col .h {
  font-size: 38px;
}
.own-box .phone-row .phone-col .dot {
  top: 0.33em;
  left: -0.85em;
  width: 12px;
  height: 12px;
}
.own-box .phone-row .phone-col .pc-bottom {
  margin-top: 2px;
  pointer-events: none;
}

.footer-box {
  margin-top: 318px;
  background: #1C1D20;
  color: #fff;
}
.footer-box .banners-row {
  position: relative;
  top: -307px;
  margin-bottom: -307px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.footer-box .banners-row .bn {
  position: relative;
  display: block;
  padding-bottom: 71.428%;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.footer-box .banners-row .bn:hover img, .footer-box .banners-row .bn:hover svg {
  transform: scale(1.05);
}
.footer-box .banners-row .bn img, .footer-box .banners-row .bn svg {
  transition: 0.3s;
}
.footer-box .banners-row .bn .house {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer-box .banners-row .bn .mini-text {
  position: absolute;
  top: 0;
  padding: 120px 100px;
}
.footer-box .banners-row .bn .big-text {
  position: absolute;
  bottom: 0;
  padding: 120px 100px;
  font-size: 50px;
}
.footer-box .banners-row .bn-1 {
  background: #2AD081;
}
.footer-box .banners-row .bn-2 {
  background: #39393E;
}
.footer-box .banners-nav .bn-nav {
  margin-top: -55px;
  position: relative;
  display: block;
  padding-bottom: 78.17%;
  color: #fff;
  overflow: hidden;
  height: 0;
}
.footer-box .banners-nav .bn-nav img {
  transition: transform 0.3s;
}
.footer-box .banners-nav .bn-nav:hover img {
  transform: scale(1.05);
}
.footer-box .banners-nav .bn-nav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(28, 29, 32, 0.0001) 26.39%, #1C1D20 100%);
  transition: opacity 0.2s;
}
.footer-box .banners-nav .bn-nav .bn-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 76px 80px;
  font-weight: 300;
  font-size: 40px;
  z-index: 2;
}
.footer-box .banners-nav .bn-nav .bn-info {
  position: absolute;
  top: 30px;
  padding: 15px 32px 10px;
  background: #1C1D20;
  font-size: 30px;
  border-radius: 40px;
  color: #fff;
  z-index: 5;
}
.footer-box .banners-nav .bn-nav .bn-info .arrow {
  display: inline-block;
  margin-bottom: 3px;
  width: 9px;
  fill: #2AD081 !important;
}
.footer-box .banners-nav .bn-prev .bn-info {
  left: 30px;
}
.footer-box .banners-nav .bn-prev .bn-info .arrow {
  margin-left: -8px;
  margin-right: 4px;
  transform: scale(-1);
}
.footer-box .banners-nav .bn-next .bn-info {
  right: 30px;
}
.footer-box .banners-nav .bn-next .bn-info .arrow {
  margin-left: 4px;
  margin-right: -8px;
}
.footer-box .ooo-row {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-box .ooo-row .ooo-name {
  position: relative;
  top: 8px;
  margin-right: 51px;
  max-width: 6em;
  font-size: 40px;
  line-height: 1;
}
.footer-box .ooo-row .ooo-info {
  white-space: pre-line;
}
.footer-box .ooo-row .social-list {
  margin-left: auto;
}
.footer-box .logo-row {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr 114px 1fr;
  align-items: center;
  gap: 32px;
}
.footer-box .logo-row span {
  margin-top: 13px;
  height: 2px;
  background: repeat-x 0% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='3' viewBox='0 0 1920 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1 1H1920' stroke='white' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E%0A");
}
.footer-box .contact-row {
  display: grid;
  grid-template-columns: 1fr 3px 1fr;
  gap: 100px;
  margin-top: 37px;
  background: repeat-x 0% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='3' viewBox='0 0 1920 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1 1H1920' stroke='white' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E%0A");
}
.footer-box .contact-row .contact-line {
  height: calc(100% - 30px);
  width: 3px;
  background: repeat-y 100% 0%;
  background-image: url("data:image/svg+xml,%3Csvg width='3' height='217' viewBox='0 0 3 217' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1.5 219.541V1.1097' stroke='white' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E");
}
.footer-box .contact-item {
  position: relative;
  padding-bottom: 80px;
}
.footer-box .contact-item .map-bg {
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer-box .contact-item .top-row {
  display: flex;
  justify-content: space-between;
  line-height: 1.23;
}
.footer-box .contact-item .top-row .address {
  white-space: pre-line;
}
.footer-box .contact-item .top-row .time {
  margin-top: 13px;
  font-size: 20px;
  opacity: 0.5;
  white-space: nowrap;
}
.footer-box .contact-item .phone {
  display: inline-block;
  margin-top: 38px;
  font-size: 60px;
}
.footer-box .bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 0 105px;
}
.footer-box .bottom-row .fb-menu {
  display: flex;
  font-size: 24px;
}
.footer-box .bottom-row .fb-menu a, .footer-box .bottom-row .fb-menu span {
  margin-right: 88px;
}
.footer-box .bottom-row .fb-menu a.active, .footer-box .bottom-row .fb-menu span.active {
  color: #2AD081;
}
.footer-box .bottom-row .fb-dev {
  display: flex;
  align-items: center;
  font-size: 20px;
}
.footer-box .bottom-row .fb-dev span {
  margin-right: 41px;
}
.footer-box .bottom-row .fb-dev .beavers {
  margin-top: -30px;
  display: inline-block;
  transition: transform 0.25s;
}
.footer-box .bottom-row .fb-dev .beavers:hover {
  transform: scale(1.05);
}

.popup-boxes > .popup:not(.active) {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.popup-boxes > .popup:not(.active) .content-wrap {
  opacity: 0;
  transform: translateX(100%);
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: opacity 0.5s;
  background: rgba(28, 29, 32, 0.3);
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 70;
}
.popup .close-popup {
  cursor: pointer;
}
.popup .empty-space {
  position: absolute;
  top: 0;
  left: -100vw;
  right: 0;
  bottom: 0;
}
.popup .container {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.popup .close-btn {
  display: inline-block;
  margin-bottom: 70px;
}
.popup .close-btn svg {
  transition: transform 1s;
}
.popup .close-btn:hover svg {
  transform: rotate(360deg);
}
.popup .content-wrap {
  position: relative;
  padding: 114px 35px 160px 140px;
  min-height: 100vh;
  max-width: 1065px;
  width: 100%;
  background: #1C1D20;
  color: #fff;
  transition: opacity 0.4s, transform 0.5s;
}
.popup .content-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: -100vw;
  left: 100%;
  bottom: 0;
  background: inherit;
}

.popup-house .popup-title {
  margin-bottom: 75px;
}
.popup-house .popup-title .sub-title {
  margin-top: 37px;
}
.popup-house .file-row {
  display: grid;
  grid-template-columns: 320px auto;
  align-items: center;
  margin-top: -11px;
  margin-bottom: 90px;
}
.popup-house .file-row .info {
  font-size: 16px;
  opacity: 0.5;
}
.popup-house .btn-row {
  display: grid;
  grid-template-columns: 433fr 417fr;
  gap: 40px;
  align-items: center;
}
.popup-house .btn-row .info {
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  opacity: 0.5;
}

.popup-form-success .popup-title {
  max-width: 560px;
  margin-bottom: 75px;
}
.popup-form-success .popup-title .sub-title {
  margin-top: 37px;
}
.popup-form-success .asterisk {
  margin: 113px 0 49px;
  font-size: 16px;
  opacity: 0.5;
}
.popup-form-success .btn {
  position: relative;
  max-width: 336px;
  z-index: 1;
}
.popup-form-success .content-wrap {
  padding-bottom: 0;
}
.popup-form-success .popup-man {
  position: relative;
  margin-top: -183px;
  left: 177px;
  max-width: 90vw;
  z-index: 0;
}

.popup-house-fix .line,
.popup-house-fix-form .line {
  margin: 57px 0 58px;
  width: 100%;
  height: 2px;
  background: repeat-x 0% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='3' viewBox='0 0 1920 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1 1H1920' stroke='white' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E%0A");
}
.popup-house-fix .ph-name,
.popup-house-fix-form .ph-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 52px 0 -10px;
}
.popup-house-fix .ph-name .phn-price,
.popup-house-fix-form .ph-name .phn-price {
  margin-left: 10px;
  font-size: 38px;
  margin-top: -2px;
}
.popup-house-fix .ph-title,
.popup-house-fix-form .ph-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
  font-size: 22px;
}
.popup-house-fix .ph-title .t-sub,
.popup-house-fix-form .ph-title .t-sub {
  opacity: 0.5;
}

.popup-house-fix .tab-list-1 {
  display: flex;
  justify-content: space-between;
}
.popup-house-fix .tab-list-1 span {
  line-height: 1.3;
  transition: 0.2s;
  white-space: pre-line;
}
.popup-house-fix .tab-list-1 span i {
  font: inherit;
  border-bottom: 1px dotted transparent;
}
.popup-house-fix .tab-list-1 span:hover {
  color: #2AD081;
}
.popup-house-fix .tab-list-1 span.active {
  color: #2AD081;
}
.popup-house-fix .tab-list-1 span:not(.active) {
  cursor: pointer;
}
.popup-house-fix .tab-list-1 span:not(.active) i {
  border-color: #989898;
}
.popup-house-fix .tab-list-2 {
  display: grid;
  grid-template-columns: 280px 280px;
  gap: 80px;
}
.popup-house-fix .tab-list-2 span {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 3px;
}
.popup-house-fix .tab-list-2 span .name-eq {
  border-bottom: 1px dotted transparent;
  margin-bottom: 3px;
}
.popup-house-fix .tab-list-2 span .icon {
  width: 120px;
  margin-right: 30px;
}
.popup-house-fix .tab-list-2 span:hover {
  color: #2AD081;
}
.popup-house-fix .tab-list-2 span:hover .name-compl {
  border-color: #989898;
}
.popup-house-fix .tab-list-2 span.active {
  color: #2AD081;
}
.popup-house-fix .checkbox-list {
  display: grid;
  gap: 30px;
}
.popup-house-fix .checkbox-list .ch-pre-name {
  opacity: 0.5;
}
.popup-house-fix .checkbox-list .checkbox-row {
  display: grid;
  gap: 20px;
  cursor: pointer;
}
.popup-house-fix .checkbox-list .ch-price {
  font-size: 1.1538em;
}
.popup-house-fix .checkbox-list-1 .checkbox-row {
  grid-template-columns: 38px 155px 1fr auto;
}
.popup-house-fix .checkbox-list-2 .checkbox-row {
  grid-template-columns: 38px 1fr auto;
}
.popup-house-fix .btn-row {
  margin-top: 100px;
}
.popup-house-fix .btn-row .btn {
  width: auto;
}

.popup-house-fix-form .ph-f-title {
  padding-top: 10px;
  margin-bottom: 75px;
}
.popup-house-fix-form .btn-row {
  padding-top: 10px;
  display: grid;
  grid-template-columns: 433fr 417fr;
  gap: 40px;
  align-items: center;
}
.popup-house-fix-form .btn-row .info {
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  opacity: 0.5;
}

.popup-options .content-wrap {
  background: #fff;
  color: #313131;
}
.popup-options .name-row {
  display: flex;
  justify-content: space-between;
  margin-top: 59px;
  margin-bottom: 61px;
  padding-bottom: 52px;
  background: repeat-x 0% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='3' viewBox='0 0 1920 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1 1H1920' stroke='%2322242D' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E%0A");
}
.popup-options .name-row span {
  color: #989898;
}
.popup-options .text {
  line-height: 1.92;
}

.popup-work .content-wrap {
  padding: 100px 0 100px 100px;
  max-width: 800px;
}
.popup-work .popup-title {
  margin-top: -7px;
  margin-bottom: 70px;
}
.popup-work .popup-title .h2 b {
  display: block;
  font-size: 0.75em;
  line-height: 1;
}
.popup-work .btn {
  margin-top: 69px;
  width: auto;
}

.filter-box {
  margin-bottom: -2px;
  color: #fff;
  transition: padding 0.4s;
}
.filter-box.active::before {
  height: 1455px;
  background-position-y: 110%;
}
.filter-box.active::after {
  height: 1560px;
}
.filter-box.active .filter-full {
  padding-bottom: 77px;
}
.filter-box.active .filter-wrap-more {
  opacity: 1;
}
.filter-box.sticky .show-filter {
  position: fixed;
  display: block;
  padding-top: 20px;
  padding-right: 10px;
  top: var(--fixed-header-height);
  visibility: visible;
  opacity: 1;
}
.filter-box.sticky.showed .show-filter span:first-child {
  display: none;
}
.filter-box.sticky.showed .show-filter span:last-child {
  display: block;
}
.filter-box.sticky.showed .filter-full {
  position: -webkit-sticky;
  position: sticky;
  padding: 50px 0 0;
  top: var(--fixed-header-height);
}
.filter-box.sticky.showed .filter-full::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #1C1D20;
  width: var(--body-width);
  left: calc(var(--side-size) * -1);
}
.filter-box.sticky.showed .filter-full::after {
  content: "";
  position: absolute;
  height: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat 50% 0;
  background-image: url("../images/filter-oval.svg");
  pointer-events: none;
  z-index: 0;
}
.filter-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 978px;
  background: #1C1D20 no-repeat 50% 121%;
  background-image: url("../images/filter-oval.svg");
  pointer-events: none;
  z-index: 1;
  transition: 0.4s;
}
.filter-box::after {
  top: 0;
  bottom: auto;
  height: 1101px;
  background-position: 50% 100%;
}
.filter-box .f-right {
  display: flex;
  justify-content: flex-end;
}
.filter-box .show-filter {
  display: none;
  text-align: right;
  visibility: hidden;
  font-size: 18px;
  transition: 0.3s;
  opacity: 0;
  z-index: 40;
}
.filter-box .show-filter span {
  cursor: pointer;
}
.filter-box .show-filter span:first-child {
  display: block;
}
.filter-box .show-filter span:last-child {
  display: none;
}
.filter-box .middle {
  padding-top: 346px;
  padding-bottom: 60px;
  text-align: center;
}
.filter-box .filter-full {
  margin-top: -2px;
  padding-top: 22px;
  padding-bottom: 49px;
  z-index: 15;
}
.filter-box .filter-wrap-more {
  transition: opacity 0.4s;
  opacity: 0;
}
.filter-box .filter-row {
  position: relative;
  display: grid;
  gap: 20px;
  padding-bottom: 60px;
}
.filter-box .filter-row-1 {
  grid-template-columns: 390px 363px 265px 1fr;
  gap: 130px;
}
.filter-box .filter-col {
  display: flex;
  flex-direction: column;
}
.filter-box .fi-title {
  display: flex;
  align-items: center;
  margin-bottom: 31px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.filter-box .fi-title .info {
  position: relative;
  top: -16px;
  margin-left: 9px;
  cursor: pointer;
}
.filter-box .fi-title .info:hover .icon {
  fill: #2AD081 !important;
  opacity: 1;
}
.filter-box .fi-title .info .icon {
  transition: 0.2s;
  opacity: 0.5;
}
.filter-box .fi-list,
.filter-box .fi-more {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 22px;
}
.filter-box .fi-list span,
.filter-box .fi-more span {
  padding-bottom: 4px;
  line-height: 1;
  transition: 0.2s;
  border-bottom: 1px dotted transparent;
}
.filter-box .fi-list span:hover,
.filter-box .fi-more span:hover {
  color: #2AD081;
}
.filter-box .fi-list span.active,
.filter-box .fi-more span.active {
  color: #2AD081;
}
.filter-box .fi-list span:not(.active),
.filter-box .fi-more span:not(.active) {
  border-color: #8D8E8F;
  cursor: pointer;
}
.filter-box .fi-more {
  justify-content: flex-end;
}
.filter-box .fi-more span {
  cursor: pointer;
  border-bottom-width: 0;
}
.filter-box .fi-more span i {
  font: inherit;
  border: inherit;
  border-bottom-width: 1px;
}
.filter-box .fi-more span.active .arrow {
  transform: rotate(-90deg);
}
.filter-box .fi-more .arrow {
  margin-left: 8px;
  margin-right: 4px;
  transform: rotate(90deg);
  width: 8px;
  fill: currentColor !important;
}
.filter-box .filter-row-2 {
  max-width: 1134px;
}
.filter-box .filter-row-3 {
  margin-top: -5px;
  grid-template-columns: 230px 412px 691px;
  gap: 130px;
}
.filter-box .filter-row-4 {
  margin-top: -3px;
  max-width: 1384px;
}
.filter-box .filter-row-last {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
}
.filter-box .filter-row-last .filter-col {
  flex-direction: row;
}
.filter-box .filter-row-last .info-col {
  display: flex;
  align-items: center;
  font-size: 22px;
}
.filter-box .filter-row-last .info-col .ic-text {
  opacity: 0.7;
}
.filter-box .filter-row-last .info-col .h {
  margin-left: 20px;
  font-size: 38px;
}
.filter-box .filter-row-last .fi-tabs {
  display: inline-flex;
  align-items: center;
  padding: 0 21px;
  height: 64px;
  width: auto;
  background: linear-gradient(#1C1D20, #1C1D20) padding-box, linear-gradient(90deg, #2AD081 0%, rgba(255, 255, 255, 0.0001) 100%) border-box;
  border: 1px solid transparent;
  border-radius: 35px;
}
.filter-box .filter-row-last .fi-tabs.last-choose {
  background: linear-gradient(#1C1D20, #1C1D20) padding-box, linear-gradient(-90deg, #2AD081 0%, rgba(255, 255, 255, 0.0001) 100%) border-box;
}
.filter-box .filter-row-last .fi-tabs span {
  border-bottom: none;
  padding: 0;
  margin: 0 17px;
}

.catalog-box {
  padding-bottom: 130px;
  z-index: 3;
}
.catalog-box .grid-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.catalog-box .col-full {
  grid-column: 1/-1;
}
.catalog-box .cat-item {
  position: relative;
  display: block;
  padding-bottom: 78.1%;
  background: #1C1D20;
  color: #fff;
  overflow: hidden;
}
.catalog-box .cat-item::before, .catalog-box .cat-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s;
}
.catalog-box .cat-item::before {
  background: linear-gradient(180deg, rgba(28, 29, 32, 0.0001) 26.39%, #1C1D20 100%);
  opacity: 0;
}
.catalog-box .cat-item::after {
  background: linear-gradient(180deg, rgba(28, 29, 32, 0.0001) -17.17%, #1C1D20 73.35%);
  opacity: 1;
}
.catalog-box .cat-item:not(:hover)::before {
  opacity: 1;
}
.catalog-box .cat-item:not(:hover)::after {
  opacity: 0;
}
.catalog-box .cat-item:not(:hover) .ca-info {
  margin-bottom: -92px;
  opacity: 0;
}
.catalog-box .ca-wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 80px;
  z-index: 2;
}
.catalog-box .ca-title {
  margin-top: auto;
  padding: 50px 0 76px;
  font-size: 40px;
}
.catalog-box .ca-info {
  display: flex;
  align-items: center;
  margin-top: -31px;
  padding-top: 46px;
  padding-bottom: 50px;
  background: repeat-x 0% 0%;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='3' viewBox='0 0 1920 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1 1H1920' stroke='white' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E%0A");
  font-size: 18px;
  transition: 0.3s;
}
.catalog-box .ca-info span:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  margin: 2px 23px;
  width: 6px;
  height: 6px;
  background: #2AD081;
  border-radius: 50%;
}
.catalog-box .ca-info .heart-icon {
  margin-left: auto;
  margin-right: -30px;
}
.catalog-box .ca-info .heart-icon svg, .catalog-box .ca-info .heart-icon img {
  width: 30px;
}
.catalog-box .cat-order {
  background: #39393E;
}
.catalog-box .cat-order::before {
  opacity: 1;
}
.catalog-box .cat-order::after {
  opacity: 0;
}
.catalog-box .cat-order .catalog-main-image {
  opacity: 0.2;
}
.catalog-box .cat-order .co-axe {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.catalog-box .cat-order .ca-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
}
.catalog-box .cat-order .co-title {
  margin-top: 18px;
  max-width: 350px;
  font-size: 50px;
  line-height: 1;
}
.catalog-box .cat-order .co-info {
  margin-top: 35px;
  margin-bottom: 67px;
  opacity: 0.7;
}
.catalog-box .cat-order .btn {
  max-width: 493px;
}

.house-top-box {
  padding-bottom: 248px;
  margin-bottom: -249px;
  color: #fff;
  background: #1C1D20;
}
.house-top-box .top-row {
  position: relative;
  padding-top: 206px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  z-index: 25;
}
.house-top-box .top-row a {
  opacity: 0.5;
  transition: 0.2s;
}
.house-top-box .top-row a:hover {
  opacity: 1;
}
.house-top-box .top-row .arrow {
  transform: scale(-1);
  margin-right: 23px;
  width: 8px;
  fill: currentColor !important;
}
.house-top-box .icons-list {
  display: flex;
}
.house-top-box .icons-list .icon {
  margin-left: 30px;
  cursor: pointer;
}
.house-top-box .icons-list .icon svg {
  width: 30px;
  fill: #8D8E8F !important;
}
.house-top-box .icons-list .icon:hover svg, .house-top-box .icons-list .icon.active svg {
  fill: #2AD081 !important;
}
.house-top-box .middle-row {
  padding-top: 108px;
  padding-bottom: 86px;
  text-align: center;
}
.house-top-box .middle-row .subtitle {
  margin-top: 40px;
}
.house-top-box .info-row {
  display: grid;
  grid-template-columns: 1fr 3px 1fr 3px 1fr;
  align-items: center;
  margin: 0 -15px;
  padding: 32px 0 32px;
  background: repeat-x 50% 0%;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='3' viewBox='0 0 1920 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1 1H1920' stroke='white' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E%0A");
}
.house-top-box .info-row .info-line {
  height: 100%;
  width: 3px;
  background: repeat-y 100% 0%;
  background-image: url("data:image/svg+xml,%3Csvg width='3' height='217' viewBox='0 0 3 217' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1.5 219.541V1.1097' stroke='white' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E");
}
.house-top-box .info-row .info-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 65px 5px;
}
.house-top-box .info-row .info-col .ic-name {
  font-size: 22px;
  opacity: 0.5;
}
.house-top-box .info-row .info-col .ic-value {
  font-size: 38px;
}
.house-top-box .info-row .info-col .ic-value .rub {
  line-height: 0;
}

.house-about-box {
  padding-bottom: 140px;
}
.house-about-box .about-slick {
  max-height: 880px;
  overflow: hidden;
}
.house-about-box .slider-wrap {
  position: relative;
  display: block;
  padding-bottom: 50.3%;
  width: 100%;
}
.house-about-box .about-middle {
  margin-top: 157px;
}
.house-about-box .a-title {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--fixed-header-height) + 30px);
  margin-top: 6px;
  display: flex;
}
.house-about-box .a-title .line {
  margin-top: 48px;
  margin-left: 70px;
}
.house-about-box .a-text {
  margin-bottom: 108px;
  max-width: 954px;
}
.house-about-box .border-info {
  position: relative;
  padding: 65px 60px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='45' ry='45' stroke='%237A7C81' stroke-width='2' stroke-dasharray='2%2c 6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 45px;
  overflow: hidden;
}
.house-about-box .border-info .about-tree {
  position: absolute;
  right: 0;
  bottom: 0;
}
.house-about-box .bi-list {
  display: grid;
  gap: 35px;
}
.house-about-box .bi-list .bi-row {
  display: grid;
  grid-template-columns: 377px auto;
  gap: 26px;
}
.house-about-box .bi-list .bi-name {
  display: flex;
  color: rgba(49, 49, 49, 0.5);
  white-space: nowrap;
  align-items: baseline;
}
.house-about-box .bi-list .bi-name::after {
  content: "";
  display: inline-block;
  margin-left: 26px;
  width: 100%;
  border-bottom: 1px dashed #313131;
  opacity: 0.3;
}
.house-about-box .bi-list .bi-value {
  font-weight: 600;
}

.house-gallery-box {
  z-index: 5;
}
.house-gallery-box .top-row {
  position: relative;
  margin-top: -20px;
  padding-top: 20px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 65px;
  z-index: 10;
}
.house-gallery-box .top-row > * {
  position: relative;
}
.house-gallery-box .top-row::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  width: var(--body-width);
  left: calc(var(--side-size) * -1);
}
.house-gallery-box .top-row .tab-list {
  display: flex;
  margin-top: 10px;
}
.house-gallery-box .top-row .tab-list span {
  margin-left: 72px;
  padding-bottom: 4px;
  line-height: 1;
  transition: 0.2s;
  border-bottom: 1px dotted transparent;
}
.house-gallery-box .top-row .tab-list span:hover {
  color: #2AD081;
}
.house-gallery-box .top-row .tab-list span.active {
  color: #2AD081;
}
.house-gallery-box .top-row .tab-list span:not(.active) {
  border-color: #989898;
  cursor: pointer;
}
.house-gallery-box .gallery-item {
  position: relative;
  padding-bottom: 89.28%;
  background: #FAFAFA;
}
.house-gallery-box .gallery-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.house-gallery-box .g-info {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 15px 28px 10px;
  background: #1C1D20;
  font-size: 30px;
  border-radius: 40px;
  color: #fff;
  z-index: 5;
}
.house-gallery-box .g-info::before {
  content: "";
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 11px;
  width: 10px;
  height: 10px;
  background: #2AD081;
  border-radius: 50%;
}

.work-gallery-box .cards-row {
  margin: 140px 0;
}
.work-gallery-box .second-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -59px;
  margin-bottom: 59px;
}
.work-gallery-box .second-row a {
  font-weight: 600;
}

.house-equipment-box {
  margin-top: -182px;
  padding-top: 323px;
  padding-bottom: 136px;
  background: #1C1D20;
  min-height: 1000px;
  color: #fff;
}
.house-equipment-box::after {
  background-image: url(../images/eq-bottom.svg);
}
.house-equipment-box .eq-axe {
  position: absolute;
  left: -42px;
  bottom: -217px;
  max-width: 236px;
}
.house-equipment-box .top-row {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--fixed-header-height));
  padding-top: 20px;
  padding-bottom: 20px;
  background: #1C1D20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  z-index: 9;
}
.house-equipment-box .top-row .tab-list {
  display: flex;
}
.house-equipment-box .top-row .tab-list a {
  margin-left: 72px;
  padding-bottom: 4px;
  line-height: 1.3;
  transition: 0.2s;
  white-space: pre-line;
}
.house-equipment-box .top-row .tab-list a i {
  font: inherit;
  border-bottom: 1px dotted transparent;
}
.house-equipment-box .top-row .tab-list a:hover {
  color: #2AD081;
}
.house-equipment-box .top-row .tab-list a.active {
  color: #2AD081;
}
.house-equipment-box .top-row .tab-list a:not(.active) {
  cursor: pointer;
}
.house-equipment-box .top-row .tab-list a:not(.active) i {
  border-color: #989898;
}
.house-equipment-box .eq-table {
  position: relative;
  display: grid;
  gap: 60px;
  width: 100%;
  font-size: 22px;
  line-height: 1.227;
  opacity: 1;
  transition: opacity 0.4s;
}
.house-equipment-box .eq-table:not(.active) {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
.house-equipment-box .eq-table::before {
  content: "";
  position: absolute;
  top: 0;
  right: 33%;
  height: 100%;
  width: 4px;
  background: repeat-y 100% 0%;
  background-image: url("data:image/svg+xml,%3Csvg width='3' height='217' viewBox='0 0 3 217' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1.5 219.541V1.1097' stroke='white' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E");
  z-index: 8;
}
.house-equipment-box .eq-table .eq-head .eq-col,
.house-equipment-box .eq-table .eq-footer .eq-col {
  background: repeat-x;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='3' viewBox='0 0 1920 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1 1H1920' stroke='white' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E%0A");
}
.house-equipment-box .eq-table .eq-head .eq-col:first-child,
.house-equipment-box .eq-table .eq-footer .eq-col:first-child {
  visibility: hidden;
}
.house-equipment-box .eq-table .eq-head {
  margin-bottom: 10px;
}
.house-equipment-box .eq-table .eq-head .eq-col {
  padding-top: 0;
  padding-bottom: 70px;
  background-position: 0 100%;
}
.house-equipment-box .eq-table .eq-head.is-sticky ~ .eq-footer.is-sticky.showed {
  position: -webkit-sticky;
  position: sticky;
  margin-top: 0;
  z-index: 3;
}
.house-equipment-box .eq-table .eq-head.is-sticky ~ .eq-footer.is-sticky.showed .eq-col {
  padding-top: 0;
  padding-bottom: 20px;
}
.house-equipment-box .eq-table .eq-head.is-sticky ~ .eq-footer.is-sticky.showed .house-img {
  display: none;
}
.house-equipment-box .eq-table .eq-footer {
  bottom: 0;
  background: #1C1D20;
  margin-top: -54px;
}
.house-equipment-box .eq-table .eq-footer .eq-col {
  padding-top: 65px;
  padding-bottom: 0;
  background-position: 0 0;
}
.house-equipment-box .eq-table .eq-footer .green-shadow {
  transform: scaleY(-1);
}
.house-equipment-box .eq-table .eq-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.house-equipment-box .eq-table .eq-col {
  position: relative;
}
.house-equipment-box .eq-table .eq-col:nth-child(2) {
  padding-left: 10px;
  padding-right: 84px;
}
.house-equipment-box .eq-table .eq-col:last-child {
  padding-left: 65px;
  padding-right: 24px;
}
.house-equipment-box .eq-table .eq-col i {
  font: inherit;
  color: #989898;
}
.house-equipment-box .eq-table .house-img {
  position: relative;
  margin-top: -1px;
  margin-left: -1px;
  z-index: 2;
}
.house-equipment-box .eq-table .et-name {
  position: relative;
  margin-top: 36px;
  margin-bottom: 8px;
  font-size: 50px;
  z-index: 2;
}
.house-equipment-box .eq-table .et-price {
  position: relative;
  font-size: 38px;
  z-index: 2;
}
.house-equipment-box .eq-table .btn {
  padding: 30px;
  margin-top: 46px;
  max-width: 440px;
  max-height: 80px;
  font-size: 22px;
}
.house-equipment-box .eq-table .green-shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(49.2% 50% at 18.68% 85.03%, #2AD081 0%, rgba(42, 208, 129, 0.0001) 100%);
  opacity: 0.1;
  pointer-events: none;
}

.house-additional-box {
  padding-top: 252px;
  z-index: 3;
}
.house-additional-box .ha-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 0;
  margin-top: 75px;
  margin-bottom: 142px;
}
.house-additional-box .ha-grid::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 3px;
  background: repeat-y 100% 0%;
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='217' viewBox='0 0 2 217' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1.5 219.541V1.1097' stroke='%2322242D' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E");
}
.house-additional-box .ha-item {
  padding: 3px 0 68px;
  background: repeat-x 0% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='3' viewBox='0 0 1920 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1 1H1920' stroke='%2322242D' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E%0A");
}
.house-additional-box .ha-item:nth-of-type(odd) {
  padding-right: 60px;
}
.house-additional-box .ha-item:nth-of-type(even) {
  padding-left: 60px;
}
.house-additional-box .ha-item:last-child, .house-additional-box .ha-item:nth-last-child(-n+2):nth-of-type(odd) {
  background-size: 0;
  padding-bottom: 5px;
}
.house-additional-box .ha-title {
  display: flex;
  margin-bottom: 21px;
  color: #989898;
}
.house-additional-box .ha-title .info {
  margin-top: -3px;
  margin-left: 21px;
  width: 30px !important;
  cursor: pointer;
}
.house-additional-box .ha-title .info:hover svg {
  fill: #2AD081 !important;
}
.house-additional-box .ha-title .info .icon {
  width: 30px;
  fill: #CBCBCB !important;
}
.house-additional-box .ha-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.house-additional-box .ha-name {
  font-weight: 600;
  font-size: 1.1538em;
  line-height: 1.2;
}
.house-additional-box .ha-price {
  margin-left: 30px;
  font-size: 1.461em;
  white-space: nowrap;
}

.house-similar-box {
  margin-top: -161px;
  padding-top: 300px;
  padding-bottom: 181px;
}
.house-similar-box .wave-bottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 775px;
  background: #1C1D20;
}
.house-similar-box .wave-bottom::after {
  background-image: url(../images/eq-bottom.svg);
}
.house-similar-box .container {
  position: relative;
  z-index: 3;
}
.house-similar-box .first-row {
  margin-bottom: 57px;
  color: #fff;
}
.house-similar-box .first-row .h3 {
  max-width: 550px;
  margin-bottom: -24px;
}
.house-similar-box .cards-row {
  margin-top: 140px;
  margin-bottom: 140px;
}
.house-similar-box .second-row {
  margin-bottom: 57px;
}
.house-similar-box .second-row .h3 {
  max-width: 380px;
  margin-bottom: -24px;
}
.house-similar-box .second-row .s-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1468px;
}
.house-similar-box .second-row .s-top-row .tab-list {
  display: flex;
  margin-top: 30px;
}
.house-similar-box .second-row .s-top-row .tab-list span {
  margin-left: 72px;
  padding-bottom: 4px;
  line-height: 1;
  transition: 0.2s;
  border-bottom: 1px dotted transparent;
}
.house-similar-box .second-row .s-top-row .tab-list span:hover {
  color: #2AD081;
}
.house-similar-box .second-row .s-top-row .tab-list span.active {
  color: #2AD081;
}
.house-similar-box .second-row .s-top-row .tab-list span:not(.active) {
  border-color: #989898;
  cursor: pointer;
}

.map-box {
  padding-bottom: 376px;
  margin-bottom: -223px;
  color: #fff;
  background: #1C1D20;
  transition: padding 0.4s;
}
.map-box.active {
  padding-bottom: 968px;
  pointer-events: none;
}
.map-box.active #map {
  pointer-events: auto;
}
.map-box.active .middle-row .h1 {
  margin-top: -1.72em;
  opacity: 0;
}
.map-box.active .middle-row .subtitle span:first-child {
  display: none;
}
.map-box.active .middle-row .subtitle span:last-child {
  display: block;
}
.map-box .middle-row {
  padding-top: 346px;
  padding-bottom: 80px;
  text-align: center;
  pointer-events: none;
}
.map-box .middle-row .h1 {
  transition: 0.4s;
}
.map-box .middle-row .subtitle {
  display: inline-block;
  margin-top: 40px;
  transition: 0.2s;
  border-bottom: 1px dotted #989898;
  cursor: pointer;
  pointer-events: auto;
}
.map-box .middle-row .subtitle:hover {
  color: #2AD081;
}
.map-box .middle-row .subtitle span:first-child {
  display: block;
}
.map-box .middle-row .subtitle span:last-child {
  display: none;
}
.map-box .map-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: 122px;
  overflow: hidden;
  z-index: 2;
}
.map-box .map-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: 0;
  background: 50% 0%;
  background-image: linear-gradient(0deg, #1C1D20 0%, rgba(28, 29, 32, 0.0001) 600px, rgba(0, 0, 0, 0.0001) 100%);
  background-size: cover;
  pointer-events: none;
  z-index: 3;
}
.map-box #map {
  height: 1278px;
}

#map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
#map .ymaps-2-1-78-image {
  transition: transform 0.2s, filter 0.2s;
  pointer-events: auto;
  filter: drop-shadow(0 0 30px #222);
}
#map .ymaps-2-1-78-copyrights-pane {
  visibility: hidden;
}
#map .ymaps-2-1-78-map-bg {
  background: #1C1D20;
}
#map .ymaps-2-1-78-ground-pane {
  filter: grayscale(100%) sepia(0.01) contrast(68%) hue-rotate(195deg) invert(100%);
}

.works-box {
  padding-bottom: 128px;
  z-index: 10;
}
.works-box .tab-list {
  display: flex;
  color: #fff;
}
.works-box .tab-list span {
  padding-bottom: 4px;
  margin-right: 71px;
  line-height: 1;
  transition: 0.2s;
  border-bottom: 1px dotted transparent;
}
.works-box .tab-list span:hover {
  color: #2AD081;
}
.works-box .tab-list span.active {
  color: #2AD081;
}
.works-box .tab-list span:not(.active) {
  border-color: #989898;
  cursor: pointer;
}
.works-box .grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-top: 62px;
  padding-bottom: 141px;
}
.works-box .work-item {
  position: relative;
  display: block;
  padding-bottom: 78.18%;
  cursor: pointer;
  color: #fff;
  overflow: hidden;
}
.works-box .work-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(28, 29, 32, 0.0001) 26.39%, #1C1D20 100%);
  transition: opacity 0.2s;
}
.works-box .work-item .slide-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  font-size: 30px;
  line-height: 1.225;
  transition: opacity 0.2s;
  z-index: 2;
}
.works-box .work-item img {
  transition: transform 0.3s;
}
.works-box .work-item:hover {
  color: #fff;
}
.works-box .work-item:hover img {
  transform: scale(1.05);
}

.work-top-box {
  padding-bottom: 43px;
  color: #fff;
  background: #1C1D20;
}
.work-top-box .top-row {
  position: relative;
  padding-top: 206px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  z-index: 25;
}
.work-top-box .top-row a {
  opacity: 0.5;
  transition: 0.2s;
}
.work-top-box .top-row a:hover {
  opacity: 1;
}
.work-top-box .top-row .arrow {
  transform: scale(-1);
  margin-right: 23px;
  width: 8px;
  fill: currentColor !important;
}
.work-top-box .icons-list {
  display: flex;
}
.work-top-box .icons-list .icon {
  margin-left: 30px;
  cursor: pointer;
}
.work-top-box .icons-list .icon svg {
  width: 30px;
  fill: #8D8E8F !important;
}
.work-top-box .icons-list .icon:hover svg, .work-top-box .icons-list .icon.active svg {
  fill: #2AD081 !important;
}
.work-top-box .col-right {
  padding-left: 85px;
}
.work-top-box .middle-row {
  display: flex;
  align-items: center;
  padding-top: 132px;
}
.work-top-box .middle-row .h2 span {
  display: block;
  font-size: 0.875em;
  line-height: 1em;
}
.work-top-box .middle-row .col-right {
  text-align: right;
  font-size: 22px;
}
.work-top-box .bottom-row {
  padding-top: 90px;
  font-size: 22px;
}
.work-top-box .bottom-row p {
  line-height: 164%;
}
.work-top-box .bottom-row p:not(:first-child) {
  margin-top: -8px;
}
.work-top-box .grid-info {
  display: grid;
  gap: 33px;
  margin-top: 59px;
  padding-top: 60px;
  background: repeat-x 0% 0%;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='3' viewBox='0 0 1920 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1 1H1920' stroke='white' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E%0A");
}
.work-top-box .grid-info .g-row {
  display: grid;
  grid-template-columns: 337px auto;
  gap: 26px;
}
.work-top-box .grid-info .g-name {
  display: flex;
  color: #989898;
  white-space: nowrap;
  align-items: baseline;
}
.work-top-box .grid-info .g-name::after {
  content: "";
  display: inline-block;
  margin-left: 26px;
  width: 100%;
  border-bottom: 1px dashed #606163;
  opacity: 0.3;
}
.work-top-box .grid-info .g-value {
  font-weight: 600;
}

.review-box {
  padding-top: 263px;
  z-index: 7;
}
.review-box .h2 {
  position: relative;
}
.review-box .h2 .line {
  position: absolute;
  top: 1.07em;
  left: 6em;
  width: 100%;
}
.review-box .video-element {
  margin-top: 80px;
  position: relative;
  display: flex;
  padding-bottom: 69.09%;
  background: #1C1D20;
  overflow: hidden;
}
.review-box .video-element iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.3s;
  opacity: 0;
}
.review-box .video-element.active iframe {
  opacity: 1;
}
.review-box .video-element.active .video-cover,
.review-box .video-element.active .circle {
  opacity: 0;
  pointer-events: none;
}
.review-box .video-element.active .circle {
  background-size: 90px;
}
.review-box .video-element.active .circle .green-circle {
  width: 60px;
  height: 60px;
}
.review-box .video-element .video-cover {
  opacity: 0.2;
  transition: 0.2s;
  z-index: 2;
}
.review-box .video-element .circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/icons/review-oval.svg") no-repeat 50%;
  background-size: 150px;
  z-index: 3;
  transition: background-size 0.3s;
  cursor: pointer;
}
.review-box .video-element .circle .green-circle {
  width: 94px;
  height: 94px;
  background: #2AD081 url("../images/icons/review-triangle.svg") no-repeat 50%;
  border-radius: 50%;
  transition: 0.2s;
}
.review-box .video-element .circle:hover {
  background-size: 180px;
}
.review-box .video-element .circle:hover .green-circle {
  width: 113px;
  height: 113px;
}
.review-box .r-name {
  margin-top: 60px;
  font-size: 30px;
  font-weight: 600;
}
.review-box .review-wrap {
  margin-top: 22px;
  position: relative;
  padding: 54px 60px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='-25' ry='45' stroke='%237A7C81' stroke-width='2' stroke-dasharray='2%2c 6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 45px;
  font-weight: 400;
}
.review-box .review-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: -42px;
  height: 42px;
  width: 125px;
  background: #fff url("../images/icons/review-angle.svg") no-repeat 0% 0%;
}
.review-box .review-wrap::after {
  content: "";
  position: absolute;
  top: -30px;
  right: 65px;
  width: 62px;
  height: 63px;
  background: url("../images/icons/review-q.svg") no-repeat 50%;
}
.review-box .slide-title-row {
  padding-top: 143px;
  margin-bottom: 57px;
}
.review-box .slide-title-row .h2 {
  margin-bottom: -14px;
}
.review-box .outside-house-slide::after {
  display: none;
}

.work-map-box {
  padding-bottom: 748px;
  margin-top: -288px;
  background: #1C1D20;
  color: #fff;
  text-align: center;
  transition: padding 0.3s;
}
.work-map-box::before {
  top: 0;
  background-image: url(../images/wmap-top.svg);
  background-position-y: 0%;
  z-index: 4;
}
.work-map-box.active {
  padding-bottom: 1200px;
}
.work-map-box.active #map {
  pointer-events: auto;
  opacity: 1;
}
.work-map-box.active .subtitle {
  top: 350px;
}
.work-map-box.active .subtitle a {
  display: none;
}
.work-map-box.active .subtitle span {
  display: block;
}
.work-map-box .subtitle-wrap {
  position: absolute;
  left: 0;
  right: 0;
}
.work-map-box .subtitle {
  position: relative;
  top: 496px;
  display: inline-block;
  transition: 0.2s;
  border-bottom: 1px dotted #989898;
  cursor: pointer;
  pointer-events: auto;
  transition: top 0.4s;
}
.work-map-box .subtitle:hover {
  color: #2AD081;
}
.work-map-box .subtitle a {
  display: block;
}
.work-map-box .subtitle span {
  display: none;
}
.work-map-box .map-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}
.work-map-box .map-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: -150px;
  background: 50% 0%;
  background-image: linear-gradient(0deg, #1C1D20 0%, rgba(28, 29, 32, 0.0001) 600px, rgba(0, 0, 0, 0.0001) 100%);
  background-size: cover;
  pointer-events: none;
  z-index: 3;
}
.work-map-box #map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1200px;
  transition: 0.3s;
  opacity: 0.3;
}

.work-other-box {
  margin-top: -162px;
  padding-top: 300px;
  margin-bottom: 501px;
  color: #fff;
}
.work-other-box .wave-bottom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 221px;
  background: #1C1D20;
}
.work-other-box .wave-bottom::after {
  background-image: url(../images/eq-bottom.svg);
}
.work-other-box .container {
  position: relative;
  z-index: 3;
}
.work-other-box .first-row {
  margin-bottom: 57px;
}
.work-other-box .first-row .h3 {
  margin-bottom: -24px;
}

.banner {
  position: relative;
  display: flex;
  height: 430px;
  background: #39393E;
  color: #fff;
  overflow: hidden;
}
.banner:hover {
  color: #fff;
}
.banner .right-image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.banner .oval {
  position: absolute;
  right: 163px;
  bottom: 0;
}
.banner .tree {
  position: absolute;
  left: 0;
  bottom: 0;
}
.banner .info-text {
  position: absolute;
  padding: 50px;
  font-size: 20px;
  opacity: 0.7;
}
.banner .b-text {
  max-width: 875px;
  margin: auto 100px;
}
.banner .b-text .b-title {
  padding-top: 20px;
  font-size: 50px;
  line-height: 1;
}
.banner .b-text .b-subtitle {
  margin-top: 20px;
  opacity: 0.7;
}

.banner-1 {
  background: #2AD081;
}
.banner-1 .right-image {
  max-width: 634px;
}

.banner-2 .right-image {
  max-width: 617px;
}

.banner-3 .right-image {
  max-width: 610px;
}

.cards-row {
  display: grid;
  grid-template-columns: auto auto;
  display: flex;
}
.cards-row .card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 400px;
  background: #39393E;
  color: #fff;
  overflow: hidden;
  transition: 0.3s;
  text-align: center;
}
.cards-row .card:hover {
  width: 120%;
  width: calc(58.3333333333% - 15px);
  flex-shrink: 0;
}
.cards-row .card:hover .unhover {
  opacity: 0;
}
.cards-row .card:hover .hover {
  opacity: 1;
}
.cards-row .card:hover .oval {
  opacity: 0.1;
}
.cards-row .unhover {
  position: absolute;
  pointer-events: none;
  transition: opacity 0.3s;
}
.cards-row .unhover .c-title {
  font-size: 50px;
}
.cards-row .hover {
  position: absolute;
  padding-bottom: 5px;
  opacity: 0;
  transition: opacity 0.3s;
}
.cards-row .hover .c-title {
  margin: 0 -40px;
  font-size: 40px;
  line-height: 1;
  max-width: 840px;
}
.cards-row .oval {
  position: absolute;
  transition: opacity 0.3s;
}
.cards-row .tree {
  position: absolute;
  left: -51px;
  bottom: -25px;
}
.cards-row .btn {
  margin-top: 40px;
  max-height: 90px;
  font-size: 30px;
}
.cards-row .card-1 {
  background: #2AD081;
}
.cards-row .card-1 .btn {
  background: #313131;
  max-width: 570px;
}
.cards-row .card-1 .btn:hover {
  background: #414141;
}
.cards-row .card-2 .c-title {
  max-width: 760px;
}
.cards-row .card-2 .btn {
  max-width: 371px;
}
.cards-row .like-home {
  max-width: 520px;
}
.cards-row .space {
  flex-shrink: 0;
  height: 30px;
  width: 30px;
}

/* pages */
@media (min-width: 1760px) {
  :root {
    --content-width: 1740px;
  }

  .container {
    max-width: 1740px;
  }

  .own-box .col-left {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .own-box .col-right {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    margin-left: 8.33333333%;
  }

  .review-box .col-left {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .review-box .col-right {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    margin-left: 8.33333333%;
  }
}
@media (max-width: 1759.98px) {
  body {
    font-size: 20px;
  }

  .btn {
    padding: 30px 30px;
    font-size: 23px;
    max-height: 80px;
  }

  .h1 {
    font-size: 90px;
  }

  .h2 {
    font-size: 62px;
  }

  .header-box .container {
    grid-template-columns: 1fr 120px 1fr;
  }

  .header-box .logo .logo-img {
    max-width: 90px;
  }

  .header-box .logo .logo-text {
    font-size: 33px;
  }

  .header-box .phone-col {
    margin: auto 30px auto 50px;
  }

  .phone-col .h {
    font-size: 27px;
  }

  .social-list a {
    margin-left: 18px;
  }

  .social-list .to-svg {
    max-width: 22px;
  }

  .header-box .head-side {
    height: 120px;
  }

  .header-box .breadcrumbs {
    margin-left: 40px;
    font-size: 18px;
  }

  .header-box .breadcrumbs i {
    margin-right: 15px;
  }

  .menu-box .menu-row {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .home-box .middle {
    padding-top: 320px;
  }

  .home-box .middle .to-svg {
    margin: 20px 0;
  }

  .home-box .home-slider {
    bottom: -470px;
  }

  .perfect-box .middle-row .h2 {
    max-width: 6em;
  }

  .perfect-box .top-row .info {
    font-size: 30px;
  }

  .perfect-box .top-row {
    padding-bottom: 100px;
  }

  .perfect-box .top-row .line {
    margin-left: 0;
  }

  .perfect-box .pl-item {
    max-width: 50%;
    margin-bottom: 70px;
  }

  .perfect-box .middle-row .srub {
    max-width: 450px;
  }

  .perfect-box .pl-circle {
    font-size: 110px;
  }

  .perfect-box .perfect-line-2 {
    max-width: 110px;
    left: -170px;
  }

  .perfect-box .perfect-line-3 {
    max-width: 110px;
    top: -80px;
    right: 30px;
  }

  .perfect-box .perfect-line-4 {
    max-width: 110px;
    top: 100px;
    left: -170px;
  }

  .perfect-box .middle-row .tree {
    max-width: 350px;
    bottom: -220px;
  }

  .perfect-box .pl-text {
    max-width: 310px;
  }

  .comfort-box .top-row .line {
    margin-left: 0;
  }

  .comfort-box .top-row .info {
    font-size: 30px;
  }

  .comfort-box .top-row {
    padding-bottom: 100px;
  }

  .comfort-box .middle-row {
    padding-top: 100px;
  }

  .outside-house-slide .slide-title {
    padding: 50px;
    font-size: 30px;
  }

  .own-box .ol-item {
    gap: 10px;
  }

  .own-box .own-mini-list li:not(:last-child) {
    margin-bottom: 45px;
  }

  .own-box .ol-circle {
    font-size: 100px;
  }

  .own-box .ol-circle {
    margin-left: -30px;
  }

  .own-box .phone-row .phone-col .h {
    font-size: 29px;
  }

  .own-box .phone-row {
    margin-left: 0;
    margin-right: 0;
  }

  .own-box .phone-row .phone-col .pc-bottom {
    margin-top: -3px;
  }

  .own-box .ol-images .to-svg {
    transform: translateY(-90px);
  }

  .footer-box .banners-row .bn .house {
    width: 300px;
  }

  .footer-box .banners-row .bn .mini-text {
    padding: 70px;
  }

  .footer-box .banners-row .bn .big-text {
    padding: 70px;
  }

  .footer-box .bottom-row .fb-menu a, .footer-box .bottom-row .fb-menu span {
    margin-right: 40px;
  }

  .footer-box .contact-row {
    gap: 60px;
  }

  .footer-box .contact-item .phone {
    font-size: 45px;
  }

  .popup .content-wrap {
    max-width: 790px;
    padding: 100px 0 100px 90px;
  }

  .popup-house-fix .ph-title, .popup-house-fix-form .ph-title {
    font-size: 18px;
  }

  .popup-house-fix .checkbox-list-1 .checkbox-row {
    gap: 10px;
  }

  .popup-house-fix .btn-row {
    margin-top: 70px;
  }

  .popup-house-fix .popup-title {
    max-width: 600px;
  }

  .filter-box .filter-row-1 {
    grid-template-columns: auto auto auto -webkit-max-content;
    grid-template-columns: auto auto auto max-content;
    gap: 40px;
  }

  .filter-box .filter-row-3 {
    grid-template-columns: 242px 412px;
    gap: 40px;
  }
  .filter-box .filter-row-3 .filter-col:nth-child(3) {
    grid-column: 1/-1;
  }

  .filter-box.active::before {
    background-position-y: 117%;
  }

  .catalog-box .ca-wrap {
    padding: 0 50px;
  }

  .catalog-box .ca-title {
    font-size: 30px;
  }

  .catalog-box .ca-info {
    font-size: 16px;
  }

  .catalog-box .ca-info span:not(:last-of-type)::after {
    margin: 2px 10px;
  }

  .catalog-box .ca-info {
    margin-top: -40px;
    padding: 30px 0;
  }

  .catalog-box .cat-item:not(:hover) .ca-info {
    margin-bottom: -70px;
  }

  .banner {
    height: 380px;
  }

  .banner .oval {
    max-width: 480px;
  }

  .banner .b-text .b-title {
    font-size: 40px;
  }

  .banner .b-text {
    max-width: 700px;
    margin: auto 60px;
  }

  .banner-1 .right-image {
    max-width: 500px;
  }

  .banner-2 .right-image {
    max-width: 500px;
  }

  .banner-3 .right-image {
    max-width: 500px;
  }

  .catalog-box .cat-order .ca-wrap {
    padding-left: 50px;
  }

  .catalog-box .cat-order .co-info {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .catalog-box .cat-order .co-axe {
    max-width: 170px;
  }

  .catalog-box .cat-order .btn {
    max-width: 400px;
  }

  .house-top-box .info-row .info-col {
    padding: 8px 20px;
  }

  .house-top-box .info-row .info-col .ic-name {
    font-size: 20px;
  }

  .house-top-box .info-row .info-col .ic-value {
    font-size: 27px;
  }

  .house-top-box .info-row {
    margin: 0;
    padding: 20px 0;
  }

  .house-about-box .a-title .line {
    position: relative;
    right: -30px;
    margin-left: 0;
    max-width: 100px;
  }

  .house-about-box .border-info {
    padding: 50px;
  }

  .house-about-box .border-info .about-tree {
    max-width: 240px;
  }

  .house-about-box .bi-list .bi-row {
    grid-template-columns: 270px auto;
  }

  .house-gallery-box .top-row {
    margin-bottom: 40px;
  }

  .house-equipment-box .top-row .tab-list a {
    margin-left: 30px;
    font-size: 0.9em;
  }

  .house-equipment-box .eq-table .et-name {
    font-size: 40px;
  }

  .house-equipment-box .eq-table .et-price {
    font-size: 30px;
  }

  .house-equipment-box .eq-table {
    font-size: 18px;
  }

  .house-equipment-box .eq-table .eq-col:nth-child(2) {
    padding-right: 50px;
  }

  .house-equipment-box .eq-table .eq-col:last-child {
    padding-left: 40px;
    padding-right: 0;
  }

  .house-equipment-box .eq-axe {
    display: none;
  }

  .house-additional-box .ha-item:nth-of-type(even) {
    padding-left: 40px;
  }

  .house-additional-box .ha-item:nth-of-type(odd) {
    padding-right: 40px;
  }

  .cards-row .card {
    height: 340px;
  }

  .cards-row .oval {
    height: 100%;
    width: auto;
  }

  .cards-row .unhover .c-title {
    font-size: 40px;
  }

  .cards-row .hover .c-title {
    font-size: 30px;
    max-width: 21em;
  }

  .cards-row .btn {
    max-height: 80px;
    font-size: 27px;
  }

  .cards-row .like-home {
    max-width: 410px;
  }

  .cards-row .card-2 .c-title {
    max-width: 340px;
  }

  .house-similar-box .second-row .s-top-row .tab-list span {
    margin-left: 40px;
  }

  .house-similar-box .second-row .s-top-row {
    max-width: 1070px;
  }

  .footer-box .banners-nav .bn-nav .bn-info {
    font-size: 25px;
  }

  .footer-box .banners-nav .bn-nav .bn-title {
    padding: 50px;
    font-size: 30px;
  }

  .works-box .tab-list span {
    margin-right: 30px;
  }

  .map-box.active {
    padding-bottom: 700px;
  }

  .map-box #map {
    height: 1010px;
  }

  .works-box .work-item .slide-title {
    padding: 30px;
    font-size: 27px;
  }

  .work-top-box .middle-row {
    padding-top: 100px;
  }

  .work-top-box .col-right {
    padding-left: 30px;
  }

  .work-top-box .bottom-row {
    padding-top: 50px;
  }

  .review-box {
    padding-top: 200px;
  }

  .work-gallery-box .top-row::before {
    display: none;
  }

  .house-gallery-box .g-info {
    font-size: 25px;
  }

  .work-gallery-box .second-row {
    margin-top: -40px;
  }
}
@media (max-width: 1299.98px) {
  :root {
    --content-width: 960px;
  }

  body {
    font-size: 18px;
  }

  .btn {
    padding: 30px 30px;
    font-size: 20px;
    max-height: 70px;
  }

  .h1 {
    font-size: 70px;
  }

  .h2 {
    font-size: 45px;
  }

  .h3 {
    font-size: 27px;
  }

  .header-box .social-list {
    display: none;
  }

  .header-box .breadcrumbs {
    font-size: 16px;
  }

  .perfect-box .perfect-line-2,
.perfect-box .perfect-line-4 {
    display: none;
  }

  .perfect-box .perfect-line-3 {
    transform: scale(0.7);
  }

  .wave-top::before {
    top: -170px;
  }

  .wave-bottom::after {
    bottom: -170px;
  }

  .comfort-box {
    margin-top: 130px;
  }

  .own-box .own-mini-list li:not(:last-child) {
    margin-bottom: 27px;
  }

  .own-box .own-mini-list {
    padding: 85px 40px 63px;
  }

  .own-box .own-mini-list li {
    grid-template-columns: 60px 1fr;
  }

  .own-box .own-mini-list .int {
    font-size: 30px;
  }

  .own-box .own-mini-list .own-axe {
    right: -20px;
    max-width: 120px;
  }

  .own-box .phone-row {
    display: grid;
    gap: 15px;
    margin: 50px 0 30px;
  }

  .footer-box {
    margin-top: 250px;
  }

  .footer-box .banners-row .bn .mini-text {
    padding: 40px;
  }

  .footer-box .banners-row .bn .big-text {
    font-size: 40px;
    padding: 50px;
  }

  .footer-box .banners-row .bn .house {
    width: 250px;
  }

  .footer-box .ooo-row {
    margin-top: 70px;
  }

  .footer-box .contact-item .top-row {
    display: block;
  }

  .footer-box .bottom-row .fb-menu {
    font-size: 20px;
  }

  .footer-box .bottom-row .fb-menu a, .footer-box .bottom-row .fb-menu span {
    margin-right: 20px;
  }

  .footer-box .bottom-row .fb-dev {
    margin-right: 15px;
    font-size: 16px;
  }

  .footer-box .bottom-row .fb-dev .beavers {
    max-width: 100px;
    margin-top: -0.7em;
  }

  .footer-box .bottom-row {
    padding: 50px 0 60px;
  }

  .filter-box .middle {
    padding-top: 300px;
  }

  .filter-box .fi-title {
    margin-bottom: 10px;
  }

  .filter-box .fi-title .info {
    top: -10px;
    max-width: 16px;
  }

  .filter-box .fi-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .filter-box .fi-list > * {
    margin-right: 17px;
    margin-bottom: 7px;
  }

  .filter-box .filter-row {
    padding-bottom: 30px;
  }

  .filter-box .filter-row-1 {
    grid-template-columns: auto auto;
    gap: 30px 90px;
  }
  .filter-box .filter-row-1 .filter-col:first-child {
    order: -2;
  }
  .filter-box .filter-row-1 .filter-col:last-child {
    order: -1;
  }

  .filter-box .filter-row-3 {
    gap: 30px;
  }

  .filter-box .fi-list, .filter-box .fi-more {
    font-size: 18px;
  }

  .filter-box::after {
    height: 1040px;
  }

  .filter-box.active::after {
    height: 1500px;
  }

  .filter-box::before {
    background-position-y: 132%;
  }

  .filter-box.sticky.showed .filter-full::after {
    display: none;
  }

  .catalog-box .ca-wrap {
    padding: 0 30px;
  }

  .catalog-box .ca-title {
    padding-bottom: 35px;
    font-size: 27px;
    padding-bottom: 0;
  }

  .catalog-box .ca-info {
    margin-top: 25px;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
  }

  .catalog-box .ca-info span:not(:last-of-type)::after {
    display: none;
  }

  .catalog-box .ca-info span {
    margin-right: 13px;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .catalog-box .ca-info .heart-icon {
    margin-right: 0;
    max-width: 18px;
  }

  .banner {
    height: 260px;
  }

  .banner .info-text {
    font-size: 16px;
    padding: 40px;
  }

  .banner .b-text {
    margin: auto 40px;
  }

  .banner-1 .right-image {
    max-width: 40%;
  }

  .banner-2 .right-image {
    max-width: 40%;
  }

  .banner-3 .right-image {
    max-width: 40%;
  }

  .banner .b-text .b-title {
    font-size: 30px;
  }

  .banner .tree {
    max-width: 10%;
  }

  .banner .oval {
    right: 100px;
    max-width: 37%;
  }

  .banner .b-text {
    max-width: 440px;
  }

  .catalog-box .cat-order .co-title {
    margin: 0;
    font-size: 40px;
  }

  .catalog-box .cat-order .co-axe {
    max-width: 120px;
  }

  .catalog-box .cat-order .co-info {
    margin-top: 10px;
    max-width: 320px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .catalog-box .cat-order .btn {
    max-width: 320px;
  }

  .house-top-box .info-row {
    grid-template-columns: auto 3px auto 3px auto;
  }

  .house-top-box .middle-row .subtitle {
    margin-top: 30px;
  }

  .house-about-box .about-middle {
    margin-top: 100px;
  }

  .house-about-box .a-title .line {
    display: none;
  }

  .house-about-box {
    padding-bottom: 100px;
  }

  .house-about-box .a-text {
    margin-bottom: 70px;
  }

  .house-about-box .border-info {
    padding: 50px 40px;
  }

  .house-about-box .bi-list {
    gap: 20px;
  }

  .house-about-box .bi-list .bi-row {
    grid-template-columns: 230px auto;
    gap: 10px;
  }

  .house-about-box .bi-list .bi-name::after {
    margin-left: 10px;
  }

  .house-about-box .border-info .about-tree {
    max-width: 150px;
  }

  .house-gallery-box .g-info {
    font-size: 20px;
    padding: 10px 15px 5px;
  }

  .house-gallery-box .top-row {
    margin-bottom: 30px;
  }

  .house-equipment-box {
    padding-top: 200px;
  }

  .house-additional-box {
    padding-top: 150px;
  }

  .house-additional-box .ha-item {
    padding-bottom: 40px;
  }

  .house-additional-box .ha-grid {
    gap: 40px 0;
  }

  .house-additional-box .ha-title .info {
    margin-left: 10px;
    max-width: 20px;
  }

  .house-additional-box .ha-grid {
    margin-bottom: 100px;
  }

  .house-similar-box {
    margin-top: -120px;
    padding-top: 220px;
  }

  .house-similar-box .wave-bottom {
    padding-top: 470px;
  }

  .house-similar-box .cards-row {
    margin: 100px 0;
  }

  .cards-row .card {
    height: 270px;
  }

  .cards-row .hover .c-title {
    margin: 0 -20px;
  }

  .cards-row .hover .c-title {
    max-width: 19em;
  }

  .cards-row .btn {
    margin-top: 25px;
    max-height: 70px;
    font-size: 23px;
  }

  .cards-row .hover .c-title {
    font-size: 25px;
  }

  .cards-row .card-1 .btn {
    max-width: 400px;
  }

  .popup .content-wrap {
    padding: 70px 0 70px 50px;
    max-width: 700px;
    width: 100%;
  }

  .popup-house .popup-title {
    margin-bottom: 60px;
  }

  .popup .close-btn {
    margin-bottom: 50px;
  }

  .popup-house .btn-row {
    gap: 20px;
    grid-template-columns: auto auto;
  }

  .form-input {
    font-size: 20px;
    margin-bottom: 50px;
  }

  .form-input input, .form-input textarea {
    padding-bottom: 20px;
  }

  .house-similar-box .second-row .slick-nav {
    margin-top: 30px;
  }

  .map-box .middle-row {
    padding-top: 280px;
    padding-bottom: 0;
  }

  .works-box .tab-list span {
    margin-right: 25px;
    font-size: 16px;
  }

  .works-box .grid-list {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 100px;
  }

  .work-top-box .bottom-row {
    font-size: inherit;
  }

  .work-top-box .grid-info {
    padding-top: 40px;
    margin-top: 40px;
    gap: 20px;
  }

  .work-top-box .grid-info .g-row {
    grid-template-columns: 200px auto;
    gap: 10px;
  }

  .work-top-box .grid-info .g-name::after {
    margin-left: 10px;
  }

  .review-box {
    padding-top: 160px;
  }

  .review-box .h2 .line {
    display: none;
  }

  .review-box .video-element {
    margin-top: 50px;
  }

  .review-box .r-name {
    margin-top: 40px;
    font-size: 20px;
  }

  .review-box .review-wrap {
    padding: 40px 40px;
  }

  .review-box .slide-title-row {
    padding-top: 100px;
    margin-bottom: 40px;
  }

  .work-map-box {
    margin-top: -200px;
    padding-bottom: 500px;
  }

  .work-map-box #map {
    height: 800px;
  }

  .work-map-box .subtitle {
    top: 270px;
  }

  .work-map-box.active {
    padding-bottom: 800px;
  }

  .work-map-box.active .subtitle {
    top: 220px;
  }

  .work-other-box {
    margin-top: -100px;
    margin-bottom: 370px;
  }

  .work-other-box {
    padding-top: 190px;
  }

  .footer-box .banners-row {
    top: -200px;
    margin-bottom: -200px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --content-width: 720px;
  }

  body {
    font-size: 18px;
  }

  .btn {
    padding: 25px 30px;
    font-size: 18px;
    max-height: 60px;
  }

  .h1 {
    font-size: 55px;
  }

  .h2 {
    font-size: 40px;
  }

  .h3 {
    font-size: 25px;
  }

  .phone-col .h {
    font-size: 21px;
  }

  .phone-col .pc-bottom {
    font-size: 14px;
  }

  .header-box .logo .logo-text {
    font-size: 27px;
  }

  .menu-box .menu-row {
    padding: 80px 0 60px;
  }

  .menu-box .menu-row ul {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .menu-box .menu-row li {
    margin-bottom: 10px;
  }

  .menu-box .contact-row {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-box {
    min-height: auto;
  }

  .home-box .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .home-box .middle {
    padding-top: 270px;
  }

  .home-box .middle .to-svg {
    height: 50px;
  }

  .home-box .home-slider {
    position: static;
    margin-top: 60px;
    margin-bottom: -150px;
  }

  .header-box:not(.fixed) .logo .logo-oval {
    max-width: 110px;
  }
  .header-box:not(.fixed) .logo .logo-img {
    max-width: 85px;
  }

  .header-box .phone-col {
    margin: auto 20px auto 40px;
  }

  .perfect-box {
    padding-bottom: 0;
  }

  .perfect-box .top-row .info {
    font-size: 23px;
  }

  .perfect-box .pt-left {
    position: static;
  }

  .perfect-box .top-row {
    padding-bottom: 80px;
  }

  .perfect-box .middle-row {
    padding-top: 80px;
  }

  .perfect-box .middle-row .h2 {
    margin-top: 0;
    margin-bottom: 30px;
    max-width: none;
  }

  .perfect-box .middle-row .srub {
    display: none;
  }

  .perfect-box .middle-row .tree {
    max-width: 150px;
    right: 45px;
    left: auto;
    bottom: -110px;
    transform: scaleX(-1);
  }

  .perfect-box .btn-wrap .btn {
    max-width: 300px;
  }

  .perfect-box .perfect-line-3 {
    transform: none;
    right: 0;
  }

  .comfort-box .top-row .line {
    display: none;
  }

  .comfort-box .top-row .info {
    font-size: 23px;
  }

  .comfort-box .top-row {
    padding-bottom: 80px;
  }

  .comfort-box .middle-row {
    padding-top: 80px;
  }

  .comfort-box .slick-nav {
    margin-bottom: 30px;
  }

  .outside-house-slide .slide-title {
    padding: 30px;
    font-size: 23px;
  }

  .slick-slider.slick-padding .slick-list {
    margin: 0 -10px;
  }
  .slick-slider.slick-padding .slick-slide {
    margin: 0 10px;
  }

  .slick-slider.slick-outside .slick-slide {
    margin: 0 10px;
  }

  .own-box .own-mini-list {
    margin-top: 30px;
    position: relative;
    top: 0;
    padding: 72px 35px 40px;
    max-width: 335px;
  }

  .own-box .own-mini-list .own-axe {
    max-width: 100px;
    right: -30px;
  }

  .own-box .col-left {
    margin-bottom: 50px;
  }

  .footer-box {
    margin-top: 150px;
  }

  .footer-box .banners-row {
    gap: 20px;
  }

  .footer-box .banners-row .bn .house {
    max-width: 170px;
  }

  .footer-box .banners-row .bn .mini-text {
    padding: 30px;
  }

  .footer-box .banners-row .bn .big-text {
    padding: 30px 40px;
    font-size: 36px;
  }

  .footer-box .ooo-row .ooo-name {
    margin-right: 20px;
    font-size: 30px;
  }

  .footer-box .contact-row {
    gap: 25px;
  }

  .footer-box .contact-item .phone {
    font-size: 35px;
  }

  .footer-box .bottom-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-box .bottom-row .fb-dev {
    justify-content: flex-end;
  }

  .footer-box .contact-item {
    padding-bottom: 60px;
  }

  .filter-box .middle {
    padding-top: 270px;
    padding-bottom: 40px;
  }

  .filter-box .fi-title {
    font-size: 16px;
  }

  .filter-box .fi-title .info {
    top: -6px;
  }

  .filter-box .filter-row-last .fi-tabs {
    padding: 0 10px;
    height: 50px;
  }

  .filter-box .filter-row-last .fi-tabs span {
    margin: 0 10px;
  }

  .filter-box .filter-row-last .info-col {
    font-size: inherit;
  }

  .filter-box .filter-row-last .info-col .h {
    font-size: 27px;
  }

  .filter-box::before {
    height: 760px;
    background-size: 400px auto;
  }

  .filter-box::after {
    height: 830px;
  }

  .filter-box.active::before {
    height: 1180px;
  }

  .filter-box.active::after {
    height: 1250px;
  }

  .banner .b-text {
    max-width: 360px;
  }

  .banner .b-text .b-title {
    font-size: 27px;
  }

  .banner .b-text .b-subtitle {
    font-size: 14px;
  }

  .banner .info-text {
    padding-top: 20px;
  }

  .banner {
    height: 220px;
  }

  .catalog-box .grid-list {
    gap: 20px;
  }

  .catalog-box .cat-order .ca-wrap {
    padding: 0 30px;
  }

  .catalog-box .cat-order .co-info {
    display: none;
  }

  .catalog-box .cat-order .btn {
    margin-top: 10px;
  }

  .catalog-box .cat-order .co-axe {
    display: none;
  }

  .catalog-box .cat-order .co-title {
    font-size: 33px;
  }

  .catalog-box .ca-wrap {
    padding: 0 25px;
  }

  .catalog-box .ca-info {
    margin-top: 10px;
    padding-bottom: 20px;
    padding-top: 10px;
    flex-wrap: wrap;
    align-items: center;
  }

  .catalog-box .ca-info span:not(:last-of-type)::after {
    display: none;
  }

  .catalog-box .ca-info span {
    margin-right: 13px;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .catalog-box .ca-info .heart-icon {
    margin-right: 0;
    max-width: 18px;
  }

  .catalog-box .ca-title {
    font-size: 22px;
  }

  .house-top-box .top-row {
    font-size: 18px;
  }

  .house-top-box .top-row .arrow {
    margin-right: 10px;
  }

  .house-top-box .icons-list .icon {
    margin-left: 20px;
    max-width: 20px;
  }

  .house-top-box .middle-row {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .house-top-box .middle-row .subtitle {
    margin-top: 20px;
  }

  .house-top-box .info-row .info-col {
    padding: 5px 15px;
  }

  .house-top-box .info-row .info-col .ic-name {
    font-size: 16px;
  }

  .house-top-box .info-row .info-col .ic-value {
    font-size: 22px;
  }

  .house-about-box .about-middle {
    margin-top: 60px;
  }

  .house-about-box .a-title {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }

  .house-about-box .border-info {
    max-width: 500px;
  }

  .slick-arrow-inside .arrows {
    right: 40px;
    bottom: 40px;
  }

  .house-equipment-box {
    padding-top: 220px;
  }

  .house-equipment-box .top-row {
    flex-wrap: wrap;
  }

  .house-equipment-box .top-row .tab-list {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }

  .house-equipment-box .top-row .tab-list a {
    margin-left: 0;
    margin-right: 30px;
  }

  .house-equipment-box .eq-table .et-name {
    font-size: 30px;
  }

  .house-equipment-box .eq-table {
    font-size: 16px;
    min-width: 800px;
    padding-bottom: 30px;
  }

  .house-equipment-box .eq-tabs {
    position: relative;
    margin: 0 -15px;
    padding: 0 15px;
    overflow-x: auto;
  }

  .house-equipment-box .container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 15px 15px #1C1D20;
    width: 100%;
    pointer-events: none;
    z-index: 5;
  }

  .house-equipment-box .eq-table .eq-head.is-sticky ~ .eq-footer.is-sticky.showed {
    position: static;
  }

  .house-equipment-box .eq-table .eq-col:nth-child(2) {
    padding-right: 20px;
  }

  .house-equipment-box .eq-table .eq-col:last-child {
    padding-left: 20px;
  }

  .house-equipment-box .eq-table .eq-head .eq-col {
    padding-bottom: 30px;
  }

  .house-equipment-box .eq-table:not(.active) {
    display: none;
  }

  .house-equipment-box .eq-table {
    gap: 30px;
  }

  .house-equipment-box .eq-table .eq-footer .eq-col {
    padding-top: 30px;
    margin-top: 10px;
  }

  .house-equipment-box .eq-table .et-name {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .house-equipment-box .eq-table::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/icons/hand.png") no-repeat rgba(28, 29, 32, 0.1);
    background-size: 70px auto;
    background-position: 30px 30px;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    -webkit-animation: 1.5s infinite alternate handLR;
            animation: 1.5s infinite alternate handLR;
    z-index: 8;
    transition: opacity 0.2s;
    pointer-events: none;
  }
  .house-equipment-box .eq-table:hover::after, .house-equipment-box .eq-table.hovered::after {
    opacity: 0;
  }

  .house-equipment-box {
    padding-bottom: 40px;
  }

  @-webkit-keyframes handLR {
    from {
      background-position: 20px 30px;
    }
    to {
      background-position: 100px 30px;
    }
  }

  @keyframes handLR {
    from {
      background-position: 20px 30px;
    }
    to {
      background-position: 100px 30px;
    }
  }
  .house-additional-box .ha-item:nth-of-type(odd) {
    padding-right: 20px;
  }

  .house-additional-box .ha-item:nth-of-type(even) {
    padding-left: 20px;
  }

  .house-additional-box .ha-item {
    padding-bottom: 30px;
  }

  .house-additional-box .ha-grid {
    gap: 25px 0;
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .house-additional-box .ha-title {
    margin-bottom: 10px;
  }

  .house-additional-box .ha-name {
    font-size: 16px;
  }

  .house-additional-box .ha-price {
    font-size: 23px;
  }

  .banner .b-text {
    max-width: 320px;
  }

  .house-similar-box .first-row .h3 {
    max-width: 320px;
  }

  .house-similar-box .cards-row {
    margin: 70px 0;
  }

  .cards-row {
    flex-wrap: wrap;
  }

  .cards-row .card {
    height: 200px;
    width: 100%;
  }
  .cards-row .card:hover {
    width: 100%;
  }

  .cards-row .btn {
    margin-top: 15px;
    max-height: 55px;
    font-size: 18px;
  }

  .house-similar-box .second-row .s-top-row {
    display: block;
  }
  .house-similar-box .second-row .s-top-row .h3 {
    margin-bottom: 10px;
    max-width: 320px;
  }

  .house-similar-box .second-row .s-top-row .tab-list {
    justify-content: flex-end;
    font-size: 16px;
  }

  .house-similar-box .second-row .s-top-row .tab-list {
    margin-bottom: 40px;
  }

  .house-similar-box .second-row .slick-nav {
    margin-top: 20px;
  }

  .footer-box .banners-nav .bn-nav .bn-info {
    top: 20px;
    font-size: 18px;
    padding: 10px 20px 5px;
  }

  .footer-box .banners-nav .bn-prev .bn-info {
    left: 20px;
  }

  .footer-box .banners-nav .bn-next .bn-info {
    right: 20px;
  }

  .footer-box .banners-nav .bn-nav .bn-title {
    padding: 20px;
    font-size: 25px;
  }

  .footer-box .banners-row {
    top: -170px;
    margin-bottom: -170px;
  }

  .works-box .tab-list {
    flex-wrap: wrap;
  }

  .works-box .tab-list span {
    margin-bottom: 15px;
  }

  .works-box .grid-list {
    padding-top: 40px;
    gap: 20px;
  }

  .review-box .review-wrap {
    padding: 40px 30px;
    font-size: 18px;
    line-height: 1.6;
  }

  .work-gallery-box .cards-row {
    margin: 70px 0;
  }

  .house-gallery-box .top-row .tab-list span {
    margin-left: 20px;
  }

  .work-gallery-box .second-row {
    margin-top: -25px;
  }

  .work-top-box .top-row {
    font-size: 18px;
  }

  .work-top-box .top-row .arrow {
    margin-right: 10px;
  }

  .work-top-box .icons-list .icon {
    margin-left: 20px;
    max-width: 20px;
  }

  .work-top-box .middle-row .col-right {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --content-width: 540px;
    --fixed-header-height: 75px;
  }

  body {
    font-size: 16px;
  }

  .btn {
    padding: 25px 30px;
    font-size: 16px;
    max-height: 55px;
  }

  .h1 {
    font-size: 50px;
  }

  .h2 {
    font-size: 35px;
  }

  .menu-box .contact-row .social-list {
    margin-top: 25px;
    justify-content: center;
  }

  .menu-box .top-row {
    display: flex;
    flex-wrap: nowrap;
    height: 110px;
  }
  .menu-box .top-row > div:not(.bottom-line) {
    flex: 0 1 auto;
    max-width: none;
    width: auto;
  }

  .menu-box .burger {
    width: 20px;
  }

  .menu-box .menu-row {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .header-box .phone-col {
    display: none;
  }

  .header-box .burger {
    width: 30px;
    flex-shrink: 0;
  }

  .header-box.fixed .logo .logo-img {
    width: 70px;
  }

  .header-box.fixed .logo .logo-oval {
    width: 85px;
  }

  .header-box .breadcrumbs {
    display: none;
  }

  .home-box .home-slider {
    width: 320px;
    max-width: 100%;
  }

  .home-box .home-slider .slider-nav {
    padding: 7px 30px;
  }

  .home-box .home-slider .slide-info {
    left: 30px;
    right: 30px;
    font-size: 23px;
  }

  .home-box .home-slider .slide-info .heart {
    width: 18px;
  }

  .perfect-box .top-row .line {
    display: none;
  }

  .perfect-box .top-row .pt-left {
    margin-bottom: 30px;
  }

  .perfect-box .pl-circle {
    font-size: 80px;
  }

  .perfect-box .perfect-line-3 {
    transform: scale(0.8);
  }

  .perfect-box .middle-row .tree {
    bottom: -120px;
  }

  .comfort-box .top-row .pt-left {
    margin-bottom: 30px;
  }

  .comfort-box .middle-row .h2 {
    margin-top: 0;
    max-width: none;
    margin-bottom: 30px;
  }

  .slick-slider.slick-padding .slick-list {
    margin: 0 -7px;
  }
  .slick-slider.slick-padding .slick-slide {
    margin: 0 7px;
  }

  .slick-slider.slick-outside .slick-slide {
    margin: 0 7px;
  }

  .slick-slider.slick-outside .slick-slide {
    opacity: 1;
  }

  .own-box {
    padding: 80px 0;
  }

  .footer-box .banners-row {
    grid-template-columns: 1fr;
  }

  .footer-box .banners-row .bn .house {
    max-width: 600px;
  }
  .footer-box .banners-row .bn .mini-text {
    padding: 50px;
  }
  .footer-box .banners-row .bn .big-text {
    padding: 70px 50px;
    font-size: 50px;
  }

  .footer-box .ooo-row {
    flex-wrap: wrap;
  }

  .footer-box .ooo-row .social-list {
    justify-content: flex-end;
    margin-top: 30px;
    width: 100%;
  }

  .footer-box .contact-row {
    gap: 20px;
  }

  .footer-box .contact-item .top-row .time {
    font-size: 18px;
  }

  .footer-box .contact-item .phone {
    font-size: 27px;
  }

  .footer-box .logo-row {
    grid-template-columns: 1fr 80px 1fr;
  }

  .filter-box .filter-row-1 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .filter-box .filter-row-1 .filter-col:last-child {
    order: -3;
    grid-column: 1/-1;
  }

  .filter-box .filter-row-last {
    display: grid;
    grid-template-columns: -webkit-max-content auto;
    grid-template-columns: max-content auto;
  }

  .filter-box .fi-list, .filter-box .fi-more {
    font-size: 16px;
  }

  .filter-box .fi-more {
    margin-bottom: -40px;
    z-index: 10;
  }

  .filter-box .middle {
    padding-top: 270px;
    padding-bottom: 20px;
  }

  .filter-box::before {
    background-image: none;
  }

  .filter-box::after {
    height: 820px;
  }

  .filter-box.active::after {
    height: 1230px;
  }

  .catalog-box .grid-list {
    grid-template-columns: 1fr;
  }
  .catalog-box .cat-item:not(:hover)::before {
    opacity: 0;
  }
  .catalog-box .cat-item:not(:hover)::after {
    opacity: 1;
  }
  .catalog-box .cat-item:not(:hover) .ca-info {
    margin-bottom: 0;
    opacity: 1;
  }

  .catalog-box .ca-info {
    margin-top: 0;
  }

  .catalog-box .ca-title {
    padding-bottom: 15px;
  }

  .catalog-box .ca-info {
    font-size: 14px;
  }

  .catalog-box .cat-order .co-info {
    display: block;
  }

  .catalog-box .ca-info {
    padding-top: 15px;
  }

  .catalog-box .col-full {
    max-width: 100%;
    overflow: hidden;
  }

  .banner .oval {
    display: none;
  }

  .banner .right-image {
    display: none;
  }

  .banner .b-text {
    max-width: none;
  }

  .banner .info-text {
    padding-top: 30px;
  }

  .house-top-box .info-row {
    grid-template-columns: 1fr;
  }

  .house-top-box {
    margin-bottom: -100px;
    padding-bottom: 100px;
  }

  .house-about-box .a-text {
    margin-bottom: 50px;
  }

  .house-additional-box .ha-grid {
    grid-template-columns: 1fr;
  }

  .house-additional-box .ha-item:nth-of-type(odd) {
    padding-right: 0;
  }

  .house-additional-box .ha-item:nth-of-type(even) {
    padding-left: 0;
  }

  .house-additional-box .ha-grid::before {
    display: none;
  }

  .house-similar-box .second-row .s-top-row .h3 {
    max-width: none;
  }

  .house-similar-box .second-row .s-top-row .tab-list {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .slick-nav .arrows {
    gap: 30px;
  }

  .house-similar-box .second-row {
    margin-bottom: 40px;
  }

  .footer-box .banners-nav .bn-nav:not(:first-child) {
    margin-top: 0;
  }

  .footer-box .banners-nav .bn-nav {
    padding-bottom: 60%;
  }

  .works-box .grid-list {
    grid-template-columns: 1fr;
  }

  .work-top-box .col-right {
    padding-left: 15px;
  }

  .work-top-box .bottom-row .col-right {
    margin-top: 50px;
  }

  .review-box {
    padding-top: 100px;
  }

  .review-box .review-wrap {
    margin-top: 50px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%237A7C81' stroke-width='2' stroke-dasharray='2%2c 6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
    border-radius: 0;
    font-size: 16px;
  }

  .review-box .review-wrap::before {
    left: -30px;
    width: 90px;
    height: 30px;
    transform: rotate(90deg) scaleY(-1);
  }

  .review-box .review-wrap .text {
    position: relative;
  }

  .review-box .slide-title-row {
    padding-top: 80px;
  }

  .popup-house-fix .ph-name .phn-price, .popup-house-fix-form .ph-name .phn-price {
    font-size: 25px;
  }

  .popup-house-fix .tab-list-1 {
    flex-direction: column;
  }
  .popup-house-fix .tab-list-1 span {
    margin-bottom: 5px;
  }

  .popup-house-fix .ph-title, .popup-house-fix-form .ph-title {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .popup-house-fix .line, .popup-house-fix-form .line {
    margin: 40px 0;
  }

  .popup-house-fix .tab-list-2 span .icon {
    width: 80px;
  }

  .popup-house-fix .tab-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .popup-house-fix .checkbox-list-1 .checkbox-row {
    grid-template-columns: 40px 1fr;
    gap: 5px;
  }

  .popup-house-fix .checkbox-list .ch-pre-name,
.popup-house-fix .checkbox-list .ch-name,
.popup-house-fix .checkbox-list .ch-price {
    grid-column: 2/-1;
  }

  .form-checkbox input[type=checkbox], .form-checkbox input[type=radip] {
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }

  .popup-house-fix .ph-title .t-sub, .popup-house-fix-form .ph-title .t-sub {
    text-align: right;
    margin-left: 15px;
  }

  .popup-house-fix .checkbox-list-2 .checkbox-row {
    grid-template-columns: 40px 1fr;
    gap: 0;
  }

  .popup-house-fix .btn-row {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --content-width: 100vw;
  }

  .wrapper {
    overflow: hidden;
  }

  .h1 {
    font-size: 40px;
  }

  .h2 {
    font-size: 30px;
  }

  .header-box:not(.fixed) .head-side {
    height: 100px;
  }
  .header-box:not(.fixed) .logo {
    top: 10px;
  }
  .header-box:not(.fixed) .logo .logo-oval {
    max-width: 100px;
  }
  .header-box:not(.fixed) .logo .logo-img {
    max-width: 80px;
  }
  .header-box:not(.fixed) .logo .logo-text {
    margin: 0;
    font-size: 22px;
  }

  .menu-box .contact-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .menu-box .menu-row {
    text-align: center;
  }

  .menu-box .phone-col {
    align-items: center;
    margin-bottom: 30px;
  }
  .menu-box .phone-col .h {
    font-size: 25px;
  }

  .menu-box .contact-row .social-list {
    margin-top: 10px;
  }
  .menu-box .contact-row .social-list a {
    margin: 0 9px;
  }

  .home-box .middle {
    padding-top: 250px;
  }

  .perfect-box {
    padding-top: 240px;
  }

  .perfect-box .top-row .info {
    font-size: 20px;
  }

  .perfect-box .perfect-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .perfect-box .pl-item {
    display: grid;
    grid-template-columns: -webkit-max-content auto;
    grid-template-columns: max-content auto;
    align-items: center;
    max-width: none;
    margin-bottom: 0;
  }

  .perfect-box .pl-text {
    margin-top: 0;
  }

  .perfect-box .pl-circle {
    font-size: 80px;
    margin-left: -10px;
  }

  .perfect-box .perfect-line-3 {
    display: none;
  }

  .perfect-box .btn-wrap {
    margin-top: 20px;
  }

  .perfect-box .middle-row .tree {
    display: none;
  }

  .comfort-box {
    margin-top: 100px;
  }

  .comfort-box .top-row .info {
    font-size: 20px;
  }

  .own-box .ol-circle {
    font-size: 80px;
  }

  .own-box .ol-right {
    margin-top: 0;
  }

  .own-box .ol-images .to-svg {
    transform: translateY(-120px) translateX(-20px);
  }

  .own-box .phone-row .phone-col {
    font-size: 18px;
  }

  .own-box .phone-row .phone-col .h {
    font-size: 23px;
  }

  .footer-box .banners-row .bn .big-text {
    font-size: 40px;
  }

  .footer-box .banners-row .bn .house {
    max-width: 50%;
  }

  .footer-box .ooo-row {
    justify-content: center;
    text-align: center;
  }

  .footer-box .ooo-row .social-list {
    justify-content: center;
  }
  .footer-box .ooo-row .social-list .social-list a {
    margin: 0 9px;
  }

  .footer-box .ooo-row .ooo-info {
    margin-top: 20px;
    width: 100%;
  }

  .footer-box .contact-row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-box .contact-item:first-child {
    background: repeat-x 0% 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='3' viewBox='0 0 1920 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M1 1H1920' stroke='white' stroke-width='2' stroke-linecap='round' stroke-dasharray='0 8'/%3E%3C/svg%3E%0A");
  }

  .footer-box .bottom-row .fb-menu {
    display: grid;
    grid-gap: 10px;
    text-align: center;
  }

  .footer-box .bottom-row .fb-menu a, .footer-box .bottom-row .fb-menu span {
    margin: 0;
  }

  .footer-box .bottom-row .fb-dev {
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  .footer-box .bottom-row .fb-dev .beavers {
    margin: 10px 0 10px;
  }

  .footer-box .bottom-row .fb-dev span {
    margin: 0;
  }

  .popup .content-wrap {
    padding: 50px 0;
  }

  .popup .content-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    right: 100%;
    bottom: 0;
    background: inherit;
  }

  .popup-house .file-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .popup-house .btn-row {
    grid-template-columns: 1fr;
  }

  .popup-house .file-row {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .popup-options .name-row {
    margin: 40px 0;
    padding-bottom: 40px;
  }

  .form-input {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .form-input input, .form-input textarea {
    padding-bottom: 15px;
  }

  .filter-box .middle {
    padding-top: 240px;
  }

  .filter-box.active::after {
    height: 1200px;
  }

  .filter-box .filter-row-3,
.filter-box .filter-row-last {
    grid-template-columns: 1fr;
  }

  .filter-box::before {
    height: 500px;
  }

  .filter-box::after {
    display: none;
  }

  .filter-box.active .filter-full {
    padding-bottom: 0;
    margin-bottom: 80px;
  }

  .filter-box .filter-full {
    position: relative;
    background: #1C1D20;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .filter-box .filter-full::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -180px;
    height: 189px;
    background: url("../images/home-bottom.svg") no-repeat 50% 0%;
    background-size: 100% auto;
    pointer-events: none;
  }

  .filter-box .fi-more {
    margin-top: 15px;
    margin-bottom: -5px;
  }

  .filter-box.sticky .show-filter {
    display: none;
  }

  .catalog-box {
    position: relative;
    z-index: 30;
  }

  .catalog-box .cat-order .co-info {
    display: none;
  }

  .catalog-box .cat-order .btn {
    margin-top: 25px;
  }

  .house-top-box .top-row,
.work-top-box .top-row {
    font-size: 16px;
  }

  .house-about-box .border-info .about-tree {
    display: none;
  }

  .house-about-box .bi-list .bi-row {
    grid-template-columns: auto -webkit-max-content;
    grid-template-columns: auto max-content;
  }

  .house-about-box .border-info {
    padding: 40px 30px;
  }

  .house-gallery-box .top-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .house-gallery-box .top-row .tab-list {
    margin-right: auto;
  }

  .house-gallery-box .top-row .tab-list span {
    margin-left: 0;
    margin-right: 10px;
  }

  .house-equipment-box .top-row {
    position: relative;
    top: 0;
  }

  .house-equipment-box .top-row .tab-list {
    display: grid;
    gap: 5px;
  }

  .house-equipment-box .top-row .tab-list a {
    white-space: normal;
  }

  .house-additional-box {
    padding-top: 100px;
  }

  .banner .info-text {
    padding: 25px;
  }

  .banner .b-text {
    margin: auto 25px;
  }

  .house-similar-box .second-row .s-top-row .tab-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .house-similar-box .second-row .s-top-row .tab-list span {
    margin: 5px 0;
  }

  .house-similar-box {
    padding-bottom: 100px;
  }

  .footer-box .banners-nav .bn-nav {
    margin-top: 0;
  }

  .map-box .middle-row {
    padding-top: 240px;
  }

  .cards-row .unhover .c-title {
    font-size: 30px;
  }

  .cards-row .hover .c-title {
    margin: 0 15px;
    font-size: 20px;
  }

  .cards-row .card-1 .btn,
.cards-row .card-2 .btn {
    max-width: 290px;
  }

  .work-top-box .middle-row {
    padding-top: 80px;
  }

  .work-top-box .middle-row .h2 span {
    line-height: 1.3;
  }

  .work-top-box .grid-info .g-row {
    grid-template-columns: 1fr 1fr;
  }

  .review-box .slide-title-row .h2 {
    margin-bottom: 5px;
  }

  .work-gallery-box .second-row {
    margin-top: -15px;
    display: block;
  }
  .work-gallery-box .second-row .h3 {
    margin-bottom: 2px;
  }

  .work-other-box {
    margin-bottom: 250px;
  }

  .work-other-box .first-row .h3 {
    margin-bottom: 5px;
  }

  .popup-form-success .btn {
    max-width: 200px;
  }

  .popup-form-success .popup-man {
    margin-top: -100px;
    left: auto;
    right: -130px;
  }

  .text ul li::before {
    margin-top: 0.6em;
    margin-right: 12px;
    width: 8px;
    height: 8px;
  }

  .popup-house-fix-form .btn-row {
    grid-template-columns: 1fr;
  }

  .popup-house-fix .ph-name .phn-price, .popup-house-fix-form .ph-name .phn-price {
    margin: 0 0 0;
  }

  .popup-house-fix .ph-name, .popup-house-fix-form .ph-name {
    display: grid;
    gap: 10px;
  }

  .popup-house-fix-form .ph-f-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 399.98px) {
  .perfect-box .pl-circle {
    font-size: 55px;
  }

  .own-box .own-mini-list {
    max-width: 270px;
  }

  .own-box .own-mini-list li:not(:last-child) {
    margin-bottom: 6px;
  }

  .own-box .own-list {
    display: grid;
    gap: 50px;
    margin-top: 0;
  }

  .own-box .ol-left {
    float: left;
  }

  .own-box .ol-item {
    display: block;
  }

  .own-box .ol-images {
    display: none;
  }

  .own-box .phone-row {
    padding-left: 25px;
  }

  .perfect-box .perfect-list {
    gap: 0;
  }

  .perfect-box .pl-circle {
    font-size: 50px;
  }

  .footer-box .banners-row .bn .big-text {
    padding: 25px;
    font-size: 30px;
  }

  .footer-box .banners-row .bn .mini-text {
    padding: 25px;
  }

  .own-box .own-mini-list .own-axe {
    display: none;
  }

  .own-box .own-mini-list {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .own-box .ol-right {
    margin-top: 20px;
  }

  .popup-house-fix .tab-list-2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .banner {
    flex-direction: column;
    justify-content: center;
    height: 250px;
  }

  .banner .info-text {
    font-size: 14px;
  }

  .banner .b-text .b-title {
    padding: 0;
  }

  .banner .info-text,
.banner .b-text {
    position: static;
    padding: 0;
    margin: 7px 20px;
  }

  .banner .b-text .b-subtitle {
    margin-top: 10px;
  }

  .banner .b-text .b-title {
    font-size: 23px;
  }
}