/**
 * ==========================================================================
 * *										1. Variables
 * ==========================================================================
 */

:root {
  --body-bg: #ffffff;
  --color-primary: #F4F4F4;
  --color-secondary: #6c757d;
  --color-accent: #710014;
  --text-color-dark: #483A3D;
  --text-color-light: #ffffff;
  --font-main: Assistant, sans-serif;
  --font-product: Inter, sans-serif;
  --border-radius: 16px;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure,
blockquote,
form,
dl,
dt,
dd,
bdi,
ins,
del {
  margin: 0;
}

dl,
ul,
ol {
  padding: 0;
  list-style: none;
}

img,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

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

fieldset,
button,
input,
textarea,
select {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
}

button {
  background: none;
}

/**
 * =========================================================================================
 * --																 layout
 * =========================================================================================
 */

body {
  font-family: var(--font-main);
  color: var(--text-color-dark);
  background-color: var(--body-bg);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body p {
  line-height: 120%;
}

body.lock {
  overflow: hidden;
}

.page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 auto;
  overflow-x: hidden;
}

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

section {
  margin-bottom: 200px;
}

/**
 * =========================================================================================
 * --																 tags
 * =========================================================================================
 */

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

textarea,
input {
  border: 1px solid #D8D8D8;
  background: transparent;
  text-align: right;
  padding-inline: 15px;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: #8D8B8B;
  opacity: 1;
}

textarea::-moz-placeholder, input::-moz-placeholder {
  color: #8D8B8B;
  opacity: 1;
}

textarea::placeholder,
input::placeholder {
  color: #8D8B8B;
  opacity: 1;
}

input {
  height: 48px;
}

/**
 * =========================================================================================
 * --																 classes
 * =========================================================================================
 */

.logo img {
  width: 100%;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.bgi {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.effect-zoom {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.effect-zoom:hover .effect-zoom__img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.effect-zoom__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: all 1.3s ease 0s;
  will-change: transform;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.effect-zoom__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.effect-zoom--v2:hover .effect-zoom__img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.effect-zoom--v2 .effect-zoom__img {
  transition: all 0.8s ease 0s;
}

.sc-wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.sc-head {
  display: flex;
  justify-content: space-between;
}

.sc-head--col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
  margin-bottom: 86px;
}

.sc-title {
  font-size: 40px;
  font-family: Assistant;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding-top: 5px;
}

.sc-text {
  max-width: 540px;
}

.title-h3 {
  font-size: 24px;
}

.mb-185 {
  margin-bottom: 185px;
}

.price {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.price ins {
  font-weight: 500;
  text-decoration: none;
}

.price del {
  font-size: 0.85em;
  padding-top: 1px;
  color: #A1A1A1;
  font-weight: 400;
}

.price bdi {
  direction: rtl;
}

.price .woocommerce-Price-currencySymbol {
  font-size: 1em;
  margin-right: -0.2em;
}

.breadcrumbs {
  color: var(--text-color-dark);
  font-size: 12px;
  margin-bottom: 0;
}

.breadcrumbs__wrap {
  padding: 32px 0 24px;
}

.ui-chip {
  border-radius: 50px;
  background: var(--color-primary);
  transition: all 0.3s ease 0s;
  border: 1px solid var(--color-primary);
  display: inline-flex;
}

.ui-chip.active {
  background: var(--text-color-light);
  border: 1px solid var(--text-color-dark);
}

.ui-chip a,
.ui-chip span {
  padding: 10px 26px;
  display: block;
  white-space: nowrap;
}

.pagination {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 16px;
  color: #A1A1A1;
}

.pagination__item {
  transition: all 0.4s ease 0s;
  will-change: scale;
}

.pagination__item:not(.active):hover {
  scale: 1.2;
}

.pagination__item.active {
  color: var(--text-color-dark);
}

.pagination__btn {
  width: 22px;
  height: 40px;
  cursor: pointer;
  background-image: url("../img/icons/arrow-left-thin.svg");
  transition: all 0.4s ease 0s;
  will-change: scale;
}

.pagination__btn:hover {
  scale: 1.1;
}

.pagination__btn--prev {
  margin-left: 16px;
  rotate: 180deg;
}

.pagination__btn--next {
  margin-right: 16px;
}

.accordion {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E9E9E9;
}

.accordion__item {
  position: relative;
  border-top: 1px solid #E9E9E9;
  min-height: 72px;
}

.accordion__item.open .accordion__trigger::after {
  rotate: 0deg;
}

.accordion__item.open .accordion__panel {
  opacity: 1;
  transition: height 0.3s ease, opacity 0.4s ease 0.1s;
}

.accordion__trigger {
  cursor: pointer;
  background: none;
  padding-block: 26px;
  padding-left: 90px;
  font-size: 16px;
  text-align: right;
  width: 100%;
}

.accordion__trigger::before,
.accordion__trigger::after {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  width: 24px;
  height: 24px;
  transition: all 0.4s ease 0s;
  background: transparent url("../img/icons/minus.svg") center/contain no-repeat;
}

.accordion__trigger::after {
  rotate: 90deg;
}

.accordion__panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.3s ease, opacity 0.4s ease 0s;
  padding-left: 90px;
  will-change: height, opacity;
}

.accordion__text {
  font-size: 14px;
  padding-bottom: 24px;
  max-width: 500px;
}

.socials {
  display: flex;
  align-items: center;
  gap: 28px;
}

.socials a {
  transition: all 0.4s ease 0s;
  display: block;
  will-change: transform;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.socials a img {
  width: 24px;
  height: 24px;
}

.socials a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.stats {
  display: flex;
  justify-content: center;
  text-align: center;
}

.stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  margin-inline: 4.5vw;
  flex: 0 0 20vw;
}

.stats__value {
  font-weight: 200;
  font-size: 7.8vw;
  color: var(--color-accent);
  direction: ltr;
  line-height: 1.2;
  display: flex;
}

.stats__label {
  font-size: 16px;
  max-width: 300px;
}

.stats__icon {
  width: 24px;
  height: 24px;
}

/**
 * =========================================================================================
 * --																 swiper custom styles
 * =========================================================================================
 */

.swiper-fix {
  min-width: 0;
  width: 100%;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination--light .swiper-pagination-bullet {
  background: var(--text-color-light);
}

.swiper-pagination--light .swiper-pagination-bullet-active {
  background: var(--color-accent);
}

.swiper-pagination-bullet {
  background: #E8E8E8;
  margin: 0 4.5px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--text-color-dark);
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
  height: 41px;
  margin: 0;
  color: rgba(0, 0, 0, 0.3215686275);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "" !important;
  width: 23px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='42' viewBox='0 0 23 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.349121 0.357666L21.3491 20.8577L0.349121 41.3577' stroke='black' stroke-opacity='0.32'/%3E%3C/svg%3E");
}

.swiper-button-next::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 1em;
  min-width: 168px;
  height: 54px;
  padding: 0 24px;
  font-family: var(--font-main);
  font-weight: 400;
  font-size: 14px;
}

.btn--accent {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--text-color-light);
}

.btn--accent:hover,
.btn--accent:focus {
  border-color: #8E0019;
  background-color: #8E0019;
}

.btn--outline-light {
  background-color: transparent;
  border-color: var(--text-color-light);
  color: var(--text-color-light);
}

.btn--outline-light:hover,
.btn--outline-light:focus {
  background-color: var(--text-color-light);
  color: var(--text-color-dark);
}

.btn--outline-dark {
  background-color: transparent;
  border-color: var(--text-color-dark);
  color: var(--text-color-dark);
}

.btn--outline-dark:hover,
.btn--outline-dark:focus {
  background-color: var(--color-accent);
  color: var(--text-color-light);
}

.btn--white {
  background-color: var(--text-color-light);
  border-color: var(--text-color-light);
  color: var(--text-color-dark);
}

.btn--white:hover,
.btn--white:focus {
  background-color: var(--color-accent);
  color: var(--text-color-light);
}

.btn--icon {
  justify-content: center;
  gap: 10px;
}

.btn--icon svg {
  transition: all 0.3s ease 0s;
  position: relative;
  top: 1px;
  width: 20px;
  height: 20px;
}

.btn--icon svg path {
  fill: currentColor;
  transition: all 0.3s ease 0s;
}

.btn--icon:hover svg,
.btn--icon:focus svg {
  -webkit-animation: arrow-swipe 0.6s ease-in-out;
          animation: arrow-swipe 0.6s ease-in-out;
}

.btn--icon:hover svg path,
.btn--icon:focus svg path {
  fill: currentColor;
}

.btn--lg {
  min-width: 190px;
  height: 64px;
  padding: 0 32px;
}

.btn--sm {
  min-width: 200px;
  height: 48px;
  padding: 0 24px;
}

@-webkit-keyframes arrow-swipe {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  45% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }

  70% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes arrow-swipe {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  45% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }

  70% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.header {
  font-size: 14px;
  position: -webkit-sticky;
  position: sticky;
  top: -24px;
  z-index: 100;
}

.header__btn-menu {
  cursor: pointer;
  position: relative;
  z-index: 103;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: none;
}

.header__btn-menu .icon-close {
  display: none;
}

.header__btn-menu.open .icon-burger {
  display: none;
}

.header__btn-menu.open .icon-close {
  display: block;
}

.header__btn-search {
  cursor: pointer;
}

.header__logo {
  width: 135px;
  flex: 0 0 200px;
  padding: 10px 32px;
  transition: all 0.4s ease 0s;
}

.header__account {
  position: relative;
}

.header__account-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__account-name {
  white-space: nowrap;
  max-width: 200px;
  overflow: hidden;
}

.topbar {
  height: 24px;
  background: #EFE7D7;
  display: flex;
  align-items: center;
}

.topbar__slide-content {
  display: flex;
  justify-content: center;
}

.main-header-menu {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
}

.main-header-menu__wrap {
  display: flex;
  align-items: center;
  transition: all 0.4s ease 0s;
  justify-content: space-between;
}

.main-header-menu__row {
  flex: 0 0 calc(50% - 100px);
  display: flex;
  align-items: center;
  gap: 86px;
}

.main-header-menu__row--l {
  justify-content: end;
}

.main-header-menu__row--r {
  justify-content: start;
}

.main-header-menu__nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.main-header-menu__icons {
  display: flex;
  align-items: center;
  gap: 32px;
}

.main-header-menu__icons a,
.main-header-menu__icons button {
  min-width: 24px;
}

.main-header-menu__icons svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.mega-menu {
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1215686275);
}

