@charset "UTF-8";
/* --- SASS-модулі з функціями та змінними --- */
/* --- Стандартні CSS-файли --- */
@import url("iconsfont.css");
:root {
  --bg-color: #fffbe6;
  --mainText-color: #0f0f0f;
  --main-color: #004953;
  --decor-color2: #fccd2a;
  --decor-color1: #347433;
  --decor-color3: #C0EBA6;
  --accent-color1: #fd671a;
  --accent-color:#f79138;
  --white-color: #fff;
  --gray-color: #bfbfbf;
  --red-color: #e50000;
  --hover-color: #868383;
  --red-hover-color: #920101;
  --dark-color-1: #1f1f1f;
  --dark-color-3: #1a1a1a;
  --dark-color-6:rgb(31, 31, 31, 0.9);
  --dark-color-6:rgb(65, 64, 64);
  --dark-color-5: rgb(23, 18, 37);
  --dark-color-4: #262626;
}

/* --- SASS-модулі з основними стилями --- */
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff2") format(woff2);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff2") format(woff2);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.woff2") format(woff2);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.woff2") format(woff2);
  font-weight: 600;
  font-style: normal;
}
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
*::before,
*::after {
  display: inline-block;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
  line-height: 1;
}

textarea,
button,
input {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  background: transparent;
}

