@charset "UTF-8";
video {
  border-radius: 15px;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
}
body h1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  color: #ffffff;
}
body p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  color: #ffffff;
}

.door_position {
  display: block;
}

.carousel-control-prev {
  left: -60px;
}

.carousel-control-next {
  right: -60px;
}

.img_logo_1 {
  width: 66px;
  height: 40px;
}

.img_logo_2 {
  width: 70px;
  height: 40px;
}

.img_logo_3 {
  width: 86px;
  height: 40px;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.main_title {
  margin-top: 100px;
}

.main ul .nav-item a {
  color: rgb(255, 255, 255);
}

.main {
  min-height: 846px;
  background-image: url(../img/main_slide-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.navigation {
  flex-grow: 0;
}
.navigation .nav-item {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  margin-left: 44px;
}
.navigation .nav-item a {
  color: #000000;
}
.navigation .nav-item a:hover {
  color: #D47403;
}
.navigation .nav_marg {
  margin-right: 44px;
}

.bonus {
  padding: 10px;
  box-shadow: 0px 32px 37px -7px rgba(37, 57, 73, 0.6);
  background-color: #ffffff;
  border-radius: 5px;
}
.bonus .bonus_items {
  height: 100px;
}
.bonus .bonus_text {
  width: 50%;
}
.bonus .doors_image {
  position: relative;
  bottom: 48px;
}
.bonus h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.bonus p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.4);
}
.bonus .btn-bonus {
  background: #000000;
  border-radius: 8px;
  width: 337px;
  height: 54px;
}
.bonus .btn-bonus span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}

.btn-bonus:hover {
  background: #3a3939;
  border-radius: 8px;
  width: 337px;
  height: 54px;
}
.btn-bonus:hover span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #b9b6b6;
}

.catalog_prev h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 65px;
  color: #000000;
}
.catalog_prev h2:hover {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 65px;
  color: #D47403;
  transition: 0.5s;
}
.catalog_prev .cat_prev_item {
  display: flex;
  flex-direction: row;
  box-shadow: 0px 26px 69px -7px rgba(165, 155, 84, 0.6);
  min-height: 220px;
}
.catalog_prev .cat_prev_item h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #000000;
}
.catalog_prev .cat_prev_item a {
  text-decoration: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #D47403;
}
.functions img {
  padding: 8px;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(216, 208, 205, 0.68);
  border-radius: 12px;
}
.functions h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 65px;
  color: #000000;
}
.functions h3 {
  margin-top: 10px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  color: #000000;
}
.functions p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
}

.request h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 65px;
  color: #000000;
}
.request .request_slide {
  padding-left: 32px;
  padding-right: 32px;
  width: 575px;
  height: 289px;
  box-shadow: 2px 14px 52px -21px rgba(212, 116, 3, 0.33);
}
.request p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.request h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #D47403;
}
.request h4 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.3);
}

.consult h2 {
  margin-top: 85px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 65px;
  color: #000000;
  width: 80%;
}
.consult p {
  margin-top: 15px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.4);
  width: 85%;
  margin: auto;
}
.consult .field {
  width: 85%;
  margin: auto;
  margin-top: 24px;
}
.consult button {
  margin-left: 43px;
  margin-top: 32px;
  width: 85%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), #D47403;
  border-radius: 8px;
  color: #ffffff;
  border: 1px solid #D47403;
}
.consult .row {
  box-shadow: 0px 5px 10px 2px rgba(212, 116, 3, 0.2);
}

.podr {
  border: 1px solid #D47403;
}

footer {
  background: #1E1E1E;
}
footer h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
}
footer p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.4);
}
footer .footer_el {
  padding: 0;
}

.swiper-slide video {
  width: 575px;
  height: 322px;
}

.otzivi img {
  width: 300px;
  height: 200px;
  margin: auto;
}

.contacts h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 65px;
  color: #000000;
}
.contacts h3 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #D47403;
}
.contacts p {
  font-family: "Inter";
  color: #000000;
  font-size: 15px;
  line-height: 24px;
}
.contacts video {
  height: 500px;
}
.contacts img {
  width: 50px;
}

