@charset "UTF-8";
:root {
  --scrollbarWidth: 17px;
  --body-width: min( calc(100vw - var(--scrollbarWidth)), 1920px );
  --content-width: 1205px;
  --side-width: calc( ( var(--body-width) - var(--content-width) + 30px ) / 2 );
}

@font-face {
  font-family: "Manrope";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: local("Manrope"), url("../fonts/Manrope-ExtraLight.woff2") format("woff2"), url("../fonts/Manrope-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: local("Manrope"), url("../fonts/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope-Light.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Manrope"), url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Manrope"), url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Manrope"), url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Manrope"), url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff");
}
@font-face {
  font-family: "Didact Gothic";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Didact Gothic"), url("../fonts/DidactGothic-Regular.woff2") format("woff2"), url("../fonts/DidactGothic-Regular.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: #1060D0;
  color: #fff;
}
::selection {
  background: #1060D0;
  color: #fff;
}

body, html {
  scroll-behavior: smooth;
}

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

body {
  font: 300 16px/1.5 "Manrope", sans-serif;
  color: #262322;
  background: #fff;
}

.wrapper {
  position: relative;
  max-width: var(--body-width);
  margin: 0 auto;
  background: #fff;
  max-width: 1920px;
  width: 100%;
}

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

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

.color, .primary {
  color: #1060D0;
}

.secondary {
  color: #FE6311;
}

.color-hover {
  cursor: pointer;
}
.color-hover:hover {
  transition: 0.2s color;
  color: #1060D0;
}

.fill-hover {
  cursor: pointer;
}
.fill-hover svg {
  transition: fill 0.2s;
}
.fill-hover:hover svg {
  fill: #1060D0;
}

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

.h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.h2 {
  font-size: 72px;
  font-weight: 500;
  line-height: 1.0869565217;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.h3 {
  font-family: "Didact Gothic", sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}

.h4 {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
}

.h5 {
  font-size: 24px;
  text-transform: uppercase;
}

.h6 {
  font-size: 18px;
}

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

b, strong {
  font-weight: 600;
}

img, svg {
  pointer-events: none;
}

.p-0 {
  padding: 0;
}

.preload * {
  transition: none !important;
}

.custom-scroll::-webkit-scrollbar-thumb, .tables-wrap::-webkit-scrollbar-thumb {
  background: #0156CD;
  background-clip: content-box;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.custom-scroll::-webkit-scrollbar-track, .tables-wrap::-webkit-scrollbar-track {
  background: #272727;
}
.custom-scroll::-webkit-scrollbar, .tables-wrap::-webkit-scrollbar {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
}
.custom-scroll::-webkit-scrollbar-corner, .tables-wrap::-webkit-scrollbar-corner {
  background: transparent;
}

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 28px;
  list-style: none;
}
ul.custom-list li::before,
ol.custom-list li::before {
  content: "";
  flex-shrink: 0;
}

ul.custom-list li::before {
  width: 7px;
  height: 7px;
  margin-top: 8px;
  margin-right: 9px;
  background: linear-gradient(180deg, rgba(1, 86, 205, 0.3) 0%, rgba(1, 86, 205, 0) 100%);
  border: 1px solid #1060D0;
  border-radius: 50%;
}

ol.custom-list {
  counter-reset: myCounter;
}
ol.custom-list li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
  height: 30px;
  min-width: 30px;
  margin-right: 20px;
  background: #1060D0;
  border-radius: 20px;
  color: #fff;
  opacity: 0.8;
  line-height: 1;
}

.cover-image, .how-build-box .hb-bottom .hb-item .hb-image img, .product-main-box .slider-nav .img-wrap img, .product-main-box .home-pattern, .filter-box .home-pattern, .social-box .video-item .si-wrap img, .survey-box .survey-item .si-wrap img, .reviews-box .ss-wrap .video-item img, .guarantee-box .bottom-side .gu-images .gu-image img, .photo-reports-box .photo-item img, .home-box .home-pattern, .home-box .home-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.dotted-underline, .catalog-item .h3 span {
  background-image: linear-gradient(90deg, #fff5, #fff5 50%, transparent 50%, transparent 100%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  transition: background-size 0.5s ease-in-out, background-position 0.5s ease-in-out;
  background-position: 100% 97%, 0 97%;
}

.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: #1060D0;
  border-radius: 50%;
}
.text .tac {
  text-align: center;
}

.wow {
  visibility: hidden;
}

@-webkit-keyframes round {
  0% {
    transform: none;
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    transform: none;
  }
  100% {
    transform: rotate(360deg);
  }
}
.ready-box .left-side .pre-title::before, .finished-box .pre-title::before, .home-box .left-side .sub-title::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-right: 24px;
  width: 54px;
  height: 10px;
  background: url(../images/icons/circles-with-logo.svg) 50% no-repeat;
  background-size: contain;
}

.breadcrumbs {
  margin-bottom: 130px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
}
.breadcrumbs a {
  color: #1060D0;
}
.breadcrumbs .b-house {
  margin-right: 9px;
  flex-shrink: 0;
}
.breadcrumbs .b-item {
  display: flex;
}
.breadcrumbs .b-item span {
  transition: inherit;
}
.breadcrumbs .b-item svg path {
  transition: stroke 0.2s;
}
.breadcrumbs .b-item:hover svg path {
  stroke: #FE6311;
}
.breadcrumbs .b-item:hover span {
  color: #FE6311;
}
.breadcrumbs .b-item:not(.b-house) {
  padding-top: 1px;
  margin-right: 6px;
}
.breadcrumbs .b-item:not(.b-house)::before {
  content: "/";
  margin-right: 4px;
}

.p-tables table {
  width: 100%;
}
.p-tables table th, .p-tables table td {
  padding: 21px 48px;
  text-align: left;
}
.p-tables table th {
  padding: 21px 48px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background: rgba(235, 236, 238, 0.1);
}
.p-tables table th span {
  font-size: 10px;
}
.p-tables table td {
  padding: 31px 48px;
  font-weight: 200;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: top;
}
.p-tables table ul {
  margin: 0;
  padding: 0;
}
.p-tables table ul li {
  display: flex;
  padding: 0;
  margin: 6px 0 5px;
  list-style: none;
}
.p-tables table ul li::before {
  content: "";
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  margin-top: 8px;
  margin-right: 17px;
  background: linear-gradient(180deg, rgba(1, 86, 205, 0.3) 0%, rgba(1, 86, 205, 0) 100%);
  border: 1px solid #1060D0;
  border-radius: 50%;
}

.scrollable {
  display: none;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 10px;
  font-weight: 500;
  color: #1060D0;
  -webkit-animation: 1.5s ease-in-out slidingSwipe infinite;
          animation: 1.5s ease-in-out slidingSwipe infinite;
}
.scrollable img {
  width: 30px;
  margin-right: 15px;
}

.tables-wrap {
  max-width: 100%;
}

@-webkit-keyframes slidingSwipe {
  0%, 100% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
}

@keyframes slidingSwipe {
  0%, 100% {
    transform: translateX(-10px);
  }
  50% {
    transform: translateX(10px);
  }
}
.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  height: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 132.19%;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.2s;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 29px;
  height: 75px;
  max-height: 75px;
  width: 100%;
  background: linear-gradient(180deg, #FE6311 0%, #E64901 100%);
  box-shadow: inset 0px 0px 21px rgba(255, 255, 255, 0.32);
}
.btn span {
  position: relative;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #E85612 0%, #E64901 100%);
  box-shadow: inherit;
  opacity: 0;
  transition: 0.2s opacity;
}
.btn:hover {
  color: #fff;
}
.btn:hover::before {
  opacity: 1;
}

.form-title {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.form-input {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}
.form-input input, .form-input textarea {
  display: block;
  padding: 0 45px 4px 25px;
  height: 76px;
  width: 100%;
  background: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: currentColor;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.2s;
}
.form-input input::-moz-placeholder, .form-input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form-input input:-ms-input-placeholder, .form-input textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form-input input::placeholder, .form-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.form-input input:focus, .form-input textarea:focus {
  border-color: #fff;
}
.form-input input:focus ~ .icon, .form-input textarea:focus ~ .icon {
  opacity: 1;
}
.form-input textarea {
  min-height: 153px;
}
.form-input.invalid input:not(:focus) {
  left: 0;
  right: 0;
  opacity: 1;
  border-color: #FF2424;
}
.form-input.valid::after {
  opacity: 1;
}
.form-input .icon {
  position: absolute;
  right: 25px;
  margin-top: -6px;
  stroke: #fff;
  opacity: 0.3;
  transition: opacity 0.2s;
}

.form-input-light input, .form-input-light textarea {
  border-bottom: 1px solid rgba(38, 35, 34, 0.1);
}
.form-input-light input::-moz-placeholder, .form-input-light textarea::-moz-placeholder {
  color: rgba(38, 35, 34, 0.5);
}
.form-input-light input:-ms-input-placeholder, .form-input-light textarea:-ms-input-placeholder {
  color: rgba(38, 35, 34, 0.5);
}
.form-input-light input::placeholder, .form-input-light textarea::placeholder {
  color: rgba(38, 35, 34, 0.5);
}
.form-input-light input:focus, .form-input-light textarea:focus {
  border-color: #262322;
}
.form-input-light .icon {
  stroke: #000;
  opacity: 0.3;
}

.form-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  padding-left: 23px;
  padding-right: 19px;
  height: 75px;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  background: #F0F0F0;
  transition: background 0.2s;
  cursor: pointer;
}
.form-file:hover {
  background: #e2e2e2;
}
.form-file .ff-wrap {
  display: flex;
  flex-direction: column;
}
.form-file span {
  font-size: 13px;
  font-weight: 400;
  margin-right: 25px;
}
.form-file:not(.valid) input[type=file] {
  display: none;
}
.form-file input[type=file] {
  margin-top: 0;
  margin-bottom: -5px;
  width: auto;
  max-width: 100%;
  font-size: 11px;
  opacity: 0.3;
  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;
  cursor: pointer;
}
.form-checkbox input[type=checkbox],
.form-checkbox input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  margin-right: 14px;
  background: no-repeat 50%;
  border-radius: 0;
  border: 0;
  outline: 0;
  pointer-events: none;
}
.form-checkbox input[type=checkbox]:checked,
.form-checkbox input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1454 0L5.01224 6.32097L1.99556 3.24593L0 5.03209L4.8736 10L14 1.92022L12.1454 0Z' fill='white'/%3E%3C/svg%3E");
  background-color: #1060D0;
}
.form-checkbox input[type=checkbox]:not(:checked),
.form-checkbox input[type=radio]:not(:checked) {
  border: 1px solid #DADDDE;
}
.form-checkbox span {
  max-width: 520px;
  line-height: 1;
}

.form-select {
  position: relative;
  height: 46px;
  width: 100%;
  background: #fff;
  z-index: 3;
  cursor: pointer;
}
.form-select::after {
  content: "";
  position: absolute;
  right: 21px;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  border-color: currentColor transparent transparent transparent;
  transition: transform 0.2s, color 0.2s;
}

.form-input.focus,
.form-select.focus {
  z-index: 30;
}
.form-input.focus::after,
.form-select.focus::after {
  color: #1060D0;
  transform: rotate(180deg);
}
.form-input.focus::before,
.form-select.focus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  cursor: default;
}
.form-input.focus .options-list,
.form-select.focus .options-list {
  right: calc(var(--customScrollbarWidth) * -1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.form-input.focus .col-empty,
.form-select.focus .col-empty {
  display: none;
}
.form-input.focus .col-value:not(.active),
.form-select.focus .col-value:not(.active) {
  display: flex;
}
.form-input.focus .col-value.active,
.form-select.focus .col-value.active {
  background: #f7f7f7;
}
.form-input.focus .col-value:not(:first-child)::after,
.form-select.focus .col-value:not(:first-child)::after {
  opacity: 1;
}
.form-input.focus .options-list,
.form-select.focus .options-list {
  right: calc(var(--customScrollbarWidth) * -1);
}
.form-input.focus .options-list,
.form-input input:focus ~ .options-list,
.form-select.focus .options-list,
.form-select input:focus ~ .options-list {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  visibility: visible;
}
.form-input.focus .options-list:not(:first-child)::after,
.form-input input:focus ~ .options-list:not(:first-child)::after,
.form-select.focus .options-list:not(:first-child)::after,
.form-select input:focus ~ .options-list:not(:first-child)::after {
  opacity: 1;
}
.form-input .options-list,
.form-select .options-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  min-height: 44px;
  background: #fff;
  border: 1px solid #DADDDE;
  transition: border 0.2s;
  max-height: 370px;
  overflow-y: auto;
}
.form-input .col-value,
.form-input .col-empty,
.form-select .col-value,
.form-select .col-empty {
  display: flex;
  align-items: center;
  min-height: inherit;
  transition: background 0.2s;
}
.form-input .col-value:hover,
.form-input .col-empty:hover,
.form-select .col-value:hover,
.form-select .col-empty:hover {
  background: #f7f7f7;
}
.form-input .col-value,
.form-select .col-value {
  position: relative;
  padding: 0 16px;
  width: 100%;
}
.form-input .col-value:not(.active), .form-input .col-value.hidden,
.form-select .col-value:not(.active),
.form-select .col-value.hidden {
  display: none;
}
.form-input .col-value.active ~ .col-empty,
.form-select .col-value.active ~ .col-empty {
  display: none;
}
.form-input .col-value:not(:first-child)::after,
.form-select .col-value:not(:first-child)::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 16px;
  right: 16px;
  border-top: 1px solid #EBEEEF;
  opacity: 0;
}
.form-input .col-empty,
.form-select .col-empty {
  font-weight: 700;
  opacity: 0.7;
  padding-left: 20px;
  order: -2;
}

