@charset "UTF-8";
:root {
  --body-width: 100vw;
  --content-width: 1500px;
  --side-size: calc( ( var(--body-width) - var(--content-width) + 30px ) / 2 );
}

@font-face {
  font-family: "Nunito Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Nunito Sans"), url("../fonts/NunitoSans-Regular.woff2") format("woff2"), url("../fonts/NunitoSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Nunito Sans";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: local("Nunito Sans"), url("../fonts/NunitoSans-Italic.woff2") format("woff2"), url("../fonts/NunitoSans-Italic.woff") format("woff");
}
@font-face {
  font-family: "Nunito Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Nunito Sans"), url("../fonts/NunitoSans-Bold.woff2") format("woff2"), url("../fonts/NunitoSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "Nunito Sans";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: local("Nunito Sans"), url("../fonts/NunitoSans-Black.woff2") format("woff2"), url("../fonts/NunitoSans-Black.woff") format("woff");
}
@font-face {
  font-family: "ALS Rubl";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: local("ALS Rubl"), url("../fonts/ALSRubl.woff2") format("woff2"), url("../fonts/ALSRubl.woff") format("woff");
}
/* ********************
 * * Lark.sass.mini v3.0.0
 * * Description: CSS reset and adaptive layout
 * * Author: Dima Boro
 * * LastUpd: 06.02.2022
 * ******************** */
* {
  outline: none;
  border: 0;
}

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

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

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

textarea {
  resize: none;
}

:focus {
  outline: 0;
}

[hidden] {
  display: none;
}

[draggable=false] {
  -webkit-user-select: none;
     -moz-user-select: none;
          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: #6BB259;
  color: #fff;
}
::selection {
  background: #6BB259;
  color: #fff;
}

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

.dotted-link {
  position: relative;
}
.dotted-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px dotted currentColor;
  opacity: 0.5;
}

.color, .primary {
  color: #6BB259;
}

.secondary {
  color: #BEE563;
}

.color-hover {
  cursor: pointer;
}
.color-hover:hover {
  transition: 0.2s color;
  color: #6BB259;
}

.fill-hover {
  cursor: pointer;
}
.fill-hover svg {
  transition: fill 0.2s;
}
.fill-hover:hover svg {
  fill: #6BB259;
}

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

body, html {
  scroll-behavior: smooth;
}

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

body {
  font: 400 16px/1.5 "Nunito Sans", sans-serif;
  color: #252525;
  background: #000;
}

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

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

.h1, .h2, .h3, .h4, .h5, .h6, .h {
  font-weight: 900;
  line-height: 1.17;
  text-transform: uppercase;
}
.h1 b, .h1 strong, .h2 b, .h2 strong, .h3 b, .h3 strong, .h4 b, .h4 strong, .h5 b, .h5 strong, .h6 b, .h6 strong, .h b, .h strong {
  font-weight: 700;
}

.h1 {
  font-size: 56px;
  line-height: 1.0714285714;
}

.h2 {
  font-size: 46px;
  line-height: 1.0869565217;
}

.h3 {
  font-size: 30px;
  line-height: 1.0666666667;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

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

b, strong {
  font-weight: 700;
}

img, svg {
  pointer-events: none;
}

.rub {
  font-family: "ALS Rubl", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
.rub::before {
  content: "a";
}

.p-0 {
  padding: 0;
}

.preload * {
  transition: none !important;
}

.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: #6BB259;
}
.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: #6BB259;
  border-color: #BEE563;
}

.bread-links {
  display: flex;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.5);
}
.bread-links .back-link {
  display: inline-flex;
  align-items: center;
}
.bread-links .back-link::before {
  content: "";
  margin-right: 14px;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  border-color: transparent currentColor transparent transparent;
}
.bread-links .slash {
  margin: 0 24px;
}
.bread-links .slash::before {
  content: "/";
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #6BB259;
  background-clip: content-box;
  border-radius: 2px;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.custom-scroll::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  -webkit-appearance: none;
}

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: 6px;
  height: 6px;
  margin-top: 11px;
  margin-right: 25px;
  background: #6BB259;
  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: #6BB259;
  border-radius: 20px;
  color: #fff;
  opacity: 0.8;
  line-height: 1;
}

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

.stars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}
.stars svg.active {
  fill: #FFC871;
}

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

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

.wow {
  visibility: hidden;
}

.more-row {
  display: flex;
  justify-content: center;
  line-height: 1;
  font-weight: 700;
}
.more-row .show-more-btn {
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.more-row .show-more-btn::before {
  content: url(../images/icons/refresh.svg);
  width: 20px;
  height: 20px;
  margin-right: 14px;
}
.more-row .show-more-btn:hover {
  color: #6BB259;
}
.more-row .show-more-btn.active::before {
  animation: round 1s infinite linear;
}

@keyframes round {
  0% {
    transform: none;
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  height: 100%;
  color: #252525;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.2s;
  cursor: pointer;
  padding: 20px 29px;
  height: 46px;
  max-height: 46px;
  background: #BEE563;
}
.btn:hover {
  background-color: #6BB259;
  color: #fff;
}

.btn-alt {
  background: transparent;
  border: 1px solid #BEE563;
  color: inherit;
}
.btn-alt:hover {
  background-color: #6BB259;
  border-color: #6BB259;
  color: #fff;
}

.btn-reset-white {
  background: #F5F9FA;
  font-weight: 400;
  color: #252525;
}
.btn-reset-white:hover {
  background-color: #DCE2E3;
  color: #252525;
}

.form-title {
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.form-title .mini {
  opacity: 0.5;
  font-weight: 400;
  font-size: 16px;
}

.form-input {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
}
.form-input input, .form-input textarea {
  display: block;
  padding: 22px 30px;
  height: 60px;
  width: 100%;
  background: transparent;
  font: inherit;
  font-weight: 700;
  font-size: 16px;
  color: currentColor;
  outline: 0;
  border: 0;
  border: 1px solid rgba(218, 221, 222, 0.5);
  transition: 0.2s;
}
.form-input input::-moz-placeholder, .form-input textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-input input::placeholder, .form-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form-input input:focus, .form-input textarea:focus {
  border-color: #6BB259;
}
.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-file {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form-file span {
  margin-right: 25px;
}
.form-file:not(.valid) input[type=file] {
  display: none;
}
.form-file input[type=file] {
  margin-top: 5px;
  width: auto;
  max-width: 100%;
  font-size: 14px;
  opacity: 0.7;
  pointer-events: 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: #6BB259;
}
.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: #6BB259;
  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-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}
.slick-title .slick-tabs {
  margin-left: 74px;
  margin-right: auto;
}

.slick-general {
  margin: 0 -15px;
}
.slick-general.slick-slider {
  display: flex;
  align-items: center;
}
.slick-general .slick-list {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.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: 60px;
  height: 60px;
  background: #BEE563;
  font-size: 0;
  transition: 0.2s;
  cursor: pointer;
  z-index: 10;
}
.slick-arrow:hover {
  background: #6BB259;
}
.slick-arrow:hover::before {
  filter: invert(100%);
}
.slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}
.slick-arrow.slick-prev {
  left: 15px;
}
.slick-arrow.slick-next {
  right: 15px;
  transform: scaleX(-1);
}
.slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.68829 7.00296L7.78256 1.76537C7.92283 1.6215 8 1.42914 8 1.22403C8 1.01881 7.92283 0.826569 7.78256 0.682472L7.33617 0.223772C7.19613 0.0794472 7.00891 0 6.80941 0C6.60991 0 6.42292 0.0794472 6.28276 0.223772L0.217218 6.45958C0.0765045 6.60413 -0.00055059 6.79728 2.9661e-06 7.00262C-0.00055059 7.20886 0.0763937 7.40179 0.217218 7.54646L6.27711 13.7762C6.41727 13.9206 6.60426 14 6.80388 14C7.00338 14 7.19037 13.9206 7.33064 13.7762L7.77692 13.3175C8.06731 13.019 8.06731 12.533 7.77692 12.2345L2.68829 7.00296Z' fill='black'/%3E%3C/svg%3E");
  transition: filter 0.2s;
}

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

.header-box {
  position: relative;
  top: 0;
  background: #fff;
  z-index: 50;
}
.header-box.fixed {
  top: -48px;
  position: sticky;
}
.header-box.fixed::before {
  opacity: 1;
}
.header-box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #EAEEEF;
  opacity: 0;
}
.header-box .container {
  position: relative;
}
.header-box .top-row {
  display: flex;
  align-items: center;
  padding: 13px 0 12px;
  border-bottom: 1px solid #EBEEEF;
}
.header-box .top-row .top-tabs {
  display: flex;
  font-size: 14px;
}
.header-box .top-row .top-tabs .top-tab {
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
  margin-right: 7px;
}
.header-box .top-row .top-tabs .top-tab::before {
  content: "";
  display: block;
  margin-right: 6px;
  margin-bottom: 4px;
  width: 8px;
  height: 8px;
  border: 1.5px solid #FFC871;
  border-radius: 50%;
  transition: opacity 0.2s;
}
.header-box .top-row .top-tabs .top-tab:not(.active) {
  opacity: 0.5;
}
.header-box .top-row .top-tabs .top-tab:not(.active)::before {
  opacity: 0;
}
.header-box .search-form {
  position: relative;
  margin-left: auto;
  margin-right: 45px;
}
.header-box .search-form label {
  position: relative;
  display: flex;
  align-items: center;
}
.header-box .search-form .search-icon {
  margin-left: 10px;
  margin-bottom: -3px;
  order: 2;
  cursor: pointer;
}
.header-box .search-form .search-icon.active svg {
  fill: #6BB259;
}
.header-box .search-form .search-icon.active ~ .s-input {
  width: 230px;
  opacity: 1;
}
.header-box .search-form .search-icon.active ~ .s-input:not(:-moz-placeholder) ~ .s-reset {
  visibility: visible;
}
.header-box .search-form .search-icon.active ~ .s-input:focus ~ .s-reset, .header-box .search-form .search-icon.active ~ .s-input:not(:placeholder-shown) ~ .s-reset {
  visibility: visible;
}
.header-box .search-form .s-input {
  padding-right: 15px;
  width: 10px;
  height: 20px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
  opacity: 0;
}
.header-box .search-form .s-input:focus {
  border-color: #6BB259;
}
.header-box .search-form .s-input::-moz-placeholder {
  color: #ddd;
}
.header-box .search-form .s-input::placeholder {
  color: #ddd;
}
.header-box .search-form .s-reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  flex-shrink: 0;
  margin-left: -14px;
  width: 14px;
  height: 14px;
  background: no-repeat 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='51' viewBox='0 0 51 51' fill='%23555' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Crect x='38.9707' y='13.5146' width='36' height='2' transform='rotate(135 38.9707 13.5146)' /%3E%3Crect x='13.5146' y='12.1006' width='36' height='2' transform='rotate(45 13.5146 12.1006)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  cursor: pointer;
  color: transparent;
  visibility: hidden;
}
.header-box .search-icon {
  margin-top: -6px;
}
.header-box .social-col {
  margin-top: -4px;
  display: flex;
}
.header-box .social-col .a-icon {
  margin-left: 16px;
}
.header-box .logo {
  max-width: 146px;
}
.header-box .bottom-row {
  display: flex;
  align-items: stretch;
  padding: 15px 0;
}
.header-box .menu-col {
  display: flex;
  margin: -20px 0;
  margin-left: 84px;
  margin-right: auto;
}
.header-box .menu-col .m-item {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 700;
  margin-right: 42px;
}
.header-box .menu-col .m-item.active {
  color: #6BB259;
}
.header-box .menu-col .m-item.m-drop::after {
  content: "";
  margin-left: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: currentColor transparent transparent transparent;
  transition: transform 0.2s;
}
.header-box .menu-col .m-item.m-drop:hover::after {
  transform: rotate(180deg);
}
.header-box .other-col {
  display: flex;
  align-self: center;
}
.header-box .other-col .o-icon {
  margin-left: 30px;
}
.header-box .other-col .active svg {
  fill: #6BB259;
}
.header-box .v-line {
  margin-left: 50px;
  margin-right: 30px;
  width: 1px;
  background: #EBEEEF;
}
.header-box .phone-col {
  margin-top: 6px;
}
.header-box .phone-col .phone-line {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
.header-box .phone-col .phone-line .icon {
  margin-right: 10px;
  margin-top: -2px;
}
.header-box .phone-col .phone-info {
  margin-top: -3px;
  padding-left: 24px;
  font-size: 14px;
  opacity: 0.5;
}
.header-box .submenu-wrap {
  position: relative;
}
.header-box .submenu-row {
  position: absolute;
  top: 100%;
  width: 100%;
  display: flex;
  background: #F5F9FA;
  padding: 30px 45px;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}
.header-box .submenu-row:not(.active) {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-20%);
  pointer-events: none;
}
.header-box .submenu-item {
  position: relative;
  display: block;
  margin: 10px;
  padding: 31px;
  height: 160px;
  width: 100%;
  background: #fff no-repeat 100% 100%;
  background-size: auto 100%;
  background-blend-mode: darken;
  color: #0D3745;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.2s, color 0.2s;
}
.header-box .submenu-item:hover {
  background-color: #FCFDFD;
  background-size: auto 105%;
  color: #6BB259;
}
.header-box .submenu-item .m-name {
  min-height: 2.4em;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: pre-line;
  max-width: 120px;
}
.header-box .submenu-item .m-line {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 80px;
  height: 1px;
  background: #EBEEEF;
}
.header-box .submenu-item .m-line.m-year {
  max-width: 55px;
}
.header-box .submenu-item .m-int {
  font-weight: 700;
}

.header-mobile-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 50;
  border-bottom: 1px solid #EAEEEF;
  display: none;
}
.header-mobile-box .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-mobile-box .logo {
  margin: auto;
  max-width: 103px;
}
.header-mobile-box .h-line {
  height: 40px;
  width: 1px;
  margin: 10px 20px;
  background: #EBEEEF;
}

.home-box {
  background: #0D3745;
  color: #fff;
}
.home-box .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.home-box .left-side {
  padding: 130px 0 139px;
  max-width: 686px;
}
.home-box .h1 {
  margin-bottom: 55px;
}
.home-box .h1 span {
  display: inline-block;
}
.home-box .bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-box .image-line {
  flex-shrink: 0;
}
.home-box .just-text {
  margin-top: -2px;
  margin-left: 40px;
  line-height: 1.125;
}
.home-box .back-image {
  position: absolute;
  right: -211px;
  bottom: 0;
  pointer-events: none;
}

.houses-box {
  padding: 30px 0 50px;
}
.houses-box .ho-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.houses-box .ho-item {
  padding: 72px 60px 55px 60px;
  background: #F5F9FA no-repeat 100%;
  background-size: auto 100%;
  transition: background 0.2s;
}
.houses-box .ho-item:hover {
  background-color: #f4f9fa;
  background-size: auto 102%;
  color: inherit;
}
.houses-box .ho-item:hover .h-bottom-info .unhover {
  opacity: 0;
  transform: translateY(50%);
}
.houses-box .ho-item:hover .h-bottom-info .hover {
  opacity: 1;
  transform: none;
}
.houses-box .ho-item .h3 {
  white-space: pre-line;
  min-height: 2.4em;
  max-width: 210px;
}
.houses-box .ho-item .h-price {
  margin-top: 9px;
  font-size: 20px;
  font-weight: 700;
}
.houses-box .ho-item .h-line {
  margin-top: 58px;
  margin-bottom: 35px;
  width: 200px;
  height: 1px;
  background: #E6EBED;
}
.houses-box .ho-item .h-bottom-info {
  position: relative;
}
.houses-box .ho-item .h-bottom-info .unhover,
.houses-box .ho-item .h-bottom-info .hover {
  transition: opacity 0.2s, transform 0.2s;
}
.houses-box .ho-item .h-bottom-info .unhover {
  display: flex;
}
.houses-box .ho-item .h-bottom-info .hover {
  top: -5px;
  position: absolute;
  opacity: 0;
  transform: translateY(-40%);
}
.houses-box .ho-item .h-bottom-info .h-icon {
  margin-top: -18px;
  margin-right: 16px;
}
.houses-box .ho-item .h-bottom-info .h-int {
  font-size: 24px;
  font-weight: 900;
  color: #0D3745;
  line-height: 1;
}