.cats-menu__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  height: 54px;
}

.cats-menu__item {
  font-weight: 600;
}

.cats-menu__item--has-children {
  display: flex;
  align-items: center;
  gap: 2px;
  position: relative;
}

.cats-menu__item--has-children::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icons/chevron-down.svg") center/contain no-repeat;
  transition: all 0.4s ease 0s;
}

.cats-menu__item--has-children.open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.cats-menu__panel {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  width: auto;
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease 0.2s;
  background: #fff;
}

.cats-menu__panel-wrap {
  display: flex;
  justify-content: space-between;
  padding: 32px;
}

.cats-menu__sub-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
  justify-content: flex-start;
  gap: 12px 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 230px;
  flex: 1 1 auto;
  min-width: 180px;
}

.cats-menu__sub-item {
  padding-left: 20px;
  width: 180px;
}

.cats-menu__sub-link {
  font-size: 14px;
  line-height: 125%;
}

.cats-menu__banner {
  flex: 0 0 335px;
  width: 335px;
  height: 230px;
}

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

.mobile-menu {
  position: fixed;
  inset: 0;
  top: 80px;
  height: calc(100svh - 80px);
  background: #fff;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  overflow-y: auto;
  padding: 16px;
  font-size: 18px;
  border-top: 1px solid #E9E9E9;
}