.form-input .options-list {
  top: 100%;
  min-height: 0;
  visibility: hidden;
  transition: 0.2s;
  cursor: pointer;
  z-index: 20;
}
.form-input .options-list .col-value:not(.hidden) {
  display: flex;
  min-height: 40px;
}

.slick-general {
  margin: 0 -15px;
}
.slick-general.slick-slider {
  display: flex;
  align-items: center;
}
.slick-general .slick-list {
  max-width: 100%;
  width: 100%;
  overflow: visible;
}
.slick-general .slick-track {
  display: flex;
  align-items: stretch;
}
.slick-general .slick-slide {
  height: auto;
  margin: 0 15px;
}
.slick-general:not(.slick-initialized) {
  visibility: hidden;
}

.slick-arrow {
  position: absolute;
  width: 125px;
  height: 175px;
  background: linear-gradient(-90deg, #241E1E 40%, #241E1E00 50%);
  font-size: 0;
  transition: 0.2s;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
}
.slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.slick-arrow.slick-prev {
  left: -72px;
}
.slick-arrow.slick-next {
  right: -72px;
  transform: scaleX(-1);
}
.slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat 63% 50%;
  background-image: url("../images/icons/left-arrow.svg");
  transition: background 0.2s, margin 0.2s;
}
.slick-arrow:hover.slick-prev {
  margin-left: -10px;
}
.slick-arrow:hover.slick-next {
  margin-right: -10px;
}

.tabs-here [data-tab-name] {
  cursor: pointer;
}
.tabs-here [data-tab-name]:not(.active) {
  display: none;
}
.tabs-here [data-tab-content]:not(.active) {
  display: none;
}

.tabs-list {
  display: flex;
  align-items: center;
}
.tabs-list > span[data-tab-name], .tabs-list > span {
  display: flex;
  margin-right: 50px;
  font-weight: 700;
  transition: color 0.2s;
}
.tabs-list > span[data-tab-name]:not(.active), .tabs-list > span:not(.active) {
  display: flex;
}
.tabs-list > span[data-tab-name]:hover, .tabs-list > span[data-tab-name].active, .tabs-list > span:hover, .tabs-list > span.active {
  color: #1060D0;
}
.tabs-list > [data-tab-name].btn, .tabs-list > .btn {
  display: flex;
  margin-right: 10px;
}
.tabs-list > [data-tab-name].btn:not(:hover), .tabs-list > .btn:not(:hover) {
  border-color: #DADDDE;
}
.tabs-list > [data-tab-name].btn:not(:hover).active, .tabs-list > .btn:not(:hover).active {
  color: #1060D0;
  border-color: #FE6311;
}

.catalog-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  grid-column: span 1;
  background: #241E1E;
  height: 400px;
  overflow: hidden;
  color: #fff;
}
.catalog-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(360deg, rgba(36, 31, 31, 0.8) -2.05%, rgba(36, 31, 31, 0) 100.82%);
  z-index: 2;
}
.catalog-item img {
  margin: auto;
  transition: transform 0.2s, opacity 0.2s;
}
.catalog-item .ci-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 48px 48px 40px;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.catalog-item .ci-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: auto;
  font-size: 14px;
  font-weight: 400;
}
.catalog-item .hit-blue {
  position: relative;
  display: flex;
  justify-content: center;
  background: #1060D0;
  color: #fff;
  padding: 11px 17px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.catalog-item .hit-blue span {
  margin-left: 3px;
}
.catalog-item .hit-blue::before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 16px 0 16px;
  border-color: #1060D0 transparent transparent transparent;
}
.catalog-item .h3 {
  line-height: 1;
}
.ci-bottom {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
}
.ci-bottom .cb-item {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 12px;
  margin-right: 14px;
}
.ci-bottom .cb-item::before {
  content: "";
  flex-shrink: 0;
  margin-right: 6px;
  width: 24px;
  height: 24px;
  background: no-repeat 50%;
  background-size: contain;
}
.ci-bottom .ci-size::before {
  background-image: url("../images/icons/it-1.svg");
  margin-right: 9px;
  width: 18px;
}
.ci-bottom .ci-square::before {
  background-image: url("../images/icons/it-2.svg");
}
.ci-bottom .ci-floor::before {
  background-image: url("../images/icons/it-3.svg");
}
.ci-bottom .ci-gift::before {
  background-image: url("../images/icons/it-4.svg");
}

a.catalog-item:hover {
  color: #fff;
  cursor: pointer;
}
a.catalog-item:hover img {
  transform: scale(1.03);
  opacity: 0.7;
}

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

.popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: opacity 0.5s;
  background: rgba(28, 29, 32, 0.7);
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 700;
  padding: 50px 10px;
  display: flex;
}
.popup .close-popup {
  cursor: pointer;
}
.popup .empty-space {
  position: absolute;
  top: 0;
  left: -100vw;
  right: 0;
  bottom: 0;
}
.popup .container {
  position: relative;
  margin: auto;
}
.popup .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: #EBECEE;
  transition: background 0.2s;
  z-index: 5;
}
.popup .close-btn svg {
  transition: transform 0.7s;
}
.popup .close-btn:hover {
  background: #e2e2e2;
}
.popup .close-btn:hover svg {
  transform: rotate(180deg);
}
.popup .content-wrap {
  position: relative;
  max-width: 1170px;
  width: 100%;
  background: #fff;
  transition: opacity 0.4s, transform 0.5s;
}

.popup-form .content-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 98px;
}
.popup-form .man-side {
  margin-top: -90px;
  margin-left: -168px;
  align-self: flex-end;
  pointer-events: none;
}
.popup-form .man-side img {
  display: block;
}
.popup-form .right-side {
  padding: 100px 0 160px;
  max-width: 370px;
  width: 100%;
}
.popup-form .right-side .h4 {
  max-width: 270px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0.07em;
}
.popup-form .right-side .sub-title {
  margin: 10px 0 35px;
  font-size: 18px;
  line-height: 167%;
  opacity: 0.7;
  white-space: pre-line;
}
.popup-form .right-side .form-title {
  color: #939090;
}
.popup-form .right-side .form-file {
  margin-bottom: 30px;
}
.popup-form .right-side .form-input {
  margin-bottom: 10px;
}
.popup-form .right-side .btn {
  margin-top: 20px;
}
.popup-form .right-side .btn span {
  max-width: 230px;
}
.popup-form .right-side .sub-btn {
  margin-top: 20px;
  font-size: 12px;
  opacity: 0.7;
}

.popup-quiz .content {
  position: relative;
  padding: 130px 100px 183px;
}
.popup-quiz .content .h4 {
  text-align: center;
  letter-spacing: 0.07em;
  margin: 0 -10px 52px;
  line-height: 137%;
}
.popup-quiz .content .progress {
  position: relative;
  display: flex;
  width: 100%;
  height: 20px;
  background: #F0F0F0;
  box-shadow: inset 0px 7px 24px rgba(0, 0, 0, 0.1);
}
.popup-quiz .content .progress .active-progress {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  max-width: calc(100% - 2px);
  overflow: hidden;
  transition: width 0.5s;
}
.popup-quiz .content .progress .active-progress::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1000000px;
  top: 0;
  left: -900000px;
  background: linear-gradient(135deg, #3478D7 0, #3478D7 25%, #0156CD 25%, #0156CD 50%, #3478D7 50%, #3478D7 75%, #0156CD 75%, #0156CD);
  background-size: 20px 20px;
  -webkit-animation: prog 50000s infinite linear;
          animation: prog 50000s infinite linear;
}
.popup-quiz .content .progress span {
  position: relative;
  margin: auto;
  font-size: 9px;
  font-weight: 600;
  line-height: 1;
}
.popup-quiz .content .progress span.white {
  color: #fff;
}
.popup-quiz .content .h3 {
  margin: 51px 0 43px;
  font-size: 34px;
  text-align: center;
}
.popup-quiz .quiz-step:not(.active) {
  display: none;
}
.popup-quiz .quiz-step:not(.allowed) .btn-next {
  opacity: 0.1;
  filter: grayscale(100%);
  pointer-events: none;
}
.popup-quiz .quiz-list {
  display: flex;
  margin: auto;
  max-width: 870px;
}
.popup-quiz .quiz-list .space {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.popup-quiz .quiz-item {
  width: 100%;
  cursor: pointer;
}
.popup-quiz .quiz-item:hover .quiz-img-wrap {
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
}
.popup-quiz .quiz-item.active .quiz-img-wrap::after {
  opacity: 1;
}
.popup-quiz .quiz-item .quiz-img-wrap {
  position: relative;
  transition: 0.2s;
  overflow: hidden;
}
.popup-quiz .quiz-item .quiz-img-wrap img {
  width: 100%;
}
.popup-quiz .quiz-item .quiz-img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 10px #F05C14;
  transition: 0.2s;
  opacity: 0;
}
.popup-quiz .quiz-item .quiz-title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.popup-quiz .btns-row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  transition: 0.2s;
}
.popup-quiz .btns-row .btn-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #C0C0C0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-top: 1px solid #E5E5E5;
  cursor: pointer;
  transition: color 0.2s;
  flex-shrink: 1;
}
.popup-quiz .btns-row .btn-prev:hover {
  color: #1060D0;
}
.popup-quiz .btns-row .btn {
  flex-shrink: 1;
}

@-webkit-keyframes prog {
  from {
    left: -900000px;
  }
  to {
    left: 0px;
  }
}

@keyframes prog {
  from {
    left: -900000px;
  }
  to {
    left: 0px;
  }
}
:root {
  --header-height: 120px;
}

.header-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.header-box.header-gray::before {
  background: #2F3235;
}
.header-box.header-gray .callme-col {
  background: #1060D0;
}
.header-box.header-gray .callme-col:hover {
  background: #126be8;
}
.header-box.header-gray .btn-search-open {
  background: #5C8ED2;
}
.header-box.header-gray .btn-search-open:hover {
  background: #709cd8;
}
.header-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #231E1E 0%, rgba(35, 30, 30, 0) 186.25%);
  opacity: 0.7;
  transition: 0.2s;
  z-index: 50;
}
.header-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: 0.2s;
  z-index: 70;
}
.header-box .header-wrap {
  position: relative;
  display: flex;
  height: var(--header-height);
  max-width: 1920px;
  width: 100%;
  color: #fff;
  font-weight: 400;
}
.header-box .header-wrap > *:not(.menu-col) {
  transition: 0.2s;
}
.header-box .header-wrap > * {
  z-index: 60;
}
.header-box .logo-col {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-left: 31px;
  padding-right: 56px;
}
.header-box .logo-col .logo {
  flex-shrink: 0;
  margin-right: 24px;
}
.header-box .logo-col .logo .small-logo {
  display: none;
}
.header-box .logo-col .sub-logo {
  max-width: 180px;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.5;
}
.header-box .menu-col {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding-left: 52px;
  padding-right: 55px;
  background: rgba(217, 217, 217, 0.1);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 110;
}
.header-box .menu-col .burger-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-box .menu-col .icon-menu {
  margin-right: 14px;
}
.header-box .menu-col .close-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  background: rgba(217, 217, 217, 0.1);
  opacity: 0;
}
.header-box .menu-col .close-wrap:hover {
  background: rgba(217, 217, 217, 0.2);
}
.header-box .menu-col .close-wrap .icon line {
  stroke: #fff !important;
}
.header-box .menu-col:hover {
  background: rgba(217, 217, 217, 0.2);
}
.header-box .address-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 55px;
  padding-right: 13px;
  font-size: 15px;
  line-height: 1.3333333333;
}
.header-box .address-col .sub-title {
  margin-top: 3px;
  margin-bottom: 8px;
  font-size: 12px;
  opacity: 0.5;
}
.header-box .address-col .a-str {
  max-width: 305px;
  line-height: 133%;
}
.header-box .phone-col {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  transition: background 0.2s;
}
.header-box .phone-col:hover {
  background: rgba(217, 217, 217, 0.1);
}
.header-box .callme-col {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 55px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  z-index: 90;
  cursor: pointer;
  color: #fff;
  transition: background 0.2s;
}
.header-box .callme-col:hover {
  background: rgba(217, 217, 217, 0.1);
}
.header-box .callme-col .icon {
  margin-left: 88px;
}
.header-box .icon-col {
  position: relative;
  width: 123px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 217, 217, 0.2);
  cursor: pointer;
  transition: background 0.2s;
}
.header-box .icon-col:hover {
  background: rgba(217, 217, 217, 0.3);
}
.header-box .icon-col .int:not(:empty) {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 66px;
  margin-left: 64px;
  width: 25px;
  height: 25px;
  background: #1060D0;
  font-size: 14px;
  border-radius: 50%;
}
.header-box .compare-col {
  background: rgba(217, 217, 217, 0.1);
}
.header-box.active::before, .header-box.active::after {
  opacity: 0;
}
.header-box.active .header-wrap > *:not(.menu-col) {
  visibility: hidden;
  opacity: 0;
}
.header-box.active .menu-col {
  background: transparent;
}
.header-box.active .menu-col .icon-menu {
  opacity: 0;
}
.header-box.active .menu-col span {
  opacity: 0;
}
.header-box.active .menu-col .close-wrap {
  opacity: 1;
}
.header-box.active ~ .menu-box {
  visibility: visible;
  opacity: 1;
}
.header-box.search-active .search-col-input {
  opacity: 1;
  pointer-events: auto;
}
.header-box .search-col-input {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  background: #1060D0;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 130;
  pointer-events: none;
}
.header-box .search-col-input input {
  width: 100%;
  height: 100%;
  padding: 0 50px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}
