@charset "UTF-8";

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Gilroy";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Gilroy";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}
.header__slider {
    display: flex;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.reviews__button{
    margin-left:auto;
    
    
  }
  .reviews__button._top{
    margin-right:auto;
    margin-top:115px;
    order:1;
  }
  .reviews__images._bottom{
    order:2;
    }
a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

body {
  color: #000;
  font-size: 14px;
  background: #fafafa;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

._container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0px 20px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.btn._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
.head-header._new p{
    font-weight:normal !important;
}
.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  display: none;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}

.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}


  .line-break-mobile {
    display: inline;
  }

  @media (max-width: 768px) {
    .line-break-mobile {
      display: block;
    }
  }
.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}

.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
  cursor: pointer;
}

.checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__text:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
}

.options__text:before {
  content: "";
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.options__text:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating-block {
  display: table;
  font-size: 0;
}

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%;
}

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%;
}

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 0px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 0px;
  width: 100%;
  max-width: 448px;
}

.popup__close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 9px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icon/close.svg") center center/auto no-repeat;
}

.calulation-popup__head {
  padding: 20px 40px;
  background: #f5f5f5;
  position: relative;
}

.calulation-popup__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #1d1c22;
}

.calulation-popup__form {
  padding: 40px 40px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.calulation-popup__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 5px;
  margin-bottom: 20px;
}

.calulation-popup__label {
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #565656;
}

.calulation-popup__input {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  padding: 0px 15px;
}

.calulation-popup__btn {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53px;
  flex: 0 0 53px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #b38f55;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
}

.header {
  position: relative;
}

.header__slider {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.header__container {
  position: relative;
  z-index: 2;
}

.slider-header__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.slider-header__item img {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider-header__item:nth-of-type(1):after {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8));
    position: absolute;
    top: 0;
    left: 0;
}
.head-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0px;
}

.actions-head-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
}

.lang-actions-head-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.lang-actions-head-header__item {
  opacity: 0.5;
}

.lang-actions-head-header__item._active {
  opacity: 1;
}

.lang-actions-head-header__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.timework-actions-head-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.timework-actions-head-header__name {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.timework-actions-head-header__value {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  white-space: nowrap;
}

.callback-actions-head-header {
  text-align: right;
}

.callback-actions-head-header__phone {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #b38f55;
}

.callback-actions-head-header__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  border-bottom: 1px dashed #fff;
}

.body-header {
  padding: 0px 0px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.body-header__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
}

.body-header__column._more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  row-gap: 30px;
}
.materials__content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap:10px;
}
.body-header__list._new p span{
  color:rgba(255, 255, 255, 0.7);
font-weight: 400;
font-size: 16px;
line-height: 160%;
letter-spacing: 0%;
}

.body-header__title {
  font-weight: 900;
  font-size: 52px;
  line-height: 73px;
  text-transform: uppercase;
  color: #ffffff;
}
.body-header__title._new{
  margin-top:30px;
}
.body-header__title span {
  display: block;
  color: #b38f55;
}

.body-header__info {
  margin-top: 30px;
  margin-bottom: 30px;
}

.body-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 23px;
  -moz-column-gap: 23px;
  column-gap: 23px;
}

.body-header__item {
  font-size: 16px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}

.body-header__item span {
  color: #b38f55;
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
}

.body-header__calculation {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.body-header__calculation p {
  background: #38b97a;
  height: 144px;
  width: 144px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 144px;
  flex: 0 0 144px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.body-header__calculation span {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  position: absolute;
  top: -8px;
  right: -9px;
  width: 53px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.body-header__calculation span picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-header__paggination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  max-width: 502px;
  width: 100%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.body-header__paggination .swiper-pagination-bullet {
  opacity: 0.3;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.body-header__paggination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.body-header__column._new {
    position: relative;
    width: 466px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 466px;
    flex: 0 0 466px;

    display: flex;
    justify-content: center;  /* Horizontal center */
    align-items: center;      /* Vertical center */
}

.form-body-header {
  position:absolute;
  left:50%;
  width:466px;
    padding: 30px;
    background: #fff;
}

.form-body-header__text {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1d1c22;
  max-width: 339px;
}
.form-body-header__text._new{
  font-size:20px;
 font-weight: bold;
line-height: 160%;
letter-spacing: 0%;
text-transform: uppercase;


}
.project__subname{
    display:flex;
  align-items:end;
  font-size:16px;
  color: #1d1c22;
  margin:0px 0px 25px;
}
.form-body-header__desc{
  display:flex;
  align-items:end;
  font-size:16px;
  line-height:20px;
  color: #1d1c22;

  margin-top:20px;
}
.form-body-header__desc span{
  font-weight:700;
  margin-left:3px;
}
.body-header__item b, .body-header__item strong{
  color: #b38f55;
    font-weight: 800;
    font-size: 32px;
    line-height: 44px;
}
.body-header__item p:nth-of-type(2) {
  color: #fff;
  margin-top:20px;
  font-size:16px;
 
font-weight: 400;

line-height: 160%;
letter-spacing: 0%;

}
.form-body-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: 22px;
}
.form-body-header__row._new{
  margin-bottom:22px;
}
.form-body-header__input {
  max-width: 339px;
  min-width: 339px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(86, 86, 86, 0.5);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #1d1c22;
}
.block-materials__input._new{
border-radius:0px !important;
}
.consultation__input,

.form-body-header__input._new{
  max-width:100%;
  min-width:100%;
  text-align:start;
  border-radius:0px !important;
}

.form-body-header__input::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #565656;
}

.form-body-header__input::-moz-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #565656;
}

.form-body-header__input:-ms-input-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #565656;
}