.mobile-menu.open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

.mobile-menu .main-header-menu__nav {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.mobile-menu .cats-menu {
  width: 100%;
}

.mobile-menu .cats-menu__list {
  flex-direction: column;
  height: auto;
  gap: 22px;
}

.mobile-menu .cats-menu__item {
  width: 100%;
  align-items: flex-start;
}

.mobile-menu .cats-menu__item--has-children {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 0;
}

.mobile-menu .cats-menu__item--has-children::after {
  position: absolute;
  left: 0;
  top: 2px;
}

.mobile-menu .cats-menu__panel {
  position: static;
  padding: 0;
  border: none;
}

.mobile-menu .cats-menu__panel-wrap {
  padding: 15px 10px;
}

.mobile-menu .cats-menu__sub-list {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.mobile-menu .cats-menu__sub-item {
  flex: 0 0 100%;
}

.mobile-menu .cats-menu__sub-link {
  font-size: 15px;
}

.footer {
  background: var(--color-primary);
  font-size: 14px;
}

.footer__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 77px 0;
}

.footer__logo {
  margin-bottom: 82px;
  max-width: 162px;
}

.footer__main-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 64px;
  padding-bottom: 92px;
  border-bottom: 1px solid rgba(72, 58, 61, 0.1215686275);
  margin-bottom: 38px;
}

.footer__nav {
  display: flex;
  max-width: 1220px;
  width: 100%;
  justify-content: space-between;
  gap: 32px;
}

.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 195px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
  max-width: 25%;
}

.footer__title {
  font-size: 16px;
}

.footer__form {
  margin-bottom: 16px;
  display: flex;
}

.footer__form label {
  flex: calc(100% - 168px);
}

.footer__form label input {
  width: 100%;
  border-left: none;
}

.footer__form button {
  flex: 0 0 168px;
  width: 100%;
  height: 48px;
}

.footer__contacts-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer__bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 36px;
  font-size: 12px;
  color: rgba(72, 58, 61, 0.5019607843);
}

.footer__socials {
  margin-top: 18px;
}

.popup {
  position: fixed;
  z-index: 200;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup.open {
  visibility: visible;
}

.popup.open .popup__overlay {
  opacity: 0.5;
}

.popup.open .popup__content {
  opacity: 1;
}

.popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease 0s;
  padding: 30px 10px;
}

.popup__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s ease 0s;
  background-color: #000;
}

.popup__content {
  position: relative;
  transition: all 0.8s ease 0s;
  opacity: 0;
  background-color: #fff;
  width: 80vw;
  color: #000;
  background-image: url("../img/backgrounds/bg-texture.png");
  padding: 5vw;
  border-radius: 1.3rem;
  box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.25);
}

.popup__btn-close {
  position: absolute;
  right: 3.1vw;
  top: 3.1vw;
  aspect-ratio: 1;
  background: none;
  width: 2rem;
  z-index: 201;
}

.popup__btn-close img {
  width: 100%;
}

/**
 * =========================================================================================
 * --																 Intro
 * =========================================================================================
 */

.intro {
  background: #000;
  margin-bottom: 145px;
}

.intro__slide {
  padding: 100px 0;
  display: flex;
  align-items: end;
  justify-content: start;
  color: var(--text-color-light);
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}

.intro__slide.swiper-slide-active .intro__title,
.intro__slide.swiper-slide-active .intro__text,
.intro__slide.swiper-slide-active .intro__btn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s ease, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.intro__slide.swiper-slide-active .intro__title {
  transition-delay: 1.2s;
}

.intro__slide.swiper-slide-active .intro__text {
  transition-delay: 1.45s;
}

.intro__slide.swiper-slide-active .intro__btn {
  transition-delay: 1.6s;
}

