body {
  overflow-x: hidden;
}

.btn {
  background-image: -webkit-linear-gradient(90deg, rgb(140, 97, 64) 0%, rgb(161, 129, 104) 100%);
  padding: 23px 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fbf9f5;
  letter-spacing: 1.5px;
  text-shadow: -0.695px 0.719px 1px rgba(61, 61, 61, 0.16);
  box-shadow: 0px 4px 0px 0px rgba(15, 79, 185, 0.004), inset 0px 0px 25px 0px rgb(206, 178, 157);
  transition: background-image 0.6s ease-in-out;
}
.btn:hover {
  background-image: -webkit-linear-gradient(90deg, rgb(115, 77, 47) 0%, rgb(161, 129, 104) 100%);
  transition: background-image 0.6s ease-in-out;
}

@media screen and (max-width: 991px) {
  .header-phone {
    align-items: flex-start !important;
    margin-top: 20px;
  }
}

@media screen and (max-width: 991px) {
  .header-phone-wrapper {
    margin-bottom: 10px;
  }
}

.hero {
  background: center/cover no-repeat url(../images/main-bg.jpg);
  overflow-x: clip;
}

.hero-wrapper {
  position: relative;
  z-index: 1;
}
.hero-wrapper:after {
  content: "";
  position: absolute;
  top: 100px;
  left: 100px;
  width: 450px;
  height: 450px;
  background-color: #fbf9f5;
  border: 50px solid #f6e8dd;
  filter: blur(60px);
  opacity: 10;
}
.hero-wrapper:before {
  content: "";
  position: absolute;
  top: 125px;
  left: -20px;
  width: 250px;
  height: 250px;
  background-color: #fbf9f5;
  border: 30px solid #f6e8dd;
  filter: blur(75px);
}

.hero-text {
  position: relative;
  z-index: 3;
}

.frame-decoration1 {
  margin-top: -70px;
}

.edge {
  position: relative;
  z-index: 3;
}

.gallery-img {
  width: 100%;
  height: 180px;
  object-position: center;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .gallery-img {
    height: 270px;
  }
}

.steps-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  overflow: hidden;
}

.advantages {
  overflow: clip;
}

.advantages-wrap {
  height: 100%;
}

.advantages-container {
  position: relative;
}
.advantages-container:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  bottom: -50px;
  left: -250px;
  background: center/contain url(../images/table-handdraw.png) no-repeat;
  opacity: 0.2;
  z-index: -1;
}
.advantages-container::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  top: 100px;
  right: -150px;
  background: center/contain url(../images/kitchen-img.png) no-repeat;
  opacity: 0.15;
  z-index: -1;
}

.gallery-slideshow {
  background: top/cover url(../images/bg-gallery.jpg) no-repeat;
}
@media screen and (max-width: 992px) {
  .gallery-slideshow {
    background: top/cover url(../images/bg-gallery-992.jpg) no-repeat;
  }
}

.faq {
  background: top/cover url(../images/kitchen-questions-bg.jpg) no-repeat;
}

.gallery-furniture {
  position: relative;
}
.gallery-furniture:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  top: -45px;
  right: -128px;
  background: center/contain url(../images/home-plant.png) no-repeat;
  z-index: -1;
  transform: rotateX("-20deg");
}
@media screen and (max-width: 992px) {
  .gallery-furniture:before {
    top: 100px;
  }
}

.steps {
  overflow-x: clip;
}

.steps-form {
  position: relative;
}
.steps-form:before {
  content: "";
  position: absolute;
  width: 350px;
  height: 300px;
  top: -47px;
  right: -106px;
  background: center/contain url(../images/Tape-Measure.png) no-repeat;
  z-index: 0;
}

.steps-form-wrapper {
  position: relative;
  z-index: 1;
}

.gallery-furniture {
  overflow-x: clip;
}

.contacts {
  overflow-x: clip;
}

.contacts-form,
.form-modal {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.contacts-form::after,
.form-modal::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  top: -50px;
  right: -50px;
  background: center/contain url(../images/kitchen-img-right.png) no-repeat;
  opacity: 0.15;
}
.contacts-form::before,
.form-modal::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  bottom: -50px;
  right: -20px;
  background: center/contain url(../images/table-handdraw.png) no-repeat;
  opacity: 0.15;
}

.form-wrapper {
  position: relative;
  z-index: 3;
}

input._error {
  -webkit-box-shadow: 0 0 15px red;
  box-shadow: 0 0 15px red;
}

.form-check-input._error {
  -webkit-box-shadow: 0 0 15px red;
  box-shadow: 0 0 15px red;
}

.form-box {
  position: relative;
}
.form-box::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  bottom: -75px;
  left: -283px;
  background: center/contain url(../images/home-plant2.png) no-repeat;
  z-index: -1;
}
.form-box::before {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  top: -45px;
  right: -174px;
  background: center/contain url(../images/white-clock.png) no-repeat;
}

.form-check-label {
  font-size: 12px;
  opacity: 0.7;
}

.request-call-header {
  border: none;
}

.btn-close {
  background-color: #fbf9f5;
}

.request-call-content {
  background: none !important;
  background-color: none !important;
}

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.footer {
  background: center/cover url(../images/footer-bg.jpg) no-repeat;
}
.footer a {
  color: #fbf9f5;
}

.footer-title {
  line-height: 1.6;
}

.footer-info {
  margin-top: 15px;
  font-size: 12px;
  opacity: 0.7;
}

.footer-item {
  margin-bottom: 12px;
}

.footer a:hover {
  color: #d9c6b5 !important;
  transition: color 0.6s ease-in;
}

.timetable {
  font-size: 12px;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .hero-wrapper:after {
    opacity: 0.9;
  }
  .hero-wrapper:before {
    opacity: 0.8;
  }
  .steps-item {
    margin-bottom: 55px !important;
  }
  .steps {
    margin-top: 40px !important;
  }
  .request {
    margin-top: 65px !important;
    margin-bottom: 55px !important;
  }
  .gallery-furniture:before {
    width: 350px;
    height: 350px;
    top: 311px;
  }
  .form-box::before {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .footer-item {
    margin-top: 25px !important;
    text-align: center;
  }
}
