@charset "UTF-8";

.category-item h2,
.category-item h3,
.programs__filter h2,
.certificates h2,
.form-basket__data h2,
.form-basket__product h2,
body {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
}

.delivery h2,
.article h2,
.blog-single h1,
.promotion__content h1,
.salons-item h2,
.salons-item h1,
.desc-block__top h1,
.info-card h1,
.info-card h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

.main-gift h2 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

.order__title h2,
.hero-content p {
  font-family: "Playfair-Display", sans-serif;
  font-weight: 500;
}

.catalog-item h3,
.subscription__text,
.certificate__text,
.corporate-certificate__item-desc h3,
h1,
h2 {
  font-family: "Playfair-Display", sans-serif;
  font-weight: 400;
}

.promotions-item span {
  font-family: "Playfair", sans-serif;
  font-weight: 400;
}

.container {
  max-width: 84.375rem;
  margin-inline: auto;
  padding: 0 0.9375rem;
}

.container-fluid {
  max-width: 115.625rem;
  padding-inline: 0.9375rem;
  margin-inline: auto;
}

@font-face {
  font-family: "Manrope";
  font-weight: 600;
  font-style: normal;
  src:
    local("Manrope-SemiBold"),
    url(../spa/assets/fonts/Manrope-SemiBold.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  font-weight: 500;
  font-style: normal;
  src:
    local("Manrope-Medium"),
    url(../spa/assets/fonts/Manrope-Medium.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  font-weight: 400;
  font-style: normal;
  src:
    local("Manrope-Regular"),
    url(../spa/assets/fonts/Manrope-Regular.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Playfair-Display";
  font-weight: 600;
  font-style: normal;
  src:
    local("Playfair-SemiBold"),
    url(../spa/assets/fonts/Playfair-SemiBold.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Playfair-Display";
  font-weight: 500;
  font-style: normal;
  src:
    local("Playfair-Medium"),
    url(../spa/assets/fonts/Playfair-Medium.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Playfair-Display";
  font-weight: 400;
  font-style: normal;
  src:
    local("Playfair-Regular"),
    url(../spa/assets/fonts/Playfair-Regular.woff) format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Playfair";
  font-weight: 400;
  font-style: normal;
  src:
    local("Playfair"),
    url(../spa/assets/fonts/Playfair.woff) format("woff");
  font-display: swap;
}

html {
  box-sizing: border-box;
}

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

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

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition:
    color 0.4s ease,
    opacity 0.4s ease,
    background-color 0.4s ease;
}

table,
ul,
ol {
  margin: 0;
  padding: 0;
}

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

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

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: inherit;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-weight: inherit;
}

html,
body {
  height: 100%;
}

body {
  background-color: #f6f6f3;
  color: #2b2a24;
  font-size: 1rem;
}

body.lock {
  overflow: hidden;
  touch-action: none;
}

body.master-lock {
  overflow: hidden;
  touch-action: none;
}

h1,
h2 {
  line-height: 1;
  font-size: clamp(1.75rem, 0.55rem + 4.8vw, 2.5rem);
}

h3 {
  font-weight: 600;
  font-size: 1.125rem;
}

p {
  font-weight: 500;
}

p:not(:last-child) {
  margin-bottom: 0.625rem;
}

ol li {
  font-weight: 500;
  font-size: 1.125rem;
  position: relative;
}

ul.wp-block-list li {
  font-weight: 500;
  font-size: 1.125rem;
  position: relative;
}

ol li::after {
  content: "";
  position: absolute;
}

ul.wp-block-list li::after {
  content: "";
  position: absolute;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}

.main {
  flex-grow: 1;
}

.preloader {
  position: fixed;
  z-index: 1025;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.3125rem);
  transition: all 0.4s ease;
}

.lock .preloader {
  opacity: 1;
  visibility: visible;
}

.master-lock .preloader {
  opacity: 1;
  visibility: visible;
}

.style-list {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}

.style-list li {
  padding-left: 1.6875rem;
  color: #2b2a29;
}

.style-list li::after {
  left: 0.6875rem;
  top: 0.59375rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #2b2a29;
}

.input-style input,
.input-style textarea {
  width: 100%;
  font-weight: 500;
  outline: none;
  border: 0.0625rem solid transparent;
  border-radius: 6.25rem;
  background-color: #f6f6f3;
  padding: 0.8125rem 0.9375rem;
  font-size: 1rem;
  color: #2b2a24;
  transition: border-color 0.4s ease;
}

.input-style input::placeholder,
.input-style textarea::placeholder {
  color: rgba(43, 42, 36, 0.5);
  transition: opacity 0.4s ease;
  font-size: 1.125rem;
}

.input-style input:focus::placeholder,
.input-style textarea:focus::placeholder {
  opacity: 0;
}

.input-style input:focus,
.input-style textarea:focus {
  border-color: #2b2a24;
}

.input-style textarea {
  resize: none;
  border-radius: 0.9375rem;
  min-height: 6.25rem;
}

.input-style label {
  cursor: pointer;
  position: relative;
  display: block;
  padding-left: 2.4375rem;
  font-size: 0.875rem;
}

.input-style label a {
  text-decoration: underline;
  text-decoration-thickness: 5%;
  text-underline-offset: 25%;
  display: inline;
}

.input-style label input {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  clip-path: rect(0 0 0 0);
}

.input-style label input:checked + span::after {
  opacity: 1;
}

.input-style label input:focus-visible + span {
  border-color: #2b2a24;
}

.input-style label span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateY(-50%);
  background-color: #f6f6f3;
  border-radius: 50%;
  border: 0.0625rem solid transparent;
  transition: all 0.4s ease;
}

.input-style label span::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4a6444;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.buttons-style a,
.buttons-style button {
  font-size: 1.125rem;
  padding-block: 0.75rem;
  border-radius: 6.25rem;
  text-align: center;
  border: 0.0625rem solid #4a6444;
  transition: opacity 0.4s ease;
}

.breadcrumbs {
  white-space: nowrap;
  overflow-x: auto;
  padding-top: 10.3125rem;
  margin-bottom: 0.625rem;
  position: relative;
  z-index: 5;
}

.breadcrumbs__list {
  display: flex;
}

.breadcrumbs__list-item {
  font-size: 0.875rem;
  font-weight: 500;
  padding-right: 1.125rem;
  position: relative;
  margin-bottom: 0.3125rem;
  color: #2b2a24;
  opacity: 0.5;
}

.breadcrumbs__list-item::after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0.25rem;
  color: #2b2a24;
  font-size: 0.875rem;
}

.breadcrumbs__list-item:last-child::after {
  display: none;
}

.margin-bottom {
  margin-bottom: 9.375rem;
}

.pagination ul {
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  min-width: 1.875rem;
  min-height: 1.875rem;
  border-radius: 6.25rem;
  padding-inline: 0.3125rem;
  background-color: transparent;
}

.pagination .pagination-active {
  background-color: #2b2a24;
  opacity: 1;
  color: #fffffd;
}

@keyframes circle {
  to {
    transform: rotate(360deg);
  }
}

.swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  align-items: stretch;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.swiper-button-prev,
.swiper-button-next {
  padding: 0;
  line-height: 0;
  position: relative;
  z-index: 250;
  transition: opacity 0.4s ease;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  color: #4a6444;
  transition: all 0.4s ease;
}

.swiper-prev,
.swiper-next {
  padding: 0;
  line-height: 0;
  position: absolute;
  z-index: 250;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-prev path,
.swiper-next path {
  transition: all 0.4s ease;
}

.swiper-prev {
  left: 0;
}

.swiper-prev svg {
  border-radius: 0 6.25rem 6.25rem 0;
}

.swiper-next {
  right: 0;
}

.swiper-next svg {
  border-radius: 6.25rem 0 0 6.25rem;
}

.arrow-disabled svg {
  color: #c5c4b5;
}

.arrow-disabled path {
  transition: all 0.4s ease;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.625rem;
  border-radius: 6.25rem;
  background-color: #f6f6f3;
}

.swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ebece5;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.8s ease;
}

.swiper-pagination-bullet-active {
  background-color: #c5c4b5;
}

.description {
  text-align: center;
  margin-bottom: 4.0625rem;
}

.description h1 {
  margin-bottom: 2.5rem;
}

.description p {
  max-width: 54.6875rem;
  margin-inline: auto;
  font-size: 1.125rem;
}

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

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.header {
  padding-top: 2.1875rem;
  padding-bottom: 0.9375rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: fixed;
  width: 100%;
  z-index: 1020;
}

[data-menu-color] .header {
  color: #fffffd;
}

._scroll .header {
  padding-top: 1.25rem;
  background-color: #f6f6f3;
  color: #2b2a24;
  -webkit-box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.1);
}

._open-menu .header {
  background-color: #f6f6f3;
  padding-bottom: 0;
  color: #2b2a24;
  -webkit-box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.1);
}

.header__top {
  display: flex;
  gap: 1.5625rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.1875rem;
  position: relative;
}

.header__bottom {
  display: flex;
  gap: 6.25rem;
  align-items: center;
}

.header__buttons {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  flex: 0 0 25.375rem;
  justify-content: flex-end;
}

.header__buttons a,
.header__buttons button {
  font-size: 1.125rem;
  padding: 0.75rem 1.5625rem;
  border-radius: 6.25rem;
  text-align: center;
  flex-shrink: 0;
  border: 0.0625rem solid rgba(0, 0, 0, 0.3);
}

.header__buttons button {
  color: #fffffd;
  background-color: #4a6444;
  border-color: transparent;
  padding-inline: 2.125rem;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.header__buttons .header__btn-booking {
  color: #FFFFFD;
  background-color: #4A6444;
  border-color: transparent;
  padding-inline: 2.125rem;
}

.header__buttons a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

[data-menu-color] .header__buttons a {
  border-color: rgba(255, 255, 253, 0.3);
}

._scroll .header__buttons a,
._open-menu .header__buttons a {
  border-color: rgba(0, 0, 0, 0.3);
}

.header__dropdown {
  position: relative;
  margin-left: auto;
}

.header__dropdown button,
.header__dropdown a,
.header__dropdown span {
  display: inline-block;
  padding: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.header__dropdown a,
.header__dropdown span {
  font-weight: 500;
  color: #2b2a24;
}

.header__dropdown button {
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.header__dropdown button svg {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}

[data-menu-color] .header__dropdown button svg path {
  fill: #fffffd;
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}

._scroll .header__dropdown button svg path,
._open-menu .header__dropdown button svg path {
  fill: #2b2a24;
}

.header__dropdown ul {
  position: absolute;
  right: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 0.75rem 0.9375rem;
  border-radius: 0.625rem;
  background-color: #fffffd;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 50;
  margin-top: 1.125rem;
  opacity: 0;
  -webkit-box-shadow: 0 0.25rem 0.9375rem 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0.25rem 0.9375rem 0 rgba(0, 0, 0, 0.07);
  width: clamp(12.9375rem, -15.11328125rem + 53.75vw, 15.625rem);
}

.header__dropdown ul li:not(:last-child) {
  padding-bottom: 0.375rem;
  margin-bottom: 0.375rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

.header__dropdown.dropdown-menu__open ul {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

.header__dropdown.dropdown-menu__open button svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header__languages {
  display: flex;
  gap: 0.9375rem;
}

.header__languages button {
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 0;
  opacity: 0.5;
  border-bottom: 0.0625rem solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.header .language-active {
  opacity: 1;
  border-color: #2b2a24;
}

[data-menu-color] .header .language-active {
  border-color: #fffffd;
}

._scroll .header .language-active,
._open-menu .header .language-active {
  border-color: #2b2a24;
}

.header__open-menu {
  display: none;
}

.header__accordion {
  display: none;
}

.logo {
  flex: 0 0 25.375rem;
  position: relative;
}

.logo__default,
.logo__color,
.logo > a {
  display: block;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.logo img {
  width: 100%;
  aspect-ratio: var(--logo-ratio, 360 / 36);
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: clamp(13.75rem, -6.6666666667rem + 77.7777777778vw, 22.5rem);
}

[data-menu-color] .logo__default {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

._scroll .logo .logo__default,
._open-menu .logo .logo__default {
  opacity: 1;
  pointer-events: all;
}

._scroll .logo .logo__color,
._open-menu .logo .logo__color {
  opacity: 0;
  pointer-events: none;
}

.menu {
  flex: 1 1 auto;
}

.menu ul {
  display: flex;
  gap: 0.625rem 1.875rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.menu a {
  font-size: 1.125rem;
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 5%;
}

.documentation h1 {
  text-align: center;
  margin-bottom: 3.125rem;
}

.documentation__inner {
  max-width: 54.375rem;
  width: 100%;
  margin-inline: auto;
}

.documentation__links {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.documentation__links a {
  font-weight: 500;
  border-radius: 6.25rem;
  background-color: #ebece5;
  padding-block: 0.875rem;
  padding-inline: 1.5625rem 3.75rem;
  position: relative;
}

.documentation__links a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.625rem;
  max-width: 1.875rem;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: url(../spa/assets/images/icons/download.svg) center/cover
    no-repeat;
}

.faq h1 {
  text-align: center;
  margin-bottom: 4.0625rem;
}

.faq__item {
  border-top: 0.0625rem solid #ebece5;
}

.faq__item:last-child {
  border-bottom: 0.0625rem solid #ebece5;
}

.faq__item button {
  font-size: 1.25rem;
  display: flex;
  padding: 0;
  align-items: center;
  padding-block: 1.25rem;
  width: 100%;
  text-align: left;
  -webkit-transition: padding-top 0.4s ease;
  transition: padding-top 0.4s ease;
  gap: clamp(3.4375rem, -45rem + 77.5vw, 13.125rem);
}

.faq__item button img {
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}

.faq__item--active button {
  padding-top: 2.8125rem;
}

.faq__item--active button img {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.faq__item-box {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition:
    opacity 0.4s ease,
    max-height 0.4s ease;
  transition:
    opacity 0.4s ease,
    max-height 0.4s ease;
  padding-left: clamp(4.375rem, -44.0625rem + 77.5vw, 14.0625rem);
}

.faq__item-content {
  padding-block: 1.25rem 2.8125rem;
}

.faq__item-content p {
  font-size: 1.125rem;
}

.delivery h1 {
  text-align: center;
  margin-bottom: 3.75rem;
}

.delivery__inner {
  max-width: 68.75rem;
  display: flex;
  flex-direction: column;
  /*gap: 2.375rem; */
}

.delivery h2 {
  font-size: 1.5rem;
  line-height: 1;
}

.delivery h2:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.delivery p {
  font-size: 1.125rem;
}

.delivery__inner p a {
  color: #4A6444;
  text-decoration: underline;
  transition: 0.3s ease;
}
.delivery__inner p a:hover {
  opacity: 0.7;
}

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

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

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

.delivery li {
  color: #000;
  padding-left: 1.1875rem;
}

.delivery li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.delivery li::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #4a6444;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.blog {
  margin-bottom: 7.5rem;
}

.blog__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem;
  margin-bottom: 3.125rem;
}

.blog-item {
  position: relative;
  max-width: 26.4375rem;
  width: 100%;
  min-height: 13.125rem;
  height: 100%;
  overflow: hidden;
  border-radius: 1.5625rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fffffd;
  padding: 0.9375rem;
}

.blog-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(55.08%, rgba(43, 42, 36, 0)),
    color-stop(92.03%, #2b2a24)
  );
  background: linear-gradient(
    180deg,
    rgba(43, 42, 36, 0) 55.08%,
    #2b2a24 92.03%
  );
  z-index: 2;
}

.blog-item__content {
  position: relative;
  z-index: 5;
}

.blog-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}

.blog-item data {
  display: inline-block;
  font-weight: 500;
  font-size: 0.875rem;
  opacity: 0.7;
  margin-bottom: 0.3125rem;
}

.blog-item p {
  min-height: 4.5rem;
}

.article__inner {
  max-width: 68.75rem;
}

.article__info:not(:last-child) {
  margin-bottom: 2.5rem;
}
.article__inner p:not(:last-child) {
  margin-bottom: 2.5rem;
}
.article__inner p a {
  color: #4A6444;
  text-decoration: underline;
  transition: 0.3s ease;
}
.article__inner p a:hover {
  opacity: 0.7;
}
.article__info ol:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.article__inner li {
  color: #000;
  padding-left: 1.1875rem;
}

.article__inner li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.article__inner li::after {
  border-radius: 50%;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #4a6444;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.article h2,
.blog-single h1 {
  font-size: 1.5rem;
  line-height: normal;
  margin-bottom: 2.8125rem;
}
.blog-single h2 {
  font-weight: 600;
}

.article p {
  font-size: 1.125rem;
}

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

.article h3,
.blog-single h2 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}

.article h4 {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
}

.article .breadcrumbs {
  margin-bottom: 3.125rem;
}

.category-article .article h2 {
  font-weight: 600;
}

.article-slider .swiper-slide {
  max-width: 26.4375rem;
  width: 100%;
}

.slider-block__top,
.slider-block__swiper {
  max-width: 82.5rem;
  margin-inline: auto;
}

.slider-block__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.9375rem 1.875rem;
  margin-bottom: 3.125rem;
}

.slider-block__link {
  background-color: #ebece5;
  border-radius: 6.25rem;
  padding: 0.8125rem 1.5625rem;
  font-size: 1.125rem;
  text-decoration: underline;
}

.slider-block__inner {
  max-width: 100.625rem;
  margin-inline: auto;
  display: flex;
  gap: 1.875rem;
  justify-content: space-between;
  align-items: center;
}

.slider-block__bottom {
  display: none;
}

.slider-block__arrows {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
  margin-left: auto;
}

.hidden-link {
  display: none;
}

.promotions {
  margin-bottom: 6.25rem;
}

.promotions__items {
  display: grid;
  gap: 1.875rem 1.5625rem;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 9.375rem;
}

.promotions-item {
  position: relative;
  color: #fff;
  overflow: hidden;
  border-radius: 0 0 0.9375rem;
  max-width: 19.4375rem;
  width: 100%;
  min-height: 22.5625rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4.6875rem;
  padding-bottom: 1.25rem;
}

.promotions-item::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.41);
  border-radius: 1.25rem 1.25rem 0.9375rem 0.9375rem;
}

.promotions-item span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 5.3125rem;
  background-color: #4a6444;
  position: relative;
  z-index: 3;
  border-radius: 0.9375rem;
  line-height: 0.6;
  padding: 1.8125rem 0.625rem;
  -webkit-transition:
    color 0.4s ease,
    background-color 0.4s ease;
  transition:
    color 0.4s ease,
    background-color 0.4s ease;
}

.promotions-item p {
  font-weight: 400;
  position: relative;
  z-index: 3;
  text-align: center;
  padding-inline: 0.625rem;
  font-size: clamp(1rem, -1rem + 6.6666666667vw, 1.5rem);
}

.promotions-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 1.25rem 1.25rem 0.9375rem 0.9375rem;
}

.promotion .breadcrumbs {
  margin-bottom: 4.375rem;
}

.promotion__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem;
}

.promotion__img {
  position: relative;
  overflow: hidden;
  border-radius: 1.875rem;
  max-width: 26.4375rem;
  width: 100%;
  aspect-ratio: 423/476;
}

.promotion__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    169deg,
    rgba(0, 0, 0, 0) 4.73%,
    rgba(0, 0, 0, 0.5) 78%
  );
}

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

.promotion__content {
  max-width: 47.5rem;
  width: 100%;
}

.promotion__content h1 {
  font-size: 1.875rem;
  margin-bottom: 2.1875rem;
}

.promotion__content-desc:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.promotion__content-desc p,
.promotion__content-desc span {
  display: block;
  font-size: 1.125rem;
}

.promotion__content-desc p:not(:last-child),
.promotion__content-desc span:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.promotion__content-desc data {
  display: inline-block;
  border-radius: 0.625rem;
  background: #ebece5;
  padding: 0.3125rem 0.625rem;
}

.promotion__content-desc data:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.promotion__content-buttons {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.promotion__content-buttons a,
.promotion__content-buttons button {
  padding-inline: 1.5625rem;
}

.promotion__content-buttons a {
  color: #4a6444;
}

.promotion__content-buttons button {
  color: #fffffd;
  background-color: #4a6444;
  padding-inline: 2.125rem;
}

.promotion-slider .swiper-slide {
  max-width: 19.4375rem;
  width: 100%;
}

.catalog {
  margin-bottom: 6.875rem;
}

.catalog__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem;
}

.catalog-item {
  max-width: 26.4375rem;
  min-height: 17.5rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5625rem;
  height: 100%;
  background: center/cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.875rem;
}

.catalog-item::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.catalog-item h2,
.catalog-item h3 {
  color: #f6f6f3;
  font-size: 1.875rem;
  line-height: normal;
  max-width: 15.625rem;
  margin: 1.25rem 1.875rem 0 1.875rem;
  position: relative;
  z-index: 5;
}

.catalog-item img {
  position: relative;
  z-index: 5;
  width: 2.8125rem;
  height: 2.8125rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 0.75rem 0.9375rem auto;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}

.catalog-slider .slider-block__link {
  text-decoration: unset;
  color: #fffffd;
  background-color: #4a6444;
}

.catalog-slider .swiper-slide {
  max-width: 26.4375rem;
  width: 100%;
}

.copy {
  max-width: 43.75rem;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.copy span {
  display: block;
  font-size: 1.5rem;
  max-width: 31.25rem;
}

.copy span:not(:last-child) {
  margin-bottom: 2.8125rem;
}

.copy > img {
  max-width: 36.4375rem;
  width: 100%;
  aspect-ratio: 583/59;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 1.5625rem;
}

.copy a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #fffffd;
  font-size: 1.125rem;
  border-radius: 6.25rem;
  background-color: #4a6444;
  padding: 0.8125rem 1.5625rem;
}

.copy a img {
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}

.salons {
  margin-bottom: 6.25rem;
}

.salons__items {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}

.salons-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.875rem;
}

.salons-item h2,
.salons-item h1 {
  font-size: 1.875rem;
  line-height: normal;
  margin-bottom: 0.9375rem;
}

.salons-item address {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
}

.salons-item__top {
  margin-bottom: 0.9375rem;
  gap: 3.125rem;
}
.salons-item__top .salons-item__top-info {
  margin-bottom: 0.9375rem;
}
.salons-item__content {
  max-width: 40.3125rem;
  width: 100%;
  margin-top: 1.25rem;
}

.salons-item__location {
  display: flex;
  align-items: center;
  gap: 0.625rem 0.9375rem;
  margin-bottom: 1.5625rem;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.salons-item__location span {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 6.25rem;
  background-color: #fffffd;
  padding: 0.5rem 0.625rem;
}

.salons-item__location img {
  flex-shrink: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.salons-item__contacts {
  display: flex;
  gap: 0.625rem 3.125rem;
  align-items: flex-start;
  margin-bottom: 2.8125rem;
  flex-wrap: wrap;
}

.salons-item__contacts span {
  font-weight: 500;
  opacity: 0.5;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.1875rem;
}

.salons-item__contacts time {
  font-weight: 500;
}

.salons-item__contacts a {
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 5%;
  text-underline-offset: 25%;
}

.salons-item__buttons {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
  flex-wrap: wrap;
}

.salons-item__buttons a,
.salons-item__buttons button {
  padding-inline: 1.5625rem;
}

.salons-item__buttons a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #4a6444;
  justify-content: center;
}

.salons-item__buttons button {
  color: #fffffd;
  background-color: #4a6444;
  padding-inline: 2.125rem;
}

.salons-item__buttons img {
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}

.salons-item__sliders {
  flex-shrink: 0;
}

.salons-item__sliders .arrow-disabled path {
  fill: #2b2a24;
}

.salons-item .swiper-slide {
  aspect-ratio: 647/372;
}

.salons-item .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 1.875rem;
}