.intro__slide .container {
  position: relative;
  z-index: 2;
}

.intro__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

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

.intro__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.3;
}

.intro__content {
  margin-left: auto;
  max-width: 500px;
}

.intro__title {
  margin-bottom: 5px;
  font-size: 48px;
  font-weight: 400;
  line-height: 128%;
}

.intro__text {
  margin-bottom: 24px;
  font-weight: 300;
}

.intro__pagination {
  position: absolute;
  z-index: 3;
  bottom: 36px !important;
  top: auto;
  justify-content: center;
  display: flex;
}

.intro__title,
.intro__text,
.intro__btn {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  will-change: opacity, transform;
  transition: opacity 0s linear 1s, -webkit-transform 0s linear 1s;
  transition: opacity 0s linear 1s, transform 0s linear 1s;
  transition: opacity 0s linear 1s, transform 0s linear 1s, -webkit-transform 0s linear 1s;
}

.intro__static .intro__title,
.intro__static .intro__text,
.intro__static .intro__btn {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/**
 * =========================================================================================
 * --																 Products: slider & grid
 * =========================================================================================
 */

.products__wrap {
  gap: 32px;
}

.products__slider-pagination {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
}

.products__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 85px 20px;
  justify-content: center;
}

.products__grid .product-card {
  flex: 1 0 calc(25% - 15px);
}

.product-card {
  font-family: var(--font-product);
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-card:hover .product-card__img-main {
  opacity: 0;
}

.product-card:hover .product-card__img-hover {
  opacity: 1;
}

.product-card__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 435px;
  width: 100%;
}

.product-card__images,
.product-card__one-image {
  border: 1px solid hsl(0deg, 0%, 92%);
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
}

.product-card__one-image {
  border: none;
}

.product-card__img {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
}

.product-card__img-main {
  z-index: 2;
}

.product-card__img-hover {
  z-index: 1;
  opacity: 0;
}

.product-card__name {
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.28;
}

/**
 * =========================================================================================
 * --																 Showcase sliders
 * =========================================================================================
 */

.showcase .sc-wrap {
  gap: 70px;
}

.showcase__sliders {
  display: flex;
  gap: 20px;
}

.showcase__col {
  flex: 0 0 calc(50% - 10px);
  overflow: hidden;
}

.showcase__col--right {
  background: var(--color-primary);
}

.showcase__slider-details .swiper-slide {
  padding-top: 140px;
}

.showcase__slider-visual {
  height: 100%;
}

.showcase__label {
  position: absolute;
  top: 38px;
  right: 0px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  min-width: 72px;
  background: var(--color-accent);
  color: var(--text-color-light);
  direction: ltr;
}

