@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
  margin: auto;
}

body {
  width: 100%;
  margin: auto;
  background: #f2f2f2;
  font-family: "Montserrat", sans-serif;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

h1 {
  font-size: 1.4rem;
  font-weight: 400;
  font-size: 1.3rem;
  color: #000;
  padding: 2rem 0 2rem;
  text-align: center;
}

h2,
h3 {
  font-weight: 400;
  font-size: 1.5rem;
  color: #000;
  padding: 2rem 0 2rem;
  text-align: center;
}

ul,
ol,
li,
p,
a,
span {
  font-weight: 400;
  color: #000;
  text-decoration: none;
  padding: 1.5rem 0rem;
  font-size: 1.3rem;
}

p {
  line-height: 2rem;
}

ul,
ol {
  list-style: none;
  margin: 0;
}

li {
  padding: 0.6rem;
}

a {
  font-weight: 500;
}

a:hover, a:visited, a:hover, a:active, a:focus {
  -webkit-tap-highlight-color: transparent;
}

a.anchor {
  position: relative;
  top: -55px;
  visibility: hidden;
}

menu {
  padding: 0;
  display: contents;
  list-style: none;
}

button {
  cursor: pointer;
  outline: none;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  font-family: "Montserrat", sans-serif;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet-active {
  background-color: #fff !important;
  width: 1rem !important;
  height: auto !important;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 1 !important;
  padding: 10px;
}

header {
  height: 11rem;
}

.header__wrapper {
  z-index: 999;
  background: #000;
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  padding: 1rem 0;
}

.header__logo img {
  max-width: 13rem;
  height: auto;
}

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

.header__menu a {
  color: #fff;
  padding: 0 1rem;
}

.header__menu li {
  color: #fff;
  border-right: 1px solid #ffde03;
  padding: 0 1rem;
}

.header__menu li:last-child {
  border-right: none;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__contacts .header__contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.header__contacts .header__contacts__item .header__contacts__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.header__contacts .header__contacts__item .header__contacts__text a {
  color: #fff;
  font-size: 1.5rem;
  padding: 0;
}

.header__contacts .header__contacts__item .header__contacts__text span {
  color: #c9c9c9;
  font-size: 1.5rem;
  padding: 0;
}

.header__contacts i {
  height: auto;
  width: auto;
  display: block;
  cursor: pointer;
}

.header__contacts [class^="flaticon-"]:before {
  font-size: 3.3rem;
  color: #c9c9c9;
}

.header__banner {
  position: relative;
  height: 50rem;
  background: #c9c9c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}

.header__banner .header__banner__door {
  position: relative;
  width: 18rem;
  height: 90%;
  border: 1px solid #000;
}

.header__banner .header__banner__door:after {
  position: absolute;
  content: "";
  width: 3rem;
  height: 0.7rem;
  background: #525252;
  right: 1rem;
  top: 50%;
}

.header__banner .header__banner__cta {
  background: #ffde03;
  padding: 2rem;
  height: 90%;
  max-width: 45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.header__banner .header__banner__cta h1 {
  font-size: 4rem;
  padding: 0;
  font-weight: 700;
}

.header__banner .header__banner__cta h2 {
  font-size: 1.8rem;
  font-weight: 600;
}

.header__banner .header__banner__cta h2 span {
  padding: 0.5rem;
  font-size: 1.7rem;
  background: #000;
  color: #fff;
}

.header__banner .header__banner__cta form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.header__banner .header__banner__cta form h3 {
  font-size: 2.5rem;
}

.header__banner .header__banner__cta form input {
  border: none;
  background: #fafafa;
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 0;
  outline: none;
  font-size: 1.7rem;
}

.header__banner .header__banner__cta form button {
  border-radius: 0;
  padding: 1rem;
  background: #000;
  color: #fff;
  font-size: 1.7rem;
}

@media (max-width: 700px) {
  header {
    height: 15rem;
  }
  .header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 15rem;
    z-index: 2;
    position: relative;
  }
  .header__logo img {
    max-width: 9rem;
  }
  .header__contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .header__contacts .header__contacts__item .header__contacts__text a {
    font-size: 1.3rem;
  }
  .header__contacts .header__contacts__item .header__contacts__text span {
    font-size: 1.3rem;
  }
  .header__contacts .header__contacts__item .header__contacts__text.map {
    display: none;
  }
  .header__contacts [class^="flaticon-"]:before {
    font-size: 3rem;
  }
  .header__banner .header__banner__door {
    display: none;
  }
  .header__banner .header__banner__cta {
    height: 100%;
  }
  .header__banner .header__banner__cta h2 {
    line-height: 3rem;
  }
}

footer {
  position: relative;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__totop {
  position: absolute;
  top: -3rem;
  background: #ffde03;
  padding: 0.5rem;
  border: 0.5rem solid #000;
}

.footer__totop svg {
  fill: #000;
  width: 5rem;
  height: 5rem;
}

@media (max-width: 900px) {
  .footer__totop {
    top: -2rem;
  }
  .footer__totop svg {
    fill: #000;
    width: 4rem;
    height: 4rem;
  }
}

@media (max-width: 700px) {
  .footer__totop {
    position: absolute;
    top: -2rem;
    right: 3rem;
    background: #ffde03;
    padding: 0.5rem;
    border: 0.3rem solid #000;
  }
  .footer__totop svg {
    fill: #000;
    width: 3rem;
    height: 3rem;
  }
}

.footer__logo img {
  max-width: 30%;
  height: auto;
}

.footer__info p {
  color: #fff;
  text-align: center;
}

.footer__info a {
  color: #fff;
}

main {
  overflow: hidden;
}

.doors__description {
  padding: 3rem;
  margin: 5rem;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}

.doors__description .doors__description__text {
  text-align: center;
  margin-bottom: 3rem;
  width: 50%;
}

.doors__description .doors__description__text h2 {
  font-size: 3rem;
}

.doors__description .doors__description__text h2 span {
  font-size: 3rem;
  padding: 0 1rem;
  background: #000;
  color: #fff;
}

.doors__description .doors__description__text ul li {
  font-size: 1.5rem;
}

.doors__description .doors__description__text p {
  font-size: 1.5rem;
}

.doors__description .doors__description__text p span {
  font-size: 1.5rem;
  padding: 0 1rem;
  background: #000;
  color: #fff;
}

.doors__description .doors__description__img {
  margin: auto;
  overflow: auto;
  border: 0.5rem solid #ffde03;
  width: 50%;
}

.doors__description .doors__description_step {
  width: 25%;
  text-align: center;
  background: #f2f2f2;
  padding: 2rem;
  min-height: 22rem;
}

.doors__description .doors__description_step h3 {
  font-size: 2rem;
  padding: 0 1rem;
  background: #000;
  color: #fff;
}

.doors__description .doors__description_step p {
  font-size: 1.5rem;
}

.doors__description__cta {
  padding: 3rem;
  margin: 5rem;
  background: #ffde03;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}

.doors__description__cta .doors__description__text__cta {
  width: 50%;
}

.doors__description__cta .doors__description__text__cta p {
  font-size: 1.5rem;
}

.doors__description__cta .doors__description__text__cta span {
  font-size: 1, 5rem;
  padding: 0 1rem;
  background: #000;
  color: #fff;
}

.doors__description__cta .doors__description__text__cta h2 {
  font-size: 3rem;
}

.doors__description__cta .doors__description__text__cta h2 span {
  font-size: 3rem;
  padding: 0 1rem;
  background: #000;
  color: #fff;
}

.doors__description__cta .doors__description__img__cta {
  width: 50%;
}

.doors__description__cta .doors__description__img__cta form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.doors__description__cta .doors__description__img__cta form input {
  border: none;
  background: #fafafa;
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 0;
  outline: none;
  font-size: 1.7rem;
}

.doors__description__cta .doors__description__img__cta form button {
  border-radius: 0;
  padding: 1rem;
  background: #000;
  color: #fff;
  font-size: 1.7rem;
}

.doors__price__title h2,
.doors__order__title h2 {
  font-size: 3rem;
}

.doors__price__title h2 span,
.doors__order__title h2 span {
  font-size: 3rem;
  padding: 0 1rem;
  background: #000;
  color: #fff;
}

.doors__price {
  background: #fff;
  padding: 3rem;
  margin: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.doors__price__item {
  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;
  width: 20%;
  padding: 1rem;
  gap: 1rem;
  background: #f2f2f2;
}

.doors__price__item:first-child {
  margin-left: 1rem;
}

.doors__price__item:last-child {
  margin-right: 1rem;
}

.doors__price__item .doors__price__description p {
  color: #000;
  text-align: center;
  font-size: 1.5rem;
}

.doors__price__item .doors__price__price span {
  font-size: 2rem;
  color: #000;
}

.doors__price__item .doors__price__order {
  width: 80%;
}

.doors__price__item .doors__price__order button {
  font-size: 1.5rem;
  width: 100%;
  background: #ffde03;
  padding: 1rem;
}

.error {
  border: 2px solid red !important;
}

@media (max-width: 900px) {
  .doors__description {
    margin: 0.5rem;
    padding: 2rem;
    margin-bottom: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .doors__description.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .doors__description .doors__description__text {
    width: 100%;
  }
  .doors__description .doors__description__text h2 {
    font-size: 2.5rem;
    line-height: 3.3rem;
  }
  .doors__description .doors__description__text h2 span {
    font-size: 2.5rem;
  }
  .doors__description .doors__description__text p {
    font-size: 1.3rem;
    font-size: 1.3rem;
  }
  .doors__description .doors__description__text ul li {
    font-size: 1.3rem;
  }
  .doors__description .doors__description__img {
    width: 100%;
  }
  .doors__description .doors__description_step {
    width: 100%;
    padding: 0rem;
    min-height: 15rem;
    margin-bottom: 1rem;
  }
  .doors__description .doors__description_step:last-child {
    margin-bottom: 0;
  }
  .doors__description .doors__description_step p {
    padding: 3rem;
  }
  .doors__description__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0.5rem;
    padding: 2rem;
    margin-bottom: 3rem;
    gap: 2rem;
  }
  .doors__description__cta .doors__description__img__cta {
    width: 100%;
  }
  .doors__description__cta .doors__description__text__cta {
    width: 100%;
  }
  .doors__description__cta .doors__description__text__cta p {
    text-align: center;
    font-size: 1.3rem;
  }
  .doors__description__cta .doors__description__text__cta h2 {
    font-size: 2.5rem;
  }
  .doors__description__cta .doors__description__text__cta h2 span {
    font-size: 2.5rem;
  }
  .doors__price__title h2,
  .doors__order__title h2 {
    font-size: 2.5rem;
  }
  .doors__price__title h2 span,
  .doors__order__title h2 span {
    font-size: 2.5rem;
  }
  .doors__price {
    margin: 0rem;
    padding: 0;
    background: transparent;
    margin-bottom: 3rem;
    overflow: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .doors__price::-webkit-scrollbar {
    display: none;
  }
  .doors__price__item {
    width: 100%;
    min-width: 55%;
    background: #fff;
  }
}

.order__popup__wrapper {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000b8;
  z-index: 5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.order__popup__wrapper .order__popup {
  width: 90%;
  max-width: 50rem;
  padding: 5rem;
  background: #ffde03;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order__popup__wrapper .order__popup .order__popup__subject p {
  text-align: center;
}

.order__popup__wrapper .order__popup form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.order__popup__wrapper .order__popup form input {
  border: none;
  background: #fafafa;
  width: 100%;
  padding: 1rem 2rem;
  border-radius: 0;
  outline: none;
  font-size: 1.7rem;
}

.order__popup__wrapper .order__popup form button {
  border-radius: 0;
  padding: 1rem;
  background: #000;
  color: #fff;
  font-size: 1.7rem;
}

@media (max-width: 900px) {
  .order__popup__wrapper .order__popup {
    max-width: 40rem;
    padding: 1rem;
  }
}

.success__callback {
  position: fixed;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  max-width: 50rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-bottom: 1rem solid #000;
  border-top: 1rem solid #000;
  background: #ffde03;
  border-radius: 1rem;
  text-align: center;
  padding: 2rem;
  z-index: 5;
}

.success__callback h2 {
  color: #000;
  width: 80%;
  font-size: 2rem;
}

.success__callback p {
  width: 80%;
  color: #000;
  font-size: 1.5rem;
}

@media (min-width: 320px) {
  .wrapper {
    padding: 0 3%;
    position: relative;
  }
}

@media (min-width: 575.98px) {
  .wrapper {
    padding: 0 calc(50% - 270px);
  }
}

@media (min-width: 767.98px) {
  .wrapper {
    padding: 0 calc(50% - 360px);
  }
}

@media (min-width: 991.98px) {
  .wrapper {
    padding: 0 calc(50% - 480px);
  }
}

@media (min-width: 1199.98px) {
  .wrapper {
    padding: 0 calc(50% - 590px);
  }
}

.lb-services__wrapper-image {
  padding: 3rem !important;
}

.lb-services.is-opened .lb-services__item {
  padding: 0 !important;
}
/*# sourceMappingURL=styles.css.map */