.salons-item__text {
  margin-bottom: 2.8125rem;
}

.salons-item__sliders,
.salons-item .swiper-slide {
  max-width: 40.4375rem;
  width: 100%;
}

.widget__inner {
  min-height: 31.25rem;
  background-color: #2b2a24;
}

.contacts h1 {
  text-align: center;
  margin-bottom: 2.8125rem;
}

.contacts .container-fluid {
  position: relative;
}

.contacts__decor {
  position: absolute;
  z-index: 1;
  top: -0.9375rem;
  right: -10.9375rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 55.1875rem;
  height: 40.0625rem;
  max-width: 55.1875rem;
  pointer-events: none;
}

.contacts__items {
  max-width: 61.5625rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 8.4375rem;
  margin-bottom: 4.6875rem;
  position: relative;
  z-index: 3;
}

.contacts__item {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  position: relative;
  max-width: 26.5625rem;
  width: 100%;
  padding-left: 2.5rem;
}

.contacts__item::after {
  content: "";
  position: absolute;
  background: url(../spa/assets/images/icons/pin-contacts.svg) center/cover
    no-repeat;
  top: 0.125rem;
  left: 0;
  width: 1.625rem;
  height: 1.625rem;
}

.contacts__item span {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.22;
  text-transform: uppercase;
}

.contacts__item > a {
  text-transform: uppercase;
  font-size: 1.25rem;
}

.contacts__item p {
  font-size: 1.125rem;
}

.contacts__item p a {
  text-decoration: underline;
  text-decoration-thickness: 5%;
  text-underline-offset: 25%;
  display: inline;
}

.contacts__legal {
    margin-top: 10px;
    color: inherit;
    opacity: 0.6;
    line-height: 1.5;
}

.contacts__legal p, .contacts__legal ul li, .contacts__legal ol li {
    margin: 0 0 4px;
    font-size: 12px;
}

.contacts__bottom {
  display: flex;
  flex-direction: column;
  gap: 1.25rem 6.25rem;
  align-items: flex-start;
  position: relative;
  z-index: 3;
  flex-wrap: wrap;
}

.contacts__bottom span {
  display: block;
  opacity: 0.5;
  font-weight: 500;
}

.contacts__socials span {
  margin-bottom: 0.625rem;
}

.contacts__socials-links {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.contacts__socials-links a {
  line-height: 0;
}

.contacts__socials-links a path,
.contacts__socials-links a rect {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contacts__mail span {
  font-size: 0.875rem;
  margin-bottom: 0.3125rem;
}

.contacts__mail a {
  font-weight: 500;
  font-size: 1.06rem;
}

.salon {
  margin-bottom: 6.25rem;
}

.salon .breadcrumbs {
  margin-bottom: 3.75rem;
}

.salon .salons-item__content {
  margin-top: 0;
}

.peculiarities {
  margin-bottom: 6.25rem;
}

.peculiarities h2 {
  margin-bottom: 2.1875rem;
}

.peculiarities__inner {
  background-color: #ebece5;
  padding-block: 3.0625rem;
  min-height: 12.5rem;
}

.peculiarities .swiper-slide {
  max-width: 26.4375rem;
  width: 100%;
}

.peculiarities__box {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  max-width: 100.625rem;
  margin-inline: auto;
  justify-content: space-between;
}

.peculiarities__content {
  display: flex;
  gap: 1.875rem;
  align-items: flex-start;
}

.peculiarities__content img {
  flex-shrink: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 3.625rem;
  height: 3.625rem;
}

.peculiarities__content h3 {
  color: #435235;
  font-size: 1.25rem;
  margin-bottom: 0.1875rem;
}

.peculiarities__content p {
  color: #2b2a29;
  font-size: 1.125rem;
}

.peculiarities .swiper {
  max-width: 82.5rem;
  padding-inline: 0.0625rem;
  margin-inline: auto;
}

.peculiarities .arrow-disabled {
  opacity: 0;
}

.peculiarities__box-arrows {
  display: none;
}

.salon-masters {
  margin-bottom: 6.25rem;
}

.masters .swiper-slide {
  max-width: 19.4375rem;
  width: 100%;
}

.masters-item {
  max-width: 19.4375rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.masters-item > img {
  width: 100%;
  border-radius: 0 1.5625rem;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 311/311;
  margin-bottom: 0.9375rem;
}

.masters-item__photo {
  display: block;
  width: 100%;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}

.masters-item__photo img {
  display: block;
  width: 100%;
}

.masters-item h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0.9375rem;
}

.masters-item dt {
  font-size: 0.875rem;
}

.masters-item dt:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.masters-item button {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.masters-item__more {
  font-size: 1rem;
  text-decoration: underline;
  padding: 0;
  text-decoration-thickness: 10%;
  text-underline-offset: 25%;
  margin-top: auto;
  align-self: center;
}

.masters-item__info {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  text-align: center;
  margin-bottom: 1.25rem;
}

.masters-item__country {
  max-width: 5rem;
  flex-shrink: 0;
  text-align: left;
}

.masters-item__country img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 1.25rem;
  height: 0.875rem;
}

.masters-item__experience {
  max-width: 3.75rem;
  flex-shrink: 0;
}

.masters-item__experience dt {
  font-weight: 500;
}

.masters-item__experience dd {
  line-height: 0.9;
}

.masters-item__strength {
  max-width: 9.375rem;
}

.masters-item__strength dt {
  font-weight: 500;
}

.masters-item__strength dd {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  justify-content: center;
}

.masters-item__strength span {
  border-radius: 50%;
  width: 0.8125rem;
  height: 0.8125rem;
  background-color: #c5c4b5;
}

.masters-item .active-color {
  background-color: #4a6444;
}

.masters-item__btn {
  background-color: #4a6444;
  color: #f6f6f3;
  padding-inline: 1.5625rem;
  align-self: center;
}

.masters-item__box {
  display: flex;
  justify-content: space-between;
  gap: 0.625rem 1.5625rem;
  align-items: center;
  flex-wrap: wrap;
  padding-inline: 1.5625rem;
}

.masters-item__box:not(:last-child) {
  margin-bottom: 1.25rem;
}

.masters-item__box span {
  font-size: 1.5rem;
  font-weight: 500;
}

.masters-item__text {
  margin-bottom: 1.25rem;
  padding-inline: 1.5625rem;
}

.salon-banner {
  margin-bottom: 6.25rem;
}

.banner {
  background-color: #ebece5;
  overflow: hidden;
  position: relative;
}

.banner h2 {
  font-size: clamp(1.5rem, -0.1rem + 6.4vw, 2.5rem);
}

.banner h2:not(:last-child) {
  margin-bottom: 1.25rem;
}

.banner h3 {
  font-size: 1.25rem;
  text-transform: uppercase;
}

.banner a {
  color: #f6f6f3;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 6.25rem;
  background-color: #2b2a24;
  padding: 0.8125rem 1.5625rem;
}

.banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.05;
  pointer-events: none;
}

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

.banner__content {
  position: relative;
  z-index: 5;
  max-width: 47.5rem;
  width: 100%;
  padding-block: 5.625rem;
}

.banner__inner {
  position: relative;
  min-height: 44.375rem;
}

.banner__img {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  bottom: -2.0625rem;
  pointer-events: none;
  right: clamp(-32.375rem, 44.9204545455rem + -65.0909090909vw, -10rem);
  width: clamp(34rem, -18.3125rem + 69.75vw, 51.4375rem);
}

.banner__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
}

.banner__titles {
  margin-bottom: 5.3125rem;
}

.banner__text {
  max-width: 40.625rem;
  font-size: 1.125rem;
}

.banner__text:not(:last-child) {
  margin-bottom: 2.8125rem;
}

.category__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.125rem 1.5625rem;
}

.category-item {
  max-width: 19.4375rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.category-item.salon-tabs {
  max-width: 100%;
}
.category-item.salon-tabs .category-item__buttons button {
  padding-inline: 1.5625rem;
  padding-block: 0.75rem;
}
.category-item > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.9375rem;
  aspect-ratio: 311/220;
  margin-bottom: 1.25rem;
}

.category-item h2,
.category-item h3 {
  font-size: 1.125rem;
  text-transform: uppercase;
}

.category-item p {
  opacity: 0.5;
}

.category-item button {
  border-radius: 6.25rem;
  border: 0.0625rem solid #c5c4b5;
  background-color: #f6f6f3;
  color: #babab6;
  font-size: 1rem;
  text-align: center;
  padding: 0.25rem 0.625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.category-item data {
  font-weight: 500;
  font-size: 1.5rem;
  display: none;
}

.category-item p,
.category-item h2,
.category-item h3 {
  margin-bottom: 1.25rem;
}

.category-item__buttons {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
  margin-top: auto;
}

.category-item__hashtag {
  position: absolute;
  z-index: 1;
  top: 0.625rem;
  left: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  border-radius: 6.25rem;
  background-color: rgba(246, 246, 243, 0.3);
  padding: 0.3125rem 0.625rem;
}

.category-item__hashtag span {
  color: #f6f6f3;
}

.category-item__hashtag img {
  -o-object-fit: cover;
  object-fit: cover;
}

.category-item__price {
  display: flex;
  align-items: center;
  gap: 0.625rem 1.25rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.category-item__price a {
  text-decoration: underline;
  text-decoration-thickness: 5%;
  text-underline-offset: 25%;
  color: #4a6444;
  display: flex;
  gap: 1.5625rem;
  align-items: center;
}

.category-item__price a img {
  flex-shrink: 0;
  max-width: 1.875rem;
  aspect-ratio: 1;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}

.category-item .btn-active {
  color: #fffffd;
  background-color: #4a6444;
  border-color: #4a6444;
}

.category-item .price-active {
  display: block;
}

.accordion__items {
  max-width: 68.75rem;
}

.accordion button {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  padding-right: 2.5rem;
  margin-bottom: 1.4375rem;
  width: 100%;
  text-align: left;
  position: relative;
}

.accordion button::after,
.accordion button::before {
  content: "";
  position: absolute;
  background-color: #2b2a24;
  border-radius: 0.125rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion button::after {
  width: 1.0625rem;
  height: 0.125rem;
  right: 0;
}

.accordion button::before {
  width: 0.125rem;
  height: 1.0625rem;
  right: 0.4375rem;
}

.accordion ol {
  padding-top: 1.4375rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.accordion li {
  padding-left: 1.5rem;
  position: relative;
}

.accordion li::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: #4a6444;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.accordion__item {
  border-bottom: 0.0625rem solid #ebece5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion__item:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.accordion__item--active {
  padding-bottom: 1.4375rem;
}

.accordion__item--active:not(:last-child) {
  margin-bottom: 2.875rem;
}

.accordion__item--active button:before {
  opacity: 0;
  -webkit-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
}

.accordion__item-box {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  -webkit-transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
}

.programs__inner {
  display: flex;
  gap: 3.4375rem;
  align-items: flex-start;
}

.programs__filter {
  max-width: 12.1875rem;
  width: 100%;
  margin-top: 6.5625rem;
  flex-shrink: 0;
  position: relative;
}

.programs__filter h2 {
  text-transform: uppercase;
  font-size: 1.25rem;
  display: none;
  margin-bottom: 2.5rem;
}

.programs__filter button {
  padding: 0;
  position: absolute;
  right: 1.25rem;
  top: 2.5rem;
  display: none;
}

.form-filter__reset {
  position: relative !important;
  right: auto !important;
  top: auto !important;
}

.programs__open-filter {
  display: none;
}

.programs .category {
  max-width: 82.5rem;
  width: 100%;
}

.form-filter__box > span {
  display: block;
  margin-bottom: 1.5625rem;
}

.form-filter__box:not(:last-child) {
  border-bottom: 0.0625rem solid #ebece5;
  margin-bottom: 1.5625rem;
  padding-bottom: 1.875rem;
}

.form-filter__labels {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-filter__labels label {
  position: relative;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  padding-left: 1.875rem;
  line-height: 1.38;
}

.form-filter__labels input {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  clip-path: rect(0 0 0 0);
}

.form-filter__labels input:checked + span::after {
  opacity: 1;
}

.form-filter__labels input:focus-visible + span {
  border-color: #2b2a24;
}

.form-filter__labels span {
  display: block;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: #ebece5;
  border: 0.0625rem solid transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.form-filter__labels span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #4a6444;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
}

.form-filter__box-inner {
  padding-top: 0.5625rem;
}

.form-filter__box-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  margin-top: 1.25rem;
}

.form-filter__box-inputs input {
  font-size: 1rem;
  font-weight: 500;
  color: #2b2a24;
  border-radius: 6.25rem;
  border: 0.0625rem solid #ebece5;
  background-color: #fffffd;
  outline: none;
  width: 100%;
  padding: 0.25rem 0.9375rem;
  -webkit-transition: border-color 0.4s ease;
  transition: border-color 0.4s ease;
}

.form-filter__box-inputs input:focus {
  border-color: #2b2a24;
}

.subscription .breadcrumbs {
  margin-bottom: 4.0625rem;
}

.subscription__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3.75rem 2.5rem;
  margin-bottom: 4.6875rem;
}

.subscription__img {
  position: relative;
  border-radius: 1.5625rem;
  overflow: hidden;
  max-width: 33.4375rem;
  width: 100%;
  flex-shrink: 0;
}

.subscription__img::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    106deg,
    rgba(0, 0, 0, 0.4) 16.4%,
    rgba(0, 0, 0, 0) 66.81%
  );
  inset: 0;
  z-index: 1;
}

.subscription__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 535/270;
}

.subscription ol {
  max-width: 76.875rem;
}

.subscription ol:not(:last-child) {
  margin-bottom: 3.75rem;
}

.subscription__text {
  color: #435235;
  font-size: clamp(1.25rem, -0.474137931rem + 6.8965517241vw, 2.5rem);
}

.desc-block {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  max-width: 40.4375rem;
  width: 100%;
  align-items: flex-start;
}

.desc-block button {
  font-size: 1.125rem;
  color: #f6f6f3;
  background-color: #4a6444;
  text-align: center;
  padding: 0.8125rem 1.5625rem;
  border-radius: 6.25rem;
  min-width: 16.4375rem;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.desc-block__top {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.desc-block__top h1 {
  font-size: 1.875rem;
}

.desc-block__top span {
  font-size: 1.5rem;
  font-weight: 500;
}

.desc-block__top strong {
  font-weight: 600;
  opacity: 0.5;
  font-size: 0.875rem;
}

.desc-block__sum span,
.desc-block__sum data {
  font-weight: 500;
  display: block;
}

.desc-block__sum span {
  font-size: 0.875rem;
  opacity: 0.5;
  margin-bottom: 0.5rem;
}

.desc-block__sum data {
  font-size: 1.875rem;
  line-height: 1;
}

.desc-block__text {
  font-size: 1.125rem;
}

.order {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: -100%;
  z-index: 1030;
  -webkit-transition: left 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: left 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.open-order .order {
  left: 0;
}

.order .container-fluid {
  position: relative;
  max-width: 120rem;
  padding-inline: 0;
}

.order .container-fluid::after {
  content: "";
  position: absolute;
  background-color: #fffffd;
  left: 0;
  opacity: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.open-order .order .container-fluid::after {
  left: 0.3125rem;
  opacity: 1;
}

.order__inner {
  height: 100dvh;
  padding: 3.4375rem 1.875rem;
  max-width: 35.875rem;
  width: 100%;
  overflow: auto;
  background-color: #fffffd;
}

.order__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
  flex-wrap: wrap;
  margin-bottom: 2.1875rem;
  position: relative;
}

.order__title h2 {
  color: #435235;
  font-size: 1.875rem;
}

.order__title button {
  padding: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.order__title button img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 1.4375rem;
  height: 1.4375rem;
}

.form-order label {
  font-weight: 500;
  cursor: pointer;
  position: relative;
  display: block;
  color: #7b7b79;
}

.form-order h3 {
  font-weight: 500;
}

.form-order__top {
  margin-bottom: 2.8125rem;
}

.form-order__item {
  display: flex;
  gap: 1.875rem 0.625rem;
  align-items: center;
  justify-content: space-between;
  padding-block: 1.875rem;
  flex-wrap: wrap;
  border-top: 0.0625rem solid #a5af9b;
  border-bottom: 0.0625rem solid #a5af9b;
}

.form-order__item:not(:last-child) {
  border-bottom: none;
}

.form-order__list:not(:last-child) {
  margin-bottom: 0.625rem;
}

.form-order__item-product {
  max-width: 17.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.form-order__item-product p {
  text-wrap: balance;
  line-height: 1.2;
}

.form-order__item-img {
  flex-shrink: 0;
  max-width: 7.1875rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.3125rem;
  position: relative;
}

.form-order__item-img::after {
  content: "";
  position: absolute;
  background: linear-gradient(
    106deg,
    rgba(0, 0, 0, 0.4) 16.4%,
    rgba(0, 0, 0, 0) 66.81%
  );
  inset: 0;
  z-index: 1;
}

.form-order__item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 115/58;
}

.form-order__item-controls {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.form-order__item-controls span {
  font-weight: 500;
  font-size: 1.125rem;
}

.form-order__item-controls button {
  padding: 0;
}

.form-order__item-controls button img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 1.4375rem;
  height: 1.4375rem;
}

.form-order__subtotal {
  text-align: right;
}

.form-order__subtotal span {
  font-weight: 500;
  font-size: 1.125rem;
}

.form-order__inputs {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin-bottom: 2.8125rem;
}

.form-order__choice {
  margin-bottom: 2.8125rem;
}

.form-order__choice h3 {
  margin-bottom: 0.9375rem;
}

.form-order__choice label {
  padding-left: 2.0625rem;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.form-order__choice label:has(input[type="radio"]:checked) {
  color: #2b2a24;
}

.form-order__choice label:has(input[type="radio"]:focus-visible) {
  color: #2b2a24;
}

.form-order__choice label:not(:last-child) {
  margin-bottom: 0.625rem;
}

.form-order__choice input {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  clip-path: rect(0 0 0 0);
}

.form-order__choice input:checked + span {
  border-color: #4a6444;
}

.form-order__choice input:checked + span::after {
  opacity: 1;
}

.form-order__choice input:focus-visible + span {
  border-color: #2b2a24;
}

.form-order__choice span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
  border: 0.0625rem solid rgba(43, 42, 36, 0.5);
}

.form-order__choice span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #4a6444;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.form-order__email {
  margin-bottom: 0.9375rem;
}

.form-order__email h3 {
  margin-bottom: 0.625rem;
}

.form-order__email span {
  font-weight: 500;
  display: block;
  color: #7b7b79;
  margin-bottom: 0.9375rem;
}

.form-order__check {
  font-size: 0.9375rem;
  padding-left: 1.9375rem;
  margin-bottom: 1.5625rem;
}

.form-order__check a {
  text-decoration: underline;
  text-underline-offset: auto;
  text-decoration-thickness: auto;
}

.form-order__check input {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  clip-path: rect(0 0 0 0);
}

.form-order__check input:checked + span {
  border-color: #4a6444;
}

.form-order__check input:checked + span::after {
  opacity: 1;
}

.form-order__check input:focus-visible + span {
  border-color: #2b2a24;
}

.form-order__check span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
  border: 0.0625rem solid rgba(43, 42, 36, 0.5);
}

.form-order__check span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.25rem;
  height: 1.25rem;
  background-color: #4a6444;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.form-order__submit {
  color: #f6f6f3;
  text-align: center;
  font-size: 1.125rem;
  background-color: #4a6444;
  border-radius: 6.25rem;
  padding: 0.8125rem 1.5625rem;
  min-width: 9.6875rem;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: block;
  margin-inline: auto;
}

.form-order__total {
  font-weight: 500;
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 1.5625rem;
}

.form-order__item-remove {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.quantity {
  width: 5.75rem;
  height: 1.875rem;
  display: flex;
  flex-shrink: 0;
  gap: 0.0625rem;
}

.quantity__button {
  flex: 0 0 1.875rem;
  position: relative;
  cursor: pointer;
  padding: 0;
  background-color: #f6f6f3;
}

.quantity__button::before,
.quantity__button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.quantity__button--plus::after {
  content: "+";
}

.quantity__button--plus {
  border-radius: 0 0.9375rem 0.9375rem 0;
}

.quantity__button--minus::before {
  content: "—";
  font-size: 1rem;
}

.quantity__button--minus {
  border-radius: 0.9375rem 0 0 0.9375rem;
}

.quantity__input {
  flex: 1 1 auto;
}

.quantity__input input {
  padding: 0;
  font-weight: 500;
  background-color: #f6f6f3;
  color: #2b2a24;
  font-size: 0.75rem;
  text-align: center;
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
}

.certificate .breadcrumbs {
  margin-bottom: 4.375rem;
}

.certificate__box {
  display: flex;
  justify-content: space-between;
  gap: 6.25rem;
  align-items: flex-start;
  margin-bottom: 1.5625rem;
  min-height: 27.5rem;
}

/*.certificate__images {
  flex-shrink: 0;
  position: relative;
  pointer-events: none;
  max-width: 29.5625rem;
  -webkit-filter: drop-shadow(0 0.5rem 1.21875rem rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 0.5rem 1.21875rem rgba(0, 0, 0, 0.25));
}

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

.certificate__images img:first-child {
  max-width: 29.5625rem;
  aspect-ratio: 473/232;
}

.certificate__images img:last-child {
  position: absolute;
  top: 0;
  right: -3.75rem;
  z-index: 1;
  max-width: 20.5rem;
  aspect-ratio: 328/411;
  -webkit-transform: rotate(13.068deg);
  -ms-transform: rotate(13.068deg);
  transform: rotate(13.068deg);
} */

.certificate .desc-block__text {
  font-size: clamp(1rem, -2.3035714286rem + 5.7142857143vw, 1.125rem);
}

.certificate__info {
  max-width: 76.875rem;
}

.certificate__info:not(:last-child) {
  margin-bottom: 3.75rem;
}

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

.certificate__info p {
  font-size: 1.25rem;
}

.certificate__info span {
  font-weight: 500;
  font-size: 1.125rem;
  display: block;
}

.certificate__text {
  color: #435235;
  font-size: clamp(1.25rem, -0.474137931rem + 6.8965517241vw, 2.5rem);
}

.subscriptions {
  margin-bottom: 6.25rem;
}

.subscriptions .breadcrumbs {
  margin-bottom: 2.5rem;
}

.subscriptions h1 {
  text-align: center;
  line-height: normal;
  max-width: 68.75rem;
  margin-inline: auto;
  margin-bottom: 5rem;
  font-size: clamp(1rem, -0.3461538462rem + 5.3846153846vw, 1.875rem);
}

.subscriptions h1 span {
  font-weight: 600;
}

.subscriptions__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.8125rem 1.5625rem;
}