.showcase__controls {
  margin: 72px 0 90px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showcase__pagination {
  width: auto;
  min-width: 44px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

/**
 * =========================================================================================
 * --																 Categories
 * =========================================================================================
 */

.slider-categories__pagination {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
}

.category-card {
  aspect-ratio: 584/656;
  padding: 32px;
}

.category-card__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: start;
  position: relative;
  z-index: 2;
}

.category-card__title {
  font-weight: 600;
  font-size: 24px;
  color: var(--text-color-light);
}

/**
 * =========================================================================================
 * --																 Hot heals banners
 * =========================================================================================
 */

.hot-heals__wrap {
  gap: 48px;
}

.hot-heals__grid {
  display: grid;
  grid-template-areas: "item1 item3 item4" "item2 item3 item5";
  gap: 20px;
}

.hot-heals__item {
  aspect-ratio: 584/310;
  padding: 32px;
  color: var(--text-color-light);
}

.hot-heals__item:nth-child(1) {
  grid-area: item1;
}

.hot-heals__item:nth-child(2) {
  grid-area: item2;
}

.hot-heals__item:nth-child(3) {
  grid-area: item3;
  color: var(--text-color-dark);
}

.hot-heals__item:nth-child(4) {
  grid-area: item4;
}

.hot-heals__item:nth-child(5) {
  grid-area: item5;
}

.hot-heals__item-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hot-heals__item-content .title-h3 {
  font-size: 24px;
}

/**
 * =========================================================================================
 * --																 Promo video
 * =========================================================================================
 */

.promo-video {
  aspect-ratio: 1920/880;
  position: relative;
}

.promo-video__video {
  position: absolute;
  background: url("../img/bg/cover-video.png") center 0/cover no-repeat;
  z-index: 1;
  inset: 0;
}

.promo-video__video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

.promo-video__wrap {
  position: relative;
  z-index: 2;
  padding-block: 82px;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.promo-video__content {
  max-width: 430px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--text-color-light);
}

.promo-video__controls {
  width: 48px;
  aspect-ratio: 1;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  will-change: scale;
}

.promo-video__controls:hover {
  scale: 1.1;
}

/**
 * =========================================================================================
 * --																 Contact us
 * =========================================================================================
 */

.contact-us__wrap {
  margin: 0 auto;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

:is(.contact-us--v2) .contact-us__wrap {
  max-width: 755px;
}

.contact-us__icon {
  max-width: 32px;
  width: 100%;
}

.contact-us__title {
  text-align: center;
  max-width: 530px;
  max-width: 530px;
  font-size: 48px;
  font-weight: 400;
}

:is(.contact-us--v2) .contact-us__title {
  max-width: 680px;
}

.contact-us__text {
  max-width: 500px;
  text-align: center;
}

:is(.contact-us--v2) .contact-us__text {
  max-width: 680px;
}

.contact-us-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding-top: 44px;
  width: 100%;
  font-size: 14px;
}

.contact-us-form__type {
  display: flex;
  width: 294px;
  background-color: var(--color-primary);
  padding: 4px;
  border-radius: 50px;
}

.contact-us-form__type label {
  flex: 0 0 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.contact-us-form__type label input {
  position: absolute;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}

.contact-us-form__type label input:checked + span {
  background-color: #fff;
}

.contact-us-form__type label span {
  border-radius: 50px;
  height: 38px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease 0s;
}

.contact-us-form__input-phone {
  width: 100%;
  border-color: transparent;
  border-bottom: 1px solid var(--text-color-dark);
  text-align: right;
  height: 40px;
  padding-bottom: 22px;
  font-weight: 400;
  color: var(--text-color-dark);
}

.contact-us-form__input-phone::-webkit-input-placeholder {
  color: var(--text-color-dark);
}

.contact-us-form__input-phone::-moz-placeholder {
  color: var(--text-color-dark);
}

.contact-us-form__input-phone::placeholder {
  color: var(--text-color-dark);
}

.contact-us__fields {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.contact-us__fields input {
  flex: 0 0 calc(50% - 10px);
  font-size: 16px;
}

.contact-us__textarea {
  flex: 0 0 100%;
  height: 120px;
  padding-top: 48px;
  font-size: 16px;
  line-height: 1.2;
  resize: vertical;
}

/**
 * =========================================================================================
 * --																 Offers banners
 * =========================================================================================
 */

.offers__wrap {
  gap: 64px;
}

.offers__list {
  display: flex;
  gap: 20px;
}

.offers__item {
  aspect-ratio: 890/614;
  padding: 32px;
  color: var(--text-color-light);
}

.offers__item:first-child del {
  color: rgba(255, 255, 255, 0.3215686275);
  opacity: 1;
}

.offers__item:last-child {
  color: var(--text-color-dark);
}

.offers__item:last-child del {
  font-size: 1em;
  opacity: 1;
  color: rgba(72, 58, 61, 0.5019607843);
}

.offers__item-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 24px;
}

.offers .btn {
  margin-top: auto;
  align-self: flex-start;
}

.offers__item-price {
  gap: 20px;
}

.offers__item-price del {
  font-size: 1em;
  opacity: 0.3;
}

/**
 * =========================================================================================
 * --																 Blog & post-item
 * =========================================================================================
 */

.blog {
  margin-bottom: 200px;
}

.blog__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blog__head {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.blog__title {
  font-size: 48px;
}

.blog__filter {
  margin-bottom: 70px;
}

.blog__filter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.blog__filter-item:hover {
  background: var(--text-color-light);
  border: 1px solid var(--text-color-dark);
}

.blog__list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 18px;
  margin-bottom: 130px;
}

.blog__list .post-item {
  flex: 1 0 calc(25% - 24px);
}

.post-item__img {
  aspect-ratio: 43/36;
  margin-bottom: 28px;
  display: block;
  position: relative;
  overflow: hidden;
}

.post-item__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.post-item__title {
  margin-bottom: 12px;
  padding-left: 15%;
  transition: color 0.3s ease 0s;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}

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

.post-item__details {
  font-size: 16px;
  color: #A1A1A1;
  display: flex;
  gap: 12px;
}

/**
 * =========================================================================================
 * --																 Article
 * =========================================================================================
 */

.post-head {
  margin-bottom: 36px;
}

.post-head__wrap {
  margin: 0 auto;
  max-width: 1190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}

.post-head__title {
  font-size: 48px;
  max-width: 670px;
}

.post-head__tags {
  margin-bottom: 15px;
}

.article__wrap {
  display: flex;
  flex-direction: column;
  gap: 115px;
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
}

.article__share {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 20px;
  border-top: 1px solid #E9E9E9;
  padding-top: 48px;
}

.article__share-list {
  display: flex;
  align-items: center;
  gap: 12px;
}

.article__share-list li {
  border-radius: 50%;
  border: 1px solid #E9E9E9;
}

.article__share-list li:hover a {
  scale: 1.1;
}

.article__share-list li a {
  width: 72px;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease 0s;
  will-change: scale;
}

.article__share-list li img {
  max-width: 24px;
  aspect-ratio: 1;
}

#article h2 {
  font-size: 32px;
  margin: 64px 0 32px;
}

#article h3 {
  font-size: 24px;
  margin: 48px 0 32px;
}

#article p {
  font-size: 20px;
  margin: 1em 0;
}

#article blockquote {
  margin: 64px 0;
  background: var(--color-primary);
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 26px;
}

#article blockquote::before {
  content: "";
  width: 24px;
  flex: 0 0 24px;
  height: 24px;
  background: url("../img/icons/quotes.svg") 0 0/contain no-repeat;
}

#article blockquote p {
  margin: 0;
}

#article blockquote cite {
  font-size: 14px;
  font-style: normal;
}