.header-box .search-col-input .search-col {
  display: flex;
  background: #1060D0;
  flex-shrink: 0;
}
.header-box .search-col-input .search-col:hover {
  background: #126be8;
}

.menu-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #231F1F;
  z-index: 100;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
}
.menu-box ul {
  display: grid;
  gap: 22px;
}
.menu-box li {
  font-size: 42px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.home-box {
  height: 775px;
  background: #241F1F;
  color: #fff;
  overflow: hidden;
}
.home-box::after {
  content: "";
  position: absolute;
  top: var(--header-height);
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #241E1E 0.61%, rgba(36, 31, 31, 0) 99.35%);
  z-index: 4;
}
.home-box .home-pattern {
  padding-top: var(--header-height);
}
.home-box .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 50;
}
.home-box .left-side {
  margin-top: var(--header-height);
  padding-top: 126px;
  max-width: 570px;
}
.home-box .left-side .sub-title {
  display: flex;
  margin-top: 30px;
  max-width: 490px;
  font-size: 24px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.home-box .left-side .sub-title::before {
  margin-top: 14px;
  margin-left: 7px;
  margin-right: 24px;
}
.home-box .left-side .info {
  margin-top: 28px;
  margin-left: 5px;
  max-width: 400px;
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
}
.home-box .blue-side {
  position: relative;
  max-width: 473px;
  width: 100%;
  margin-right: calc(var(--side-width) * -1 + 245px);
}
.home-box .blue-side::after {
  content: "";
  position: absolute;
  top: 380px;
  right: -12px;
  width: 24px;
  height: 24px;
  background: #29B475;
  border: 5px solid #323334;
  border-radius: 50%;
  z-index: 5;
}
.home-box .blue-side .blue-wrap {
  position: relative;
  padding: 0 55px;
  padding-top: var(--header-height);
  padding-bottom: 78px;
  background: #0156CD;
  overflow: hidden;
}
.home-box .blue-side .blue-wrap::before {
  content: "";
  position: absolute;
  left: 85px;
  bottom: 55px;
  width: 317px;
  height: 317px;
  background: #FFFFFF;
  opacity: 0.7;
  filter: blur(400px);
}
.home-box .blue-side .blue-wrap > * {
  position: relative;
  z-index: 2;
}
.home-box .blue-side .h3 {
  margin-top: 82px;
  max-width: 250px;
  font-size: 34px;
  line-height: 132.19%;
}
.home-box .blue-side .home-man {
  position: absolute;
  right: -4px;
  bottom: -7px;
}
.home-box .blue-side .sub-blue {
  max-width: 200px;
  margin-top: 12px;
  font-weight: 400;
  line-height: 175%;
  opacity: 0.7;
}
.home-box .blue-side .btn {
  margin-top: 16px;
  margin-bottom: 25px;
}
.home-box .blue-side .sub-btn {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.7;
  text-align: center;
}

.hits-box {
  padding-top: 96px;
  background: #241E1E;
  color: #fff;
}
.hits-box .container {
  position: relative;
  z-index: 2;
}
.hits-box .h2 {
  text-align: center;
  margin-bottom: 44px;
}
.hits-box .hits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.hits-box .hits-item-big {
  grid-column: span 2;
}
.hits-box .hits-item-big .h3 {
  margin-left: 20px;
}
.hits-box .hits-item-big .ci-bottom {
  justify-content: space-between;
  margin-left: 20px;
  margin-right: -17px;
}

.architect-box {
  padding-top: 72px;
  padding-bottom: 150px;
  background: #241E1E;
  color: #fff;
  overflow: hidden;
}
.architect-box::before {
  content: "";
  position: absolute;
  top: -300px;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/main/architect-bg.png") no-repeat 50% 100%;
}
.architect-box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -253px;
  width: 1920px;
  height: 507px;
  background: url("../images/main/architect-bottom.svg") no-repeat 50%;
  background-size: contain;
  transform: translateX(-50%);
  z-index: 16;
}
.architect-box .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 15;
}
.architect-box .left-side {
  max-width: 385px;
  width: 100%;
  padding-top: 54px;
}
.architect-box .left-side .sub-title {
  display: flex;
  margin: 30px 0 40px;
  align-items: center;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
}
.architect-box .left-side .sub-title .icon {
  margin-right: 14px;
  flex-shrink: 0;
}
.architect-box .left-side .information {
  max-width: 370px;
  font-size: 18px;
  line-height: 167%;
  white-space: pre-line;
}
.architect-box .middle-side {
  flex-shrink: 0;
  margin: 0 -200px 0 -230px;
}
.architect-box .right-side {
  padding-top: 67px;
  max-width: 372px;
  width: 100%;
}
.architect-box .right-side .btn {
  margin-top: 20px;
}

.architect-catalog-box {
  background: #2F3235;
}
.architect-catalog-box::before {
  background-image: url("../images/main/architect-bg-transparent.png");
}

.photo-reports-box {
  z-index: 20;
}
.photo-reports-box:not(.active) .photo-item:nth-child(6) ~ .photo-item {
  padding: 0;
  opacity: 0;
}
.photo-reports-box .top-row {
  margin-top: -5px;
  margin-bottom: 77px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.photo-reports-box .top-row .h2 {
  max-width: 720px;
}
.photo-reports-box .top-row .sub-title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 28px;
}
.photo-reports-box .photos-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.photo-reports-box .photo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 31.25%;
  padding-bottom: 31.25%;
  max-height: 400px;
  overflow: hidden;
  transition: 0.2s;
}
.photo-reports-box .photo-item:not(:hover)::before, .photo-reports-box .photo-item:not(:hover)::after {
  opacity: 0;
}
.photo-reports-box .photo-item:not(:hover) .more-wrap {
  opacity: 0;
}
.photo-reports-box .photo-item:not(:hover) .more-wrap::before, .photo-reports-box .photo-item:not(:hover) .more-wrap::after {
  transform: scale(0.3);
  margin: 50px;
}
.photo-reports-box .photo-item::before, .photo-reports-box .photo-item::after {
  content: "";
  z-index: 3;
  transition: opacity 0.2s;
}
.photo-reports-box .photo-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(20, 99, 208, 0.9);
}
.photo-reports-box .photo-item::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  filter: blur(100px);
}
.photo-reports-box .photo-item .more-wrap {
  position: absolute;
  top: 50px;
  left: 50px;
  right: 50px;
  bottom: 50px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  z-index: 5;
  transition: opacity 0.2s;
}
.photo-reports-box .photo-item .more-wrap::before, .photo-reports-box .photo-item .more-wrap::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid #FFF;
  border-bottom: 0;
  border-right: 0;
  opacity: 0.3;
  transition: margin 0.4s;
}
.photo-reports-box .photo-item .more-wrap::before {
  top: 0;
  left: 0;
}
.photo-reports-box .photo-item .more-wrap::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.photo-reports-box .photo-item .more-wrap .ph-numb {
  margin: 10px 0 25px;
}
.photo-reports-box .photo-item .more-wrap .h3 {
  max-width: 350px;
}
.photo-reports-box .ph-more {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 140px;
  color: #1060D0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s;
}
.photo-reports-box .ph-more:hover {
  color: #FE6311;
}
.photo-reports-box .ph-more .icon {
  margin-right: 15px;
}
.photo-reports-box .ph-more .icon path {
  transition: stroke 0.2s;
  stroke: currentColor;
}

.finished-box {
  height: 983px;
  padding-top: 131px;
  overflow: hidden;
}
.finished-box .finished-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  left: 1920px;
  transform: translateX(-100%);
}
.finished-box .container {
  position: relative;
}
.finished-box .pre-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.finished-box .pre-title::before {
  margin-left: 7px;
  margin-right: 24px;
}
.finished-box .h2 {
  margin-top: 22px;
  max-width: 580px;
}
.finished-box .and-info {
  margin-left: 273px;
  margin-top: -55px;
}
.finished-box .and-info .and-title {
  font-size: 18px;
  margin-bottom: 29px;
  opacity: 0.7;
}
.finished-box .and-info .and-item {
  display: flex;
  align-items: center;
  margin-left: -6px;
  font-size: 18px;
  line-height: 167%;
  font-weight: 600;
}
.finished-box .and-info .and-item .icon {
  flex-shrink: 0;
  margin-right: 11px;
}
.finished-box .and-info .and-item-1 {
  max-width: 320px;
  margin-bottom: 27px;
}
.finished-box .and-info .and-item-2 {
  max-width: 240px;
  margin-bottom: 39px;
}
.finished-box .and-info .btn {
  max-width: 300px;
}

.guarantee-box {
  display: flex;
  justify-content: center;
  padding-top: 132px;
  margin-bottom: 58px;
  background: url("../images/main/guarantee-clouds.jpg") no-repeat 50% 0%;
  background-size: cover;
  text-align: center;
}
.guarantee-box .guarantee-bottom {
  position: absolute;
  bottom: 0;
}
.guarantee-box .guarantee-bottom-line {
  position: absolute;
  top: 100%;
  max-width: none;
}
.guarantee-box .container {
  position: relative;
}
.guarantee-box .pre-title {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.guarantee-box .h2 {
  max-width: 780px;
  margin: 22px auto 25px;
}
.guarantee-box .sub-title {
  margin: auto;
  font-size: 18px;
  line-height: 167%;
  max-width: 550px;
}
.guarantee-box .gu-line {
  margin-top: 76px;
  margin-bottom: -20px;
}
.guarantee-box .gu-stages {
  margin-top: -143px;
  display: flex;
  justify-content: space-between;
}
.guarantee-box .gus-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 171%;
}
.guarantee-box .gus-item-1 {
  margin-top: -22px;
  margin-left: -5px;
  max-width: 213px;
}
.guarantee-box .gus-item-1 img {
  margin-bottom: 10px;
  flex-shrink: 0;
}
.guarantee-box .gus-item-2 {
  margin-top: 54px;
  margin-right: 31px;
  max-width: 370px;
}
.guarantee-box .gus-item-2 img {
  mix-blend-mode: darken;
  margin-bottom: -22px;
}
.guarantee-box .gus-item-3 {
  max-width: 180px;
}
.guarantee-box .gus-item-3 img {
  margin-bottom: 5px;
}
.guarantee-box .bottom-side {
  margin-top: 113px;
}
.guarantee-box .bottom-side .h3 {
  margin: 0 auto;
  padding-left: 60px;
  max-width: 800px;
  font-size: 34px;
  line-height: 132.19%;
}
.guarantee-box .bottom-side .gu-play {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 49px;
  margin-left: 143px;
  width: 200px;
  height: 200px;
  background: url(../images/icons/video-btn.svg) no-repeat 50%;
  box-shadow: 0 0 0 73px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}