.subscriptions__item {
  max-width: 40.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.subscriptions__item:nth-child(odd) {
  justify-self: end;
}

.subscriptions__item:nth-child(odd) .subscriptions__item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.subscriptions__item:nth-child(odd) .subscriptions__item-buttons {
  justify-content: flex-end;
}

.subscriptions__item-info {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 2.125rem 1.5rem;
  color: #fffffd;
  margin-bottom: 1.875rem;
  min-height: clamp(13.75rem, -16.0576923077rem + 48.0769230769vw, 20rem);
}

.subscriptions__item-info::after,
.subscriptions__item-info::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 1.875rem;
}

/*.subscriptions__item-info::after {
  background: linear-gradient(
    106deg,
    rgba(0, 0, 0, 0.4) 16.4%,
    rgba(0, 0, 0, 0) 66.81%
  );
} */

.subscriptions__item-info::before {
  background: rgba(0, 0, 0, 0.1);
}

.subscriptions__item-info img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 1.875rem;
  aspect-ratio: 648/320;
}

.subscriptions__item-promo {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}

.subscriptions__item-promo span {
  font-weight: 500;
  padding: 0.3125rem 0.625rem;
  border-radius: 6.25rem;
  background-color: rgba(255, 255, 255, 0.15);
}

.subscriptions__item-promo:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.subscriptions__item-price {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.subscriptions__item-price data {
  font-weight: 400;
  line-height: 1;
  font-size: 2.5rem;
}

.subscriptions__item-buttons {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.subscriptions__item-buttons a {
  color: #4a6444;
  padding-inline: 1.5625rem;
  font-size: clamp(1rem, -2.8333333333rem + 6.6666666667vw, 1.125rem);
}

.subscriptions__item-buttons a:last-child {
  color: #f6f6f3;
  background-color: #4a6444;
  padding-inline: clamp(
    1.5625rem,
    -18.2291666667rem + 33.3333333333vw,
    2.1875rem
  );
}

.rules {
  position: relative;
  padding-block: 2.5rem 6.25rem;
}

.rules::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 66.976744186%;
  left: 0;
  top: -0.125rem;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.27%, #f6f6f3),
    color-stop(78%, rgba(246, 246, 243, 0))
  );
  background: linear-gradient(#f6f6f3 0.27%, rgba(246, 246, 243, 0) 78%);
}

.rules h2 {
  color: #3a3933;
  margin-bottom: 4.6875rem;
  text-align: center;
  position: relative;
  z-index: 5;
}

.rules ul {
  position: relative;
  z-index: 5;
}

.rules li {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.39;
  display: flex;
  align-items: flex-start;
  gap: 1.5625rem;
  color: #fff;
}

.rules li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.rules li img {
  flex-shrink: 0;
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 0.3125rem;
}

.rules__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rules__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

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

.certificates {
  margin-bottom: 1.875rem;
}

.certificates h1 {
  text-align: center;
  margin-bottom: 4.6875rem;
}

.certificates h2 {
  font-size: 1.125rem;
  line-height: normal;
}

.certificates h2 span {
  margin-top: 0.3125rem;
  display: block;
  font-weight: 500;
}

.certificates__item-img {
  width: 100%;
  max-width: 19.4375rem;
}

.certificates img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 311/226;
}

.certificates__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem 1.25rem;
}

.certificates__item {
  max-width: 40.625rem;
  display: flex;
  gap: 0.625rem 1.5625rem;
  align-items: flex-start;
  justify-content: space-between;
}

.certificates__item-info {
  max-width: 19.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}

.certificates__item-price span {
  font-weight: 500;
  display: block;
  margin-bottom: 0.3125rem;
  opacity: 0.5;
  font-size: 0.875rem;
}

.certificates__item-price data {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.certificates__item-buttons {
  display: flex;
  gap: 0.9375rem;
  justify-content: space-between;
  align-items: center;
}

.certificates__item-buttons a {
  color: #f6f6f3;
  background-color: #4a6444;
  padding-inline: 1.5625rem;
  min-width: 9.25rem;
}

.certificates__item-buttons a:last-child {
  color: #4a6444;
  background-color: transparent;
}

.basket .breadcrumbs {
  margin-bottom: 2.8125rem;
}

.form-basket {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  align-items: flex-start;
}

.form-basket__data {
  max-width: 33.4375rem;
  width: 100%;
  border-radius: 1.875rem;
  background-color: #ebece5;
  padding: 1.5625rem;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.form-basket__data h2 {
  font-size: 1.25rem;
}

.form-basket__data-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
}

.form-basket__data-inputs input:first-child {
  grid-column: span 2;
}

.form-basket__data-total {
  display: flex;
  align-items: center;
  gap: 0.3125rem 1.875rem;
  flex-wrap: wrap;
}

.form-basket__data-total span {
  font-size: 1.25rem;
  font-weight: 500;
}

.form-basket__data-btn {
  padding: 0.8125rem 1.5625rem;
  width: 100%;
  text-align: center;
  background-color: #4a6444;
  color: #f6f6f3;
  font-size: 1.125rem;
  border-radius: 6.25rem;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.form-basket__product {
  max-width: 40.625rem;
  width: 100%;
}

.form-basket__product h2 {
  font-size: 1.25rem;
  margin-bottom: 2.8125rem;
}

.form-basket__item-price {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  flex-shrink: 0;
}

.form-basket__item-controls {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.form-basket__item-controls p {
  text-wrap: balance;
  font-size: 1.125rem;
}

.form-basket__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem;
  padding-bottom: 1.5625rem;
  border-bottom: 0.0625rem solid #ebece5;
}

.form-basket__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.form-basket .quantity {
  width: 6.5625rem;
  height: 2.1875rem;
}

.form-basket .quantity__button {
  flex: 0 0 2.1875rem;
  background-color: #ebece5;
}

.form-basket .quantity__input input {
  font-size: 1rem;
  background-color: #ebece5;
}

.form-basket__item-box {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
}

.form-basket__item-remove {
  padding: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  border: 0.0625rem solid #2b2a24;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.form-basket__item-remove img {
  -o-object-fit: cover;
  object-fit: cover;
}

.card {
  margin-bottom: 7.5rem;
}

.card .breadcrumbs {
  margin-bottom: 4.0625rem;
}

.card__inner {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  align-items: flex-start;
}

.card__details {
  max-width: 33.4375rem;
  width: 100%;
  flex-shrink: 0;
}

.card__details img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 1.875rem;
  aspect-ratio: 535/380;
  margin-bottom: 2.8125rem;
}

.info-card {
  max-width: 40.4375rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
}

.info-card h1 {
  font-size: 1.875rem;
}

.info-card h2 {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}

.info-card__desc:not(:last-child) {
  padding-bottom: 3.125rem;
  border-bottom: 0.0625rem solid #ebece5;
}

.info-card__desc > span {
  opacity: 0.5;
  display: block;
  font-size: 1.125rem;
}

.info-card__desc > span:not(:last-child) {
  margin-bottom: 1.875rem;
}

.info-card__desc a, .salons-item__read-more {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.0625rem;
  border-bottom: 0.0625rem solid #2b2a24;
}

.info-card__desc a img, .salons-item__read-more img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.info-card__desc-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.1875rem;
  margin-bottom: 0.9375rem;
}

.info-card__desc-top span {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 0.625rem;
  border-radius: 6.25rem;
  background-color: #328085;
  color: #f6f6f3;
  text-transform: uppercase;
  align-self: flex-start;
}

.info-card__desc-text:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.info-card__desc-text p {
  font-size: 1.125rem;
}

.info-card__service:not(:last-child) {
  padding-bottom: 3.125rem;
  border-bottom: 0.0625rem solid #ebece5;
}

.info-card__service img {
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
}

.info-card__service ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.0625rem 1.5rem;
}

.info-card__service li {
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
}

.info-card__purchase:not(:last-child) {
  padding-bottom: 3.125rem;
  border-bottom: 0.0625rem solid #ebece5;
}

.info-card__purchase ul {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}

.info-card__purchase li {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.info-card__purchase-buttons {
  display: flex;
  align-items: center;
  gap: 0.625rem 0.9375rem;
  flex-wrap: wrap;
}

.info-card__purchase-buttons:not(:last-child) {
  margin-bottom: 3.125rem;
}

.info-card__purchase-buttons a,
.info-card__purchase-buttons button {
  padding-inline: 1.5625rem;
  color: #4a6444;
}

.info-card__purchase-buttons button {
  background-color: #4a6444;
  padding-inline: 2.125rem;
  color: #f6f6f3;
}

.info-card .category-item {
  max-width: 100%;
  margin-bottom: 1.5625rem;
}

.info-card .category-item data {
  font-size: 1.875rem;
}

.info-card .category-item__buttons {
  margin-bottom: 0.625rem;
}

.work h2 {
  font-size: clamp(3.125rem, -6.796875rem + 12.5vw, 3.75rem);
}

.work h2:not(:last-child) {
  margin-bottom: 3.4375rem;
}

.work span {
  display: block;
  margin-top: 0.3125rem;
  font-size: clamp(2.1875rem, -4.7578125rem + 8.75vw, 2.625rem);
}

.work__inner {
  display: flex;
  gap: 1.875rem;
  justify-content: space-between;
}

.work__content {
  max-width: 47.5rem;
  width: 100%;
  margin-top: 3.4375rem;
}

.work__content-text p {
  font-size: 1.125rem;
}

.work__img {
  align-self: flex-start;
  flex-shrink: 0;
  max-width: 50.625rem;
  width: 100%;
  margin-left: clamp(-18.75rem, 14.0625rem + -35vw, -14.375rem);
}

.work__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 810/550;
}

.card-slider .swiper-slide {
  max-width: 19.4375rem;
  width: 100%;
}

.card-slider .slider-block__link {
  text-decoration: unset;
  color: #fffffd;
  background-color: #4a6444;
}

.modal {
  overflow: auto;
  position: fixed;
  inset: 0;
  z-index: 1030;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  align-content: center;
  padding-block: 3.125rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.modal--active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

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

.modal textarea,
.modal label {
  margin-bottom: 1.875rem;
}

.modal__inner {
  -webkit-box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 52.5rem;
  padding: 3.125rem;
  margin-inline: auto;
  position: relative;
  border-radius: 1.875rem;
  background-color: #fffffd;
}

.modal__form {
  margin-inline: auto;
  max-width: 33.75rem;
  width: 100%;
}

.modal__form p {
  font-size: 1.125rem;
}

.modal__form p:not(:last-child) {
  margin-bottom: 1.875rem;
}

.modal__form button {
  text-align: center;
  border-radius: 6.25rem;
  background-color: #4a6444;
  color: #f6f6f3;
  font-size: 1.125rem;
  width: 100%;
  padding: 0.75rem 2.1875rem;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.modal__form-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.modal__form-inputs input:first-child {
  grid-column: span 2;
}

.modal__close {
  padding: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  z-index: 1;
}

.modal__close img {
  -o-object-fit: cover;
  object-fit: cover;
}

.master-modal {
  overflow: auto;
  position: fixed;
  inset: 0;
  z-index: 1030;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  align-content: center;
  padding-block: 3.125rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.master-modal--active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.master-modal__inner {
  width: 100%;
  max-width: 23.75rem;
  margin-inline: auto;
  position: relative;
  background-color: #fffffd;
  -webkit-box-shadow: 0 0.375rem 0.25rem 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0.375rem 0.25rem 0 rgba(0, 0, 0, 0.04);
  padding-bottom: 1.25rem;
}

.master-modal .masters-item {
  max-width: 100%;
}

.master-modal .masters-item img {
  border-radius: 0;
  aspect-ratio: 380/355;
  margin-bottom: 1.25rem;
}

.master-modal .masters-item__country {
  display: flex;
  max-width: 100%;
  align-items: center;
  gap: 0.3125rem;
}

.master-modal .masters-item__country img {
  margin-bottom: 0;
  width: 1.6875rem;
  height: 1.1875rem;
}

.master-modal .masters-item__experience {
  max-width: 9.375rem;
  text-align: center;
}

.master-modal__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 1;
  padding: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.gift {
  margin-bottom: 9.375rem;
}

.gift__inner {
  position: relative;
}

.gift__bg {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 61.5rem;
  z-index: 1;
  top: -3.4375rem;
  right: 6.875rem;
  aspect-ratio: 984/491;
  opacity: 0.08;
}

.gift .breadcrumbs {
  margin-bottom: 5.3125rem;
}

.gift__items {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 4.375rem;
  margin-bottom: 8.75rem;
}

.gift__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
}

.gift__item h2 {
  font-size: clamp(1.25rem, 0.0000000625rem + 5vw, 1.875rem);
  line-height: normal;
}

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

.gift__item a {
  background-color: #4a6444;
  color: #f6f6f3;
  padding-inline: 1.5625rem;
  min-width: 17.5rem;
}

.gift__item-img {
  align-self: flex-start;
  aspect-ratio: 648/320;
  width: 100%;
  flex-shrink: 0;
  max-width: clamp(26.25rem, -46.4615384615rem + 116.9230769231vw, 40.5rem);
}

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

.gift__item-content {
  max-width: 33.4375rem;
  width: 100%;
}

.gift__item-text:not(:last-child) {
  margin-bottom: clamp(
    1.5625rem,
    -4.8157051282rem + 10.2564102564vw,
    2.8125rem
  );
}

.gift__item-text p {
  font-size: 1.125rem;
}

.gift__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5625rem;
}

.gift__list li {
  text-wrap: balance;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  align-items: flex-start;
}

.gift__desc {
  position: relative;
  z-index: 3;
  display: flex;
  margin-bottom: 12.5rem;
  align-self: flex-start;
  gap: clamp(2.5rem, -68.75rem + 100vw, 13.125rem);
}

.gift__desc-title {
  max-width: 35.3125rem;
  width: 100%;
  margin-top: 0.8125rem;
}

.gift__desc-title h1 {
  line-height: normal;
  font-size: clamp(1.125rem, 0.125rem + 4vw, 1.875rem);
  margin-bottom: clamp(1.5625rem, 0.3528225806rem + 4.8387096774vw, 2.5rem);
}

.gift__desc-title button {
  background-color: #4a6444;
  color: #f6f6f3;
  padding-inline: 2.1875rem;
}

.gift__images {
  flex-shrink: 0;
  position: relative;
  max-width: 27.1875rem;
  pointer-events: none;
  -webkit-filter: drop-shadow(0 0.5rem 1.21875rem rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 0.5rem 1.21875rem rgba(0, 0, 0, 0.25));
}

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

.gift__images img:first-child {
  max-width: 27.1875rem;
  aspect-ratio: 435/214;
}

.gift__images img:last-child {
  position: absolute;
  top: 0;
  right: -3.75rem;
  z-index: 1;
  max-width: 18.875rem;
  aspect-ratio: 302/378;
  -webkit-transform: rotate(13.068deg);
  -ms-transform: rotate(13.068deg);
  transform: rotate(13.068deg);
}

.choice {
  margin-bottom: 9.375rem;
}

.choice__inner {
  border-radius: 3.125rem;
  background-color: #ebece5;
  padding-block: 5rem;
  position: relative;
  overflow: hidden;
  min-height: 38.375rem;
  padding-inline: clamp(
    1.875rem,
    -31.3602941176rem + 47.0588235294vw,
    6.875rem
  );
}

.choice__decor-one {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 14.1875rem;
  width: 100%;
  aspect-ratio: 1;
  position: absolute;
  top: 2.8125rem;
  right: 12.1875rem;
}

.choice__decor-two {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 25.75rem;
  width: 100%;
  aspect-ratio: 1;
  position: absolute;
  right: -1.875rem;
  bottom: -7.3125rem;
}

.form-choice {
  max-width: 34.375rem;
  width: 100%;
}

.form-choice label {
  margin-bottom: 1.875rem;
}

.form-choice__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9375rem;
}

.form-choice__buttons button {
  color: #f6f6f3;
  background-color: #4a6444;
  padding-inline: 2.1875rem;
}

.form-choice__buttons a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  background-color: #328085;
  color: #f6f6f3;
  justify-content: center;
  border-color: transparent;
  padding-inline: 1.5625rem;
  min-width: 10.625rem;
}

.form-choice__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
  margin-bottom: 1.875rem;
}

.form-choice__inputs input:first-child {
  grid-column: span 2;
}

.form-choice__desc {
  margin-bottom: 2.1875rem;
}

.form-choice__desc span {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
}

.form-choice__desc span:not(:last-child) {
  margin-bottom: 2.5rem;
}

.form-choice__desc p {
  font-size: 1.125rem;
}

.form-choice__desc h2:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.philosophy-desc {
  position: relative;
}

.philosophy-desc img {
  -o-object-fit: cover;
  object-fit: cover;
}

.philosophy-desc p {
  font-size: 1.125rem;
}