.fourteen-box {
  margin-top: -1px;
}
.fourteen-box .content {
  display: flex;
  align-items: center;
  padding: 59px 49px 62px 125px;
  color: #fff;
  background: #0D3745;
}
.fourteen-box .left-side {
  padding-bottom: 3px;
  max-width: 330px;
}
.fourteen-box .btn {
  margin-top: 40px;
}
.pillars-side {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  overflow: hidden;
}
.pillars-side .pillars-col {
  width: 90px;
  margin-left: 47px;
}
.pillars-side .pillars-col .p-int {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 16px;
}
.pillars-side .pillars-col .p-arrows {
  display: grid;
}
.pillars-side .pillars-col .p-arrows img {
  margin-bottom: -12.5px;
}
.pillars-side .pillars-col .p-name {
  margin-top: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.fourteen-box .v-abstract {
  margin: -4px 0;
  margin-left: 134px;
  flex-shrink: 0;
}
.fourteen-box .btn-wrap-mobile {
  display: none;
}

.how-we-work-box {
  padding: 81px 0 80px;
}
.how-we-work-box .hww-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.how-we-work-box .hww-col-first .h3 {
  margin: 42px 0 28px;
  max-width: 200px;
}
.how-we-work-box .hww-col {
  position: relative;
  padding: 39px 40px;
  min-height: 306px;
  border: 1px solid #EAEEEF;
}
.how-we-work-box .hww-col .hww-int {
  position: absolute;
  top: 23px;
  right: 29px;
  font-size: 26px;
  font-weight: 900;
  color: #E7E9EA;
}
.how-we-work-box .hww-col .hww-title {
  margin: 19px 0 14px;
  font-size: 18px;
  font-weight: 700;
}
.how-we-work-box .hww-last {
  background: #0D3745 no-repeat 100%;
  background-size: auto 100%;
  color: #fff;
  border: 0;
  transition: background 0.2s;
}
.how-we-work-box .hww-last:hover {
  background-size: auto 105%;
}
.how-we-work-box .hww-last .hww-int {
  color: #FFC871;
}
.how-we-work-box .hww-last .hww-text {
  max-width: 180px;
}
.how-we-work-box .hww-last .btn {
  margin-top: 22px;
}
.how-we-work-box .item-mobile {
  display: none;
}

.top-projects-box {
  padding-bottom: 79px;
}

.quiz-box {
  padding: 130px 0 130px;
  color: #fff;
  background: #0D3745;
}
.quiz-box .top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.quiz-box .top-row .mini-info {
  max-width: 190px;
  line-height: 1.125;
}
.quiz-box .quiz-progress {
  position: relative;
  margin-bottom: 70px;
  width: 100%;
  height: 36px;
}
.quiz-box .quiz-progress::before {
  content: "";
  opacity: 0.1;
}
.quiz-box .quiz-progress::before,
.quiz-box .quiz-progress .qp-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/icons/abstract-quiz.svg") no-repeat 0% 50%;
  background-size: auto 100%;
}
.quiz-box .quiz-progress .qp-line {
  width: 0;
  transition: width 0.4s;
}
.quiz-box .quiz-steps {
  position: relative;
  height: 252px;
}
.quiz-box .step-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 470px 96px 1fr;
  gap: 30px;
  line-height: 1.125;
  transition: opacity 0.2s;
}
.quiz-box .step-item:not(.active), .quiz-box .step-item.active ~ .step-success {
  opacity: 0;
  visibility: hidden;
}
.quiz-box .step-item.step-1 .btn {
  visibility: hidden;
}
.quiz-box .step-item .q-info .btn {
  margin-top: 30px;
  margin-bottom: -40px;
}
.quiz-box .step-item .q-int {
  margin-top: 15px;
  margin-bottom: 23px;
  font-weight: 900;
  font-size: 30px;
  color: #355864;
}
.quiz-box .step-item .h3 {
  margin-bottom: 29px;
  max-width: 380px;
  line-height: 1.364;
}
.quiz-box .step-item .h4 {
  margin-top: -10px;
  margin-bottom: 20px;
}
.quiz-box .step-item .q-arrow {
  padding-top: 32px;
  padding-left: 12px;
}
.quiz-box .step-item .q-options {
  display: flex;
}
.quiz-box .step-item .q-option {
  margin-left: 30px;
  width: 100%;
  transition: color 0.2s;
  cursor: pointer;
}
.quiz-box .step-item .q-option:first-child {
  margin-left: 5px;
}
.quiz-box .step-item .q-option.active, .quiz-box .step-item .q-option:hover {
  color: #BEE563;
}
.quiz-box .step-item .q-option.active .q-image::before, .quiz-box .step-item .q-option:hover .q-image::before {
  opacity: 1;
}
.quiz-box .step-item .q-option.active .q-image img, .quiz-box .step-item .q-option:hover .q-image img {
  opacity: 0.5;
}
.quiz-box .step-item .q-option:hover .q-image img {
  transform: scale(1.05);
}
.quiz-box .step-item .q-option-big {
  width: 200%;
}
.quiz-box .step-item .q-option-big .q-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.quiz-box .step-item .q-image {
  position: relative;
  margin-bottom: 32px;
  width: 100%;
  height: 100%;
  max-height: 196px;
  background: #6BB259;
  overflow: hidden;
  transition: background 0.2s, opacity 0.2s;
}
.quiz-box .step-item .q-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/icons/check.svg") 50% no-repeat;
  background-size: 60px auto;
  z-index: 3;
  transition: opacity 0.2s;
  opacity: 0;
}
.quiz-box .step-item .q-image img {
  transition: opacity 0.2s, transform 0.3s;
}
.quiz-box .step-item .qo-name {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.quiz-box .step-item .qo-name span {
  position: relative;
  padding-bottom: 2px;
}
.quiz-box .step-item .qo-name span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px dotted currentColor;
  opacity: 0.5;
}
.quiz-box .step-item .form-input input {
  height: 55px;
}
.quiz-box .step-item .q-form {
  max-width: 570px;
}
.quiz-box .step-item .q-form .q-options {
  max-width: 470px;
  text-align: center;
}
.quiz-box .step-item .q-form .q-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  max-height: none;
  height: 90px;
  opacity: 0.8;
}
.quiz-box .step-item .q-form .q-image::before {
  display: none;
}
.quiz-box .step-item .q-form .q-option.active .q-image {
  background: #BEE563;
  opacity: 1;
}
.quiz-box .step-item .q-form .q-option:hover .q-image {
  opacity: 1;
}
.quiz-box .step-item .q-form .form-input {
  margin: 35px 0 25px;
  max-width: 470px;
}
.quiz-box .step-item .q-form .btn-box {
  display: grid;
  align-items: center;
  grid-template-columns: max-content auto;
  gap: 20px;
}
.quiz-box .step-4 .q-image {
  height: 150px;
}
.quiz-box .step-4 .btn-row {
  display: flex;
}
.quiz-box .step-4 .btn-row .btn-next {
  flex-shrink: 0;
  margin-left: 10px !important;
}
.quiz-box .step-4 .btn-row .btn-hidden {
  opacity: 0;
  visibility: hidden;
}
.quiz-box .step-success {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.2s;
}
.quiz-box .step-success .qs-wrap {
  max-width: 500px;
}
.quiz-box .step-success .q-descr {
  margin: 30px 0;
}

.calc-banner-box {
  padding-top: 80px;
  padding-bottom: 83px;
  z-index: 2;
}
.calc-banner-box .content {
  padding-top: 120px;
  padding-bottom: 108px;
  background: #F5F9FA no-repeat 100% 100%;
}
.calc-banner-box .h2 {
  margin-bottom: 28px;
  color: #0D3745;
}
.calc-banner-box .cb-arrow img {
  margin-top: 10px;
  margin-left: 12px;
}
.calc-banner-box .btn {
  margin-top: 53px;
  max-width: 156px;
  width: 100%;
}

.our-works-box {
  padding-bottom: 30px;
}

.blitz-box .content {
  padding-top: 120px;
  background: #0D3745 no-repeat 96.6% 50%;
  color: #fff;
}
.blitz-box .just-text {
  margin: 29px 0 38px;
}
.blitz-box .bb-man-wrap {
  position: relative;
  margin-top: -91px;
  margin-left: 251px;
  padding-left: 152px;
}
.blitz-box .blitz-man {
  position: relative;
  z-index: 3;
}
.blitz-box .blitz-logo {
  position: absolute;
  left: 0;
  bottom: 75px;
}

.footer-box {
  margin-top: 80px;
  padding-top: 72px;
  background: #0D3745;
  color: #fff;
}
.footer-box .row {
  display: flex;
  flex-wrap: wrap;
}
.footer-box .h4 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer-box .h4.toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
.footer-box .h4.toggle.active {
  color: #BEE563;
}
.footer-box .h4.toggle.active::after {
  transform: rotate(180deg);
}
.footer-box .h4.toggle::after {
  content: "";
  display: none;
  margin-left: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: currentColor transparent transparent transparent;
  transition: transform 0.2s;
}
.footer-box .circle-dot {
  margin-top: -2px;
  margin-left: 1px;
  margin-right: 11px;
}
.footer-box .just-text {
  white-space: pre-line;
  line-height: 1.375;
}
.footer-box .phone-line {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  font-size: 24px;
  font-weight: 700;
}
.footer-box .phone-line .icon {
  margin-right: 10px;
  margin-top: -2px;
  width: 18px;
}
.footer-box .f-socials {
  align-self: flex-end;
}
.footer-box .f-socials .social-col {
  display: flex;
}
.footer-box .f-socials .social-col .a-icon {
  transform: scale(1.301);
  margin-left: 3px;
  margin-right: 23px;
}
.footer-box .f-socials .social-col .a-icon:last-child {
  margin-right: 3px;
}
.footer-box .f-socials .link-mail {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}
.footer-box .footer-line {
  position: relative;
  margin: 58px 0 62px;
  width: 100%;
  height: 36px;
  background: url("../images/icons/abstract-quiz.svg") no-repeat 0% 50%;
  background-size: auto 100%;
  opacity: 0.1;
}
.footer-box .f-menu-big {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-box .f-menu-big .h4 {
  margin-bottom: 27px;
}
.footer-box .f-menu ul {
  margin-top: 29px;
  font-weight: 700;
}
.footer-box .f-menu ul li {
  margin-bottom: 16px;
}
.footer-box .f-bottom {
  display: flex;
  align-items: center;
  margin-top: 42px;
  padding-top: 36px;
  padding-bottom: 36px;
  border-top: 1px solid rgba(215, 221, 223, 0.2);
}
.footer-box .f-bottom .f-copy {
  margin-right: 93px;
}
.footer-box .f-bottom .f-info {
  max-width: 720px;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.375;
}
.footer-box .f-bottom .f-dev {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
}
.footer-box .f-bottom .f-dev span {
  margin-right: 20px;
}
.footer-box .f-bottom .f-dev .beavers {
  margin-top: -15px;
}

.projects-top-box {
  background: #0D3745;
  padding: 120px 0 110px;
  color: #fff;
}
.projects-top-box .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.projects-sliders-box {
  padding: 75px 0 4px;
}
.projects-sliders-box .projects-row {
  margin-bottom: 75px;
}
.projects-sliders-box .st-price-info {
  margin-left: 20px;
  margin-right: auto;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  color: #CED3D5;
}
.projects-sliders-box .st-count {
  margin-top: -3px;
  margin-left: 20px;
  padding: 9px 15px 5px;
  min-width: 54px;
  background: #BEE563;
  color: #252525;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
}
.projects-sliders-box .st-text-info {
  margin: auto;
  white-space: pre-line;
}
.projects-sliders-box .st-more {
  margin-left: auto;
  padding-bottom: 3px;
}
.projects-sliders-box .slick-general {
  margin-top: -10px;
}
.projects-sliders-box .sti-2 {
  padding-right: 81px;
}
.projects-sliders-box .sti-3 {
  padding-right: 210px;
}
.projects-sliders-box .sti-4 {
  padding-right: 30px;
}
.projects-sliders-box .sti-5 {
  padding-right: 38px;
}

.projects-bar-top-box {
  background: #0D3745;
  padding: 89px 0 109px;
  color: #fff;
}
.projects-bar-top-box .price-line {
  display: flex;
  align-items: center;
  margin: 42px 0 69px;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #CED3D5;
}
.projects-bar-top-box .price-line .abstract {
  margin-right: 40px;
}
.projects-bar-top-box .pbt-btns {
  display: flex;
  flex-wrap: wrap;
  padding-top: 14px;
}
.projects-bar-top-box .pbt-btns .btn {
  margin-right: 30px;
}
.projects-bar-top-box .pbt-text {
  line-height: 1.125;
  max-width: 630px;
}

.projects-bar-box {
  padding-top: 82px;
  padding-bottom: 80px;
}
.projects-bar-box .container {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.projects-bar-box .pb-sidebar {
  padding-right: 15px;
  padding-right: 0;
}
.projects-bar-box .pb-sidebar .popup-close-row {
  display: none;
}
.projects-bar-box .filter-bar {
  margin-top: 38px;
  padding: 38px 39px;
  border: 1px solid #EAEEEF;
}
.projects-bar-box .filter-bar .fb-title {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}
.projects-bar-box .filter-bar .filter-slider {
  position: relative;
  display: flex;
  align-items: center;
  height: 4px;
  margin-right: 26px;
  color: #FFC871;
}
.projects-bar-box .filter-bar .filter-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  right: -26px;
  background: #CED3D5;
}
.projects-bar-box .filter-bar .filter-slider .ui-slider-range {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #FFC871;
  transform: translateX(13px);
}
.projects-bar-box .filter-bar .filter-slider .ui-slider-handle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: url("../images/icons/range-dot.svg") no-repeat 50%;
  background-size: contain;
  cursor: grab;
}
.projects-bar-box .filter-bar .filter-slider .ui-slider-handle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/icons/range-dot-green.svg") no-repeat 50%;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.2s;
}
.projects-bar-box .filter-bar .filter-slider .ui-slider-handle.ui-state-hover::before, .projects-bar-box .filter-bar .filter-slider .ui-slider-handle.ui-state-active::before {
  opacity: 1;
}
.projects-bar-box .filter-bar .filter-inputs {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}
.projects-bar-box .filter-bar .filter-inputs input {
  padding: 0 20px;
  width: 140px;
  height: 46px;
  border: 1px solid #DADDDE;
  font-size: 20px;
  font-weight: 700;
  transition: border 0.2s;
  color: inherit;
}
.projects-bar-box .filter-bar .filter-inputs input:last-child {
  text-align: right;
}
.projects-bar-box .filter-bar .filter-inputs input:focus {
  border-color: #6BB259;
}
.projects-bar-box .filter-bar .f-line {
  margin: 40px 0 28px;
  height: 1px;
  width: 100%;
  background: #EBEEEF;
}
.projects-bar-box .filter-bar .filter-list {
  display: flex;
  margin-top: -11px;
}
.projects-bar-box .filter-bar .filter-list.filter-rooms {
  max-width: 340px;
}
.projects-bar-box .filter-bar .filter-list span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  height: 40px;
  width: 100%;
  max-width: 33%;
  line-height: 1;
  cursor: pointer;
  border: 1px solid #DADDDE;
  transition: 0.2s;
}
.projects-bar-box .filter-bar .filter-list span:not(:last-child) {
  margin-right: 10px;
}
.projects-bar-box .filter-bar .filter-list span:hover {
  background: #BEE563;
  border-color: #BEE563;
  color: currentColor;
}
.projects-bar-box .filter-bar .filter-list span.active {
  background: #6BB259;
  border-color: #6BB259;
  color: #fff;
}
.projects-bar-box .filter-bar .form-checkbox input {
  max-width: 24px;
  max-height: 24px;
}
.projects-bar-box .filter-bar .btn-row {
  display: grid;
  grid-template-columns: 175fr 205fr;
  gap: 10px;
  margin-top: 32px;
}
.projects-bar-box .pb-list {
  display: grid;
  grid-column: 2/4;
  grid-template-columns: 1fr 1fr;
  gap: 28px 30px;
}
.projects-bar-box .pb-list .pb-mobile-row {
  display: none;
  justify-content: space-between;
}
.projects-bar-box .pb-list .form-select {
  max-width: 300px;
}
.projects-bar-box .pb-list .form-select-filter {
  flex-shrink: 0;
  width: 7em;
  margin-left: 10px;
}
.projects-bar-box .pb-list .form-select-filter::after {
  display: none;
}
.projects-bar-box .pb-list .col-filter-value span {
  margin-right: 6px;
}
.projects-bar-box .pb-list .pb-top-row {
  grid-column: 1/-1;
}
.projects-bar-box .pb-list .pb-list-top {
  padding: 2px 0 16px;
}
.projects-bar-box .pb-list .pb-list-top > * {
  font-weight: 700;
  transition: 0.2s;
  cursor: pointer;
}
.projects-bar-box .pb-list .pb-list-top > *:hover, .projects-bar-box .pb-list .pb-list-top > *.active {
  color: #6BB259;
}
.projects-bar-box .pb-list .more-row {
  grid-column: 1/-1;
  padding: 10px 0 1px;
}
.projects-bar-box .pb-bottom-mobile {
  display: none;
}

.project-info-box {
  max-width: var(--body-width);
}
.project-info-box .info-top {
  position: relative;
  color: #fff;
}
.project-info-box .info-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--side-size) * -1);
  width: var(--body-width);
  bottom: 0;
  background: #0D3745;
  z-index: 1;
}
.project-info-box .info-top > * {
  position: relative;
  z-index: 3;
}
.project-info-box .info-top .left-side {
  display: grid;
  grid-template-columns: 1fr 45px;
  gap: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
}
.project-info-box .info-top .left-side .right-line {
  position: relative;
  display: flex;
  align-items: center;
}
.project-info-box .info-top .it-wrap {
  padding-bottom: 15px;
}
.project-info-box .info-top .info-row {
  display: flex;
  align-items: center;
  margin: 39px 0 52px;
}
.project-info-box .info-top .info-row .hit {
  position: static;
  margin-right: 38px;
}
.project-info-box .info-top .info-row .ir-stars {
  margin-right: 16px;
}
.project-info-box .info-top .info-row .ir-link {
  display: flex;
  align-items: center;
  line-height: 1;
}
.project-info-box .info-top .info-row .ir-quest {
  margin-left: 40px;
}
.project-info-box .info-top .info-row .ir-quest img {
  margin-right: 14px;
}
.project-info-box .info-top .price-row {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.project-info-box .info-top .price-row .old-price-str {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40px;
  font-size: 26px;
  color: #869BA2;
}
.project-info-box .info-top .price-row .old-price-str::before {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 1px;
  background: currentColor;
  transform: rotate(-3.5deg);
}
.project-info-box .info-top .btns-row {
  display: flex;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 38px;
}
.project-info-box .info-top .btns-row .btn {
  margin-right: 40px;
  max-width: 290px;
  width: 100%;
}
.project-info-box .info-top .btns-row .btn-icons {
  display: flex;
  align-items: center;
}
.project-info-box .info-top .btns-row .btn-icons .b-icon {
  margin-right: 30px;
}
.project-info-box .info-middle {
  padding: 81px 0 79px;
}
.project-info-box .info-middle .h3 {
  margin-bottom: 38px;
  white-space: pre-line;
}
.project-info-box .info-middle .some-square-information {
  display: flex;
  margin-bottom: 85px;
  border: 1px solid #EAEEEF;
}
.project-info-box .info-middle .some-square-information .ssi-item {
  padding: 40px 40px;
  width: 100%;
}
.project-info-box .info-middle .some-square-information .ssi-item .ss-title {
  font-weight: 700;
  font-size: 18px;
  margin: 13px 0 19px;
}
.project-info-box .info-middle .some-square-information .ssi-item p {
  margin-bottom: 20px;
  white-space: pre-line;
}
.project-info-box .info-middle .some-square-information .ss-line {
  margin: 20px 0;
  width: 1px;
  background: #D7DDDF;
  opacity: 0.5;
}
.project-info-box .info-middle .btns-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
.project-info-box .info-middle .btns-list .btn {
  margin-top: 10px;
  margin-right: 10px;
}
.project-info-box .info-middle .btns-list .btn:not(:hover) {
  border-color: #DADDDE;
}
.feature-list {
  display: grid;
  gap: 22px;
  margin-bottom: 82px;
}
.feature-list .feature-row {
  display: grid;
  align-items: start;
  grid-template-columns: auto 1fr auto;
  gap: 15px;
  line-height: 1.375;
}
.feature-list .feature-row::after {
  content: "";
  align-self: start;
  margin-top: 15px;
  border-bottom: 1px dotted currentColor;
  opacity: 0.3;
  min-width: 2px;
}
.feature-list .feature-row > span {
  white-space: pre-line;
}
.feature-list .feature-row > span:first-child {
  opacity: 0.5;
}
.feature-list .feature-row > span:last-child {
  order: 3;
  text-align: right;
}

.project-info-box .right-slider {
  position: sticky;
  top: 0;
  display: flex;
  margin-left: -2px;
  width: 100%;
  height: 0;
  transition: height 0.3s, opacity 0.3s 2s;
  z-index: 5;
}
.project-info-box .right-slider .slick-list {
  width: 100%;
}
.project-info-box .right-slider .slick-track {
  display: flex;
  align-items: stretch;
  height: 100%;
  min-height: 1px;
}
.project-info-box .right-slider .slick-slide {
  position: relative;
  display: flex;
  height: 100%;
  min-height: 20px;
}
.project-info-box .right-slider:not(:hover) .slick-arrow {
  opacity: 0;
}
.project-info-box .right-slider .slick-arrow {
  align-self: center;
}
.project-info-box .right-slider .slick-arrow.slick-prev {
  left: 0;
}
.project-info-box .right-slider .slick-arrow.slick-next {
  right: 0;
}
.project-info-box .center-slider {
  display: none;
  align-items: center;
  transition: opacity 0.3s;
  max-width: 100%;
  width: 100%;
  margin-bottom: 30px;
}
.project-info-box .center-slider:not(.slick-initialized) {
  opacity: 0;
}
.project-info-box .center-slider .slick-list {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.project-info-box .center-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.project-info-box .center-slider .slick-slide {
  height: auto;
}
.project-info-box .center-slider .single-slide {
  position: relative;
  display: block;
  max-width: 100%;
}
.project-info-box .center-slider .single-slide img {
  width: 100%;
  max-width: 100%;
}
.project-info-box .center-slider .hit {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
}
.project-info-box .center-slider .slick-arrow {
  align-self: center;
  visibility: visible;
}
.project-info-box .center-slider .slick-arrow.slick-prev {
  left: 0;
}
.project-info-box .center-slider .slick-arrow.slick-next {
  right: 0;
}

.gallery-box {
  padding: 130px 0 130px;
  background: #0D3745;
  color: #fff;
}
.gallery-box .slick-tabs {
  margin: auto;
  padding-top: 2px;
  padding-right: 24px;
}
.gallery-box .slick-some-sliders {
  padding-top: 22px;
}
.gallery-box .gallery-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 550px;
  max-height: 550px;
  overflow: hidden;
}
.gallery-box .plan-item {
  padding: 40px;
  background: #fff;
}

.equipment-box {
  padding: 75px 0 0;
  background: #fff;
  z-index: 2;
}
.equipment-box .top-row {
  display: flex;
  align-items: center;
}
.equipment-box .top-row .t-buttons {
  margin-left: 75px;
  margin-right: auto;
}
.equipment-box .equipment-table {
  display: grid;
  gap: 40px;
  margin-top: 32px;
  border: 1px solid #EAEEEF;
}
.equipment-box .equipment-table .et-row {
  display: grid;
  grid-template-columns: 10px 304fr 328fr 328fr 328fr 21px;
  gap: 30px;
}
.equipment-box .equipment-table .et-row::before, .equipment-box .equipment-table .et-row::after {
  content: "";
}
.equipment-box .equipment-table .et-row::after {
  order: 20;
}
.equipment-box .equipment-table .et-row .et-col:first-child {
  opacity: 0.5;
}
.equipment-box .equipment-table .et-row:not(.et-top):not(.et-bottom) .et-col {
  white-space: pre-line;
  line-height: 1.375;
}
.equipment-box .equipment-table .et-top {
  padding: 37px 0;
  align-items: end;
  background: #F5F9FA;
}
.equipment-box .equipment-table .et-top .et-col-price {
  position: relative;
}
.equipment-box .equipment-table .et-top .et-col-price::before {
  content: "";
  position: absolute;
  top: -17px;
  left: -31px;
  bottom: -17px;
  width: 1px;
  background: #E6EBED;
}
.equipment-box .equipment-table .et-top .e-price-square {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  border: 5px solid #FFC871;
}
.equipment-box .equipment-table .et-top .e-price-square::before, .equipment-box .equipment-table .et-top .e-price-square::after {
  content: "";
  position: absolute;
  border: inherit;
  display: none;
}
.equipment-box .equipment-table .et-top .e-price-square::before {
  width: 42px;
  height: 42px;
}
.equipment-box .equipment-table .et-top .e-price-square::after {
  width: 24px;
  height: 24px;
}
.equipment-box .equipment-table .et-top .e-price-square.eps-2::before, .equipment-box .equipment-table .et-top .e-price-square.eps-3::before {
  display: block;
}
.equipment-box .equipment-table .et-top .e-price-square.eps-3::after {
  display: block;
}
.equipment-box .equipment-table .et-top .e-price {
  font-size: 20px;
  font-weight: 700;
}
.equipment-box .equipment-table .et-bottom {
  position: relative;
  margin-top: 2px;
  padding: 40px 0;
}
.equipment-box .equipment-table .et-bottom .etb-line {
  content: "";
  position: absolute;
  top: -1px;
  left: 20px;
  right: 20px;
  border-top: 1px solid #EAEEEF;
}
.equipment-box .equipment-table .et-arrows {
  display: none;
}
.equipment-box .equipment-table .et-arrows .et-arrow {
  position: relative;
  width: 100%;
  height: 40px;
  background: #BEE563;
  font-size: 0;
  transition: 0.2s;
  cursor: pointer;
  z-index: 10;
}
.equipment-box .equipment-table .et-arrows .et-arrow:hover {
  background: #6BB259;
}
.equipment-box .equipment-table .et-arrows .et-arrow:hover::before {
  filter: invert(100%);
}
.equipment-box .equipment-table .et-arrows .et-arrow.et-arrow-right {
  margin-left: 1px;
  transform: scaleX(-1);
}
.equipment-box .equipment-table .et-arrows .et-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.68829 7.00296L7.78256 1.76537C7.92283 1.6215 8 1.42914 8 1.22403C8 1.01881 7.92283 0.826569 7.78256 0.682472L7.33617 0.223772C7.19613 0.0794472 7.00891 0 6.80941 0C6.60991 0 6.42292 0.0794472 6.28276 0.223772L0.217218 6.45958C0.0765045 6.60413 -0.00055059 6.79728 2.9661e-06 7.00262C-0.00055059 7.20886 0.0763937 7.40179 0.217218 7.54646L6.27711 13.7762C6.41727 13.9206 6.60426 14 6.80388 14C7.00338 14 7.19037 13.9206 7.33064 13.7762L7.77692 13.3175C8.06731 13.019 8.06731 12.533 7.77692 12.2345L2.68829 7.00296Z' fill='black'/%3E%3C/svg%3E");
  transition: filter 0.2s;
}

