@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Jost:ital,wght@0,200;1,400&display=swap');

html {
  scroll-behavior: smooth;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    /* font-family: 'Mont'; */
    font-style: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
    font-weight:700;
    background-color: #f4f0ec!important;
    font-family: 'Caveat', cursive;
    font-family: 'Jost', sans-serif;
}

body h3 {
  text-align: center;
  font-size:22px;
  padding: 0 0 30px 0;
    margin: 0;
}

body h2 {
  text-align: center;
  font-size:22px;
  padding-bottom: 15px;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}

.hidden {
  display:none;
}

.dark_bg {
    background: #212121;
}

.milky_bg {
    background: #f4f0ec;
}

.btn-bg-gold {
    background: #a7856a;
    border: 1px solid #a7856a;
    color: #fff;
    box-shadow: inset 0 3px 5px rgb(17 17 17 / 13%);
    padding: 5px 10px;
    border-radius: 2px;
}

.parallax {
    background: url('/images/h2.jpg') 100% 100%;
    background-size: cover;
    background-position: center -370px;
    height: 500px;
    background-attachment: fixed;
    /*display: flex;*/
    justify-content: center;
    color: #ffffff;
    align-items: center;
    position: relative;
}

.bg-parallax {
    background-color: rgba(0,0,0,.6);
    height:100%;
}

/*.parallax .mask {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgba(0,0,0,.6);*/
/*    z-index: 2;*/
/*    top:0;*/
/*}*/

.parallax h1 {
    z-index: 3;
    padding: 0;
    margin: 0;
    font-size: 50px;
    text-align: center;
    margin-top:60px;
    transition: .3s;
}

.ico-modal-close {
  background: url('/images/ico-modal-close.svg') no-repeat;
  display: block;
  width: 23px;
  height: 23px;
}

.ico-delete {
  background: url('/images/ico-delete.svg') no-repeat;
  display: block;
  width: 23px;
  height: 23px;
  background-color: #ffffffc7;
  border-radius: 50%;
}

.wr-header-form{
    background-color: #00000085;
    font-size:18px;
    margin-top:60px;
    position: relative;
}

.wr-header-form form {
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:40px;
    padding:15px;
    width:100%;
}

.wr-header-form form input {
    border:none;
    width:100%;
    padding: 15px 15px;
    background: #504b4bba;
    font-size: 16px;
    color:#fff;
}

.wr-header-form .form-groups {
  position:relative;
}

.wr-header-form .form-groups label {
  position:absolute;
  top:-40px;
}

.wr-header-form form button {
    border:none;
    width:100%;
    padding: 15px 15px;
    background: #a7856a;
    color: #fff;
    font-size: 16px;
    transition: .3s;
}

.wr-header-form form button:hover {
  background: #fff;
  color: #312f2f;
  cursor: pointer;
}

.js-close-modal-reviews {
  background: #a7856a;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  padding: 5px;
  transition: .3s;
}

.js-close-modal-reviews:hover {
  cursor: pointer;
  background:#686666;
}

.navbar-left {
  display:flex;
  align-items: center;
}

.navbar-left a {
  text-decoration: none;
  color:#fff;
}

.header-top-right ul {
    display:flex;
    list-style: none;
    gap: 10px;
    align-items: center;
}

.header-top-right ul a {
    font-size: 16px;
    text-decoration: none;
    color:#fff;
    transition: .3s;
    padding:10px 5px;
}

.header-top-right ul a:hover {
    color:#a7856a;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:30px 0;
}

.wr-slider {
    background: #212121;
    padding:60px 0;
}

.wr-reviews {
    padding:60px 0 0 0;
}

.reviews-item-left {
    display:flex;
    justify-content: center;
}

.reviews-item-left img {
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
}