.form-body-header__input::-ms-input-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #565656;
}

.form-body-header__input::placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #565656;
}

.form-body-header__btn {
  background: #b38f55;
  -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  height: 53px;
  width: 53px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53px;
  flex: 0 0 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

/*
//Burger
.icon-menu {
	display: none;
	@media (max-width: $md3+px) {
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span {
			transition: all 0.3s ease 0s;
			top: calc(50% - 1px);
			left: 0px;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #000;
			&:first-child {
				top: 0px;
			}
			&:last-child {
				top: auto;
				bottom: 0px;
			}
		}
		&._active {
			span {
				transform: scale(0);
				&:first-child {
					transform: rotate(-45deg);
					top: calc(50% - 1px);
				}
				&:last-child {
					transform: rotate(45deg);
					bottom: calc(50% - 1px);
				}
			}
		}
	}
}
*/

.footer {
  padding: 100px 0px;
  overflow: hidden;
}

.footer__image {
  z-index: 1;
  position: relative;
  height: 350px;
}

.footer__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1330px;
  padding: 0px 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
  row-gap: 40px;
}

.footer__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 55px) / 2);
  flex: 0 0 calc((100% - 55px) / 2);
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  row-gap: 5px;
}

.footer__name {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #565656;
}

.footer__value {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #1d1c22;
}

.footer__value a {
  color: inherit;
}

.footer__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__column {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #565656;
  opacity: 0.5;
}

.footer__column._dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 9px;
  -moz-column-gap: 9px;
  column-gap: 9px;
}

.footer__column._dev::before {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  background: url(../img/icon/dev.svg) center center/auto no-repeat;
}

.materials {
  padding: 100px 0px 100px;
}

.materials .materials-nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 77px;
}

.materials__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 140%;
  text-transform: uppercase;
  color: #1d1c22;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.block-materials_title{
  color: #fff;
font-weight: 600;

font-size: 20px;
line-height: 160%;
letter-spacing: 0%;
text-transform: uppercase;
margin-bottom:15px;
}

.project__content,
.project__content .project__item{
  height:600px !important;
}
.input_form_bottom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width:100%;
}
.block-materials_bottom{
  margin-top:15px;
  color:#fff;
  font-size:16px;
  font-weight:400;
}
.input_form_row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width:100%;
}
.materials__title._new{
  color:#b38f55;
  font-size:20px;
  line-height: normal;
  font-weight: 400;
  text-transform: none;

}
.block-materials__input._new{
  max-width:100%;
  text-align:start;
}
.materials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  height: 100%;
  padding-left: 50px;
  position: relative;
  z-index: 1;
}

.materials__list::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  z-index: -1;
}

.materials__item {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1d1c22;
  opacity: 0.7;
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.materials__item::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: transparent;
}

.materials__item._active::after {
  background: #b38f55;
}

.materials__item._active {
  opacity: 1;
}

.materials__blocks {
  margin-top: 30px;
}

.materials__block {
  display: none;
  height:590px;
}

.materials__block._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-materials__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.block-materials__content strong {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1d1c22;
}

.block-materials__name {
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  text-transform: uppercase;
  color: #1d1c22;
  margin-top:15px;
}
/* 
.block-materials__text {
  margin-top: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #565656;
  padding-right: 15px;
}

.block-materials__text p:not(:last-child) {
  margin-bottom: 20px;
} */

.block-materials__more {
  display: none;
}

.block-materials__unmore {
  display: none;
}

.block-materials__form {
  background: #b38f55;
  padding: 32px 52px;
  margin-top: 10px;
}
.block-materials__form._new{
  padding: 22px 52px;
}
._new strong{
  margin-left:5px;
}
.project__name._new{
  margin-top:20px;
  font-size:20px;
  margin-bottom:0px;
  line-height:160%;
  letter-spacing: 0%;
}
.block-materials__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-materials__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #1d1c22;
  padding-bottom: 20px;
  max-width: 339px;
}