.guarantee-box .bottom-side .gu-play::before {
  content: "";
  position: absolute;
  top: -31px;
  left: -31px;
  right: -31px;
  bottom: -31px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: 0.2s;
}
.guarantee-box .bottom-side .gu-play:hover {
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.25);
}
.guarantee-box .bottom-side .gu-play:hover::before {
  position: absolute;
  top: -40px;
  left: -40px;
  right: -40px;
  bottom: -40px;
}
.guarantee-box .bottom-side .gu-images {
  display: flex;
  justify-content: space-between;
  margin: 403px 0 148px;
}
.guarantee-box .bottom-side .gu-images .gu-image {
  position: relative;
  display: flex;
  height: 144px;
  width: 254px;
  cursor: pointer;
}
.guarantee-box .bottom-side .gu-images .gu-image::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 1px solid #fff;
  transition: border 0.2s;
}
.guarantee-box .bottom-side .gu-images .gu-image:hover::before {
  border: 5px solid #fff;
}

.sheme-box {
  padding-top: 128px;
  background: #241E1E;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.sheme-box::before {
  content: "";
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, #181414, #241E1E);
  filter: blur(130px);
}
.sheme-box .h2 {
  margin-bottom: 50px;
}
.sheme-box .sheme-list {
  margin-left: -20px;
  display: flex;
  justify-content: space-between;
}
.sheme-box .sh-arrow {
  flex-shrink: 0;
  margin: 56px 33px 0;
  width: 18px;
  height: 14px;
  background: url("../images/icons/blue-arrow-right.svg") no-repeat 50%;
}
.sheme-box .sh-item {
  position: relative;
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 171%;
  transition: transform 0.2s;
  cursor: default;
  width: 100%;
}
.sheme-box .sh-item:hover {
  transform: scale(1.2);
}
.sheme-box .sh-item .img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 125px;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-select-filter: blur(130px);
}
.sheme-box .sh-item .img-wrap img {
  position: absolute;
  flex-shrink: 0;
  max-width: none;
}

.reviews-box {
  padding-top: 113px;
  background: #241E1E;
  color: #fff;
  overflow: hidden;
}
.reviews-box .container {
  position: relative;
  max-width: 1000px;
  z-index: 2;
}
.reviews-box .h2 {
  max-width: 620px;
  margin: 0 auto 70px;
  text-align: center;
}
.reviews-box .slick-arrow {
  align-self: flex-start;
  margin-top: 173px;
}
.reviews-box .slick-slide:not(.slick-active) .video-item {
  transform: scale(0.7958);
}
.reviews-box .slick-slide:not(.slick-active) .ss-bottom {
  opacity: 0;
  pointer-events: none;
}
.reviews-box .slick-slide:not(.slick-active) .rv-play {
  opacity: 0;
}
.reviews-box .ss-wrap {
  width: 100%;
}
.reviews-box .ss-wrap .video-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 53.6082%;
  overflow: hidden;
  transition: transform 0.2s;
}
.reviews-box .ss-wrap .video-item:hover img {
  transform: scale(1.05);
}
.reviews-box .ss-wrap .video-item:hover .rv-play {
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
}
.reviews-box .ss-wrap .video-item:hover .rv-play::before {
  opacity: 0.3;
}
.reviews-box .ss-wrap .video-item .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-box .ss-wrap .video-item img {
  transition: transform 0.2s;
}
.reviews-box .ss-wrap .video-item .rv-play {
  position: absolute;
  width: 130px;
  height: 130px;
  background: url(../images/icons/video-btn-small.svg) no-repeat 50%;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
  z-index: 3;
}
.reviews-box .ss-wrap .video-item .rv-play::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: opacity 0.2s;
  opacity: 0.1;
}
.reviews-box .ss-wrap .ss-bottom {
  display: flex;
  padding: 40px 45px 50px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 0.2s;
}
.reviews-box .ss-wrap .h3 {
  margin-right: auto;
  font-size: 34px;
  line-height: 132.19%;
}
.reviews-box .ss-wrap .ss-info {
  display: flex;
  align-items: center;
  margin-left: 45px;
}
.reviews-box .ss-wrap .ss-info .ss-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 20px;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
}
.reviews-box .ss-wrap .ss-info span {
  opacity: 0.7;
  font-size: 14px;
  line-height: 171%;
}

.survey-box {
  padding-top: 128px;
  background: #241E1E;
  color: #fff;
  text-align: center;
}
.survey-box .container {
  position: relative;
  z-index: 2;
}
.survey-box .h4 {
  margin-bottom: 40px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.survey-box .survey-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.survey-box .survey-item {
  position: relative;
  padding-bottom: 58.152%;
  overflow: hidden;
}
.survey-box .survey-item:hover .si-wrap::before {
  opacity: 0.5;
}
.survey-box .survey-item:hover .si-wrap::after {
  background-color: #fff3;
  border-color: rgba(255, 255, 255, 0.3);
}
.survey-box .survey-item:hover .si-wrap img {
  transform: scale(1.05);
}
.survey-box .survey-item .si-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.survey-box .survey-item .si-wrap img {
  transition: transform 0.2s;
}
.survey-box .survey-item .si-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
  opacity: 0.2;
  transition: 0.2s;
  z-index: 3;
}
.survey-box .survey-item .si-wrap::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background: url("../images/icons/video-triangle.svg") no-repeat 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.2s;
  z-index: 4;
}

.about-box {
  display: flex;
  align-items: center;
  padding-top: 129px;
  padding-bottom: 215px;
  background: #241E1E;
  color: #fff;
  overflow: hidden;
}
.about-box .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.about-box .about-bg {
  position: absolute;
  max-width: none;
  width: auto;
  bottom: 0;
}
.about-box .about-side {
  max-width: 760px;
}
.about-box .sub-title {
  margin: 22px 6px 45px;
  font-size: 24px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.about-box .as-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  max-width: 320px;
  font-size: 18px;
  line-height: 167%;
}
.about-box .as-item .asi-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 10px;
  margin-right: 6px;
  flex-shrink: 0;
}
.about-box .as-item img {
  flex-shrink: 0;
  max-width: none;
}
.about-box .h3 {
  margin-top: 38px;
  font-size: 34px;
  line-height: 132.19%;
  max-width: 430px;
}
.about-box .logo-el {
  margin-top: -12px;
  max-width: 240px;
  font-size: 18px;
  line-height: 167%;
  color: rgba(255, 255, 255, 0.7);
  white-space: pre-line;
}
.about-box .logo-el img {
  width: 35px;
  margin-bottom: 40px;
}

.social-box {
  overflow: hidden;
}
.social-box .tabs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 73px;
}
.social-box .tabs::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 5;
}
.social-box .tabs .tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s;
}
.social-box .tabs .tab::before {
  content: "";
  position: absolute;
  bottom: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #1060D0 transparent transparent transparent;
  transform: scaleX(0);
  transition: 0.2s;
  opacity: 0;
  z-index: 6;
}
.social-box .tabs .tab .icon {
  margin-right: 14px;
  transition: 0.2s;
}
.social-box .tabs .tab:not(.active), .social-box .tabs .tab:not(:last-child) {
  border-right: 1px solid #F5F5F5;
}
.social-box .tabs .tab:hover {
  background: #f7f7f7;
}
.social-box .tabs .tab.active {
  background: #1060D0;
  color: #fff;
}
.social-box .tabs .tab.active::before {
  transform: scaleX(1);
  opacity: 1;
}
.social-box .tabs .tab.active .icon {
  fill: #fff !important;
}
.social-box .tabs .tab.tab-y::before {
  right: 14%;
}
.social-box .tabs .tab.tab-n::before {
  left: 14%;
}
.social-box .slick-general {
  margin: 0 -25px;
}
.social-box .slick-general .slick-slide {
  position: relative;
  margin: 0 25px;
  z-index: 5;
}
.social-box .slick-general .slick-slide.slick-active {
  z-index: 10;
}
.social-box .slick-arrow {
  background: linear-gradient(-90deg, #fff 40%, #fff0 50%);
}
.social-box .slick-arrow::before {
  filter: invert(100%);
}
.social-box .slick-arrow.slick-prev {
  left: -52px;
}
.social-box .slick-arrow.slick-next {
  right: -52px;
}
.social-box .video-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 58.214%;
  overflow: hidden;
  transition: transform 0.2s;
}
.social-box .video-item:hover .si-wrap::before {
  opacity: 0.6;
}
.social-box .video-item:hover .si-wrap::after {
  background-color: #fff3;
  border-color: rgba(255, 255, 255, 0.3);
}
.social-box .video-item:hover .si-wrap img {
  transform: scale(1.05);
}
.social-box .video-item .si-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-box .video-item .si-wrap img {
  transition: transform 0.2s;
}
.social-box .video-item .si-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0, rgba(35, 30, 30, 0) 0%, #241E1E 99.03%), linear-gradient(180deg, rgba(35, 30, 30, 0) 0%, #241E1E 99.03%);
  opacity: 0.4;
  transition: 0.2s;
  z-index: 3;
}
.social-box .video-item .si-wrap::after {
  content: "";
  position: absolute;
  width: 137px;
  height: 137px;
  background: url("../images/icons/video-triangle.svg") no-repeat 50%;
  background-size: 28px auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.2s;
  z-index: 4;
}

.faq-box {
  padding-top: 115px;
}
.faq-box .h2 {
  margin: 0 auto;
  max-width: 950px;
  text-align: center;
}
.faq-box .sub-title {
  margin: 26px 0 75px;
  font-size: 24px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
}
.faq-box .faq-item:not(.active) .faq-content {
  display: none;
}
.faq-box .faq-item:not(.active) + .faq-item .faq-title {
  border-top-color: #fff0;
}
.faq-box .faq-item:not(.active) .faq-title .icon {
  transform: rotate(-90deg);
}
.faq-box .faq-item:not(.active) .faq-title .icon path {
  stroke: #1060D0;
}
.faq-box .faq-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 58px 56px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-left: 0;
  border-right: 0;
  transition: color 0.2s, border 0.2s;
}
.faq-box .faq-title:hover {
  color: #1060D0;
}
.faq-box .faq-title:hover .icon path {
  stroke: #1060D0;
}
.faq-box .faq-title .h3 {
  font-size: 34px;
  letter-spacing: 0;
}
.faq-box .faq-title .icon {
  position: absolute;
  right: 53px;
  flex-shrink: 0;
  width: 25px;
  transform: rotate(90deg);
  transition: 0.2s;
}
.faq-box .faq-content {
  padding: 45px 58px 56px;
}
.faq-box .faq-content p {
  margin-bottom: 10px;
  max-width: 755px;
  font-size: 18px;
  font-weight: 400;
  line-height: 189%;
}
.faq-box .faq-content .sub {
  font-size: 14px;
  margin-top: 22px;
  opacity: 0.7;
}

.look-like-box {
  padding-top: 115px;
}
.look-like-box .h2 {
  text-align: center;
}
.look-like-box .sub-title {
  margin: 26px 0 80px;
  font-size: 18px;
  text-align: center;
  opacity: 0.7;
}
.look-like-box .ll-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
.look-like-box .ll-item {
  display: flex;
  justify-content: space-between;
  padding-right: 28px;
  border-bottom: 1px solid #E5E5E5;
}
.look-like-box .ll-left {
  width: 100%;
}
.look-like-box .ll-square {
  margin-top: 5px;
  margin-left: 20px;
  width: 54px;
  height: 54px;
  flex-shrink: 0;
}
.look-like-box .lli-title {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.5;
}
.look-like-box .ll-type-wrap {
  position: relative;
  padding: 20px 0 28px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.look-like-box .ll-type-wrap.hover .ll-type-name::before {
  transform: rotate(180deg);
}
.look-like-box .ll-type-wrap:not(.hover) .ll-type-list {
  pointer-events: none;
  opacity: 0;
  z-index: 5;
}
.look-like-box .ll-type-wrap .ll-type-name {
  display: flex;
  align-items: center;
}
.look-like-box .ll-type-wrap .ll-type-name::before {
  content: "";
  flex-shrink: 0;
  margin-right: 21px;
  width: 4px;
  height: 9px;
  background: no-repeat 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='9' viewBox='0 0 4 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L1 8L3 6.25' fill='white'/%3E%3Cpath d='M1 1L1 8L3 6.25' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  transition: 0.2s;
}
.look-like-box .ll-type-wrap .ll-type-list {
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  display: grid;
  gap: 5px;
  padding: 5px 0;
  background: #fff;
  border: 1px solid #E5E5E5;
  font-size: 14px;
  transition: 0.2s;
  z-index: 7;
}
.look-like-box .ll-type-wrap .ll-type-list .ll-type-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px;
  transition: 0.2s;
}
.look-like-box .ll-type-wrap .ll-type-list .ll-type-item:hover {
  background: #f5f5f5;
}
.look-like-box .ll-type-wrap .ll-type-list .ltl-square {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-left: 20px;
}