button,
select,
option {
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.title-page {
  text-align: center;
  color: var(--white-color);
}
@media (min-width: 101.5em) {
  .title-page {
    font-size: 3.25rem;
  }
}
@media (min-width: 20em) and (max-width: 101.5em) {
  .title-page {
    font-size: clamp( 2.25rem , 2.004601227rem  +  1.226993865vw , 3.25rem );
  }
}
@media (max-width: 20em) {
  .title-page {
    font-size: 2.25rem;
  }
}
.title-page {
  font-weight: 700;
  text-shadow: 2px 1px 4px rgba(0, 0, 0, 0.4);
}

.title-section {
  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: relative;
  text-align: center;
  color: var(--white-color);
}
@media (min-width: 101.5em) {
  .title-section {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 101.5em) {
  .title-section {
    padding-bottom: clamp( 0.625rem , 0.4716257669rem  +  0.7668711656vw , 1.25rem );
  }
}
@media (max-width: 20em) {
  .title-section {
    padding-bottom: 0.625rem;
  }
}
@media (min-width: 101.5em) {
  .title-section {
    font-size: 2.375rem;
  }
}
@media (min-width: 20em) and (max-width: 101.5em) {
  .title-section {
    font-size: clamp( 1.375rem , 1.129601227rem  +  1.226993865vw , 2.375rem );
  }
}
@media (max-width: 20em) {
  .title-section {
    font-size: 1.375rem;
  }
}
.title-section {
  font-weight: 700;
}
@media (min-width: 101.5em) {
  .title-section:not(:last-child) {
    -webkit-margin-after: 2.5rem;
            margin-block-end: 2.5rem;
  }
}
@media (min-width: 20em) and (max-width: 101.5em) {
  .title-section:not(:last-child) {
    -webkit-margin-after: clamp( 0.9375rem , 0.5540644172rem  +  1.9171779141vw , 2.5rem );
            margin-block-end: clamp( 0.9375rem , 0.5540644172rem  +  1.9171779141vw , 2.5rem );
  }
}
@media (max-width: 20em) {
  .title-section:not(:last-child) {
    -webkit-margin-after: 0.9375rem;
            margin-block-end: 0.9375rem;
  }
}
.title-section--accent {
  color: var(--accent-color1);
}
.title-section--line::after {
  content: "";
  position: absolute;
  width: 12rem;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  display: block;
}
@media (min-width: 48em) {
  .title-section--left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.title-block {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 48em) {
  .title-block {
    font-size: 22px;
  }
}
@media (min-width: 101.875em) {
  .title-block {
    font-size: 24px;
  }
}

.button-block {
  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;
  text-align: center;
  color: var(--main-color);
  background-color: var(--accent-color);
  background-color: var(--decor-color2);
  padding: 5px 10px;
  border-radius: 35px;
  border: 2px solid transparent;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}

.name-block {
  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;
}
.name-block:not(:last-child) {
  margin-bottom: 20px;
}
.name-block__title {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 22px;
}
.name-block__title::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: var(--decor-color);
}

.button {
  background-color: var(--decor-color);
  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;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
  color: var(--white-color);
  font-weight: 600;
  -webkit-transform: background-color 0.3s;
      -ms-transform: background-color 0.3s;
          transform: background-color 0.3s;
  cursor: pointer;
}
.button:hover {
  background-color: var(--bg-color);
}

.block-range__price-input:not(:last-child) {
  margin-bottom: 20px;
}
.block-range__price-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
}
.block-range__price-input input {
  border: 1px solid var(--main-color);
  border-radius: 4px;
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  font-weight: 600;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
.block-range__price-input input::-webkit-outer-spin-button, .block-range__price-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.block-range__price-slider {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: var(--main-color);
  border-radius: 4px;
}
.block-range__price-line {
  position: absolute;
  height: 5px;
  background-color: var(--decor-color);
  left: 0%;
  right: 0%;
  border-radius: 4px;
}
.block-range__points {
  position: relative;
}
.block-range__points input {
  position: absolute;
  top: -5px;
  height: 5px;
  width: 100%;
  -webkit-appearance: none;
  background: none;
  pointer-events: none;
}
.block-range__point-min::-webkit-slider-thumb, .block-range__point-max::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  height: 15px;
  width: 15px;
  background-color: var(--decor-color);
  border-radius: 50%;
  pointer-events: auto;
}
.block-range__point-min::-moz-range-thumb, .block-range__point-max::-moz-range-thumb {
  -moz-appearance: none;
  height: 15px;
  width: 15px;
  background-color: var(--decor-color);
  border-radius: 50%;
  pointer-events: auto;
  border: none;
}
.title-middle {
  font-weight: 600;
  font-size: 20px;
}
.title-middle:not(:last-child) {
  margin-bottom: 15px;
}

.title-personal {
  font-weight: 600;
  font-size: 36px;
}

.title-description {
  color: var(--decor-color1);
  font-weight: 600;
  font-size: 1.5rem;
}

.breadcrumb-block {
  position: relative;
  padding-left: 20px;
}
.breadcrumb-block:not(:last-child) {
  margin-bottom: 20px;
}
.breadcrumb-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb-block__link {
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.breadcrumb-block__link:hover {
  color: var(--decor-color);
}
.breadcrumb-block__icon.-icon-chevron:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.sidebar-block__close {
  display: block;
}
@media (min-width: 48em) {
  .sidebar-block__close {
    display: none;
  }
}
.sidebar-block__close:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar-block__title:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar-block__item {
  line-height: 2.5;
}
.sidebar-block__item:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--main-color);
}
.sidebar-block__item {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sidebar-block__item:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.sidebar-block__link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.sidebar-block__link:hover {
  color: var(--decor-color);
}

._icon-close {
  padding: 5px 18px;
  border-radius: 4px;
  border: 1px solid var(--main-color);
  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;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
}
._icon-close > .-icon-cross {
  font-size: 14px;
}

.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 150px;
  width: 100%;
  border: 1px solid var(--main-color);
  border-radius: 4px;
  padding: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
}
.quantity__input input {
  outline: transparent;
  width: 100%;
  text-align: center;
}
.rating {
  position: relative;
  font-size: 30px;
  display: inline-block;
}
.rating::before {
  display: block;
  content: "★★★★★";
  color: var(--accent-color);
}
.rating__items {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  overflow: hidden;
}
.rating__item {
  position: absolute;
  width: 0%;
  height: 0%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.rating__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  height: 100%;
  cursor: pointer;
}