.philosophy-desc p:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.philosophy-desc__bg {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 113.75rem;
  aspect-ratio: 1820/1312;
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 50%;
  right: 50%;
  opacity: 0.1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.philosophy-desc__inner {
  display: flex;
  flex-direction: column;
  gap: 6.875rem;
}

.philosophy-desc__top {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  gap: 8.125rem;
}

.philosophy-desc__top-info {
  max-width: 40.625rem;
  width: 100%;
  margin-top: 4.0625rem;
}

.philosophy-desc__top-info h2 {
  margin-bottom: 4.0625rem;
}

.philosophy-desc__top-img {
  position: relative;
  align-self: flex-start;
  flex-shrink: 0;
  display: block;
  margin-right: clamp(-18.75rem, -100rem + 100vw, -15.625rem);
  /*margin-right: -15%; */
}

.philosophy-desc__top-img > img {
  max-width: 49.0625rem;
  width: 100%;
  aspect-ratio: 785/555;
  border-radius: 9.375rem 0;
}

.philosophy-desc__top-img span {
  max-width: 11.25rem;
  aspect-ratio: 1;
  width: 100%;
  position: absolute;
  bottom: -3.75rem;
  left: -7.8125rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.philosophy-desc__top-img span img:last-child {
  position: absolute;
  inset: 0;
  -webkit-animation: circle 30s linear infinite;
  animation: circle 30s linear infinite;
}

.philosophy-desc__bottom {
  position: relative;
  z-index: 5;
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
}

.philosophy-desc__bottom-info {
  max-width: 40.625rem;
  width: 100%;
}

.philosophy-desc__bottom-info h2 {
  margin-bottom: 4.0625rem;
}

.philosophy-desc__bottom-img {
  align-self: flex-start;
  flex-shrink: 0;
}

.philosophy-desc__bottom-img img {
  max-width: 32.9375rem;
  width: 100%;
  aspect-ratio: 1;
}

.philosophy-slider {
  position: relative;
  z-index: 5;
}

.philosophy-slider h2 {
  font-size: 3.75rem;
  max-width: 54.6875rem;
  text-wrap: balance;
}

.philosophy-slider .slider-block__top {
  margin-bottom: 5.9375rem;
}

.product__info {
  max-width: 47.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6.375rem;
}

.product__info-list {
  max-width: 41.875rem;
  /*display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12.125rem, 1fr));
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem 3.125rem; */
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.product__info-list li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product__info-list img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 8.125rem;
  width: 100%;
  aspect-ratio: 130/42;
}

.product__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

.product__inner > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: 45.1875rem;
  aspect-ratio: 723/520;
  align-self: flex-start;
  margin-right: -18.75rem;
  border-radius: 3.125rem 0 0 3.125rem;
}

.product__info-desc h2 {
  margin-bottom: 2.8125rem;
  font-size: clamp(1.5rem, 0.6818181818rem + 2.7272727273vw, 1.875rem);
}

.product__info-desc p {
  font-size: 1.125rem;
}

.outro h2 {
  text-align: center;
  margin-bottom: 3.125rem;
  font-size: clamp(2.8125rem, -1.5261627907rem + 6.976744186vw, 3.75rem);
}

.outro button {
  display: block;
  margin-inline: auto;
  color: #2b2a24;
  padding-inline: 2.1875rem;
  background-color: #ebece5;
  border-color: transparent;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.hero {
  position: relative;
  z-index: 5;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

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

.hero__bg--video {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.hero__inner {
  min-height: 55.4375rem;
  height: 100%;
  padding-block: 18.4375rem 6.25rem;
}

.step {
  position: relative;
  z-index: 5;
}

.form-step {
  padding: 3.125rem;
  border-radius: 1.875rem;
  background-color: #fffffd;
}

.form-step h2 {
  max-width: 47.5rem;
  text-wrap: balance;
  line-height: normal;
}

.form-step .swiper-wrapper {
  margin-bottom: 3.125rem;
}

.form-step .swiper-slide {
  background-color: #fffffd;
}

.form-step .quantity {
  width: 10.3125rem;
  height: 3.4375rem;
}

.form-step .quantity__button {
  flex: 0 0 3.4375rem;
  background-color: #f6f6f3;
}

.form-step .quantity__input input {
  font-size: 1.25rem;
  background-color: #f6f6f3;
}

.form-step .quantity__button--minus {
  border-radius: 6.25rem 0 0 6.25rem;
}

.form-step .quantity__button--minus::before {
  font-size: 1.5625rem;
}

.form-step .quantity__button--plus {
  border-radius: 0 6.25rem 6.25rem 0;
}

.form-step .quantity__button--plus::after {
  font-size: 1.875rem;
}

.form-step__controls {
  display: flex;
  align-items: center;
  gap: 3.125rem;
  justify-content: center;
  position: relative;
  z-index: 250;
}

.form-step__controls button {
  font-size: 1.125rem;
  padding: 0.8125rem 2.1875rem;
  border-radius: 6.25rem;
  text-align: center;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.form-step__prev {
  color: #4a6444;
  background-color: #f6f6f3;
}

.form-step__next {
  color: #f6f6f3;
  background-color: #4a6444;
}

.form-step__pagination {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  cursor: pointer;
}

.form-step .swiper-pagination-bullet {
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #ebece5;
}

.form-step .swiper-pagination-bullet-active {
  background-color: #4a6444;
}

.form-step__disabled {
  opacity: 0;
}

.form-one h2 {
  margin-bottom: 2.1875rem;
}

.form-one__quantity {
  margin-bottom: 2.8125rem;
}

.form-one__quantity p {
  font-size: 1.125rem;
  font-weight: 600;
  opacity: 0.7;
  margin-bottom: 1.25rem;
}

.form-one__choice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.1875rem 1.5625rem;
  max-width: 41.875rem;
}

.form-one__choice p {
  font-size: 1.125rem;
  font-weight: 600;
  opacity: 0.7;
  margin-bottom: 0;
}

.form-one__choice label {
  cursor: pointer;
  position: relative;
  font-size: 1.125rem;
  color: #2b2a24;
  max-width: 20rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  border-radius: 6.25rem;
  background-color: #f6f6f3;
  border: 0.0625rem solid transparent;
  -webkit-transition:
    color 0.4s ease,
    background-color 0.4s ease,
    border-color 0.4s ease;
  transition:
    color 0.4s ease,
    background-color 0.4s ease,
    border-color 0.4s ease;
  padding: 1.25rem 1.5625rem 1.25rem 3.125rem;
}

.form-one__choice label:nth-child(2) {
  grid-column: 1;
}

.form-one__choice label:nth-child(3) {
  grid-column: 2;
}

.form-one__choice label:has(input[type="radio"]:checked) {
  background-color: #4a6444;
  color: #fffffd;
}

.form-one__choice label:has(input[type="radio"]:checked) span {
  color: #fffffd;
}

.form-one__choice label:has(input[type="radio"]:focus-visible) {
  border-color: #2b2a24;
}

.form-one__choice span {
  font-weight: 500;
  opacity: 0.8;
  font-size: 1rem;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.form-one__choice input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip-path: rect(0 0 0 0);
}

.form-one__choice img {
  position: absolute;
  top: -1.5625rem;
  right: -1.25rem;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

.form-two h2 {
  margin-bottom: 4.375rem;
}

.form-two h4 {
  font-weight: 600;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}

.form-two span {
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  text-align: center;
  padding: 0.5625rem 1.5625rem;
  border-radius: 6.25rem;
  background-color: #f6f6f3;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  color: #c5c4b5;
  border: 0.0625rem solid transparent;
}

.form-two__type {
  display: flex;
  align-items: center;
  gap: 3.75rem;
  align-items: flex-start;
  margin-bottom: 2.8125rem;
}

.form-two__type-desc p {
  margin-bottom: 0.375rem;
  opacity: 0.7;
  font-weight: 600;
}

.form-two__type-desc h3 {
  font-size: 1.25rem;
}

.form-two__choice-labels {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.form-two__choice {
  display: flex;
  align-items: center;
  gap: 2.1875rem 5rem;
  flex-wrap: wrap;
  margin-bottom: 3.125rem;
}

.form-two__choice input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip-path: rect(0 0 0 0);
}

.form-two__choice input:checked + span {
  color: #2b2a24;
}

.form-two__choice input:focus-visible + span {
  border-color: #2b2a24;
}

.form-two__file {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.form-two__file:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.form-two__file label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1.5625rem;
  justify-content: center;
  border-radius: 6.25rem;
  background-color: #f6f6f3;
  font-weight: 500;
  padding: 0.625rem 0.625rem 0.625rem 1.5625rem;
}

.form-two__file img {
  max-width: 2rem;
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
}

.form-two__file input {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  clip-path: rect(0 0 0 0);
}

.form-two__preview {
  font-size: 0.875rem;
  opacity: 0.7;
  max-width: 25rem;
  font-weight: 500;
  padding-left: 1.5625rem;
}

.form-three__inner {
  display: flex;
  align-items: flex-start;
  gap: clamp(2.8125rem, -11.0845588235rem + 17.6470588235vw, 3.75rem);
}

.form-three h2 {
  margin-bottom: 2.5rem;
}

.form-three__box {
  width: 100%;
  max-width: clamp(35.625rem, -36.6397058824rem + 91.7647058824vw, 40.5rem);
}

.form-three__inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.form-three__inputs input:first-child {
  grid-column: span 2;
}

.form-three textarea {
  margin-bottom: 1.875rem;
}

.form-three label {
  margin-bottom: 1.875rem;
}

.form-three button {
  font-size: 1.125rem;
  padding: 0.75rem 1.5625rem;
  border-radius: 6.25rem;
  text-align: center;
  border: 0.0625rem solid #4a6444;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  color: #f6f6f3;
  background-color: #4a6444;
}

.form-three__images {
  margin-top: 0.9375rem;
  flex-shrink: 0;
  position: relative;
  max-width: 27.1875rem;
  pointer-events: none;
  -webkit-filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.25));
}

.form-three__images img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.form-three__images img:first-child {
  max-width: 27.1875rem;
  aspect-ratio: 435/214;
}

.form-three__images img:last-child {
  position: absolute;
  top: 0;
  right: -3.75rem;
  z-index: 1;
  max-width: 18.875rem;
  aspect-ratio: 302/378;
  -webkit-transform: rotate(13.068deg);
  -ms-transform: rotate(13.068deg);
  transform: rotate(13.068deg);
}

.hero-philosophy {
  position: relative;
  z-index: 5;
  min-height: 43.75rem;
  padding-bottom: 6.25rem;
  margin-bottom: 5rem;
}

.hero-philosophy::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

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

.hero-philosophy .breadcrumbs {
  margin-bottom: 1.875rem;
}

.hero-philosophy .breadcrumbs__list-item {
  color: #fffffd;
}

.hero-philosophy .breadcrumbs__list-item::after {
  color: #fffffd;
}

.hero-content {
  position: relative;
  z-index: 5;
  max-width: 61.875rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-content h1 {
  font-weight: 500;
  font-size: 3.75rem;
  color: #fffffd;
}

.hero-content h1:not(:last-child) {
  margin-bottom: 1.875rem;
}

.hero-content p {
  color: #fffffd;
  font-size: clamp(1.25rem, 0.5555555556rem + 2.7777777778vw, 1.875rem);
}

.hero-content p:not(:last-child) {
  margin-bottom: 2.8125rem;
}

.hero-content a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #fffffd;
  font-size: 1.125rem;
  border-radius: 6.25rem;
  /*background-color: rgba(255, 255, 255, 0.1);
  border: 0.0625rem solid rgba(255, 255, 255, 0.15); */
  background-color: #4A6444;
  border: 0.0625rem solid #4A6444;
  padding: 0.6875rem 1.5625rem;
}

.hero-content a img {
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}

.hero-corporate {
  position: relative;
  min-height: 53.125rem;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  position: relative;
}

.hero-corporate::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#161614),
    to(rgba(43, 43, 37, 0))
  );
  background: linear-gradient(180deg, #161614 0%, rgba(43, 43, 37, 0) 100%);
  background-blend-mode: hard-light;
}

.hero-corporate__inner {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 5.3125rem;
}

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

.hero-corporate__desc {
  color: #fffffd;
  max-width: 55.3125rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.hero-corporate__desc h1 {
  max-width: 47.5rem;
}

.hero-corporate__desc p {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.hero-corporate__desc a {
  display: none;
  align-items: center;
  gap: 0.625rem;
  color: #fffffd;
  font-size: 1rem;
  border-radius: 6.25rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0.0625rem solid rgba(255, 255, 255, 0.15);
  padding: 0.6875rem 1.5625rem;
}

.hero-corporate__desc a img {
  flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}

.hero-corporate__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.hero-corporate__item {
  color: #fffffd;
  max-width: 19.5rem;
  width: 100%;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  gap: 1.25rem;
}

.hero-corporate__item p {
  font-size: 1.125rem;
  opacity: 0.8;
}

.hero-corporate__item-top {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
}

.hero-corporate__item-top img {
  flex-shrink: 0;
}

.hero-corporate__item-top span {
  font-size: 1.25rem;
  line-height: 1.1;
}

.hero-corporate .breadcrumbs {
  margin-bottom: 3.75rem;
}

.hero-corporate .breadcrumbs__list-item {
  color: #fffffd;
}

.hero-corporate .breadcrumbs__list-item::after {
  color: #fffffd;
}

.corporate-certificate {
  margin-bottom: 14.375rem;
  position: relative;
  z-index: 5;
}

.corporate-certificate h2 {
  text-align: center;
  margin-inline: auto;
  font-weight: 500;
  width: 100%;
  line-height: 1.05;
  max-width: 63.125rem;
  margin-bottom: 5rem;
}

.corporate-certificate__inner {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  align-items: center;
}

.corporate-certificate__items {
  display: flex;
  flex-direction: column;
  gap: 4.6875rem;
}

.corporate-certificate__items > p {
  font-size: 1.25rem;
  max-width: 40.625rem;
  line-height: 1.1;
}

.corporate-certificate__item {
  display: flex;
  gap: 1.875rem;
  align-items: flex-start;
  max-width: 33.125rem;
}

.corporate-certificate__item img {
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
}

.corporate-certificate__item-desc {
  max-width: 23.75rem;
}

.corporate-certificate__item-desc h3 {
  color: #435235;
  font-size: 2.5rem;
  line-height: 1.19;
  margin-bottom: 1.875rem;
  -webkit-text-stroke-width: 0.026875rem;
  -webkit-text-stroke-color: #435235;
}

.corporate-certificate__item-desc p {
  font-size: 1.125rem;
  line-height: 1.11;
  text-wrap: balance;
}

.corporate-certificate__img {
  position: relative;
  max-width: 33.125rem;
  width: 100%;
  aspect-ratio: 530/683;
  align-self: flex-start;
  margin-right: clamp(-8.3125rem, -64.5625rem + 90vw, -4.375rem);
}

.corporate-certificate__img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    134deg,
    rgba(239, 239, 239, 0.6) -1.33%,
    rgba(174, 168, 168, 0.6) 76.99%
  );
}

.corporate-certificate__img img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.list {
  position: relative;
}

.list__bg {
  position: absolute;
  z-index: 1;
  max-width: 113.75rem;
  aspect-ratio: 1820/1312;
  -o-object-fit: cover;
  object-fit: cover;
  top: -17.5rem;
  left: 50%;
  right: 50%;
  opacity: 0.1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.list__inner {
  position: relative;
  z-index: 5;
}

.list__inner img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 12.375rem;
  width: 100%;
  aspect-ratio: 1;
  margin-inline: auto;
}

.list__left {
  margin-top: 9.375rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5625rem;
}

.list__right {
  display: none;
}

.list li {
  display: grid;
  grid-template-rows: subgrid;
  max-width: 19.4375rem;
  grid-row: span 3;
  width: 100%;
  text-align: center;
  gap: 1.25rem;
}

.list span {
  font-size: 1.125rem;
  text-wrap: balance;
}

.list p {
  font-weight: 600;
  opacity: 0.8;
}

.main-copy {
  position: relative;
  z-index: 5;
  margin-bottom: 9.375rem;
}

.main-catalog {
  position: relative;
  z-index: 5;
}

.main-catalog__inner {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}

.main-catalog__top {
  display: none;
}

.main-catalog__top .swiper-pagination {
  display: none;
}

.main-catalog__top-wrapper {
  gap: 1.25rem;
}

.main-catalog__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem;
  max-width: 40.625rem;
  width: 100%;
}

.main-catalog__item {
  display: flex;
  flex-direction: column;
  max-width: 19.4375rem;
  width: 100%;
  height: 100%;
  padding: 0.625rem;
  background: #fffffd;
  border-radius: 1.5625rem;
}

.main-catalog__item h4 {
  margin-bottom: 0.625rem;
  padding-inline: 0.625rem;
  font-weight: 600;
  font-size: 1.125rem;
}

.main-catalog__item-img {
  display: block;
  margin-bottom: 1.25rem;
  aspect-ratio: 291/190;
}

.main-catalog__item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 291/190;
  border-radius: 1.5625rem;
}

.main-catalog__item-text {
  padding-inline: 0.625rem;
  margin-bottom: 1.25rem;
}

.main-catalog__item-link {
  text-align: right;
  margin-top: auto;
  line-height: 0;
}

.main-catalog__item-link a img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}

.main-catalog__slider h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}

.main-catalog__slider-controls {
  line-height: 0;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  justify-content: center;
  margin-top: auto;
}

.main-catalog__slider-swiper {
  border-radius: 1.5625rem;
  padding: 0.625rem 0.625rem 0.9375rem;
  background: #fffffd;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: clamp(37.5rem, -44.4236111111rem + 104.4444444444vw, 40.4375rem);
}

.main-catalog__slider-swiper .swiper-wrapper {
  height: auto;
}

.main-catalog .salons-item {
  flex-direction: column;
  gap: 2.5rem;
}

.main-catalog .salons-item__content {
  margin-top: 0;
  padding-inline: 0.625rem;
}

.main-catalog .salons-item__location {
  margin-bottom: 0;
  flex-direction: column;
}

.main-catalog .salons-item__location span {
  border: 0.0625rem solid #ebece5;
  padding: 0.4375rem 0.5625rem;
}

.main-catalog .salons-item__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.3125rem;
}

.main-catalog .salons-item__buttons {
  justify-content: center;
  margin-bottom: 2.8125rem;
}

.main-catalog .salons-item__buttons a {
  min-width: 14.25rem;
  background-color: #4a6444;
  color: #fffffd;
}

.main-catalog .salons-item__sliders {
  max-width: 100%;
}

.main-catalog .salons-item .swiper-slide {
  max-width: 100%;
  aspect-ratio: 627/416;
}

.main-catalog .salons-item .swiper-slide img {
  border-radius: 1.5625rem;
}

/*.main-gift img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  inset: 0;
  border-radius: 3.125rem;
  width: 100%;
  height: 100%;
} */

.main-gift img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 3.125rem;
}

.main-gift h2 {
  line-height: normal;
  position: relative;
  z-index: 5;
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(2.5rem, -1.6458333333rem + 6.6666666667vw, 3.4375rem);
  max-width: clamp(25rem, -13.6944444444rem + 62.2222222222vw, 33.75rem);
}

.main-gift .swiper-slide {
  width: 100%;
}

/*.main-gift__content {
  position: relative;
  padding: 6.25rem 4.6875rem;
  display: flex;
  align-items: center;
  min-height: 29.0625rem;
  height: 100%;
} */

.main-gift__content {
  display: block;
  font-size: 0;
  line-height: 0;
}

.main-gift__arrows {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
  position: absolute;
  bottom: 1.875rem;
  justify-content: center;
  width: 100%;
}

.main-masters {
  margin-bottom: 10.625rem;
}

.main-banner {
  margin-bottom: 7.5rem;
}

.main-promotion {
  position: relative;
  margin-bottom: 6.25rem;
}

.main-promotion__bg {
  position: absolute;
  z-index: -1;
  max-width: 113.75rem;
  aspect-ratio: 1820/1312;
  -o-object-fit: cover;
  object-fit: cover;
  top: -15.625rem;
  left: 50%;
  right: 50%;
  opacity: 0.1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-outro {
  margin-bottom: 10.9375rem;
  padding-top: 4.375rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.2);
}

.main-outro__inner {
  max-width: 54.0625rem;
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 2.1875rem;
  justify-content: space-between;
  margin-inline: auto;
}

.main-outro__desc {
  max-width: 40.5rem;
}

.main-outro__desc h2 {
  color: #4a6444;
  text-align: right;
  margin-bottom: 2.8125rem;
  font-size: clamp(1.5rem, -0.1rem + 6.4vw, 2.5rem);
}

.main-outro__desc p {
  font-size: 1.125rem;
}

.main-outro a {
  max-width: 11.25rem;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}

.main-outro a img {
  position: absolute;
  inset: 0;
  -webkit-animation: circle 30s linear infinite;
  animation: circle 30s linear infinite;
}

.main-outro a svg {
  opacity: 0.1;
  aspect-ratio: 1;
  max-width: 3.625rem;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.big-corporate {
  padding-bottom: 14.375rem;
  position: relative;
}

.big-corporate__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 78.75rem;
}

.big-corporate__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -0.1875rem;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(4.13%, #f6f6f3),
    color-stop(70.99%, rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    180deg,
    #f6f6f3 4.13%,
    rgba(255, 255, 255, 0) 70.99%
  );
}

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

.footer {
  background-color: #fffffd;
  padding-block: 3.125rem;
  position: relative;
  z-index: 10;
}

.footer__inner {
  max-width: 83.125rem;
  width: 100%;
  display: flex;
  gap: 2.5rem;
  justify-content: space-between;
  margin-inline: auto;
  align-items: flex-start;
}

.footer__box {
  max-width: 26.25rem;
  width: 100%;
}

.footer__info {
  margin-bottom: 0.9375rem;
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}

.footer__info-phone {
  font-size: 1.125rem;
}

.footer__info-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
}

.footer__info-socials a {
  line-height: 0;
}

