@charset "UTF-8";
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Days+One&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
* {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  border: none;
}

button {
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}

span {
  display: block;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input:focus,
input:active {
  outline: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

.news__item-button, .calculation__form, .cat-row__item-size, .card__sizes-item, .advant__item, .call-back-btn, .button--border, .button {
  border-radius: 3.125rem;
}

.news__more-wr, .cat-row__item-colors-item.selected, .cat-row__item-play, .card__swiper-play, .header__cart span, .call-back-btn {
  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;
}

.ware__wr, .visualization__wr, .header__bottom-wr, .header__middle-wr, .header__address, .header__city, .header__top-wr {
  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;
}

.composition__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bm__tel, .bm__nav span, .bm__btns, .bm__header, .text--installation h3, .card__cart, .card__count, .banner__item, .about-v2__wr, .instructions__wr, .about__block-item, .form__input-check, .hero__calc-block, .header__btns, .header__contacts, .header__search-form, .header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}
body.body--no-scroll {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
@media (min-width: 769px) and (max-width: 1900px) {
  html {
    font-size: clamp(6.3px, 0.78vw + 0.34px, 16px);
  }
}

.container {
  max-width: 93.125rem;
  margin: 0 auto;
  padding: 0 6.25rem;
}
@media (max-width: 768px) {
  .container {
    padding: 0 5vw;
  }
}
@media (max-width: 500px) {
  .container {
    padding: 0 0.9375rem;
  }
}

.h1,
.h2 {
  font-family: "Days One", sans-serif;
}

.h1 {
  line-height: 1;
  text-transform: uppercase;
}

.h2 {
  color: #212529;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.h2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #39b34a), to(#006837));
  background: linear-gradient(180deg, #39b34a 10%, #006837 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 500px) {
  .h2 {
    font-size: 1.625rem;
  }
}

.button {
  font-size: 1rem;
  font-weight: 700;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #39b34a), to(#006837));
  background: linear-gradient(180deg, #39b34a 10%, #006837 100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media (hover: hover) {
  .button:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
}

.button--border {
  display: block;
  width: 100%;
  padding: 1.375rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #39B34A;
  border: 0.125rem solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(10%, #39b34a), to(#006837)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #39b34a 10%, #006837 100%) border-box;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media (hover: hover) {
  .button--border:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
}

.swiper-button {
  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;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #39b34a), to(#006837));
  background: linear-gradient(180deg, #39b34a 10%, #006837 100%);
  z-index: 3;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
.swiper-button img {
  width: 0.875rem;
  height: 1.25rem;
}
@media (hover: hover) {
  .swiper-button:hover {
    -webkit-box-shadow: 0 0 16px 0 rgba(38, 41, 73, 0.5);
            box-shadow: 0 0 16px 0 rgba(38, 41, 73, 0.5);
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: -webkit-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  }
}

.swiper-btn-next {
  right: 0;
}

.swiper-btn-prev {
  left: 0;
}

.swiper-btn-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9rem;
  aspect-ratio: 1;
  cursor: pointer;
  -webkit-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.play-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (hover: hover) {
  .play-btn:hover {
    width: 10.5rem;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.47, -0.44, 0.49, 1.46);
  transition: opacity 1s cubic-bezier(0.47, -0.44, 0.49, 1.46);
}

.fade-in.lazyloaded {
  opacity: 1;
}

.map__wr iframe {
  height: 100%;
}

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

.header__top {
  background-color: #2E2E2E;
  color: #fff;
}
@media (max-width: 768px) {
  .header__top {
    display: none;
  }
}

.header__top-wr {
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5rem 0;
}

.header__city {
  gap: 0.625rem;
  font-size: 1rem;
}
.header__city span {
  color: rgba(255, 255, 255, 0.5);
}
.header__city a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (hover: hover) {
  .header__city a:hover {
    color: #39B34A;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}

.header__address {
  gap: 1.875rem;
  font-size: 0.875rem;
}
.header__address .header__address-link {
  position: relative;
  padding-left: 1.625rem;
}
.header__address .header__address-link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("../images/icons/loc-green.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.header__address a {
  text-decoration: underline;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.header__address .header__address-link {
  text-decoration: none;
}
@media (hover: hover) {
  .header__address a:hover {
    color: #39B34A;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}

.header__middle {
  padding: 1rem 0;
}
@media (max-width: 768px) {
  .header__middle {
    display: none;
  }
}

.header__middle-wr {
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__logo {
  gap: 0.625rem;
}
.header__logo a {
  width: 6.25rem;
  aspect-ratio: 100/52;
}
.header__logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__logo span {
  font-size: 0.875rem;
}

.header__search {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36.25rem;
          flex: 0 1 36.25rem;
}

.header__search-form {
  border-radius: 0.375rem;
  border: 0.0625rem solid #DEE2E6;
  padding: 0.9375rem;
}
.header__search-form img {
  width: 1rem;
  height: 1.0625rem;
}

.header__search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header__contacts {
  gap: 1.875rem;
}

.header__phones {
  font-family: "Days One", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.header__phones a {
  display: block;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.header__phones a:not(:last-child) {
  margin-bottom: 0.25rem;
}
@media (hover: hover) {
  .header__phones a:hover {
    color: #39B34A;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}

.call-back-btn {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 600;
  border: 0.0625rem solid #2F2222;
  padding: 0.5rem 0;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
@media (hover: hover) {
  .call-back-btn:hover {
    border: 0.0625rem solid #39B34A;
    background-color: #39B34A;
    color: #fff;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
  }
}

.header__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.header__socials-list a {
  width: 1.6875rem;
  height: 1.6875rem;
}
.header__socials-list img {
  width: 100%;
  height: 100%;
}

.header__bottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  width: 100%;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background: rgba(33, 33, 33, 0.6);
}
@media (max-width: 768px) {
  .header__bottom {
    display: none;
  }
}

.header__bottom-wr {
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__nav > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.header__nav > ul > li:not(:last-child) {
  position: relative;
}
.header__nav > ul > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0.0625rem;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.2509803922);
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav ul a {
  display: block;
  position: relative;
  padding: 0.6875rem 1.5625rem;
}
@media (hover: hover) {
  .header__nav ul li:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #39b34a), to(#006837));
    background: linear-gradient(180deg, #39b34a 10%, #006837 100%);
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
  }
}
.header__nav a.root-item-selected,
.header__nav li.item-selected {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #39b34a), to(#006837));
    background: linear-gradient(180deg, #39b34a 10%, #006837 100%);

}

.header__btns {
  gap: 3.125rem;
}

.header__cart {
  width: 1.5625rem;
  height: 1.375rem;
  position: relative;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.header__cart svg {
  width: 100%;
  height: 100%;
}
.header__cart span {
  position: absolute;
  right: 0;
  top: 0;
  height: 1.125rem;
  aspect-ratio: 1;
  -webkit-transform: translateX(50%) translateY(-40%);
          transform: translateX(50%) translateY(-40%);
  font-weight: 700;
  font-size: 0.6875rem;
  padding: 0 0.3125rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #39b34a), to(#006837));
  background: linear-gradient(180deg, #39b34a 10%, #006837 100%);
  color: #fff;
}
@media (hover: hover) {
  .header__cart:hover {
    color: #39B34A;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .header__cart:hover span {
    background: #212529;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
}

.header__cost-btn {
  font-weight: 700;
  color: inherit;
  font-size: 1rem;
  padding: 0.3125rem 1.5625rem;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (hover: hover) {
  .header__cost-btn:hover {
    color: #39B34A;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}

.hero {
  position: relative;
  min-height: 50rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.4375rem;
}
@media (max-width: 768px) {
  .hero {
    margin-bottom: 3.75rem;
    min-height: auto;
    padding: 6.25rem 0 6.25rem;
  }
}

.hero__wr .container {
  position: relative;
}

.hero__inner {
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero__title {
  font-size: clamp(2.25rem, 1.5441176471rem + 2.8235294118vw, 3.75rem);
  margin-bottom: 2.625rem;
}
@media (max-width: 500px) {
  .hero__title {
    margin-bottom: 1.25rem;
    text-align: left;

  }
}

.hero__desc {
  font-size: 1.5rem;
  margin-bottom: 6.25rem;
  padding-left: 0;
}
.hero__desc li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1;
  font-weight: 300;
}
.hero__desc li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #fff;
}
.hero__desc li:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  .hero__desc {
    margin-bottom: 3.75rem;
  }
}

.hero__calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.hero__calc-block {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 1.875rem 3.125rem;
}
.hero__calc-block.block--green {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #39b34a), to(#006837));
  background: linear-gradient(180deg, #39b34a 10%, #006837 100%);
}
.hero__calc-block.block--wh {
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .hero__calc-block {
    display: none;
  }
}

.hero__calc-icon {
  padding-right: 3.125rem;
  border-right: 0.0625rem solid #fff;
}

.hero__calc-header {
  padding: 0 3.125rem;
}
.hero__calc-header p {
  font-family: "Days One", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}
.hero__calc-header span {
  position: relative;
  padding: 0.3125rem 0 0.3125rem 2.5rem;
}
.hero__calc-header span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("../images/icons/city.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero__calc-timer {
  color: #212529;
}

.hero__calc-desc {
  margin-bottom: 0.625rem;
}

.hero__calc-time {
  position: relative;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.4;
  padding-left: 2.5rem;
}
.hero__calc-time::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  background-image: url("../images/icons/time.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.hero__calc-btn {
  width: 100%;
  max-width: 15rem;
}

.hero__calc-btn-mob {
  display: none;
  width: 100%;
  max-width: 31.25rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .hero__calc-btn-mob {
    display: block;
  }
}
@media (max-width: 500px) {
  .hero__calc-btn-mob {
    max-width: none;
    margin: 0;
  }
}

.hero__swiper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero__swiper::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

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

.hero__swiper picture{
  width: 100%;
  height: 100%;
}

.hero__swiper-next,
.hero__swiper-prev {
  width: 3rem;
}
@media (max-width: 768px) {
  .hero__swiper-next,
  .hero__swiper-prev {
    display: none;
  }
}

.hero__swiper-pagination {
  bottom: 0.9375rem !important;
}
@media (max-width: 768px) {
  .hero__swiper-pagination {
    display: none;
  }
}

.hero__swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 0.3125rem !important;
}
.hero__swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: -1;
}

.hero__swiper-pagination .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #39b34a), to(#006837));
  background: linear-gradient(180deg, #39b34a 10%, #006837 100%);
}

@media (max-width: 768px) {
  .advant {
    margin-bottom: 3.75rem;
  }
}

.advant__title {
  margin-bottom: 2.1875rem;
}
.advant__title span {
  display: block;
}

.advant__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.625rem 1.875rem;
  margin-bottom: -2.5rem;
}
@media (max-width: 768px) {
  .advant__list {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}

.advant__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;
  gap: 1.25rem;
  padding: 1.25rem 1.25rem 1.875rem;
  border: 1px solid #e5e7eb;
  -webkit-box-shadow: 0 4px 32px 0 rgba(123, 128, 148, 0.25);
          box-shadow: 0 4px 32px 0 rgba(123, 128, 148, 0.25);
  background: #fdf7f2;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media (hover: hover) {
  .advant__item:hover {
    background: #f2fdf2;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
}

.advant__img {
  width: 6rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.advant__text {
  line-height: 1.2;
  font-size: 1.25rem;
  text-align: center;
}

.make {
  background-image: url("../images/make-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 6.25rem;
  padding-top: 9.375rem;
}
@media (max-width: 768px) {
  .make {
    padding: 3.75rem 0;
  }
}

.make__title {
  color: #fff;
  margin-bottom: 2.1875rem;
}

.make__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .make__list {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}

.make__item {
  position: relative;
  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;
  min-height: 25rem;
  padding: 1.875rem;
  border-radius: 1rem;
  overflow: hidden;
}
@media (hover: hover) {
  .make__item:hover::after {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .make__item:hover .make__item-title {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .make__item:hover .make__sizes {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .make__item:hover .make__colors {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .make__item:hover .make__button-def {
    display: none;
  }
  .make__item:hover .make__button-more {
    display: block;
  }
}
.make__item::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7215686275);
  border: 0.0625rem solid #39B34A;
  border-radius: 1rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media (max-width: 768px) {
  .make__item::after {
    opacity: 1;
  }
}

.make__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.make__item-ineer {
  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;
  position: relative;
  z-index: 1;
}

.make__item-title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.625rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media (max-width: 768px) {
  .make__item-title {
    opacity: 1;
  }
}

.make__sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 1.875rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media (max-width: 768px) {
  .make__sizes {
    opacity: 1;
  }
}

.make__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  margin-bottom: 1.875rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.make__colors img {
  width: 2rem;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .make__colors {
    opacity: 1;
  }
}

.make__button {
  width: 100%;
  min-height: 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem 0;
}
@media (max-width: 768px) {
  .make__button .make__button-def {
    display: none;
  }
}
.make__button .make__button-more {
  display: none;
}
@media (max-width: 768px) {
  .make__button .make__button-more {
    display: block;
  }
}

.make__show-btn {
  display: block;
  width: 100%;
  max-width: 17.5rem;
  margin: 0 auto;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
@media (max-width: 768px) {
  .make__show-btn {
    margin: 0;
    max-width: none;
  }
}

.hits .cat-row__title span {
  display: inline;
}

.new {
  background-image: url(../images/make-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.new .cat-row__title {
  color: #fff;
}

.cat-row {
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .cat-row .container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cat-row .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.3;
    pointer-events: none;
    transition: opacity 0.3s linear;
  }
}

.cat-row__title {
  margin-bottom: 1.875rem;
}

.cat-row__list-wr {
  position: relative;
}
.cat-row__list-wr .cat-row__list {
  gap: 0;
}

.cat-row__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
.cat-row__list.cat-row--border .cat-row__item {
  border: 0.0625rem solid #EBEBEB;
}
@media (max-width: 768px) {
  .cat-row__list {
    margin-bottom: 1.25rem;
  }
}

.cat-row__item {
  width: 18.75rem;
  border-radius: 1rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cat-row__item .button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem 0;
}
.cat-row__item .button img {
  width: 1.3125rem;
  height: 1.1875rem;
}
.cat-row__item .button * {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.cat-row__item-swiper {
  aspect-ratio: 1;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 0.625rem;
  cursor: pointer;
}
.cat-row__item-swiper .swiper-slide video{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cat-row__item-swiper .swiper-slide img:not(.play-img) {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (hover: hover) {
  .cat-row__item-swiper:hover .cat-row__item-swiper-overlay, .cat-row__item-swiper:hover .card__swiper-ovrelay {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .cat-row__item-swiper:hover .item-swiper-next, .cat-row__item-swiper:hover .card-swiper-next, .cat-row__item-swiper:hover .item-swiper-prev, .cat-row__item-swiper:hover .card-swiper-prev {
    width: 2.8125rem;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .cat-row__item-swiper:hover .cat-row__item-play, .cat-row__item-swiper:hover .card__swiper-play {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .cat-row__item-swiper:hover .badges {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
}

.cat-row__item-swiper-overlay, .card__swiper-ovrelay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 4;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.cat-row__item-play, .card__swiper-play {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 3.4375rem;
  z-index: 4;
  aspect-ratio: 1;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #39b34a), to(#006837));
  background: linear-gradient(180deg, #39b34a 10%, #006837 100%);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  cursor: pointer;
}
.cat-row__item-play img, .card__swiper-play img {
  width: 1.25rem;
}

.row-swiper-btns {
  display: contents;
}
@media (max-width: 768px) {
  .row-swiper-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.9375rem;
  }
}
.row-swiper-btns .row-swiper-next {
  top: 25rem;
}
.row-swiper-btns .row-swiper-prev {
  top: 25rem;
}

.row-swiper-next {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.row-swiper-prev {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.row-swiper-next,
.row-swiper-prev {
  width: 3rem;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .row-swiper-next,
  .row-swiper-prev {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 40%;
    max-width: 10.8125rem;
    aspect-ratio: 173/48;
    border-radius: 3.125rem;
  }
}

.item-swiper-next, .card-swiper-next,
.item-swiper-prev,
.card-swiper-prev {
  width: 2.125rem;
  aspect-ratio: 1;
  z-index: 4;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.item-swiper-next, .card-swiper-next {
  right: 0.4375rem;
}

.item-swiper-prev, .card-swiper-prev {
  left: 0.4375rem;
}

.cat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  margin-bottom: 3.75rem;
}

.cat-row__item-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.625rem 0.625rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cat-row__item-title {
  font-family: "Days One", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.1875rem;
}

.cat-row__item-sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 1.25rem 0 2.1875rem;
  border-top: 0.0625rem solid #EBEBEB;
}

.cat-row__item-size, .card__sizes-item {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #fff;
  padding: 0.5rem 0.9375rem;
  background-color: #39B34A;
}

.cat-row__item-subtitle {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 0 0.625rem;
  text-wrap: nowrap;
}

.cat-row__item-price {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}

.cat-row__item-colors {
  position: relative;
  padding: 1.25rem 0 1.875rem;
  border-top: 0.0625rem solid #EBEBEB;
}

.cat-row__item-colors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.cat-row__item-colors-item {
  width: 2rem;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.cat-row__item-colors-item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cat-row__item-colors-item.selected {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #39b34a), to(#006837));
  background: linear-gradient(180deg, #39b34a 10%, #006837 100%);
}
.cat-row__item-colors-item.selected img {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.cat-row__item-btn {
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}

.cat-row__item-btn.in-basket {
  pointer-events: none;
    background: linear-gradient(180deg, #02520d 10%, #006837 100%)
}

.cat-row__item-cost-btn {
  color: #39B34A;
  border: 0.125rem solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(10%, #39b34a), to(#006837)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #39b34a 10%, #006837 100%) border-box;
}

.badges {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1875rem;
  z-index: 5;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.badge {
  font-size: 0.75rem;
  line-height: 1.2;
  padding: 0.1875rem 0.5625rem;
  border-radius: 0.1875rem;
}

.badge--sale {
  background-color: #ED5F12;
  color: #fff;
}

.badge--hit {
  background-color: #EDB312;
  color: #212529;
}

.cat-row__swiper-wr {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
}
.cat-row__swiper-wr .cat-row__item {
  height: 100% !important;
}

.calculation {
  position: relative;
}
.calculation .calculation__img {
  width: 77.875rem;
  position: absolute;
  bottom: 7.5rem;
  right: 17.5rem;
  z-index: -1;
}
@media (max-width: 768px) {
  .calculation .calculation__img {
    display: none;
  }
}

.calculation__form {
  position: relative;
  right: 5.875rem;
  bottom: 5.3125rem;
  max-width: 48.75rem;
  padding: 3.125rem 6.25rem 5.1875rem;
  background-color: #f2fdf2;
  margin-bottom: -7.875rem;
}
.calculation__form .form__button {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.calculation__form .form__inputs input {
  display: block;
  width: 100%;
}
.calculation__form .form__inputs input:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .calculation__form {
    right: auto;
    padding: 1.875rem 1.25rem;
  }
}

.form__wr {
  max-width: 25rem;
  margin: 0 auto;
}

.calculation__title {
  text-align: center;
  margin-bottom: 1.25rem;
}

.calculation__subtitle {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 2.0625rem;
  line-height: 1.3;
}
@media (max-width: 500px) {
  .calculation__subtitle {
    font-size: 1.25rem;
  }
  .calculation__subtitle br {
    display: none;
  }
}

.form__inputs {
  margin-bottom: 1.25rem;
}
.form__inputs input:not(.button) {
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  -webkit-box-shadow: 1px 2px 13px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 1px 2px 13px 0 rgba(0, 0, 0, 0.12);
  background: #fff;
  font-size: 1.1875rem;
  padding: 1.25rem 1.875rem;
}
.form__inputs input::-webkit-input-placeholder {
  color: #757575;
}
.form__inputs input::-moz-placeholder {
  color: #757575;
}
.form__inputs input:-ms-input-placeholder {
  color: #757575;
}
.form__inputs input::-ms-input-placeholder {
  color: #757575;
}
.form__inputs input::placeholder {
  color: #757575;
}

.form__input-file-wr {
  border: 0.125rem dashed rgba(0, 0, 0, 0.12);
  padding: 1.5rem 1.875rem;
  margin-bottom: 1.25rem;
}

.form__input-file-wr p {
  margin-bottom: 0.75rem;
  color: #212529;
  font-size: 0.875rem;
}
.form__input-file-wr p span {
  font-weight: 700;
}

.form__input-file-label {
  padding: 0.625rem 0.9375rem;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  border-radius: 0.3125rem;
  background-color: #ac9b9c;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  cursor: pointer;
}
.form__input-file-label:hover {
  background-color: #726364;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.form__input-file {
  display: none;
}

.form__input-check {
  gap: 0.625rem;
}
.form__input-check label {
  font-family: "Montserrat", serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  color: #b0b0b0;
}
.form__input-check label a {
  color: #4e5cd1;
}
@media (hover: hover) {
  .form__input-check label a:hover {
    text-decoration: underline;
  }
}
.form__input-check input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  accent-color: #39B34A;
  border: none;
  width: 0.8125rem;
  height: 0.8125rem;
  background-color: #b0b0b0;
  border-radius: 0.1875rem;
}

.calculation--v2 {
  margin-bottom: 2.8125rem;
}
.calculation--v2 .calculation__form {
  bottom: 2.5rem;
}
.calculation--v2 .calculation__img {
  bottom: 4.625rem;
}

.about {
  background-image: url(../images/make-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 6.25rem;
  margin-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .about {
    padding-bottom: 3.75rem;
  }
}

.about__wr {
  position: relative;
  min-height: 67.125rem;
}
@media (max-width: 768px) {
  .about__wr {
    min-height: none;
  }
}

.about__title {
  color: #fff;
}
@media (max-width: 500px) {
  .about__title span {
    display: inline;
  }
}
@media (max-width: 768px) {
  .about__title {
    margin-bottom: 3.125rem;
  }
}

.about__img {
  width: 25.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
}
@media (max-width: 768px) {
  .about__img {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 1.875rem;
  }
}

.about__block {
  position: absolute;
  color: #fff;
  max-width: 25rem;
}
.about__block.block--1 {
  top: 20.0625rem;
  left: 0;
}
.about__block.block--2 {
  top: 7.8125rem;
  right: 0;
}
.about__block.block--3 {
  bottom: 2.4375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .about__block.block--3 {
    -webkit-transform: none;
            transform: none;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .about__block {
    position: static;
    margin-bottom: 1.875rem;
  }
}

.about__block-item-arr {
  position: absolute;
}
@media (max-width: 768px) {
  .about__block-item-arr {
    display: none;
  }
}

.block--1 .about__block-item-arr {
  width: 30.375rem;
  aspect-ratio: 486/148;
  left: 6.25rem;
  top: 1.25rem;
  max-width: none;
}

.block--2 .about__block-item-arr {
  width: 11.6875rem;
  aspect-ratio: 187/234;
  left: -12.5rem;
  top: 1.875rem;
}

.block--3 .about__block-item-arr {
  width: 11.125rem;
  aspect-ratio: 178/222;
  left: 2.5rem;
  top: -14.625rem;
}

.about__block-num {
  font-family: "Days One", sans-serif;
  font-size: 3rem;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #39b34a), to(#006837));
  background: linear-gradient(180deg, #39b34a 10%, #006837 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .about__block-num {
    margin-bottom: 0.625rem;
  }
}

.about__block-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.625rem;
}

.about__block-text {
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .about__block-text {
    margin-bottom: 1.25rem;
  }
}

.about__block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}

.about__block-item {
  gap: 0.625rem;
  font-weight: 600;
  line-height: 1.2;
}
.about__block-item img {
  width: 3rem;
  aspect-ratio: 1;
}

.indicators {
  margin-bottom: 10.125rem;
}
@media (max-width: 768px) {
  .indicators .container {
    padding: 0;
  }
}

.indicators__title {
  margin-bottom: 1.875rem;
}
.indicators__title span {
  display: inline;
}

.indicators-swiper-btns, .cases__swiper-btns {
  display: contents;
}
@media (max-width: 768px) {
  .indicators-swiper-btns, .cases__swiper-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.indicators-swiper-prev {
  left: 20%;
}

.indicators-swiper-next {
  right: 20%;
}

.indicators__swiper {
  height: 23rem;
}
.indicators__swiper .swiper-slide {
  aspect-ratio: 633/368;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 8px;
  opacity: 0.3;
  overflow: hidden;
}
.indicators__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .indicators__swiper .swiper-slide {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.indicators__swiper .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1.46);
          transform: scale(1.46);
  z-index: 3;
}
@media (max-width: 768px) {
  .indicators__swiper .swiper-slide-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.indicators__swiper .swiper-button {
  width: 3rem;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .indicators__swiper .swiper-button {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 40%;
    max-width: 10.8125rem;
    aspect-ratio: 173/48;
    border-radius: 3.125rem;
  }
}
@media (max-width: 768px) {
  .indicators__swiper .swiper-wrapper {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .indicators__swiper {
    height: auto;
  }
}

.composition {
  padding: 3.75rem 0 10.5625rem;
  background-image: url("../images/composition-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .composition {
    background-image: url("../images/comp-bg-mob.webp");
    background-position: top center;
    background-size: contain;
    background-color: #819C51;
    padding-bottom: 0.9375rem;
  }
}

.composition__title {
  margin-bottom: 6.25rem;
  color: #fff;
}
@media (max-width: 768px) {
  .composition__title {
    margin-bottom: 150vw;
  }
}

.composition__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
}
@media (max-width: 768px) {
  .composition__list {
    gap: 0.9375rem;
  }
}

@media (max-width: 768px) {
  .composition__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
  }
}

.composition__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.75rem;
          flex: 0 0 25.75rem;
  position: relative;
  padding: 1.875rem;
  border-radius: 0.5rem;
  background-color: #fff;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.composition__item img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
@media (hover: hover) {
  .composition__item:hover {
    background-color: #f2fdf2;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
  }
  .composition__item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
}
@media (max-width: 768px) {
  .composition__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.composition__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}

.composition__item-text {
  line-height: 1.4;
}

.visualization {
  padding: 6.25rem 0;
  background-color: #F2FDF2;
  margin-bottom: 6.25rem;
}

@media (max-width: 768px) {
  .visualization__wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
  }
}

.visualization__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.375rem;
          flex: 0 0 39.375rem;
}
.visualization__form .form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media (max-width: 768px) {
  .visualization__form .form__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.visualization__form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.visualization__form .form__input-file-wr {
  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;
}
.visualization__form .form__input-file-wr p {
  text-align: center;
}
.visualization__form .form__input-file-wr span {
  display: inline;
}
.visualization__form .form__input-file-wr .form__input-fale-name {
  display: none;
}
.visualization__form .form__input-file-wr.file--upload p:first-child {
  display: none;
}
.visualization__form .form__input-file-wr.file--upload .form__input-fale-name {
  display: block;
  font-weight: 600;
}
.visualization__form .form__input-file-wr.file--dragover {
  background-color: #f0f0f0;
}
.visualization__form .form__input-check {
  margin-bottom: 1.875rem;
}
.visualization__form .form__button {
  width: 100%;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  max-width: 22.8125rem;
}
@media (max-width: 768px) {
  .visualization__form {
    width: 100%;
  }
}

.visualization__title {
  text-align: left;
  margin-bottom: 0.625rem;
}

.visualization__desc {
  margin-bottom: 1.875rem;
}

.visualization__img {
  width: 46.1875rem;
  position: relative;
  left: 8.75rem;
}
@media (max-width: 768px) {
  .visualization__img {
    left: auto;
  }
}

.visualization-v2 {
  margin-bottom: 0;
}

.cases {
  margin-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .cases .container {
    padding: 0;
  }
}

.cases__title {
  margin-bottom: 1.875rem;
}
.cases__title span {
  display: inline;
}

.cases__wr {
  position: relative;
}
.cases__wr .swiper-button {
  width: 3rem;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .cases__wr .cases-swiper-prev,
  .cases__wr .cases-swiper-next {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 40%;
    max-width: 10.8125rem;
    aspect-ratio: 173/48;
    border-radius: 3.125rem;
  }
}

.cases__list .swiper-slide {
  aspect-ratio: 302/538;
  border-radius: 1.5rem;
  overflow: hidden;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  cursor: pointer;
}
.cases__list .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .cases__list .swiper-slide {
    opacity: 0.4;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .cases__list .swiper-slide.swiper-slide-active {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
}
.cases__list .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 1.875rem;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0) 100%);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cases__list {
    margin-bottom: 0.9375rem;
  }
}

.cases-swiper-prev {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cases-swiper-next {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.instructions {
  padding: 6.25rem 0 6.5rem;
  background-image: url("../images/instr-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .instructions {
    padding: 3.75rem 0;
  }
}

@media (max-width: 768px) {
  .instructions__wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 1.875rem;
  }
}

.instructions__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.5625rem;
          flex: 0 0 39.5625rem;
}
@media (max-width: 768px) {
  .instructions__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.instructions__title {
  text-align: left;
  margin-bottom: 0.625rem;
}
.instructions__title span {
  display: inline;
}

.instructions__subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.25rem;
}

.instructions__text {
  line-height: 1.4;
  margin-bottom: 1.875rem;
}
.instructions__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}

.instructions__button {
  padding: 1.125rem 2rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .instructions__button {
    display: none;
  }
}

.instructions__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59.0625rem;
          flex: 0 0 59.0625rem;
  position: relative;
}
.instructions__img img:not(.play-btn) {
  width: 59.0625rem;
}
@media (max-width: 768px) {
  .instructions__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.samples {
  padding: 6.25rem 0 6.8125rem;
  background-image: url("../images/make-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.leaf {
    position: absolute;
    will-change: transform;
    pointer-events: none;
}

@media (max-width: 768px) {
  .leaf {
    display: none;
  }
}


.leaf-1 {
    top: 15%;
    left: 8%;
    animation: float1 18s linear infinite;
    width: 17.25rem;
    height: auto;
}

.leaf-2 {
    top: 48%;
    left: 15%;
    animation: float2 12s ease-in-out infinite;
     width: 13.5rem;
    height: auto;
}

.leaf-3 {
    top: 80%;
    left: 10%;
    animation: float3 25s linear infinite;
     width: 6rem;
    height: auto;
}

.leaf-4 {
    top: 22%;
    right: 20%;
    animation: float4 10s ease-in-out infinite;
     width: 10.125rem;
    height: auto;
}

.leaf-5 {
    top: 36%;
    animation: float5 20s linear infinite;
    right: 8%;
     width: 12.6875rem;
    height: auto;
}

.leaf-6 {
    top: 62%;
    right: 17%;
    animation: float6 14s ease-in-out infinite;
    width: 16.5rem;
    height: auto;
}

@keyframes float1 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(1.875rem, 3.75rem);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes float2 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-2.5rem, 3.125rem);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes float3 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(1.5625rem, -1.875rem);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes float4 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-1.25rem, 2.5rem);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes float5 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-1.5625rem, 2.5rem) rotate(8deg);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes float6 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(2.1875rem, -1.25rem) rotate(-6deg);
    }

    100% {
        transform: translate(0, 0);
    }
}

.samples__inner {
  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;
  color: #fff;
  text-align: center;
}

.samples__title {
  color: #fff;
  margin-bottom: 0.625rem;
}

.samples__subtitle {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}

.samples__desc {
  line-height: 1.4;
  margin-bottom: 1.875rem;
}

.samples__img {
  max-width: 25.75rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 3.75rem;
}
@media (max-width: 768px) {
  .samples__img {
    max-width: 100%;
  }
}

.samples__button {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1.125rem 2rem;
}
@media (max-width: 500px) {
  .samples__button {
    font-size: 1rem;
  }
}

.ware {
  padding: 6.25rem 0 6.25rem;
  margin-bottom: 6.25rem;
  background-image: url("../images/instr-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .ware {
    padding: 3.75rem 0;
    margin-bottom: 3.75rem;
  }
}

.ware__wr {
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .ware__wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.ware__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.375rem;
          flex: 0 0 39.375rem;
}
@media (max-width: 768px) {
  .ware__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.ware__title {
  text-align: left;
  margin-bottom: 0.625rem;
}
.ware__title span {
  display: inline;
}

.ware__subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}

.ware__text {
  line-height: 1.4;
  margin-bottom: 1.875rem;
}

.ware__button {
  padding: 1.125rem 2rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 500px) {
  .ware__button {
    font-size: 1rem;
  }
}

.ware__img {
  width: 39.375rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.375rem;
          flex: 0 0 39.375rem;
}
@media (max-width: 768px) {
  .ware__img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.delivery {
  margin-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .delivery {
    margin-bottom: 3.75rem;
  }
}

.delivery__wr {
  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;
}

.delivery__title {
  margin-bottom: 0.625rem;
}
.delivery__title span {
  display: inline;
}

.delivery__desc {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 1.875rem;
}

.delivery__map {
  max-width: 73rem;
  aspect-ratio: 1168/630;
  margin-bottom: 4.3125rem;
}
.delivery__map svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .delivery__map svg {
    width: 100%;
  }
}
.delivery__map .map-area {
  cursor: pointer;
}
.delivery__map .map-area:hover .map-bg path {
  fill: url(#hoverGradient);
}
.delivery__map .map-area:hover .map-loc path {
  fill: #fff;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}
.delivery__map .map-area:hover .map-title path {
  fill: #fff;
}

.delivery__button {
  padding: 1.125rem 2rem;
  font-size: 1.5rem;
}
@media (max-width: 500px) {
  .delivery__button {
    font-size: 1rem;
  }
}

.news {
  padding: 6.25rem 0 6.5625rem;
  background-color: #F2FDF2;
  margin-bottom: 6.25rem;
}
@media (max-width: 768px) {
  .news {
    padding: 3.75rem 0;
    margin-bottom: 3.75rem;
  }
}

.news__title {
  margin-bottom: 1.875rem;
}

.news__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .news__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .news__list {
    grid-template-columns: 1fr;
  }
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 0.625rem;
  background-color: #fff;
  border: 0.0625rem solid #EBEBEB;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}
@media (hover: hover) {
  .news__item:hover {
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(50, 63, 91, 0.25);
            box-shadow: 0 0 1.25rem 0 rgba(50, 63, 91, 0.25);
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: -webkit-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  }
}

.news__item-bg {
  border-radius: 0.625rem;
  aspect-ratio: 1;
  overflow: hidden;
}
.news__item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news__item-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.875rem;
  padding: 1.875rem 1.5625rem;
}

.news__item-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.33;
}

.news__item-button {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0.75rem 0;
  text-align: center;
  color: #39B34A;
  border: 0.125rem solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(10%, #39b34a), to(#006837)) border-box;
  background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #39b34a 10%, #006837 100%) border-box;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media (hover: hover) {
  .news__item-button:hover {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
}

.news__more {
  padding: 1.125rem 2rem;
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: 500;
}
@media (max-width: 768px) {
  .news__more {
    width: 100%;
    font-size: 1rem;
  }
}

.certificates {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .certificates .container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .certificates {
    margin-bottom: 3.75rem;
  }
}

.certificates__title {
  margin-bottom: 1.875rem;
}

.certificates__wr {
  position: relative;
}
.certificates__wr .swiper-button {
  width: 3rem;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .certificates__wr .swiper-button {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 40%;
    max-width: 10.8125rem;
    aspect-ratio: 173/48;
    border-radius: 3.125rem;
  }
}

.certificates__list {
  padding: 1.25rem;
}

.certificates__item {
  border-radius: 0.625rem;
  border: 0.0625rem solid #EBEBEB;
  background-color: #fff;
  padding: 1.875rem;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  cursor: pointer;
}
.certificates__item img:not(.icon-eye) {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.certificates__item .icon-eye {
  width: 6.375rem;
  height: 6.375rem;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  cursor: pointer;
}
@media (hover: hover) {
  .certificates__item:hover {
    border-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(50, 63, 91, 0.25);
            box-shadow: 0 0 20px 0 rgba(50, 63, 91, 0.25);
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: -webkit-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  }
  .certificates__item:hover .icon-eye {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
}

.certificates__btns {
  display: contents;
}
@media (max-width: 768px) {
  .certificates__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.9375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about-v2 {
  padding: 6.25rem 0 6.125rem;
  background-image: url("../images/make-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .about-v2 {
    padding: 3.75rem 0;
  }
}

.about-v2__wr {
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .about-v2__wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.about-v2__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.5rem;
          flex: 0 0 39.5rem;
  color: #fff;
}
@media (max-width: 768px) {
  .about-v2__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.about-v2__title {
  text-align: left;
  margin-bottom: 0.625rem;
  color: #fff;
}

.about-v2__subtitle {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 0.625rem;
}

.about-v2__text {
  font-weight: 300;
  line-height: 1.4;
}
.about-v2__text p:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.about-v2__img {
  width: 59.0625rem;
}

.about-v3 {
  margin-bottom: 0;
}

.map {
  position: relative;
  height: 50rem;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .map iframe {
    height: auto;
    aspect-ratio: 390/360;
  }
}
@media (max-width: 768px) {
  .map {
    height: auto;
  }
}

.map__wr {
  height: 100%;
}

.map__card {
  position: absolute;
  top: 50%;
  left: 6%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 2.1875rem;
  border-radius: 1.5625rem;
  background-color: #fff;
  z-index: 2;
  font-size: 1.125rem;
  line-height: 1.4;
}
.map__card h3 {
  font-weight: 700;
  margin-bottom: 0.1875rem;
}
.map__card .call-back-btn {
  width: auto;
  padding: 0.75rem 1.6875rem;
}
@media (max-width: 768px) {
  .map__card {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.map__card-title {
  text-align: left;
  margin-bottom: 0.625rem;
}

.map__card-row {
  margin-bottom: 0.9375rem;
}
.map__card-row a {
  display: block;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (hover: hover) {
  .map__card-row a:hover {
    color: #39B34A;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}

.map__card-footer {
  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;
  gap: 0.5rem;
}

.map__card-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.map__card-socials img {
  width: 2.5rem;
  aspect-ratio: 1;
}

.subscribe {
  margin-bottom: 3rem;
}

.subscribe__form {
  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;
  position: relative;
  padding: 3.125rem 12.5rem 5.625rem;
  border-radius: 5.3125rem;
  background-color: #F2FDF2;
  overflow: hidden;
}
.subscribe__form .form {
  width: 90%;
  z-index: 2;
}
.subscribe__form .form__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5625rem;
}
@media (max-width: 768px) {
  .subscribe__form .form__inputs {
    grid-template-columns: 1fr;
  }
}
.subscribe__form .button {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.subscribe__form .form__input-check {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .subscribe__form {
    padding: 1.875rem 1.25rem;
    border-radius: 1.25rem;
  }
}

.subscribe__form-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscribe__title {
  margin-bottom: 0.625rem;
}

.subscribe__desc {
  font-size: 1.5rem;
  margin-bottom: 3.125rem;
  text-align: center;
}

.subscribe__img {
  position: absolute;
  right: -5rem;
  bottom: -5rem;
}
.subscribe__img img {
  width: 19.0625rem;
  aspect-ratio: 1;
}
.subscribe__img::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 1.25rem;
  width: 12.5rem;
  height: 12.5rem;
  background-image: url("../images/gift-shadow.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  .subscribe__img::before {
    top: 5.5rem;
  }
}

.banner {
  padding: 5rem 0 3.125rem;
  background-image: url("../images/make-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .banner .container {
    padding: 0;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 768px) {
  .banner {
    padding-top: 2.25rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.banner__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .banner__list {
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}

.banner__item {
  gap: 1rem;
}

.banner__img {
  width: 2.875rem;
  height: 2.8125rem;
}
.banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.banner__desc {
  color: #fff;
  line-height: 1.55;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.625rem;
  padding: 0;
}
.breadcrumbs li {
  position: relative;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #2F2222;
  text-wrap: nowrap;
}
.breadcrumbs li a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (hover: hover) {
  .breadcrumbs li a:hover {
    color: #39B34A;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}
.breadcrumbs li::after {
  content: "/";
  position: absolute;
  color: rgba(33, 37, 41, 0.7490196078);
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.breadcrumbs li:first-child {
  padding-left: 0;
}
.breadcrumbs li:last-child {
  color: rgba(33, 37, 41, 0.7490196078);
  padding-right: 0;
}
.breadcrumbs li:last-child::after {
  content: none;
}
.breadcrumbs::-webkit-scrollbar {
  height: 0.25rem;
}
.breadcrumbs::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 1.25rem;
  height: 0.25rem;
}
.breadcrumbs::-webkit-scrollbar-thumb {
  background-color: #4CAF50;
  border-radius: 1.25rem;
}
@media (max-width: 768px) {
  .breadcrumbs {
    overflow-x: scroll;
    font-size: 0.875rem;
    padding-bottom: 0.625rem;
    margin-bottom: 2.25rem;
  }
}

.card {
  margin-bottom: 3.75rem;
  border: none;
}

.h1-title {
  font-family: Days, serif;
  font-size: 3rem;
  line-height: 1;
  color: #212529;
  margin-bottom: 1.875rem;
}
@media (max-width: 500px) {
  .h1-title {
    font-size: 1.625rem;
  }
}

.card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.card__col {
  width: calc((100% - 3.75rem) / 3);
}
.card__col h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.625rem;
  color: #2F2222;
}
@media (max-width: 768px) {
  .card__col {
    width: 100%;
  }
}

.card__head {
  margin-bottom: 1.875rem;
}

.card__swiper-wr {
  margin-bottom: 0.625rem;
}

.card__swiper {
  border-radius: 1.5625rem;
  overflow: hidden;
  aspect-ratio: 1;
  display: none;
}
.card__swiper .swiper-button {
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (hover: hover) {
  .card__swiper:hover .card__swiper-ovrelay {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .card__swiper:hover .card__swiper-play {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .card__swiper:hover .swiper-button {
    width: 2.8125rem;
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}
.card__swiper.card-swiper--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card__swiper-slide {
  cursor: pointer;
}
.card__swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.card__swiper-tab {
  aspect-ratio: 1;
  border-radius: 1rem;
  border: 0.0625rem solid #999999;
  overflow: hidden;
  cursor: pointer;
}
.card__swiper-tab img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__swiper-tab.swiper-slide-thumb-active {
  border: 0.125rem solid #39B34A;
}

@media (max-width: 768px) {
  .card__reviews {
    display: none;
  }
}

.card__reviews-item p {
  line-height: 1.4;
}
.card__reviews-item:not(:last-child) {
  margin-bottom: 1.875rem;
}

.card__reviews-video {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 412/232;
  border-radius: 1.5625rem;
  overflow: hidden;
  margin-bottom: 0.625rem;
}
.card__reviews-video .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.card__reviews-video .card__reviews-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__colors {
  margin-bottom: 1.875rem;
}
@media (max-width: 500px) {
  .card__colors {
    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;
  }
}

.card__colors__list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}

.card__colors__item {
  position: relative;
  width: 4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  cursor: pointer;
}
.card__colors__item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__colors__item span {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 150%);
          transform: translate(-50%, 150%);
  font-size: 0.875rem;
  line-height: 1.2;
  background-color: #39B34A;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  color: #fff;
  z-index: 3;
  cursor: default;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  pointer-events: none;
  text-wrap: nowrap;
}
.card__colors__item span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 0.875rem;
  height: 0.875rem;
  background-color: #39B34A;
}
@media (max-width: 768px) {
  .card__colors__item span {
    display: none;
  }
}
.card__colors__item:hover span {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.card__colors__item.selected {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #39b34a), to(#006837));
  background: linear-gradient(180deg, #39b34a 10%, #006837 100%);
}
.card__colors__item.selected img {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.card__sizes {
  margin-bottom: 1.875rem;
}
@media (max-width: 500px) {
  .card__sizes {
    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;
  }
}

.card__sizes-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}

.card__count {
  gap: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 500px) {
  .card__count {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0.625rem;
  }
}

.card__counter {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 0.0875rem solid #999999;
  border-radius: 3.125rem;
  padding: 0.4375rem;
}
@media (max-width: 500px) {
  .card__counter {
    width: 70%;
  }
}

.card__counter-btn {
  width: 2.5rem;
  aspect-ratio: 1;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 50%;
  background-color: #F2FDF2;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.card__counter-btn:hover {
  background-color: #39B34A;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.card__counter-num {
  width: 6ch;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  caret-color: transparent;
}

.card__count-price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card__count-price span {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
  color: #999999;
}
@media (max-width: 500px) {
  .card__count-price span {
    margin-bottom: 0;
  }
}
.card__count-price p {
  font-size: 1.5rem;
  font-weight: 700;
  color: #212529;
  line-height: 1;
}
@media (max-width: 500px) {
  .card__count-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}

.card__count-currency::after {
  content: "₸";
  font-weight: inherit;
  font-size: inherit;
}
@media (max-width: 500px) {
  .card__count-currency {
    text-align: center;
  }
}

.card__cart {
  gap: 1.875rem;
  margin-bottom: 1.875rem;
}
@media (max-width: 500px) {
  .card__cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.25rem;
  }
}

.card__cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 1.375rem 2.75rem;
}
.card__cart-btn img {
  width: 1.3125rem;
  height: 1.1875rem;
}
@media (max-width: 500px) {
  .card__cart-btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.card__cart-price span {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
  color: #999999;
}
.card__cart-price p {
  font-size: 2rem;
  font-weight: 700;
  color: #212529;
  line-height: 1.2;
}

.card__text {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #2F2222;
  margin-bottom: 1.875rem;
}
.card__text:last-child {
  margin-bottom: 0.625rem;
}

.text--installation h3 {
  gap: 1rem;
}

.card__dowload-btn {
  margin-bottom: 1.875rem;
}

.card__specification-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #2F2222;
}
.card__specification-row div {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.card__specification-row div span {
  font-weight: 400;
  position: relative;
  display: inline;
  background-color: #fff;
  padding-right: 0.625rem;
  z-index: 3;
}
.card__specification-row div::after {
  content: "";
  display: block;
  border-bottom: 0.09375rem dotted #ccc;
  width: 100%;
  position: absolute;
  left: 0;
  top: 66%;
}
.card__specification-row span {
  font-weight: 700;
  padding-left: 0.625rem;
}
.card__specification-row:not(:last-child) {
  margin-bottom: 0.625rem;
}

.card__advant-list {
  margin-bottom: 3.75rem;
}

.card__advant-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.625rem;
}
.card__advant-item img {
  width: 4rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.card__advant-item h3 {
  font-weight: 700;
  color: #2F2222;
  line-height: 1.2;
  margin-bottom: 0.3125rem;
}
.card__advant-item p {
  font-size: 0.875rem;
  line-height: 1.4;
}
.card__advant-item:not(:last-child) {
  margin-bottom: 2.125rem;
}

.card__calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1rem;
  padding: 2.5rem 2.5rem 1.875rem;
  border-radius: 1.5625rem;
  background-color: #F2FDF2;
  margin-bottom: 1.875rem;
}
.card__calc img {
  width: 2.5rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.card__calc p {
  font-weight: 700;
  margin-bottom: 1.875rem;
}

.card__sample-btn,
.card__calc-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2FDF2), to(#F2FDF2)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(10%, #39b34a), to(#006837)) border-box;
  background: linear-gradient(#F2FDF2, #F2FDF2) padding-box, linear-gradient(180deg, #39b34a 10%, #006837 100%) border-box;
}

.card__sample {
  position: relative;
  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;
  min-height: 27.75rem;
  padding: 1.875rem 5rem;
  border-radius: 1.5625rem;
  background-color: #F2FDF2;
  overflow: hidden;
}
.card__sample img {
  position: absolute;
  width: 100%;
  top: -1.25rem;
  left: 0;
}

.card__sample-inner {
  text-align: center;
  line-height: 1.4;
}
.card__sample-inner h3 {
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.card__sample-inner p {
  margin-bottom: 1.875rem;
}

.works {
  background-color: #F7F7F7;
  padding: 6.25rem 0;
}
@media (max-width: 768px) {
  .works .container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .works {
    padding: 3.75rem 0;
  }
}

.works__title {
  margin-bottom: 1.875rem;
}
.works__title span {
  display: inline;
}

.works__swiper {
  height: 23rem;
}
.works__swiper .swiper-slide {
  aspect-ratio: 633/368;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  border-radius: 8px;
  opacity: 0.3;
  pointer-events: none;
  overflow: hidden;
}
.works__swiper .swiper-slide img:not(.icon-eye) {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.works__swiper .swiper-slide .icon-eye {
  width: 6.375rem;
  height: 6.375rem;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  cursor: pointer;
}
@media (max-width: 768px) {
  .works__swiper .swiper-slide {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.works__swiper .swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 3;
  pointer-events: all;
}
@media (hover: hover) {
  .works__swiper .swiper-slide-active:hover .icon-eye {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
}
@media (max-width: 768px) {
  .works__swiper .swiper-slide-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.works__swiper .swiper-button {
  width: 3rem;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .works__swiper .swiper-button {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 40%;
    max-width: 10.8125rem;
    aspect-ratio: 173/48;
    border-radius: 3.125rem;
  }
}
.works__swiper .works-swiper-prev {
  left: 26%;
}
.works__swiper .works-swiper-next {
  right: 26%;
}
@media (max-width: 768px) {
  .works__swiper .swiper-wrapper {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .works__swiper {
    height: auto;
  }
}

.works-v2 {
  margin-bottom: 6.25rem;
}

.fancybox__content {
  padding: 0;
  border: none;
  outline: none;
}

.popup__close {
  position: absolute;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  top: 0;
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  width: 3.125rem;
  height: 3.125rem;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.popup__close svg {
  fill: #fff;
  width: 100%;
  height: 100%;
}
.popup__close .popup__close svg {
  width: 100%;
  height: 100%;
}
.popup__close .popup__close svg path {
  fill: #fff;
}
.popup__close:hover {
  -webkit-transform: translate(100%, -100%) rotate(45deg);
          transform: translate(100%, -100%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
@media (max-width: 500px) {
  .popup__close:hover {
    -webkit-transform: translate(-50%, -100%) rotate(45deg);
            transform: translate(-50%, -100%) rotate(45deg);
  }
}
@media (max-width: 500px) {
  .popup__close {
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
}

.popup {
  display: none;
  width: 90%;
  max-width: 50rem;
  position: relative;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 3.125rem 6.25rem 5.1875rem;
  font-size: 1.5rem;
}
@media (max-width: 500px) {
  .popup .form {
    padding: 1.875rem 1.25rem;
  }
}
@media (max-width: 500px) {
  .popup {
    padding: 0;
  }
}

.popup__content {
  min-height: 20rem;
}
.popup__content .h2 {
  margin-bottom: 1.875rem;
}
.popup__content p {
  text-align: center;
}
@media (max-width: 500px) {
  .popup__content p {
    font-size: 1rem;
  }
}
.popup__content .form__inputs input {
  width: 100%;
}
.popup__content .form__inputs input:not(:last-child) {
  margin-bottom: 1.25rem;
}
.popup__content .form__button {
  width: 100%;
  margin-bottom: 0.625rem;
}

.popup__content p:not(:last-child) {
  margin-bottom: 1rem;
}

#popup-cityes .popup__content {
  overflow-y: scroll;

 overflow: scroll;
   scrollbar-width: none;    
  -ms-overflow-style: none; 
}

#popup-cityes .popup__content::-webkit-scrollbar {
  display: none;          
}

.cityes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60vh;
}
.cityes h3,
.cityes h4 {
  font-size: 1.25rem;
  font-weight: 700;
}
.cityes h3 {
  margin-bottom: 1.25rem;
}
.cityes h3 {
  margin-bottom: 0.625rem;
}
.cityes span {
  font-size: 1rem;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  cursor: pointer;
}
@media (hover: hover) {
  .cityes span:hover {
    color: #39b34a;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}
@media (max-width: 768px) {
  .cityes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#popup-cityes {
  padding: 3.125rem;
}

.bm {
  display: none;
}
@media (max-width: 768px) {
  .bm {
    display: block;
  }
}
.bm .header__search-form {
  margin-bottom: 1.875rem;
}
.bm.bm--show .bm__inner-wr {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.bm__header {
  padding: 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(74, 75, 117, 0.16);
          box-shadow: 0 0.25rem 1rem 0 rgba(74, 75, 117, 0.16);
  background-color: #fff;
}

.bm__logo {
  width: 6.25rem;
}
.bm__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.bm__btns {
  gap: 0.625rem;
}

.bm__btns a:nth-child(2) {
  padding-right: 7px;
}

.bm__burger {
  width: 1.4375rem;
  height: 1rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bm__burger span {
  width: 100%;
  display: block;
  height: 3px;
  background: #515151;
  border-radius: 0.125rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.bm__burger.burger--active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(4px, 5px);
          transform: rotate(45deg) translate(4px, 5px);
}
.bm__burger.burger--active span:nth-child(2) {
  opacity: 0;
}
.bm__burger.burger--active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(4px, -5px);
          transform: rotate(-45deg) translate(4px, -5px);
}
.bm__burger .header__search-form {
  width: 100%;
}

.bm__inner-wr {
  position: fixed;
  left: 0;
  z-index: 99;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.bm__inner {
  padding: 0.9375rem 0 1.875rem;
  height: calc(100dvh - 5.125rem);
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: scroll;
   scrollbar-width: none;     /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

.bm__inner::-webkit-scrollbar {
  display: none;             /* Chrome, Safari, Opera */
}

.bm__nav {
  font-size: 1rem;
  line-height: 2;
  font-weight: 700;
  color: #515151;
  padding: 0;
}
.bm__nav span {
  gap: 0.625rem;
}

.bm__nav-item:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.has-submenu--l2 .bm__nav-acc-content {
  padding-left: 1.875rem;
}

.bm__nav-acc-header {
  cursor: pointer;
}
.bm__nav-acc-header svg {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.bm__nav-acc-header.header--active span svg path {
  fill: #39B34A;
}
.bm__nav-acc-header.header--active span svg:last-child {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.bm__nav-acc-content {
  padding: 0 0.625rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.bm__nav-acc-content a {
  display: block;
  padding: 0.625rem 0;
}

.bm__phones {
  margin-bottom: 1.875rem;
}

.bm__tel {
  gap: 0.625rem;
  font-family: "Days One", sans-serif;
  font-size: 1rem;
  color: #2F2222;
}
.bm__tel:not(:last-child) {
  margin-bottom: 0.625rem;
}

.bm__button {
  display: block;
  padding: 1.5rem;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.875rem;
}

.bm__socilas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bm__socilas a {
  width: 3rem;
  aspect-ratio: 1;
}
.bm__socilas img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bm__search {
  margin-bottom: 1.875rem;
}

.footer {
  padding: 3.875rem 0 1.5rem;
  background: linear-gradient(349deg, rgba(0, 0, 0, 0.2) 9.93%, rgba(0, 0, 0, 0) 65.65%), linear-gradient(166deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 40.5%), #4a3d3d;
  color: #fff;
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 3.875rem;
  }
}

.footer__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.footer__row:first-child {
  margin-bottom: 3.125rem;
}
@media (max-width: 768px) {
  .footer__row:first-child {
    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;
    text-align: center;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .footer__row {
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 0.3125rem;
  }
}
@media (max-width: 500px) {
  .footer__row {
    grid-template-columns: 1fr;
  }
}

.footer__logo {
  grid-column: span 1;
}
.footer__logo img {
  width: 6.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .footer__logo img {
    width: 10.75rem;
    margin-bottom: 0.625rem;
  }
}

.footer__desc {
  grid-column: span 2;
  justify-self: start;
}
@media (max-width: 768px) {
  .footer__desc {
    margin-bottom: 1.875rem;
  }
}

.footer__callback {
  grid-column: span 1;
}

@media (max-width: 768px) {
  .footer__callback {
    width: 100%;
    max-width: 28.125rem;
  }
}

.footer__col {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 3.125rem;
}
.footer__col a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #BDB8B8;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (hover: hover) {
  .footer__col a:not(.call-back-btn):hover {
    color: #39B34A;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}
.footer__col .call-back-btn {
  padding: 0.875rem;
  width: auto;
  border-color: #fff;
  color: #fff;
  text-align: center;
}
@media (hover: hover) {
  .footer__col .call-back-btn:hover {
    border-color: #39B34A;
  }
}
@media (max-width: 768px) {
  .footer__col {
    -webkit-box-pack: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    gap: 1rem;
  }
}


.footer__col-wr h3 {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.footer__nav a:not(:last-child) {
  margin-bottom: 0.5rem;
}

.footer__socials {
  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.625rem;
}

.footer__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}












.cat__list .cat-row__list {
  flex-wrap: wrap;
}

.cat-row__swiper-wr .cat-row__item{
  width: auto;
}

@media (max-width: 700px) {
  .cat__list .cat-row__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cat-row__item {
    width: 100%;
  }
}

.form-montage .container {
  padding: 0;
}

.container .myformbtn {
      background: linear-gradient(180deg, #39b34a 10%, #006837 100%);

}

.container .myformbtn:hover{
      background: linear-gradient(180deg, #39b34a 10%, #006837 100%);
      box-shadow: none;
}

.montage-block .form-montage {
      background-color: #f2fdf2;
}

.instructions-v4 {
  margin-bottom: 3rem;
}

.bg-title.text-white .h1-title{
  color: #fff;
}

.bg-title.text-white .breadcrumbs li:last-child {
  color: #b0b0b0;
}
.bg-title.text-white .breadcrumbs li::after {
  color: #b0b0b0;
}

.bg-title-montage .breadcrumbs li:last-child {
  color: #b0b0b0;
}
.bg-title-montage .breadcrumbs li::after {
  color: #b0b0b0;
}

.bg-title-partner .breadcrumbs li:last-child {
  color: #b0b0b0;
}
.bg-title-partner .breadcrumbs li::after {
  color: #b0b0b0;
}

.bg-title-about .breadcrumbs li:last-child {
  color: #b0b0b0;
}
.bg-title-about .breadcrumbs li::after {
  color: #b0b0b0;
}

.bg-title-about .about {
  background: none;
}

.bg-title.bg--margin {
  margin-bottom: 0;
}

.news-page .navigation{
  margin-bottom: 3rem;
}

.news-page .navigation-title,
.news-page .navigation-arrows {
  display: none;
}

.news-page .navigation-pages {
  display: flex;
  justify-content: center;
}

.news-page .navigation-pages span,
.news-page .navigation-pages a{
  padding: 0.625rem;
  font-size: 25px;
  font-weight: 700;
}

.news-page .nav-current-page {
  color: #515151;
}

.news-page .navigation-pages a{
  color: #39B34A;
  border: none;
}

.about.about--license {
      padding-top: 18rem;
    margin-top: -12rem;
}

.visualization .form__wr {
  max-width: none;
}

.visualization .form__input-check {
  margin-bottom: 0;
}

.visualization .form__button {
  margin-bottom: 1.875rem;
}

#popup-map h3{
  font-family: Days, serif;
  font-size: 3rem;
  line-height: 1;
  color: rgb(33, 37, 41);
  text-align: center;

}    

@media (max-width: 500px) {
  #popup-map h3 {
    font-size: 1.625rem;
  }

  #popup-map {
    padding: 1.875rem 1.25rem;
  }
}

#popup-map form .container {
  max-width: none;
  padding: 0;
}

#popup-map .w-65,
#popup-map .w-50  {
  width: 100% !important;
}

#popup-map .inputtextarea, 
#popup-map .inputtext  {
  padding: 1.375rem;
  font-size: 1.2rem;
}

.popup-window.popup-window-with-titlebar {
  border-radius: 0.625rem;
}