@media (max-width: 768px) {
  .mob {
    font-size: 30px !important;
  }
  .swiper-slide video {
    width: 345px;
    height: auto;
  }
  .door_position {
    display: none !important;
  }
  .main_title {
    margin-top: 0px;
  }
  .img_logo_1 {
    width: 40px;
    height: 25px;
  }
  .img_logo_2 {
    width: 42px;
    height: 25px;
  }
  .img_logo_3 {
    width: 55px;
    height: 17px;
  }
  .main_section {
    margin-top: 34px;
  }
  .img_form {
    display: none;
  }
  .doors_image {
    display: none;
  }
  .main {
    min-height: 346px;
    background-image: url(../img/bg_main_mobile.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .main_text h1 {
    font-size: 32px;
    text-align: center;
    line-height: 39px;
  }
  .main_text p {
    text-align: center;
    font-size: 15px;
    line-height: 18px;
  }
  .bonus {
    padding: 10px;
    box-shadow: 0px 32px 37px -7px rgba(37, 57, 73, 0.6);
    background-color: #ffffff;
    border-radius: 5px;
  }
  .bonus .bonus_text {
    width: 100%;
  }
  .bonus .bonus_text h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .bonus .bonus_text p {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
  }
  .bonus .doors_image {
    position: relative;
    bottom: 48px;
  }
  .bonus h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
  }
  .bonus p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.4);
  }
  .bonus .bonus_items {
    flex-direction: column;
    height: 140px;
  }
  .bonus .bonus_items .bonus_text h2 {
    text-align: center;
  }
  .bonus button {
    background: #000000;
    border-radius: 8px;
    width: 303px;
    height: 40px;
  }
  .bonus button span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
  }
  .catalog h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
  }
  .catalog .cat_item {
    display: flex;
    flex-direction: row;
    box-shadow: 0px 26px 69px -7px rgba(165, 155, 84, 0.6);
  }
  .catalog .cat_item h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #000000;
  }
  .catalog .cat_item a {
    text-decoration: none;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #D47403;
  }
  .functions img {
    padding: 8px;
    background: #FFFFFF;
    box-shadow: 0px 5px 30px rgba(216, 208, 205, 0.68);
    border-radius: 12px;
  }
  .functions h2 {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
  }
  .functions h3 {
    margin-top: 10px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
  }
  .functions p {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.4);
  }
}
/* Стили каталога  */
ul li a {
  color: black;
}

.catalog_item {
  padding: 0px;
  width: 33%;
  height: auto;
  border: 1px solid rgb(209, 209, 209);
}

.catalog_item p {
  color: rgb(0, 0, 0);
}

.catalog_item .price {
  font-size: 25px;
  font-weight: 700;
}

.catalog_item button {
  font-size: 20px;
  color: white;
  border-radius: 5px;
  border: 1px solid #D47403;
  background-color: #D47403;
  padding: 7px 30px;
}

.show_more {
  color: black;
  font-size: 20px;
  border: 1px solid rgb(87, 85, 85);
  border-radius: 5px;
  padding: 7px 20px;
}

.filter {
  border: 1px solid rgba(0, 0, 0, 0.068);
  border-radius: 10px;
  color: black;
  background-color: rgba(0, 0, 0, 0.068);
  padding: 2px 12px;
}

.filter:active {
  border: 1px solid #D47403;
  border-radius: 10px;
  color: white;
  background-color: #D47403;
  padding: 2px 12px;
}

.filter:hover {
  border: 1px solid #D47403;
  border-radius: 10px;
  color: white;
  background-color: #D47403;
  padding: 2px 12px;
}

/*.slider-img {
  width: 610px;
  height: 80vh;


}*/
@media (max-width: 768px) {
  .catalog_item {
    padding: 0px;
    width: 100%;
    height: auto;
    border: 1px solid rgb(209, 209, 209);
  }
}/*# sourceMappingURL=style.css.map */