.extra-box {
  padding-bottom: 80px;
  background: #fff;
}
.extra-box .ex-title {
  margin-top: 81px;
  margin-bottom: 38px;
}
.extra-box .ex-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.extra-box .ex-foundation .ex-image {
  height: 176px;
}
.extra-box .ex-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #EAEEEF;
}
.extra-box .ex-item .ex-top {
  display: grid;
  height: 100%;
  gap: 40px;
  grid-template-columns: 160px auto;
  margin-right: 20px;
  border-bottom: 1px solid #EAEEEF;
}
.extra-box .ex-item .ex-image {
  position: relative;
  min-height: 138px;
  margin: -1px;
  overflow: hidden;
}
.extra-box .ex-item .ex-n-name-mobile {
  display: none;
  align-items: center;
  margin-right: 20px;
  padding: 18px 0;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  border-bottom: 1px solid #EAEEEF;
}
.extra-box .ex-item .ex-name {
  padding-top: 36px;
  padding-bottom: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.extra-box .ex-item .ex-name .ex-n-top {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3888888889;
  white-space: pre-line;
}
.extra-box .ex-item .ex-name .ex-n-bottom {
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.3571428571;
  opacity: 0.5;
}
.extra-box .ex-item .ex-bottom {
  display: flex;
  align-items: center;
  padding: 24px 40px 24px;
  min-height: 80px;
}
.extra-box .ex-item .ex-bottom .hit {
  margin: -25px 0;
  margin-right: 20px;
}
.extra-box .ex-item .ex-bottom .ex-info {
  display: flex;
  align-items: center;
  margin-right: auto;
  padding-right: 20px;
}
.extra-box .ex-item .ex-bottom b {
  margin-right: 6px;
  font-size: 20px;
}
.extra-box .ex-item .ex-bottom .ex-b-row {
  display: flex;
  align-items: center;
  margin: -20px 0;
  width: 100%;
  max-width: 640px;
}
.extra-box .ex-item .ex-bottom .ex-b-row .ex-b-col {
  padding-top: 4px;
  padding-right: 40px;
}
.extra-box .ex-item .ex-bottom .ex-b-row .h-line {
  margin: auto;
  width: 1px;
  height: 40px;
  background: #EBEEEF;
}

.reviews-box {
  padding: 82px 0 80px;
  background: #fff;
}
.reviews-box .rv-title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.reviews-box .rv-title .rv-tabs {
  display: flex;
  align-items: center;
  margin-left: 96px;
}
.reviews-box .rv-title .rv-tabs .rv-tab {
  display: flex;
  align-items: center;
  margin-right: 50px;
  font-weight: 700;
  transition: color 0.2s;
}
.reviews-box .rv-title .rv-tabs .rv-tab:not(.active) {
  display: flex;
}
.reviews-box .rv-title .rv-tabs .rv-tab:hover, .reviews-box .rv-title .rv-tabs .rv-tab.active {
  color: #6BB259;
}
.reviews-box .rv-title .rv-tabs .rv-tab .int {
  margin-top: -3px;
  margin-left: 13px;
  padding: 3px 4px;
  height: 1.875em;
  min-width: 1.875em;
  background: #6BB259;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 20px;
}
.reviews-box .rev-item-wrap:not(:last-child) {
  margin-bottom: 30px;
}
.reviews-box .rev-item {
  position: relative;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #EAEEEF;
  z-index: 3;
}
.reviews-box .rev-item .ri-top {
  display: flex;
  padding: 36px 19px;
}
.reviews-box .rev-item .ri-top .ri-ava {
  position: relative;
  margin-right: 20px;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews-box .rev-item .ri-top .ri-right {
  width: 100%;
}
.reviews-box .rev-item .ri-top .ri-name-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-top: 5px;
  line-height: 1;
}
.reviews-box .rev-item .ri-top .ri-name-row .ri-name {
  margin-right: auto;
  font-size: 18px;
  font-weight: 700;
}
.reviews-box .rev-item .ri-top .ri-name-row .stars {
  margin-left: auto;
  margin-right: 30px;
  gap: 7px;
}
.reviews-box .rev-item .ri-top .ri-name-row .stars > * {
  width: 17px;
}
.reviews-box .rev-item .ri-top .ri-name-row .ri-date {
  padding-top: 4px;
  opacity: 0.5;
}
.reviews-box .rev-item .ri-top .rnr-info-row {
  margin-top: -3px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.reviews-box .rev-item .ri-top .ri-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 28px;
  margin-bottom: 4px;
  max-width: 660px;
}
.reviews-box .rev-item .ri-top .ri-images-2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 3px;
}
.reviews-box .rev-item .ri-top .ri-images-2 > * {
  max-width: 208px;
  margin-right: 20px;
}
.reviews-box .rev-item .ri-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #EAEEEF;
  padding: 19px 19px 22px;
}
.reviews-box .rev-item .ri-bottom .ri-left {
  display: flex;
  align-items: center;
}
.reviews-box .rev-item .ri-bottom .ri-left .ri-q-btn {
  padding: 4px 13px;
  cursor: pointer;
  background: #eee;
  transition: filter 0.2s;
  text-align: center;
}
.reviews-box .rev-item .ri-bottom .ri-left .ri-q-btn:hover {
  filter: saturate(200%);
}
.reviews-box .rev-item .ri-bottom .ri-left .riq-yes {
  margin-left: 20px;
  margin-right: 10px;
  background: #EFF9ED;
}
.reviews-box .rev-item .ri-bottom .ri-left .riq-no {
  background: #F7EEEE;
}
.reviews-box .rev-answer {
  margin-top: 20px;
  margin-left: 40px;
  padding-bottom: 4px;
  background: #F5F9FA;
  border-color: #F5F9FA;
  z-index: 0;
}
.reviews-box .rev-answer::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -20px;
  width: 20px;
  height: 172px;
  border-left: 1px solid #EAEEEF;
  border-bottom: 1px solid #EAEEEF;
}
.reviews-box .dark-element {
  padding: 40px;
  background: #0D3745;
  color: #fff;
}
.reviews-box .dark-element .stars-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  max-width: 254px;
}
.reviews-box .dark-element .stars-row .stars {
  gap: 11px;
}
.reviews-box .dark-element .stars-row .stars > * {
  width: 25px;
}
.reviews-box .dark-element .counts-grid {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr 32px;
  gap: 18px 5px;
  margin: 30px 0 38px;
}
.reviews-box .dark-element .counts-grid .cr-name {
  padding-right: 15px;
}
.reviews-box .dark-element .counts-grid .cr-count {
  text-align: right;
}
.reviews-box .dark-element .counts-grid .cr-line {
  position: relative;
  height: 4px;
  border-radius: 4px;
  background: #FFF;
  overflow: hidden;
}
.reviews-box .dark-element .counts-grid .cr-line .active-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #FFC871;
  border-radius: 0 4px 4px 0;
}
.reviews-box .dark-element .btn {
  width: 100%;
}
.reviews-box .dark-element .q-dark {
  margin-bottom: 30px;
  text-align: center;
  font-size: 15px;
}
.reviews-box .dark-element .q-dark .just-text {
  margin-top: 20px;
}

.bottom-nav-box {
  padding-top: 48px;
  padding-bottom: 30px;
}
.bottom-nav-box .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.bottom-nav-box .bona-item {
  position: relative;
  padding-bottom: 57.222%;
  background: #000;
  color: #fff;
  overflow: hidden;
}
.bottom-nav-box .bona-item:hover .image-bg {
  transform: scale(1.03);
  opacity: 0.4;
}
.bottom-nav-box .bona-item .image-bg {
  opacity: 0.6;
  transition: opacity 0.2s, transform 0.2s;
}
.bottom-nav-box .bona-item .bi-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bottom-nav-box .bona-item .bi-content .top-text {
  font-size: 14px;
  opacity: 0.8;
}
.bottom-nav-box .bona-item .bi-content .top-text-right {
  text-align: right;
}
.bottom-nav-box .bona-item .bi-content .bottom-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-nav-box .bona-item .bi-content .bottom-text .h4 {
  max-width: 330px;
  margin-right: 20px;
  line-height: 1.3888888889;
}
.bottom-nav-box .bona-item .bi-content .bottom-text .bo-price {
  font-size: 20px;
  font-weight: 700;
}

.works-top-box {
  background: #0D3745;
  padding: 120px 0 117px;
  color: #fff;
}
.works-top-box .row {
  display: flex;
  flex-wrap: wrap;
}
.works-top-box .just-text {
  display: grid;
  gap: 11px;
  margin-top: 58px;
}
.works-top-box .abstract {
  margin-top: 11px;
  margin-bottom: 77px;
}

.works-list-box {
  padding-top: 80px;
  padding-bottom: 81px;
}
.works-list-box .btns-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.works-list-box .btns-top .left-btns {
  display: flex;
}
.works-list-box .btns-top .left-btns .btn {
  margin-right: 10px;
}
.works-list-box .btns-top .right-btns {
  display: flex;
}
.works-list-box .btns-top .right-btns .btn {
  padding: 0 12px;
  margin-left: 10px;
  margin-right: 0;
}
.works-list-box .works-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.works-list-box .works-grid .more-row {
  grid-column: 1/-1;
  padding: 11px 30px 0 0;
}
.works-list-box.left-tabs-init .work-item:not(.active) {
  display: none;
}
.works-list-box .wmap {
  position: relative;
  height: 600px;
  background: #eee;
}
.works-list-box .wmap #map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.works-cards {
  margin-bottom: -83px;
}

.work-info-box .h1 {
  margin-bottom: 30px;
}
.work-info-box .top-bread-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-right: -84px;
  z-index: 5;
}
.work-info-box .top-bread-wrap .a-icon {
  margin-left: 20px;
}
.work-info-box .info-top::before {
  display: none;
}
.work-info-box .info-top .left-side {
  position: sticky;
  align-self: flex-start;
  top: 30px;
  gap: 54px;
}
.work-info-box .info-top .left-side::before {
  content: "";
  position: absolute;
  top: 0;
  margin-left: 15px;
  left: calc(var(--side-size) * -1);
  width: var(--body-width);
  bottom: 0;
  background: #0D3745;
}
.work-info-box .info-top .left-side > * {
  position: relative;
}
.work-info-box .info-top .it-wrap {
  position: sticky;
  top: 0;
  padding-bottom: 0;
}
.work-info-box .right-line {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 8px;
}
.work-info-box .right-line .v-abstract {
  margin-top: 109px;
}
.work-info-box .feature-wrap {
  margin-top: 28px;
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.work-info-box .feature-list {
  margin: 0;
}
.work-info-box .feature-list .feature-row::after {
  min-width: 29px;
}
.work-info-box .dotted-link {
  background: repeat-x 0% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='2' viewBox='0 0 1920 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M1 1H1920' stroke='white' stroke-width='1' stroke-linecap='round' stroke-dasharray='0 2'/%3E%3C/svg%3E%0A");
  background-clip: content-box;
}
.work-info-box .dotted-link::before {
  display: none;
}
.work-info-box .right-slider {
  display: none;
}
.work-info-box .right-side {
  display: flex;
  min-width: calc(var(--body-width) / 2 + 15px);
  margin-right: calc(var(--side-size) * -1);
}
.work-info-box .images-list {
  display: grid;
  gap: 10px;
  margin-right: calc(var(--side-size) * -1);
  right: 0;
}
.work-info-box .images-list .r-image {
  position: relative;
  display: block;
}
.work-info-box .images-list .r-image img {
  position: static;
  display: block;
}

.description-box {
  padding-top: 82px;
  line-height: 1.75;
  counter-reset: myCounter;
}
.description-box .h3 {
  margin-bottom: 38px;
}
.description-box .just-text {
  max-width: 440px;
}
.description-box .just-text p {
  line-height: 1.75;
}
.description-box .just-text p:not(:last-child) {
  margin-bottom: 1.76em;
}
.description-box .custom-list {
  max-width: 440px;
}
.description-box ol.custom-list {
  counter-reset: inherit;
}
.description-box ol.custom-list li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
}

.reviews-work-box {
  padding-top: 44px;
}
.reviews-work-box .h3 {
  margin-bottom: 38px;
}
.reviews-work-box .rev-item {
  max-width: 1440px;
}

.gallery-work-box .slick-tabs {
  padding: 1px 0 0 66px;
}
.gallery-work-box .slick-general .slick-list {
  overflow: visible;
}

.work-banner-box {
  padding-bottom: 0;
  margin-bottom: -2px;
  z-index: 3;
}
.work-banner-box .just-text {
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 1.125;
}
.work-banner-box .btn {
  margin-top: 28px;
  max-width: none;
  width: auto;
}
.work-banner-box .cb-arrow img {
  margin-top: -16px;
}

.ow-work-box {
  padding-top: 83px;
}
.ow-work-box .slick-title {
  align-items: flex-end;
}
.ow-work-box .slick-title a {
  padding-bottom: 6px;
}

.about-top-box {
  color: #fff;
  background: #0D3745;
}
.about-top-box .row {
  display: flex;
  flex-wrap: wrap;
}
.about-top-box .h1 {
  padding-top: 90px;
  max-width: 470px;
}
.about-top-box .subtitle {
  margin: 30px 0 50px;
  font-size: 20px;
}
.about-top-box .at-quote {
  position: relative;
  margin-right: -15px;
  padding-top: 6px;
  padding-left: 60px;
  padding-bottom: 93px;
}
.about-top-box .at-quote::before {
  content: url(../images/icons/quote.svg);
  position: absolute;
  top: -3px;
  left: -1px;
}
.about-top-box .at-quote::after {
  position: absolute;
  content: "";
  top: 46px;
  left: 14px;
  height: 250px;
  width: 2px;
  background: no-repeat 0%;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='2' height='250' viewBox='0 0 2 250' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M1 1V251' stroke='url(%23paint0_linear_0_1559)' stroke-linecap='round' stroke-dasharray='0 3'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_0_1559' x1='0.5' y1='1' x2='0.5' y2='251' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0.01'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.about-top-box .at-quote p {
  line-height: 1.125;
}
.about-top-box .at-quote p:not(last-child) {
  margin-bottom: 1.14em;
}
.about-top-box .at-quote .sign {
  display: flex;
  align-items: center;
  margin-top: 33px;
}
.about-top-box .at-quote .sign span {
  opacity: 0.5;
  margin-right: 25px;
}
.about-top-box .right-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.about-top-box .right-content .v-abstract {
  position: absolute;
  right: 0;
}
.about-top-box .right-content .big-logo {
  position: absolute;
  margin-left: -253px;
}
.about-top-box .right-content .about-man {
  position: absolute;
  bottom: 0;
  margin-right: -84px;
}

