.product-page-faq__item-text, .product-page-install__text, .product-page__item-info, .product-page__item-text, .filter-btn, .footer-bottom__social, .footer-bottom__link, .footer-bottom__text, .footer-content__link, .footer-content__title-text, .subwhy__text, .approach__item, .approach__text, .portfolio__item-text, .portfolio__item-town, .portfolio__item-img-name, .stage__item, .stage__subtitle, .service__item-text, .subheader__inner, .header-bottom__right-title, .header-content__subtitle, .header-content__text, .product-header-content__text, .header-top__nav-link, .example-page__item-text, .example-page-img__item-place, .example-page-img__item-name, .breadcrumbs__link, .breadcrumbs, .nav-links a {
  font-family: "Montserrat-Regular";
  font-weight: 400;
}

.product-page-faq__item-title, .product-page-faq__subtitle, .product-page-faq__title, .product-page-install__subtitle, .product-page-install__title, .product-page__item-title, .product-page__subtitle, .product-page__title, .contact-page__town, .contact-page__link, .contact-page__title, .footer-bottom__title, .footer-content__title, .footer-content__supertitle, .footer-content__feedback, .footer-content__btn, .footer-content__input, .footer-content__text, .select-wrapper select, .subwhy__title, .subwhy__supertitle, .why__text, .why__subtitle, .why__title, .approach__title, .approach__supertitle, .portfolio__link, .portfolio__item-link, .portfolio__item-title, .portfolio__item-supertitle, .portfolio__subtitle, .portfolio__title, .stage__title, .stage__supertitle, .service__item-link, .service__item-title, .service__subtitle, .service__title, .service-page__title, .header-bottom__right-supertitle, .header-bottom__left-title, .header-bottom__left-supertitle, .header-content__portfolio, .header-content__contact, .header-content__title, .header-content__supertitle, .service-header-content__supertitle, .header-top__right-contact, .header-top__right-link, .header-top__logo-text, .example-page__item-title, .nav-links .nav-links__link {
  font-family: "Montserrat-Bold";
  font-weight: 700;
}