.footer__info-socials a path,
.footer__info-socials a rect {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer__copy {
  margin-bottom: 1.5625rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.footer__copy span {
  font-size: 0.75rem;
  opacity: 0.5;
  font-weight: 500;
  display: inline-block;
}

.footer__copy-links {
  display: flex;
  gap: 0.4375rem 1.875rem;
  flex-wrap: wrap;
}

.footer__copy-links a {
  font-size: 0.875rem;
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 5%;
  opacity: 0.5;
}

.footer__decor {
  font-weight: 500;
  display: flex;
  gap: 0.9375rem;
  align-items: center;
  color: rgba(43, 42, 36, 0.5);
  font-size: 0.875rem;
  max-width: 14.0625rem;
}

.footer__decor img {
  flex-shrink: 0;
  max-width: 1.875rem;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
}

.footer__nav {
  max-width: 32.1875rem;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.1875rem;
}

.footer__nav a {
  text-underline-offset: 25%;
  text-decoration: underline;
  text-decoration-thickness: 5%;
}

.footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.footer__nav ul:not(:last-child) {
  margin-bottom: 0.625rem;
}

.footer__nav-center {
  display: none;
}

@media (min-width: 120.24875em) {
  .product__inner > img {
    border-radius: 3.125rem;
  }
}

@media (max-width: 103.12375em) {
  .header__top {
    margin-bottom: 1.875rem;
    max-width: 84.375rem;
    margin-inline: auto;
  }
  .header__bottom {
    max-width: 84.375rem;
    margin-inline: auto;
  }

  .header__buttons {
    flex-basis: auto;
    margin-left: auto;
  }

  .header__open-menu {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    width: 2.8125rem;
    height: 1.125rem;
    position: relative;
    z-index: 5;
  }

  .header__open-menu::after,
  .header__open-menu::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.125rem;
    background-color: #2b2a24;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .header__open-menu::after {
    -webkit-transform: translateY(0.5rem);
    -ms-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
  }

  .header__open-menu::before {
    -webkit-transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
  }

  .header__open-menu span {
    width: 100%;
    height: 0.125rem;
    background-color: #2b2a24;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  ._open-menu .header__open-menu::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  ._open-menu .header__open-menu::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  ._open-menu .header__open-menu span {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
  }

  [data-menu-color] .header__open-menu::after,
  [data-menu-color] .header__open-menu::before,
  [data-menu-color] .header__open-menu span {
    background-color: #fffffd;
  }

  ._scroll .header__open-menu::after,
  ._scroll .header__open-menu::before,
  ._scroll .header__open-menu span,
  ._open-menu .header__open-menu::after,
  ._open-menu .header__open-menu::before,
  ._open-menu .header__open-menu span {
    background-color: #2b2a24;
  }

  .header__accordion {
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition:
      max-height 0.4s ease,
      opacity 0.4s ease;
    transition:
      max-height 0.4s ease,
      opacity 0.4s ease;
  }

  .logo {
    flex-basis: auto;
  }

  .menu {
    padding-block: 1.875rem;
  }

  .menu a {
    color: #2b2a24;
  }
}

@media (max-width: 93.74875em) {
  .slider-block__inner {
    margin-bottom: 3.125rem;
  }

  .slider-block__bottom {
    max-width: 82.5rem;
    margin-inline: auto;
    display: flex;
    gap: 0.9375rem 1.5625rem;
    align-items: center;
    justify-content: space-between;
  }

  .peculiarities__inner {
    padding-block: 2.5rem 1.25rem;
  }

  .peculiarities__box {
    flex-direction: column;
    max-width: 82.5rem;
    align-items: unset;
    gap: 0.9375rem;
  }

  .peculiarities .swiper {
    margin: 0;
    padding: 0;
  }

  .peculiarities__box-arrows {
    display: flex;
    align-items: center;
    gap: 2.1875rem;
    justify-content: space-between;
  }
}

@media (max-width: 88.74875em) {
  .programs .category__items {
    grid-template-columns: repeat(3, 1fr);
  }

  .programs .category-item {
    max-width: 100%;
  }

  .main-masters {
    margin-bottom: 9.375rem;
  }
}

@media (max-width: 78.12375em) {
  .blog__items {
    gap: 1.25rem;
  }

  .promotions__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }

  .promotions-item {
    max-width: 100%;
  }

  .promotion-slider .swiper-slide {
    max-width: 100%;
  }

  .salons-item h2,
  .salons-item h1 {
    font-size: 1.5625rem;
  }

  .salons-item__sliders,
  .salons-item .swiper-slide {
    max-width: 36.25rem;
  }

  .masters .swiper-slide {
    max-width: 100%;
  }

  .masters-item {
    max-width: 100%;
  }

  .banner__content {
    max-width: 37.5rem;
    padding-bottom: 16.25rem;
  }

  .category__items {
    gap: 2.5rem 1.25rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .category-item {
    max-width: 100%;
  }

  .programs__inner {
    gap: 2.8125rem;
  }

  .certificates__items {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }

  .certificates__item {
    flex-direction: column;
  }

  .certificates__item-info {
    gap: 1.25rem;
  }

  .certificates__item-buttons {
    flex-direction: column;
  }

  .certificates__item-buttons a {
    width: 100%;
  }

  .work h2 {
    font-size: 3.75rem;
  }

  .work span {
    font-size: 2.625rem;
  }

  .work__inner {
    flex-direction: column-reverse;
    gap: 4.375rem;
  }

  .work__content {
    max-width: 100%;
    margin-top: 0;
  }

  .work__img {
    margin-left: 0;
    max-width: 100%;
  }

  .work__img img {
    aspect-ratio: 910/410;
  }

  .card-slider .swiper-slide {
    max-width: 100%;
  }

  .gift__list li {
    align-items: center;
    text-align: center;
    font-size: 1.125rem;
  }

  .philosophy-desc__top {
    flex-direction: column;
    gap: 3.75rem;
  }

  .philosophy-desc__top-info {
    margin-top: 0;
    max-width: 100%;
  }

  .philosophy-desc__top-info h2 {
    text-wrap: balance;
  }

  .philosophy-desc__top-img {
    margin-inline: auto 0;
  }

  .philosophy-desc__bottom-info {
    max-width: 100%;
  }

  .philosophy-desc__bottom-info h2 {
    margin-bottom: 2.1875rem;
    font-size: clamp(1.75rem, 0.5431034483rem + 4.8275862069vw, 2.1875rem);
  }

  .philosophy-desc__bottom-img img {
    max-width: 25rem;
  }

  .product__info-list {
    gap: 1.875rem;
  }

  .form-three__inner {
    justify-content: space-between;
  }

  .form-three__images {
    margin-top: 0;
    max-width: 23.125rem;
    margin-right: 60px;
  }

  .form-three__images img:first-child {
    max-width: clamp(13.75rem, -36.6722972973rem + 81.0810810811vw, 23.125rem);
  }

  .form-three__images img:last-child {
    max-width: clamp(9.5625rem, -26.4054054054rem + 57.8378378378vw, 16.25rem);
    right: clamp(-2.8125rem, 3.1672297297rem + -8.1081081081vw, -1.875rem);
  }

  .list__left {
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    margin-top: 23.75rem;
  }

  .list li {
    display: flex;
    flex-direction: column;
  }

  .list li:nth-child(2) {
    margin-top: -14.375rem;
    padding-bottom: 14.0625rem;
  }

  .list li:last-child {
    grid-column: 2;
    margin-top: -10.9375rem;
  }

  .main-catalog__items {
    gap: 1.25rem 0.9375rem;
  }

  .main-catalog__item h4 {
    font-size: 1rem;
  }

  .main-catalog__item-text {
    font-size: 0.875rem;
  }

  .main-catalog__slider h4 {
    font-size: 1.375rem;
  }

  .main-catalog__slider-swiper {
    max-width: 36.875rem;
  }

  .main-catalog .salons-item__location span {
    font-size: 0.875rem;
  }

  .main-catalog .salons-item__location img {
    width: 1.045rem;
    height: 1.045rem;
  }

  /*.main-gift__content {
    padding: 5.625rem 3.4375rem;
  } */
}

@media (max-width: 70.62375em) {
  .promotion__img {
    max-width: 21.25rem;
  }

  .catalog__items {
    gap: 1.875rem 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-item {
    max-width: 100%;
    min-height: 18.4375rem;
  }

  .catalog-slider .swiper-slide {
    max-width: 100%;
  }

  .salons {
    margin-bottom: 9.375rem;
  }

  .salons__items {
    gap: 4.375rem;
  }

  .salons-item {
    flex-direction: column;
    align-items: center;
  }

  .salons-item__top {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
  }

  .salons-item__content {
    max-width: 54.6875rem;
    padding-inline: 0.625rem;
    margin-top: 0;
  }

  .salons-item__location {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .salons-item__sliders {
    order: -1;
  }

  .salons-item__sliders,
  .salons-item .swiper-slide {
    max-width: 54.6875rem;
    aspect-ratio: 605/400;
  }

  .contacts__items {
    -webkit-column-gap: 6.25rem;
    -moz-column-gap: 6.25rem;
    column-gap: 6.25rem;
  }

  .contacts__items {
    gap: 2.5rem 1.25rem;
    margin-bottom: 4.0625rem;
  }

  .salon .salons-item {
    gap: 4.375rem;
  }

  .salon .salons-item__content {
    max-width: 100%;
  }

  .salon .salons-item__sliders,
  .salon .swiper-slide {
    max-width: 100% !important;
    order: 0;
  }

  .peculiarities .swiper-slide {
    max-width: 100%;
  }

  .banner__titles {
    margin-bottom: 2.1875rem;
  }

  .banner__text:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .programs__filter {
    position: fixed;
    z-index: 1030;
    top: 0;
    left: -100%;
    height: 100dvh;
    overflow: auto;
    max-width: 17.1875rem;
    width: 100%;
    background-color: #fffffd;
    margin-top: 0;
    -webkit-transition: left 0.4s ease;
    transition: left 0.4s ease;
    padding: 3.125rem 2.5rem 2.5rem;
  }

  .programs__filter h2,
  .programs__filter button {
    display: inline-block;
  }

  .open-filter .programs__filter {
    left: 0;
  }

  .programs__open-filter {
    display: inline-block;
    font-size: 1.125rem;
    background-color: #fffffd;
    border-radius: 6.25rem;
    padding: 0.5625rem 1.5625rem;
    margin-bottom: 3.125rem;
    border: 0.0625rem solid #c5c4b5;
  }

  .subscription__box {
    flex-direction: column;
    margin-bottom: 5.9375rem;
  }

  .subscription__img {
    max-width: 100%;
    border-radius: 1.6875rem;
  }

  .subscription ol:not(:last-child) {
    margin-bottom: 5rem;
  }

  .certificate .breadcrumbs {
    margin-bottom: 2.8125rem;
  }

  .certificate__box {
    gap: 5.9375rem;
    min-height: 23.75rem;
    margin-bottom: 4.375rem;
  }

  .certificate__images {
    margin-top: 1.5625rem;
    max-width: 23.125rem;
  }

  .certificate__images img:first-child {
    max-width: 23.125rem;
  }

  .certificate__images img:last-child {
    right: -2.8125rem;
    max-width: clamp(9.5625rem, -4.1644736842rem + 56.3157894737vw, 16.25rem);
  }

  .certificate__info:not(:last-child) {
    margin-bottom: 5rem;
  }

  .subscriptions__items {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .basket .breadcrumbs {
    margin-bottom: 3.4375rem;
  }

  .form-basket {
    flex-direction: column;
    gap: 3.125rem;
  }

  .form-basket__data {
    max-width: 100%;
    padding: 3.125rem;
    gap: 2.8125rem;
  }

  .form-basket__data h2 {
    font-size: 1.875rem;
  }

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

  .form-basket__data-inputs input:first-child {
    grid-column: inherit;
  }

  .form-basket__product {
    max-width: 100%;
  }

  .card__inner {
    flex-direction: column;
    gap: 0;
  }

  .card__details {
    max-width: 100%;
  }

  .card__details img {
    margin-bottom: 3.125rem;
  }

  .card .accordion__items,
  .card .accordion {
    max-width: 100%;
    width: 100%;
  }

  .info-card {
    max-width: 100%;
  }

  .info-card:not(:last-child) {
    margin-bottom: 6.875rem;
  }

  .info-card__service ul {
    max-width: 40.625rem;
    width: 100%;
  }

  .gift .breadcrumbs {
    margin-bottom: 3.125rem;
  }

  .gift__item-img {
    aspect-ratio: 420/266;
  }

  .gift__desc {
    flex-direction: column;
    gap: 0;
  }

  .gift__desc-title {
    max-width: 100%;
    margin-top: 0;
  }

  .gift__images {
    margin-left: auto;
    max-width: 23.125rem;
    margin-top: -1.5625rem;
    margin-right: clamp(3.125rem, -4.375rem + 25vw, 5rem);
  }

  .gift__images img:first-child {
    max-width: clamp(13.75rem, -5rem + 75vw, 23.125rem);
  }

  .gift__images img:last-child {
    max-width: clamp(9.5625rem, -3.8125rem + 53.5vw, 16.25rem);
    right: clamp(-2.8125rem, 0.0000000625rem + -7.5vw, -1.875rem);
  }

  .choice__decor-one {
    max-width: 10.875rem;
    top: 3.75rem;
    right: 10rem;
  }

  .choice__decor-two {
    max-width: 22.6875rem;
    right: -3.4375rem;
    bottom: -2.5rem;
  }

  .product__info {
    gap: 3.75rem;
  }

  .product__info-list {
    gap: 1.875rem 3.125rem;
  }

  .product__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 5rem;
  }

  .product__inner > img {
    margin-right: 0;
    max-width: 100%;
    border-radius: 3.125rem;
  }

  .hero__inner {
    min-height: clamp(43.75rem, 30.1136363636rem + 45.4545454545vw, 50rem);
    padding-top: clamp(12.1875rem, 5.7175925926rem + 24.0740740741vw, 16.25rem);
  }

  .form-three__box {
    max-width: 40.5rem;
  }

  .form-three__images {
    display: none;
  }

  .hero-philosophy {
    margin-bottom: 7.5rem;
    min-height: clamp(43.75rem, 30.1136363636rem + 45.4545454545vw, 50rem);
  }

  .hero-philosophy .breadcrumbs {
    margin-bottom: 3.125rem;
  }

  .hero-content h1 {
    font-size: 3.125rem;
  }

  .hero-content h1:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .list__bg {
    max-width: 90.625rem;
  }

  .main-catalog__top {
    display: block;
    margin-bottom: 1.25rem;
  }

  .main-catalog__top .main-catalog__item {
    max-width: 100%;
    height: auto;
  }

  .main-catalog__items {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    max-width: 19.4375rem;
    gap: 1.25rem;
  }

  .main-catalog__slider {
    min-width: 0;
  }

  .main-catalog__slider-swiper {
    max-width: 100%;
  }

  .main-promotion__bg {
    max-width: 90.625rem;
    top: -26.875rem;
  }
}

@media (max-width: 62.06125em) {
  .container,
  .container-fluid {
    padding-inline: 2.5rem;
  }

  .breadcrumbs {
    padding-top: 12.1875rem;
  }

  .description p {
    max-width: 37.8125rem;
  }

  .simplebar-track.simplebar-vertical,
  .simplebar-scrollbar:before {
    width: 0.25rem;
  }

  .header {
    padding-top: 2.5rem;
  }

  .header__bottom {
    gap: clamp(2.1875rem, -26.6056034483rem + 55.1724137931vw, 7.1875rem);
  }

  .header__buttons {
    margin-left: 0;
  }

  .header__dropdown button {
    gap: 1.5625rem;
  }

  .menu {
    padding-block: 3.125rem;
  }

  .menu ul {
    justify-content: space-between;
    gap: 0.9375rem 1.5625rem;
  }

  .menu a {
    font-size: 1.25rem;
  }

  .documentation h1 {
    margin-bottom: 3.75rem;
  }

  .faq h1 {
    margin-bottom: 3.75rem;
  }

  .delivery__inner {
    /*gap: 5.625rem; */
  }

  .blog {
    margin-bottom: 6.25rem;
  }

  .blog__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-item {
    min-height: 13.75rem;
    padding-block: 1.5625rem;
    max-width: 100%;
  }

  .article h2,
  .blog-single h1 {
    margin-bottom: 1.5625rem;
  }

  .article-slider .swiper-slide {
    max-width: 100%;
  }

  .hidden-link {
    display: block;
  }

  .promotions {
    margin-bottom: 5rem;
  }

  .promotions-item {
    gap: clamp(1.875rem, -5.625rem + 25vw, 3.75rem);
    min-height: clamp(12.875rem, -20.125rem + 110vw, 21.125rem);
  }

  .promotions-item img {
    border-radius: 2.1875rem 2.1875rem 1.875rem 1.875rem;
  }

  .promotions-item::after {
    border-radius: 2.1875rem 2.1875rem 1.875rem 1.875rem;
  }

  .promotions-item span {
    border-radius: 1.875rem;
    font-size: clamp(2.8125rem, -3.4375rem + 20.8333333333vw, 4.375rem);
    padding-block: clamp(1.5rem, -1rem + 8.3333333333vw, 2.125rem);
  }

  .promotion .breadcrumbs {
    margin-bottom: 3.75rem;
  }

  .promotion__img {
    max-width: 16.875rem;
  }

  .catalog {
    margin-bottom: 9.375rem;
  }

  .copy span:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .salons-item h2,
  .salons-item h1 {
    font-size: 1.375rem;
    margin-bottom: 0.3125rem;
  }

  .salons-item address {
    font-size: 1rem;
  }

  .salons-item__location span {
    font-size: 0.875rem;
    border: 0.0625rem solid #ebece5;
  }

  .salons-item__location img {
    width: 1.045rem;
    height: 1.045rem;
  }

  .salons-item__contacts {
    margin-bottom: 2.5rem;
    -webkit-column-gap: 2.8125rem;
    -moz-column-gap: 2.8125rem;
    column-gap: 2.8125rem;
  }

  .salons-item__text {
    margin-bottom: 2.5rem;
  }

  .widget__inner {
    min-height: 21.5625rem;
  }

  .contacts h1 {
    margin-bottom: 4.0625rem;
  }

  .contacts__decor {
    right: -7.1875rem;
    top: 3.75rem;
  }

  .contacts__item {
    max-width: 27.8125rem;
  }

  .contacts__bottom {
    -webkit-column-gap: 14.375rem;
    -moz-column-gap: 14.375rem;
    column-gap: 14.375rem;
  }

  .salon {
    margin-bottom: 9.375rem;
  }

  .salon .breadcrumbs {
    margin-bottom: 3.4375rem;
  }

  .salon .salons-item__sliders,
  .salon .swiper-slide {
    aspect-ratio: 912/524;
  }

  .peculiarities {
    margin-bottom: 9.375rem;
  }

  .peculiarities h2 {
    margin-bottom: 4.0625rem;
  }

  .peculiarities__content {
    gap: 1.25rem;
  }

  .peculiarities__content h3 {
    font-weight: 500;
    margin-bottom: 0.375rem;
  }

  .peculiarities__content p {
    font-weight: 400;
  }

  .masters-item__more {
    align-self: flex-start;
  }

  .banner__img {
    bottom: -3.625rem;
    width: clamp(28.125rem, -8.212962963rem + 69.6296296296vw, 34rem);
  }

  .subscription .breadcrumbs {
    margin-bottom: 3.4375rem;
  }

  .certificate__box {
    margin-bottom: 5.625rem;
  }

  .subscriptions {
    margin-bottom: 5rem;
  }

  .subscriptions .breadcrumbs {
    margin-bottom: 3.4375rem;
  }

  .subscriptions h1 {
    line-height: 1;
    margin-bottom: clamp(
      2.1875rem,
      -0.6971153846rem + 11.5384615385vw,
      4.0625rem
    );
  }

  .subscriptions h1 span {
    font-weight: 500;
  }

  .subscriptions__item-info {
    padding-block: 1.8125rem;
  }

  .subscriptions__item-promo:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .rules {
    padding-block: 4.375rem 9.375rem;
  }

  .rules::after {
    height: 100%;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(3.78%, #f6f6f3),
      color-stop(49.18%, rgba(255, 255, 255, 0))
    );
    background: linear-gradient(
      180deg,
      #f6f6f3 3.78%,
      rgba(255, 255, 255, 0) 49.18%
    );
  }

  .rules h2 {
    margin-bottom: 4.375rem;
  }

  .rules li {
    gap: 0.9375rem;
    font-size: 1rem;
    line-height: 1.57;
    font-weight: 600;
  }

  .rules li:not(:last-child) {
    margin-bottom: 2.1875rem;
  }

  .rules li img {
    margin-top: 0;
  }

  .certificates {
    margin-bottom: 0.9375rem;
  }

  .certificates h1 {
    margin-bottom: 4.0625rem;
  }

  .certificates__item-info {
    max-width: 16.6875rem;
  }

  .card {
    margin-bottom: 8.75rem;
  }

  .card .breadcrumbs {
    margin-bottom: 3.4375rem;
  }

  .work h2,
  .work span {
    margin-top: 0;
    line-height: 1.2;
    font-size: clamp(1.75rem, -0.375rem + 8.5vw, 2.8125rem);
  }

  .work h2:not(:last-child) {
    margin-bottom: clamp(1.25rem, 0.0000000625rem + 5vw, 1.875rem);
  }

  .modal__inner {
    max-width: 100%;
  }

  .gift {
    margin-bottom: 6.25rem;
  }

  .gift__bg {
    display: none;
  }

  .gift__items {
    gap: 3.75rem;
    margin-bottom: 6.25rem;
  }

  .gift__item-content {
    max-width: 27.6875rem;
  }

  .gift__list li {
    font-size: 1rem;
  }

  .choice {
    background-color: #ebece5;
    overflow: hidden;
    margin-bottom: 6.25rem;
  }

  .choice__inner {
    padding-inline: 0;
    border-radius: 0;
    overflow: visible;
    padding-top: 3.75rem;
  }

  .choice__decor-one {
    right: clamp(4.375rem, -78.2142857143rem + 142.8571428571vw, 7.5rem);
  }

  .choice__decor-two {
    right: clamp(-8.75rem, -83.0803571429rem + 128.5714285714vw, -5.9375rem);
  }

  .philosophy-desc__bg {
    display: none;
  }

  .philosophy-desc__top-info h2 {
    text-wrap: unset;
  }

  .philosophy-desc__top-img span {
    bottom: -4.5rem;
    left: -7.5rem;
  }

  .philosophy-desc__top-img > img {
    max-width: 37.5rem;
  }

  .philosophy-desc__bottom {
    gap: 1.25rem;
    align-items: flex-start;
  }

  .philosophy-desc__bottom-info {
    margin-top: clamp(9.375rem, -16.875rem + 50vw, 11.5625rem);
  }

  .philosophy-desc__bottom-img img {
    max-width: 18.1875rem;
  }

  .philosophy-slider h2 {
    font-size: clamp(1.5625rem, -0.625rem + 8.3333333333vw, 2.5rem);
  }

  .philosophy-slider .slider-block__top {
    margin-bottom: 2.1875rem;
  }

  .outro h2 {
    margin-bottom: 2.8125rem;
    font-size: clamp(1.75rem, -0.0714285714rem + 6.0714285714vw, 2.8125rem);
  }

  .form-step__controls {
    justify-content: flex-end;
  }

  .form-two h2 {
    margin-bottom: 3.125rem;
  }

  .hero-content h1 {
    line-height: normal;
    font-size: clamp(1.75rem, 0.75rem + 4vw, 2.5rem);
  }

  .hero-content h1:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

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

  .hero-corporate {
    min-height: 50rem;
    margin-bottom: 5.9375rem;
  }

  .hero-corporate::after {
    background: rgba(0, 0, 0, 0.4);
  }

  .hero-corporate__inner {
    gap: 6.25rem;
  }

  .hero-corporate__desc {
    max-width: 100%;
    gap: 1.25rem;
  }

  .hero-corporate__desc h1 {
    max-width: 100%;
    line-height: normal;
    font-size: clamp(1.25rem, 0.25rem + 4vw, 1.875rem);
  }

  .hero-corporate__desc p {
    font-size: 1rem;
  }

  .hero-corporate__item p {
    font-size: 1rem;
    text-align: center;
  }

  .hero-corporate__item-top {
    justify-content: center;
  }

  .hero-corporate .breadcrumbs {
    margin-bottom: 1.875rem;
  }

  .corporate-certificate {
    margin-bottom: 25rem;
  }

  .corporate-certificate h2 {
    line-height: 1.2;
    margin-bottom: clamp(2.1875rem, -27.1875rem + 100vw, 4.0625rem);
    font-size: clamp(1.25rem, -0.0892857143rem + 5.3571428571vw, 2.1875rem);
  }

  .corporate-certificate__inner {
    gap: 1.5625rem;
  }

  .corporate-certificate__items {
    gap: 2.8125rem;
  }

  .corporate-certificate__items > p {
    font-size: 1rem;
    line-height: normal;
    max-width: 26.875rem;
  }

  .corporate-certificate__item {
    gap: 2.1875rem;
    max-width: 27.8125rem;
  }

  .corporate-certificate__item img {
    width: 4.375rem;
    height: 3.125rem;
  }

  .corporate-certificate__item-desc {
    max-width: 21.25rem;
  }

  .corporate-certificate__item-desc h3 {
    font-size: 1.5rem;
    margin-bottom: 0.9375rem;
  }

  .corporate-certificate__item-desc p {
    font-size: 1rem;
    line-height: 1.25;
  }

  .corporate-certificate__img {
    aspect-ratio: 380/500;
    max-width: 23.75rem;
    margin-right: clamp(
      -2.5rem,
      -23.7500005313rem + 40.000001vw,
      0.0000000625rem
    );
  }

  .list__bg {
    top: -2.8125rem;
  }

  .list__left {
    gap: 1.25rem;
    margin-top: 17.5rem;
  }

  .list li {
    padding-inline: 0.9375rem;
    gap: 0.625rem;
  }

  .list li:nth-child(2) {
    margin-top: -12.5rem;
    padding-bottom: 12.5rem;
  }

  .list li:last-child {
    margin-top: -9.0625rem;
  }

  .list p {
    font-size: 0.875rem;
  }

  .list span {
    font-size: 1rem;
  }

  .main-copy {
    margin-bottom: 11.875rem;
  }

  .main-catalog__items {
    max-width: 18.1875rem;
  }

  .main-catalog__slider h4 {
    margin-bottom: 0.3125rem;
  }

  .main-catalog .salons-item__buttons {
    margin-bottom: 2.375rem;
  }

  .main-catalog .salons-item__buttons a {
    min-width: 13.75rem;
    padding-block: 0.625rem;
  }

  .main-catalog .swiper-prev svg,
  .main-catalog .swiper-next svg {
    width: 2rem;
    height: 2rem;
  }

  .main-gift h2 {
    font-size: 2rem;
    max-width: 19.375rem;
  }

  .main-gift img {
    border-radius: 2.1875rem;
  }

  /*.main-gift__content {
    min-height: 24.375rem;
  } */

  .main-masters {
    margin-bottom: 6.25rem;
  }

  .main-banner {
    margin-bottom: 9.375rem;
  }

  .main-outro {
    margin-bottom: 9.0625rem;
    padding-top: 3.125rem;
  }

  .big-corporate {
    padding-bottom: 17.1875rem;
  }

  .big-corporate__bg::after {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(8.43%, #f6f6f3),
      color-stop(74.09%, rgba(255, 255, 255, 0))
    );
    background: linear-gradient(
      180deg,
      #f6f6f3 8.43%,
      rgba(255, 255, 255, 0) 74.09%
    );
  }

  .footer {
    padding-block: 4.375rem 3.75rem;
  }

  .footer__inner {
    flex-direction: column;
    gap: 3.125rem;
  }

  .footer__box {
    max-width: 100%;
    display: flex;
    gap: 1.875rem;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .footer__info {
    margin-bottom: 0;
    gap: 1.25rem;
    max-width: 10.625rem;
  }

  .footer__info-phone {
    order: 1;
  }

  .footer__copy {
    order: -1;
    margin-bottom: 0;
    max-width: 17.5rem;
  }

  .footer__copy span {
    order: 1;
  }

  .footer__copy-links {
    flex-direction: column;
  }

  .footer__nav {
    order: -1;
    max-width: 100%;
    justify-content: unset;
    flex-wrap: wrap;
    row-gap: 0.625rem;
    column-gap: clamp(5.1875rem, -19.21875rem + 50.7142857143vw, 9.625rem);
  }

  .footer__nav nav {
    max-width: 10.625rem;
  }

  .footer__nav-center {
    display: flex;
    flex-direction: column;
  }

  .footer__nav-center ul:first-child:not(:last-child) {
    margin-bottom: 0rem;
  }

  .footer__nav-center ul:last-child {
    order: -1;
    margin-bottom: 0.625rem;
  }

  .footer__nav-right {
    order: -1;
  }
}

@media (max-width: 57.49875em) {
  .promotion__content h1 {
    font-size: 1.5rem;
    margin-bottom: 1.5625rem;
    line-height: normal;
  }

  .promotion__content-desc:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .promotion__content-desc p,
  .promotion__content-desc span {
    font-size: 1rem;
  }

  .promotion__content-desc data:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .category__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .programs .category__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .certificate__box {
    flex-direction: column;
    margin-bottom: 3.4375rem;
    gap: clamp(6.5625rem, 2.7138157895rem + 15.7894736842vw, 8.4375rem);
  }

  .certificate__images {
    margin-top: 0;
    max-width: 29.5625rem;
  }

  .certificate__images img:first-child {
    max-width: clamp(
      13.75rem,
      -18.7072368421rem + 133.1578947368vw,
      29.5625rem
    );
  }

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

  .subscriptions__item {
    max-width: 100%;
  }
  .subscriptions__item:nth-child(odd) {
    justify-self: stretch;
  }

  .subscriptions__item:nth-child(odd) .subscriptions__item-info {
    align-items: flex-start;
    text-align: left;
  }

  .subscriptions__item:nth-child(odd) .subscriptions__item-buttons {
    justify-content: flex-start;
  }

  .subscriptions__item-info {
    aspect-ratio: 648/320;
    min-height: auto;
    height: auto;
  }

  .subscriptions__item-buttons a {
    font-size: 1.125rem;
  }

  .subscriptions__item-buttons a:last-child {
    padding-inline: 2.1875rem;
  }

  .certificates__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .form-basket__data-inputs {
    grid-template-columns: repeat(1, 1fr);
  }

  .gift__item {
    flex-direction: column;
    gap: 1.25rem;
  }

  .gift__item-img {
    max-width: 100%;
  }

  .gift__item-content {
    max-width: 100%;
  }

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

  .choice__inner {
    padding-top: 0;
    padding-bottom: 18.75rem;
  }

  .choice__decor-one {
    position: static;
    margin-block: -2.9375rem 2.5rem;
  }

  .choice__decor-two {
    right: -5.9375rem;
    bottom: -6.25rem;
  }

  .form-choice {
    max-width: 100%;
  }

  .form-choice__buttons button,
  .form-choice__buttons a {
    width: 100%;
  }

  .form-step {
    padding: 1.875rem;
  }

  .form-step h2 {
    font-size: clamp(1.125rem, -0.2916666667rem + 5.6666666667vw, 2.1875rem);
  }

  .corporate-certificate__item {
    gap: 1.25rem;
  }

  .main-catalog__inner {
    display: block;
  }

  .main-catalog__top .swiper-pagination {
    display: flex;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: 1.25rem;
    background: #fffffd;
    border: 0.0625rem solid #ebece5;
  }

  .main-catalog__top-wrapper {
    gap: 0;
  }

  .main-outro__inner {
    flex-direction: column;
    align-items: unset;
    gap: 0.625rem;
  }

  .main-outro a {
    margin-left: auto;
  }
}

@media (max-width: 51.87375em) {
  .header__buttons a,
  .header__buttons button {
    padding-inline: 1.25rem;
    font-size: 1rem;
  }

  .slider-block__top {
    display: block;
    margin-bottom: 2.5rem;
  }

  .slider-block__inner {
    margin-bottom: 2.5rem;
  }

  .promotions__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .peculiarities__content p {
    font-size: 1rem;
  }

  .banner__content {
    padding-bottom: 0;
  }

  .banner__inner {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
  }

  .banner__img {
    order: 1;
    margin-left: auto;
    right: -8.75rem;
    bottom: 0;
    position: relative;
    height: 25rem;
  }

  .gift__desc {
    gap: 2.5rem;
  }

  .gift__images {
    margin-top: 0;
  }

  .philosophy-desc__bottom {
    flex-direction: column;
    gap: 3.75rem;
  }

  .philosophy-desc__bottom-info {
    margin-top: 0;
    order: -1;
  }

  .philosophy-desc__bottom-img {
    align-self: flex-end;
  }

  .philosophy-desc__bottom-img img {
    max-width: 25rem;
  }

  .hero {
    margin-bottom: 5rem;
  }

  .form-one__quantity {
    margin-bottom: 1.875rem;
  }

  .form-one__choice {
    grid-template-columns: repeat(1, 1fr);
  }

  .form-one__choice label {
    max-width: 33.125rem;
  }

  .form-one__choice label:nth-child(2),
  .form-one__choice label:nth-child(3) {
    grid-column: unset;
  }

  .corporate-certificate__inner {
    flex-direction: column;
    gap: 2.8125rem;
  }

  .corporate-certificate__items > p {
    max-width: 100%;
  }

  .corporate-certificate__item {
    max-width: 100%;
  }

  .corporate-certificate__item-desc {
    max-width: 100%;
  }

  .corporate-certificate__img {
    max-width: 100%;
    margin-right: 0;
  }

  .list__bg {
    top: 3.125rem;
  }

  .list__inner {
    display: flex;
    gap: 1.5625rem;
    justify-content: space-between;
  }

  .list__left {
    margin-top: 0;
  }

  .list__right {
    margin-top: 5rem;
  }

  .list li:nth-child(2) {
    margin-top: 0;
    padding-bottom: 0;
  }

  .list li:last-child {
    margin-top: 0;
  }

  .list ul {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }

  /*.main-gift__content {
    padding-inline: 1.875rem;
  } */
}

@media (max-width: 47.99875em) {
  ol li {
    font-size: 1rem;
  }
  ul.wp-block-list li {
    font-size: 1rem;
  }

  .container,
  .container-fluid {
    padding-inline: 0.9375rem;
  }

  .buttons-style a,
  .buttons-style button {
    font-size: 1rem;
  }

  .breadcrumbs {
    padding-top: 9.0625rem;
  }

  .margin-bottom {
    margin-bottom: 7.5rem;
  }

  .description {
    margin-bottom: 3.125rem;
  }

  .description h1 {
    margin-bottom: 1.875rem;
  }

  .description p {
    font-size: 1rem;
  }

  .header {
    padding-top: 1.875rem;
  }

  .header__bottom {
    gap: 5rem;
  }

  .header__buttons {
    justify-content: flex-start;
    gap: 0.9375rem;
    flex-wrap: wrap;
    margin-block: 1.875rem;
  }

  .header__buttons button {
    order: -1;
  }

  .header__buttons a {
    color: #2b2a24;
  }

  .header__dropdown {
    margin-left: 0;
  }

  .header__dropdown ul {
    width: 13.375rem;
    right: auto;
    left: 0;
  }

  .header__open-menu {
    width: 2.5rem;
  }

  .menu {
    padding-block: 0 2.5rem;
  }

  .menu ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  .menu a {
    font-size: 1.125rem;
  }

  .documentation h1 {
    margin-bottom: 3.125rem;
  }

  .documentation__links a {
    padding-left: 1.25rem;
    font-size: 0.875rem;
  }

  .faq h1 {
    margin-bottom: 3.125rem;
  }

  .faq__item button {
    gap: 1.875rem;
    font-size: 1.125rem;
  }

  .faq__item--active button {
    padding-top: 1.25rem;
  }

  .faq__item-box {
    padding-left: 2.8125rem;
  }

  .faq__item-content {
    padding-block: 0 1.25rem;
  }

  .faq__item-content p {
    font-size: 1rem;
  }

  .delivery h1 {
    margin-bottom: 3.125rem;
  }

  .delivery__inner {
    gap: 3.75rem;
  }

  .delivery p,
  .delivery h3 {
    font-size: 1rem;
  }

  .delivery li::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0.375rem;
  }

  .blog {
    margin-bottom: 7.5rem;
  }

  .article__info:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .article__inner p:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .article__inner li::after {
    top: 0.375rem;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .article p {
    font-size: 1rem;
  }

  .article h4 {
    font-size: 1rem;
  }

  .slider-block__link {
    font-size: 1rem;
    text-decoration: unset;
  }

  .promotions__items {
    gap: 1.875rem 0.9375rem;
    margin-bottom: 7.5rem;
  }

  .promotions-item span {
    border-radius: 1.25rem;
  }

  .promotions-item img {
    border-radius: 1.5625rem 1.5625rem 1.25rem 1.25rem;
  }

  .promotions-item::after {
    border-radius: 1.5625rem 1.5625rem 1.25rem 1.25rem;
  }

  .promotion .breadcrumbs {
    margin-bottom: 2.8125rem;
  }

  .promotion__inner {
    flex-direction: column;
    gap: 2.1875rem;
  }

  .promotion__img {
    max-width: 100%;
  }

  .catalog {
    margin-bottom: 7.5rem;
  }

  .catalog__items {
    gap: 1.25rem 0.9375rem;
  }

  .copy a {
    font-size: 1rem;
  }

  .copy span {
    font-size: 1.375rem;
  }

  .salons {
    margin-bottom: 7.5rem;
  }

  .salons__items {
    gap: 3.125rem;
  }

  .salons-item__top {
    margin-bottom: 0.9375rem;
    display: block;
  }

  .salons-item__content {
    padding-inline: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }

  .salons-item__location {
    flex-direction: unset;
    margin-bottom: 1.25rem;
  }

  .salons-item .swiper-slide img {
    border-radius: 1.25rem;
  }

  .salons-item__sliders,
  .salons-item .swiper-slide {
    max-width: 100%;
  }

  .contacts__decor {
    width: 49.625rem;
    height: 35.75rem;
    right: -12.5rem;
  }

  .contacts__bottom {
    -webkit-column-gap: 6.25rem;
    -moz-column-gap: 6.25rem;
    column-gap: 6.25rem;
  }

  .salon {
    margin-bottom: 7.5rem;
  }

  .salon .salons-item {
    gap: 3.75rem;
  }

  .salon .salons-item__sliders,
  .salon .swiper-slide {
    aspect-ratio: 605/400;
  }

  .peculiarities {
    margin-bottom: 7.5rem;
  }

  .peculiarities h2 {
    margin-bottom: 2.5rem;
  }

  .peculiarities .swiper-slide {
    max-width: 23.75rem;
  }

  .peculiarities .swiper-slide:last-child {
    margin-right: 0.9375rem;
  }

  .peculiarities .container-fluid {
    padding-right: 0;
  }

  .peculiarities__box {
    gap: 1.5625rem;
  }

  .peculiarities__box-arrows {
    padding-right: 0.9375rem;
  }

  .salon-masters {
    margin-bottom: 7.5rem;
  }

  .masters .swiper-slide {
    max-width: 19.375rem;
  }

  .masters .swiper {
    overflow: visible;
  }

  .salon-banner {
    margin-bottom: 7.5rem;
  }

  .banner a,
  .banner h3 {
    font-size: 1rem;
  }

  .banner__content {
    padding-top: 3.125rem;
  }

  .banner__img {
    right: -6.875rem;
  }

  .banner__text {
    font-size: 1rem;
  }

  .category h1 {
    text-wrap: balance;
  }

  .accordion button {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }

  .accordion ol {
    padding-top: 1.25rem;
  }

  .accordion li::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0.375rem;
  }

  .accordion__item:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .accordion__item--active {
    padding-bottom: 1.25rem;
  }

  .accordion__item--active:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .programs__open-filter {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }

  .subscription .breadcrumbs {
    margin-bottom: 2.5rem;
  }

  .subscription__box {
    gap: 1.875rem;
    margin-bottom: 3.4375rem;
  }

  .subscription__img {
    border-radius: 1.5625rem;
  }

  .subscription ol:not(:last-child) {
    margin-bottom: 3.75rem;
  }

  .desc-block {
    max-width: 100%;
  }

  .desc-block button {
    font-size: 1rem;
    min-width: auto;
  }

  .desc-block__top span {
    font-size: 1.25rem;
  }

  .desc-block__text {
    font-size: 1rem;
  }

  .order__inner {
    max-width: 100%;
  }

  .certificate__info:not(:last-child) {
    margin-bottom: 3.75rem;
  }

  .certificate__info p:not(:last-child),
  .certificate__info span:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .certificate__info p {
    font-size: 1.125rem;
  }

  .certificate__info span {
    font-size: 1rem;
  }

  .subscriptions {
    margin-bottom: 6.25rem;
  }

  .subscriptions .breadcrumbs {
    margin-bottom: 2.5rem;
  }

  .subscriptions__item-info::after,
  .subscriptions__item-info::before {
    border-radius: 1.5625rem;
  }

  .subscriptions__item-info img {
    border-radius: 1.5625rem;
  }

  .subscriptions__item-buttons a {
    font-size: 1rem;
  }

  .rules li img {
    margin-top: 0.3125rem;
  }

  .form-basket__data {
    padding: 1.875rem;
    gap: 2.1875rem;
    border-radius: 1.25rem;
  }

  .form-basket__data h2 {
    font-size: 1.5625rem;
  }

  .form-basket__data-btn {
    font-size: 1rem;
  }

  .form-basket__item-controls p {
    font-size: 1rem;
  }

  .card {
    margin-bottom: 7.5rem;
  }

  .card .breadcrumbs {
    margin-bottom: 2.8125rem;
  }

  .card__details img {
    margin-bottom: 2.1875rem;
  }

  .info-card {
    gap: 2.1875rem;
  }

  .info-card:not(:last-child) {
    margin-bottom: 5.625rem;
  }

  .info-card h1 {
    font-size: 1.6875rem;
  }

  .info-card h2 {
    margin-bottom: 1.875rem;
  }

  .info-card__desc:not(:last-child) {
    padding-bottom: 2.5rem;
  }

  .info-card__desc > span {
    font-size: 1rem;
  }

  .info-card__desc-text p {
    font-size: 1rem;
  }

  .info-card__service:not(:last-child) {
    padding-bottom: 2.5rem;
  }

  .info-card__service ul {
    gap: 1.25rem;
  }

  .info-card__purchase:not(:last-child) {
    padding-bottom: 2.5rem;
  }

  .info-card__purchase ul {
    gap: 1.25rem;
  }

  .info-card__purchase-buttons button {
    padding-inline: 1.5625rem;
  }

  .work__inner {
    gap: 2.5rem;
  }

  .work__content-text p {
    font-size: 1rem;
  }

  .gift .breadcrumbs {
    margin-bottom: 1.875rem;
  }

  .gift__items {
    gap: 3.125rem;
  }

  .gift__item-text p {
    font-size: 1rem;
  }

  .choice__decor-two {
    right: -3.4375rem;
  }

  /*.form-choice__inputs {
    grid-template-columns: repeat(1, 1fr);
  } */

  .form-choice__inputs input:first-child {
    grid-column: unset;
  }

  .form-choice__desc span {
    font-size: 1.125rem;
  }

  .form-choice__desc span:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .form-choice__desc p {
    font-size: 1rem;
  }

  .philosophy-desc p {
    font-size: 1rem;
  }

  .philosophy-desc__inner {
    gap: 3.75rem;
  }

  .philosophy-desc__top {
    gap: 1.875rem;
  }

  .philosophy-desc__top-info h2 {
    margin-bottom: 2.1875rem;
  }

  .philosophy-desc__top-img > img {
    border-radius: 6.25rem 0;
    max-width: 100%;
    margin-top: -5rem;
  }

  .philosophy-desc__top-img span {
    position: relative;
    top: 0;
    left: 0;
  }

  .philosophy-desc__bottom {
    gap: 1.875rem;
  }

  .product__info {
    gap: 2.5rem;
  }

  .product__info-list {
    gap: 1.875rem;
  }

  .product__inner {
    gap: 3.75rem;
  }

  .product__inner > img {
    border-radius: 1.875rem;
  }

  .product__info-desc p {
    font-size: 1rem;
  }

  .outro h2 {
    line-height: 1.1;
  }

  .form-step__controls {
    gap: 1.25rem;
  }

  .form-step__controls button {
    font-size: 1rem;
    padding: 0.6875rem 0.9375rem;
  }

  .form-step .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
  }

  .form-three button {
    font-size: 1rem;
  }

  .hero-philosophy {
    margin-bottom: 5rem;
  }

  .hero-philosophy::after {
    background: rgba(0, 0, 0, 0.5);
  }

  .hero-content a {
    font-size: 1rem;
  }

  .hero-corporate {
    padding-bottom: 3.75rem;
  }

  .hero-corporate::after {
    background: rgba(0, 0, 0, 0.5);
  }

  .hero-corporate__inner {
    gap: 5rem;
  }

  .hero-corporate__desc {
    align-items: flex-start;
  }

  .hero-corporate__desc a {
    display: flex;
  }

  .hero-corporate__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .hero-corporate__item {
    max-width: 100%;
  }

  .corporate-certificate {
    margin-bottom: 11.875rem;
  }

  .main-copy {
    margin-bottom: 8.75rem;
  }

  .main-catalog .salons-item {
    gap: 1.5625rem;
  }

  .main-gift img {
    border-radius: 1.25rem;
  }

  /*.main-gift__content {
    align-items: flex-start;
    padding-top: 3.125rem;
  } */

  .main-banner {
    margin-bottom: 6.25rem;
  }

  .main-promotion {
    margin-bottom: 9.375rem;
  }

  .main-promotion__bg {
    max-width: 56.25rem;
    top: -5rem;
  }

  .main-outro {
    margin-bottom: 6.25rem;
    padding-top: 1.875rem;
  }

  .main-outro__desc h2 {
    margin-bottom: 1.5625rem;
  }

  .main-outro__desc p {
    font-size: 1rem;
  }

  .big-corporate {
    padding-bottom: 7.5rem;
  }

  .big-corporate__bg {
    height: 62.5rem;
  }

  .footer {
    padding-block: 3.125rem;
  }
}

@media (max-width: 43.12375em) {
  .blog__items {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 2.5rem;
  }

  .blog-item p {
    min-height: auto;
  }

  .catalog__items {
    gap: 1.5625rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .catalog-slider .swiper-slide {
    max-width: 22.5rem;
  }

  .catalog-slider .swiper {
    overflow: visible;
  }

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

  .contacts__item {
    max-width: 100%;
  }

  .contacts__item span {
    line-height: 1.37;
  }

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

  .programs .category__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .certificates {
    margin-bottom: 3.125rem;
  }

  .certificates__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
  }

  .certificates__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9375rem;
  }

  .certificates__item-info {
    max-width: 100%;
  }

  .certificates__item-buttons {
    grid-column: span 2;
    flex-direction: unset;
  }

  .info-card__purchase-buttons {
    gap: 0.625rem;
  }

  .modal {
    background-color: #fffffd;
    padding-block: 0;
  }

  .modal__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 6.875rem 0;
  }

  .modal__form {
    max-width: 100%;
  }

  .modal__form p {
    font-size: 1rem;
  }

  .modal__form button {
    font-size: 1rem;
  }

  .modal__form-inputs {
    grid-template-columns: repeat(1, 1fr);
  }

  .modal__form-inputs input:first-child {
    grid-column: unset;
  }

  .modal__close {
    right: 0;
    top: 1.875rem;
  }

  .modal .container {
    height: 100%;
  }

  .gift__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
  }

  .philosophy-desc__top-img > img {
    border-radius: 3.125rem 0;
    margin-top: -3.4375rem;
  }

  .philosophy-desc__top-img span {
    max-width: 8.4375rem;
  }

  .philosophy-desc__top-img span img:first-child {
    max-width: 4.375rem;
  }

  .philosophy-desc__bottom-img img {
    max-width: 16.875rem;
  }

  .form-step {
    padding: 2.5rem 1.25rem 1.25rem;
    border-radius: 1.5625rem;
  }

  .form-step .quantity {
    width: 6.5625rem;
    height: 2.1875rem;
  }

  .form-step .quantity__button {
    flex: 0 0 2.1875rem;
  }

  .form-step .quantity__input input {
    font-size: 1rem;
  }

  .form-step .quantity__button--minus {
    border-radius: 0.9375rem 0 0 0.9375rem;
  }

  .form-step .quantity__button--minus::before {
    font-size: 1rem;
  }

  .form-step .quantity__button--plus {
    border-radius: 0 0.9375rem 0.9375rem 0;
  }

  .form-step .quantity__button--plus::after {
    font-size: 1.25rem;
  }

  .form-one__quantity p {
    font-size: 1rem;
  }

  .form-one__choice p {
    font-size: 1rem;
  }

  .form-one__choice label {
    padding-left: 2.5rem;
  }

  .form-one__choice img {
    width: 4.875rem;
    height: 4.0625rem;
    top: -1.25rem;
    right: -0.3125rem;
  }

  .form-two h2 {
    margin-bottom: 2.1875rem;
  }

  .form-two span {
    font-size: 1rem;
    padding-inline: 0.9375rem;
  }

  .form-two__type {
    gap: 0.9375rem;
    margin-bottom: 2.1875rem;
    flex-direction: column;
  }

  .form-two__type-desc h3 {
    font-size: 1rem;
  }

  .form-two__choice-labels {
    flex-wrap: wrap;
  }

  .form-two__choice {
    row-gap: 2.1875rem;
    margin-bottom: 2.5rem;
  }

  .form-three__inputs {
    grid-template-columns: repeat(1, 1fr);
  }

  .form-three__inputs input:first-child {
    grid-column: unset;
  }

  .list__inner {
    gap: 1.25rem;
  }

  .list li {
    padding-inline: 0;
  }

  .main-catalog .salons-item__location {
    flex-direction: unset;
  }

  .main-catalog .salons-item__top {
    flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 2.5rem;
  }

  .main-catalog .salons-item__contacts {
    margin-bottom: 0;
    order: 0;
  }

  .main-catalog .salons-item__contacts span {
    text-align: left;
  }

  .main-gift h2 {
    font-size: 1.75rem;
    max-width: 17.5rem;
  }

  .main-outro a {
    max-width: 8.4375rem;
  }

  .main-outro a svg {
    max-width: 2.1875rem;
  }
}