.contact-box {
  padding-top: 125px;
  background: url("../images/main/contact-bg.jpg") no-repeat 50%;
  background-size: cover;
}
.contact-box .first-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 69px;
}
.contact-box .first-row .h2 {
  max-width: 500px;
}
.contact-box .first-row .sub-title {
  margin-top: auto;
  margin-bottom: 16px;
  max-width: 345px;
  font-size: 18px;
  line-height: 167%;
  opacity: 0.7;
}
.contact-box .second-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 43px;
}
.contact-box .second-row .office-img {
  max-width: 670px;
}
.contact-box .second-row .logo-map {
  margin-right: 210px;
}
.contact-box .third-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-box .third-row .my-map {
  max-width: 400px;
  margin-right: 20px;
}
.contact-box .third-row .h3 {
  max-width: 685px;
  font-size: 34px;
  line-height: 132.19%;
  letter-spacing: normal;
}
.contact-box .phones-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 38px;
  padding: 27px 37px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: none;
  border-right: none;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 0.07em;
}
.contact-box .phones-row .p-line {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-bottom: 0;
  height: 67px;
  width: 0;
  margin: 0 10px;
}
.contact-box .contact-house {
  margin-top: -24px;
  margin-left: 33px;
}

.footer-box {
  display: flex;
  align-items: center;
  color: #fff;
  background: #241E1E;
}
.footer-box .logo-mini {
  padding: 0 31px;
  margin-right: 27px;
}
.footer-box .logo-mini img {
  width: 50px;
  height: 50px;
}
.footer-box .f-menu {
  display: flex;
  flex-shrink: 0;
  padding-top: 5px;
  margin-right: 38px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer-box .f-menu a {
  margin-right: 22px;
}
.footer-box .f-company {
  padding-top: 5px;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 167%;
  color: rgba(255, 255, 255, 0.5);
}
.footer-box .f-company a {
  color: #1060D0;
}
.footer-box .f-company a:hover {
  color: #FE6311;
}
.footer-box .f-phones {
  display: grid;
  padding: 4px 29px 0;
  flex-shrink: 0;
  margin-right: auto;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
}
.footer-box .f-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 122px;
  height: 120px;
  background: rgba(217, 217, 217, 0.1);
  transition: background 0.2s;
}
.footer-box .f-btn:hover {
  background: rgba(217, 217, 217, 0.3);
}
.footer-box .f-vk {
  background: rgba(217, 217, 217, 0.2);
}
.footer-box .f-vk img {
  width: 20px;
}
.footer-box .f-beavers {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 0 46px 1px 58px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}
.footer-box .f-beavers img {
  margin-top: 7px;
  margin-right: 15px;
}
.footer-box .f-beavers .orange {
  color: #D26923;
}

.filter-box {
  padding-top: 199px;
  padding-bottom: 460px;
  margin-bottom: -460px;
  background: #2F3235;
  color: #fff;
}
.filter-box .home-pattern {
  top: 0;
  z-index: 1;
}
.filter-box .container {
  position: relative;
  z-index: 40;
}
.filter-box .filter-wrap {
  padding-top: 3px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px 26px;
}
.filter-box .filter-item {
  position: relative;
  cursor: pointer;
}
.filter-box .filter-item:hover .form-title,
.filter-box .filter-item:hover .filter-value {
  color: #1060D0;
}
.filter-box .filter-item:hover .filter-value {
  border-color: #1060D0;
}
.filter-box .filter-item:not(.focus) .filter-list {
  opacity: 0;
  pointer-events: none;
}
.filter-box .filter-item.focus .filter-value {
  color: #fff;
}
.filter-box .filter-item.focus .filter-value::after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='20' viewBox='0 0 7 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 19L6 0.999999L0.999999 5.5' stroke='%231060D0' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.filter-box .filter-item .form-title {
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s;
}
.filter-box .filter-item .filter-value {
  position: relative;
  display: flex;
  align-items: center;
  padding: 23px 26px 28px;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: color 0.2s, border 0.2s;
}
.filter-box .filter-item .filter-value::after {
  content: "";
  position: absolute;
  right: 27px;
  margin-bottom: 2px;
  width: 7px;
  height: 20px;
  background: no-repeat 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='20' viewBox='0 0 7 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L1 19L6 14.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.filter-box .filter-item .filter-list {
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0;
  right: 0;
  background: #242020;
  transition: opacity 0.2s;
  z-index: 5;
}
.filter-box .filter-item .filter-list .fl-row {
  margin-bottom: -1px;
  padding: 26px 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: background 0.2s;
  cursor: pointer;
}
.filter-box .filter-item .filter-list .fl-row:hover {
  background: #fff1;
}
.filter-box .filter-item .filter-list .fl-row.active {
  display: none;
}

.catalog-box {
  padding-top: 87px;
  background: #2F3235;
}
.catalog-box::before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: -300px;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(47, 50, 53, 0), #241E1E 460px, #241E1E calc(100% - 500px), rgba(47, 50, 53, 0));
  z-index: 10;
}
.catalog-box .container {
  position: relative;
  z-index: 20;
}
.catalog-box .catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.catalog-box .catalog-item-wrap {
  display: grid;
  gap: 18px;
}
.catalog-box .catalog-item::before {
  background: linear-gradient(358.19deg, rgba(36, 31, 31, 0.8) -2.05%, rgba(36, 31, 31, 0) 100.82%), linear-gradient(358.19deg, rgba(36, 31, 31, 0.8) -2.05%, rgba(36, 31, 31, 0) 100.82%);
}
.catalog-box .catalog-item .ci-top .ct-gift {
  margin-left: 15px;
  margin-right: auto;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.7);
  max-width: 90px;
}
.catalog-box .catalog-item .ci-price {
  display: flex;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 7px;
  font-size: 24px;
  letter-spacing: normal;
}
.catalog-box .catalog-item .ci-price span {
  background: transparent;
}
.catalog-box .catalog-item .ci-price a {
  margin-top: -0.3em;
  margin-left: 4px;
}
.catalog-box .catalog-item-info {
  padding: 47px 49px;
  justify-content: flex-start;
  align-items: flex-start;
  background: #fff;
  color: #262322;
  overflow: visible;
  text-align: left;
}
.catalog-box .catalog-item-info::before {
  display: none;
}
.catalog-box .catalog-item-info img {
  max-width: none;
  position: absolute;
  right: -70px;
  bottom: -86px;
  z-index: 20;
}
.catalog-box .catalog-item-info .h3 {
  max-width: 200px;
}
.catalog-box .catalog-item-info .sub-h {
  margin-top: 17px;
  margin-left: 37px;
  max-width: 150px;
  font-weight: 400;
  font-size: 18px;
  line-height: 167%;
}

.ready-box {
  padding-top: 49px;
  z-index: 20;
}
.ready-box .container {
  display: flex;
  justify-content: space-between;
}
.ready-box .left-side {
  max-width: 670px;
}
.ready-box .left-side .pre-title {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
  font-size: 24px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.ready-box .left-side .pre-title::before {
  margin-left: 4px;
  margin-right: 17px;
}
.ready-box .left-side .sub-title {
  margin-top: 25px;
  margin-left: 5px;
  max-width: 410px;
  font-size: 18px;
  line-height: 167%;
}
.ready-box .left-side .information {
  margin-top: 31px;
  margin-left: 93px;
  max-width: 290px;
  font-size: 18px;
  line-height: 167%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-color: #fff;
}
.ready-box .middle-side {
  flex-shrink: 0;
  margin: 95px -130px 0 -359px;
}
.ready-box .right-side {
  padding-top: 3px;
  max-width: 373px;
  width: 100%;
}
.ready-box .right-side .h4 {
  max-width: 270px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0.07em;
}
.ready-box .right-side .sub-title {
  margin: 10px 0 19px;
  font-size: 18px;
  line-height: 167%;
  opacity: 0.7;
  white-space: pre-line;
}
.ready-box .right-side .form-title {
  color: #939090;
}
.ready-box .right-side .form-file {
  margin-bottom: 13px;
}
.ready-box .right-side .form-input {
  margin-top: -5px;
  margin-bottom: 12px;
}
.ready-box .right-side .btn {
  margin-top: 20px;
}
.ready-box .right-side .btn span {
  max-width: 230px;
}
.ready-box .right-side .sub-btn {
  margin-top: 20px;
  font-size: 12px;
  opacity: 0.7;
}

.product-main-box {
  padding-top: 199px;
  padding-bottom: 65px;
  background: #2F3235;
  color: #fff;
}
.product-main-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(47, 49, 52, 0), #241E1E 700px);
  z-index: 4;
}
.product-main-box .home-pattern {
  top: 0;
  z-index: 1;
}
.product-main-box .container {
  position: relative;
  z-index: 40;
}
.product-main-box .pm-wrap {
  padding-top: 8px;
  display: grid;
  grid-template-columns: 670px 1fr;
  gap: 130px;
}
.product-main-box .slider-side .slider-top {
  margin-bottom: 20px;
}
.product-main-box .slider-side .slick-list {
  overflow: hidden;
}
.product-main-box .slick-general {
  margin: 0 -7.5px;
}
.product-main-box .slick-general .slick-slide {
  position: relative;
  margin: 0 7.5px;
  z-index: 5;
}
.product-main-box .slider-top img {
  width: 100%;
}
.product-main-box .slider-nav {
  overflow: hidden;
}
.product-main-box .slider-nav .img-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 70.89%;
  transition: 0.2s;
  cursor: pointer;
  width: 100%;
}
.product-main-box .slider-nav .img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s;
}
.product-main-box .slider-nav .slick-current .img-wrap::after {
  box-shadow: inset 0 0 0 5px #FE6311;
}
.product-main-box .right-side {
  margin-top: -3px;
}
.product-main-box .right-side .ci-bottom {
  justify-content: space-between;
  max-width: 281px;
  font-weight: 200;
}
.product-main-box .right-side .ci-bottom .cb-item {
  font-size: 14px;
}
.product-main-box .right-side .gift-info {
  margin: 27px 0 28px;
  max-width: 297px;
  padding: 16px 26px;
  color: #FE6311;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  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' stroke='%233A3536' stroke-width='2' stroke-dasharray='1%2c 4' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.product-main-box .right-side .mini-title {
  margin-bottom: 9px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
.product-main-box .right-side .peculiarities {
  margin-bottom: 20px;
  font-size: 14px;
  max-width: 301px;
}
.product-main-box .right-side .peculiarities ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px 14px;
  margin: 0;
  font-weight: 200;
}
.product-main-box .right-side .peculiarities ul li {
  margin: 0;
}
.product-main-box .right-side .price-btns-list {
  padding-top: 2px;
  display: flex;
}
.product-main-box .right-side .price-btns-list .price-btn {
  display: flex;
  flex-wrap: wrap;
  padding: 17px 23px;
  margin-right: 13px;
  margin-bottom: 13px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: 0.2s;
}
.product-main-box .right-side .price-btns-list .price-btn:hover {
  background: #fff1;
}
.product-main-box .right-side .price-btns-list .price-btn.active {
  background: #1060D0;
  border-color: #1060D0;
}
.product-main-box .right-side .price-row {
  margin: 14px 0 29px;
}
.product-main-box .right-side .btn {
  max-width: 272px;
}

.product-table-box {
  margin-top: -1px;
  padding-top: 1px;
  padding-bottom: 62px;
  background: #241E1E;
  color: #fff;
}
.product-table-box .pt-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 47px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product-table-box .pt-tabs .tab {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 26px 31px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  cursor: pointer;
  transition: 0.2s;
}
.product-table-box .pt-tabs .tab::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 7px 18px;
  border-color: transparent transparent #241E1E transparent;
  transition: opacity 0.2s;
  opacity: 0;
  z-index: 6;
}
.product-table-box .pt-tabs .tab ~ .tab {
  border-left: none;
}
.product-table-box .pt-tabs .tab:hover {
  background: #fff1;
}
.product-table-box .pt-tabs .tab.active {
  margin-left: -1px;
  background: #1060D0;
  border-color: #1060D0;
  z-index: 2;
}
.product-table-box .pt-tabs .tab.active::before {
  opacity: 1;
}
.product-table-box table th:not(:first-child), .product-table-box table td:not(:first-child) {
  padding-left: 75px;
  padding-right: 0;
}
.product-table-box table td {
  padding: 27px 48px;
  vertical-align: middle;
  /* возможно убрать */
  /* возможно убрать */
}
.product-table-box table td:first-child {
  position: relative;
  padding-left: 70px;
  white-space: pre-line;
}
.product-table-box table td:first-child::before {
  content: "";
  position: absolute;
  left: 48px;
  width: 7px;
  height: 7px;
  margin-top: 8px;
  margin-right: 17px;
  background: linear-gradient(180deg, rgba(1, 86, 205, 0.3) 0%, rgba(1, 86, 205, 0) 100%);
  border: 1px solid #1060D0;
  border-radius: 50%;
}
.product-table-box table td:not(:first-child) {
  font-size: 24px;
  width: 200px;
  color: #10D05D;
}
.product-table-box table td:last-child {
  width: 347px;
}