.catalog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.catalog-card__link:hover .catalog-card__button {
  color: var(--white-color);
  color: var(--accent-color);
  background-color: var(--decor-color2);
  background-color: var(--white-color);
}
.catalog-card__link:hover .catalog-card__spot {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 0.6;
  background-color: green;
  border-radius: 50%;
  overflow: hidden;
}
.catalog-card__spot {
  -webkit-transition: background-color 0.5s, opacity 0.5s ease, -webkit-transform 0.5s;
  transition: background-color 0.5s, opacity 0.5s ease, -webkit-transform 0.5s;
  transition: background-color 0.5s, transform 0.5s, opacity 0.5s ease;
  transition: background-color 0.5s, transform 0.5s, opacity 0.5s ease, -webkit-transform 0.5s;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background-color: green;
}
.catalog-card__image {
  position: relative;
  overflow: visible;
  width: 300px;
  height: 300px;
  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;
}
.catalog-card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-filter: blur(20px);
          filter: blur(20px);
  z-index: 0;
}
.catalog-card__image img {
  display: block;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 2;
}
.catalog-card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.catalog-card__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.catalog-card__button {
  -webkit-transition: color 0.5s, background-color 0.5s ease;
  transition: color 0.5s, background-color 0.5s ease;
  color: var(--mainText-color);
  background-color: var(--accent-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 47.99875em) {
  .catalog-card__button {
    margin: 0 auto;
  }
}

@-webkit-keyframes menuMove {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes menuMove {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes logoMove {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes logoMove {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header {
  position: fixed;
  inline-size: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
  z-index: 50;
  background-color: var(--decor-color1);
  color: var(--white-color);
}
.header__container {
  padding-block: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  max-width: 5rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__logo img:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.header__logo {
  opacity: 0;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: logoMove 1s ease forwards;
          animation: logoMove 1s ease forwards;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__icon {
  z-index: 5;
}

@media (max-width: 47.99875em) {
  .menu {
    background-color: var(--decor-color1);
    padding: 5.3125rem 0.9375rem 1.875rem 0.9375rem;
    position: fixed;
    inline-size: 100%;
    block-size: 100%;
    inset-inline-start: -100%;
    inset-block-start: 0;
    z-index: 2;
    overflow: auto;
    -webkit-transition: inset-inline-start 0.5s;
    transition: inset-inline-start 0.5s;
  }
  .menu-open .menu {
    inset-inline-start: 0%;
  }
  .menu::before {
    content: "";
    block-size: 4.0625rem;
    inline-size: 100%;
    position: fixed;
    inset-inline-start: -100%;
    inset-block-start: 0;
    -webkit-transition: inset-inline-start 0.5s;
    transition: inset-inline-start 0.5s;
    background-color: var(--decor-color1);
  }
  .menu-open .menu::before {
    inset-inline-start: 0%;
  }
}
.menu__list {
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 47.99875em) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 1.875rem;
  }
}
@media (min-width: 48em) {
  .menu__item {
    opacity: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-animation: menuMove 0.5s ease forwards;
            animation: menuMove 0.5s ease forwards;
  }
  .menu__item:nth-child(1) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .menu__item:nth-child(2) {
    -webkit-animation-delay: 0.65s;
            animation-delay: 0.65s;
  }
  .menu__item:nth-child(3) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .menu__item:nth-child(4) {
    -webkit-animation-delay: 0.95s;
            animation-delay: 0.95s;
  }
  .menu__item:nth-child(5) {
    -webkit-animation-delay: 1.05s;
            animation-delay: 1.05s;
  }
}
.menu__link {
  text-transform: uppercase;
  padding-inline: 0.375rem;
  padding-block: 0.375rem;
  font-weight: 700;
  -webkit-transition: color 0.5s, border-bottom-color 0.5s;
  transition: color 0.5s, border-bottom-color 0.5s;
}
.menu__link--active {
  color: var(--decor-color2);
}
@media (any-hover: hover) {
  .menu__link:hover {
    color: var(--decor-color2);
  }
}
@media (max-width: 47.99875em) {
  .menu__link {
    font-size: 1.5rem;
  }
}
.menu__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 47.99875em) {
  .menu__social {
    gap: 24px;
  }
}

.social__link {
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social__link:hover {
  color: var(--decor-color2);
}
@media (max-width: 47.99875em) {
  .social__link {
    font-size: 1.5rem;
  }
}
.social__link span {
  margin-left: 0.3125rem;
}

.icon-menu {
  display: none;
}
@media (max-width: 47.99875em) {
  .icon-menu {
    display: block;
    inline-size: 1.875rem;
    block-size: 1.125rem;
    position: relative;
  }
  .icon-menu::before, .icon-menu::after,
  .icon-menu span {
    content: "";
    position: absolute;
    block-size: 0.125rem;
    inline-size: 100%;
    inset-inline-end: 0;
    background-color: var(--white-color);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .icon-menu::before {
    inset-block-start: 0;
  }
  .menu-open .icon-menu::before {
    inset-block-start: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .icon-menu::after {
    inset-block-end: 0;
    inline-size: 100%;
  }
  .menu-open .icon-menu::after {
    inset-block-end: 50%;
    inline-size: 100%;
    -webkit-transform: translateY(50%) rotate(45deg);
        -ms-transform: translateY(50%) rotate(45deg);
            transform: translateY(50%) rotate(45deg);
  }
  .icon-menu span {
    inset-block-start: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu-open .icon-menu span {
    inline-size: 0;
  }
}

.hero {
  min-width: 0;
  position: relative;
}
.hero::after {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  background-image: url(../img/test_img/hero/bg_bottom.webp);
  background-size: 100% 100%;
  height: 3.75rem;
  z-index: 1;
}
.hero {
  height: 37.5rem;
}
@media (max-width: 48em) {
  .hero {
    height: 25rem;
  }
}
.hero__slider {
  height: 100%;
  padding-top: 20px;
}
.hero__wrapper {
  height: 100%;
}
.hero__slide {
  height: 100%;
  position: relative;
}
.hero__body {
  height: 100%;
  position: relative;
  z-index: 5;
  -webkit-padding-before: 2.5rem;
          padding-block-start: 2.5rem;
  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;
}
.hero__content {
  height: 100%;
}
.hero__title {
  position: absolute;
  z-index: 2;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 48em) {
  .hero__title {
    top: 12%;
    text-wrap: nowrap;
  }
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-slider__header {
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
@media (min-width: 48em) and (max-width: 101.87375em) {
  .items-slider__header {
    -webkit-margin-after: 3.75rem;
            margin-block-end: 3.75rem;
  }
}
@media (min-width: 101.875em) {
  .items-slider__header {
    -webkit-margin-after: 5rem;
            margin-block-end: 5rem;
  }
}

.swiper-pagination-bullet {
  background-color: var(--accent-color);
  background: var(--swiper-pagination-bullet-inactive-color, var(--accent-color));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 18px));
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 18px));
}

@media (min-width: 101.5em) {
  .page__company {
    padding-block: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 101.5em) {
  .page__company {
    padding-block: clamp( 1.875rem , 1.5682515337rem  +  1.5337423313vw , 3.125rem );
  }
}
@media (max-width: 20em) {
  .page__company {
    padding-block: 1.875rem;
  }
}
.page__company {
  color: var(--white-color);
  font-size: 22px;
}

.company__body {
  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;
  row-gap: 0.625rem;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
@media (max-width: 47.99875em) {
  .company__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.25rem;
  }
}
.company__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.company__image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 49%;
          flex: 1 1 49%;
}
@media (min-width: 101.5em) {
  .products {
    padding-block: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 101.5em) {
  .products {
    padding-block: clamp( 1.875rem , 1.5682515337rem  +  1.5337423313vw , 3.125rem );
  }
}
@media (max-width: 20em) {
  .products {
    padding-block: 1.875rem;
  }
}
@media (min-width: 48em) {
  .products__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.3125rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.products__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
.products__item:not(:last-child) {
  margin-bottom: 25px;
}
.products__item:hover .products__button {
  background-color: var(--bg-color);
  border-color: transparent;
}
.products__link {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.products__image {
  max-width: 370px;
  overflow: hidden;
  position: relative;
}
.products__image img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}

.page__production {
  position: relative;
}
.page__production::before {
  position: absolute;
  content: "";
  background: url(../img/test_img/prod/wave_product.png);
  background-position: center 0px;
  background-size: 100% 60px;
  background-repeat: repeat-y;
  width: 100%;
  height: 400px;
  z-index: 2;
  top: 0;
  left: 0;
}

.footer {
  text-align: center;
  padding-block: 1.25rem;
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media (max-width: 47.99875em) {
  .footer__body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__logo {
  max-width: 6.875rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.footer__logo:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
@media (max-width: 47.99875em) {
  .footer__logo {
    max-width: 5.625rem;
  }
}
.column-footer__title {
  font-size: 1.25rem;
  font-weight: 500;
}
.column-footer__title:not(:last-child) {
  margin-bottom: 0.5rem;
}
.column-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column-footer__link span {
  margin-left: 0.3125rem;
}
.column-footer__link {
  -webkit-transition: color 0.5s, border-bottom-color 0.5s;
  transition: color 0.5s, border-bottom-color 0.5s;
}
.column-footer__link:hover {
  color: var(--accent-color);
}

@media (min-width: 101.5em) {
  .page__catalog {
    padding-block: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 101.5em) {
  .page__catalog {
    padding-block: clamp( 1.875rem , 1.1081288344rem  +  3.8343558282vw , 5rem );
  }
}
@media (max-width: 20em) {
  .page__catalog {
    padding-block: 1.875rem;
  }
}
.page__catalog {
  background: #FFF4A1;
}

.catalog {
  position: relative;
}
.catalog::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  background-image: url(../img/test_img/products/wave__bottom_product_01.png);
  background-size: 100% 100%;
  height: 3.75rem;
  z-index: 1;
}
.catalog__top {
  padding-block: 2.1875rem;
  background: -webkit-gradient(linear, left top, right top, from(#347433), color-stop(27%, #67944F), to(#FFF4A1));
  background: linear-gradient(90deg, #347433 0%, #67944F 27%, #FFF4A1 100%);
  position: relative;
}
.catalog__top::after {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  background-image: url(../img/test_img/hero/wave__bottom_catalog.png);
  background-size: 100% 100%;
  height: 3.75rem;
  z-index: 1;
}
.catalog__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  padding-block: 1.25rem;
}
@media (max-width: 47.99875em) {
  .catalog__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalog__title {
  -webkit-padding-before: 4%;
          padding-block-start: 4%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35%;
          flex: 1 1 35%;
}
.catalog__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalog__image {
  max-width: 650px;
  width: 100%;
  aspect-ratio: 65/40;
}
@media (max-width: 47.99875em) {
  .catalog__image {
    max-width: 450px;
  }
}
.catalog__image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 101.5em) {
  .body-catalog {
    padding-block: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 101.5em) {
  .body-catalog {
    padding-block: clamp( 3.125rem , 2.6648773006rem  +  2.3006134969vw , 5rem );
  }
}
@media (max-width: 20em) {
  .body-catalog {
    padding-block: 3.125rem;
  }
}
.body-catalog__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 0.9375rem;
  font-size: 1.125rem;
}
.body-catalog__filter:not(:last-child) {
  margin-bottom: 1.25rem;
}
.body-catalog__point {
  background-color: var(--white-color);
  padding: 0.5rem 0.625rem;
  border-radius: 35px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
}
.body-catalog__point.is-active, .body-catalog__point:hover, .body-catalog__point:active {
  background-color: var(--main-color);
  color: var(--white-color);
}
.body-catalog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}
.body-catalog__category {
  display: block;
}
.body-catalog__category:not(:last-child) {
  margin-bottom: 2.1875rem;
}
.body-catalog__category.is-hidden {
  display: none;
}
.body-catalog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22%;
          flex: 0 1 22%;
}

@media (min-width: 101.5em) {
  .page__about {
    padding-block: 6.25rem;
  }
}
@media (min-width: 20em) and (max-width: 101.5em) {
  .page__about {
    padding-block: clamp( 1.875rem , 0.8013803681rem  +  5.3680981595vw , 6.25rem );
  }
}
@media (max-width: 20em) {
  .page__about {
    padding-block: 1.875rem;
  }
}
.page__block {
  background: linear-gradient(190deg, #347433 15%, #57ac55 30%, #81cd8d 45%, #57ac55 70%, #347433 85%);
  position: relative;
}
.page__block::after {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  background-image: url(../img/test_img/hero/wave__bottom_01.png);
  background-size: 100% 100%;
  height: 3.75rem;
  z-index: 1;
}

.about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 40px;
  border-radius: 16px;
}
.about__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  aspect-ratio: 300/200;
}
.about__item img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 47.99875em) {
  .about__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 62em) {
  .about__item:nth-child(3n+2), .about__item:nth-child(4n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 600px;
            flex: 0 1 600px;
    aspect-ratio: 600/200;
  }
}
.about__image {
  max-width: 800px;
  aspect-ratio: 1;
  margin: 0 auto;
}
.about__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 34px;
}

@media (min-width: 101.5em) {
  .reward {
    padding-block: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 101.5em) {
  .reward {
    padding-block: clamp( 1.875rem , 1.1081288344rem  +  3.8343558282vw , 5rem );
  }
}
@media (max-width: 20em) {
  .reward {
    padding-block: 1.875rem;
  }
}
.reward__top {
  padding-block: 1.25rem 3.125rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #347433), color-stop(62%, #FFD499));
  background: linear-gradient(90deg, #347433 7%, #FFD499 62%);
  position: relative;
}
.reward__top::after {
  margin-bottom: -1px;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  background-image: url(../img/test_img/reward/wave__bottom_reward_01.png);
  background-size: 100% 100%;
  height: 3.75rem;
  z-index: 1;
}
.reward__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  padding-block: 1.25rem;
}
@media (max-width: 47.99875em) {
  .reward__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reward__title {
  -webkit-padding-before: 4%;
          padding-block-start: 4%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 35%;
          flex: 1 1 35%;
}
.reward__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reward__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 650px;
  width: 100%;
  aspect-ratio: 65/40;
}
@media (max-width: 47.99875em) {
  .reward__image {
    max-width: 450px;
  }
}
.reward__image img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.body-reward {
  margin-top: -1px;
  padding-block: 3.125rem;
  position: relative;
  background-color: #fbf4d0;
}
.body-reward::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  background-image: url(../img/test_img/products/wave__bottom_product_01.png);
  background-size: 100% 100%;
  height: 3.75rem;
  z-index: 1;
}
@media (min-width: 101.5em) {
  .body-reward__items {
    padding-block: 5rem;
  }
}
@media (min-width: 20em) and (max-width: 101.5em) {
  .body-reward__items {
    padding-block: clamp( 3.125rem , 2.6648773006rem  +  2.3006134969vw , 5rem );
  }
}
@media (max-width: 20em) {
  .body-reward__items {
    padding-block: 3.125rem;
  }
}
.body-reward__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.body-reward__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}
.body-reward__image {
  max-width: 350px;
  min-width: 300px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px #000;
          box-shadow: 0px 0px 10px #000;
}
.body-reward__image img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 101.5em) {
  .page__sertificats {
    padding-block: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 101.5em) {
  .page__sertificats {
    padding-block: clamp( 1.875rem , 1.5682515337rem  +  1.5337423313vw , 3.125rem );
  }
}
@media (max-width: 20em) {
  .page__sertificats {
    padding-block: 1.875rem;
  }
}

.sertificats__items {
  background: linear-gradient(190deg, #fccd2a 10%, #fffbe6 50%, #fccd2a 100%);
  padding: 3.125rem;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 1.875rem 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sertificats__logo {
  max-width: 6.875rem;
}
.sertificats__button {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-shadow: 0px 0px 10px #fffbe6;
          box-shadow: 0px 0px 10px #fffbe6;
}
.sertificats__button:hover {
  background-color: var(--white-color);
}

.page__product-single {
  padding-block: 8.75rem 3.125rem;
  padding-inline: 1.25rem;
  position: relative;
}
.page__product-single::after {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  background-image: url(../img/test_img/products/wave__top_product_01.png);
  background-size: 100% 100%;
  height: 3.75rem;
  z-index: 1;
}
.page__related {
  position: relative;
}
.page__related::after {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  background-image: url(../img/test_img/products/wave__bottom_product_01.png);
  background-size: 100% 100%;
  height: 3.75rem;
  z-index: 1;
}
.page__related {
  padding-block: 2.5rem 3.75rem;
}

.related__container {
  overflow: hidden;
}

.product-single__body {
  margin: 0 auto;
}
@media (min-width: 48em) {
  .product-single__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.125rem;
  }
}
.product-single__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.product-single__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.65));
          filter: drop-shadow(0 0 1.25rem rgba(0, 0, 0, 0.65));
}
.product-single__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  font-size: 22px;
}
.product-single__title:not(:last-child) {
  margin-bottom: 0.3125rem;
}
@media (max-width: 47.99875em) {
  .product-single__title {
    text-align: center;
  }
}
@media (max-width: 47.99875em) {
  .product-single__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 47.99875em) {
  .product-single__rating {
    margin: 0 auto;
  }
}
.product-single__rating:not(:last-child) {
  margin-bottom: 0.9375rem;
}
.product-single__rating::before {
  color: var(--decor-color1);
}
.data-item__description:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.data-item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding-bottom: 0.3125rem;
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid var(--decor-color1);
}
.data-item__name > .-icon-chevron {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -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;
}
.data-item__name.active > .-icon-chevron {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.data-item__icon {
  color: var(--decor-color1);
}
.data-item__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
@media (min-width: 33.75em) {
  .data-item__button {
    display: inline-block;
  }
}

.related {
  background-color: var(--decor-color2);
}
@media (min-width: 101.5em) {
  .related__container {
    padding-block: 3.125rem;
  }
}
@media (min-width: 20em) and (max-width: 101.5em) {
  .related__container {
    padding-block: clamp( 0.625rem , 0.0115030675rem  +  3.0674846626vw , 3.125rem );
  }
}
@media (max-width: 20em) {
  .related__container {
    padding-block: 0.625rem;
  }
}
.related__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.related__slider,
.related__wrapper,
.related__slide {
  overflow: visible;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: var(--white-color);
}

body {
  background-color: var(--bg-color);
  line-height: 1.5;
  font-size: 0.875rem;
  min-height: 100svh;
  margin: 0;
  color: var(--mainText-color);
}
@media (min-width: 48em) and (max-width: 101.87375em) {
  body {
    font-size: 1rem;
  }
}
body {
  font-family: "Inter", sans-serif;
  color: var(--mainText-color);
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}
.loaded body {
  opacity: 1;
}

.wrapper {
  min-height: 100%;
  overflow: clip; /* clip */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

[class*=__container] {
  margin: 0 auto;
  padding-inline: 1.875rem;
  max-width: 78.75rem;
}

[class*=__logo] {
  position: relative;
  z-index: 5;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[class*=__logo] img {
  clip-path: ellipse(47% 33% at 50% 50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}