@media (max-width: 29.99875em) {
  ol li {
    font-size: 0.875rem;
  }
  ul.wp-block-list li {
    font-size: 0.875rem;
  }

  .style-list {
    gap: 0.875rem;
  }

  .style-list li {
    padding-left: 1.3125rem;
  }

  .style-list li::after {
    top: 0.53125rem;
    width: 0.25rem;
    height: 0.25rem;
    left: 0.5rem;
  }

  .input-style input,
  .input-style textarea {
    font-size: 0.875rem;
  }

  .input-style input::placeholder,
  .input-style textarea::placeholder {
    font-size: 0.875rem;
  }

  .input-style label {
    font-size: 0.6875rem;
    padding-left: 1.75rem;
  }

  .input-style label span {
    width: 1.125rem;
    height: 1.125rem;
  }

  .input-style label span::after {
    width: 0.625rem;
    height: 0.625rem;
  }

  .buttons-style a,
  .buttons-style button {
    font-size: 0.875rem;
    padding-block: 0.625rem;
  }

  .breadcrumbs {
    padding-top: 6.875rem;
    margin-bottom: 0.9375rem;
  }

  .breadcrumbs__list-item {
    font-size: 0.75rem;
  }

  .breadcrumbs__list-item::after {
    font-size: 0.75rem;
  }

  .pagination a,
  .pagination span {
    font-size: 0.875rem;
    min-width: 1.5625rem;
    min-height: 1.5625rem;
  }

  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 2.25rem;
    height: 1.75rem;
  }

  .swiper-prev svg,
  .swiper-next svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }

  .swiper-pagination {
    padding: 0.4375rem;
    gap: 0.3125rem;
  }

  .swiper-pagination-bullet {
    width: 0.4375rem;
    height: 0.4375rem;
  }

  .description h1 {
    margin-bottom: 1.25rem;
  }

  .description p {
    font-size: 0.875rem;
  }

  .noUi-horizontal .noUi-handle {
    width: 0.8125rem;
    height: 0.8125rem;
    top: -0.375rem;
    right: -0.8125rem;
  }

  .header__top {
    margin-bottom: 0;
  }

  .header__buttons a,
  .header__buttons button {
    font-size: 0.875rem;
    padding: 0.625rem 1.5625rem;
  }

  .header__buttons a {
    color: #4a6444;
    border-color: #4a6444 !important;
  }

  .header__dropdown button,
  .header__dropdown a,
  .header__dropdown span {
    font-size: 0.875rem;
  }

  .header__dropdown ul {
    padding: 0.625rem 0.75rem;
    width: 12.1875rem;
    margin-top: 0.9375rem;
  }

  .header__dropdown ul li:not(:last-child) {
    padding-bottom: 0.3125rem;
    margin-bottom: 0.3125rem;
  }

  .header__languages {
    gap: 0.625rem;
  }

  .header__languages button {
    font-size: 0.875rem;
  }

  .header__open-menu {
    width: 1.875rem;
    height: 1rem;
  }

  .header__open-menu::after {
    -webkit-transform: translateY(0.4375rem);
    -ms-transform: translateY(0.4375rem);
    transform: translateY(0.4375rem);
  }

  .header__open-menu::before {
    -webkit-transform: translateY(-0.4375rem);
    -ms-transform: translateY(-0.4375rem);
    transform: translateY(-0.4375rem);
  }

  .logo__default,
  .logo__color,
  .logo > a {
    margin-bottom: 0.9375rem;
  }

  .menu ul {
    gap: 0.9375rem;
  }

  .menu a {
    font-size: 1rem;
  }

  .documentation__links a {
    padding-inline: 0.9375rem 2.8125rem;
    padding-block: 0.625rem;
    font-size: 0.75rem;
  }

  .documentation__links a::after {
    max-width: 1.4375rem;
    right: 0.4375rem;
  }

  .faq__item button {
    font-size: 0.875rem;
  }

  .faq__item button img {
    width: 0.6875rem;
    height: 0.75rem;
  }

  .faq__item-box {
    padding-left: 2.5rem;
  }

  .faq__item-content p {
    font-size: 0.875rem;
  }

  .delivery p,
  .delivery h3 {
    font-size: 0.875rem;
  }

  .delivery p:not(:last-child),
  .delivery h3:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .delivery ul:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .delivery li {
    padding-left: 1.0625rem;
  }

  .delivery li:not(:last-child) {
    margin-bottom: 0.3125rem;
  }

  .delivery li::after {
    width: 0.4375rem;
    height: 0.4375rem;
  }

  .delivery h2 {
    font-size: 1.25rem;
  }

  .delivery h2:not(:last-child) {
    margin-bottom: 1.1875rem;
  }

  .blog-item {
    min-height: 11.25rem;
    padding-block: 0.9375rem;
  }

  .blog-item p {
    font-size: 0.875rem;
  }

  .blog-item data {
    font-size: 0.75rem;
  }

  .article__info:not(:last-child) {
    margin-bottom: 0.9375rem;
  }
  .article__inner p:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .article__inner li {
    padding-left: 1.0625rem;
  }

  .article__inner li:not(:last-child) {
    margin-bottom: 0.3125rem;
  }

  .article__inner li::after {
    width: 0.4375rem;
    height: 0.4375rem;
  }

  .article h2,
  .blog-single h1 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }

  .article p {
    font-size: 0.875rem;
  }

  .article h3,
  .blog-single h2 {
    font-size: 1rem;
  }

  .article h4 {
    font-size: 0.875rem;
  }

  .article .breadcrumbs {
    margin-bottom: 2.5rem;
  }

  .slider-block__top {
    margin-bottom: 1.875rem;
  }

  .slider-block__link {
    font-size: 0.875rem;
    padding: 0.625rem 0.9375rem;
  }

  .slider-block__inner {
    margin-bottom: 1.875rem;
  }

  .slider-block__arrows {
    gap: 0.9375rem;
  }

  .promotions {
    margin-bottom: 3.75rem;
  }

  .promotions__items {
    -webkit-column-gap: 0.3125rem;
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
  }

  .promotion .breadcrumbs {
    margin-bottom: 1.875rem;
  }

  .promotion__content h1 {
    font-size: 1.25rem;
    margin-bottom: 0.9375rem;
  }

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

  .promotion__content-desc p,
  .promotion__content-desc span,
  .promotion__content-desc data {
    font-size: 0.875rem;
  }

  .promotion__content-desc data:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .promotion__content-buttons {
    flex-wrap: wrap;
  }

  .promotion__content-buttons button {
    padding-inline: 1.5625rem;
  }

  .catalog-item {
    min-height: 15rem;
  }

  .catalog-item h2,
  .catalog-item h3 {
    font-size: 1.5rem;
  }

  .catalog-item img {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: 0 1.25rem 1.25rem auto;
  }

  .copy > img {
    max-width: 19.375rem;
  }

  .copy a {
    font-size: 0.875rem;
    padding: 0.75rem 0.9375rem;
  }

  .copy a img {
    width: 0.8125rem;
    height: 0.8125rem;
  }

  .copy span {
    font-size: 0.875rem;
    max-width: 18.75rem;
  }

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

  .salons__items {
    gap: 2.5rem;
  }

  .salons-item h2,
  .salons-item h1 {
    font-size: 1rem;
  }

  .salons-item address {
    font-size: 0.875rem;
  }

  .salons-item__top {
    order: -1;
    margin-bottom: 0.625rem;
  }

  .salons-item__location {
    gap: 0.625rem;
  }

  .salons-item__location span {
    font-size: 0.75rem;
    gap: 0.3125rem;
    padding-block: 0.3125rem;
  }

  .salons-item__location img {
    width: 0.875rem;
    height: 0.875rem;
  }

  .salons-item__contacts {
    order: -1;
    margin-bottom: 0.9375rem;
  }

  .salons-item__contacts span {
    font-size: 0.75rem;
    text-align: center;
    margin-bottom: 0;
  }

  .salons-item__contacts a,
  .salons-item__contacts time {
    font-size: 0.875rem;
  }

  .salons-item__buttons button {
    padding-inline: 1.5625rem;
  }

  .salons-item__buttons img {
    width: 0.8125rem;
    height: 0.8125rem;
  }

  .salons-item__text {
    font-size: 0.875rem;
    margin-bottom: 1.5625rem;
  }

  .contacts h1 {
    margin-bottom: 3.4375rem;
  }

  .contacts__decor {
    top: -1.5625rem;
    right: -15.625rem;
    opacity: 0.7;
  }

  .contacts__items {
    margin-bottom: 2.1875rem;
  }

  .contacts__item {
    padding-left: 2.125rem;
    gap: 0.75rem;
  }

  .contacts__item::after {
    width: 1.25rem;
    height: 1.25rem;
    top: 0;
  }

  .contacts__item span {
    font-size: 1rem;
  }

  .contacts__item > a,
  .contacts__item p {
    font-size: 0.875rem;
  }

  .contacts__bottom {
    gap: 2.1875rem;
    flex-direction: column;
  }

  .contacts__socials span {
    font-size: 0.875rem;
    margin-bottom: 0.8125rem;
  }

  .contacts__socials-links svg {
    width: 1.875rem;
    height: 1.875rem;
  }

  .contacts__mail a {
    font-size: 1.125rem;
  }

  .contacts__mail span {
    margin-bottom: 0;
  }

  .salon .breadcrumbs {
    margin-bottom: 2.5rem;
  }

  .salon .salons-item__location {
    margin-bottom: 1.5625rem;
  }

  .salon .salons-item__contacts span {
    text-align: left;
  }

  .peculiarities h2 {
    margin-bottom: 1.875rem;
  }

  .peculiarities__inner {
    padding-block: 2.1875rem 0.9375rem;
  }

  .peculiarities .swiper-slide {
    max-width: 16.75rem;
  }

  .peculiarities__content img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .peculiarities__content h3 {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }

  .peculiarities__content p {
    font-size: 0.875rem;
  }

  .masters .swiper-slide {
    max-width: 16.875rem;
  }

  .masters-item h3 {
    font-size: 1.125rem;
  }

  .masters-item dt {
    font-size: 0.75rem;
  }

  .masters-item__experience dd {
    font-size: 0.875rem;
  }

  .masters-item__strength span {
    width: 0.6875rem;
    height: 0.6875rem;
  }

  .masters-item__box {
    padding-inline: 0.9375rem;
  }

  .masters-item__box span {
    font-size: 1.25rem;
  }

  .masters-item__text {
    padding-inline: 0.9375rem;
  }

  .masters-item__text p {
    font-size: 0.875rem;
  }

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

  .banner a {
    font-size: 0.875rem;
    padding: 0.6875rem 1.25rem;
  }

  .banner h3 {
    font-size: 0.75rem;
  }

  .banner__img {
    width: 17.9375rem;
    height: 15.625rem;
    right: -4.6875rem;
  }

  .banner__titles {
    margin-bottom: 1.25rem;
  }

  .banner__text {
    font-size: 0.875rem;
  }

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

  .category-item > img {
    border-radius: 1.25rem;
    margin-bottom: 0.9375rem;
  }

  .category-item h2,
  .category-item h3 {
    font-size: 1rem;
    margin-bottom: 0.4375rem;
  }

  .category-item p {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
  }

  .category-item button {
    font-size: 0.875rem;
  }

  .category-item data {
    font-size: 1.25rem;
  }

  .category-item__buttons {
    margin-bottom: 0.9375rem;
  }

  .category-item__price a {
    gap: 0.9375rem;
    font-size: 0.875rem;
  }

  .category-item__price a img {
    max-width: 1.5rem;
  }

  .accordion button {
    margin-bottom: 0.75rem;
  }

  .accordion button::after {
    width: 0.875rem;
  }

  .accordion button::before {
    height: 0.875rem;
    right: 0.375rem;
  }

  .accordion ol {
    gap: 0.625rem;
    padding-top: 0.75rem;
  }

  .accordion li {
    padding-left: 1.0625rem;
  }

  .accordion li::after {
    width: 0.4375rem;
    height: 0.4375rem;
  }

  .accordion__item:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .accordion__item--active {
    padding-bottom: 0.75rem;
  }

  .accordion__item--active:not(:last-child) {
    margin-bottom: 1.875rem;
  }

  .programs__filter {
    padding-top: 2.5rem;
  }

  .programs__filter h2 {
    margin-bottom: 1.875rem;
  }

  .programs__filter button {
    right: 0.9375rem;
    top: 1.875rem;
  }

  .programs__open-filter {
    font-size: 0.875rem;
    padding: 0.4375rem 0.9375rem;
  }

  .form-filter__box > span {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
  }

  .form-filter__box:not(:last-child) {
    margin-bottom: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .form-filter__labels {
    gap: 0.625rem;
  }

  .form-filter__labels label {
    font-size: 0.875rem;
    padding-left: 1.5625rem;
  }

  .form-filter__labels span {
    width: 1rem;
    height: 1rem;
  }

  .form-filter__labels span::after {
    width: 0.625rem;
    height: 0.625rem;
  }

  .form-filter__box-inner {
    padding-top: 0.125rem;
  }

  .form-filter__box-inputs input {
    font-size: 0.875rem;
  }

  .subscription .breadcrumbs {
    margin-bottom: 1.25rem;
  }

  .desc-block {
    gap: 0.9375rem;
  }

  .desc-block button {
    font-size: 0.875rem;
    padding-block: 0.6875rem;
  }

  .desc-block__top {
    gap: 0.375rem;
  }

  .desc-block__top h1 {
    font-size: 1.5rem;
  }

  .desc-block__top span {
    font-size: 0.875rem;
  }

  .desc-block__sum span {
    margin-bottom: 0.3125rem;
  }

  .desc-block__sum data {
    font-size: 1.5rem;
  }

  .desc-block__text {
    font-size: 0.875rem;
  }

  .order__inner {
    padding: 4.375rem 0.9375rem 2.5rem;
  }

  .order__title {
    margin-bottom: 0.9375rem;
  }

  .order__title button {
    position: absolute;
    top: -2.1875rem;
    right: 0;
  }

  .order__title h2 {
    font-size: 1.75rem;
  }

  .form-order label {
    font-size: 0.875rem;
  }

  .form-order__top {
    margin-bottom: 2.0625rem;
  }

  .form-order__item {
    gap: 2.8125rem;
    padding-block: 1.25rem;
  }

  .form-order__list:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .form-order__item-product {
    gap: 1.5rem;
  }

  .form-order__inputs {
    gap: 1.25rem;
    margin-bottom: 2.0625rem;
  }

  .form-order__choice {
    margin-bottom: 2.0625rem;
  }

  .form-order__choice label {
    padding-left: 1.875rem;
  }

  .form-order__choice label:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .form-order__choice span {
    width: 0.9375rem;
    height: 0.9375rem;
  }

  .form-order__choice span::after {
    width: 0.9375rem;
    height: 0.9375rem;
  }

  .form-order__email {
    margin-bottom: 1.875rem;
  }

  .form-order__email h3 {
    margin-bottom: 0.3125rem;
  }

  .form-order__check {
    padding-left: 1.6875rem;
  }

  .form-order__check span {
    width: 1rem;
    height: 1rem;
  }

  .form-order__check span::after {
    width: 1rem;
    height: 1rem;
  }

  .form-order__submit {
    font-size: 0.875rem;
    min-width: 8.5rem;
  }

  .form-order__total {
    font-size: 1rem;
  }

  .certificate__images {
    -webkit-filter: drop-shadow(0 0.3125rem 0.8125rem rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 0.3125rem 0.8125rem rgba(0, 0, 0, 0.25));
  }

  .certificate__images img:last-child {
    right: -1.875rem;
  }

  .certificate .desc-block__text {
    font-size: 0.875rem;
  }

  .certificate__info p,
  .certificate__info span {
    font-size: 0.875rem;
  }

  .certificate__info p:not(:last-child),
  .certificate__info span:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .certificate h1 {
    font-size: 1.25rem;
  }

  .subscriptions .breadcrumbs {
    margin-bottom: 1.25rem;
  }

  .subscriptions__items {
    gap: 1.875rem;
  }

  .subscriptions__item-info {
    margin-bottom: 1.25rem;
    padding: 1.25rem;
  }

  .subscriptions__item-promo {
    gap: 0.5rem;
  }

  .subscriptions__item-promo:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .subscriptions__item-promo span {
    border-radius: 5rem;
    font-size: 0.875rem;
  }

  .subscriptions__item-price {
    gap: 0.3125rem;
  }

  .subscriptions__item-price span {
    font-size: 0.875rem;
  }

  .subscriptions__item-price data {
    font-size: 1.75rem;
  }

  .subscriptions__item-buttons {
    flex-wrap: wrap;
  }

  .subscriptions__item-buttons a {
    font-size: 0.875rem;
  }

  .subscriptions__item-buttons a:last-child {
    padding-inline: 1.5625rem;
  }

  .rules {
    padding-block: 5.625rem 7.5rem;
  }

  .rules::after {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(8.43%, #f6f6f3),
      color-stop(40%, rgba(255, 255, 255, 0))
    );
    background: linear-gradient(
      180deg,
      #f6f6f3 8.43%,
      rgba(255, 255, 255, 0) 40%
    );
  }

  .rules h2 {
    margin-bottom: 3.75rem;
  }

  .rules li {
    font-size: 0.875rem;
    line-height: normal;
  }

  .rules li:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .rules li img {
    max-width: 1.4375rem;
  }

  .certificates h1 {
    margin-bottom: 3.4375rem;
  }

  .certificates h2 {
    font-size: 0.875rem;
    margin-top: 0.1875rem;
  }

  .certificates h2 span {
    margin-top: 0;
  }

  .certificates__item-info {
    gap: 0.625rem;
  }

  .certificates__item-price span {
    font-size: 0.75rem;
  }

  .certificates__item-price data {
    font-size: 1.25rem;
  }

  .certificates__item-buttons {
    gap: 0.625rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(9.375rem, 1fr));
  }

  .basket .breadcrumbs {
    margin-bottom: 2.8125rem;
  }

  .form-basket {
    gap: 3.75rem;
  }

  .form-basket__data {
    padding-inline: 0.9375rem;
    gap: 0;
  }

  .form-basket__data h2 {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }

  .form-basket__data-inputs {
    margin-bottom: 1.25rem;
  }

  .form-basket label {
    margin-bottom: 1.25rem;
  }

  .form-basket__data-total {
    margin-bottom: 1.25rem;
  }

  .form-basket__data-total span {
    font-size: 1.125rem;
  }

  .form-basket__data-btn {
    font-size: 0.875rem;
    padding-block: 0.6875rem;
  }

  .form-basket__product h2 {
    margin-bottom: 2.1875rem;
  }

  .form-basket__item-controls {
    gap: 1.25rem;
  }

  .form-basket__item {
    flex-direction: column;
    gap: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .info-card {
    gap: 1.5625rem;
  }

  .info-card h1 {
    font-size: 1.125rem;
  }

  .info-card h2 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }

  .info-card__desc:not(:last-child) {
    padding-bottom: 1.875rem;
  }

  .info-card__desc > span {
    font-size: 0.875rem;
  }

  .info-card__desc a, .salons-item__read-more {
    font-size: 0.875rem;
  }

  .info-card__desc-top {
    flex-direction: column;
    gap: 0.9375rem;
    align-items: flex-start;
  }

  .info-card__desc-top span {
    font-size: 0.875rem;
    padding-block: 0.375rem;
  }

  .info-card__desc-top span svg {
    width: 0.6875rem;
    height: 0.625rem;
  }

  .info-card__desc-text p {
    font-size: 0.875rem;
  }

  .info-card__service:not(:last-child) {
    padding-bottom: 1.875rem;
  }

  .info-card__service img {
    width: 1.125rem;
    height: 1.125rem;
  }

  .info-card__service ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.9375rem;
  }

  .info-card__service li {
    gap: 0.625rem;
    font-size: 0.875rem;
  }

  .info-card__purchase:not(:last-child) {
    padding-bottom: 1.875rem;
  }

  .info-card__purchase img {
    width: 1.125rem;
    height: 1.125rem;
  }

  .info-card__purchase ul {
    gap: 0.9375rem;
  }

  .info-card__purchase li {
    gap: 0.625rem;
    font-size: 0.875rem;
  }

  .info-card__purchase-buttons a,
  .info-card__purchase-buttons button {
    padding-inline: 0.9375rem;
  }

  .info-card .category-item data {
    font-size: 1.5rem;
  }

  .work__content-text p {
    font-size: 0.875rem;
  }

  .modal textarea {
    margin-bottom: 1.5625rem;
  }

  .modal h2:not(:last-child) {
    margin-bottom: 0.4375rem;
  }

  .modal__form p {
    font-size: 0.875rem;
  }

  .modal__form button {
    font-size: 0.875rem;
    padding-block: 0.6875rem;
  }

  .modal__close {
    top: 2.5rem;
  }

  .master-modal {
    background-color: #fffffd;
    padding-block: 0;
  }

  .master-modal__inner {
    padding-block: 3.125rem 7.5rem;
    max-width: 100%;
  }

  .master-modal .container {
    height: 100%;
  }

  .master-modal .masters-item__country {
    gap: 0.625rem;
  }

  .master-modal .masters-item__country img {
    width: 1.25rem;
    height: 0.875rem;
  }

  .master-modal .masters-item__country dt {
    font-size: 0.875rem;
  }

  .master-modal__close {
    position: static;
    margin-bottom: 3.75rem;
    margin-left: auto;
  }

  .gift .breadcrumbs {
    margin-bottom: 1.25rem;
  }

  .gift__items {
    margin-bottom: 3.125rem;
  }

  .gift__item {
    gap: 0.9375rem;
  }

  .gift__item a {
    min-width: auto;
    padding-inline: 0.9375rem;
  }

  .gift__item h2:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .gift__item-text:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .gift__item-text p {
    font-size: 0.875rem;
  }

  .gift__list {
    -webkit-column-gap: 0.9375rem;
    -moz-column-gap: 0.9375rem;
    column-gap: 0.9375rem;
  }

  .gift__list li {
    gap: 0.9375rem;
    font-size: 0.875rem;
  }

  .gift__list img {
    width: 2.375rem;
    height: 1.75rem;
  }

  .gift__desc {
    margin-bottom: 11.25rem;
  }

  .gift__desc-title h1 {
    line-height: 1.2;
  }

  .gift__desc-title button {
    padding-inline: 0.9375rem;
  }

  .gift__images {
    -webkit-filter: drop-shadow(0 0.3125rem 0.8125rem rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 0.3125rem 0.8125rem rgba(0, 0, 0, 0.25));
  }

  .choice {
    margin-bottom: 3.125rem;
  }

  .choice__inner {
    padding-bottom: 10rem;
    min-height: 21.875rem;
  }

  .choice__decor-one {
    max-width: 8.5625rem;
  }

  .choice__decor-two {
    max-width: 10.4375rem;
    bottom: -2.1875rem;
    right: -2.1875rem;
  }

  .form-choice label {
    margin-bottom: 1.25rem;
  }

  /*.form-choice__buttons {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(10.625rem, 1fr));
  } */

  .form-choice__buttons button {
    padding-inline: 1.5625rem;
  }

  .form-choice__buttons a img {
    max-width: 0.8125rem;
    width: 100%;
  }

  .form-choice__inputs {
    margin-bottom: 1.25rem;
  }

  .form-choice__desc {
    margin-bottom: 1.875rem;
  }

  .form-choice__desc h2:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .form-choice__desc span {
    font-size: 0.875rem;
  }

  .form-choice__desc span:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .form-choice__desc p {
    font-size: 0.875rem;
  }

  .philosophy-desc p {
    font-size: 0.875rem;
  }

  .philosophy-desc p:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .product__info-desc h2 {
    margin-bottom: 1.5625rem;
  }

  .product__info-desc p {
    font-size: 0.875rem;
  }

  .outro button {
    padding-inline: 1.5625rem;
  }

  .hero {
    margin-bottom: 3.75rem;
  }

  .form-step .swiper-wrapper {
    margin-bottom: 3.75rem;
  }

  .form-step__controls {
    justify-content: center;
  }

  .form-step__controls button {
    font-size: 0.875rem;
  }

  .form-step__pagination {
    gap: 0.625rem;
  }

  .form-one h2 {
    margin-bottom: 1.875rem;
  }

  .form-one__quantity p {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
  }

  .form-one__choice {
    gap: 1.25rem;
  }

  .form-one__choice label {
    font-size: 1rem;
    gap: 0.3125rem;
    padding: 0.9375rem 1.25rem 0.9375rem 2.1875rem;
  }

  .form-one__choice span {
    font-size: 0.875rem;
  }

  .form-one__choice img {
    top: -0.9375rem;
    right: 0;
  }

  .form-one__choice p {
    font-size: 0.875rem;
  }

  .form-two h2 {
    margin-bottom: 1.5625rem;
  }

  .form-two h4 {
    font-size: 0.875rem;
    margin-bottom: 0.9375rem;
  }

  .form-two span {
    font-size: 0.8125rem;
    padding-block: 0.4375rem;
  }

  .form-two__type-desc p {
    font-size: 0.875rem;
    margin-bottom: 0;
  }

  .form-two__choice-labels {
    gap: 0.3125rem;
  }

  .form-two__choice {
    gap: 1.5625rem;
  }

  .form-two__file label {
    font-size: 0.875rem;
    padding: 0.4375rem 0.4375rem 0.4375rem 0.9375rem;
  }

  .form-two__file img {
    max-width: 1.625rem;
  }

  .form-two__preview {
    padding-left: 0.9375rem;
  }

  .form-three button {
    font-size: 0.875rem;
    padding-block: 0.625rem;
  }

  .form-three textarea,
  .form-three label {
    margin-bottom: 0.9375rem;
  }

  .hero-content p:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .hero-content a {
    font-size: 0.875rem;
    padding: 0.6875rem 0.9375rem;
  }

  .hero-content a img {
    width: 0.8125rem;
    height: 0.8125rem;
  }

  .hero-corporate {
    min-height: 52.75rem;
    margin-bottom: 3.4375rem;
  }

  .hero-corporate__inner {
    gap: 3.125rem;
  }

  .hero-corporate__desc p {
    font-size: 0.875rem;
  }

  .hero-corporate__desc a {
    font-size: 0.875rem;
    padding: 0.6875rem 0.9375rem;
  }

  .hero-corporate__desc a img {
    width: 0.8125rem;
    height: 0.8125rem;
  }

  .hero-corporate__item {
    gap: 0.625rem;
  }

  .hero-corporate__item p {
    font-size: 0.875rem;
  }

  .hero-corporate__item-top span {
    font-size: 1rem;
  }

  .hero-corporate__item-top img {
    width: 2.0625rem;
    height: 1.25rem;
  }

  .corporate-certificate h2 {
    line-height: normal;
  }

  .corporate-certificate__items {
    gap: 1.25rem;
  }

  .corporate-certificate__items > p {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }

  .corporate-certificate__item img {
    width: 2.75rem;
    height: 1.9375rem;
  }

  .corporate-certificate__item-desc h3 {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }

  .corporate-certificate__item-desc p {
    font-size: 0.875rem;
    line-height: 1.42;
  }

  .list__bg {
    max-width: 49.625rem;
    left: 65%;
    top: 15.9375rem;
  }

  .list__inner {
    gap: 0.3125rem;
  }

  .list__inner img {
    max-width: 7.5rem;
  }

  .list__right {
    margin-top: 3.75rem;
  }

  .list span {
    font-size: 0.75rem;
  }

  .list p {
    font-size: 0.625rem;
  }

  .list ul {
    gap: 3.75rem;
  }

  .main-catalog__top .swiper-pagination {
    margin-top: 0;
    position: absolute;
    z-index: 250;
    bottom: 0.90625rem;
    left: 0.625rem;
    border: none;
    background-color: #f6f6f3;
  }

  .main-catalog__item-link {
    padding-left: 6.25rem;
  }

  .main-catalog__slider h4 {
    font-size: 1rem;
  }

  .main-catalog__slider-controls {
    gap: 0.625rem;
  }

  .main-catalog__slider-controls svg {
    width: 1.6875rem;
    height: 1.3125rem;
  }

  .main-catalog__slider-swiper {
    padding-bottom: 0.625rem;
  }

  .main-catalog .salons-item {
    gap: 1.25rem;
  }

  .main-catalog .salons-item__location span {
    gap: 0.3125rem;
    font-size: 0.75rem;
    padding-block: 0.3125rem;
  }

  .main-catalog .salons-item__location img {
    width: 0.875rem;
    height: 0.875rem;
  }

  .main-catalog .salons-item__top {
    margin-bottom: 1.25rem;
    gap: 0.9375rem;
  }

  .main-catalog .salons-item__buttons {
    margin-bottom: 1.5625rem;
    justify-content: flex-start;
  }

  .main-catalog .salons-item__buttons a {
    min-width: auto;
    padding-inline: 0.9375rem;
  }

  .main-catalog .swiper-prev svg,
  .main-catalog .swiper-next svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }

  .main-gift h2 {
    font-size: 1.5rem;
    max-width: 15.625rem;
  }

  .main-gift__arrows {
    gap: 0.9375rem;
  }

  .main-promotion__bg {
    max-width: 49.625rem;
    top: -8.75rem;
    left: 65%;
  }

  .main-outro__desc p {
    font-size: 0.875rem;
  }

  .big-corporate__bg {
    height: 55.625rem;
  }

  .footer {
    padding-block: 2.5rem;
  }

  .footer__inner {
    gap: 2.1875rem;
  }

  .footer__box {
    flex-direction: column;
    gap: 0;
  }

  .footer__info {
    margin-bottom: 1.25rem;
    gap: 0.75rem;
  }

  .footer__info-phone {
    order: 0;
    font-size: 0.875rem;
  }

  .footer__copy {
    order: 0;
    gap: 1.875rem;
    margin-bottom: 1.875rem;
  }

  .footer__copy span {
    max-width: 10.9375rem;
  }

  .footer__copy-links a {
    font-size: 0.75rem;
  }

  .footer__decor {
    font-size: 0.75rem;
    max-width: 11.875rem;
  }

  .footer__decor img {
    max-width: 1.5625rem;
  }

  .footer__nav {
    -webkit-column-gap: 3.75rem;
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
  }

  .footer__nav a {
    font-size: 0.875rem;
  }
}