.manufacture-box {
  padding-top: 73px;
  padding-bottom: 80px;
}
.manufacture-box .slick-title {
  justify-content: flex-start;
}
.manufacture-box .slick-title .h3 {
  padding-top: 4px;
}
.manufacture-box .slick-general {
  margin-top: -5px;
}
.manufacture-box .manuf-item {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 57.2222%;
  background: #000;
  color: #fff;
  overflow: hidden;
}
.manufacture-box .manuf-item:hover .manuf-description {
  max-height: 300px;
  padding-top: 21px;
  opacity: 1;
}
.manufacture-box .manuf-item img {
  opacity: 0.6;
  transition: transform 0.3s;
}
.manufacture-box .manuf-coontent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 51px 50px;
}
.manufacture-box .manuf-coontent .h4 {
  margin-top: auto;
}
.manufacture-box .manuf-coontent .manuf-description {
  max-width: 560px;
  max-height: 0;
  transition: 0.5s;
  opacity: 0;
  line-height: 1.375;
  overflow: hidden;
}

.fourteen-big-box .content {
  padding: 130px 125px;
  background: #0D3745;
  color: #fff;
  line-height: 1.375;
}
.fourteen-big-box .top-row {
  display: grid;
  grid-template-columns: auto 1px 350px;
  gap: 70px;
  max-width: 1140px;
  width: 100%;
}
.fourteen-big-box .top-row .pillars-side {
  margin-top: 41px;
  justify-content: flex-start;
}
.fourteen-big-box .top-row .pillars-side .pillars-col {
  margin-left: 0;
  margin-right: 47px;
}
.fourteen-big-box .top-row .pillars-side .pillars-col .p-int {
  margin-bottom: 21px;
}
.fourteen-big-box .top-row .v-line {
  background: #355864;
}
.fourteen-big-box .top-row .right-side {
  margin-top: 30px;
}
.fourteen-big-box .top-row .right-side .h3 {
  margin-top: 32px;
  margin-bottom: 28px;
}
.fourteen-big-box .top-row .right-side .btn {
  margin-top: 50px;
}
.fourteen-big-box .h-abstract {
  position: relative;
  margin: 81px 0 80px;
  width: 100%;
  height: 36px;
  background: url(../images/icons/abstract-big-fourteen.svg) no-repeat 0% 50%;
  background-size: auto 100%;
  opacity: 0.1;
}
.fourteen-big-box .bottom-row {
  display: grid;
  max-width: 1220px;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.about-history-box {
  padding: 82px 0 41px;
}
.about-history-box .h3 {
  margin-bottom: 52px;
}
.about-history-box .year-item {
  position: relative;
  line-height: 1.75;
}
.about-history-box .year-item:first-child .year-int::after {
  display: block;
  right: 100%;
  margin-right: 16px;
  max-width: 194px;
}
.about-history-box .year-item:last-child .year-int::before {
  display: none;
}
.about-history-box .year-item .year-int {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 80px;
  line-height: 1;
  font-weight: 900;
  color: #6BB259;
}
.about-history-box .year-item .year-int::before, .about-history-box .year-item .year-int::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 248px;
  height: 100%;
  background: url(../images/icons/year-line.svg) repeat-x 100% 50.5%;
}
.about-history-box .year-item .year-int::after {
  display: none;
}
.about-history-box .year-item .custom-list {
  max-width: 430px;
}

.about-gost-box {
  padding: 130px 0 127px;
  background: #0D3745;
  color: #fff;
}
.about-gost-box .ag-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.about-gost-box .ag-title .abstract {
  margin-right: 78px;
}
.about-gost-box .ag-item a {
  display: block;
}
.about-gost-box .ag-item .agi-title {
  margin-top: 30px;
  margin-bottom: 13px;
  line-height: 1.3888888889;
}
.about-gost-box .ag-item .agi-info {
  max-width: 330px;
  font-size: 14px;
  opacity: 0.5;
}

.about-why-box {
  padding-top: 81px;
  padding-bottom: 53px;
}
.about-why-box .h3 {
  margin-bottom: 38px;
}
.about-why-box p {
  max-width: 700px;
  line-height: 1.75;
}
.about-why-box p:not(last-child) {
  margin-bottom: 1.75em;
}

.about-also-box .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.about-also-box .also-item {
  position: relative;
  display: block;
  padding-bottom: 50%;
  background: #F5F9FA no-repeat 100%;
  background-size: auto 100%;
  color: inherit;
  transition: background 0.2s;
}
.about-also-box .also-item:hover {
  background-color: #f8f9fa;
  background-size: auto 105%;
}
.about-also-box .also-item .also-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 77px 76px;
}
.about-also-box .also-item .h2 {
  margin-top: 27px;
  color: #0D3745;
  max-width: 9em;
}

.calc-top-box {
  background: #0D3745;
  padding: 120px 0 123px;
  color: #fff;
}
.calc-top-box .just-text {
  margin-top: 27px;
}
.calc-top-box .abstract {
  margin-top: 11px;
}
.calc-top-box .abstract-m {
  display: none;
}

.calc-form-box {
  padding-top: 81px;
}
.calc-form-box .container {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 50px;
}
.calc-form-box .cf-row {
  position: relative;
  display: grid;
  gap: 39px;
  padding-left: 46px;
}
.calc-form-box .cf-title {
  display: flex;
  align-items: center;
}
.calc-form-box .cf-title .cf-int {
  position: absolute;
  left: 0;
  margin-top: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #6BB259;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
}
.calc-form-box .inactive {
  pointer-events: none;
  opacity: 0.5;
}
.calc-form-box .calc-form .form-input {
  margin: 0;
  max-width: 799px;
}
.calc-form-box .calc-form .form-input input {
  max-height: 46px;
}
.calc-form-box .calc-form .form-input input::-moz-placeholder {
  color: rgba(37, 37, 37, 0.5);
}
.calc-form-box .calc-form .form-input input::placeholder {
  color: rgba(37, 37, 37, 0.5);
}
.calc-form .cf-wrap .cf-subtitle {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}
.calc-form .tabs-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 950px;
}
.calc-form .tabs-list > * {
  margin: 0 !important;
}
.calc-form .tabs-list .for-str {
  display: flex;
  align-items: center;
  grid-column: span 2;
  padding-left: 30px;
  min-height: 30px;
}
.calc-form .tabs-list .for-str.active {
  color: #6BB259;
}
.calc-form .tabs-list .the-one-str {
  padding-left: 0;
  padding-top: 9px;
}
.calc-form .cf-buildings > .cf-wrap:not(.active) {
  display: none;
}
.calc-form .form-select {
  max-width: 800px;
}
.calc-form .form-select .pr-value {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  width: 100%;
}
.calc-form .form-select .pr-value::before {
  content: "";
  width: 28px;
  height: 21px;
  background: url(../images/icons/list-house.svg) no-repeat 50%;
  background-size: contain;
}
.calc-form .form-select .sl-name {
  font-weight: 700;
}
.calc-form .form-select .sl-af {
  display: flex;
  align-items: center;
}
.calc-form .form-select .sl-area {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 35px 0 30px;
  height: 30px;
  color: #6BB259;
  font-weight: 700;
  border-left: 1px solid #EBEEEF;
  border-right: 1px solid #EBEEEF;
}
.calc-form .form-select .sl-floors {
  padding-left: 31px;
  width: 227px;
}
.calc-form .cf-checks {
  margin-top: -1px;
  display: grid;
  gap: 24px;
}
.calc-form .cf-checks .form-checkbox span {
  max-width: none;
}
.calc-form .cf-input-subtitle {
  margin-bottom: 5px;
}
.calc-form .v-line {
  margin: 78px 0 80px;
  height: 2px;
  width: 100%;
  background: #EBEEEF;
}

.calc-form-box .calc-result {
  position: sticky;
  margin-top: -1px;
  top: 120px;
  padding: 51px 50px 50px;
  background: #0D3745;
  color: #fff;
}
.calc-form-box .calc-result.inactive {
  display: none;
}
.calc-form-box .calc-result .house-row {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 20px;
  margin: 29px 0 30px;
  padding-bottom: 29px;
  border-bottom: 1px solid #355864;
}
.calc-form-box .calc-result .house-row .h-name {
  margin-top: 1px;
  line-height: 1.375;
}
.calc-form-box .calc-result .house-row .hr-info {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
  max-width: 150px;
}
.calc-form-box .calc-result .feature-list {
  margin-bottom: 29px;
}
.calc-form-box .calc-result .feature-list .toggle {
  display: flex;
  align-items: center;
  position: relative;
}
.calc-form-box .calc-result .feature-list .toggle:not(.filled) .str {
  display: none;
}
.calc-form-box .calc-result .feature-list .toggle:not(.filled)::before {
  content: "Не выбрано";
}
.calc-form-box .calc-result .feature-list .toggle .str {
  display: flex;
  align-items: center;
}
.calc-form-box .calc-result .feature-list .toggle .str::after {
  content: "";
  margin-top: -2px;
  margin-left: 7px;
  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;
}
.calc-form-box .calc-result .feature-list .toggle .str.active::after {
  transform: scale(180deg);
}
.calc-form-box .calc-result .feature-list .feature-row span:last-child:empty::before {
  content: "Не выбрано";
}
.calc-form-box .calc-result .feature-list .feature-sub {
  display: none;
  margin-top: -10px;
  font-size: 12px;
  gap: 5px;
  opacity: 0.7;
}
.calc-form-box .calc-result .feature-list .feature-sub:empty {
  display: none !important;
}
.calc-form-box .calc-result .feature-list .fe-delivery > span:empty::before {
  content: "Не выбрано";
}
.calc-form-box .calc-result .feature-list .fe-delivery > span:empty ~ i {
  display: none;
}
.calc-form-box .calc-result .cr-price {
  font-size: 24px;
  margin-bottom: 17px;
}
.calc-form-box .calc-right-form,
.calc-form-box .calc-right-success {
  display: none;
  line-height: 1.2;
}
.calc-form-box .calc-right-form .just-text,
.calc-form-box .calc-right-success .just-text {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}
.calc-form-box .calc-right-form .form-input,
.calc-form-box .calc-right-success .form-input {
  margin-bottom: 30px;
}
.calc-form-box .calc-right-form .form-input .form-title,
.calc-form-box .calc-right-success .form-input .form-title {
  margin-bottom: 15px;
}
.calc-form-box .calc-right-form .btn,
.calc-form-box .calc-right-success .btn {
  width: 100%;
}
.calc-form-box .calc-right-form .bottom-text,
.calc-form-box .calc-right-success .bottom-text {
  margin-top: 20px;
  font-size: 12px;
}
.calc-form-box .calc-right-success {
  text-align: center;
}

.cards {
  display: flex;
  border: 1px solid #EAEEEF;
  overflow: hidden;
}
.cards .card-item {
  position: relative;
  width: 100%;
  height: 265px;
  transition: width 0.45s;
  overflow: hidden;
}
.cards .card-item:hover {
  width: 220%;
}
.cards .card-item:hover .unhover {
  opacity: 0;
  visibility: hidden;
}
.cards .card-item:hover .hover {
  opacity: 1;
}
.cards .card-item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  background: #EAEEEF;
  right: 0;
  width: 1px;
}
.cards .card-item .unhover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
.cards .card-item .unhover .cu-title {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 700;
}
.cards .card-item .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: calc(var(--content-width) / 2 + 15px);
  padding: 51px 60px;
  background: no-repeat 100% 50%;
  background-size: auto 90.2%;
  opacity: 0;
  transition: opacity 0.3s;
}
.cards .card-item .c-description {
  margin: 8px 0 32px;
  max-width: 310px;
}
.cards .card-item .c-bottom {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.cards .card-item .c-bottom .btn {
  margin-right: 30px;
}
.cards .card-item .c-bottom .cb-info {
  max-width: 140px;
  opacity: 0.5;
}
.cards .card-item .c-bottom .cb-info span {
  display: inline-block;
}
.cards .card-delivery .hover {
  background-position-y: 96%;
  background-size: auto 93.2%;
}
.cards .card-calc .hover,
.cards .card-consultation .hover,
.cards .card-own .hover {
  background-size: auto 100%;
}
.cards .card-calc .c-description,
.cards .card-consultation .c-description,
.cards .card-own .c-description {
  max-width: 360px;
}
.cards .card-calc .c-bottom {
  margin-top: -7px;
}

.project-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 475px;
  width: 100%;
  background: #F5F9FA;
  color: #252525;
}
.project-item:hover .pi-unhover {
  opacity: 0;
}
.project-item:hover .pi-hover {
  opacity: 1;
}
.project-item:hover .pi-title {
  color: #6BB259;
}
.project-item:hover .pi-image img {
  transform: scale(1.02);
}
.project-item:hover .pi-image img:not(:first-child) {
  animation-name: previewOpacity;
  animation-delay: -0.7s;
  animation-duration: 2.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.project-item .pi-image {
  position: relative;
  padding-bottom: 68.09%;
  overflow: hidden;
}
.project-item .pi-image img {
  transition: transform 0.3s, opacity 0.3s;
}
.project-item .pi-image img:not(:first-child) {
  opacity: 0;
}
.project-item .pi-information {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 40px;
}
.project-item .pi-title {
  margin: 0 0 auto;
  padding: 40px 0 35px;
  max-width: 330px;
  color: #0D3745;
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 0.2s;
}
.project-item .pi-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 30px;
  border-top: 1px solid #E6EBED;
}
.project-item .pi-price {
  font-size: 20px;
  font-weight: 700;
}
.project-item .pi-unhover {
  pointer-events: none;
  transition: opacity 0.2s;
}
.project-item .pi-hover {
  position: absolute;
  right: 0;
  display: flex;
  opacity: 0;
  transition: opacity 0.2s;
}
.project-item .pi-hover .p-icon {
  margin-left: 30px;
}
.project-item .pi-bottom-alt {
  display: none;
}

.work-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 720px;
  width: 100%;
  background: #F5F9FA;
  color: #252525;
}
.work-item:hover .wi-title {
  color: #6BB259;
}
.work-item:hover .wi-image img {
  transform: scale(1.02);
}
.work-item:hover .wi-image img:not(:first-child) {
  opacity: 1;
  animation-name: previewOpacity;
  animation-delay: -0.7s;
  animation-duration: 2.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.work-item .wi-image {
  position: relative;
  padding-bottom: 57.222%;
  overflow: hidden;
}
.work-item .wi-image img {
  transition: transform 0.3s, opacity 0.3s;
}
.work-item .wi-image img:not(:first-child) {
  opacity: 0;
}
.work-item .wi-information {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 40px;
}
.work-item .wi-title {
  margin: 0 0 auto;
  padding: 0 0 13px;
  color: #0D3745;
  font-size: 18px;
  line-height: 1.3888888889;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 0.2s;
}
.work-item .wi-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 30px;
  border-top: 1px solid #E6EBED;
}

.hit {
  padding: 9px 15px 5px;
  background: #FFC871;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  color: #252525;
  z-index: 5;
}

.project-item .hit,
.work-item .hit {
  position: absolute;
  top: 20px;
  left: 20px;
}

@keyframes previewOpacity {
  0%, 40% {
    opacity: 0;
  }
  55%, 100% {
    opacity: 1;
  }
}
.popup-boxes > .popup:not(.active) {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.popup-boxes > .popup:not(.active) .content-wrap {
  opacity: 0;
  transform: translateX(100%);
}

.popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: opacity 0.5s;
  background: rgba(37, 37, 37, 0.6);
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 70;
}
.popup .close-popup {
  cursor: pointer;
}
.popup .empty-space {
  position: absolute;
  top: 0;
  left: -100vw;
  right: 0;
  bottom: 0;
}
.popup .close-btn {
  position: absolute;
  top: 48px;
  right: 48px;
}
.popup .close-btn svg {
  transition: transform 0.7s;
}
.popup .close-btn:hover svg {
  transform: rotate(180deg);
}
.popup .content-wrap {
  position: absolute;
  top: 0;
  right: 0;
  padding: 100px 80px;
  min-height: 100vh;
  height: auto;
  max-width: 800px;
  width: 100%;
  background: #0D3745;
  color: #fff;
  transition: opacity 0.4s, transform 0.5s;
}
.popup .popup-mini-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2857142857;
  opacity: 0.5;
}
.popup .popup-title {
  margin-bottom: 54px;
}
.popup .popup-title .sub-title {
  line-height: 112%;
  margin-top: 30px;
}
.popup .popup-title .abstract {
  margin-top: 40px;
  height: 36px;
  width: 100%;
  background: url("../images/icons/abstract-popup.svg") no-repeat 0% 50%;
  background-size: auto 100%;
}
.popup .form {
  display: grid;
  gap: 43px;
}
.popup .form .line {
  margin: 6px 0;
  width: 100%;
  height: 1px;
  background: #D7DDDF;
  opacity: 0.2;
}
.popup .file-row {
  align-items: center;
  padding-top: 3px;
}
.popup .file-row .form-file {
  display: grid;
  gap: 10px;
}
.popup .file-row .form-file .btn {
  margin: 0;
}
.popup .btn-row {
  display: grid;
  grid-template-columns: 192px auto;
  gap: 40px;
}
.popup .btn-row .btn {
  margin: 0;
  padding: 20px;
  width: 100%;
}
.popup p:not(:last-child) {
  margin-bottom: 1em;
}

.popup-white .content-wrap {
  background: #fff;
  color: #252525;
}

.popup-order .popup-title .sub-title {
  max-width: 360px;
}

.popup-success .popup-title {
  margin-bottom: 40px;
}
.popup-success .popup-title .sub-title {
  max-width: none;
}
.popup-success .btn {
  position: relative;
  max-width: 300px;
  width: 100%;
}

.popup-blitz .h3 {
  margin-bottom: 20px;
}
.popup-blitz .just-text:not(:last-child) {
  margin-bottom: 40px;
}

.popup-about-building .content-wrap {
  max-width: 1200px;
}
.popup-about-building .pab-grid-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px 30px;
  margin: 20px 0 70px;
  max-width: 800px;
}
.popup-about-building .pab-grid-list .pab-int {
  font-size: 22px;
  font-weight: 900;
  color: #6BB259;
}
.popup-about-building .pillars-side {
  justify-content: flex-start;
}
.popup-about-building .pillars-side .pillars-col {
  margin-left: 0;
  margin-right: 15px;
  width: 110px;
}
.popup-about-building .pillars-side .pillars-col .p-name {
  font-size: 13px;
}
.popup-about-building .bottom-row {
  display: grid;
  grid-template-columns: min-content auto;
  gap: 40px;
}
.popup-about-building .bottom-row .video-side {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding-bottom: 56.25%;
}
.popup-about-building .bottom-row .video-side iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup-building-stages .just-text {
  margin-top: 10px;
}
.popup-building-stages .just-text:not(:last-child) {
  margin-bottom: 30px;
}