.block-materials__input::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.block-materials__input::-moz-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.block-materials__input:-ms-input-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.block-materials__input::-ms-input-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.block-materials__input::placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.block-materials__btn {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53px;
  flex: 0 0 53px;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-materials__btn picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews__button._bottom{
   position: absolute;
    top: 60%;
    left: 51.4%;
}
.block-materials__images {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.image-block-materials {
  position: relative;
}

.image-block-materials__image {
  width: 100%;
  height: 100%;
}

.image-block-materials__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-block-materials__item {
  position: absolute;
}

.image-block-materials__item._active .image-block-materials__text {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.image-block-materials__item._active .image-block-materials__icon span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.image-block-materials__item._1 {
  /* top: 32%;
  left: 34%; */
}

.image-block-materials__item._2 {
  top: 48%;
  left: 10%;
}

.image-block-materials__item._3 {
  top: 48%;
  left: 60%;
}

.image-block-materials__item._3 .image-block-materials__text {
  left: -100px;
}

.image-block-materials__item._4 {
  top: 70%;
  left: 42%;
}

.image-block-materials__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 21px;
  -moz-column-gap: 21px;
  column-gap: 21px;
  cursor: pointer;
}

.image-block-materials__icon {
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  position: relative;
}

.image-block-materials__icon::after {
  content: "";
  height: 42px;
  width: 42px;
  position: absolute;
  left: -5px;
  top: -5px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.image-block-materials__icon span {
  background: #b38f55;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.image-block-materials__icon span:first-child {
  width: 2px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-block-materials__icon span:last-child {
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-block-materials__name {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
}

.image-block-materials__text {
  position: absolute;
  top: calc(100% + 15px);
  left: -6px;
  padding: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 6px 22px rgba(0, 0, 0, 0.12);
  width: 100vw;
  max-width: 340px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #565656;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.project {
  padding-bottom: 100px;
}

.project__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #1d1c22;
}

.project__content {
  margin-top: 35px;
  min-width: 0;
  background-color:#fff;
  -webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
}

.project__content .swiper-wrapper {
  min-width: 0;
}

.project__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
}

.project__sliders {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.project__body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 550px;
  flex: 0 0 550px;
  padding: 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 545px;
}
.d_none{
  display:none !important;
}
.project__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1d1c22;
  margin-bottom: 20px;
}
.block-materials__text,
.project__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #565656;
  max-height:150px;
  overflow-y:hidden;
}

.project__more {
  display: none;
}

.project__unmore {
  display: none;
}

.project__price {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #565656;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.project__price span {
  font-weight: 800;
  font-size: 32px;
  line-height: 45px;
  color: #1d1c22;
}

.project__btn {
  width: 100%;
  background: #b38f55;
  height: 63px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
}

.project__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  margin-top: 40px;
}

.project__arrow {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #565656;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.project__arrow.project-arrow-prev::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  background: url(../img/icon/project-arrow-gray.svg) center center/auto no-repeat;
}

.project__arrow.project-arrow-next::after {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  background: url(../img/icon/project-arrow-gray.svg) center center/auto no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sliders-project__main {
  min-width: 0;
}

.sliders-project__main .swiper-wrapper {
  min-width: 0;
}

.sliders-project__thumbs {
  min-width: 0;
}

.sliders-project__thumbs .swiper-wrapper {
  min-width: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding:10px;
}

.main-sliders-project {
  width: 100%;
  height: 100%;
}

.main-sliders-project__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  height: 100%;
}

.main-sliders-project__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumbs-sliders-project {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.thumbs-sliders-project__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  height: 90px;
  cursor: pointer;
  position: relative;
}

.thumbs-sliders-project__item.swiper-slide-thumb-active {
  border: 4px solid #ffffff;
  -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.25));
}

.thumbs-sliders-project__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.colors {
  position: relative;
  padding: 5% 0%;
}

.colors__image {
  padding-bottom: 36.25%;
  position: relative;
  width: 100%;
}

.colors__image .colors__image-pc {
  display: block;
}

.colors__image .colors__image-mob {
  display: none;
}

.colors__content {
  position: absolute;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.colors__title {
  max-width: 536px;
  font-weight: 900;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #1d1c22;
  margin: 30px 0px 30px;
}
.consultation__subtitle{
  color: #b38f55;
  font-size:20px;
  padding-left:50px;
  line-height:160%;
 
font-weight: 400;
margin-top:10px;
letter-spacing: 0%;

}
.colors__title strong{
  font-size:130px;
  text-shadow: 2px 2px 4px rgba(4, 4, 4, 2.3)
}
.colors__btn {
  width: 238px;
  height: 63px;
  background: #b38f55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.reviews__title {
  font-weight: 900;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  color: #1d1c22;
}
.reviews__title._new{
  color: #b38f55;
font-weight: 400;

font-size: 20px;

line-height: 160%;
letter-spacing: 0%;
text-align: center;
text-transform:none;

}
.project__btn._new{
  padding:10px;
  width:255px;
}
.reviews__content {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px 15px;
}

.reviews__item {
    height:509px !important;
  max-height:550px !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 40px) / 2);
  flex: 0 0 calc((100% - 40px) / 2);
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px;
  position: relative;
}