@media (any-hover: hover) {
  .input-style label a:hover {
    color: #7b7b79;
  }

  .buttons-style a:hover,
  .buttons-style button:hover {
    opacity: 0.7;
  }

  .breadcrumbs__list-link:hover {
    opacity: 0.6;
  }

  .pagination a:hover {
    opacity: 1;
  }

  .header__buttons a:hover,
  .header__buttons button:hover {
    opacity: 0.7;
  }

  .header__dropdown button:hover,
  .header__dropdown a:hover,
  .header__dropdown span:hover {
    opacity: 0.5;
  }

  .menu a:hover {
    opacity: 0.5;
  }

  .documentation__links a:hover {
    opacity: 0.6;
  }

  .blog-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .slider-block__link:hover {
    opacity: 0.7;
  }

  .promotions-item:hover span {
    color: #4a6444;
    background-color: #f6f6f3;
  }

  .catalog-item:hover img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .copy a:hover {
    opacity: 0.7;
  }

  .copy a:hover img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .salons-item__contacts a:hover {
    opacity: 0.5;
  }

  .salons-item__buttons a:hover img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .contacts__item a:hover {
    opacity: 0.6;
  }

  .contacts__socials-links a:hover path {
    fill: #fffffd;
  }

  .contacts__socials-links a:hover rect {
    fill: #2b2a24;
  }

  .contacts__mail a:hover {
    opacity: 0.6;
  }

  .masters-item button:hover {
    opacity: 0.5;
  }

  .banner a:hover {
    opacity: 0.7;
  }

  .category-item__price a:hover {
    color: rgba(74, 100, 68, 0.6);
  }

  .category-item__price a:hover img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .desc-block button:hover {
    opacity: 0.7;
  }

  .order__title button:hover {
    opacity: 0.7;
  }

  .form-order__check a:hover {
    color: #2b2a24;
  }

  .form-order__submit:hover {
    opacity: 0.7;
  }

  .form-order__item-remove:hover {
    opacity: 0.7;
  }

  .quantity__button:hover::after,
  .quantity__button:hover::before {
    color: rgba(43, 42, 36, 0.5);
  }

  .form-basket__data-btn:hover {
    opacity: 0.7;
  }

  .form-basket__item-remove:hover {
    opacity: 0.7;
  }

  .info-card__desc a:hover img, .salons-item__read-more:hover img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .info-card__desc a:hover, .salons-item__read-more:hover {
    opacity: 0.7;
  }

  .modal__form button:hover {
    opacity: 0.7;
  }

  .modal__close:hover {
    opacity: 0.7;
  }

  .master-modal__close:hover {
    opacity: 0.7;
  }

  .outro button:hover {
    opacity: 0.7;
  }

  .form-two__file:hover {
    opacity: 0.8;
  }

  .form-three button:hover {
    opacity: 0.7;
  }

  .hero-content a:hover {
    opacity: 0.7;
  }

  .hero-content a:hover img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .hero-corporate__desc a:hover {
    opacity: 0.7;
  }

  .hero-corporate__desc a:hover img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .main-catalog__item-img:hover {
    opacity: 0.8;
  }

  .main-catalog__item-link a:hover img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .main-outro a:hover img {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }

  .main-outro a:hover svg {
    opacity: 1;
  }

  .footer__info-phone:hover {
    opacity: 0.5;
  }

  .footer__info-socials a:hover path {
    fill: #fffffd;
  }

  .footer__info-socials a:hover rect {
    fill: #2b2a24;
  }

  .footer__copy-links a:hover {
    opacity: 1;
  }

  .footer__decor:hover {
    color: #2b2a24;
  }

  .footer__decor:hover img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }

  .footer__nav a:hover {
    opacity: 0.5;
  }
}