@font-face {
  font-family: "Montserrat-Bold";
  font-weight: 700;
  font-style: normal;
  src: local("SMontserrat-Bold"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  font-weight: 400;
  font-style: normal;
  src: local("SMontserrat-Regular"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-display: swap;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class],
ul[class] {
  list-style: none;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f1f8f2;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.navbar {
  display: none;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

.nav-links li {
  margin-left: 12px;
}
.nav-links li:nth-child(6) {
  margin-top: 5px;
}
.nav-links li:nth-child(7) {
  margin-bottom: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.nav-links a {
  color: #fff;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  padding-bottom: 4px;
}
.nav-links a + .header-top__nav-link {
  margin-left: 14px;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.nav-links a:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-links .nav-links__link {
  margin: 0 15px 15px 15px;
  text-align: center;
  background-color: #fff;
  color: #222;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-links .nav-links__link:hover {
  background-color: #71845e;
}
.nav-links .nav-links__link:hover::after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

.burger-checkbox {
  display: none;
}

.burger-icon {
  display: none;
  -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;
  width: 46px;
  height: 46px;
  background-color: #71845e;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  cursor: pointer;
}

.burger-icon span {
  display: block;
  height: 2px;
  width: 18px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.burger-icon span + span {
  margin-top: 5px;
}

.breadcrumbs {
  font-size: 14px;
  color: #fff;
  line-height: 1.55;
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs__link {
  margin: 0 10px;
  font-size: 14px;
  color: #fff;
  line-height: 1.55;
  position: relative;
}
.breadcrumbs__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.breadcrumbs__link:hover::after {
  width: 100%;
}
.breadcrumbs__text {
  margin-left: 10px;
}

.example-page-img {
  margin: 30px 0;
}
.example-page-img__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
.example-page-img__item {
  background-color: #5d7941;
  height: 430px;
  padding: 22px;
  border-radius: 28px;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.example-page-img__item-name {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background-color: rgba(38, 46, 40, 0.16);
  color: #fff;
  line-height: 1.55;
  font-size: 18px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.example-page-img__item-place {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background-color: rgba(38, 46, 40, 0.16);
  color: #fff;
  line-height: 1.55;
  font-size: 18px;
  margin-top: 10px;
}

.example-page {
  margin: 30px 0;
}
.example-page__inner {
  background-color: #fff;
  padding: clamp(58px, 8vw, 118px) clamp(20px, 5vw, 80px);
  border-radius: clamp(28px, 4vw, 38px);
}
.example-page__item {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid #f2f2f2;
  border-radius: clamp(24px, 3vw, 32px);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  row-gap: 18px;
}
.example-page__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.example-page__item-title {
  color: #222;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(32px, 4.8vw, 64px);
  margin-bottom: 18px;
}
.example-page__item-text {
  line-height: 1.55;
  font-size: 18px;
  color: #656565;
}

.header-top.scrolled {
  top: 15px;
  padding: 8px 12px;
  background-color: rgba(93, 121, 65, 0.95);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.header-top {
  background-color: #5d7941;
  border: 1px solid rgba(247, 247, 247, 0.28);
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  top: 56px;
  position: fixed;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 56px);
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, background-color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, background-color 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
  transition: top 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.header-top__logo {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background-color: #71845e;
  border-radius: 50%;
}
.header-top__logo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}
.header-top__logo-text {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.08em;
  margin-left: 22px;
}
.header-top__nav-link {
  color: #fff;
  font-size: 14px;
  position: relative;
  text-decoration: none;
  padding-bottom: 4px;
}
.header-top__nav-link + .header-top__nav-link {
  margin-left: 14px;
}
.header-top__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.header-top__nav-link:hover::after {
  width: 100%;
}
.header-top__nav-link:hover::after, .header-top__nav-link--active::after {
  width: 100%;
}
.header-top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top__right-link {
  color: #fff;
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.5;
  margin-right: 10px;
  position: relative;
  text-decoration: none;
  padding-bottom: 4px;
}
.header-top__right-link + .header-top__nav-link {
  margin-left: 14px;
}
.header-top__right-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.header-top__right-link:hover::after {
  width: 100%;
}
.header-top__right-contact {
  background-color: #fff;
  color: #262e28;
  width: 175px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-top__right-contact:hover {
  background-color: #71845e;
  color: #fff;
}

.header__inner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("../images/header.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 28px;
  -webkit-box-shadow: 0 18px 48px rgba(38, 46, 40, 0.08);
          box-shadow: 0 18px 48px rgba(38, 46, 40, 0.08);
  padding: 28px;
  padding-top: 159px;
  border-radius: clamp(32px, 4vw, 40px);
  position: relative;
}

.service-header-content__supertitle {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.11em;
  padding-top: 70px;
}

.product-header-content__text {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.48;
  width: 63%;
  margin-bottom: 20px;
}

.header-content__supertitle {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.11em;
}
.header-content__text {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.48;
  width: 63%;
  margin-bottom: 90px;
}
.header-content__title {
  font-size: clamp(40px, 7vw, 79px);
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  width: 80%;
  margin-bottom: 20px;
}
.header-content__subtitle {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.48;
  width: 63%;
  margin-bottom: 20px;
}
.header-content__contact {
  background-color: #5d7941;
  color: #fff;
  width: 175px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-content__contact:hover {
  background-color: #71845e;
  color: #fff;
}
.header-content__portfolio {
  background-color: #fff;
  color: #262e28;
  width: 220px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  margin-left: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-content__portfolio:hover {
  background-color: #71845e;
  color: #fff;
}
.header-content__link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.header-bottom__left {
  padding: 34px;
  background-color: #fff;
  border-radius: clamp(24px, 3vw, 32px);
  width: 380px;
}
.header-bottom__left-supertitle {
  color: #71845e;
  position: relative;
  margin-left: 45px;
  font-size: 14px;
}
.header-bottom__left-supertitle::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  top: 19px;
  left: -45px;
  background-color: #71845e;
  color: #71845e;
}
.header-bottom__left-title {
  color: #262e28;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.05;
}
.header-bottom__right {
  position: absolute;
  padding: 34px;
  background-color: #5d7941;
  border-radius: clamp(24px, 3vw, 32px);
  width: 300px;
  right: 0;
  bottom: 0;
}
.header-bottom__right-supertitle {
  color: #fff;
  position: relative;
  margin-left: 45px;
  font-size: 14px;
}
.header-bottom__right-supertitle::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  top: 19px;
  left: -45px;
  background-color: #fff;
  color: #fff;
}
.header-bottom__right-title {
  color: #fff;
  font-size: 18px;
  line-height: 1.42;
}

.subheader {
  margin: 25px 0;
}
.subheader__inner {
  padding: 58px;
  background-color: #5d7941;
  border-radius: clamp(28px, 4vw, 38px);
  color: #fff;
  font-size: clamp(20px, 3vw, 34px);
  line-height: 1.18;
  text-align: center;
}

.service-page {
  margin: 30px 0;
}
.service-page__title {
  color: #262e28;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-right: 40px;
  font-size: clamp(32px, 4.8vw, 64px);
}

.service {
  margin-bottom: 25px;
}
.service__inner {
  background-color: #fff;
  border-radius: clamp(28px, 4vw, 38px);
  padding: clamp(58px, 8vw, 118px) clamp(20px, 5vw, 80px);
}
.service__title {
  color: #262e28;
  line-height: 1;
  text-align: right;
  margin-right: 40px;
  font-size: clamp(32px, 4.8vw, 64px);
}
.service__subtitle {
  color: #71845e;
  font-size: 13px;
  letter-spacing: 0.11em;
  margin-bottom: 10px;
}
.service__item {
  border-radius: clamp(24px, 3vw, 32px);
  border: 1px solid #f2f2f2;
  padding: clamp(24px, 3vw, 38px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service__item:hover {
  background-color: #5d7941;
}
.service__item:hover .service__item-icon {
  background-color: #fff;
}
.service__item:hover .service__item-link {
  color: #fff;
}
.service__item:hover .service__item-text {
  color: #fff;
}
.service__item-icon {
  width: 52px;
  height: 2px;
  background-color: #5d7941;
  margin-bottom: 40px;
}
.service__item-title {
  font-size: clamp(23px, 3vw, 34px);
  color: #262e28;
  margin-bottom: 5px;
}
.service__item-text {
  font-size: 18px;
  line-height: 1.55;
  color: #656565;
  margin-bottom: 20px;
}
.service__item-link {
  color: #71845e;
}
.service__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.stage {
  padding: 120px 0;
}
.stage__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.stage__supertitle {
  color: #656565;
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 18;
}
.stage__title {
  width: 512px;
  margin-bottom: 18px;
  font-size: clamp(32px, 4.8vw, 64px);
  color: #222;
  line-height: 1;
  letter-spacing: 0;
}
.stage__subtitle {
  width: 512px;
  color: #656565;
  font-size: 18px;
  line-height: 1.55;
}
.stage__item {
  background-color: #fff;
  padding: 22px 24px;
  font-size: clamp(20px, 2.5vw, 28px);
  color: #222;
  border-radius: 28px;
}
.stage__item + .stage__item {
  margin-top: 20px;
}
.stage__item-text {
  margin-left: 35px;
  position: relative;
}
.stage__item-text::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -35px;
  top: 13px;
  background-color: #5d7941;
  border-radius: 50%;
}

.portfolio__inner {
  background-color: #fff;
  padding: 94px 58px;
  border-radius: clamp(28px, 4vw, 38px);
}
.portfolio__title {
  text-align: end;
  margin-bottom: 18px;
  font-size: clamp(32px, 4.8vw, 64px);
  color: #222;
  line-height: 1;
  letter-spacing: 0;
}
.portfolio__subtitle {
  color: #5d7941;
  font-size: 13px;
  letter-spacing: 0.11em;
}
.portfolio__items {
  margin-top: 44px;
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.portfolio__item {
  border: 1px solid #f2f2f2;
  border-radius: clamp(24px, 3vw, 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio__item.hide {
  display: none;
}
.portfolio__item.fade-in {
  -webkit-animation: scaleUp 0.4s ease forwards;
          animation: scaleUp 0.4s ease forwards;
}
.portfolio__item.fade-out {
  -webkit-animation: scaleDown 0.3s ease forwards;
          animation: scaleDown 0.3s ease forwards;
}
.portfolio__item:hover {
  background-color: #5d7941;
}
.portfolio__item:hover .portfolio__item-img-box {
  background-color: #5d7941;
  border: 1px solid rgba(255, 255, 255, 0.28);
}
.portfolio__item:hover .portfolio__item-supertitle {
  color: #fff;
}
.portfolio__item:hover .portfolio__item-supertitle:before {
  background-color: #fff;
}
.portfolio__item:hover .portfolio__item-town {
  color: #fff;
}
.portfolio__item:hover .portfolio__item-text {
  color: #fff;
}
.portfolio__item:hover .portfolio__item-link {
  color: #fff;
}
.portfolio__item-img-box {
  background-color: #5d7941;
  border-radius: 30px 30px 22px 22px;
  height: 230px;
  position: relative;
}
.portfolio__item-img-name {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background-color: rgba(38, 46, 40, 0.16);
  color: #fff;
  position: absolute;
  line-height: 1.55;
  bottom: 22px;
  left: 22px;
}
.portfolio__item-content {
  padding: 28px;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.portfolio__item-supertitle {
  color: #656565;
  font-size: 18px;
  line-height: 1.55;
  margin-left: 42px;
  position: relative;
}
.portfolio__item-supertitle::before {
  content: "";
  width: 32px;
  height: 2px;
  position: absolute;
  background-color: #5d7941;
  top: 13px;
  left: -42px;
}
.portfolio__item-title {
  margin-bottom: 18px;
  font-size: clamp(23px, 3vw, 30px);
  line-height: 1;
  letter-spacing: 0;
  color: #222;
}
.portfolio__item-town {
  margin-bottom: 12px;
  color: #656565;
  font-size: 18px;
  line-height: 1.55;
}
.portfolio__item-text {
  color: #656565;
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 20px;
}
.portfolio__item-link {
  color: #5d7941;
  margin-top: auto;
}
.portfolio__link {
  background-color: #5d7941;
  padding: 13px 22px;
  border-radius: 999px;
  line-height: 1.55;
  letter-spacing: 0;
  color: #fff;
  border: 1px solid #5d7941;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio__link:hover {
  background-color: #fff;
  color: #262e28;
  border: 1px solid #8f8f8f;
}

.approach {
  padding: 120px 0;
}
.approach__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.approach__supertitle {
  margin-bottom: 18px;
  color: #656565;
  font-size: 18px;
  line-height: 1.55;
}
.approach__title {
  margin-bottom: 18px;
  color: #222;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(32px, 4.8vw, 64px);
  width: 512px;
}
.approach__text {
  width: 512px;
  color: #656565;
  font-size: 18px;
  line-height: 1.55;
}
.approach__item {
  background-color: #fff;
  padding: 22px 24px;
  border-radius: 28px;
  font-size: 18px;
  color: #262e28;
  width: 410px;
  margin-bottom: 15px;
  line-height: 1.55;
}

.why {
  padding-bottom: 120px;
}
.why__inner {
  background-color: #fff;
  padding: clamp(58px, 8vw, 118px) clamp(20px, 5vw, 80px);
  border-radius: clamp(28px, 4vw, 38px);
}
.why__title {
  margin-bottom: 18px;
  color: #222;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(32px, 4.8vw, 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.why__subtitle {
  margin-bottom: 44px;
  color: #5d7941;
  font-size: 13px;
  letter-spacing: 0.11em;
}
.why__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.why__item {
  padding: clamp(24px, 3vw, 38px);
  min-height: 180px;
  border: 1px solid #f2f2f2;
  border-radius: clamp(24px, 3vw, 32px);
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
}
.why__item:nth-child(1) {
  min-height: 210px;
}
.why__text {
  font-size: clamp(22px, 2.6vw, 31px);
  color: #222;
  line-height: 1;
  letter-spacing: 0;
}
.why__text::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #5d7941;
  top: 35px;
  left: 35px;
  border-radius: 50%;
}

.subwhy {
  padding-bottom: 120px;
}
.subwhy__inner {
  padding: 94px 58px;
}
.subwhy__supertitle {
  margin-bottom: 18px;
  line-height: 1.55;
  font-size: 18px;
  color: #656565;
}
.subwhy__title {
  margin-bottom: 18px;
  color: #222;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(32px, 4.8vw, 64px);
}
.subwhy__text {
  margin-bottom: 18px;
  line-height: 1.55;
  font-size: 18px;
  color: #656565;
}

.select-wrapper select {
  width: 100%;
  padding: 12px 40px 12px 12px;
  font-size: 16px;
  height: 48px;
  border-radius: 999px;
  background-color: #fff;
  color: #222;
  border: 1px solid rgba(38, 46, 40, 0.12);
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select-wrapper select:hover {
  background-color: #71845e;
  color: #fff;
}

.select-wrapper select:focus {
  outline: none;
  border-color: #656565;
}

.footer-content {
  margin-bottom: 20px;
  background-color: #262e28;
  padding: clamp(56px, 7vw, 96px) clamp(20px, 5vw, 80px);
  border-radius: clamp(28px, 4vw, 38px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.footer-content__form {
  background-color: #5d7941;
  border: 1px solid #656565;
  padding: 18px;
  border-radius: 30px;
  width: 430px;
}
.footer-content__text {
  letter-spacing: 0.08em;
  color: #fff;
  font-size: 12px;
}
.footer-content__input {
  width: 100%;
  padding: 10px 16px;
  color: #222;
  border: 1px solid rgba(38, 46, 40, 0.12);
  background-color: #fff;
  border-radius: 999px;
  height: 48px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-content__input:hover {
  background-color: #71845e;
  color: #fff;
}
.footer-content__input:focus {
  outline: 1px solid #656565;
}
.footer-content__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #222;
  border: 1px solid rgba(38, 46, 40, 0.12);
  background-color: #fff;
  border-radius: 999px;
  height: 48px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-content__btn:hover {
  background-color: #71845e;
  color: #fff;
}
.footer-content__feedback {
  width: 100%;
  padding: 10px 16px;
  color: #222;
  border: 1px solid rgba(38, 46, 40, 0.12);
  background-color: #fff;
  border-radius: 22px;
  height: 94px;
  min-height: 48px;
  max-height: 300px;
  font-size: 14px;
  resize: vertical;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-content__feedback:hover {
  background-color: #71845e;
  color: #fff;
}
.footer-content__feedback:focus {
  outline: 1px solid #656565;
}
.footer-content__supertitle {
  color: #fff;
  letter-spacing: 0.11em;
  font-size: 13px;
  margin-bottom: 18px;
}
.footer-content__title {
  color: #fff;
  font-size: clamp(32px, 4.8vw, 64px);
  line-height: 1;
  letter-spacing: 0;
  width: 544px;
  margin-bottom: 18px;
}
.footer-content__title-text {
  color: #656565;
  font-size: 18px;
  line-height: 1.55;
  width: 544px;
  margin-bottom: 18px;
}
.footer-content__social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.footer-content__link {
  padding: 9px 13px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  height: 44px;
  font-size: 15px;
  line-height: 1.55;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-content__link:hover {
  background-color: #5d7941;
}
.footer-content__link:nth-child(3):hover {
  background-color: #262e28;
}

.footer-bottom {
  background-color: #262e28;
  padding: 34px clamp(20px, 5vw, 80px);
  border-radius: clamp(28px, 4vw, 38px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.footer-bottom__title {
  color: #fff;
  margin-bottom: 18px;
  letter-spacing: 0.08em;
  font-size: 14px;
  position: relative;
  padding-bottom: 4px;
}
.footer-bottom__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.footer-bottom__title:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.footer-bottom__text {
  width: 430px;
  font-size: 14px;
  color: #fff;
  line-height: 1.55;
}
.footer-bottom__link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-bottom__link {
  font-size: 14px;
  color: #fff;
  line-height: 1.55;
  position: relative;
  padding-bottom: 2px;
}
.footer-bottom__link:nth-child(1) {
  width: 52px;
}
.footer-bottom__link:nth-child(2) {
  width: 172px;
}
.footer-bottom__link:nth-child(3) {
  width: 145px;
}
.footer-bottom__link:nth-child(4) {
  width: 149px;
}
.footer-bottom__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.footer-bottom__link:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.footer-bottom__link + .footer-bottom__link {
  margin-top: 4px;
}
.footer-bottom__social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-bottom__social {
  font-size: 14px;
  color: #fff;
  line-height: 1.55;
  position: relative;
  padding-bottom: 2px;
}
.footer-bottom__social:nth-child(1) {
  width: 123px;
}
.footer-bottom__social:nth-child(2) {
  width: 77px;
}
.footer-bottom__social::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.footer-bottom__social:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.footer-bottom__social:nth-child(3):hover:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.footer-bottom__social + .footer-bottom__link {
  margin-top: 4px;
}

.filter-btn {
  margin-right: 10px;
  padding: 10px 15px;
  color: #222;
  border-radius: 999px;
  border: none;
  line-height: 1.55;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-btn.active {
  background-color: #5d7941;
  color: #fff;
}
.filter-btn:hover {
  background-color: #5d7941;
  color: #fff;
}

.filter-content {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 15px;
}
.filter-content .content-item {
  padding: 20px;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 6px;
}

@-webkit-keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(10px);
            transform: scale(0.8) translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@keyframes scaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(10px);
            transform: scale(0.8) translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes scaleDown {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes scaleDown {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.portfolio-page {
  margin: 30px 0;
}
.portfolio-page__inner {
  background-color: #fff;
  padding: clamp(58px, 8vw, 118px) clamp(20px, 5vw, 80px);
  border-radius: clamp(28px, 4vw, 38px);
}
.portfolio-page__items {
  margin-top: 44px;
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.contact-page {
  margin: 120px 0;
}
.contact-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.contact-page__item {
  background-color: #fff;
  margin-bottom: 10px;
  padding: clamp(24px, 3vw, 38px);
  border-radius: clamp(24px, 3vw, 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-page__title {
  color: #5d7941;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-left: 42px;
  position: relative;
}
.contact-page__title::before {
  content: "";
  width: 32px;
  height: 2px;
  background-color: #5d7941;
  position: absolute;
  top: 19px;
  left: -42px;
}
.contact-page__link {
  margin-left: 22px;
  color: #222;
  position: relative;
}
.contact-page__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #222;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.contact-page__link:hover::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.contact-page__town {
  margin-left: 22px;
  color: #222;
}

.product-page {
  margin: 25px 0;
}
.product-page__inner {
  background-color: #fff;
  border-radius: clamp(28px, 4vw, 38px);
  padding: clamp(58px, 8vw, 118px) clamp(20px, 5vw, 80px);
}
.product-page__title {
  color: #262e28;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-right: 40px;
  font-size: clamp(32px, 4.8vw, 64px);
}
.product-page__subtitle {
  color: #71845e;
  font-size: 13px;
  letter-spacing: 0.11em;
  margin-bottom: 10px;
}
.product-page__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.product-page__item {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid #f2f2f2;
  border-radius: clamp(24px, 3vw, 32px);
}
.product-page__item-title {
  color: #262e28;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(23px, 3vw, 34px);
  margin-bottom: 18px;
}
.product-page__item-text {
  font-size: 18px;
  line-height: 1.55;
  color: #656565;
  margin-left: 30px;
}
.product-page__item-text + .product-page__item-text {
  margin-top: 10px;
}
.product-page__item-info {
  font-size: 18px;
  line-height: 1.55;
  color: #656565;
}

.product-page-install {
  margin: 25px 0;
}
.product-page-install__inner {
  background-color: #fff;
  border-radius: clamp(28px, 4vw, 38px);
  padding: clamp(58px, 8vw, 118px) clamp(20px, 5vw, 80px);
}
.product-page-install__title {
  color: #262e28;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-right: 40px;
  font-size: clamp(32px, 4.8vw, 64px);
}
.product-page-install__subtitle {
  color: #71845e;
  font-size: 13px;
  letter-spacing: 0.11em;
  margin-bottom: 10px;
}
.product-page-install__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.product-page-install__item {
  padding: 22px 24px;
  border: 1px solid #f2f2f2;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-page-install__text {
  color: #222;
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1;
  margin-left: 42px;
  position: relative;
}
.product-page-install__text::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #5d7941;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: -42px;
}

.product-page-faq {
  margin: 25px 0;
}
.product-page-faq__inner {
  background-color: #fff;
  border-radius: clamp(28px, 4vw, 38px);
  padding: clamp(58px, 8vw, 118px) clamp(20px, 5vw, 80px);
}
.product-page-faq__title {
  color: #262e28;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-right: 40px;
  font-size: clamp(32px, 4.8vw, 64px);
}
.product-page-faq__subtitle {
  color: #71845e;
  font-size: 13px;
  letter-spacing: 0.11em;
  margin-bottom: 10px;
}
.product-page-faq__item {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid #f2f2f2;
  border-radius: clamp(24px, 3vw, 32px);
}
.product-page-faq__item-title {
  margin-bottom: 18px;
  font-size: clamp(23px, 3vw, 34px);
  color: #222;
  line-height: 1;
  letter-spacing: 0;
}
.product-page-faq__item-text {
  font-size: 18px;
  line-height: 1.55;
  color: #656565;
}

@media (max-width: 1140px) {
  .footer-content__social-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 1060px) {
  .footer-content {
    display: block;
  }
  .footer-content__form {
    margin-top: 20px;
    width: 100%;
  }
  .footer-content__title {
    width: 100%;
  }
  .footer-content__title-text {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .header-top {
    border: none;
  }
  .header-top__nav {
    display: none;
  }
  .header-top__right {
    display: none;
  }
  .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .burger-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav-links {
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    background-color: #5d7941;
    border-radius: 0 0 30px 30px;
    border: none;
    border-top: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .burger-checkbox:checked ~ .nav-links {
    opacity: 1;
    visibility: visible;
  }
  .header-top:has(.burger-checkbox:checked) {
    border-radius: 30px 30px 0 0;
  }
  .burger-checkbox:checked ~ .burger-icon span:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
        -ms-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  .burger-checkbox:checked ~ .burger-icon span:nth-child(2) {
    opacity: 0;
  }
  .burger-checkbox:checked ~ .burger-icon span:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(-45deg);
        -ms-transform: translateY(-6px) rotate(-45deg);
            transform: translateY(-6px) rotate(-45deg);
  }
}