._no-webp .reviews__item::after {
  background: url(../img/icon/quotes.png) center center/auto no-repeat;
}

.reviews__item::after {
  content: "";
  width: 89px;
  height: 89px;
  display: inline-block;
  position: absolute;
  top: 23px;
  right: 23px;
}

.reviews__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1d1c22;
}

.reviews__text {
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #565656;
  -webkit-box-flex: 1;
  /* -ms-flex: 1 1 auto;
  flex: 1 1 auto; */
}

.reviews__images {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction:row;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reviews__images picture {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 20px) / 2);
  flex: 0 0 calc((100% - 20px) / 2);
}

.reviews__images picture img {
  width: 100%;
  max-width: 100%;
}

.reviews__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  margin-top: 25px;
}

.reviews__arrow {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #565656;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.reviews__arrow.reviews-arrow-prev::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  background: url(../img/icon/project-arrow-gray.svg) center center/auto no-repeat;
}

.reviews__arrow.reviews-arrow-next::after {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  background: url(../img/icon/project-arrow-gray.svg) center center/auto no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.consultation {
  padding: 100px 0px;
  background: #ffffff;
}

.consultation__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 532px;
  grid-template-columns: 1fr 532px;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.consultation__image {
  width: 100%;
  position: relative;
  padding-bottom: 68%;
}

.consultation__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.consultation__image,
.consultation__texts {
 height:100%;
}

.consultation__title {
  font-weight: 900;
   padding-left: 50px;
  font-size: 36px;
  line-height: 50px;
  text-transform: uppercase;
  color: #1d1c22;
}

.consultation__title span {
  color: #b38f55;
}

.consultation__text {
  font-weight: 400;
  font-size: 16px;
   padding-left: 50px;
  line-height: 26px;
  color: #565656;
  margin-top: 36px;
}
input::placeholder {
  font-weight: 400 !important; /* or 400, 600, etc. */
}
.consultation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
}

.consultation__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 
  text-align: left;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #000000;
}

/* .consultation__item::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  background: url(../img/icon/accept.svg) center center/auto no-repeat;
} */
.consultation__list._new .consultation__item::before{
  background:none;
}
.consultation_content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction:column;
}
.consultation__container._new{
  margin-top:40px;
}

.colors__content._new
.consultation__item:nth-child(odd) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
}
._new .consultation__item{
   -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%
}
.consultation__form {
  background: #b38f55;
  width: 100%;
  padding: 25px;
}

.consultation__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.consultation__input {
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  background: transparent;
  min-width: 0;
  max-width: none;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.consultation__input::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.consultation__input::-moz-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
.consultation_title{
  font-size:18px;
  font-weight:400;
}
.consultation_text{
  color: #565656;
  font-size:16px;
  font-weight:400;

}
.consultation__input:-ms-input-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.consultation__input::-ms-input-placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.consultation__input::placeholder {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}

.consultation__btn {
  height: 53px;
  width: 53px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53px;
  flex: 0 0 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
}

.consultation__btn picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width: 991.98px) {
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .slider-header__item.swiper-slide-prev::after {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8));
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .slider-header__item.swiper-slide-active::after {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8));
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(((100vw - 40px) * 0.55) + 20px);
    flex: 0 0 calc(((100vw - 40px) * 0.55) + 20px);
  }

  .footer__content {
    -webkit-transform: translate(-55%, 0px);
    -ms-transform: translate(-55%, 0px);
    transform: translate(-55%, 0px);
  }

  .footer__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }

  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (min-width: 1342px) {
  .footer__image .section__image {
    /* flex: 0 0 calc(100vw - (((100vw - 1360px) / 2) + ((1360px - 40px) * 0.4) + 20px)); */
  }

  .footer__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
  }
}