.popup-order-house .content-wrap {
  max-width: 1060px;
}
.popup-order-house .house-name {
  font-size: 24px;
  font-weight: 900;
}
.popup-order-house .calc-form .cf-row {
  display: grid;
  gap: 40px;
}
.popup-order-house .calc-form .form-input {
  margin: 0;
}
.popup-order-house .btn-row {
  max-width: 600px;
  align-items: center;
}

.popup-house-configuration .content-wrap {
  max-width: 1470px;
}
.popup-house-configuration .h-conf-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 440px 1fr;
  gap: 50px;
}
.popup-house-configuration .hc-image {
  position: sticky;
  top: 30px;
}
.popup-house-configuration .hc-image a {
  display: block;
}
.popup-house-configuration .hc-table {
  display: grid;
  align-self: start;
  gap: 20px;
}
.popup-house-configuration .hc-table .hc-row {
  display: grid;
  grid-template-columns: 1fr 150px 150px;
}
.popup-house-configuration .hc-table .hc-head {
  position: sticky;
  top: 0;
  padding: 10px 0;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  z-index: 5;
}
.popup-house-configuration .hc-table .hc-val {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-house-configuration .hc-table .hc-val .yes,
.popup-house-configuration .hc-table .hc-val .no {
  display: block;
  width: 35px;
  height: 35px;
  background: no-repeat 50%;
  background-size: contain;
}
.popup-house-configuration .hc-table .hc-val .yes {
  background-image: url(../images/icons/check-green.svg);
}
.popup-house-configuration .hc-table .hc-val .no {
  background-image: url(../images/icons/close-black.svg);
  opacity: 0.7;
}
.popup-house-configuration .hc-table .hc-first {
  display: flex;
}
.popup-house-configuration .hc-table .hc-first .hc-int {
  width: 25px;
  margin-right: 10px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 900;
  text-align: right;
  opacity: 0.5;
}
.popup-house-configuration .hc-table .hc-first .hcf-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}

.popup-review .form-stars .fs-grid {
  display: grid;
  gap: 10px;
  max-width: 400px;
}
.popup-review .form-stars .fs-grid .fs-row {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.popup-review .form-stars .fs-grid .stars span {
  display: block;
  cursor: pointer;
}
.popup-review .form-stars .fs-grid .stars span:hover ~ span svg, .popup-review .form-stars .fs-grid .stars span.active ~ span svg {
  fill: #E5E8E9;
}
.popup-review .form-stars .fs-grid .stars:hover svg, .popup-review .form-stars .fs-grid .stars.checked svg {
  fill: #ffc871;
}

.popup-work .btn {
  margin-top: 69px;
  width: auto;
}

.popup-close-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  flex-shrink: 0;
  background: #fff;
  cursor: pointer;
}
.popup-close-row:hover .close-icon svg {
  transform: rotate(180deg);
}
.popup-close-row .close-icon {
  width: 36px;
}
.popup-close-row .close-icon svg {
  transition: transform 0.7s;
}

.popup-mobile {
  background: #0D3745;
}
.popup-mobile .close-icon {
  width: 36px;
}
.popup-mobile .mobile-content-wrap .container {
  padding-top: 5px;
  padding-bottom: 30px;
  max-width: 440px;
  color: #fff;
}

.popup-mobile-menu .m-search-form {
  position: relative;
  display: flex;
  align-items: center;
}
.popup-mobile-menu .m-search-form .search-icon {
  position: absolute;
  margin-bottom: 2px;
  right: 0;
  cursor: pointer;
}
.popup-mobile-menu .m-search-form .search-icon svg {
  fill: #869BA2;
}
.popup-mobile-menu .m-search-form .search-icon:hover svg {
  fill: #6BB259;
}
.popup-mobile-menu .m-search-form .s-input {
  padding-right: 15px;
  width: 100%;
  height: 46px;
  font-size: 14px;
  border-bottom: 1px solid #869BA2;
  transition: 0.3s;
  color: inherit;
  line-height: 1;
}
.popup-mobile-menu .m-search-form .s-input:focus {
  border-color: #6BB259;
}
.popup-mobile-menu .m-search-form .s-input::-moz-placeholder {
  color: #869BA2;
}
.popup-mobile-menu .m-search-form .s-input::placeholder {
  color: #869BA2;
}
.popup-mobile-menu .m-menu {
  display: grid;
  margin-top: 29px;
  font-size: 14px;
  gap: 14px;
}
.popup-mobile-menu .m-menu .m-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 900;
  text-transform: uppercase;
}
.popup-mobile-menu .m-menu .m-menu-item.active {
  color: #BEE563;
}
.popup-mobile-menu .m-menu .m-menu-item.active::after {
  transform: rotate(180deg);
}
.popup-mobile-menu .m-menu .m-menu-item.m-drop::after {
  content: "";
  margin-left: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: currentColor transparent transparent transparent;
  transition: transform 0.2s;
}
.popup-mobile-menu .m-menu .m-submenu {
  display: grid;
  display: none;
  gap: 11px;
  margin-top: -1px;
  margin-bottom: 3px;
  padding-left: 10px;
  font-weight: 700;
}
.popup-mobile-menu .m-menu .m-submenu .m-submenu-item {
  display: flex;
  justify-content: space-between;
}
.popup-mobile-menu .m-menu .m-submenu .m-submenu-item .m-int {
  font-weight: 400;
  opacity: 0.5;
}
.popup-mobile-menu .m-menu-icons {
  margin-top: 30px;
  color: #869BA2;
}
.popup-mobile-menu .m-menu-icons .m-menu-item {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 13px;
}
.popup-mobile-menu .m-menu-icons .m-menu-item svg {
  fill: currentColor;
}

