@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
:root {
  --swiper-theme-color: #161616;
  --swiper-navigation-size: 25px;
  --swiper-navigation-top-offset: -15px;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 20px;
}

body {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: normal;
  color: #000;
  display: flex;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 60px;
  line-height: auto;
  font-weight: 700;
}

h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 48px;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}

.modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    text-align: center;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

button, .button {
  background: #00AC78;
  color: #FFF;
  cursor: pointer;
  transition: 300ms;
  border-radius: 3px;
  padding: 15px 30px;
  font: inherit;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  border: none;
}
button--bordered, .button--bordered {
  background: transparent;
  border: 2px solid #00AC78;
  color: #00AC78;
}
button--bordered:hover, .button--bordered:hover {
  background: #50533f;
  border-color: transparent;
  color: #FFF4DE;
}
button:active, .button:active {
  background-color: #50533f;
}
button:hover, .button:hover {
  background-color: #50533f;
}

input {
  font: inherit;
  font-size: 18px;
  font-weight: 400;
  color: #50533f;
  border: 1px solid #e3e3e3;
  background-color: #FFF4DE;
  border-radius: 5px;
  padding: 18px 16px;
  flex-grow: 1;
  outline: none;
}
input:placeholder {
  opacity: 1;
}
input.error {
  border: 1px solid #F2022D;
}