@media (max-width: 1342px) {
  .head-header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 176px;
    flex: 0 0 176px;
  }

  .head-header__logo img {
    width: 100%;
  }

  .actions-head-header {
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .body-header {
    padding: 30px 0px 20px;
  }

  .body-header__title {
    font-size: 42px;
    line-height: 59px;
  }

  .body-header__info {
    margin-top: 20px;
  }

  .body-header__list {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .body-header__item {
    font-size: 14px;
    line-height: 22px;
  }

  .body-header__item span {
    font-size: 22px;
    line-height: 31px;
  }

  .body-header__calculation p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 114px;
    flex: 0 0 114px;
    width: 114px;
    height: 114px;
    font-size: 13px;
    line-height: 16px;
  }

  .body-header__calculation span {
    height: 42px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
    width: 42px;
  }

  .body-header__calculation span img {
    width: 15px;
  }

  .body-header__paggination {
    max-width: 472px;
  }

  .form-body-header {
    padding: 30px;
    max-width: 100%;
  }

  .form-body-header__input {
    max-width: 329px;
    min-width: 329px;
  }

  .footer {
    padding: 80px 0px;
  }

  .footer__logo {
    width: 180px;
  }

  .footer__logo img {
    width: 100%;
  }

  .footer__info {
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
  }

  .footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 35px) / 2);
    flex: 0 0 calc((100% - 35px) / 2);
  }

  .materials {
    padding: 80px 0px;
  }

  .materials__title {
    font-size: 16px;
    line-height: 24px;
  }

  .materials__list {
    padding-left: 30px;
  }

  .materials__list {
    -webkit-column-gap: 77px;
    -moz-column-gap: 77px;
    column-gap: 77px;
  }

  .materials__item {
    font-size: 16px;
    line-height: 20px;
  }

  .materials__blocks {
    margin-top: 30px;
  }

  .block-materials__name {
    font-size: 16px;
    line-height: 26px;
  }

  .block-materials__text p:not(:last-child) {
    margin-bottom: 15px;
  }

  .block-materials__text {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
  }

  .block-materials__form {
    padding: 32px 20px;
  }

  .image-block-materials__item._1 .image-block-materials__text {
    left: -15px;
  }

  .image-block-materials__item._2 {
    left: 6%;
  }

  .image-block-materials__item._3 {
    left: 57%;
  }

  .image-block-materials__item._3 .image-block-materials__text {
    left: -128px;
  }

  .image-block-materials__item._4 .image-block-materials__text {
    left: -55px;
  }

  .project {
    padding-bottom: 80px;
  }

  .project__title {
    font-size: 26px;
    line-height: 36px;
  }

  .project__content {
    margin-top: 30px;
  }

  .project__sliders {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .project__body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-height: 450px;
    padding: 40px 30px;
  }

  .project__name {
    margin-bottom: 10px;
  }

  .project__price {
    margin: 15px 0px;
  }

  .project__btn {
    font-size: 14px;
    line-height: 20px;
  }

  .project__arrows {
    margin-top: 20px;
  }

  .colors__image {
    padding-bottom: 46%;
  }

  .colors__nub {
    width: 165px;
  }

  .colors__nub img {
    max-width: 100%;
  }

  .colors__title {
    margin: 30px 0px 20px;
    font-size: 26px;
    line-height: 36px;
    max-width: 295px;
  }

  .colors__btn {
    font-size: 14px;
    line-height: 17px;
  }


  .reviews__title {
    font-size: 26px;
    line-height: 36px;
  }

  .reviews__content {
    margin-top: 15px;
  }

  ._no-webp .reviews__item::after {
    background: url(../img/icon/quotes.png) center center/cover no-repeat;
  }

  .reviews__item::after {
    width: 67px;
    height: 67px;
    top: 14px;
    right: 14px;
  }

  .reviews__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 30px) / 2);
    flex: 0 0 calc((100% - 30px) / 2);
    padding: 30px;
  }

  .reviews__images {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .reviews__images picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 10px) / 2);
    flex: 0 0 calc((100% - 10px) / 2);
  }

  .reviews__arrows {
    margin-top: 5px;
  }

  .consultation {
    padding: 80px 0px;
  }

  .consultation__content {
    -ms-grid-columns: 1fr 403px;
    grid-template-columns: 1fr 403px;
  }

  .consultation__image {
    padding-bottom: 65.5%;
  }

  .consultation__texts {
    padding-left: 30px;
  }

  .consultation__title {
    font-size: 26px;
    line-height: 36px;
  }

  .consultation__text {
    margin-top: 20px;
  }

  .consultation__list {
    row-gap: 15px;
  }

  .consultation__item {
    font-size: 16px;
    line-height: 26px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .consultation__form {
    padding: 44px 30px;
  }

  .consultation__row {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .consultation__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59px;
    flex: 0 0 59px;
    width: 59px;
    height: 59px;
  }

  .consultation__btn img {
    width: 15px;
  }
}
@media (max-width: 1280px){
   .consultation__texts {
    padding-left: 0px;
  }
}
@media (max-width: 991.98px) {
  .project__btn._new{
    width:330px !important;
  }
  .project__name._new{
    text-align:start;
    font-size:16px;
    line-height:22px;
  }
  .project__btn{
    font-size:18px;
    font-weight:600;
  }
  .reviews__images{
    margin-top:10px;
  }
  .materials__block{
    height:auto;
  }
  .project__content, .project__content .project__item{
    height: 965px !important;
  }
  .colors{
    padding:10% 0%;
  }
  .reviews__item {
    max-height:100% !important;
    min-height:100%;
  }
  .reviews__button._bottom{
    top:82%;
    left:4%;
  }
  .consultation_title{
    font-weight:600;
  }
  .reviews__text._smaller{
    
    flex:unset;
  }
  .reviews__images{
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    row-gap:10px;
  }
  .form-body-header{
    position:unset;
  }
  .body-header__column._new{
    width:100%;

  }
  .materials__title._new{
    font-size:14px;
  }
  .block-materials__form._new{
    padding:16px;
  }
  .project__subname._new{
    font-size:13px;
    text-align:start;
    margin:0px;
   margin-bottom:10px;
  }
  .consultation__subtitle{
            line-height: 24px;
        font-size: 18px;
        font-weight: 600;
  }
  .consultation__text{
    margin-bottom:15px;
  }
  
  .reviews__title._new{
    font-size:14px;
  }
  .colors__title strong{
    font-size:60px;
  }
  .select__title {
    font-size: 18px;
  }

  .select__options {
    font-size: 18px;
  }

  .slider-header__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .slider-header__item::after {
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8));
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .head-header {
    padding: 20px 0px 30px;
  }

  .head-header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 154px;
    flex: 0 0 154px;
  }