/*Хлебные крошки */
.breadcrumbs__list > span {
  font-size: 0.875rem;
  font-weight: 500;
  padding-right: 1.125rem;
  position: relative;
  margin-bottom: 0.3125rem;
  color: #2b2a24;
  opacity: 0.5;
  display: inline-flex;
  align-items: center;
}

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

.breadcrumbs__list > span::after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0.25rem;
  color: #2b2a24;
  font-size: 0.875rem;
}

.breadcrumbs__list > span:last-child::after {
  display: none;
}

.breadcrumbs__list .current-item {
  opacity: 1;
}

.hero-philosophy .breadcrumbs__list > span,
.hero-corporate .breadcrumbs__list > span {
  color: #fffffd;
}

.hero-philosophy .breadcrumbs__list > span::after,
.hero-corporate .breadcrumbs__list > span::after {
  color: #fffffd;
}

/*Пагинация */
#programs-pagination {
  margin-top: 2.5rem;
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#programs-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.875rem;
  min-height: 1.875rem;
  border-radius: 6.25rem;
  padding-inline: 0.3125rem;
  background-color: transparent;
  opacity: 0.5;
  color: #2b2a24;
  text-decoration: none;
  transition:
    opacity 0.2s,
    background-color 0.2s;
}

#programs-pagination .page-numbers:hover {
  opacity: 1;
}

#programs-pagination .page-numbers.current {
  background-color: #2b2a24;
  opacity: 1;
  color: #fffffd;
}

#programs-pagination .next,
#programs-pagination .prev {
  font-size: 0;
}

#programs-pagination .next::after {
  content: "›";
  font-size: 1.125rem;
}

#programs-pagination .prev::before {
  content: "‹";
  font-size: 1.125rem;
}

/* Пагинация блога */
.navigation.pagination .nav-links {
  margin-top: 2.5rem;
  display: flex;
  gap: 0.3125rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.navigation.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.875rem;
  min-height: 1.875rem;
  border-radius: 6.25rem;
  padding-inline: 0.3125rem;
  background-color: transparent;
  opacity: 0.5;
  color: #2b2a24;
  text-decoration: none;
  transition:
    opacity 0.2s,
    background-color 0.2s;
}

.navigation.pagination .page-numbers:hover {
  opacity: 1;
}

.navigation.pagination .page-numbers.current {
  background-color: #2b2a24;
  opacity: 1;
  color: #fffffd;
}

.navigation.pagination .next,
.navigation.pagination .prev {
  font-size: 0;
}

.navigation.pagination .next::after {
  content: "›";
  font-size: 1.125rem;
}

.navigation.pagination .prev::before {
  content: "‹";
  font-size: 1.125rem;
}

/*Скрытие языков */
.header__languages {
  display: none !important;
}

.widget {
  display: none !important;
}


/*Cookie - НАЧАЛО*/
#cookie-notice {
	max-width:fit-content;
	min-width:fit-content;
	border-radius:10px;
	left:auto;
	top:auto;
	right:0;
	bottom:0;
	margin:1rem;
}
.cookie-notice-container {
	max-width:fit-content;
	padding:2rem;
	display:flex;
	align-items:center;
}
.cn-text-container a {
	color:#fff;
	text-decoration:underline;
	transition:0.3s ease;
}
.cn-text-container a:hover {
	opacity:0.7;
}
#cn-accept-cookie {
  color: #fff !important;
}
.cn-close-icon {
	display:none;
}
.cn-set-cookie.cn-button {
	color: black !important;	
}
.cookie-notice-container {
	font-family: "Manrope", sans-serif;
}
/*Cookie - КОНЕЦ*/

/* 404 — НАЧАЛО  */

.not-found {
  position: relative;
  background-color: #2B2A24;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.not-found__bg-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Playfair-Display", sans-serif;
  font-weight: 400;
  font-size: clamp(12rem, 30vw, 30rem);
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 0.0625rem rgba(255, 255, 253, 0.07);
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}

.not-found__inner {
  position: relative;
  z-index: 2;
  padding-block: 12rem 8rem;
  max-width: 44rem;
}

.not-found__label {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #4A6444;
  margin-bottom: 1.5rem;
}

.not-found__title {
  font-family: "Playfair-Display", sans-serif;
  font-weight: 400;
  font-size: clamp(3rem, 6vw, 5.5rem);
  line-height: 1.05;
  color: #FFFFFD;
  margin-bottom: 2rem;
}

.not-found__text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: rgba(255, 255, 253, 0.55);
  margin-bottom: 3rem;
}

.not-found__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.not-found__btn-primary,
.not-found__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.875rem 2.5rem;
  border-radius: 6.25rem;
  text-decoration: none;
  transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.not-found__btn-primary {
  background-color: #4A6444;
  color: #FFFFFD;
  border: 0.0625rem solid #4A6444;
}

.not-found__btn-secondary {
  background-color: transparent;
  color: #FFFFFD;
  border: 0.0625rem solid rgba(255, 255, 253, 0.3);
}

@media (max-width: 767.98px) {
  .not-found__inner {
    padding-block: 10rem 6rem;
  }

  .not-found__buttons {
    flex-direction: column;
  }

  .not-found__btn-primary,
  .not-found__btn-secondary {
    width: 100%;
    text-align: center;
  }
}

@media (hover: hover) {
  .not-found__btn-primary:hover {
    opacity: 0.8;
  }

  .not-found__btn-secondary:hover {
    border-color: rgba(255, 255, 253, 0.7);
    color: #FFFFFD;
  }
}

/* 404 — КОНЕЦ */

/* ── Обновлённые контакты  ─ НАЧАЛО */
.contacts__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.75rem;
  align-items: start;
}

.contacts__layout--with-map {
  grid-template-columns: 1fr 1fr;
}

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

.contacts__map-wrap {
  position: sticky;
  top: 5rem;
}

.contacts__map {
  height: 37.5rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #f0ede8;
}

.contacts__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 3;
}

.contacts__emails {
  display: flex;
  flex-direction: column;
  gap: 1.375rem;
}

@media (max-width: 47.99875em) {
  .contacts__layout--with-map {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .contacts__map-wrap {
    position: static;
  }

  .contacts__map {
    height: 25rem;
  }
}


@media (max-width: 29.99875em) {
  .contacts__map {
    height: 18.75rem;
    border-radius: 1rem;
  }
}

/* ── Обновлённые контакты  ─ КОНЕЦ */

/* ── Подвал почты - НАЧАЛО  */
.footer__info-emails {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer__info-email-item {
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
}

.footer__info-email-label {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.5;
  line-height: 1.2;
}

.footer__info-email-item a {
  font-size: 0.875rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .footer__info-email-item a:hover {
    opacity: 0.6;
  }
}

/* ── Подвал почты - КОНЕЦ */






/* Страница благодарности / ошибки оплаты - НАЧАЛО */

.order-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 1.25rem 7rem;
  min-height: 65vh;
}

.order-result__icon {
  width: 5.5rem;
  height: 5.5rem;
  margin-bottom: 2.25rem;
  flex-shrink: 0;
}

.order-result__icon svg {
  width: 100%;
  height: 100%;
}

.order-result__title {
  font-family: "Playfair-Display", sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-style: italic;
  line-height: 1.1;
  color: #2B2A24;
  margin-bottom: 1.25rem;
}

.order-result--failed .order-result__title {
  color: #a02828;
}

.order-result__text {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  color: rgba(43, 42, 36, 0.65);
  line-height: 1.65;
  max-width: 28rem;
  margin-bottom: 2.25rem;
}

.order-result__text strong {
  color: #2B2A24;
  font-weight: 700;
}

.order-result__total {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  background-color: #FFFFFD;
  border: 0.0625rem solid rgba(74, 100, 68, 0.18);
  border-radius: 1.125rem;
  padding: 1rem 2.25rem;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(43, 42, 36, 0.55);
  margin-bottom: 2.75rem;
  box-shadow: 0 0.25rem 1.5rem rgba(74, 100, 68, 0.07);
}

.order-result__total strong {
  font-size: 1.375rem;
  font-weight: 700;
  color: #2B2A24;
  letter-spacing: -0.01em;
}

.order-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.order-result__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.9375rem 2.5rem;
  border-radius: 6.25rem;
  text-decoration: none;
  min-width: 13rem;
  transition: opacity 0.3s ease, background-color 0.3s ease,
              color 0.3s ease, border-color 0.3s ease;
}

.order-result__btn--primary {
  background-color: #4A6444;
  color: #FFFFFD;
  border: 0.0625rem solid #4A6444;
}

.order-result__btn--outline {
  background-color: transparent;
  color: #2B2A24;
  border: 0.0625rem solid rgba(43, 42, 36, 0.25);
}

@media (max-width: 47.99875em) {
  .order-result {
    padding: 3.5rem 1.25rem 5rem;
    min-height: 55vh;
  }

  .order-result__icon {
    width: 4.5rem;
    height: 4.5rem;
    margin-bottom: 1.75rem;
  }

  .order-result__total {
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    width: 100%;
    max-width: 22rem;
    text-align: center;
  }

  .order-result__actions {
    flex-direction: column;
    width: 100%;
    max-width: 22rem;
  }

  .order-result__btn {
    width: 100%;
    min-width: unset;
  }
}

@media (any-hover: hover) {
  .order-result__btn--primary:hover {
    opacity: 0.8;
  }

  .order-result__btn--outline:hover {
    border-color: rgba(43, 42, 36, 0.6);
  }
}



.order-result .woocommerce-order-details,
.order-result .woocommerce-customer-details {
  width: 100%;
  max-width: 40rem;
  margin-top: 3rem;
  background-color: #FFFFFD;
  border: 0.0625rem solid rgba(74, 100, 68, 0.14);
  border-radius: 1.5rem;
  padding: 2rem 2.25rem;
  text-align: left;
  box-shadow: 0 0.25rem 1.5rem rgba(74, 100, 68, 0.06);
}

.order-result .woocommerce-order-details__title,
.order-result .woocommerce-column__title {
  font-family: "Playfair-Display", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.25rem;
  color: #2B2A24;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid rgba(43, 42, 36, 0.1);
}



.order-result .woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
  font-family: "Manrope", sans-serif;
}

.order-result .woocommerce-table--order-details thead th {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(43, 42, 36, 0.4);
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid rgba(43, 42, 36, 0.08);
}

.order-result .woocommerce-table--order-details thead th:last-child {
  text-align: right;
}

.order-result .woocommerce-table--order-details tbody td {
  padding: 0.875rem 0;
  border-bottom: 0.0625rem solid rgba(43, 42, 36, 0.06);
  font-size: 0.9375rem;
  font-weight: 500;
  color: #2B2A24;
  vertical-align: middle;
}

.order-result .woocommerce-table--order-details tbody td:last-child {
  text-align: right;
  white-space: nowrap;
}

.order-result .woocommerce-table--order-details tbody td a {
  color: #2B2A24;
  text-decoration: none;
}

.order-result .woocommerce-table--order-details tbody .product-quantity {
  font-weight: 400;
  color: rgba(43, 42, 36, 0.45);
  font-size: 0.875rem;
}

.order-result .woocommerce-table--order-details tfoot tr th,
.order-result .woocommerce-table--order-details tfoot tr td {
  padding: 0.5rem 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: rgba(43, 42, 36, 0.6);
}

.order-result .woocommerce-table--order-details tfoot tr:first-child th,
.order-result .woocommerce-table--order-details tfoot tr:first-child td {
  padding-top: 1rem;
}

.order-result .woocommerce-table--order-details tfoot tr td {
  text-align: right;
}

.order-result .woocommerce-table--order-details tfoot tr:last-child th,
.order-result .woocommerce-table--order-details tfoot tr:last-child td {
  font-weight: 700;
  font-size: 1rem;
  color: #2B2A24;
  border-top: 0.0625rem solid rgba(43, 42, 36, 0.1);
  padding-top: 0.875rem;
}


.order-result .woocommerce-customer-details address {
  font-style: normal;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  color: #2B2A24;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.order-result .woocommerce-customer-details address p {
  margin: 0;
  color: rgba(43, 42, 36, 0.65);
  font-size: 0.875rem;
}

@media (max-width: 47.99875em) {
  .order-result .woocommerce-order-details,
  .order-result .woocommerce-customer-details {
    padding: 1.5rem 1.25rem;
    border-radius: 1.125rem;
  }
}

@media (any-hover: hover) {
  .order-result .woocommerce-table--order-details tbody td a:hover {
    color: #4A6444;
  }
}

.order-result__support {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 0.0625rem solid rgba(43, 42, 36, 0.1);
  width: 100%;
  max-width: 40rem;
}

.order-result__support-title {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(43, 42, 36, 0.4);
  margin: 0;
}

.order-result__support-email {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.0625rem;
  color: #4A6444;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .order-result__support-email:hover {
    opacity: 0.7;
  }
}
/* Страница благодарности / ошибки оплаты - КОНЕЦ */

/* ============================
   Попап выбора города
   ============================ */
.city-popup {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(43, 42, 36, 0.45);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

.city-popup--active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.city-popup__inner {
  position: relative;
  background: #EBECE5;
  border-top-left-radius: clamp(3.75rem, 8vw, 7.5rem);
  border-bottom-right-radius: clamp(3.75rem, 8vw, 7.5rem);
  padding: clamp(2.5rem, 5vw, 4.375rem) clamp(2rem, 5vw, 4.375rem);
  max-width: 56.25rem;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(2rem);
  transition: transform 0.45s ease;
}

.city-popup--active .city-popup__inner {
  transform: translateY(0);
}

.city-popup__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  border-top-right-radius: inherit;
  border-bottom-left-radius: inherit;
  pointer-events: none;
  user-select: none;
}

.city-popup__close  { z-index: 1; }
.city-popup__title  { position: relative; z-index: 1; }
.city-popup__list   { position: relative; z-index: 1; }

.city-popup__close {
  position: absolute;
  top: clamp(1rem, 2.5vw, 2rem);
  right: clamp(1rem, 2.5vw, 2rem);
  width: clamp(2.75rem, 4.5vw, 3.625rem);
  height: clamp(2.75rem, 4.5vw, 3.625rem);
  border-radius: 50%;
  background: #F6F6F3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  transition: opacity 0.3s ease;
}

.city-popup__close svg {
  width: 42%;
  height: 42%;
}

.city-popup__title {
  font-family: "Playfair-Display", serif;
  font-style: italic;
  font-weight: 400;
  color: #3E5538;
  font-size: clamp(1.75rem, 4.5vw, 3.3rem);
  line-height: 1;
  margin-bottom: clamp(1.5rem, 3.5vw, 2.75rem);
  padding-right: 4rem;
}

.city-popup__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.city-popup__item {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.5vw, 1.125rem);
}

.city-popup__bullet {
  flex-shrink: 0;
  width: clamp(0.5rem, 0.85vw, 0.75rem);
  height: clamp(0.5rem, 0.85vw, 0.75rem);
}

.city-popup__link {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: clamp(1.125rem, 2.5vw, 1.5625rem);
  color: #000;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  line-height: clamp(3rem, 5.5vw, 4.375rem);
  transition: color 0.3s ease;
}

@media (any-hover: hover) {
  .city-popup__close:hover {
    opacity: 0.7;
  }

  .city-popup__link:hover {
    color: #3E5538;
  }
}

@media (max-width: 767.98px) {
  .city-popup__inner {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    padding: 2rem 1.5rem;
    max-height: 85vh;
  }

  .city-popup__title {
    font-size: 1.625rem;
    padding-right: 3.5rem;
    margin-bottom: 1.25rem;
  }

  .city-popup__link {
    font-size: 1.125rem;
    line-height: 2.75rem;
  }

  .city-popup__close {
    width: 2.5rem;
    height: 2.5rem;
    top: 0.875rem;
    right: 0.875rem;
  }
}

@media (max-width: 479.98px) {
  .city-popup {
    padding: 0.75rem;
    align-items: flex-end;
  }

  .city-popup__inner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 2rem;
    border-top-left-radius: 2rem;
    max-height: 80vh;
    padding: 1.75rem 1.25rem 2rem;
  }

  .city-popup__title {
    font-size: 1.5rem;
  }
}
/* ============================
   Попап выбора города - КОНЕЦ
   ============================ */