.product-equipment-box {
  margin-top: -1px;
  margin-bottom: -1px;
  padding-bottom: 1px;
  background: #241E1E;
  color: #fff;
}
.product-equipment-box .eq-top-row {
  display: flex;
  align-items: center;
  margin-bottom: 65px;
}
.product-equipment-box .eq-top-row .h5 {
  font-weight: 400;
  line-height: 1;
}
.product-equipment-box .eq-tabs {
  display: flex;
  margin-right: 27px;
}
.product-equipment-box .eq-tabs .tab {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 17px 23px;
  margin-right: 12px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: 0.2s;
}
.product-equipment-box .eq-tabs .tab:hover {
  background: #fff1;
}
.product-equipment-box .eq-tabs .tab.active {
  background: #1060D0;
  border-color: #1060D0;
  z-index: 2;
}
.product-equipment-box .eq-tabs .tab.active::before {
  opacity: 1;
}
.product-equipment-box .tables-wrap {
  padding-right: 10px;
  margin-right: -26px;
  max-height: 933px;
  overflow-y: auto;
}
.product-equipment-box table th, .product-equipment-box table td {
  padding-left: 0;
  padding-right: 37px;
}
.product-equipment-box table td {
  padding-top: 62px;
  padding-bottom: 43px;
}
.product-equipment-box table td:first-child {
  position: relative;
  font-size: 24px;
  line-height: 1.25;
  width: 130px;
}
.product-equipment-box table td:nth-child(2) {
  width: 440px;
}
.product-equipment-box table td:nth-child(3) {
  width: 415px;
}

.how-build-box {
  padding-top: 125px;
  padding-bottom: 133px;
  background: #241E1E;
  color: #fff;
}
.how-build-box .h2 {
  text-align: center;
}
.how-build-box .hb-row {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  margin-bottom: 35px;
  margin-left: -13px;
  margin-right: -24px;
}
.how-build-box .hb-row .hb-item {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 500;
  line-height: 171%;
}
.how-build-box .hb-row .hb-item:nth-child(2) {
  padding-left: 40px;
  margin-right: -7px;
}
.how-build-box .hb-row .hb-item:nth-child(3) {
  padding-left: 10px;
}
.how-build-box .hb-row .hb-item:nth-child(3) .hbi-wrap {
  margin-right: -15px;
}
.how-build-box .hb-row .hb-item:nth-child(4) .hbi-wrap {
  margin-right: -15px;
}
.how-build-box .hb-row .hb-item .hbi-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  height: 100px;
  width: 100px;
  flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.how-build-box .hb-row .hb-item .hbi-wrap img {
  position: absolute;
  flex-shrink: 0;
  max-width: none;
}
.how-build-box .hb-image-wrap {
  position: relative;
}
.how-build-box .hb-image-wrap .hbi-icon {
  margin-top: 2px;
  position: absolute;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.how-build-box .hb-image-wrap .hbi-icon:not(:hover):not(.active) span {
  left: 0;
  opacity: 0;
}
.how-build-box .hb-image-wrap .hbi-icon.active::after,
.how-build-box .hb-image-wrap .hbi-icon.active span {
  background-color: #241F1F;
}
.how-build-box .hb-image-wrap .hbi-icon::after {
  content: "";
  position: absolute;
  background: #FE590F no-repeat 50%;
  background-image: url("../images/icons/hb-plus.svg");
  width: 75px;
  height: 75px;
  border-radius: 50%;
  transition: 0.2s;
}
.how-build-box .hb-image-wrap .hbi-icon span {
  position: relative;
  left: 69px;
  padding: 10px 14px;
  background: #FE590F;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  pointer-events: none;
  transition: 0.2s;
}
.how-build-box .hb-image-wrap .hbi-icon-1 {
  top: 25.2%;
  left: 17.5%;
}
.how-build-box .hb-image-wrap .hbi-icon-2 {
  top: 23%;
  left: 46%;
}
.how-build-box .hb-image-wrap .hbi-icon-3 {
  top: 39.5%;
  left: 63.8%;
}
.how-build-box .hb-image-wrap .hbi-icon-4 {
  top: 48.5%;
  left: 23.9%;
}
.how-build-box .hb-image-wrap .hbi-icon-5 {
  top: 71%;
  left: 38.2%;
}
.how-build-box .hb-bottom {
  margin-top: 80px;
  display: flex;
}
.how-build-box .hb-bottom .space {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}
.how-build-box .hb-bottom .hb-item {
  width: 100%;
  font-size: 14px;
  line-height: 171%;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  cursor: pointer;
}
.how-build-box .hb-bottom .hb-item.active .hb-image::after {
  opacity: 1;
}
.how-build-box .hb-bottom .hb-item .hb-image {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 82.9268%;
  background: #fff;
  overflow: hidden;
}
.how-build-box .hb-bottom .hb-item .hb-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 10px #F05C14;
  transition: 0.2s;
  opacity: 0;
}
.how-build-box .hb-bottom .hb-item span {
  display: inline-block;
  max-width: 120px;
}