.consultation__row .block-materials_title{
  font-size:16px;
}
  .actions-head-header__timework {
    display: none;
  }
  .consultation__container._new{
    margin-top:20px;
    flex: 0 0 100%;
  }
 
  ._new .consultation__item{
    display:flex;
    flex-direction:column;
    justify-content: center;;
    align-items:center;
  }

  .body-header {
    display: block;
    padding: 14px 0px 20px;
    position: relative;
  }

  .body-header__column {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
 
  .body-header__column._more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 25px;
  }

  .body-header__title {
    font-size: 36px;
    line-height: 50px;
  }

  .body-header__calculation {
    margin-bottom: 0;
    position: absolute;
    bottom: 50px;
    left: 0px;
  }

  .body-header__calculation p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 92px;
    flex: 0 0 92px;
    width: 92px;
    height: 92px;
    font-size: 12px;
    line-height: 14px;
  }

  .body-header__calculation span {
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
  }

  .body-header__calculation span img {
    width: 11px;
  }

  .body-header__paggination {
    max-width: 100%;
  }

  .form-body-header {
    padding: 20px 30px;
    max-width: 400px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  /* .form-body-header__input{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius:10px;
  } */
  .block-materials__form._new{
    padding:10px 22px !important;
  }
  .project__subname, 
.form-body-header__desc,
  .form-body-header__text {
    max-width: 293px;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    margin: 0px auto;
  }
  .project__subname{
    max-width:100%;
  }

  .form-body-header__row {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .form-body-header__input {
    max-width: 280px;
    min-width: 280px;
    padding-bottom: 10px;
  }

  .form-body-header__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39px;
    flex: 0 0 39px;
    width: 39px;
    height: 39px;
  }

  .footer {
    padding: 60px 0px;
  }

  .footer__body {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 40px;
  }

  .footer__info {
    margin: 30px 0px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 30px;
  }

  .footer__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 40px) / 2);
    flex: 0 0 calc((100% - 40px) / 2);
  }

  .footer__other {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer__column {
    -webkit-box-flex: 0;
    
  }
  ._new{
    text-align:center;
  }
  .consultation__title,
  .consultation__subtitle,
  .consultation__text{
    padding-left:0px;
  }
.consultation__texts{
  height:100%;
}
  .materials {
    padding: 60px 0px;
  }

  .materials__nav {
    padding: 20px 0px 0px;
    -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
    background: #ffffff;
  }

  .materials .materials-nav__container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
  }

  .materials__list {
    padding-left: 0;
  }

  .materials__list::after {
    display: none;
  }

  .materials__item {
    padding-bottom: 22px;
  }

  .materials__block._active {
    display: block;
  }

  .block-materials__text {
    padding-right: 0;
  }

  .block-materials__row {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }

  .block-materials__input {
    max-width: none;
    padding-bottom: 10px;
  }

  .block-materials__btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59px;
    flex: 0 0 59px;
    width: 59px;
    height: 59px;
  }

  .block-materials__btn img {
    width: 15px;
  }

  .image-block-materials__image {
    height: auto;
    padding-bottom: 60%;
  }

  .project {
    padding-bottom: 60px;
  }

  .project__title {
    font-size: 22px;
    line-height: 31px;
  }

  .project__content {
    margin-top: 20px;
  }

  .project__item {
    display: block;
  }

  .project__body {
    min-height: 0;
  }

  .project__price {
    margin: 10px 0px;
  }

  .main-sliders-project__item {
    height: auto;
    width: 100%;
    padding-bottom: 62%;
  }

  .colors__image {
    height: 395px;
    padding-bottom: 0;
  }

  .colors__image .colors__image-pc {
    display: none;
  }

  .colors__image .colors__image-mob {
    display: block;
  }

  .colors__nub {
    width: 133px;
  }

  .colors__title {
    font-size: 22px;
    line-height: 31px;
    margin: 19px 0px;
  }

  .reviews {
    padding: 60px 0px;
  }

  .reviews__title {
    font-size: 22px;
    line-height: 31px;
  }

  .reviews__content {
    margin-top: 5px;
    margin-right: -20px;
  }

  .reviews__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 84%;
    flex: 0 0 84%;
  }

  .reviews__images picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .reviews__images img {
    width: auto;
  }

  .consultation {
    padding: 60px 0px;
  }

  .consultation__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .consultation__image {
    padding-bottom: 44%;
  }

  .consultation__texts {
    padding-left: 0;
    margin-top: 30px;
    margin-bottom: 20px;
    max-width: 560px;
  }

  .consultation__title {
    font-size: 22px;
    line-height: 31px;
  }

  .consultation__text {
    margin-top: 10px;
  }

  .consultation__list {
    margin-bottom: 20px;
  }

  .consultation__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .form-body-header__text._new{
    font-size:18px;
    margin-bottom:15px;
  }
