@charset "UTF-8";
/* --- SASS-модулі з функціями та змінними --- */
/* --- Стандартні CSS-файли --- */
@import url("/static/frontend/home02/css/iconsfont.css");

:root {
  --bg-color: #fffbe6;
  --mainText-color: #0f0f0f;
  --main-color: #004953;
  --decor-color2: #fccd2a;
  --decor-color1: #01663C;
  --decor-color3: #C0EBA6;
  --accent-color: #92CE2B;
  --white-color: #fff;
  --input-color: #F3F3F3;
  --hover-color: #868383;
  --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("/static/frontend/home02/fonts/Manrope-Bold.woff2") format(woff2);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("/static/frontend/home02/fonts/Manrope-Regular.woff2") format(woff2);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("/static/frontend/home02/fonts/Manrope-Medium.woff2") format(woff2);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("/static/frontend/home02/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 {
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-size: 64px;
  font-weight: 600;
  text-shadow: 2px 1px 4px rgba(0, 0, 0, 0.4);
}

@media (max-width: 48em) {
  .title-page {
    font-size: 50px;
  }
}

.title-section {
  position: relative;
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.9375rem;
}

@media (min-width: 82.5em) {
  .title-section {
    font-size: 2.875rem;
  }
}

@media (min-width: 20em) and (max-width: 82.5em) {
  .title-section {
    font-size: clamp(1.625rem, 1.225rem + 2vw, 2.875rem);
  }
}

@media (max-width: 20em) {
  .title-section {
    font-size: 1.625rem;
  }
}

.title-section--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.title-section--center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.title-section:not(:last-child) {
  -webkit-margin-after: 0.5263157895em;
  margin-block-end: 0.5263157895em;
}

.title-section:after {
  position: absolute;
  content: "";
  width: 12rem;
  background-color: var(--accent-color);
  height: 1px;
  display: block;
  bottom: 0;
}

.title-block {
  font-size: 1.125rem;
  font-weight: 500;
}

@media (min-width: 48em) {
  .title-block {
    font-size: 1.375rem;
  }
}

@media (min-width: 101.875em) {
  .title-block {
    font-size: 1.5rem;
  }
}

.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;
  background-color: var(--accent-color);
  padding: 0.3125rem 0.625rem;
  border-radius: 2.1875rem;
  border: 2px solid var(--accent-color);
  -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;
  font-size: 1.5rem;
  font-weight: 600;
  height: 3.6875rem;
}

.button-block:hover {
  color: var(--white-color);
  background-color: var(--decor-color1);
  border-color: transparent;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 10px;
}

.block-range__price-input:not(:last-child) {
  margin-bottom: 20px;
}

.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;
  -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:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid var(--main-color);
}

.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;
  max-width: 300px;
}

.catalog-card__image::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: transparent;
  background: rgba(0, 0, 0, 0.35);
  -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);
  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(--white-color);
}

.header__container {
  padding-block: 0.3125rem;
  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: 5.625rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: logoMove 1s ease forwards;
  animation: logoMove 1s ease forwards;
  transition: transform 0.3s;
}

.header__logo img:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.header__icon {
  z-index: 5;
}

@media (max-width: 47.99875em) {
  .menu {
    background-color: var(--white-color);
    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(--white-color);
  }

  .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(--accent-color);
}

@media (any-hover: hover) {
  .menu__link:hover {
    color: var(--accent-color);
  }
}

@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;
}

.social__link:hover {
  color: var(--accent-color);
}

@media (max-width: 47.99875em) {
  .social__link {
    font-size: 1.5rem;
  }
}

.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(--decor-color1);
    -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 {
  background: url(/static/frontend/home02/img/hero/hero_bg_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

.hero__container {
  -webkit-padding-before: 6.25rem;
  padding-block-start: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.hero__content {
  padding-block: 150px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero__title:not(:last-child) {
  margin-bottom: 4.1875rem;
}

.hero__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  position: relative;
  z-index: 1;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.hero__column__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 33.75rem;
  width: 100%;
  aspect-ratio: 54/41;
}

.hero__column__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 15.625rem;
}

.page__description {
  padding-block: 5rem;
}

.description__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -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: 48em) {
  .description__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2.1875rem;
  }
}

.description__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 48%;
  flex: 1 1 48%;
  position: relative;
}

.description__body::after {
  position: absolute;
  content: "";
  background: url(/static/frontend/home02/img/description/description_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: -1;
}

.description__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 35rem;
  aspect-ratio: 56/50;
  width: 100%;
  height: 100%;
}

.description__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 47.99875em) {
  .description__image {
    max-width: 25rem;
    aspect-ratio: 1;
  }
}