@media (max-width: 1900px) {
  :root {
    --header-height: 100px;
  }

  .header-box .logo-col {
    padding: 0 25px;
  }
  .header-box .logo-col .logo {
    margin-right: 15px;
  }
  .header-box .menu-col {
    padding: 0 30px;
  }
  .header-box .address-col {
    padding-left: 25px;
    margin: auto;
    font-size: 12px;
  }
  .header-box .menu-col {
    padding: 0 25px;
  }
  .header-box .phone-col {
    padding: 0 20px;
  }
  .header-box .callme-col .icon {
    margin-left: 20px;
  }
  .header-box .icon-col {
    width: 100px;
  }

  .header-box .menu-col .close-wrap {
    width: 100px;
  }

  .home-box .blue-side {
    margin-right: calc(var(--side-width) * -1 + 200px);
  }

  .home-box .blue-side {
    max-width: 380px;
  }
  .home-box .blue-side .blue-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-box .blue-side .h3 {
    margin-top: 50px;
  }

  .home-box .blue-side .blue-wrap {
    padding-bottom: 100px;
  }

  .home-box .blue-side .home-man {
    right: -20px;
  }

  .footer-box .logo-mini {
    padding: 0 15px;
    margin-right: auto;
  }

  .footer-box .f-phones {
    padding-left: 10px;
  }

  .footer-box .f-menu {
    margin-right: auto;
    font-size: 14px;
  }

  .footer-box .f-menu a {
    margin-right: 15px;
  }

  .footer-box .f-beavers {
    padding: 0 25px;
  }

  .footer-box .f-btn {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 1600px) {
  .header-box .logo-col .sub-logo {
    display: none;
  }

  .menu-box li {
    font-size: 30px;
  }

  .finished-box .finished-bg {
    left: 1600px;
  }

  .guarantee-box .bottom-side .gu-images {
    margin-top: 170px;
  }

  .about-box .about-bg {
    left: -150px;
  }

  .footer-box .f-menu {
    display: none;
  }

  .photo-reports-box .photo-item .more-wrap {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 30px;
  }

  .photo-reports-box .photo-item .more-wrap .h3 {
    max-width: none;
  }

  .photo-reports-box .photo-item .more-wrap .ph-numb {
    margin-bottom: 15px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: var(--content-width);
  }
}
@media (max-width: 1299.98px) {
  :root {
    --header-height: 80px;
    --content-width: 960px;
  }

  .h1 {
    font-size: 70px;
  }

  .h2 {
    font-size: 50px;
  }

  .h3 {
    font-size: 30px;
  }

  .h4 {
    font-size: 30px;
  }

  .h5 {
    font-size: 20px;
  }

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

  .header-box .icon-col {
    width: 80px;
  }

  .header-box .logo-col .logo {
    margin-right: 0;
  }

  .header-box .search-col-input input {
    font-size: 20px;
  }

  .header-box .logo-col .logo {
    width: 100px;
  }

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

  .header-box .icon-col .int:not(:empty) {
    margin-top: 45px;
    margin-left: 35px;
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .home-box {
    height: auto;
    padding-bottom: 40px;
  }

  .home-box .left-side {
    max-width: 520px;
  }

  .home-box .left-side .sub-title {
    max-width: 460px;
  }

  .home-box .blue-side {
    padding-top: 100px;
    margin-right: auto;
    max-width: 390px;
  }

  .home-box .blue-side .blue-wrap {
    padding-top: 30px;
  }

  .home-box .blue-side .h3 {
    margin-top: 0;
  }

  .home-box .left-side .sub-title {
    font-size: 20px;
  }

  .hits-box .hits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .hits-box .hits-grid .catalog-item:nth-child(3) {
    order: 6;
  }

  .catalog-item .ci-wrap {
    padding: 30px;
  }

  .architect-box {
    padding-bottom: 100px;
  }

  .architect-box .middle-side {
    max-width: 450px;
  }

  .architect-box::after {
    max-width: 1400px;
  }

  .architect-box .left-side {
    max-width: 330px;
  }

  .architect-box .left-side .information {
    font-size: 16px;
    max-width: 300px;
  }

  .photo-reports-box .photo-item .more-wrap .ph-numb {
    margin-bottom: 0;
  }

  .photo-reports-box .photo-item .more-wrap .h3 {
    font-size: 20px;
  }

  .photo-reports-box .ph-more {
    height: 80px;
  }

  .finished-box {
    padding-bottom: 90px;
    height: auto;
  }

  .finished-box .finished-bg {
    left: 1340px;
  }

  .finished-box .and-info {
    margin: 30px 0 0;
  }

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

  .guarantee-box .bottom-side .gu-play {
    width: 150px;
    height: 150px;
  }

  .guarantee-box .bottom-side .gu-images {
    margin-top: 100px;
  }

  .guarantee-box .bottom-side .gu-images .gu-image {
    margin: 20px;
  }

  .sheme-box .sheme-list {
    margin: 0;
  }

  .sheme-box .sh-arrow {
    margin-left: auto;
    margin-right: auto;
  }

  .sheme-box .sh-item {
    width: 100%;
    font-size: 12px;
  }

  .reviews-box .slick-general {
    max-width: 700px;
    margin: auto;
  }

  .reviews-box .slick-arrow {
    margin-top: 130px;
  }

  .reviews-box .ss-wrap .h3 {
    font-size: 25px;
  }

  .reviews-box .ss-wrap .ss-bottom {
    padding: 30px 0;
  }

  .slick-arrow {
    width: 80px;
    height: 110px;
  }
  .slick-arrow::before {
    background-size: 20px auto;
  }

  .slick-arrow.slick-prev {
    left: -38px;
  }

  .slick-arrow.slick-next {
    right: -38px;
  }

  .about-box .about-side {
    max-width: 630px;
  }

  .about-box .about-bg {
    max-width: 1300px;
    left: 0;
  }

  .about-box .as-items {
    display: flex;
  }

  .social-box .tabs .tab {
    height: 100px;
  }

  .social-box .slick-general {
    max-width: 700px;
    margin: auto;
  }
  .social-box .slick-arrow.slick-prev {
    left: -28px;
  }
  .social-box .slick-arrow.slick-next {
    right: -28px;
  }

  .faq-box .faq-title {
    padding: 30px 40px 33px;
  }

  .faq-box .faq-content {
    padding: 30px 40px;
  }

  .faq-box .faq-title .icon {
    right: 25px;
  }

  .contact-box .second-row .office-img {
    max-width: 500px;
  }

  .contact-box .third-row .h3 {
    max-width: 500px;
    font-size: 24px;
  }

  .contact-box .phones-row {
    font-size: 40px;
  }

  .contact-box .contact-house {
    max-width: 900px;
  }

  .footer-box .f-btn {
    display: none;
  }

  .footer-box .f-beavers {
    min-height: 100px;
  }

  .breadcrumbs {
    margin-bottom: 80px;
  }

  .filter-box {
    padding-top: 150px;
  }

  .ready-box {
    overflow: hidden;
  }

  .ready-box .left-side {
    max-width: 520px;
  }

  .ready-box .middle-side {
    margin-right: -240px;
    margin: 125px -220px -40px -389px;
  }

  .ready-box .left-side .sub-title {
    margin-left: 0;
    max-width: 310px;
    font-size: inherit;
  }

  .ready-box .left-side .information {
    margin: 10px 0 0;
    font-size: 14px;
    max-width: 250px;
  }

  .product-main-box {
    padding-top: 150px;
  }

  .product-main-box .pm-wrap {
    grid-template-columns: 460px 1fr;
    gap: 90px;
  }

  .product-table-box .pt-tabs .tab {
    padding: 20px 25px;
  }

  .how-build-box .hb-row .hb-item {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }

  .how-build-box .hb-bottom {
    margin-top: 50px;
  }

  .how-build-box .hb-bottom .space {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --content-width: 720px;
  }

  body {
    font-size: 14px;
  }

  .h1 {
    font-size: 50px;
  }

  .h2 {
    font-size: 40px;
  }

  .h3 {
    font-size: 27px;
  }

  .h4 {
    font-size: 27px;
  }

  .h5 {
    font-size: 18px;
  }

  .btn {
    max-height: 65px;
  }

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

  .header-box .menu-col .close-wrap {
    width: var(--header-height);
  }

  .menu-box li {
    font-size: 27px;
  }

  .home-box .left-side .sub-title::before {
    width: 50px;
    margin-left: 0;
  }

  .home-box .left-side {
    padding-top: 80px;
  }

  .home-box .left-side .sub-title {
    font-size: 18px;
  }

  .home-box .blue-side {
    margin-left: 10px;
    max-width: 360px;
  }

  .home-box .blue-side .blue-wrap {
    padding-bottom: 80px;
  }

  .home-box .blue-side .sub-btn {
    font-size: 12px;
  }

  .hits-box {
    padding-top: 60px;
  }

  .hits-box .hits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-item {
    height: 310px;
  }

  .architect-box {
    padding-bottom: 10px;
  }

  .architect-box .container {
    flex-wrap: wrap;
  }

  .architect-box .left-side {
    padding-top: 30px;
    max-width: none;
    width: 100%;
  }

  .architect-box .left-side .sub-title {
    margin: 18px 0 23px;
  }

  .architect-box .left-side .information {
    max-width: none;
  }

  .architect-box .middle-side {
    margin: 0 -200px 0 -80px;
  }

  .architect-box::after {
    max-width: 1000px;
  }

  .architect-box .right-side {
    padding-top: 50px;
  }

  .photo-reports-box .photos-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .finished-box .finished-bg {
    left: 154vw;
  }

  .finished-box .pre-title {
    font-size: 20px;
  }
  .finished-box .pre-title::before {
    width: 50px;
    margin-left: 0;
  }

  .guarantee-box .pre-title {
    font-size: 20px;
  }
  .guarantee-box .pre-title::before {
    width: 50px;
    margin-left: 0;
  }

  .guarantee-box .h2 {
    max-width: 550px;
  }

  .guarantee-box .sub-title {
    font-size: 16px;
  }

  .guarantee-box .gu-line {
    visibility: hidden;
    margin-bottom: 40px;
  }

  .guarantee-box .gus-item {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .guarantee-box .gus-item-2 {
    margin-top: 10px;
  }

  .guarantee-box .bottom-side {
    margin-top: 60px;
  }

  .guarantee-box .bottom-side .gu-images {
    flex-wrap: wrap;
    justify-content: center;
  }

  .guarantee-box .bottom-side .h3 {
    padding: 0;
  }

  .guarantee-box .bottom-side .gu-play {
    margin: 50px auto 0;
  }

  .sheme-box .sheme-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sheme-box .sh-item {
    max-width: 150px;
  }

  .sheme-box .sh-arrow {
    margin-left: 0;
    margin-right: 0;
  }

  .about-box .container {
    flex-direction: column-reverse;
  }

  .about-box .logo-el {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 16px;
    max-width: 410px;
    white-space: normal;
    margin-bottom: 30px;
  }

  .about-box .logo-el img {
    margin: 0 20px 0 0;
  }

  .about-box .about-side {
    max-width: 530px;
  }

  .about-box .as-items {
    display: block;
  }

  .about-box .as-item {
    font-size: 16px;
  }

  .about-box .about-bg {
    max-width: 990px;
  }

  .about-box .h3 {
    font-size: 24px;
  }

  .faq-box {
    padding-top: 70px;
  }

  .faq-box .sub-title {
    margin: 15px 0 35px;
    font-size: 18px;
  }

  .faq-box .faq-title .h3 {
    font-size: 24px;
  }

  .faq-box .faq-content p {
    font-size: 16px;
  }

  .faq-box .faq-title .icon {
    width: 18px;
  }

  .look-like-box {
    padding-top: 70px;
  }

  .look-like-box .ll-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-box {
    padding-top: 80px;
  }

  .contact-box .second-row .office-img {
    max-width: 450px;
  }

  .contact-box .second-row .logo-map {
    display: none;
  }

  .contact-box .third-row .h3 {
    font-size: 20px;
  }

  .contact-box .third-row .h3 {
    max-width: 270px;
  }

  .contact-box .phones-row {
    font-size: 27px;
  }

  .footer-box {
    padding: 25px 15px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-box .f-phones {
    margin: 0;
  }

  .footer-box .f-beavers {
    margin-top: 30px;
    min-height: auto;
  }

  .filter-box .filter-wrap {
    gap: 20px;
  }

  .filter-box .filter-item .filter-list .fl-row {
    padding: 10px 15px;
  }

  .catalog-box .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-box .catalog-item-info {
    padding: 30px;
  }

  .catalog-box .catalog-item-info .h3 {
    max-width: none;
  }

  .catalog-box .catalog-item-info .sub-h {
    margin: 15px 0 0;
    font-size: 16px;
  }

  .ready-box .container {
    flex-wrap: wrap;
  }

  .ready-box .left-side {
    position: relative;
    max-width: none;
    margin-bottom: 30px;
    width: 100%;
    z-index: 2;
  }

  .ready-box .left-side .pre-title {
    font-size: 20px;
    margin-left: 0;
  }
  .ready-box .left-side .pre-title::before {
    width: 50px;
  }

  .ready-box .middle-side {
    margin: 0 -70px 0 -140px;
  }

  .ready-box .left-side .sub-title {
    min-width: 330px;
  }

  .ready-box .left-side .information {
    max-width: 290px;
  }

  .product-main-box .pm-wrap {
    grid-template-columns: 360px 1fr;
    gap: 30px;
  }

  .product-table-box .pt-tabs .tab {
    padding: 13px 18px;
    font-size: 12px;
  }

  .product-table-box .pt-tabs .tab ~ .tab {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }

  .product-table-box .pt-tabs .tab.active::before {
    display: none;
  }

  .p-tables table th {
    padding: 12px 20px;
  }

  .product-table-box table td:first-child::before {
    left: 20px;
  }

  .product-table-box table td:first-child {
    padding-left: 35px;
  }

  .product-table-box table td:not(:first-child) {
    font-size: 18px;
  }

  .product-table-box table td:not(:first-child) {
    width: auto;
  }

  .product-table-box table th:not(:first-child),
.product-table-box table td:not(:first-child) {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-equipment-box .eq-top-row .h5 {
    line-height: 1.2;
  }

  .product-equipment-box .eq-tabs {
    margin-right: 12px;
  }

  .product-equipment-box .eq-tabs .tab {
    padding: 13px 15px;
  }

  .product-equipment-box .tables-wrap {
    max-height: 90vh;
  }

  .product-equipment-box .eq-top-row {
    margin-bottom: 40px;
  }

  .product-equipment-box table td:nth-child(2) {
    width: auto;
  }

  .product-equipment-box table td:nth-child(3) {
    width: auto;
  }

  .product-equipment-box table td:first-child {
    font-size: 18px;
    width: auto;
  }

  .product-equipment-box table td {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .how-build-box {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .how-build-box .hb-row {
    flex-wrap: wrap;
  }

  .how-build-box .hb-row .hb-item {
    width: 50%;
  }

  .how-build-box .hb-image-wrap .hbi-icon {
    transform: scale(0.7);
  }

  .popup .close-btn {
    width: 40px;
    height: 40px;
  }
  .popup .close-btn svg {
    width: 25px;
    height: 25px;
  }

  .popup-form .container {
    max-width: 500px;
  }
  .popup-form .man-side {
    display: none;
  }

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

  .popup-form .right-side {
    padding: 0;
    max-width: none;
  }

  .popup-form .right-side .h4 {
    max-width: none;
  }

  .popup-quiz .content {
    padding: 50px 30px 100px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --content-width: 540px;
    --header-height: 70px;
  }

  .h1 {
    font-size: 40px;
  }

  .h2 {
    font-size: 35px;
  }

  .h3 {
    font-size: 25px;
  }

  .h4 {
    font-size: 25px;
  }

  .btn {
    max-height: 65px;
  }

  .header-box .logo-col .logo .big-logo {
    display: none;
  }

  .header-box .logo-col .logo .small-logo {
    display: block;
  }

  .header-box .logo-col .logo {
    max-width: 30px;
  }

  .header-box .icon-col {
    width: 70px;
  }

  .header-box .search-col-input input {
    font-size: 16px;
    padding: 0 0 0 20px;
  }

  .header-box .menu-col {
    padding: 0 15px;
  }

  .menu-box li {
    font-size: 23px;
  }

  .home-box .container {
    display: block;
  }

  .home-box .blue-side {
    margin: 30px auto 0;
    padding: 0;
  }

  .home-box .blue-side::after {
    display: none;
  }

  .home-box .left-side {
    text-align: center;
  }

  .home-box .left-side .sub-title {
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-box .left-side .sub-title::before {
    margin: 0 0 10px;
  }

  .home-box .left-side .info {
    margin: 20px auto 0;
  }

  .hits-box .hits-item-big .h3 {
    margin-left: 0;
  }

  .hits-box .hits-item-big .ci-bottom {
    margin-left: 0;
    margin-right: 0;
  }

  .hits-box .hits-grid {
    gap: 15px;
  }

  .ci-bottom .cb-item {
    margin-top: 3px;
  }

  .architect-box .right-side {
    margin: 0 auto 30px;
  }

  .architect-box .middle-side {
    margin: 0 auto;
    max-width: 400px;
    order: 5;
  }

  .architect-box .left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .photo-reports-box .top-row {
    margin: 0 0 40px;
  }

  .finished-box {
    padding-top: 80px;
  }

  .finished-box .finished-bg {
    max-width: 100%;
    top: auto;
    left: auto;
    right: -100px;
    bottom: 0;
    height: auto;
    max-width: 320px;
    transform: none;
    display: none;
  }

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

  .finished-box .pre-title {
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 18px;
  }
  .finished-box .pre-title::before {
    margin: 0 0 10px;
  }

  .finished-box .h2 {
    text-align: center;
  }

  .finished-box .and-info .and-title {
    margin-bottom: 20px;
    text-align: center;
  }

  .finished-box .and-info .btn {
    max-width: 320px;
  }

  .guarantee-box {
    padding-top: 80px;
  }

  .guarantee-box .gu-line {
    display: none;
  }

  .guarantee-box .gu-stages {
    margin-top: 30px;
    display: grid;
  }

  .guarantee-box .gus-item {
    display: grid;
    grid-template-columns: 100px auto;
    margin: 0;
    gap: 20px;
    align-items: center;
    max-width: none;
    text-align: left;
  }

  .guarantee-box .gus-item img {
    margin: 0;
  }

  .guarantee-box .bottom-side .gu-images {
    margin-bottom: 100px;
  }

  .guarantee-box .bottom-side .gu-images .gu-image {
    width: 100%;
    max-width: 200px;
  }

  .guarantee-box .bottom-side .h3 {
    font-size: 24px;
  }

  .sheme-box .sh-item {
    max-width: 110px;
  }

  .sheme-box .sh-item .img-wrap {
    height: 95px;
    transform: scale(0.8);
  }

  .sheme-box .sh-arrow {
    margin-top: 45px;
    transform: scale(0.8);
  }

  .sheme-box {
    padding-top: 70px;
  }

  .reviews-box {
    padding-top: 80px;
  }

  .reviews-box .h2 {
    margin-bottom: 40px;
  }

  .reviews-box .ss-wrap .video-item .rv-play {
    width: 80px;
    height: 80px;
  }

  .reviews-box .slick-arrow {
    margin-top: 90px;
  }

  .reviews-box .ss-wrap .ss-bottom {
    flex-wrap: wrap;
  }

  .reviews-box .ss-wrap .h3 {
    width: 100%;
    padding-bottom: 20px;
  }

  .reviews-box .ss-wrap .ss-info {
    margin: 10px 15px 0 0;
  }

  .reviews-box .ss-wrap .ss-info .ss-circle {
    width: 50px;
    height: 50px;
  }
  .reviews-box .ss-wrap .ss-info .ss-circle img {
    transform: scale(0.8);
  }

  .survey-box {
    padding-top: 80px;
  }

  .survey-box .survey-item .si-wrap::after {
    width: 50px;
    height: 50px;
  }

  .survey-box .survey-list {
    margin: auto;
    gap: 15px;
    grid-template-columns: 1fr;
    max-width: 250px;
  }

  .about-box {
    padding-top: 80px;
    padding-bottom: 45vw;
  }

  .about-box .container {
    align-items: center;
  }

  .about-box .about-side {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-box .h2 {
    text-align: center;
  }

  .about-box .sub-title {
    text-align: center;
  }

  .about-box .h3 {
    text-align: center;
  }

  .about-box .about-bg {
    max-width: 100%;
  }

  .social-box .tabs .tab {
    height: 70px;
    font-size: 12px;
  }

  .social-box .tabs .tab .icon {
    max-width: 17px;
    margin-right: 7px;
  }

  .social-box .tabs .tab::before {
    transform: scale(0.7);
    top: 99%;
    bottom: auto;
    border-width: 15px 15px 0 15px;
  }

  .social-box .slick-general {
    margin: 0 -15px;
  }
  .social-box .slick-general .slick-slide {
    margin: 0 15px;
  }

  .social-box .slick-arrow.slick-prev {
    left: -37px;
  }

  .social-box .slick-arrow.slick-next {
    right: -37px;
  }

  .faq-box .faq-title {
    padding: 15px 20px;
  }

  .faq-box .faq-content {
    padding: 15px 20px 20px;
  }

  .faq-box .faq-title .h3 {
    font-size: 22px;
  }

  .faq-box .faq-content p {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .look-like-box .sub-title {
    margin: 17px 0 40px;
  }

  .look-like-box .ll-square {
    width: 25px;
    height: 25px;
    margin-left: 10px;
  }

  .look-like-box .ll-list {
    gap: 15px;
  }

  .look-like-box .ll-item {
    padding-right: 5px;
  }

  .look-like-box .ll-type-wrap {
    padding: 7px 0 12px;
  }

  .look-like-box .ll-type-wrap .ll-type-list .ltl-square {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }

  .contact-box .first-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
  }
  .contact-box .first-row .h2 {
    margin-bottom: 20px;
  }
  .contact-box .first-row .sub-title {
    font-size: 16px;
  }

  .contact-box .second-row {
    justify-content: center;
  }

  .contact-box .second-row .office-img {
    max-width: 100%;
  }

  .contact-box .third-row {
    flex-direction: column;
    text-align: center;
  }

  .contact-box .third-row .my-map {
    margin-bottom: 20px;
    max-width: none;
    margin: 0 0 20px;
  }

  .contact-box .third-row .h3 {
    max-width: 460px;
  }

  .contact-box .phones-row {
    padding: 10px 20px;
    font-size: 23px;
  }

  .contact-box .contact-house {
    max-width: 100%;
    margin: 0 0 0 6vh;
  }

  .footer-box {
    flex-direction: column;
    justify-content: center;
  }
  .footer-box > * {
    min-height: 70px;
    text-align: center;
    width: 100%;
  }

  .footer-box .f-company {
    margin: 0;
    padding: 0;
  }

  .footer-box .f-phones {
    padding: 0;
    gap: 0;
  }

  .footer-box .logo-mini {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-box .f-beavers {
    margin-top: 10px;
    text-align: left;
  }

  .filter-box .filter-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
  }

  .filter-box .filter-item .filter-value {
    padding: 15px 20px;
  }

  .filter-box .filter-item .filter-value::after {
    width: 5px;
    right: 15px;
    background-size: contain;
  }

  .catalog-box .catalog-item .ci-price {
    font-size: 20px;
  }

  .catalog-box .catalog-item .ci-top {
    flex-wrap: wrap;
  }
  .catalog-box .catalog-item .ci-top .hit-blue {
    margin-right: auto;
  }
  .catalog-box .catalog-item .ci-top .ct-gift {
    margin-top: 10px;
    margin-right: 0;
    margin-left: auto;
    width: 100%;
    text-align: right;
    order: 5;
  }

  .catalog-box .catalog-item-info img {
    max-width: 380px;
    right: -60px;
    bottom: -60px;
  }

  .ready-box {
    padding-top: 10px;
  }

  .ready-box .left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ready-box .left-side .pre-title {
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
  }
  .ready-box .left-side .pre-title::before {
    margin: 0 0 10px;
  }

  .ready-box .middle-side {
    order: 5;
    margin: 20px auto 0;
    max-width: 250px;
  }

  .ready-box .right-side {
    margin: 10px auto 0;
    text-align: center;
  }

  .ready-box .right-side .h4 {
    max-width: none;
  }

  .ready-box .right-side .form-title {
    text-align: left;
  }

  .product-main-box .pm-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .product-main-box .pm-wrap .slider-side {
    margin: 0 auto 40px;
    max-width: 400px;
  }

  .product-main-box .right-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .product-table-box .pt-tabs {
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: 0;
  }

  .product-table-box .pt-tabs .tab {
    margin: 0 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .tables-wrap {
    overflow-x: auto;
  }
  .tables-wrap table {
    min-width: 750px;
    width: auto;
  }

  .scrollable {
    display: flex;
  }

  .product-equipment-box .eq-top-row {
    display: grid;
    gap: 15px;
    text-align: center;
  }
  .product-equipment-box .eq-top-row .eq-titles {
    max-width: 500px;
  }

  .product-equipment-box .eq-tabs {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .product-equipment-box .tables-wrap {
    padding: 0;
    margin: 0;
    max-height: none;
  }

  .how-build-box .hb-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }

  .how-build-box .hb-bottom .hb-item {
    max-width: 130px;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .how-build-box .hb-bottom .hb-item .hb-image {
    margin-bottom: 7px;
  }

  .how-build-box .hb-image-wrap .hbi-icon {
    transform: scale(0.5);
  }

  .how-build-box .hb-bottom .space {
    width: 15px;
    height: 15px;
  }

  .popup-quiz .content .h4 {
    font-size: 20px;
  }

  .popup-quiz .content .h3 {
    font-size: 20px;
  }

  .popup-quiz .quiz-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .popup-quiz .quiz-item {
    max-width: 170px;
  }

  .popup-quiz .quiz-list .space {
    width: 15px;
    height: 25px;
  }

  .popup-quiz .quiz-item .quiz-title {
    margin-top: 10px;
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --content-width: 100vw;
    --side-width: calc( ( var(--body-width) - var(--content-width) + 40px ) / 2 );
    --header-height: 60px;
  }

  .container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper {
    overflow: hidden;
  }

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

  .header-box .menu-col {
    margin-right: auto;
    background: transparent;
  }

  .header-box .logo-col {
    padding: 15px;
    width: 50px;
  }

  .header-box .icon-col .icon {
    transform: scale(0.8);
  }

  .header-box .icon-col .int:not(:empty) {
    margin-top: 35px;
    margin-left: 25px;
  }

  .h2 {
    font-size: 28px;
  }

  .home-box .blue-side .h3 {
    font-size: 24px;
  }

  .menu-box li {
    font-size: 20px;
  }

  .hits-box .hits-grid {
    grid-template-columns: 1fr;
  }
  .hits-box .hits-grid .catalog-item {
    grid-column: span 1;
  }

  .catalog-item {
    height: auto;
    padding-top: 37.5%;
    padding-bottom: 37.5%;
  }

  .guarantee-box .gu-stages {
    gap: 15px;
  }

  .guarantee-box .gus-item {
    grid-template-columns: 60px auto;
    margin: 0;
  }

  .guarantee-box .bottom-side .gu-play {
    width: 100px;
    height: 100px;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  }
  .guarantee-box .bottom-side .gu-play:hover {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0.2);
  }
  .guarantee-box .bottom-side .gu-play:hover::before {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
  }

  .guarantee-box .bottom-side .gu-play::before {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
  }

  .guarantee-box .bottom-side .gu-images {
    margin-top: 70px;
  }

  .guarantee-box .bottom-side .gu-images .gu-image {
    margin: 10px;
    height: 100px;
    max-width: 150px;
  }

  .sheme-box .sh-item {
    margin-bottom: 20px;
  }

  .about-box .sub-title {
    font-size: 18px;
  }

  .slick-arrow {
    width: 40px;
    height: 60px;
  }
  .slick-arrow::before {
    background-size: 40% auto;
  }

  .slick-arrow.slick-prev {
    left: -11px;
  }

  .slick-arrow.slick-next {
    right: -11px;
  }

  .reviews-box .slick-general {
    max-width: 280px;
  }

  .reviews-box .slick-arrow {
    margin-top: 38px;
  }

  .reviews-box .ss-wrap .h3 {
    padding-bottom: 10px;
    font-size: 20px;
  }

  .reviews-box .ss-wrap .ss-info .ss-circle {
    height: 35px;
    width: 35px;
  }

  .reviews-box .ss-wrap .ss-info .ss-circle img {
    transform: scale(0.7);
  }

  .social-box .tabs {
    margin-bottom: 50px;
  }

  .social-box .tabs .tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: auto;
    text-align: center;
  }

  .social-box .tabs .tab .icon {
    margin: 0 0 10px;
  }

  .social-box .tabs {
    align-items: stretch;
  }
  .social-box .slick-general {
    margin: auto;
    max-width: 280px;
  }
  .social-box .slick-arrow {
    margin-top: 38px;
  }

  .social-box .slick-arrow {
    margin-top: 0;
  }

  .social-box .slick-arrow.slick-prev {
    left: -11px;
  }

  .social-box .slick-arrow.slick-next {
    right: -11px;
  }

  .look-like-box .ll-list {
    grid-template-columns: 1fr;
  }

  .contact-box .phones-row {
    display: grid;
    gap: 5px;
    justify-content: center;
    margin-bottom: 20px;
    text-align: center;
  }

  .contact-box .phones-row .p-line {
    display: none;
  }

  .architect-box .middle-side {
    max-width: 300px;
  }

  .finished-box .and-info .and-item {
    font-size: 16px;
  }

  .finished-box .and-info {
    max-width: 260px;
  }

  .sheme-box .sh-item .img-wrap {
    height: 80px;
    transform: scale(0.6);
  }

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

  .filter-box {
    padding-top: 120px;
  }

  .ready-box .right-side .sub-title {
    font-size: 16px;
  }

  .ready-box .left-side .sub-title {
    min-width: auto;
  }

  .ready-box .right-side .sub-title {
    font-size: 14px;
  }

  .product-main-box .pm-wrap .slider-side {
    max-width: 100%;
  }

  .product-main-box {
    padding-top: 120px;
  }

  .breadcrumbs {
    flex-wrap: wrap;
    margin-bottom: 60px;
    font-size: 12px;
  }

  .how-build-box .hb-row {
    align-items: center;
    margin: 10px auto 30px;
    max-width: 300px;
  }

  .how-build-box .hb-row .hb-item {
    width: 100%;
  }

  .how-build-box .hb-bottom .hb-item {
    max-width: 110px;
  }

  .how-build-box .hb-bottom .hb-item {
    font-size: 12px;
  }

  .how-build-box .hb-image-wrap .hbi-icon {
    transform: scale(0.4);
  }
  .how-build-box .hb-image-wrap .hbi-icon span {
    visibility: hidden;
  }

  .how-build-box .hb-bottom .hb-item .hb-image::after {
    box-shadow: inset 0 0 0 5px #f05c14;
  }

  .popup-form .right-side .h4 {
    text-align: center;
  }

  .popup-form .right-side .sub-title {
    font-size: 16px;
    text-align: center;
  }

  .popup-form .right-side .sub-btn {
    text-align: center;
  }

  .popup-quiz .quiz-item .quiz-img-wrap::after {
    box-shadow: inset 0 0 0 5px #f05c14;
  }

  .popup-quiz .content .h4 {
    margin-bottom: 40px;
  }

  .popup-quiz .content .h3 {
    margin: 40px 0 30px;
  }
}
@media (max-width: 419.98px) {
  .architect-box {
    padding-top: 50px;
  }

  .photo-reports-box .photos-list {
    grid-template-columns: 1fr;
  }

  .photo-reports-box:not(.active) .photo-item:nth-child(2) ~ .photo-item {
    display: none;
  }

  .filter-box .filter-wrap {
    grid-template-columns: 1fr;
  }

  .btn {
    font-size: 12px;
  }
}
@media (max-width: 359.98px) {
  .header-box .menu-col span {
    display: none;
  }
}