.popup-mobile-contacts {
  font-size: 14px;
}
.popup-mobile-contacts .top-time {
  margin-bottom: 32px;
  padding: 18px 0 16px;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #355864;
}
.popup-mobile-contacts .pmc-row {
  margin-bottom: 19px;
}
.popup-mobile-contacts .f-title {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.popup-mobile-contacts .f-title .circle-dot {
  margin-top: -2px;
  margin-left: 1px;
  margin-right: 8px;
  width: 14px;
  height: 14px;
}
.popup-mobile-contacts .just-text {
  white-space: pre-line;
  line-height: 1.3571428571;
}
.popup-mobile-contacts .phone-line {
  display: inline-flex;
  align-items: center;
  margin-top: 9px;
  font-size: 18px;
  font-weight: 700;
}
.popup-mobile-contacts .phone-line .icon {
  margin-right: 8px;
  margin-top: -2px;
  width: 12px;
}
.popup-mobile-contacts .f-socials {
  align-self: flex-end;
}
.popup-mobile-contacts .f-socials .social-col {
  display: flex;
  margin-top: -2px;
}
.popup-mobile-contacts .f-socials .social-col .a-icon {
  margin-left: 0;
  margin-right: 15px;
}
.popup-mobile-contacts .f-socials .link-mail {
  display: inline-block;
  margin-top: 9px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 1920px) {
  .home-box .back-image::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
    width: 30px;
    background: linear-gradient(to right, rgba(13, 55, 69, 0), #0D3745 90%);
  }
}
@media (min-width: 1530px) {
  :root {
    --content-width: 1500px;
  }
  .container {
    max-width: 1500px;
  }
}
@media (max-width: 1529.98px) {
  :root {
    --content-width: 1260px;
  }
  .header-box .menu-col .m-item {
    margin-right: 30px;
  }
  .header-box .submenu-row {
    padding: 20px 25px;
  }
  .header-box .submenu-item {
    margin: 5px;
    padding: 25px 20px;
    height: 133px;
  }
  .header-box .submenu-item .m-line {
    width: 50px;
    margin: 12px 0;
  }
  .bread-links {
    font-size: 14px;
  }
  .bread-links .slash {
    margin: 0 15px;
  }
  .home-box .back-image {
    max-width: 940px;
  }
  .home-box .h1 {
    margin: 0;
  }
  .home-box .bottom-row {
    display: block;
  }
  .home-box .image-line {
    margin: 40px 0;
  }
  .home-box .just-text {
    margin: 0;
  }
  .houses-box .ho-item .h-line {
    margin: 30px 0 30px;
  }
  .houses-box .ho-item {
    padding: 50px 40px;
  }
  .cards .card-delivery .hover {
    background-position-x: 110%;
  }
  .cards .card-item {
    height: 250px;
  }
  .cards .card-item .hover {
    padding: 45px 40px;
  }
  .cards .card-item .c-description {
    margin: 5px 0 20px;
  }
  .cards .card-item .c-bottom .btn {
    margin-right: 20px;
  }
  .how-we-work-box .hww-col {
    padding: 30px;
  }
  .project-item .pi-information {
    padding: 0 30px;
  }
  .project-item .pi-title {
    padding: 30px 0 25px;
  }
  .quiz-box .h2 {
    max-width: 700px;
  }
  .quiz-box .step-item .qo-name {
    text-align: center;
  }
  .quiz-box .step-item .qo-name span {
    padding-bottom: 0;
    background: repeat-x 0% 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='2' viewBox='0 0 1920 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M1 1H1920' stroke='white' stroke-width='1' stroke-linecap='round' stroke-dasharray='0 2'/%3E%3C/svg%3E%0A");
    background-clip: content-box;
  }
  .quiz-box .step-item .qo-name span::before {
    display: none;
  }
  .quiz-box .step-item .q-image {
    margin-bottom: 20px;
  }
  .quiz-box .step-item {
    grid-template-columns: 470px 1fr;
  }
  .quiz-box .step-item .q-arrow {
    display: none;
  }
  .calc-banner-box .content {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .calc-banner-box .content {
    background-size: contain;
  }
  .footer-box .f-bottom .f-copy {
    margin-right: 50px;
  }
  .footer-box .f-bottom .f-info {
    max-width: 580px;
  }
  .projects-sliders-box .sti-2,
  .projects-sliders-box .sti-3,
  .projects-sliders-box .sti-4,
  .projects-sliders-box .sti-5 {
    padding: 0;
  }
  .projects-sliders-box .st-text-info {
    padding: 0 15px;
    white-space: normal;
    max-width: 420px;
  }
  .projects-bar-top-box .pbt-btns {
    display: grid;
    gap: 20px;
    max-width: 340px;
    padding: 0;
  }
  .projects-bar-top-box .pbt-btns .btn {
    margin: 0;
  }
  .projects-bar-top-box .price-line {
    margin: 30px 0 40px;
  }
  .gallery-box .h2 {
    max-width: 230px;
  }
  .gallery-box .gallery-item {
    height: 470px;
  }
  .extra-box .ex-item .ex-image {
    height: 100%;
  }
  .cards .card-calc .hover, .cards .card-consultation .hover, .cards .card-own .hover {
    background-position-x: 120%;
  }
  .reviews-box .dark-element .stars-row .stars {
    align-items: center;
    line-height: 1;
  }
  .reviews-box .dark-element .counts-grid {
    gap: 10px 5px;
  }
  .reviews-box .rev-item .ri-top .ri-images {
    max-width: 500px;
  }
  .reviews-box .dark-element .stars-row .stars {
    gap: 6px;
  }
  .reviews-box .dark-element .stars-row .stars > * {
    width: 19px;
  }
  .reviews-box .dark-element .stars-row span {
    margin-top: 4px;
    white-space: nowrap;
  }
  .work-info-box .feature-wrap {
    grid-template-columns: 1fr;
  }
  .feature-list,
  .work-info-box .feature-wrap {
    gap: 15px;
  }
  .about-also-box .also-item .also-content {
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
  }
  .about-also-box .also-item .h2 {
    margin-top: 20px;
  }
  .calc-form .tabs-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .calc-form .tabs-list .for-str {
    padding: 0;
  }
  .calc-form .form-select .sl-floors {
    width: auto;
  }
  .calc-form .form-select .sl-af {
    padding-right: 40px;
  }
  .calc-form .v-line {
    margin: 60px 0;
  }
  .about-history-box .year-item .year-int::before {
    width: 180px;
  }
  .project-info-box .info-top .left-side .right-line {
    display: none;
  }
  .work-info-box .top-bread-wrap {
    margin: 0;
  }
  .work-info-box .info-top .left-side {
    display: block;
  }
}
@media (max-width: 1299.98px) {
  :root {
    --content-width: 960px;
  }
  .h1 {
    font-size: 46px;
  }
  .h2 {
    font-size: 36px;
  }
  .h3 {
    font-size: 26px;
  }
  .btn {
    font-size: 14px;
  }
  .stars {
    gap: 5px;
  }
  .stars > * {
    width: 16px;
  }
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .header-box .logo {
    max-width: 103px;
  }
  .header-box .bottom-row {
    align-items: center;
  }
  .header-box .menu-col {
    align-items: center;
    margin-left: 30px;
  }
  .header-box .menu-col .m-item {
    margin-right: 20px;
  }
  .header-box .v-line {
    flex-shrink: 0;
    margin: 0 20px;
  }
  .header-box .phone-col .phone-line {
    font-size: 18px;
  }
  .header-box .other-col .o-icon {
    margin-left: 15px;
    max-width: 20px;
  }
  .home-box .back-image {
    right: -270px;
    max-width: 780px;
  }
  .home-box .left-side {
    max-width: 500px;
  }
  .home-box .left-side {
    padding: 70px 0 85px;
  }
  .home-box .image-line {
    max-width: 320px;
  }
  .houses-box .ho-list {
    gap: 20px;
  }
  .houses-box .ho-item {
    padding: 30px;
    background-position-x: -220%;
  }
  .houses-box .ho-item .h-line {
    margin: 22px 0;
    width: 110px;
  }
  .cards .card-item {
    height: 210px;
  }
  .cards .card-item .c-description {
    font-size: 14px;
  }
  .cards .card-delivery .hover,
  .cards .card-item .hover {
    background-position-x: 150%;
  }
  .cards .card-item .hover {
    padding: 35px 30px;
  }
  .fourteen-box .content {
    padding: 60px 50px;
  }
  .fourteen-box .v-abstract {
    display: none;
  }
  .how-we-work-box .hww-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .project-item .pi-hover .p-icon {
    margin-left: 15px;
    max-width: 20px;
  }
  .quiz-box .step-item {
    grid-template-columns: 320px 1fr;
    font-size: 14px;
  }
  .quiz-box .step-item .q-image {
    max-height: 140px;
  }
  .quiz-box .step-item .qo-name {
    font-size: 16px;
  }
  .quiz-box .step-item .q-int {
    margin-top: 0;
    margin-bottom: 1px;
  }
  .quiz-box .quiz-steps {
    height: 240px;
  }
  .quiz-box .step-item .q-option {
    margin-left: 15px;
  }
  .quiz-box .quiz-progress {
    height: 30px;
  }
  .calc-banner-box .content {
    background-size: 610px auto;
  }
  .work-item .wi-information {
    padding: 30px;
  }
  .blitz-box .content {
    padding-top: 70px;
    background-image: none !important;
  }
  .blitz-box .blitz-man {
    width: 200px;
  }
  .blitz-box .blitz-logo {
    left: -210px;
    width: 150px;
  }
  .blitz-box .bb-man-wrap {
    margin-top: -20px;
    margin-left: 330px;
    padding: 0;
  }
  .footer-box {
    font-size: 14px;
  }
  .footer-box .f-menu ul li {
    margin-bottom: 10px;
  }
  .footer-box .footer-line {
    height: 30px;
  }
  .footer-box .f-bottom .f-info {
    max-width: 400px;
  }
  .projects-sliders-box .slick-title {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .projects-sliders-box .st-text-info {
    margin: 0;
    padding: 0;
  }
  .project-info-box .info-top .left-side .right-line {
    display: none;
  }
  .project-info-box .info-top .left-side {
    grid-template-columns: 1fr;
  }
  .project-info-box .info-top .info-row .hit,
  .project-info-box .info-top .info-row .ir-quest {
    margin-right: 20px;
  }
  .project-info-box .info-top .info-row .ir-quest img {
    margin-right: 8px;
  }
  .project-info-box .info-top .btns-row .btn {
    width: auto;
    margin-right: 30px;
  }
  .project-info-box .info-top .btns-row .btn span {
    display: none;
  }
  .project-info-box .info-top .btns-row .btn-icons .b-icon {
    max-width: 20px;
    margin-right: 15px;
  }
  .project-info-box .info-middle .some-square-information {
    flex-direction: column;
  }
  .project-info-box .info-middle .some-square-information .ss-line {
    margin: 0 20px;
    height: 1px;
    width: auto;
  }
  .tabs-list > span[data-tab-name], .tabs-list > span {
    margin-right: 30px;
    line-height: 1.1;
  }
  .gallery-box {
    padding: 100px 0;
  }
  .gallery-box .st-abstract {
    max-width: 320px;
  }
  .gallery-box .gallery-item {
    height: 400px;
  }
  .equipment-box {
    font-size: 14px;
  }
  .equipment-box .top-row .t-buttons {
    margin-left: 30px;
  }
  .equipment-box .equipment-table {
    gap: 30px;
  }
  .equipment-box .equipment-table .et-row {
    grid-template-columns: 0 304fr 328fr 328fr 328fr 0;
    gap: 20px;
  }
  .extra-box .ex-item .ex-top {
    gap: 25px;
  }
  .extra-box .ex-item .ex-name {
    padding: 20px 0;
  }
  .extra-box .ex-item .ex-bottom {
    padding: 15px 20px;
    font-size: 14px;
  }
  .extra-box .ex-item .ex-bottom b {
    font-size: 16px;
  }
  .extra-box .ex-item .ex-bottom .ex-b-row .ex-b-col {
    padding: 0 20px 0 10px;
  }
  .reviews-box .dark-element {
    font-size: 14px;
  }
  .reviews-box .rev-item .ri-top {
    padding: 25px 0;
  }
  .bottom-nav-box .container {
    gap: 20px;
  }
  .bottom-nav-box .bona-item .bi-content {
    padding: 35px;
  }
  .bottom-nav-box .bona-item .bi-content .bottom-text {
    display: grid;
    gap: 10px;
  }
  .projects-bar-top-box .price-line .abstract {
    margin-right: 30px;
    max-width: 320px;
  }
  .projects-bar-box .container {
    grid-template-columns: 1fr;
  }
  .projects-bar-box .pb-list {
    grid-column: auto;
  }
  .projects-bar-box .filter-bar {
    padding: 25px;
  }
  .projects-bar-box .filter-bar .fb-title {
    font-size: 16px;
  }
  .projects-bar-box .pb-list .pb-mobile-row {
    display: flex;
    margin-bottom: 20px;
  }
  .projects-bar-box .pb-sidebar {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 100vh;
    background: #0D3745;
    color: #fff;
    z-index: 1000;
    transition: opacity 0.2s, visibility 0.2s;
  }
  .projects-bar-box .pb-sidebar:not(.active) {
    opacity: 0;
    visibility: hidden;
  }
  .projects-bar-box .pb-sidebar .popup-close-row {
    display: flex;
  }
  .projects-bar-box .pb-sidebar .pb-sb-wrap {
    margin: 0 auto;
    padding: 31px 20px;
    max-width: 450px;
    overflow-y: auto;
  }
  .projects-bar-box .pb-sidebar .filter-bar {
    margin-top: 18px;
    padding: 0;
    border: 0;
  }
  .projects-bar-box .pb-sidebar .filter-bar .fb-title {
    margin-bottom: 22px;
  }
  .projects-bar-box .pb-sidebar .f-line {
    background: #355864;
    margin: 20px 0;
  }
  .projects-bar-box .pb-sidebar .filter-slider {
    height: 2px;
  }
  .projects-bar-box .pb-sidebar .filter-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    background-image: url("../images/icons/range-dot-dark.svg");
  }
  .projects-bar-box .pb-sidebar .filter-slider .ui-slider-handle::before {
    background-image: url("../images/icons/range-dot-green-dark.svg");
  }
  .projects-bar-box .filter-bar .filter-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 29px;
  }
  .projects-bar-box .filter-bar .filter-inputs input {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
  }
  .projects-bar-box .filter-bar .filter-inputs input:not(:focus) {
    border-color: #738A91;
  }
  .projects-bar-box .filter-bar .filter-list span:not(.active, :hover) {
    border-color: #738A91;
  }
  .projects-bar-box .filter-bar .btn-row {
    margin-top: 20px;
  }
  .gallery-work-box .slick-tabs {
    padding: 0;
  }
  .work-banner-box .content {
    background-size: auto 100%;
    background-position-x: 120%;
  }
  .about-top-box .right-content .big-logo {
    max-width: 170px;
  }
  .about-top-box .right-content .v-abstract {
    display: none;
  }
  .manufacture-box .manuf-coontent {
    padding: 30px;
  }
  .manufacture-box .manuf-item {
    padding-bottom: 80%;
  }
  .manufacture-box .manuf-item:hover .manuf-description {
    padding-top: 10px;
  }
  .fourteen-big-box .content {
    padding: 70px 100px;
  }
  .fourteen-big-box .top-row {
    grid-template-columns: 1fr;
  }
  .fourteen-big-box .top-row .v-line {
    height: 1px;
    width: 100%;
    order: 3;
  }
  .fourteen-big-box .top-row .left-side {
    order: 5;
  }
  .fourteen-big-box .h-abstract {
    height: 30px;
  }
  .fourteen-big-box .top-row .pillars-side {
    max-width: none;
    justify-content: space-between;
    padding-left: 65px;
  }
  .fourteen-big-box .left-side .h2 {
    text-align: center;
  }
  .about-history-box .year-item .year-int::before {
    width: 80px;
  }
  ul.custom-list li, ol.custom-list li {
    margin: 10px 0 20px;
  }
  .about-gost-box .h2 {
    max-width: 250px;
  }
  .about-gost-box .ag-title .abstract {
    max-width: 320px;
    margin: 0;
  }
  .about-also-box .also-item {
    background-position-x: 140%;
  }
  .about-also-box .also-item .h2 {
    margin-top: 10px;
  }
  .about-also-box .also-item .also-content {
    padding: 35px;
  }
  .calc-form-box .container {
    display: block;
  }
  .calc-form-box .calc-result .house-row {
    grid-template-columns: 70px auto;
    margin: 15px 0 20px;
    padding-bottom: 20px;
  }
  .calc-form-box .calc-result {
    padding: 30px 30px;
    max-width: 420px;
    width: 100%;
  }
  .calc-form-box .calc-right {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 500;
  }
  .calc-form-box .calc-right .cr-bottom {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    gap: 30px;
  }
  .calc-form-box .calc-right .cr-price {
    margin: 0;
    line-height: 1;
    font-size: 18px;
  }
  .calc-form-box .calc-right .cts-title .h3 {
    font-size: 18px;
  }
  .calc-form-box .calc-right .empty-space {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #252525;
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.2s, visibility 0.2s;
  }
  .calc-form-box .calc-right:not(.active) .feature-list {
    display: none;
  }
  .calc-form-box .calc-right:not(.active) .house-row {
    display: none;
  }
  .calc-form-box .calc-right:not(.active) .empty-space {
    opacity: 0;
    visibility: hidden;
  }
  .calc-form-box .calc-right:not(.active) .cr-bottom {
    margin-top: 10px;
  }
  .calc-form-box .calc-right:not(.active) .cts-title .cts-more::before {
    content: "Показать";
  }
  .calc-form-box .calc-right:not(.active) .cts-title .cts-more::after {
    transform: rotate(180deg);
    color: #fff;
  }
  .calc-form-box .calc-right .cts-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .calc-form-box .calc-right .cts-title .cts-more {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .calc-form-box .calc-right .cts-title .cts-more::before {
    content: "Скрыть";
    opacity: 0.5;
  }
  .calc-form-box .calc-right .cts-title .cts-more::after {
    content: "";
    margin-left: 11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: currentColor transparent transparent transparent;
    transition: transform 0.2s;
    color: #6BB259;
  }
  .popup-house-configuration .h-conf-grid {
    display: block;
  }
  .popup-house-configuration .hc-image {
    position: static;
    max-width: 400px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 991.98px) {
  :root {
    --content-width: 720px;
  }
  body {
    font-size: 14px;
  }
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 30px;
  }
  .h3 {
    font-size: 24px;
  }
  .h4 {
    font-size: 16px;
  }
  .btn {
    padding: 18px 20px;
    font-size: 14px;
    max-height: 40px;
  }
  .wrapper {
    padding-top: 60px;
    overflow: hidden;
  }
  .slick-general {
    margin: 0 -10px;
  }
  .slick-general .slick-slide {
    margin: 0 10px;
  }
  .slick-arrow.slick-prev {
    left: 10px;
  }
  .slick-arrow.slick-next {
    right: 10px;
  }
  .header-box {
    display: none;
  }
  .header-mobile-box {
    display: block;
  }
  .home-box .back-image {
    max-width: 650px;
  }
  .home-box .just-text {
    max-width: 330px;
  }
  .houses-box .ho-item .h-price {
    font-size: 16px;
    line-height: 1;
  }
  .houses-box .ho-item {
    padding: 20px;
    background-position-x: -40%;
  }
  .houses-box .ho-item .h-bottom-info .unhover {
    display: none;
  }
  .houses-box .ho-item .h-bottom-info .hover {
    position: static;
    opacity: 1;
    transform: none;
  }
  .cards .card-item {
    height: 190px;
  }
  .cards .card-item .hover {
    min-width: calc(var(--content-width) / 3.5 * 2 + 15px);
  }
  .cards .card-item .unhover {
    padding: 0;
  }
  .cards .card-item .unhover .cu-title {
    margin-top: 5px;
    font-size: 16px;
  }
  .cards .card-item .unhover img {
    max-width: 40px;
  }
  .cards .card-item:hover {
    width: 350%;
    background: #fff;
  }
  .cards .card-item .c-description {
    margin: 7px 0 10px;
  }
  .fourteen-box .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fourteen-box .left-side {
    text-align: center;
  }
  .fourteen-box .left-side .btn {
    display: none;
  }
  .fourteen-box .btn-wrap-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fourteen-box .btn-wrap-mobile .abstract {
    margin-top: 30px;
    max-width: 320px;
  }
  .fourteen-box .pillars-side {
    margin: auto;
    padding-right: 24px;
  }
  .how-we-work-box .hww-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .how-we-work-box .hww-col {
    min-height: 224px;
  }
  .how-we-work-box .hww-col-first .abstract {
    max-width: 160px;
  }
  .how-we-work-box .hww-col .hww-icon {
    max-width: 33px;
  }
  .how-we-work-box .hww-col .hww-title {
    font-size: 16px;
  }
  .project-item .pi-information {
    padding: 0 20px;
  }
  .project-item .pi-title {
    padding: 20px 0 18px;
  }
  .project-item .pi-bottom {
    padding: 19px 0;
  }
  .quiz-box {
    padding: 80px 0;
  }
  .quiz-box .quiz-progress {
    height: 28px;
  }
  .quiz-box .step-item {
    grid-template-columns: 280px 1fr;
  }
  .quiz-box .step-item .q-image {
    max-height: 100px;
  }
  .quiz-box .step-item .form-input input {
    height: 40px;
    padding: 15px;
    font-size: 14px;
  }
  .quiz-box .step-item .qo-name {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .quiz-box .quiz-steps {
    height: 280px;
  }
  .calc-banner-box .content {
    padding: 30px 20px;
    background-size: 370px auto;
  }
  .calc-banner-box .cb-left {
    max-width: 440px;
  }
  .calc-banner-box .h2 {
    margin-bottom: 20px;
  }
  .calc-banner-box .cb-arrow {
    display: none;
  }
  .calc-banner-box .btn {
    margin-top: 30px;
  }
  .work-item .wi-information {
    padding: 20px;
  }
  .blitz-box .bb-left {
    margin: 0;
    text-align: center;
  }
  .blitz-box .just-text {
    margin: 20px;
  }
  .blitz-box .bb-man-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 0;
    padding: 0;
  }
  .blitz-box .blitz-man {
    margin-left: 50px;
    width: 170px;
  }
  .blitz-box .blitz-logo {
    left: auto;
    width: 130px;
    margin-left: -150px;
  }
  .footer-box .top-row {
    justify-content: center;
  }
  .footer-box .f-socials {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-box .footer-line {
    height: 28px;
  }
  .footer-box .f-bottom {
    flex-wrap: wrap;
  }
  .footer-box .f-bottom .f-copy {
    width: 100%;
    margin: 0 0 20px;
  }
  .projects-bar-box .pb-list {
    gap: 20px;
  }
  .project-info-box .info-top .left-side {
    display: block;
  }
  .project-info-box .right-slider {
    display: none;
  }
  .project-info-box .center-slider {
    max-width: 500px;
    display: flex;
  }
  .project-info-box .info-top .info-row .hit {
    display: none;
  }
  .project-info-box .info-top .info-row {
    margin: 30px 0;
  }
  .slick-title {
    flex-wrap: wrap;
  }
  .gallery-box .h2 {
    max-width: none;
    width: 100%;
  }
  .gallery-work-box .slick-tabs {
    margin: 20px 0;
  }
  .gallery-box .gallery-item {
    height: 280px;
  }
  .gallery-box .plan-item {
    position: relative;
  }
  .gallery-box .plan-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 !important;
  }
  .equipment-box .top-row {
    flex-wrap: wrap;
  }
  .equipment-box .top-row .h3 {
    width: 100%;
    margin-bottom: 22px;
  }
  .equipment-box .top-row .t-buttons {
    margin-left: 0;
  }
  .extra-box .ex-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .reviews-box .dark-element .q-dark .just-text {
    margin: 15px 0 20px;
  }
  .reviews-box .dark-element .q-dark {
    font-size: 14px;
    margin: 0;
  }
  .reviews-box .dark-element {
    padding: 23px;
  }
  .reviews-box .dark-element span {
    white-space: nowrap;
    margin-left: 5px;
  }
  .reviews-box .dark-element .counts-grid {
    margin: 20px 0;
  }
  .reviews-box .rev-item .ri-bottom {
    padding: 18px 0;
  }
  .reviews-box .rev-item .ri-top .ri-name-row .stars {
    margin-right: 10px;
    gap: 6px;
  }
  .reviews-box .rev-item .ri-top .ri-name-row .stars > * {
    width: 14px;
  }
  .reviews-box .rev-item .ri-top .ri-name-row .ri-name {
    margin-bottom: 10px;
  }
  .our-works-box .slick-title .h3 {
    max-width: 320px;
  }
  .bottom-nav-box .bona-item .bi-content {
    padding: 25px;
  }
  .works-list-box .works-grid {
    gap: 20px;
  }
  .works-list-box .btns-top .right-btns .btn {
    margin-left: 10px;
    margin-right: 0;
  }
  .works-list-box .wmap {
    height: 500px;
  }
  .work-info-box .info-top .left-side {
    position: relative;
  }
  .work-info-box {
    background: #0D3745;
  }
  .work-info-box .right-side {
    display: none;
  }
  .work-info-box .info-top .left-side::before {
    display: none;
  }
  .work-info-box .info-top .left-side {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .work-info-box .center-slider {
    margin: 30px 0;
  }
  .work-info-box .info-top .left-side {
    top: 0;
  }
  .description-box .just-text {
    margin-bottom: 40px;
  }
  .reviews-box .rev-item .ri-top .ri-images-2 > * {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .work-banner-box .cb-btn {
    order: 7;
  }
  .work-banner-box .cb-btn .btn {
    margin: 30px 0 0;
  }
  .work-banner-box .just-text {
    max-width: 380px;
    margin: 0;
  }
  .about-top-box .at-quote {
    padding-bottom: 20px;
  }
  .about-top-box .right-content .about-man {
    width: 170px;
    position: relative;
  }
  .about-top-box .right-content .big-logo {
    max-width: 140px;
    margin-left: -160px;
  }
  .manufacture-box .manuf-coontent {
    position: relative;
  }
  .manufacture-box .slick-slide {
    display: flex;
  }
  .manufacture-box .manuf-item {
    padding-bottom: 0;
  }
  .manufacture-box .manuf-item .manuf-description {
    height: auto;
    max-height: none;
    padding-top: 10px;
    opacity: 1;
  }
  .fourteen-big-box .top-row .right-side {
    margin-top: 0;
  }
  .fourteen-big-box .top-row .pillars-side {
    padding-left: 45px;
  }
  .fourteen-big-box .content {
    padding: 60px;
  }
  .fourteen-big-box .h-abstract {
    margin: 50px 0;
    height: 28px;
  }
  .about-history-box .year-item .year-int::before, .about-history-box .year-item .year-int::after,
  .about-history-box .year-item:first-child .year-int::after {
    display: none;
  }
  .about-history-box .year-item .year-int {
    margin-bottom: 15px;
    font-size: 60px;
  }
  ul.custom-list li::before {
    margin-right: 15px;
  }
  ul.custom-list li, ol.custom-list li {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .about-gost-box {
    padding: 80px 0;
  }
  .about-gost-box .ag-title {
    flex-wrap: wrap;
  }
  .about-gost-box .h2 {
    max-width: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .about-gost-box .ag-item .agi-title {
    margin-top: 20px;
  }
  .about-gost-box .ag-wrap {
    padding-bottom: 25px;
  }
  .about-also-box .container {
    gap: 20px;
  }
  .about-also-box .also-item {
    padding-bottom: 60%;
  }
  .about-also-box .also-item .also-content {
    padding: 20px 25px;
  }
  .form-input input, .form-input textarea {
    height: 50px;
    font-size: 14px;
    padding: 20px 15px;
  }
  .form-title {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .form-title .mini {
    display: block;
    margin-top: 9px;
    font-size: 14px;
    font-weight: 400;
  }
  .calc-form-box .calc-right-form .form-input, .calc-form-box .calc-right-success .form-input {
    margin-bottom: 20px;
  }
  .popup .content-wrap {
    max-width: 600px;
    padding: 80px 60px;
  }
  .popup .popup-title .abstract {
    height: 30px;
  }
  .popup .btn-row {
    gap: 25px;
  }
  .popup .close-btn {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .popup-house-configuration .hc-table .hc-head {
    font-size: 14px;
  }
  .popup-house-configuration .hc-table .hc-row {
    grid-template-columns: 1fr repeat(2, 100px);
  }
  .popup-house-configuration .hc-table .hc-first .hc-int {
    width: auto;
    line-height: 1.2;
  }
  .popup-house-configuration .hc-table .hc-val .yes, .popup-house-configuration .hc-table .hc-val .no {
    width: 20px;
    height: 20px;
  }
  .popup-house-configuration .hc-table .hc-first .hcf-name {
    line-height: 1.2;
  }
  .popup-house-configuration .hc-table {
    gap: 10px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --content-width: 540px;
  }
  .h1 {
    font-size: 24px;
    line-height: 117%;
  }
  .h2 {
    font-size: 24px;
    line-height: 117%;
  }
  .h3 {
    font-size: 20px;
    line-height: 1.35;
  }
  .h4 {
    font-size: 14px;
  }
  .col-xl, .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .stars > * {
    width: 15px;
  }
  .slick-general {
    margin: 0 -5px;
  }
  .slick-general .slick-slide {
    margin: 0 5px;
  }
  .slick-arrow.slick-prev {
    left: 5px;
  }
  .slick-arrow.slick-next {
    right: 5px;
  }
  .home-box .back-image {
    max-width: 550px;
  }
  .home-box .image-line {
    max-width: 220px;
  }
  .houses-box .ho-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .houses-box .ho-item {
    background-position-x: 100%;
  }
  .cards {
    display: grid;
  }
  .cards .card-item,
  .cards .card-item:hover {
    width: 100%;
  }
  .cards .card-item .unhover {
    display: none;
  }
  .cards .card-item .hover {
    position: static;
    padding: 20px 20px 0;
    opacity: 1;
    min-width: none;
    width: 100%;
  }
  .cards .card-item .hover .h3 {
    line-height: 1.35;
  }
  .cards .card-item .hover .c-bottom {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEEEF;
  }
  .cards .card-item .hover .c-bottom .cb-info {
    margin-top: 18px;
    max-width: none;
  }
  .cards .card-item {
    height: auto;
  }
  .cards .card-item:last-child .c-bottom {
    border-bottom: 0;
  }
  .cards .card-delivery .hover,
  .cards .card-item .hover {
    background-position-x: 140%;
  }
  .cards .card-calc .c-bottom {
    margin-top: 0;
  }
  .cards .card-item .c-description {
    margin: 11px 0 19px;
    max-width: 240px;
    line-height: 129%;
  }
  .cards .card-item:not(:last-child)::before {
    display: none;
  }
  .fourteen-box .content {
    padding: 40px;
  }
  .fourteen-box .pillars-side {
    position: relative;
    right: -8px;
    justify-content: space-between;
    padding: 0;
    max-width: 265px;
    width: 100%;
  }
  .fourteen-box .left-side {
    margin-bottom: 10px;
    max-width: 176px;
  }
  .fourteen-box .btn-wrap-mobile .abstract {
    max-width: 220px;
  }
  .fourteen-box .btn {
    margin-top: 30px;
  }
  .pillars-side .pillars-col .p-int {
    margin-bottom: 10px;
  }
  .pillars-side .pillars-col {
    margin: 0;
    width: 58px;
  }
  .pillars-side .pillars-col .p-int {
    font-size: 14px;
  }
  .pillars-side .pillars-col .p-arrows img {
    margin-bottom: -6.9px;
    width: 36px;
  }
  .pillars-side .pillars-col .p-name {
    margin-top: 21px;
    font-size: 10px;
    line-height: 108%;
  }
  .how-we-work-box {
    padding: 40px 0;
  }
  .how-we-work-box .hww-grid {
    gap: 10px;
  }
  .how-we-work-box .hww-col-first .abstract {
    max-width: 106px;
  }
  .how-we-work-box .hww-col {
    padding: 20px;
    min-height: 260px;
  }
  .project-item {
    max-width: none;
  }
  .slick-title {
    margin-bottom: 19px;
  }
  .slick-general .slick-list {
    overflow: visible;
  }
  .top-projects-box {
    padding-bottom: 40px;
  }
  .quiz-box {
    padding: 40px 0;
  }
  .quiz-box .top-row {
    flex-direction: column;
    text-align: center;
  }
  .quiz-box .h2 {
    margin-bottom: 15px;
  }
  .quiz-box .top-row .mini-info {
    font-size: 15px;
  }
  .quiz-box .top-row {
    margin-bottom: 20px;
  }
  .quiz-box .quiz-progress {
    margin-bottom: 22px;
    height: 21px;
  }
  .quiz-box .step-item {
    position: relative;
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }
  .quiz-box .step-item .q-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 370px;
    line-height: 1.2857142857;
  }
  .quiz-box .step-item .q-int {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .quiz-box .step-item .h3 {
    margin-bottom: 10px;
  }
  .quiz-box .step-item.step-1 .btn {
    display: none;
  }
  .quiz-box .quiz-steps {
    height: auto;
  }
  .quiz-box .step-item:not(.active), .quiz-box .step-item.active ~ .step-success {
    display: none;
  }
  .quiz-box .step-item .q-info .btn {
    margin: 14px 0 -5px;
  }
  .quiz-box .step-item .q-image {
    margin: 0 0 10px;
    max-width: 80px;
    width: 100%;
    height: 60px;
    max-height: none;
    text-align: left;
  }
  .quiz-box .step-item .q-image::before {
    background-size: 30px auto;
  }
  .quiz-box .step-item .q-options {
    max-width: 350px;
    margin: 0 auto;
  }
  .quiz-box .step-item .q-option {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 8px;
  }
  .quiz-box .step-item .form-input input {
    font-size: 12px;
    padding: 10px;
  }
  .quiz-box .step-item .q-option-big .q-bottom {
    gap: 10px;
  }
  .quiz-box .step-4 .q-image,
  .quiz-box .step-item .q-option-big .q-image {
    max-width: none;
  }
  .quiz-box .step-item .q-form .q-image {
    margin-bottom: 10px;
  }
  .quiz-box .step-item .q-form .q-options {
    display: flex;
    justify-content: center;
    max-width: 320px;
  }
  .quiz-box .step-item .q-form .q-image {
    height: 80px;
  }
  .quiz-box .q-form-bottom {
    max-width: 320px;
    margin: 0 auto;
  }
  .quiz-box .step-item .q-form .form-input {
    margin: 20px 0 15px;
  }
  .quiz-box .step-item .q-form .btn-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .quiz-box .step-item .q-form .btn-box .btn {
    margin-bottom: 15px;
  }
  .quiz-box .step-success {
    position: relative;
    padding: 15px 0 0;
  }
  .quiz-box .step-success .q-descr {
    margin: 15px 0;
  }
  .calc-banner-box {
    padding: 40px 0;
  }
  .calc-banner-box .content {
    background-size: 320px auto;
  }
  .calc-banner-box .content .row {
    max-width: 240px;
  }
  .calc-banner-box .h2 {
    margin: 0;
  }
  .calc-banner-box .btn {
    margin: 0;
  }
  .calc-banner-box .just-text {
    margin: 10px 0 15px;
  }
  .blitz-box .content {
    padding-top: 40px;
  }
  .blitz-box .just-text {
    margin: 10px 0 25px;
  }
  .blitz-box .blitz-man {
    margin-left: 65px;
    width: 116px;
  }
  .blitz-box .blitz-logo {
    bottom: 37px;
    width: 103px;
  }
  .blitz-box .blitz-logo {
    margin-left: -76px;
  }
  .footer-box {
    margin-top: 30px;
    padding-top: 32px;
    padding-top: 40px;
  }
  .footer-box .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 340px;
  }
  .footer-box .h4 {
    margin-bottom: 10px;
  }
  .footer-box .circle-dot {
    margin-right: 8px;
    width: 14px;
    height: 14px;
  }
  .footer-box .phone-line {
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 18px;
  }
  .footer-box .phone-line .icon {
    margin-right: 8px;
    width: 12px;
  }
  .footer-box .f-socials {
    margin-top: 0;
  }
  .footer-box .f-socials .social-col .a-icon {
    transform: none;
    margin: 0 15px 0 0;
  }
  .footer-box .f-socials {
    display: block;
  }
  .footer-box .f-socials .link-mail {
    margin: 8px 0 0;
    font-size: 16px;
  }
  .footer-box .footer-line {
    margin: 30px 0 31px;
    height: 21px;
  }
  .footer-box .f-menu-big .h4 {
    margin-bottom: 19px;
  }
  .footer-box .f-menu ul li {
    margin-bottom: 11px;
  }
  .footer-box .h4.toggle {
    pointer-events: auto;
    margin-bottom: 19px;
  }
  .footer-box .h4.toggle::after {
    display: block;
  }
  .footer-box .h4.toggle ~ ul {
    display: none;
    margin: -2px 0 17px;
    padding-left: 10px;
  }
  .footer-box .f-bottom {
    margin-top: 11px;
    padding-top: 29px;
    padding-bottom: 30px;
  }
  .footer-box .f-bottom .f-copy {
    margin-bottom: 12px;
  }
  .footer-box .f-bottom .f-dev {
    margin-top: 20px;
  }
  .footer-box .f-bottom .f-dev span {
    margin-right: 15px;
  }
  .footer-box .f-bottom .f-dev .beavers {
    max-width: 88px;
  }
  .projects-sliders-box {
    padding: 40px 0 0;
  }
  .projects-sliders-box .projects-row {
    margin-bottom: 40px;
  }
  .projects-top-box {
    padding: 40px 0;
    text-align: center;
  }
  .projects-top-box .abstract {
    margin-top: 20px;
    max-width: 220px;
  }
  .projects-sliders-box .st-price-info {
    font-size: 20px;
  }
  .projects-sliders-box .st-count {
    margin-left: 10px;
    padding: 5px 8px;
    min-width: auto;
    line-height: 1;
  }
  .projects-sliders-box .slick-title {
    gap: 5px;
  }
  .projects-sliders-box .slick-general {
    margin-top: 0;
  }
  .bread-links {
    justify-content: center;
    margin-bottom: 20px;
  }
  .bread-links .back-link::before {
    margin-right: 10px;
    border-width: 3px 3px 3px 0;
  }
  .projects-bar-top-box {
    padding: 30px 0 40px;
    text-align: center;
  }
  .projects-bar-top-box .container {
    max-width: 360px;
  }
  .projects-bar-top-box .row {
    flex-direction: column-reverse;
  }
  .projects-bar-top-box .h1 .secondary {
    color: inherit;
  }
  .projects-bar-top-box .h1 .secondary-m {
    display: block;
    color: #BEE563;
  }
  .projects-bar-top-box .price-line {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    margin: 10px 0 0;
    font-size: 16px;
  }
  .projects-bar-top-box .price-line .abstract {
    margin: 23px 0;
    max-width: 220px;
  }
  .projects-bar-top-box .pbt-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
    line-height: 129%;
  }
  .projects-bar-top-box .pbt-text span {
    display: none;
  }
  .projects-bar-top-box .pbt-text::after {
    content: "";
    align-self: center;
    margin-top: 8px;
    margin-right: 14px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: currentColor transparent transparent transparent;
    transition: 0.4s;
  }
  .projects-bar-top-box .pbt-text.active::after {
    opacity: 0;
    margin-top: -8px;
  }
  .projects-bar-top-box .pbt-btns {
    gap: 10px;
  }
  .projects-bar-box .form-select {
    height: 32px;
  }
  .projects-bar-box .form-input .options-list, .projects-bar-box .form-select .options-list {
    min-height: 32px;
  }
  .projects-bar-box .form-input .col-value, .projects-bar-box .form-select .col-value {
    padding: 0 13px;
  }
  .projects-bar-box {
    padding: 40px 0;
  }
  .projects-bar-box .pb-list {
    grid-template-columns: 1fr;
  }
  .projects-bar-box .pb-list .pb-mobile-row {
    margin-bottom: 22px;
  }
  .projects-bar-box .pb-list .pb-list-top {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -14px;
    overflow-x: auto;
    max-width: calc(100vw - 15px);
  }
  .hit {
    padding: 6px 10px 3px;
    font-size: 12px;
  }
  .project-item .hit, .work-item .hit {
    top: 10px;
    left: 10px;
  }
  .project-info-box .info-top .left-side {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .project-info-box .info-top .it-wrap {
    padding: 0;
  }
  .project-info-box .info-top .info-row {
    margin: 22px 0 30px;
    justify-content: center;
  }
  .project-info-box .info-top .info-row .ir-stars {
    margin-right: 10px;
  }
  .project-info-box .info-top .info-row .ir-quest {
    margin-right: 0;
    margin-left: 20px;
  }
  .project-info-box .info-top .info-row .ir-quest img {
    max-width: 18px;
  }
  .project-info-box .center-slider {
    margin: 0 auto 21px;
  }
  .project-info-box .info-top .price-row {
    display: flex;
    justify-content: center;
    font-size: 20px;
  }
  .project-info-box .info-top .price-row .old-price-str {
    margin-left: 20px;
    font-size: 16px;
  }
  .project-info-box .info-top .btns-row {
    justify-content: center;
    margin: 23px 0 19px;
  }
  .project-info-box .info-top .btns-row .btn-icons .b-icon:last-child {
    margin-right: 0;
  }
  .project-info-box .info-middle {
    padding: 40px 0;
  }
  .feature-list {
    margin-bottom: 33px;
  }
  .project-info-box .info-middle .h3 {
    margin-bottom: 15px;
  }
  .project-info-box .info-middle .some-square-information .ssi-top {
    display: grid;
    align-items: center;
    grid-template-columns: 40px auto;
    gap: 16px;
  }
  .project-info-box .info-middle .some-square-information .ssi-item {
    padding: 20px;
  }
  .project-info-box .info-middle .some-square-information .ssi-item p {
    margin-bottom: 12px;
  }
  .project-info-box .info-middle .some-square-information {
    margin-bottom: 33px;
  }
  .tabs-list > span[data-tab-name], .tabs-list > span {
    margin: 0 15px;
  }
  .gallery-box {
    padding: 40px 0;
    text-align: center;
  }
  .gallery-box .slick-title {
    flex-direction: column;
    align-items: center;
  }
  .gallery-box .slick-title .slick-tabs {
    margin-left: -15px;
    margin-right: -20px;
    padding-right: 0;
  }
  .gallery-box .st-abstract {
    max-width: 220px;
  }
  .gallery-box .slick-tabs {
    margin: 20px 0 20px;
  }
  .gallery-box .slick-some-sliders {
    padding: 0;
  }
  .equipment-box {
    padding-top: 40px;
  }
  .equipment-box .top-row .t-buttons {
    margin-bottom: 15px;
  }
  .equipment-box .equipment-table {
    margin-top: 19px;
    gap: 20px;
  }
  .equipment-box .equipment-table .et-row:not(.et-top) .et-col::before,
  .equipment-box .equipment-table .et-row.et-top .et-col::after {
    content: attr(data-row-name);
    display: block;
    opacity: 0.5;
    margin-bottom: 9px;
    order: -1;
  }
  .equipment-box .equipment-table .et-row.et-top .et-col {
    display: flex;
    flex-direction: column;
  }
  .equipment-box .equipment-table .et-top .e-price-square {
    margin-bottom: 12px;
    width: 40px;
    height: 40px;
    border-width: 3px;
  }
  .equipment-box .equipment-table .et-top .e-price-square::before {
    width: 26px;
    height: 26px;
  }
  .equipment-box .equipment-table .et-top .e-price-square::after {
    width: 12px;
    height: 12px;
  }
  .equipment-box .equipment-table .et-top {
    padding: 20px 0;
  }
  .equipment-box .equipment-table .et-top .e-price {
    font-size: 16px;
  }
  .equipment-box .equipment-table .et-top .et-col-price::before {
    display: none;
  }
  .equipment-box .equipment-table .et-row .et-col:first-child {
    display: none;
  }
  .equipment-box .equipment-table .et-arrows {
    display: flex;
    margin: -19px 0 0;
  }
  .equipment-box .equipment-table .et-row {
    grid-template-columns: 0 1fr 1fr 0;
    gap: 20px;
  }
  .equipment-box .equipment-table:not([tab-int]) .et-row .et-col:nth-of-type(4), .equipment-box .equipment-table[tab-int="1"] .et-row .et-col:nth-of-type(4) {
    display: none;
  }
  .equipment-box .equipment-table[tab-int="2"] .et-row .et-col:nth-of-type(2) {
    display: none;
  }
  .equipment-box .equipment-table[tab-int="3"] .et-row .et-col:nth-of-type(3) {
    display: none;
  }
  .equipment-box .equipment-table[tab-int="3"] .et-row .et-col:nth-of-type(2) {
    order: 7;
  }
  .equipment-box .equipment-table .et-bottom {
    padding: 11px 0 19px;
  }
  .extra-box {
    padding-bottom: 40px;
  }
  .extra-box .ex-title {
    margin: 40px 0 20px;
  }
  .reviews-box {
    padding: 40px 0;
  }
  .reviews-box .row {
    flex-direction: column-reverse;
  }
  .reviews-box .rv-title {
    display: grid;
    gap: 17px;
    margin-bottom: 20px;
  }
  .reviews-box .rv-title .rv-tabs {
    margin-left: 0;
  }
  .reviews-box .dark-element {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .reviews-box .dark-element span {
    margin-left: 0;
  }
  .reviews-box .dark-element .counts-grid .cr-line {
    height: 2px;
  }
  .reviews-box .dark-element .counts-grid {
    gap: 11px 5px;
  }
  .reviews-box .dark-element .stars-row {
    max-width: 220px;
  }
  .reviews-box .dark-element .stars-row span {
    margin-top: 4px;
  }
  .reviews-box .rev-item .ri-top .ri-name-row .ri-name {
    margin-bottom: 0;
  }
  .reviews-box .rev-item .ri-top .ri-ava {
    margin-top: -5px;
    width: 40px;
    height: 40px;
    float: left;
  }
  .reviews-box .rev-item .ri-top {
    display: block;
  }
  .reviews-box .rev-answer {
    margin-top: 10px;
    margin-left: 10px;
  }
  .reviews-box .rev-answer::before {
    top: -58px;
    left: -11px;
    width: 10px;
    height: 100px;
  }
  .reviews-box .rev-item .ri-top .ri-images {
    margin: 20px 0 0;
  }
  .slick-title .slick-tabs {
    margin-top: 20px;
    margin-left: 0;
  }
  .our-works-box .slick-title .h3 {
    max-width: 240px;
  }
  .bottom-nav-box {
    padding: 30px 0;
  }
  .bottom-nav-box .container {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .bottom-nav-box .bona-item {
    padding-bottom: 50%;
  }
  .bottom-nav-box .bona-item .bi-content .top-text-right {
    text-align: left;
  }
  .works-top-box {
    padding: 40px;
    text-align: center;
  }
  .works-top-box .just-text {
    margin-top: 20px;
  }
  .works-top-box .abstract {
    display: block;
    margin: 20px auto;
    max-width: 220px;
  }
  .works-list-box {
    padding: 40px 0;
  }
  .works-list-box .btns-top {
    margin-bottom: 15px;
    align-items: flex-start;
  }
  .works-list-box .btns-top .left-btns {
    flex-wrap: wrap;
  }
  .works-list-box .btns-top .left-btns .btn {
    margin-bottom: 10px;
  }
  .works-list-box .btns-top .btn {
    max-height: 34px;
    padding: 15px;
  }
  .works-list-box .works-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .work-info-box .h1 {
    margin-bottom: 20px;
  }
  .work-info-box .center-slider {
    margin-top: 20px;
  }
  .description-box {
    padding-top: 40px;
  }
  .description-box .h3 {
    margin-bottom: 20px;
  }
  .description-box .just-text p:not(:last-child) {
    margin-bottom: 1.4em;
  }
  .description-box ol {
    margin: 0;
  }
  .description-box .empty-h {
    display: none;
  }
  .reviews-work-box .h3 {
    margin-bottom: 20px;
  }
  .ow-work-box {
    padding-bottom: 0;
  }
  .ow-work-box .slick-title {
    display: grid;
    gap: 10px;
  }
  .ow-work-box .slick-title .h3 {
    max-width: none;
  }
  .manufacture-box {
    padding: 40px 0;
  }
  .manufacture-box .slick-title .h3 {
    padding: 0;
  }
  .manufacture-box .slick-general {
    margin-top: 25px;
  }
  .manufacture-box .slick-arrow {
    display: none;
  }
  .fourteen-big-box .top-row .right-side .fbb-top {
    display: grid;
    align-items: center;
    grid-template-columns: 40px auto;
    gap: 16px;
    margin-bottom: 20px;
    max-width: 420px;
  }
  .fourteen-big-box .top-row .right-side .fbb-top .h3 {
    margin: 0;
  }
  .fourteen-big-box .content {
    padding: 40px 30px;
  }
  .fourteen-big-box .top-row .right-side .btn {
    margin-top: 20px;
  }
  .fourteen-big-box .top-row {
    gap: 30px;
  }
  .fourteen-big-box .top-row .left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fourteen-big-box .top-row .pillars-side .pillars-col {
    margin: 0;
  }
  .fourteen-big-box .top-row .pillars-side {
    margin: 20px 0 0;
    padding: 0 0 0 20px;
    width: 100%;
    justify-content: space-between;
    max-width: 300px;
  }
  .fourteen-big-box .h-abstract {
    margin: 30px 0;
  }
  .fourteen-big-box .bottom-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .fourteen-big-box .h-abstract {
    height: 21px;
  }
  .about-history-box {
    padding: 40px 0 10px;
  }
  .about-history-box .h3 {
    margin-bottom: 20px;
  }
  .about-history-box .year-item .year-int {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .about-history-box .custom-list {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .about-gost-box {
    padding: 40px 0;
  }
  .about-gost-box .ag-title {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
  }
  .about-gost-box .h2 {
    margin-bottom: 10px;
  }
  .about-gost-box .ag-title .abstract {
    margin-top: 13px;
    max-width: 220px;
    order: 5;
  }
  .about-why-box {
    padding: 40px 0 10px;
  }
  .about-why-box .h3 {
    margin-bottom: 17px;
  }
  .about-why-box p:not(last-child) {
    margin-bottom: 1.4em;
  }
  .about-also-box .container {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .about-also-box .also-item {
    padding-bottom: 50%;
    background-position-x: 100%;
  }
  .about-also-box .also-item .also-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .calc-top-box {
    padding: 40px 0;
    text-align: center;
  }
  .calc-top-box .container {
    max-width: 360px;
  }
  .calc-top-box .abstract {
    display: none;
  }
  .calc-top-box .abstract-m {
    display: block;
    margin: 20px auto;
    max-width: 220px;
  }
  .calc-top-box .just-text {
    margin-top: 0;
    line-height: 1.2857142857;
  }
  .form-select {
    height: 40px;
  }
  .form-input .options-list, .form-select .options-list {
    min-height: 38px;
  }
  .form-input .col-value, .form-select .col-value {
    padding: 0 13px;
  }
  .form-select {
    line-height: 1.1428571429;
  }
  .form-select::after {
    right: 15px;
  }
  .form-checkbox input[type=checkbox], .form-checkbox input[type=radio] {
    width: 20px;
    height: 20px;
  }
  .form-input input, .form-input textarea {
    padding: 19px;
  }
  .form-file input[type=file] {
    display: block;
  }
  .calc-form-box {
    padding: 40px 0 10px;
  }
  .calc-form-box .cf-row {
    gap: 30px;
    padding-left: 0;
  }
  .calc-form-box .cf-title {
    margin-bottom: -11px;
    padding-left: 40px;
  }
  .calc-form-box .cf-title .cf-int {
    margin-top: -1px;
    width: 26px;
    height: 26px;
  }
  .calc-form .cf-wrap .cf-subtitle {
    margin-bottom: 13px;
    font-size: 16px;
  }
  .calc-form .tabs-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .calc-form .form-select .pr-value::before {
    width: 18px;
  }
  .calc-form .form-select .sl-af {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 14px;
    padding-right: 0;
    width: 97px;
    height: 28px;
    border-left: 1px solid #EBEEEF;
  }
  .calc-form .form-select .sl-area {
    padding: 0;
    height: auto;
    border: 0;
  }
  .calc-form .form-select .sl-floors {
    padding: 0;
  }
  .calc-form .tabs-list .for-str {
    min-height: 22px;
  }
  .calc-form .v-line {
    margin: 28px 0;
  }
  .calc-form .cf-checks {
    gap: 20px;
    margin-top: 2px;
  }
  .calc-form-box .calc-form .form-input input {
    max-height: 38px;
  }
  .popup .popup-title .sub-title {
    line-height: 129%;
  }
  .popup .popup-title .abstract {
    margin-top: 18px;
    max-width: 224px;
    height: 21px;
  }
  .popup .popup-title {
    margin-bottom: 24px;
  }
  .popup .form {
    gap: 24px;
  }
  .popup .popup-mini-text {
    font-size: 12px;
  }
  .popup .btn-row {
    display: block;
    padding: 0;
    margin-top: -6px;
    margin-bottom: -4px;
  }
  .popup .btn-row .form-file {
    display: block;
  }
  .popup .btn-row .btn {
    width: auto;
  }
  .popup .btn-row .form-file {
    margin-bottom: 15px;
  }
  .popup .btn-row > .btn {
    width: 100%;
    margin-bottom: 20px;
  }
  .popup .content-wrap {
    padding: 60px 40px;
  }
  .popup .close-btn {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
  .popup-about-building .pab-grid-list {
    margin: 10px 0 30px;
    grid-template-columns: 1fr 1fr;
  }
  .popup-about-building .pillars-side {
    margin-bottom: 30px;
    max-width: 400px;
    margin-left: 0;
    white-space: nowrap;
  }
  .popup-about-building .pillars-side .pillars-col .p-name {
    font-size: 10px;
  }
  .popup-about-building .bottom-row {
    display: block;
  }
  .popup-about-building .bottom-row .video-side {
    max-width: 400px;
  }
  .popup-building-stages .just-text:not(:last-child) {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .popup-order-house .calc-form .cf-row {
    gap: 20px;
  }
  .form-input textarea {
    min-height: 90px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --content-width: 100vw;
    --side-size: calc( ( var(--body-width) - var(--content-width) + 40px ) / 2 );
  }
  .wrapper {
    overflow: hidden;
  }
  .h3 {
    line-height: 120%;
  }
  .container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
  .houses-box {
    padding-bottom: 30px;
  }
  .home-box .container {
    flex-direction: column;
  }
  .home-box .left-side {
    padding: 41px 0 20px;
    text-align: center;
  }
  .home-box .just-text {
    margin: auto;
  }
  .home-box .image-line {
    margin: 20px auto;
  }
  .home-box .back-image {
    position: static;
    height: 163px;
  }
  .home-box .back-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 163px;
    width: auto;
    max-width: none;
  }
  .fourteen-box {
    margin-top: 30px;
    background: #0D3745;
  }
  .fourteen-box .content {
    padding: 40px 0;
  }
  .how-we-work-box .item-mobile {
    display: block;
  }
  .how-we-work-box {
    padding: 35px 0 30px;
  }
  .how-we-work-box .h3 {
    margin-bottom: 20px;
  }
  .how-we-work-box .hww-grid {
    display: flex;
    gap: 0;
    overflow-x: auto;
    margin-bottom: 19px;
  }
  .how-we-work-box .hww-col-first,
  .how-we-work-box .hww-last {
    display: none;
  }
  .how-we-work-box .hww-col {
    margin-right: 10px;
    min-width: 260px;
  }
  .how-we-work-box .hww-col {
    padding: 19px;
    line-height: 1.4285714286;
    min-height: 222px;
  }
  .how-we-work-box .hww-col .hww-int {
    top: 20px;
    right: 20px;
    font-size: 20px;
  }
  .how-we-work-box .hww-col .hww-title {
    margin: 14px 0 11px;
  }
  .top-projects-box .h3 {
    max-width: 130px;
  }
  .cards .card-item .hover {
    min-width: auto;
  }
  .cards .card-delivery .hover, .cards .card-item .hover {
    background-position: 140%;
    background-size: auto 140px;
  }
  .slick-general {
    max-width: 270px;
  }
  .slick-arrow {
    visibility: hidden;
  }
  .top-projects-box {
    padding-bottom: 30px;
  }
  .project-item .pi-title {
    font-size: 14px;
    max-width: none;
  }
  .project-item .pi-price {
    font-size: 16px;
  }
  .project-item .pi-hover {
    visibility: hidden;
  }
  .project-item .stars {
    gap: 2px;
  }
  .calc-banner-box {
    padding: 30px 0;
  }
  .calc-banner-box .h2 {
    font-size: 22px;
  }
  .calc-banner-box .content {
    background-position-x: 145%;
    background-size: 196px auto;
  }
  .calc-banner-box .just-text {
    max-width: 180px;
  }
  .calc-banner-box .btn {
    width: auto;
  }
  .work-item .wi-image {
    padding-bottom: 68.07%;
  }
  .work-item .wi-title {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .blitz-box {
    background: #0D3745;
  }
  .blitz-box .h2 {
    margin: 0 auto;
    max-width: 180px;
  }
  .footer-box {
    padding-top: 30px;
  }
  .projects-sliders-box {
    padding-top: 30px;
  }
  .projects-sliders-box .slick-title {
    grid-template-columns: 1fr;
  }
  .projects-sliders-box .st-price-info {
    margin-left: 0;
  }
  .project-item:hover .pi-unhover {
    opacity: 1;
  }
  .projects-bar-box {
    padding: 30px 0;
  }
  .projects-bar-box .stars {
    display: inline-grid;
  }
  .projects-bar-box .project-item:hover .pi-unhover {
    opacity: 1;
  }
  .projects-bar-box .pi-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3px;
    padding: 15px 0;
  }
  .projects-bar-box .project-item .pi-price,
  .projects-bar-box .project-item .pi-unhover {
    grid-column: 1/2;
  }
  .projects-bar-box .project-item .pi-hover {
    top: -4px;
    position: relative;
    visibility: visible;
    opacity: 1;
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .projects-bar-box .project-item .pi-hover .p-icon {
    margin-left: 10px;
  }
  .projects-bar-box .pb-list {
    gap: 10px;
  }
  .projects-bar-box .filter-bar .btn-row {
    grid-template-columns: 126fr 205fr;
  }
  .projects-bar-box .pb-bottom-mobile {
    display: block;
    margin-top: 10px;
  }
  .bread-links {
    white-space: nowrap;
  }
  .bread-links a > span {
    display: none;
  }
  .bread-links .slash {
    margin: 0 10px;
  }
  .project-info-box .info-top .left-side {
    padding-top: 26px;
  }
  .project-info-box .info-middle {
    padding: 30px 0;
  }
  .project-info-box .info-middle .some-square-information .ssi-item .ss-title {
    margin: 0;
    font-size: 16px;
    max-width: 170px;
    line-height: 1.375;
  }
  .project-info-box .info-middle .some-square-information .ssi-top {
    margin-bottom: 15px;
  }
  .project-info-box .info-middle .some-square-information .ssi-item p {
    line-height: 1.2857142857;
  }
  .gallery-box .gallery-item {
    height: 214px;
  }
  .equipment-box {
    padding-top: 30px;
  }
  .equipment-box .equipment-table .et-row {
    grid-template-columns: 0 1fr 0;
  }
  .equipment-box .equipment-table:not([tab-int]) .et-row .et-col:not(:nth-of-type(2)), .equipment-box .equipment-table[tab-int="1"] .et-row .et-col:not(:nth-of-type(2)) {
    display: none;
  }
  .equipment-box .equipment-table[tab-int="2"] .et-row .et-col:not(:nth-of-type(3)) {
    display: none;
  }
  .equipment-box .equipment-table[tab-int="3"] .et-row .et-col:not(:nth-of-type(4)) {
    display: none;
  }
  .equipment-box .equipment-table .et-row.et-top .et-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
  }
  .equipment-box .equipment-table .et-row.et-top .et-col::after {
    margin-bottom: 0;
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .extra-box {
    padding-bottom: 30px;
  }
  .extra-box .ex-title {
    margin-top: 30px;
  }
  .extra-box .ex-grid {
    gap: 10px;
  }
  .extra-box .ex-item {
    display: grid;
  }
  .extra-box .ex-item .ex-top {
    grid-template-columns: 78px auto;
    gap: 0;
    margin: 0;
    border-bottom: 0;
  }
  .extra-box .ex-item .ex-image {
    display: block;
    min-height: 80px;
    height: auto;
    margin-bottom: 0;
  }
  .extra-box .ex-item .ex-n-name-mobile {
    display: flex;
  }
  .extra-box .ex-item .ex-name .ex-n-top {
    display: none;
  }
  .extra-box .ex-item .ex-name {
    grid-column: 1/-1;
    padding: 4px 0 0;
  }
  .extra-box .ex-item .ex-name .ex-n-bottom {
    margin-top: 12px;
    padding: 3px 20px 0;
  }
  .extra-box .ex-item .ex-bottom {
    flex-wrap: wrap;
    padding: 10px 20px 12px;
    min-height: 0;
  }
  .extra-box .ex-item .ex-bottom .ex-info,
  .extra-box .ex-item .ex-bottom .dotted-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .extra-box .ex-item .ex-bottom .ex-b-row {
    display: grid;
    gap: 8px;
    padding: 24px 0;
  }
  .extra-box .ex-item .ex-bottom .ex-b-row .h-line {
    display: none;
  }
  .extra-box .ex-item .ex-bottom .ex-b-row .ex-b-col {
    display: flex;
    justify-content: space-between;
    max-width: 200px;
    padding: 0;
  }
  .reviews-box {
    padding: 30px 0;
  }
  .reviews-box .dark-element {
    margin-left: -20px;
    margin-right: -20px;
  }
  .reviews-box .rev-item .ri-top {
    padding-bottom: 20px;
  }
  .reviews-box .rev-item .ri-top .ri-ava {
    margin-right: 15px;
  }
  .reviews-box .rev-item .ri-top .ri-name-row {
    display: block;
  }
  .reviews-box .rev-item .ri-top .ri-name-row .ri-name {
    margin-top: -2px;
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 1.375;
  }
  .reviews-box .rev-item .ri-top .rnr-info-row {
    justify-content: space-between;
  }
  .reviews-box .rev-item .ri-top .rnr-info-row .stars {
    margin-left: 0;
  }
  .reviews-box .rev-item .ri-top .ri-text p {
    line-height: 1.29;
  }
  .reviews-box .rev-item .ri-bottom {
    flex-wrap: wrap;
  }
  .reviews-box .rev-item .ri-bottom .ri-left {
    margin-bottom: 12px;
    width: 100%;
  }
  .reviews-box .rev-item .ri-bottom .ri-left span:first-child {
    max-width: 90px;
    margin-right: auto;
  }
  .reviews-box .rev-item .ri-bottom .ri-left .riq-yes {
    margin-left: 10px;
  }
  .reviews-box .rev-item .ri-bottom .ri-left .ri-q-btn {
    padding: 4px 6px;
  }
  .reviews-box .rev-answer .ri-top .ri-name-row {
    margin-top: -5px;
    margin-bottom: 11px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }
  .reviews-box .rev-answer .ri-top .ri-name-row .ri-name {
    margin: 0 0 10px;
    max-width: 130px;
  }
  .reviews-box .rev-item-wrap:not(:last-child) {
    margin-bottom: 10px;
  }
  .slick-title .slick-tabs {
    margin-left: -15px;
  }
  .our-works-box {
    padding-bottom: 0;
  }
  .our-works-box .project-item .pi-bottom {
    display: none;
  }
  .our-works-box .project-item .pi-bottom-alt {
    display: block;
    margin-top: -9px;
    padding-bottom: 20px;
    line-height: 1.2857142857;
  }
  .bottom-nav-box .bona-item {
    padding-bottom: 57.14%;
  }
  .bottom-nav-box .bona-item .bi-content {
    padding: 20px;
  }
  .bottom-nav-box .bona-item .bi-content .bottom-text {
    gap: 7px;
  }
  .bottom-nav-box .bona-item .bi-content .bottom-text .h4 {
    max-width: none;
    margin: 0;
  }
  .bottom-nav-box .bona-item .bi-content .bottom-text .bo-price {
    font-size: 16px;
  }
  .works-list-box {
    padding: 40px 0;
  }
  .works-cards {
    margin-bottom: 0;
  }
  .works-list-box .btns-top .right-btns {
    display: grid;
    gap: 10px;
  }
  .works-list-box .btns-top .right-btns .btn {
    flex-shrink: 0;
  }
  .works-list-box .btns-top .right-btns .btn svg, .works-list-box .btns-top .right-btns .btn img {
    min-width: 15px;
  }
  .work-info-box .top-bread-wrap .a-icon {
    max-width: 18px;
  }
  .gallery-box .slick-title .slick-tabs {
    overflow-x: auto;
    margin-left: -20px;
    max-width: 100vw;
    padding: 0 0 5px;
    white-space: nowrap;
  }
  .calc-banner-box .just-text {
    max-width: 230px;
  }
  .work-banner-box .cb-btn .btn {
    margin-top: 10px;
  }
  .about-top-box .h1 {
    padding-top: 40px;
  }
  .about-top-box .subtitle {
    font-size: 16px;
    margin: 10px 0 20px;
    line-height: 1.4;
  }
  .about-top-box .at-quote::before {
    transform: scale(0.5);
  }
  .about-top-box .at-quote::after {
    top: 30px;
  }
  .about-top-box .at-quote {
    max-width: 100%;
    padding-left: 35px;
  }
  .about-top-box .at-quote .sign span {
    font-size: 14px;
    line-height: 1.2;
  }
  .about-top-box .at-quote .sign {
    margin-top: 18px;
  }
  .about-top-box .at-quote .sign img {
    max-width: 50px;
    width: 100%;
  }
  .about-top-box .right-content .about-man {
    margin-right: -50px;
    width: 116px;
  }
  .about-top-box .right-content .big-logo {
    margin-left: -100px;
    width: 103px;
  }
  .manufacture-box {
    padding: 30px 0;
  }
  .manufacture-box .slick-title .slick-tabs {
    margin-left: 0;
  }
  .manufacture-box .slick-general {
    max-width: 320px;
  }
  .manufacture-box .manuf-coontent {
    padding: 20px;
  }
  .fourteen-big-box .content {
    padding: 40px 0;
  }
  .fourteen-big-box .top-row .right-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .fourteen-big-box .top-row .right-side .fbb-top {
    display: flex;
    gap: 0;
  }
  .fourteen-big-box .top-row .right-side .fbb-top img {
    display: none;
  }
  .fourteen-big-box {
    background: #0D3745;
    padding: 0;
  }
  .about-gost-box {
    padding: 30px 0;
  }
  .about-also-box .also-item {
    padding-bottom: 60%;
    background-position-x: 120%;
  }
  .calc-form-box {
    padding: 30px 0 0;
  }
  .calc-form .tabs-list {
    grid-template-columns: 1fr;
  }
  .calc-form-box .cf-title {
    align-items: flex-start;
  }
  .calc-form .form-select .pr-value {
    gap: 7px;
  }
  .calc-form .tabs-list .for-str {
    grid-column: auto;
  }
  .calc-form-box .calc-right {
    left: 0;
  }
  .calc-form-box .calc-right .feature-list {
    gap: 12px;
    margin-bottom: 18px;
  }
  .calc-form-box .calc-result {
    max-width: none;
    padding: 15px 20px;
  }
  .calc-form-box .calc-right .cts-title .h3 {
    font-size: 14px;
  }
  .calc-form-box .calc-right .cr-bottom span {
    display: none;
  }
  .form-input .col-empty, .form-select .col-empty {
    font-size: 12px;
  }
  .calc-form-box .calc-right:not(.active) .cr-bottom {
    margin-top: 5px;
  }
  .calc-form-box .calc-right .cts-title .cts-more {
    font-size: 14px;
  }
  .popup .content-wrap {
    padding: 100px 20px 40px;
  }
  .popup .close-btn {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    flex-shrink: 0;
    background: #fff;
    color: #000;
    cursor: pointer;
    border-bottom: 1px solid #EAEEEF;
    z-index: 100;
  }
  .popup .close-btn:hover svg {
    transform: rotate(180deg);
  }
  .popup .close-btn .close-icon {
    width: 36px;
    transition: transform 0.7s;
  }
  .popup .popup-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .popup .popup-title .sub-title {
    margin-top: 10px;
  }
  .popup .popup-mini-text br {
    display: none;
  }
  .popup-about-building .pab-grid-list {
    grid-template-columns: 1fr;
  }
  .popup-house-configuration .hc-table {
    counter-reset: myCounter;
  }
  .popup-house-configuration .hc-table .hc-first .hc-int {
    display: none;
  }
  .popup-house-configuration .hc-table .hc-first .hcf-name {
    display: flex;
  }
  .popup-house-configuration .hc-table .hc-first .hcf-name::before {
    counter-increment: myCounter;
    content: counter(myCounter);
    margin-right: 5px;
    opacity: 0.5;
    flex-shrink: 0;
  }
  .popup-house-configuration .hc-table .hc-row.hc-head {
    position: static;
    display: flex;
    justify-content: flex-end;
  }
  .popup-house-configuration .hc-table .hc-row {
    grid-template-columns: 1fr repeat(2, 30px);
    gap: 10px;
  }
  .popup-house-configuration .hc-table .hc-first .hcf-name {
    font-size: 15px;
  }
  .popup-work {
    text-align: center;
  }
  .popup-work .slick-general {
    max-width: none;
  }
  .popup-work .btn {
    margin: 30px auto 0;
  }
}
@media (max-width: 379.98px) {
  .houses-box .ho-item {
    background-position-x: 0%;
  }
  .houses-box .ho-item .h3 {
    max-width: 110px;
  }
  .project-info-box .center-slider {
    margin-left: -20px;
    width: calc(100vw - 18px);
  }
  .cards .card-item .hover {
    background-size: auto 80px;
    min-width: auto;
  }
  .cards .card-delivery .hover {
    background-position-y: 100%;
    background-size: auto 120px;
  }
  .cards .card-actions .hover {
    background-size: auto 90px;
  }
  .cards .card-calc .hover {
    background-position-y: 100%;
    background-size: auto 120px;
  }
  .cards .card-calc .c-description {
    max-width: 170px;
  }
  .cards .card-consultation .hover {
    background-position-y: 90%;
  }
  .cards .card-own .hover {
    background-position-y: 100%;
    background-size: auto 110px;
  }
}
@media (max-width: 359.98px) {
  .cards .card-item .hover {
    background-position: 210px 60%;
  }
  .cards .card-delivery .hover {
    background-position-x: 210px;
  }
  .cards .card-actions .hover {
    background-position: 210px 72%;
  }
  .cards .card-calc .hover {
    background-position-x: 180px;
  }
  .cards .card-own .hover {
    background-position-x: 190px;
  }
}
.project-info-box .right-slider {
  top: 88px;
}

@media (max-width: 1299.98px) {
  .project-info-box .right-slider {
    top: 79px;
  }
}