.description__item {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.description__item--lt {
  background-color: var(--decor-color2);
  width: 1rem;
  height: 1rem;
  top: 0;
  left: 0;
}

.description__item--rt {
  background-color: var(--decor-color3);
  width: 1.25rem;
  height: 1.25rem;
  top: 10%;
  right: 20%;
}

.description__item--rb {
  background-color: var(--decor-color2);
  width: 1.875rem;
  height: 1.875rem;
  bottom: 4%;
  right: 10%;
}

.description__item--mb {
  background-color: var(--decor-color1);
  width: 0.9375rem;
  height: 0.9375rem;
  bottom: -3%;
  right: 50%;
}

.description__item--lb {
  background-color: var(--accent-color);
  width: 1.875rem;
  height: 1.875rem;
  bottom: 6%;
  left: 8%;
}

.description__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.description__title:not(:last-child) {
  margin-bottom: 45px;
}

.description__text {
  font-size: 1.625rem;
}

@media (max-width: 47.99875em) {
  .description__text {
    max-width: 30rem;
  }
}

.products {
  background: url(/static/frontend/home02/img/products/product_bg.png) 0 0 fixed;
  background-size: contain;
  width: 100%;
  height: 100%;
  padding-block: 5rem;
}

.products__title:not(:last-child) {
  margin-bottom: 45px;
}

@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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.products__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 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(--decor-color1);
  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: 360px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 1.8/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products__image img {
  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;
  width: 8.125rem;
}

.footer {
  text-align: center;
  padding-block: 1.875rem 3.125rem;
}

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

.footer__logo {
  max-width: 5.625rem;
  margin: 0 auto;
  -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.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
}

.footer__menu:not(:last-child) {
  margin-bottom: 25px;
}

.footer__link {
  -webkit-transition: color 0.5s, border-bottom-color 0.5s;
  transition: color 0.5s, border-bottom-color 0.5s;
}

.footer__link:hover {
  color: var(--accent-color);
}

.page__recipes {
  padding-block: 4.0625rem 1.5625rem;
}

.recipes__container {
  padding-block: 3.125rem 6.25rem;
}

.recipes__title:not(:last-child) {
  margin-bottom: 45px;
}

.recipes__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;
}

.recipes__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  aspect-ratio: 300/200;
}

.recipes__item img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 62em) {

  .recipes__item:nth-child(3n+2),
  .recipes__item:nth-child(4n) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 600px;
    flex: 0 1 600px;
    aspect-ratio: 600/200;
  }
}

.recipes__image {
  max-width: 800px;
  aspect-ratio: 1;
  margin: 0 auto;
}

.recipes__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 34px;
}



/* dioklat */
@media (min-width: 640px) {


  /* 
  
  .recipes__item {
    flex: 0 1 600px;
    aspect-ratio: 3 / 1;
  }


  .recipes__item:nth-child(3n+2),
  .recipes__item:nth-child(4n) {
    flex: 0 1 600px;
    aspect-ratio: 3 / 1;
  }

 */


}




/* dioklat */

.page__contacts {
  padding-block: 4.0625rem;
}

.page__contacts__title:not(:last-child) {
  margin-bottom: 45px;
}

.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts__content {
  font-size: 1.625rem;
  max-width: 35%;
}

.contacts__title:not(:last-child) {
  margin-bottom: 1.5rem;
}

.contacts__map {
  max-width: 60%;
}

.contacts__map img {
  width: 100%;
}

.address-contacts {
  font-style: normal;
}

.address-contacts__info {
  line-height: 1.39;
  font-size: 1.625rem;
}

.address-contacts__info:not(:last-child) {
  margin-bottom: 1.5rem;
}

.address-contacts__info p:first-child {
  font-weight: 700;
}

.address-contacts__info p:not(:last-child) {
  margin-bottom: 0.75rem;
}

.address-contacts__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.address-contacts__item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.address-contacts__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.address-contacts__link::before {
  font-weight: 500;
  font-size: 26px;
}

.address-contacts__link:hover {
  color: var(--accent-color);
}

@media (max-width: 62em) {
  .contacts__content {
    font-size: 1.625rem;
    width: 100%;
    max-width: 100%;
  }

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

}

.page__questions {
  padding-block: 5rem;
}

.questions {
  background: url(/static/frontend/home02/img/questions/form_bg.jpg) fixed;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

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

.questions__blank {
  padding: 1.875rem;
  background-color: var(--white-color);
  border-radius: 0.375rem;
  max-width: 560px;
  width: 100%;
  text-align: center;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
}

.questions__text {
  font-size: 24px;
}

.questions__text p:first-child {
  font-weight: 600;
}

.questions__text p:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.questions__text:not(:last-child) {
  margin-bottom: 4.0625rem;
}

.questions__form {
  width: 100%;
}

.questions__form:not(:last-child) {
  margin-bottom: 6.25rem;
}

.questions__line {
  width: 100%;
}

.questions__line:not(:last-child) {
  margin-bottom: 36px;
}

.questions__input {
  width: 100%;
  background-color: var(--input-color);
  height: 59px;
  padding: 0.3125rem 2.1875rem;
  border-radius: 2.1875rem;
  font-size: 24px;
}

.questions__button {
  width: 100%;
  text-align: center;
}

body {
  background-color: var(--white-color);
  color: var(--mainText-color);
  line-height: 1.5;
  font-size: 0.875rem;
  min-height: 100svh;
  margin: 0;
  color: var(--mainText-color);
  font-family: "Inter", sans-serif;
  color: var(--mainText-color);
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

@media (min-width: 48em) and (max-width: 101.87375em) {
  body {
    font-size: 1rem;
  }
}

@media (min-width: 101.875em) {
  body {
    font-size: 1.125rem;
  }
}

.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: 0.9375rem;
  max-width: 78.75rem;
}

[class*=__logo] {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*=__logo] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}