.form-body-header__desc{
  width:200px;
  font-size:14px !important;
  line-height:160%!important;
  display:block;

}
  .consultation__item:nth-child(odd) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  ._new .consultation__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  align-items:center;
  text-align:center;
  width:100%;
}

  .consultation__form {
    padding: 20px 40px;
  }

  .consultation__input {
    padding-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .actions-head-header__callback {
    display: none;
  }

  .body-header {
    padding: 30px 0px 20px;
  }

  .body-header__title {
    font-size: 28px;
    line-height: 40px;
  }

  .body-header__info {
    margin: 20px 0px;
  }

  .body-header__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .body-header__calculation {
    display: none;
  }
  .project__subname,
  .form-body-header__desc,
  .form-body-header__text {
    font-size: 12px;
    line-height: 19px;
  }

  .thumbs-sliders-project {
    padding-right: 0;
    position: static;
  }

  .colors__btn {
    height: 54px;
  }

  .reviews__images {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .reviews__images picture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 10px) / 2);
    flex: 0 0 calc((100% - 10px) / 2);
  }

  .consultation__image {
    padding-bottom: 62%;
  }
}

@media (max-width: 700px) {
  .consultation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
/* 
  .consultation__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  } */

  .consultation__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    
    
  }

  .consultation__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    
  }

  .consultation__item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
   
  }
}

@media (max-width: 600px) {
  .block-materials__form {
    margin: 10px -20px 0px;
  }

  .image-block-materials {
    margin: 0px -20px;
  }

  .image-block-materials__image {
    height: 400px;
    padding-bottom: 0;
  }

  .image-block-materials__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 32px;
    padding-left: 40px;
  }

  .image-block-materials__item._1 {
    top: auto;
    left: auto;
  }

  .image-block-materials__item._1 .image-block-materials__text {
    left: -6px;
  }

  .image-block-materials__item._2 {
    top: auto;
    left: auto;
  }

  .image-block-materials__item._2 .image-block-materials__text {
    left: -6px;
  }

  .image-block-materials__item._3 .image-block-materials__text {
    left: -6px;
  }

  .image-block-materials__item._3 {
    top: auto;
    left: auto;
  }

  .image-block-materials__item._4 .image-block-materials__text {
    left: -6px;
  }

  .image-block-materials__item._4 {
    top: auto;
    left: auto;
  }

  .image-block-materials__item {
    position: relative;
    top: auto !important;
    left: auto !important;
  }
}