#article ul,
#article ol {
  margin: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-size: 20px;
}

#article ul li {
  padding-right: 16px;
  position: relative;
}

#article ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.45em;
  width: 6px;
  height: 6px;
  background: var(--color-accent);
  border-radius: 50%;
  display: block;
}

#article ol {
  counter-reset: custom-list;
  list-style: none;
}

#article ol li {
  padding-right: 25px;
  position: relative;
  counter-increment: custom-list;
}

#article ol li::after {
  content: counter(custom-list);
  position: absolute;
  right: 0;
  top: 1px;
}

#article img {
  margin: 32px 0;
}

/**
 * =========================================================================================
 * --																 page Gallery
 * =========================================================================================
 */

.gallery {
  margin-bottom: 140px;
}

.gallery__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallery__head {
  margin-bottom: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.gallery__title {
  font-size: 48px;
}

.gallery__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 96px;
  gap: 80px 18px;
  width: 100%;
}

.gallery__item {
  flex: 1 0 calc(25% - 24px);
  aspect-ratio: 43/36;
}

/**
 * =========================================================================================
 * --																 404
 * =========================================================================================
 */

.page-404 {
  margin-bottom: 0;
}

.page-404_wrap {
  padding: 50px 0 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-404__img {
  max-width: 735px;
  width: 100%;
}

.page-404__title {
  margin-bottom: 12px;
  font-size: 48px;
}

.page-404__text {
  margin-bottom: 32px;
}

/**
 * =========================================================================================
 * --																 About us
 * =========================================================================================
 */

.benefits .sc-head--col {
  margin-bottom: 48px;
}

.benefits .sc-text {
  font-size: 20px;
  max-width: 670px;
  font-weight: 300;
}

.about__cols {
  display: flex;
}

.about__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding: 48px;
  background: #FBFBFB;
}

.about__title {
  max-width: 440px;
}