section {
  margin-bottom: 100px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.d-grid {
  display: grid;
}

.container {
  max-width: 1430px;
  padding: 0 20px;
  margin-inline: auto;
}

.subtitle {
  font-size: 20px;
}

.fw-medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.body--scrollock {
  overflow: hidden;
}

.section-title {
  font-size: 50px;
  font-weight: 500;
  position: relative;
  margin-bottom: 65px;
}
.section-title span {
  color: #00AC78;
}

.section-subtitle {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}

aside {
  background: #17181D;
  padding: 35px 0px;
  min-width: 270px;
}

.sidebar__header {
  border-bottom: 1px solid rgba(147, 127, 111, 0.3);
  display: flex;
  justify-content: center;
  padding: 0 40px 40px;
}

.sidebar__logo img {
  max-width: 100%;
  max-height: 70px;
}

.sidebar__phone {
  align-items: center;
  gap: 15px;
  color: #FFF4DE;
  font-weight: 700;
  margin-bottom: 25px;
  flex-wrap: nowrap;
}
.sidebar__phone img {
  max-height: 35px;
}

.sidebar__nav {
  padding: 25px 35px 40px 40px;
  border-bottom: 1px solid rgba(147, 127, 111, 0.3);
}

.sidebar__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar__link {
  color: #A98567;
  font-weight: 700;
  font-size: 18px;
  transition: 300ms;
}
.sidebar__link:hover {
  color: #FFF4DE;
}

.sidebar__footer {
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.sidebar__footer a {
  text-align: center;
  font-size: 12px;
  color: rgba(169, 133, 103, 0.5);
}

.sidebar__callback {
  color: #A98567;
  background-color: rgba(169, 133, 103, 0.3);
  margin-bottom: 20px;
}
.sidebar__callback:hover {
  color: #FFF4DE;
}

main {
  width: 100%;
}

.intro {
  min-height: 835px;
  background-color: #00AC78;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 0;
}

.intro__content {
  flex-wrap: nowrap;
  color: #FFF;
  padding: 115px 40px 45px;
}

.intro__image {
  max-height: 835px;
}
.intro__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro__heading {
  font-size: 49px;
  font-weight: 500;
  margin-bottom: 150px;
  max-width: 500px;
}

.intro__subtitle {
  font-size: 20px;
}

.intro__benefits {
  position: absolute;
  background-color: #EFEBDE;
  bottom: 0;
  display: flex;
  gap: 100px;
  padding: 35px 45px 30px 85px;
}

.intro__benefit-icon {
  margin-bottom: 15px;
}
.intro__benefit-icon img {
  max-height: 40px;
}

.intro__benefit-title {
  font-weight: 500;
}

.projects {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.projects .container {
  max-width: 100%;
}

.projects__items {
  grid-template-columns: repeat(3, 1fr);
}

.project__item {
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project__item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.project__image {
  max-height: 306px;
}

.project__title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.project__price, .rec__project-price {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 12px 15px;
  font-weight: 500;
  margin-bottom: 30px;
}

.project__button {
  min-width: 245px;
}

.rec__project {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.rec__project:nth-child(2n) {
  justify-content: flex-end;
}
.rec__project:nth-child(2n) .rec__project-content {
  left: 0;
  right: unset;
}
.rec__project:not(:last-child) {
  margin-bottom: 120px;
}

.rec__project-image {
  max-height: 900px;
}
.rec__project-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
}

.rec__project-content {
  position: absolute;
  top: -120px;
  right: 0;
  background: #fff;
  padding: 55px;
}

.rec__project-title {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 500;
}

.rec__project-info {
  margin-bottom: 30px;
}

.rec__project-details {
  gap: 10px;
}

.rec__project-price {
  margin-bottom: 0;
}

.warranty .section-title:before {
  content: "";
  display: block;
  background-image: url("../img/warranty.svg");
  height: 40px;
  width: 40px;
  margin-bottom: 15px;
}

.warranty-items {
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 80px;
}

.warranty__item-title {
  font-size: 24px;
  margin-bottom: 15px;
}

.warranty__item-subtitle:not(:last-child) {
  margin-bottom: 5px;
}

.reviews {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(147, 127, 111, 0.3);
}
.reviews .section-title:before {
  content: "";
  display: block;
  background-image: url("../img/review.svg");
  height: 38px;
  width: 40px;
  margin-bottom: 15px;
}

.review__item {
  max-width: 450px;
  padding: 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.review__title {
  font-weight: 500;
  margin-bottom: 10px;
}

.review__text {
  margin-bottom: 10px;
}

.review__author {
  font-weight: 500;
}

.about__text {
  line-height: 1.45;
}
.about__text h3 {
  margin-bottom: 20px;
}

.about__text-heading {
  max-width: 620px;
}

.about__text-intro {
  font-weight: 500;
  font-size: 24px;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 35px;
}

.about__benefits {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 30px;
}
.about__benefits li:not(:last-child) {
  margin-bottom: 10px;
}
.about__benefits li span {
  font-weight: 500;
}

.about__text-info {
  max-width: 700px;
  padding: 40px;
  background-color: #EFEBDE;
}
.about__text-info p:not(:last-child) {
  margin-bottom: 10px;
}
.about__text-info a {
  font-weight: 700;
}

.header__callback {
  display: none;
}

.header__toggle {
  width: 28px;
  height: 20px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}

.toggle__bar {
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  height: 3px;
  background-color: #FFF4DE;
}
.toggle__bar:first-child {
  top: 0;
}
.toggle__bar:nth-child(2) {
  top: 8px;
}
.toggle__bar:nth-child(3) {
  top: 16px;
}

.header__toggle--active .toggle__bar:nth-child(1) {
  opacity: 0;
}
.header__toggle--active .toggle__bar:nth-child(2) {
  transform: rotate(45deg);
}
.header__toggle--active .toggle__bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

.breadcrumbs__items {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  padding: 40px 0 0;
  gap: 24px;
}

.breadcrumb__item:not(:last-child) {
  position: relative;
}
.breadcrumb__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 2px;
  width: 24px;
  background: #000;
  transform: rotate(90deg), translateY(-50%);
}
.breadcrumb__item:not(.breadcrumb__item--home) {
  min-height: 40px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  border: 2px solid #000;
  font-size: 18px;
}

.breadcrumb__item--home {
  transition: 300ms;
}
.breadcrumb__item--home:hover {
  opacity: 0.6;
}

.product {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.product__title {
  max-width: 850px;
  font-size: 49px;
  font-weight: 500;
}

.product__image {
  max-width: 100%;
  max-height: 650px;
}
.product__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}

.product__title-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.product__card {
  grid-template-columns: 3fr 1fr;
  margin-bottom: 30px;
}

.product__gallery {
  max-width: 100%;
  width: 100%;
}

.product__subtitle {
  margin-bottom: 15px;
}

.product__info p:not(:last-child) {
  margin-bottom: 10px;
}

.product__desc {
  padding: 0 55px;
  margin-bottom: 30px;
}

.product__calc {
  background: #EFEBDE;
  padding: 27px 55px;
}
.product__calc label {
  font-weight: 500;
}
.product__calc select {
  background: #fff;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 12px 15px;
}

.product__select {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product__select:not(:last-child) {
  margin-bottom: 15px;
}
.product__select:last-child {
  margin-bottom: 25px;
}

.product__price-title {
  margin-bottom: 15px;
}

.product__price-wrapper {
  gap: 10px;
}

.product__price-cost {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  background: #fff;
  font-weight: 500;
  padding: 10px 15px;
}

.product__order {
  flex-grow: 1;
}

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

.product__about-text {
  margin-bottom: 20px;
}

.product__about-col {
  flex: 1;
}
.product__about-col h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.product__about-col ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 1024px) {
  body {
    flex-direction: column;
  }
  .sidebar {
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .sidebar__nav {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    flex-wrap: wrap;
  }
  .intro__image {
    order: -1;
  }
  .product__card {
    display: block;
  }
  .product__title {
    font-size: 32px;
  }
  .product__desc {
    padding: 0 10px;
  }
  .product__calc {
    padding: 20px;
  }
}
@media screen and (max-width: 540px) {
  body {
    font-size: 16px;
  }
  .section-title {
    font-size: 25px;
    margin-bottom: 35px;
  }
  .intro {
    min-height: auto;
  }
  .intro__image {
    max-height: 230px;
  }
  .intro__content {
    padding: 40px 0;
  }
  .intro__heading {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .intro__subtitle {
    font-size: 18px;
  }
  .intro__benefits {
    position: relative;
    width: 100%;
    padding: 20px;
    gap: 20px;
    flex-direction: column;
    grid-template-columns: repeat(1fr);
  }
  .intro__benefit {
    display: flex;
    gap: 12px;
  }
  .projects__items {
    grid-template-columns: 1fr;
  }
  .project__image {
    max-height: 150px;
  }
  .project__item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .rec__project {
    flex-direction: column;
  }
  .rec__project:not(:last-child) {
    margin-bottom: 20px;
  }
  .rec__project-content {
    position: relative;
    top: unset;
    right: unset;
    padding: 20px;
  }
  .rec__project-image {
    max-height: 250px;
  }
  .rec__project-price {
    margin-inline: auto;
  }
  .rec__project-button {
    flex-grow: 1;
  }
  .warranty-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .warranty__item-title {
    font-size: 20px;
  }
  .about__text-image {
    order: -1;
  }
  .about__text-subtitle {
    font-size: 20px;
  }
  .about__benefits {
    -moz-columns: 1;
         columns: 1;
  }
  aside {
    padding: 15px 0;
  }
  .sidebar__header {
    padding: 0;
    border: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .sidebar__logo img {
    max-height: 45px;
  }
  .sidebar__footer {
    display: none;
  }
  .header__toggle {
    display: block;
  }
  .header__callback {
    display: block;
  }
  .sidebar__nav {
    background: #17181D;
    width: 100%;
    transition: 300ms;
    visibility: hidden;
    opacity: 0;
  }
  .sidebar__nav--visible {
    opacity: 1;
    visibility: visible;
  }
}/*# sourceMappingURL=main.css.map */