@media (max-width: 479.98px) {
  ._container {
    padding: 0px 15px;
  }

  .head-header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 129px;
    flex: 0 0 129px;
  }

  .body-header__column._more {
    row-gap: 30px;
  }

  .body-header__title {
    font-size: 22px;
    line-height: 31px;
  }

  .form-body-header {
    max-width: 100%;
    width: 100%;
    padding: 20px;
  }

  .form-body-header__input {
    min-width: 0;
    max-width: none;
  }

  .footer {
    padding: 40px 0px;
  }

  .footer__image {
    height: 332px;
  }

  .footer__logo {
    width: 142px;
  }

  .footer__value {
    font-size: 14px;
  }

  .footer__column._dev {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .materials {
    padding: 30px 0px 40px;
  }

  .materials .materials-nav__container {
    row-gap: 15px;
  }

  .materials__title {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }

  .materials__list {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .materials__item {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 17px;
  }

  .materials__blocks {
    margin-top: 20px;
  }

  .block-materials__content strong {
    text-align: center;
    display: block;
  }
/* 
  .block-materials__text {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease 0s;
    margin-bottom: 15px;
  }

  .block-materials__text._view {
    -webkit-line-clamp: initial;
  } */

  .block-materials__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #b38f55;
    margin-bottom: 10px;
  }

  .block-materials__more._active {
    display: none !important;
  }

  .block-materials__more._active + .block-materials__unmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .block-materials__more::after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    background: url(../img/icon/more-icon.svg) center center/auto no-repeat;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .block-materials__unmore {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #b38f55;
    margin-bottom: 10px;
  }

  .block-materials__unmore::after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    background: url(../img/icon/more-icon.svg) center center/auto no-repeat;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .block-materials__form {
    margin: 10px -15px 0px;
  }

  .block-materials__row {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .image-block-materials {
    margin: 0px -15px;
  }

  .image-block-materials__item._1 .image-block-materials__text {
    left: -40px;
  }

  .image-block-materials__item._2 .image-block-materials__text {
    left: -40px;
  }

  .image-block-materials__item._3 .image-block-materials__text {
    left: -40px;
  }

  .image-block-materials__item._4 .image-block-materials__text {
    left: -40px;
  }

  .image-block-materials__text {
    left: -40px;
  }

  .project {
    padding-bottom: 40px;
  }

  .project__title {
    font-size: 18px;
    line-height: 25px;
  }

  .project__body {
    padding: 20px 15px 30px;
  }

  .project__name {
    font-size: 14px;
    line-height: 20px;
  }
.block-materials__text,
  .project__text {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    
        overflow: scroll;
        max-height: 106px;
    
    
  }
  .block-materials__text._view,
  .project__text._view {
    -webkit-line-clamp: initial;
    max-height:none;
  }
  .block-materials__more,
  .project__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #b38f55;
    margin-top: 10px;
  }
.block-materials__more._active,
  .project__more._active {
    display: none !important;
  }
.block-materials__more._active + .block-materials__unmore,
  .project__more._active + .project__unmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.block-materials__more::after,
  .project__more::after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    background: url(../img/icon/more-icon.svg) center center/auto no-repeat;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
.block-materials__unmore,
  .project__unmore {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #b38f55;
    margin-top: 10px;
  }
.block-materials__unmore::after,
  .project__unmore::after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    background: url(../img/icon/more-icon.svg) center center/auto no-repeat;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .project__price {
    margin: 20px 0px 10px;
  }

  .project__price span {
    font-size: 22px;
    line-height: 32px;
  }

  .project__arrows {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .sliders-project__thumbs .swiper-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding:10px;
  }

  .main-sliders-project__item {
    padding-bottom: 83.5%;
  }

  .thumbs-sliders-project__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 116px;
    flex: 0 0 116px;
    height: 74px;
  }

  .colors__title {
    font-size: 18px;
    line-height: 25px;
    margin: 16px 0px;
  }

  .reviews {
    padding: 40px 0px;
  }

  .reviews__title {
    font-size: 18px;
    line-height: 25px;
  }

  .reviews__content {
    margin-right: -15px;
  }

  .reviews__item::after {
    top: 10px;
    right: 10px;
  }

  .reviews__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 30px 15px;
  }

  .reviews__arrows {
    padding: 0px 18px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .consultation {
    padding: 40px 0px;
  }

  .consultation__title {
    font-size: 18px;
    line-height: 25px;
  }

  .consultation__text {
    font-size: 14px;
    line-height: 17px;
  }

  .consultation__list {
    row-gap: 10px;
  }

  .consultation__form {
    padding: 20px 15px;
  }

  .consultation__row {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}

@media (max-width: 448px) {
  .calulation-popup__head {
    padding: 20px;
  }

  .calulation-popup__form {
    padding: 30px 20px 30px;
  }
}

@media (max-width: 355px) {
  .consultation__item {
    font-size: 14px;
    line-height: 23px;
  }
}

@media (max-width: 350px) {
  .footer__info {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .footer__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 15px) / 2);
    flex: 0 0 calc((100% - 15px) / 2);
  }

  .footer__other {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }

  .footer__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 15px) / 2);
    flex: 0 0 calc((100% - 15px) / 2);
  }

  .project__arrow {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .reviews__arrow {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media (any-hover: hover) {
  .body-header__calculation:hover p {
    background: #b38f55;
  }

  .project__arrow.project-arrow-prev:hover {
    color: #1d1c22;
  }

  .project__arrow.project-arrow-prev:hover::before {
    background: url(../img/icon/project-arrow-black.svg) center center/auto no-repeat;
  }

  .project__arrow.project-arrow-next:hover {
    color: #1d1c22;
  }

  .project__arrow.project-arrow-next:hover::after {
    background: url(../img/icon/project-arrow-black.svg) center center/auto no-repeat;
  }

  .reviews__arrow.reviews-arrow-prev:hover {
    color: #1d1c22;
  }

  .reviews__arrow.reviews-arrow-prev:hover::before {
    background: url(../img/icon/project-arrow-black.svg) center center/auto no-repeat;
  }

  .reviews__arrow.reviews-arrow-next:hover {
    color: #1d1c22;
  }

  .reviews__arrow.reviews-arrow-next:hover::after {
    background: url(../img/icon/project-arrow-black.svg) center center/auto no-repeat;
  }
}

._webp .reviews__item::after {
  background: url(../img/icon/quotes.webp) center center/auto no-repeat;
}

@media (max-width: 1342px) {
  ._webp .reviews__item::after {
    background: url(../img/icon/quotes.webp) center center/cover no-repeat;
  }
}
@media (max-width:1280px){
  .form-body-header{
    left:20%;
    top:-10%;
  }
}
@media  (max-width:1024px){
  
  .project__btn._new{
    width:100%;
    width:370px;
    
    font-size:12px;
  }
  .block-materials__form._new{
    padding:10px 52px;
  }
  .form-body-header{
    left:5%;
  }
  .consultation__texts{
    padding-left:0px;
  }
}