.about__text {
  max-width: 440px;
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.about__btn {
  margin-top: auto;
}

.about__img {
  flex: 0 0 50%;
}

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

.about__quote {
  display: flex;
  flex-direction: column;
  max-width: 680px;
  height: 100%;
  font-weight: 300;
}

.about__quote::before {
  content: "";
  width: 24px;
  flex: 0 0 24px;
  height: 24px;
  margin-bottom: 32px;
  background: url("../img/icons/quotes.svg") 0 0/contain no-repeat;
}

.about__quote p {
  font-weight: 300;
  font-size: 28px;
  margin-bottom: 1em;
}

.about__quote strong {
  margin-top: auto;
  font-weight: 400;
  font-size: 20px;
}

.about__quote cite {
  font-size: 20px;
}

.art-gallery .swiper-slide {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.art-gallery__item {
  aspect-ratio: 58/43;
}

.art-gallery__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

.art-gallery__pagination {
  width: auto;
  min-width: 44px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

/**
 * =========================================================================================
 * --																 section Contacts
 * =========================================================================================
 */

.sc-contacts__head {
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sc-contacts__title {
  font-size: 48px;
  margin-bottom: 16px;
}

.sc-contacts__cols {
  display: flex;
  gap: 24px;
}

.sc-contacts__img {
  flex: 0 0 calc(50% - 12px);
  overflow: hidden;
}

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

.sc-contacts__content {
  flex: 0 0 calc(50% - 12px);
  background: #F5F5F5;
  padding: 50px 80px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.sc-contacts__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.sc-contacts__item:last-child {
  margin-top: 8px;
}

.sc-contacts__item h4 {
  font-size: 14px;
  margin-bottom: 8px;
}

.sc-contacts__item > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sc-contacts__item span,
.sc-contacts__item a {
  font-size: 24px;
}

.sc-contacts__socials .socials {
  gap: 10px;
}

.sc-contacts__socials li {
  border: 1px solid rgba(72, 58, 61, 0.1215686275);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
}

.sc-contacts__label a {
  text-decoration: underline;
}

@media (min-width: 769px) {
  .intro__slide {
    min-height: calc(100svh - 188px);
  }
}

@media (min-width: 999px) {
  .header.header--scrolled .header__logo {
    padding: 8px 50px;
  }

  .header.header--scrolled .cats-menu__list {
    height: 46px;
  }

  .header.header--scrolled .cats-menu__panel {
    top: calc(100% + 16px);
  }

  .header__btn-menu {
    display: none;
  }
}

@media (max-width: 1600px) {
  .main-header-menu__row {
    gap: 48px;
  }
}

@media (max-width: 1200px) {
  .header__logo {
    flex: 0 0 160px;
  }

  .header__account-name {
    display: none;
  }

  .footer__main-row {
    flex-wrap: wrap;
    padding-bottom: 64px;
    border: none;
    margin-bottom: 0;
  }

  .footer__nav {
    flex-wrap: wrap;
    gap: 64px;
  }

  .footer__contacts {
    max-width: 435px;
  }

  .blog__list {
    gap: 70px 20px;
  }

  .blog__list .post-item {
    flex: 1 0 calc(33% - 24px);
  }

  .post-item__title {
    font-size: 20px;
    font-size: 18px;
  }

  .gallery__list {
    gap: 70px 20px;
  }

  .gallery__item {
    flex: 1 0 calc(33% - 24px);
  }
}

@media (max-width: 998px) {
  .header {
    top: 0;
    max-height: 80px;
  }

  .topbar {
    display: none;
  }

  .main-header-menu__row--r {
    gap: 32px;
  }

  .cats-menu__banner {
    display: none;
  }

  .products__grid .product-card {
    flex: 0 0 calc(33% - 15px);
  }

  .offers__list {
    flex-wrap: wrap-reverse;
    gap: 12px;
  }

  .about__cols {
    flex-direction: column-reverse;
  }

  .about__content {
    padding: 32px 16px;
    gap: 12px;
  }

  .art-gallery .swiper-slide {
    -webkit-transform: translateX(93%);
            transform: translateX(93%);
  }

  .sc-contacts__content {
    padding: 32px 16px;
    gap: 32px;
  }

  .sc-contacts__socials li {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .container {
    padding: 0 16px;
  }

  section {
    margin-bottom: 80px;
  }

  section:has(.sc-head .btn) {
    position: relative;
    padding-bottom: 82px;
  }

  .sc-wrap {
    gap: 32px;
  }

  .sc-head .btn {
    position: absolute;
    width: calc(100% - 32px);
    margin: 0 auto;
    max-width: 400px;
    bottom: 0;
    right: 16px;
    left: 16px;
    height: 52px;
  }

  .sc-head--col {
    margin-bottom: 32px;
    gap: 16px;
  }

  .sc-head--col .sc-title {
    font-size: 32px;
  }

  .sc-title {
    font-size: 24px;
  }

  .title-h3 {
    font-size: 16px;
  }

  .ui-chip a,
  .ui-chip span {
    padding: 7px 24px;
  }

  .accordion__item {
    min-height: auto;
  }

  .accordion__trigger {
    padding-left: 60px;
  }

  .accordion__panel {
    padding-left: 60px;
  }

  .stats {
    flex-direction: column;
    gap: 24px;
  }

  .stats__item {
    flex: 1 1 auto;
    margin: 0;
  }

  .stats__value {
    font-size: 20.5vw;
  }

  .stats__label {
    max-width: 180px;
  }

  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }

  .btn {
    height: 48px;
  }

  .header__logo {
    padding: 14px;
    flex: 0 0 110px;
  }

  .main-header-menu__row {
    flex: 0 0 calc(50% - 80px);
  }

  .footer__wrap {
    padding: 64px 0 32px;
  }

  .footer__logo {
    margin-bottom: 64px;
  }

  .footer__menu {
    gap: 12px;
  }

  .footer__form button {
    flex: 0 0 148px;
  }

  .footer__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .popup__body {
    padding: 0;
  }

  .popup__content {
    padding: 21.3vw 6vw;
    border-radius: 0;
    width: 100vw;
    box-shadow: none;
    min-height: 100vh;
  }

  .popup__btn-close {
    top: 0.72rem;
    right: 1.11rem;
    width: 1rem;
  }

  .intro {
    margin-bottom: 64px;
  }

  .intro__slide {
    align-items: center;
    text-align: center;
    padding: 60px 0;
  }

  .intro__bg::after {
    opacity: 0.5;
  }

  .intro__content {
    max-width: 280px;
    margin: 0 auto;
  }

  .intro__title {
    font-size: 42px;
    margin-bottom: 16px;
    line-height: 120%;
  }

  .intro__text {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .intro__pagination {
    bottom: 24px !important;
  }

  .intro__static .intro__slide {
    align-items: flex-end;
    text-align: right;
    padding: 42px 0;
  }

  .intro__static .intro__content {
    padding: 0;
    max-width: none;
  }

  .intro__static .intro__text {
    max-width: 220px;
  }

  .products__slider-pagination {
    margin-top: 24px;
  }

  .products__grid {
    gap: 32px 6px;
  }

  .products__grid .product-card {
    flex: 1 0 calc(50% - 15px);
  }

  .product-card__wrap {
    gap: 6px;
  }

  .product-card__images,
  .product-card__one-image {
    aspect-ratio: 18/20;
    margin-bottom: 2px;
  }

  .product-card__name {
    font-size: 12px;
    max-width: 170px;
  }

  .showcase {
    display: none;
  }

  .showcase__sliders {
    gap: 0;
    flex-wrap: wrap-reverse;
  }

  .showcase__col {
    flex: 0 0 100%;
  }

  .showcase__col--left {
    height: 360px;
  }

  .showcase__slider-details .swiper-slide {
    padding: 30px 0;
  }

  .slider-categories__pagination {
    margin-top: 32px;
  }

  .slider-categories {
    margin-inline: -16px;
    width: calc(100% + 32px);
  }

  .category-card {
    padding: 24px 16px 16px;
    aspect-ratio: 360/460;
  }

  .category-card .btn {
    width: 100%;
  }

  .hot-heals__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .hot-heals__item {
    aspect-ratio: 36/24;
    padding: 24px 16px;
  }

  .hot-heals__item-content {
    gap: 8px;
  }

  .promo-video {
    aspect-ratio: initial;
    display: flex;
    flex-direction: column-reverse;
    gap: 32px;
  }

  .promo-video__video {
    position: relative;
    aspect-ratio: 390/290;
  }

  .promo-video__wrap {
    padding-block: 0;
  }

  .promo-video__content {
    color: var(--text-color-dark);
    gap: 12px;
  }

  .contact-us__title {
    font-size: 24px;
    max-width: 320px;
  }

  .contact-us__text {
    font-size: 14px;
    max-width: 255px;
  }

  .contact-us-form {
    padding-top: 7px;
    gap: 12px;
  }

  .contact-us-form__input-phone {
    padding-inline: 0;
  }

  .contact-us__fields {
    gap: 12px;
    margin-top: 32px;
  }

  .contact-us__fields input {
    flex: 0 0 56px;
  }

  .contact-us__fields {
    flex-direction: column;
  }

  .contact-us__textarea {
    padding-top: 16px;
    flex: 0 0 120px;
  }

  .contact-us .btn {
    width: 100%;
    height: 64px;
  }

  .offers__item {
    padding: 24px 16px;
    aspect-ratio: 360/345;
  }

  .offers__item-content {
    gap: 12px;
  }

  .offers .btn {
    min-width: 160px;
  }

  .blog {
    padding-top: 8px;
    margin-bottom: 64px;
  }

  .blog__head {
    gap: 12px;
    margin-bottom: 32px;
  }

  .blog__title {
    font-size: 24px;
  }

  .blog__filter {
    margin-bottom: 32px;
    width: calc(100% + 32px);
    margin-inline: -16px;
  }

  .blog__filter-list {
    flex-wrap: nowrap;
    gap: 4px;
    overflow-x: auto;
    padding-inline: 16px;
    justify-content: flex-start;
    padding-bottom: 8px;
  }

  .blog__filter-list::-webkit-scrollbar {
    width: 4px;
    height: 3px;
  }

  .blog__filter-list::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 0;
  }

  .blog__filter-list::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 0;
  }

  .blog__list {
    gap: 32px;
  }

  .blog__list .post-item {
    flex: 0 0 calc(50% - 10px);
  }

  .post-item__img {
    aspect-ratio: 36/23;
    margin-bottom: 16px;
  }

  .post-item__details {
    font-size: 12px;
  }

  .post-head {
    padding-top: 8px;
    gap: 12px;
    margin-bottom: 0;
  }

  .post-head__title {
    font-size: 24px;
  }

  .post-head__tags {
    margin-bottom: 0;
  }

  .article__wrap {
    gap: 65px;
    margin-bottom: 100px;
  }

  .article__share {
    padding-top: 32px;
    font-size: 16px;
    gap: 24px;
  }

  .article__share-list {
    gap: 10px;
  }

  .article__share-list li a {
    width: 64px;
    height: 64px;
  }

  .article__share-list li img {
    max-width: 22px;
  }

  #article h2 {
    margin: 32px 0 12px;
    font-size: 24px;
  }

  #article h3 {
    margin: 24px 0 12px;
    font-size: 21px;
  }

  #article p {
    font-size: 18px;
  }

  #article blockquote {
    margin: 48px 0;
    padding: 32px 24px;
  }

  #article ul,
  #article ol {
    font-size: 16px;
  }

  .posts__slider-pagination {
    margin-top: 20px;
  }

  .gallery {
    margin-bottom: 64px;
  }

  .gallery__head {
    gap: 12px;
    margin-bottom: 32px;
  }

  .gallery__title {
    font-size: 24px;
  }

  .gallery__list {
    margin-bottom: 64px;
    gap: 32px;
  }

  .gallery__item {
    aspect-ratio: 36/23;
    flex: 0 0 calc(50% - 10px);
  }

  .page-404_wrap {
    padding: 120px 0 220px;
  }

  .page-404__title {
    font-size: 36px;
  }

  .page-404__text {
    max-width: 240px;
    font-size: 16px;
  }

  .benefits .sc-text {
    font-size: 16px;
  }

  .about__wrap {
    width: calc(100% + 32px);
    margin-right: -16px;
  }

  .about__title {
    font-size: 32px;
  }

  .about__btn {
    margin-top: 20px;
  }

  .about__quote {
    padding-block: 32px;
  }

  .about__quote p {
    font-size: 20px;
  }

  .about__quote strong {
    font-size: 15px;
  }

  .about__quote cite {
    font-size: 12px;
    margin-top: 5px;
  }

  .art-gallery__controls {
    display: none;
  }

  .sc-contacts__head {
    margin-bottom: 32px;
  }

  .sc-contacts__title {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .sc-contacts__cols {
    flex-direction: column-reverse;
    gap: 0;
  }

  .sc-contacts__img {
    flex: 1 1 auto;
    aspect-ratio: 36/23;
    width: 100%;
  }

  .sc-contacts__list {
    gap: 32px;
    margin-bottom: 32px;
  }

  .sc-contacts__item span,
  .sc-contacts__item a {
    font-size: 20px;
  }

  .sc-contacts__socials .socials {
    gap: 8px;
  }
}

@media (max-width: 576px) {
  .blog__list .post-item {
    flex: 0 0 100%;
  }

  .gallery__item {
    flex: 0 0 100%;
  }
}

@media (min-width: 999px) and (max-width: 1400px) {
  .header {
    font-size: 0.8vw;
  }
}