.collection-not {
  color: red;
  width: 100%;
  height: 133px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wr-footer {
  background:#212121;
}

.coperight {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  color:rgba(222, 222, 222, 0.5);
  font-size: 16px;
}

.coperight a {
  text-decoration: none;
  color:#fff;
}

.wr-reviews ul {
  list-style: none;
  padding:0;
  margin:0;
}

.reviews-item-right {
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  font-weight: 700;
}

.wr-header-form {
  display:flex;
}

.wr-advantages .advantages {
  grid-template-columns: repeat(2, 1fr);
  display:grid;
  gap: 30px;
}

.advantage-item-left{
    height:50px;
}

.advantage-item-left img {
  width:50px;
  height:50px;
}

.consultant-form-success {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px;
  color: #000;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
}

.header-form-success {
  width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000006e;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.wr-advantages .advantage-item {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    transition: .3s;
    /* -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2); */
}

.btn-add-review {
    border: none;
    padding: 15px 15px;
    background: #a7856a;
    color: #fff;
    font-size: 16px;
    transition: .3s;
}

.btn-add-review:hover {
    background: #fff;
    color: #312f2f;
    cursor: pointer;
}

.wr-add-review {
    text-align: center;
}

.wr-modal-reviews {
    background: rgba(61, 61, 61, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-reviews-body {
    background: #fff;
    width: 500px;
    opacity: 1;
    z-index: 999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    padding: 30px;
}

.modal-reviews-body-top {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-family: 'Mont';
    font-size: 22px;
    align-items: center;
}

.ico-modal-close {

}

.modal-reviews-body-form {
    margin-top: 15px;
}

.modal-reviews-body-form .form-group {
    position: relative;
    margin-top: 10px;
    display:flex;
}

.modal-reviews-body-form .form-group label {
    position: absolute;
    left: 0;
    top: -5px;
    color: #df0404;
}

.header-company-desc {
  font-weight:700;
  font-size:20px;
}

.modal-reviews-body-form .form-group input, .modal-reviews-body-form .form-group textarea {
    width: 100%;
    border: none;
    background: #F8F8F8;
    padding: 20px 15px;
    margin-top: 15px;
    color: #ADB1B1;
    font-family: 'Mont';
}

.advantage-item-title {
  font-weight: 700;
  font-size: 22px;
}

.btn-submit-review {
  border: none;
  padding: 15px 15px;
  background: #a7856a;
  color: #fff;
  font-size: 16px;
  transition: .3s;
}

.btn-submit-review:hover {
  background: #fff;
  color: #312f2f;
  cursor: pointer;
}

.wr-submit-review {
  display:flex;
  justify-content: center;
}

.advantage-item-right {
  padding-left:7px;
}

.advantage-item-desc {
color: #838383;
}

.advantage-item-desc p {
  margin:5px 0;
}

.wr-advantages {
  padding:60px 0 0 0;
}

.owl-carousel-list .item img {
  height: 200px;
  object-fit: cover;
}

.parallax2 {
    background:url('/images/h2.jpg') 100% 100%;
    background-size: cover;
    background-position: center -370px;
    background-attachment: fixed;
    /* height: 350px; */
    justify-content: center;
    color: #ffffff;
    align-items: center;
    position: relative;
    margin-top:60px;
}

.wr-ya-maps {
  position:relative;
}

.wr-consultant-form .consultant-desc {
color:#000;
}

.delivery-payment-left h3 {
  padding:0;
}

.bg-parallax {
    background-color: rgba(0,0,0,.6);
    height: 100%;
}

.bg-parallax2 {
    padding:30px;
    background-color: rgba(0,0,0,.6);
    /* height: 290px; */
}

.header-company-desc {
    text-align: center;
    font-size:18px;
}

.wr-consultant-form {
    background: #f4f0ec;
    padding: 30px;
    border-radius: 4px;
}

.wr-consultant-form h4 {
    padding: 0 0 15px 0;
    margin:0;
    color: #333;
    font-size: 16px;
    line-height:1.2;
}

.wr-consultant-form form {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
}

.wr-consultant-form .form-groups {
    display:grid;
    position: relative;
}

.wr-consultant-form .form-groups label {
    color:red;
}

.wr-consultant-form .form-groups input {
    border: none;
    color: #333;
    padding: 10px;
}

.wr-consultant-form .form-groups .errors {
    position: absolute;
    top: -17px;
}

.wr-consultant-form button {
border: none;
width: 100%;
padding: 15px 15px;
background: #a7856a;
color: #fff;
font-size: 16px;
transition: .3s;
}

.wr-consultant-form button:hover {
    background: #fff;
    color: #312f2f;
    cursor: pointer;
}

.delivery-payment-left {
    padding-right:30px;
}

.delivery-payment-left h3 {
    margin:0;
    text-align: left;
}

.wr-delivery-payment .container {
    display:grid;
    grid-template-columns: 70% 30%;
    justify-content: space-between;
}

.wr-slider h3 {
color:#fff;
padding:0;
}

.slider-desc {
  color: #fff;
    text-align: center;
    font-size:16px;
    margin: 5px 0px;
}

.slider-title {
  padding-bottom:30px;
}

.wr-constructor-btn-list {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 7px;
}

.wr-slider .item img {
  border-radius:4px;
}

.ya-maps-contact {
  position: absolute;
    left: 30px;
    top: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.ya-maps-contact h3 {
  padding-bottom:15px;
}

.video-item img {
  max-width:350px;
}

.ya-maps-contact a {
  text-decoration: none;
  color:#000;
}

.wr-constructor .constructor-block {
    display: flex;
    justify-content: space-between;
    gap:30px;
}

.wr-constructor .container {
  padding-top:60px;
  padding-bottom:60px;
}

.constructor-btn-list {
    position: fixed;
    bottom: 0;
    background: #ffffffcf;
    width: 100%;
    left: 0;
    padding: 10px 0;
    z-index: 500;
    justify-content: center;
}

#navbar img {
  max-height:25px;
}

.wr-navbar {
  display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 7px 15px;
}

.wr-navbar .navbar-right {
  display: flex;
  align-items: center;
  gap:5px;
}

.wr-navbar .navbar-right a {
  text-decoration: none;
  color:#fff;
  padding:10px;
}

.constructor-block .constructor-left {
  width:100%;
}

.constructor-block .constructor-right {
  width:450px;
}

.wr-constructor-title {
  padding: 8px 15px;
  margin-top:15px;
  background: #a7856a;
  color: #fff;
}

.constructor-left {
  /* display:flex;
  justify-content: center; */
}

.constructor-build-item-name {
  text-align: center;
}

.consturct-elem-name {
  text-align: center;
}

.constructor-build-item {
  display: grid;
  align-items: center;
  justify-content: center;
}

.constructor-build-item-img img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.constructor-category {
  /* height: 270px;
  width: 350px; */
  text-align: center;
  margin: 0px auto;
}

.collection-not-found {
  width: 100%;
  height: 133px;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}

.constructor-category img {
  width:100%;
}

.constructor-build-list {
  display:flex;
  flex-wrap: wrap;
  gap:15px;
  margin-top:30px;
}

.constructor-elem-list {
  margin-top:15px;
}

.constructor-elem-list ul {
  list-style: none;
  padding:0;
  margin:0;
  /* display:grid;
  grid-template-columns: repeat(3,1fr); */
  display:flex;
  gap:15px;
}

.constructor-elem-list ul li {
  display:grid;
  justify-content: center;
}

.constructor-elem-list li .consturct-elem-img {
position:relative;
display:flex;
justify-content: center;
padding: 8px;
border-radius: 4px;
}

.constructor-elem-list li .consturct-elem-img:hover {
  cursor: pointer;
}

.constructor-elem-bg {
  background: #ffffff80;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.constructor-elem-bg .ico-plus {
background:url('/images/ico-plus.svg') no-repeat;
display:block;
width:35px;
height:35px;
}

.btn-up {
  position: fixed;
  right: 10px;
  bottom: 90px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius:50%;
  background-color: rgb(167,133,106);
  padding:15px;
  transition: .3s;
  z-index:501;
}

.owl-carousel-list .owl-prev {
  background: #ffffff7d !important;
  width:50px;
  height:50px;
  border-radius: 50%;
}

.owl-carousel-list .owl-next {
  background:#ffffff7d !important;
  width:50px;
  height:50px;
  border-radius: 50%;
}

.owl-carousel-list .owl-next {
  top: 80px;
  right: -25px;
  position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel-list .owl-prev {
  top: 80px;
  left: -25px;
  position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.constructor-elem-list img {
  width:70px;
  height:70px;
  object-fit: cover;
}

#navbar {
  background-color: #333333d9;
  position: fixed;
  top: -50px;
  width: 100%;
  transition: top 0.3s;
  z-index:99;
    display:flex;
    justify-content: right;
    align-items: center;
}

#navbar>a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  transition: .3s;
}

.navbar-right a:hover {
  background-color: #a7856a;
  color: #fff;
}

.btn-up::before {
  content: "";
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: rgb(77, 59, 45); /* цвет заднего фона при наведении */
  }
}

@keyframes spinning-circle {
    0% {
        stroke-dashoffset: 0;
        stroke-dasharray: 150.6 100.4;
    }
    50% {
        stroke-dasharray: 1 250;
    }
    100% {
        stroke-dashoffset: 502;
        stroke-dasharray: 150.6 100.4;
    }
}

.spinner__circle {
    animation: 2s linear spinning-circle infinite;
}

.bg-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff29;
    width:100%;
    height:100%;
}

.wr-spinner, .wr-spinner2 {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}

.wr-spinner, .wr-spinner3 {
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
}

.wr-spinner, .wr-spinner4 {
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
}

.wr-spinner, .wr-spinner5 {
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
}

.header-top-right {
    display: flex;
    align-items: center;
}

.wr-consultant-form {
    position:relative;
}

.arrow-left {
   background: url('/images/chevron-right.svg') no-repeat;
    display:block;
    width:35px;
    height:35px;
}

.arrow-right {
    background: url('/images/chevron-left.svg') no-repeat;
    display:block;
    width:35px;
    height:35px;
}

.b-container {
    height:22px;
}

.b-nav {
    background: #454343d9 none repeat scroll 0 0;
    position: fixed;
    top: 0;
    width: 320px;
    z-index: 150;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-left:15px;
    align-items: center;
}
.b-nav:not(.open) {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}
.b-nav {
    animation-duration: .4s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.b-nav ul {
    padding-left: 0px;
}
.b-nav li {
    color: #fff;
    list-style-type: none;
    padding: 10px 10px 10px 0;
    text-align: left;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.b-nav li:not(.open) {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}
.b-nav li:not(.open), .b-nav.open li {
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both
}
.b-nav li:first-child {
    margin-top: 0px
}
.b-nav.open {
    visibility: visible;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.b-nav:not(.open) {
    visibility: hidden;
    animation-duration: 0.4s;
    animation-fill-mode: backwards;
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}
.b-nav.open li {
    padding-left: 30px;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}
.b-link {
    background: 0 0;
    border-left: rgba(255, 255, 255, 0)solid 2px;
    color: #fff;
    transition: all .4s ease;
    width: auto
}
.b-link, .b-menu {
    -webkit-transition: all .4s ease;
}
.b-nav li {
    border-left: 5px solid #e00a12;
}

.b-nav a {
    color:#fff;
    text-decoration: none;
    padding: 5px 0;
    font-size: 18px;
}

.b-menu {
    cursor: pointer;
    display: block;
    height:26px;
}
.b-bun--bottom, .b-bun--mid, .b-bun--top {
    height: 2px;
    width: 25px
}
.b-container.open .b-main, .b-menu:hover {}
.b-bun {
    background: #fff;
    transition: all .4s ease
}
.b-brand, .b-bun {
    position: relative;
    -webkit-transition: all .4s ease
}
.b-bun--top {
    top: 0
}
.b-bun--mid {
    top: 8px
}
.b-bun--bottom {
    top: 16px
}
.b-brand {
    color: #2196f3;
    top: -21.43px;
    transition: all .4s ease;
    z-index: 13
}

.b-container:hover:not(.open) .bun-bottom, .b-container:hover:not(.open) .bun-mid, .b-container:hover:not(.open) .bun-top {
    background: #2196f3
}
.b-container.open .b-bun--top {
    background: #e00a12;
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.b-container.open .b-bun--mid {
    opacity: 0
}
.b-container.open .b-bun--bottom {
    background: #e00a12;
    top: 5px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.b-container.open .b-brand {
    color: #fff
}
.mobile-search-btn {
    background-color: #e00a12;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 25px;
    margin-left: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
    border:none;
}
.mobile-search {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #949494;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 30px;
    padding: 10px;
    width: 80%;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom .7s ease-in;
}
.active.fade-left {
  animation: fade-left .7s ease-in;
}
.active.fade-right {
  animation: fade-right .7s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.owl-review-list .owl-prev {
    background:#1616167d !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 80px;
    left: -25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-review-list .owl-next {
    background:#1616167d !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 80px;
    right: -25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-top-right .b-container {
  display:none;
}

#navbar .b-container {
  display:none;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}

.property-elem-list ul {
    list-style: none;
    margin:0;
    padding:0;
    margin-top:15px;
}

.property-elem-list li .checkbox {
    display: flex;
    gap: 3px;
}

.property-elem-list li .checkbox:hover {
    cursor: pointer;
}

.summ-price-constr {
  text-align: center;
  font-size:22px;
  font-weight:700;
}

.constructor-build-item-img {
  position:relative;
}

.bg-constr-elem {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.constructor-build-item-img:hover {
  cursor: pointer;
}

.wr-modal-createOrder {
  background: rgba(61, 61, 61, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-createOrder-body {
  background: #fff;
  width: 500px;
  opacity: 1;
  z-index: 999;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 2px;
  padding: 30px;
}

.modal-createOrder-body-top {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-family: 'Mont';
  font-size: 22px;
}

.modal-createOrder-body-form {
  margin-top: 15px;
}

.modal-createOrder-body-form .form-group {
  position: relative;
  margin-top: 10px;
  display:flex;
}

.modal-createOrder-body-form .form-group input {
  width: 100%;
  border: none;
  background: #F8F8F8;
  padding: 20px 15px;
  margin-top: 15px;
  color: #ADB1B1;
  font-family: 'Mont';
}

.js-close-modal-createOrder {
  background: #a7856a;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  padding: 5px;
  transition: .3s;
}

.js-close-modal-createOrder:hover {
  cursor: pointer;
}

.btn-submit-createOrder {
  border: none;
  padding: 15px 15px;
  background: #a7856a;
  color: #fff;
  font-size: 16px;
  transition: .3s;
}

.btn-submit-createOrder:hover {
  background: #fff;
  color: #312f2f;
  cursor: pointer;
}

.btn-clear-collection {
  background: #000000;
  border: none;
  color: #fff;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  transition: .3s;
  border-radius: 4px;
}

.btn-clear-collection:hover {
  background: #0000008a;
  cursor: pointer;
}

.ico-update {
  background: url('/images/ico-update.svg') no-repeat;
  display: block;
  width: 23px;
  height: 23px;
}

.wr-btn-clear {
  margin-top:15px;
}

.wr-modal-installMent {
    background: rgba(61, 61, 61, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-installMent-body {
    background: #fff;
    width: 500px;
    opacity: 1;
    z-index: 999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    padding: 30px;
}

.modal-installMent-body-top {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-family: 'Mont';
    font-size: 22px;
}

.modal-installMent-body-form {
    margin-top: 15px;
}

.modal-installMent-body-form .form-group {
    position: relative;
    margin-top: 10px;
    display:flex;
}

.modal-installMent-body-form .form-group input {
    width: 100%;
    border: none;
    background: #F8F8F8;
    padding: 20px 15px;
    margin-top: 15px;
    color: #ADB1B1;
    font-family: 'Mont';
}

.js-close-modal-installMent {
    background: #a7856a;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    padding: 5px;
    transition: .3s;
}

.js-close-modal-installMent:hover {
    cursor: pointer;
}

.constructor-btn-list button {
    border: none;
    padding: 15px 15px;
    background: #a7856a;
    color: #fff;
    font-size: 16px;
    transition: .3s;
}

.constructor-btn-list {
    display:flex;
    gap:15px;
}

.constructor-btn-list button:hover {
cursor: pointer;
background:#fff;
color: #312f2f;
}

.wr-submit-createOrder {
  margin-top:30px;
  display:flex;
  justify-content: center;
}


.modal-createOrder-body-form .form-group label {
  position: absolute;
  left: 0;
  top: -5px;
  color: #df0404;
}

.property-material {
  color: #df0404;
  text-align: center;
}

.btn-submit-installMent {
  border: none;
  padding: 15px 15px;
  background: #a7856a;
  color: #fff;
  font-size: 16px;
  transition: .3s;
}

.wr-submit-installMent {
position: relative;
margin-top: 10px;
display: flex;
justify-content: center;
}

.btn-submit-installMent {
  border: none;
  padding: 15px 15px;
  background: #a7856a;
  color: #fff;
  font-size: 16px;
  transition: .3s;
}

.btn-submit-installMent:hover {
cursor: pointer;
background:#fff;
color: #312f2f;
}

.modal-installMent-body-form .form-group label {
  position: absolute;
  left: 0;
  top: -5px;
  color: #df0404;
}

.modal-installment-form-price {
  font-size: 18px;
  font-weight: 700;
}

.modal-installment-form-tab {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  margin-top: 15px;
}

.modal-installment-form-tab button.active {
  background: #a7856a;
  color: #fff;
  border: none;
  padding: 7px;
  transition: .3s;
}

.modal-installment-form-tab button {
  border: none;
  background: #EBECEC;
  padding: 7px;
  transition: .3s;
}

.wr-tab-item-4-graphick {
  display: flex;
  margin-top: 15px;
  gap: 15px;
}

.tab-item-block-title.active {
  color: #a7856a;
}

.tab-item-block-price {
  font-weight: 700;
  font-size: 18px;
  display:block;
}

.installment-form-tab-item-4-body ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
  margin:0;
  margin-top: 15px;
}

.installment-form-tab-mark.active {
  background: #a7856a;
}

.tab-item-block span {
  display: block;
}

.installment-form-tab-mark {
  width: 100%;
  height: 3px;
  background: #EBECEC;
}

.tab-item-block-title {
  font-size: 12px;
  color: #ADB1B1;
  margin-top: 5px;
}

.tab-item-block span {
  display: block;
}

.installment-form-tab-item-4-body ul {
  list-style: none;
  padding: 0;
}

.tab-item-4-graphick-start {
  display: flex;
  gap: 15px;
}

.wr-tab-item-6-graphick {
  display: flex;
  margin-top: 15px;
  gap: 15px;
}

.installment-form-tab-item-6-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 3px;
  margin-top: 15px;
}

.block-6-info {
  display:flex;
  align-items: center;
  gap:3px;
}

.block-4-info {
  display:flex;
  align-items: center;
  gap:3px;
}

.block-4-li {
  display:flex;
  align-items: center;
  gap:3px;
}

.modal-installment-form-tab button:hover {
    cursor: pointer;
}

.property-material a {
  color: #df0404;
  text-align: center;
  text-decoration: none;
  font-weight:700;
}

.sale-procent {
  color:red;
}

.reviews-item-name {
  font-weight:700;
}

.wr-videos {
  background: #212121;
  padding: 60px;
  color: #fff;
  margin-top: 60px;
}

.mod_videos {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.mod_videos .video-item:hover {
  cursor: pointer;
}

.header-phone a {
    text-decoration: none;
    color:#fff;
    font-size: 18px;
}

.header-phone {
    text-align: center;
    margin-top:15px;
}

.navbar-left a:hover {
  cursor: pointer;
  background: none;
}

@media (max-width: 1050px) {

.navbar-right a {
  display:none;
}

    .header-top-right .mod-list {
        display:none;
    }

    #navbar>a {
        display:none;
    }

    .header-top-right .b-container {
        display:block;
    }

    #navbar .b-container {
        display:block;
        margin-right: 15px;
    }

    #navbar {
        padding: 15px 0;
    }
}

@media (max-width: 750px) {
    .wr-advantages .advantages {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        transition: .3s;
    }

    .wr-advantages .advantage-item {
        background: #fff;
        padding: 15px;
        border-radius: 4px;
        transition: .3s;
    }

    .parallax2 {
        height:100%;
    }

    .wr-delivery-payment .container {
        display:block;
    }

    .bg-parallax2 {
        height:100%;
    }
}

@media (max-width: 700px) {
    .ya-maps-contact {
        position: initial;
    }
}

@media (max-width: 600px) {
    .wr-header-form form {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        padding: 15px;
    }

    .wr-header-form .form-groups {
        position: relative;
        display: flex;
    }

    .parallax {
        height:100%;
    }

    .parallax h1 {
      font-size: 24px;
      margin-top: 0px;
      line-height: 1.1;
    }

    .header-company-desc {
      text-align: center;
      font-size: 16px;
      margin-top: 15px;
    }

    .wr-header-form {
        margin-top:30px;
    }

    .bg-parallax {
        padding-bottom:30px;
    }

    .wr-constructor .container {
        display:block;
    }

    .wr-constructor .constructor-block {
      /* display: flex;
      flex-flow: row;
      flex-wrap: wrap; */
      display:block;
    }

    .wr-constructor-left {
      margin-top:30px;
    }

    .constructor-block .constructor-right {
        width: 100%;
    }

    .mod_videos {
        display:block;
    }

    .mod_videos .video-item {
        margin-bottom:15px;
        text-align: center;
    }

    .mod_videos .video-item img {
      width:100%;
    }

    .header-top {
        display:block;
    }

    .header-logo {
        text-align: center;
    }

    .coperight {
        display:block;
    }

    .coperight-right {
        margin-top:15px;
    }

    .header-top-right .b-container {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index:200;
    }

    .reveal {
        position: inherit;
    }

    .constructor-elem-list ul {
      display:grid;
      grid-template-columns: repeat(3,1fr);
    }

    .wr-videos {
      padding:30px;
    }

    .container {
      max-width: 1400px;
      margin: 0 auto;
      padding-left: 16px;
      padding-right: 16px;
  }

  .owl-carousel-list .owl-prev {
    left:0;
  }

  .owl-carousel-list .owl-next {
    right:0;
  }

  .wr-slider {
    padding: 30px 0;
  }

  .owl-review-list .owl-next {
    right:0;
  }

  .owl-review-list .owl-prev {
    left:0;
  }

  .coperight {
    font-size: 14px;
  }

  .modal-reviews-body {
    width: 300px;
  }

  .modal-createOrder-body {
    width:300px;
  }

  .modal-installMent-body {
    width:300px;
  }

  .header-form-success {
    position:relative;
    font-size: 16px;
  }

  .bg-constr-elem {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    width: 100%;
    height: 100%;
  }

}
