/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

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

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

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

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

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

/*
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&amp;display=swap&amp;subset=cyrillic");

@import url("https://fonts.googleapis.com/css2?family=Krona+One&display=swap");
*/
html {
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 0.875rem;
}

.container {
  width: 1470px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.swiper-container_overflow_disabled {
  overflow: inherit;
}

.swiper-wrapper_margin-bottom {
  margin-bottom: 70px;
}

.section__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  color: #333333;
  font-size: 2.625rem;
  margin-bottom: 2.8125rem;
  display: flex;
  align-items: last baseline;
  justify-content: space-between;
}

.clip {
  margin-bottom: 0rem;
}

.bread-crumbs {
  margin-bottom: 1.8rem;
}

.btn__catalog {
  border-radius: 15px;
  font-size: 1.1rem;
  padding: 4px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-catalog_style {
  background-color: #333333;
  color: #ffffff;
  padding: 4px 17px;
  gap: 0.5rem;
}

.btn-catalog__icon {
  width: 16px;
  height: 10px;
  position: relative;
  display: inline-block;
  top: 1px;
}

.btn-catalog__icon span {
  background-color: #f2f2f2;
  position: absolute;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 1px;
}

.btn-catalog__icon span:nth-child(1) {
  top: 0px;
  left: 0px;
}

.btn-catalog__icon span:nth-child(2) {
  top: 4px;
  left: 0px;
}

.btn-catalog__icon span:nth-child(3) {
  bottom: 1px;
  left: 0px;
}

.btn-catalog__icon.open span:nth-child(1) {
  transform: rotate(45deg) scaleX(0.7);
  top: 4px;
  left: -5px;
  height: 1.25px;
}

.btn-catalog__icon.open span:nth-child(2) {
  transform: scale(0);
  transition-duration: 50ms;
}

.btn-catalog__icon.open span:nth-child(3) {
  transform: rotate(-45deg) scaleX(0.7);
  top: 4px;
  left: 2px;
  height: 1.25px;
}

.button_main {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  background-color: #3c96a3;
  color: #ffffff;
  font-size: 1rem;
  padding: 0.625rem 4rem;
  border-radius: 3.125rem;
  text-transform: capitalize;
  cursor: pointer;
}

.button_main:hover {
  background-color: #333333;
}

.button__load-more {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 5;
}

.button__load-more-label {
  width: 20px;
  height: 20px;
}

.button__minor {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.button__minor-decoration {
  display: block;
  width: 70px;
  height: 1px;
  background-color: #333333;
}

.button__minor-title {
  font-size: 1.28rem;
  color: #333333;
}

.input__search {
  border-radius: 15px;
  border: 1px solid;
  border-color: #c2c2c2;
}

.sub-category__wrapper {
  background-color: #ffffff;
}

.catalog-menu {
  position: relative;
  margin-bottom: 1.14rem;
}

.catalog_style {
  background-color: white;
  border: solid 1ps red;
}

.catalog-menu__wrapper {
  position: absolute;
  display: none;
  max-width: 264px;
  min-height: 403px;
  z-index: 999;
}

.catalog_open {
  display: block;
}

.menu__wrap {
  display: flex;
  flex-direction: row;
  align-items: end;
  gap: 15px;
}

.icon__menu {
  width: 30px;
  height: 30px;
}

.label__search {
  width: 15px;
  height: 15px;
}

.input__search {
  padding: 5px 15px;
  max-width: 338px;
}

.phone__number {
  font-size: 1.5rem;
}

.phone__number a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  color: #333333;
}

.phone__callback a {
  color: #333333;
  letter-spacing: 0.0045rem;
}

.button__name {
  font-size: 0.75rem;
  color: #333333;
}

.menu__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.search__button {
  position: absolute;
  right: 10px;
  bottom: 4px;
}

.icon__menu-wrapper {
  position: relative;
}

.icon__counter-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  position: absolute;
  top: -6px;
  right: -6px;
  color: #ffffff;
  font-size: 0.6rem;
  background-color: #3c96a3;
  padding: 3px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 2px #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header__phone {
    order: 1;
  }
}
.contact__optional-info {
  padding-left: 1.8rem;
  line-height: 1.7rem;
}

/*
.footer__mail-input-base-layer {
  @include footer_input-style;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  //z-index: ;
}
*/
input[type=submit] {
  background-color: #3c96a3;
}

.category__wrapper {
  position: relative;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}

.sub-category__wrapper {
  display: none;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  left: 100%;
  top: 0;
  gap: 11%;
}

.category__item:hover > .sub-category__wrapper {
  display: grid;
}

.category__icon-test {
  background-image: url("#category_icon.svg");
}

.category__item:hover {
  background-color: #f2f2f2;
}

.category__icon {
  width: 50px;
  height: 50px;
}

.category__arrow {
  align-self: center;
  margin-left: auto;
  margin-right: 20px;
  width: 7px;
  height: 15px;
}

.item__name {
  width: 13.6rem;
}

.sub-category__item {
  width: 100%;
  padding-top: 1.5rem;
  /*
  &:hover {
    background-color: color_sheme_default.$item-hover-color;
  }
  */
}

.sub-category__item a:hover {
  color: #3c96a3;
  background-color: #f2f2f2;
}

.sub-category__item a {
  gap: 19.6rem;
}

.sub-sub-category__wrapper {
  max-width: 100%;
  display: none;
}

.sub-category__item a:hover > .sub-sub-category__wrapper {
  display: flex;
}

.sub-category__title {
  padding-top: 1.5rem;
}

.sub-category__title h2 {
  font-size: 1.17rem;
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333333;
}

.currency__list {
  visibility: hidden;
  display: flex;
  position: absolute;
  min-width: 11rem;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 0rem 1rem 1rem;
  align-items: end;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 15px;
  right: 0;
  z-index: 25;
}

.currency {
  text-transform: uppercase;
  position: relative;
}

.dropdown_active {
  visibility: visible;
}

.icon__login {
  width: 10px;
  height: 10px;
  margin-right: 2px;
}

.sub-category-list_style {
  padding: 0 19px;
}

.sub-category__banner-wrap {
  /* width: 558px; */
}

.sub-category__banner {
  width: 550px;
  height: 342px;
  background-color: #f6eeeb;
  border-radius: 15px;
}

.sub-category_col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  grid-row-gap: 25px;
  grid-column-gap: 13.45rem;
}

.sub-category_col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: row;
  grid-row-gap: 25px;
  grid-column-gap: 13.45rem;
}

.sub-category-col_style {
  padding: 0 2.5rem;
}

.promo__wrapper {
  width: 100%;
}

.sliders__wrapper {
  display: grid;
  grid-template-columns: 76.5% 23.5%;
  gap: 30px;
}

@media (max-width: 1200px) {
  .sliders__wrapper {
    grid-template-columns: 100%;
  }
}
.major-slider {
  overflow: hidden;
  border-radius: 15px;
}

.major-slider .slider__item {
  background-color: #f5f5f5;
  border-radius: 15px;
}

.minor-slider {
  height: 100%;
  overflow: hidden;
  border: solid #e3e3e3 1px;
  border-radius: 15px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1200px) {
  .minor-slider {
    display: none;
  }
}
.slider__item {
  position: relative;
}

.slider__inner {
  position: absolute;
  top: 6.5rem;
  right: 5.5rem;
}

.slider__promo-text {
  font-size: 1.125rem;
}

.slider__title {
  margin-bottom: 1rem;
  font-size: 6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
}

.slider_day-product .slider__inner {
  position: static;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  padding: 1.0625rem;
}

.slider_day-product .slider__title {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  grid-row: 1/2;
  grid-column: span 2;
  align-self: center;
  justify-self: center;
}

.slider_day-product .slider__cover {
  max-width: 180px;
  height: auto;
  grid-row: 2/4;
  grid-column: 1;
  align-self: center;
  justify-self: start;
  margin-left: -0.7rem;
}

.slider__discount {
  font-size: 1.625rem;
  padding-top: 1.2rem;
  padding-right: 0.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  align-self: end;
  justify-self: end;
}

.slider__discount .slider__discount-wrapper {
  display: flex;
  align-items: baseline;
  line-height: 1.8rem;
  color: #ff4a4a;
}

.slider__discount .slider__discount-wrapper .slider__discount-amount {
  font-size: 3.5rem;
}

.slider__discount .slider__discount-wrapper span {
  font-size: 2.25rem;
}

.slider__discount p {
  color: #ff4a4a;
  font-size: 1.165rem;
}

.slider__price {
  align-self: end;
  justify-self: end;
}

.slider__price .slider__price-old {
  font-size: 1rem;
  color: #6f6f6f;
  text-decoration: line-through;
}

.slider__price .slider__price-new {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  font-size: 1.5rem;
}

.slider__user-score {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 1.0625rem;
  padding-top: 1.256rem;
}

.slider__user-score_wrapp {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.slider__user-score {
  grid-row: 4/5;
  grid-column: span 2;
}

.slider__user-score p {
  color: rgba(0, 0, 0, 0.2);
}

.icon__user-star {
  width: 20px;
  height: 20px;
}

.slider__user-reviews {
  font-size: 0.75rem;
}

.slider__product-name {
  padding-top: 1.04rem;
  padding-bottom: 0.5rem;
  grid-column: span 2;
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
}

.slider__button {
  grid-column: span 2;
  text-align: center;
  text-transform: capitalize;
}

.product-widget__wrapper {
  margin-inline: -15px;
}

.brand-cloud__list {
  background-color: #f5f5f5;
  border-radius: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 2.178rem 2.875rem;
  gap: 7.6%;
  align-items: center;
  justify-content: center;
}

.brand-cloud__cover {
  filter: grayscale(100%);
  transition: all 0.15s ease;
}

.brand-cloud__cover:hover {
  filter: grayscale(0);
}

.product-catalog-list_enabled {
  display: grid;
  grid-template-columns: clamp(270px, 70%, 370px) auto;
}

.product-catalog__category-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.product-catalog-list_enabled .product-catalog__title {
  grid-column: 2;
  grid-row: 1;
}

.product-catalog__subcategory-wrap {
  padding: 30px 0;
}

.btn-arrow_prev {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
}

.btn-arrow_next {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}

.button__load-more {
  align-self: center;
  justify-self: center;
  padding: 0.625rem 5.6rem;
}

.button__load-more-wrap {
  align-self: center;
  justify-self: center;
  padding: 20px;
  margin-bottom: 0.5rem;
}

.product-catalog__btn {
  font-size: 1.14rem;
  color: #3c96a3;
}

.product-catalog__btn::after {
  display: inline-block;
  content: "";
  background-image: url(assets/filter_arrow.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 10px;
  height: 12px;
  margin-left: 5px;
  transform: rotate(180deg);
  color: #3c96a3;
}

.product-catalog__description-wrap {
  overflow: hidden;
  mask-image: linear-gradient(#000, transparent);
  transition: all 0.5s ease;
}

.product-catalog__description-wrap p {
  margin-bottom: 1.2rem;
}

.product-catalog__description-wrap_open {
  mask-image: linear-gradient(#000, #000);
}

.bread-crumbs__menu {
  display: flex;
  font-size: 0.76rem;
  gap: 0.7rem;
  padding: 0.5rem 0;
}

.bread-crumbs_slash::after {
  content: "/";
  margin-left: 0.5rem;
}

.product-catalog__showcase {
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 15px 0;
  margin-bottom: 0.5rem;
}

.product-catalog-list_enabled .product-catalog__showcase {
  grid-column: 2;
}

.product-catalog__category {
  display: none;
  padding-right: 64px;
}

.product-catalog-list_enabled .product-catalog__category {
  display: block;
  grid-column: 1/2;
  grid-row: 1/10;
}

.product-catalog__sub-category {
  display: none;
}

.product-catalog__sub-category_open {
  display: block;
}

.product-catalog__category-link {
  position: relative;
  font-size: 1rem;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.product-catalog__category-item-icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  rotate: -45deg;
  margin-left: 25px;
  transition: all 0.3s ease;
}

.product-catalog__category-item-icon_open {
  rotate: 45deg;
}

.product-catalog__category-link {
  padding: 16px 20px 16px 0;
}

.product-catalog__category-item_active {
  background-color: #f3f3f3;
  border-radius: 15px;
  padding-left: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
}

.product-catalog__sub-category__item {
  padding: 16px 16px 16px 26px;
}

.product-catalog__sub-category__item:hover .product-catalog__sub-category-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
}

.product-catalog__sub-category-link {
  color: #333333;
}

.product-catalog__subcategory {
  margin-bottom: 2rem;
}

.product-catalog-list_enabled .product-catalog__subcategory {
  grid-row: 2;
  grid-column: 2;
}

.product-catalog__subcategory-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product_catalog_subcategory-item {
  width: 153px;
  height: 148px;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  border-radius: 15px;
  border: solid 1px #ebebeb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 12px;
}

.product_catalog_subcategory-item-name {
  text-align: center;
}

.product_catalog_subcategory-item-name {
  color: #333333;
}

.product-catalog__filters-options {
  display: flex;
  gap: 40px;
}

.product-catalog__filters-view {
  display: flex;
  gap: 25px;
}

.product-catalog__view-label {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.product-catalog__view {
  width: 20px;
  height: 20px;
}

.product-catalog__view-label:hover path {
  fill: #333333;
  transition: all 0.15s ease-in;
}

.product-catalog__title {
  margin-bottom: 0rem;
  font-size: 2.5rem;
}

.product-catalog__title-info {
  font-size: 1rem;
  color: #8d8d8d;
}

.product-catalog__filters-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-catalog__filters-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  color: #b0b0b0;
  transition: all 0.15s ease-in;
  position: relative;
}

.product-catalog__filters-link:hover {
  color: #333333;
}

.product-catalog__filters-arrow-upstream::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(assets/filter_arrow.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 10px;
  height: 12px;
  margin-left: 5px;
  bottom: 3px;
}

.product-catalog__filters-arrow-downstream::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(assets/filter_arrow.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  width: 10px;
  height: 12px;
  margin-left: 5px;
  bottom: 3px;
  transform: rotate(180deg);
}

.product__grid {
  display: grid;
  grid-template-columns: 120px 642px auto;
  gap: 17px;
}

.thumbsSwiper {
  height: 100%;
}

.product__title {
  font-size: 2.3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  color: #333333;
}

.product__sku {
  color: #a7a7a7;
}

.product__thumbs-items {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
}

.product__view-image .swiper-zoom-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.tpg {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
}
.tpg__semibold-36 {
  font-weight: 600;
  font-size: 36px;
  color: rgb(51, 51, 51);
}
.tpg__medium-12 {
  font-weight: 500;
  font-size: 12px;
}
.tpg__regular-14 {
  font-weight: 400;
  font-size: 14px;
}
.tpg__regular-12 {
  font-weight: 400;
  font-size: 12px;
}
.tpg__regular-18 {
  font-weight: 400;
  font-size: 18px;
}
.tpg__regular-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}
.tpg__headline-96 {
  font-weight: 500;
  font-size: 96px;
  line-height: normal;
}
.tpg__btn {
  font-weight: 700;
  color: #ffffff;
  font-size: 1rem;
}
.tpg__semiBold-24px {
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
}
.tpg__semiBold-14 {
  font-weight: 600;
  font-size: 14px;
  line-height: normal;
}
.tpg__line-height_48 {
  line-height: 48px;
}
.tpg__bold_16 {
  font-weight: 700;
  font-size: 16px;
}
.tpg__category-title {
  font-weight: 600;
  font-size: 42px;
}
.tpg__category-list-title {
  font-weight: 700;
  font-size: 18px;
}
.tpg__category-item {
  font-weight: 400;
  font-size: 16px;
}
.tpg__category-item.active {
  font-weight: 600;
}

.block_margin-bottom {
  margin-bottom: 70px;
}

.container_releative {
  position: relative;
}

.scroll-block {
  overflow: hidden;
  margin-right: 15px;
}

:root {
  --border-radius: 15px;
  --border-radius-btn: 25px;
  --border-color: #c2c2c2;
  --animation-speed: 0.3s;
  --box-shadow-static: 0 0 5px rgba(187, 187, 187, 0.55);
  --box-shadow-product-card-special: 0 0 5px rgba(0, 0, 0, 0.15);
  --box-shadow: 0 0 15px rgba(187, 187, 187, 0.55);
  --vertical-menu-height: 75vh;
}

.blog-widget__slider {
  padding-block: 21px;
  padding-inline: 10px;
  margin-inline: -10px;
}

.blog-widget__item {
  box-shadow: var(--box-shadow-static);
  border-radius: 15px;
  overflow: hidden;
  height: auto;
  transition: box-shadow 0.3s ease-in-out;
  transition-delay: 85ms;
}
.blog-widget__item:hover {
  box-shadow: var(--box-shadow);
}

.blog-widget__img {
  width: 100%;
  object-fit: contain;
}

.blog-widget__link {
  display: block;
  width: 100%;
}

.blog-widget__cover a a {
  width: 100%;
}
.blog-widget__date {
  font-size: 0.875rem;
  margin-bottom: 1.125rem;
}

.blog-widget__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

/*
.blog-widget__btn-decoration {
  display: block;
  width: 4.35rem;
  height: 0.03rem;
  background-color: color_sheme_default.$btn-catalog-color;
}
*/
/*
.blog-widget__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem
}
*/
.blog-widget__btn-title {
  font-size: 0.75rem;
}

.blog-widget__item-wrapper {
  padding: 1.25rem;
  padding-bottom: 2rem;
}

.advantages {
  display: flex;
  flex-direction: row;
}

.aura-slideshow__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-inline: 60px;
  display: flex;
}

.aura-slideshow__image {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.aura-slideshow__image img {
  height: 100%;
}

.aura-slideshow__line-2 {
  margin-bottom: 13px;
}

.aura-slideshow_pos_left_center {
  justify-content: flex-end;
  align-items: center;
}

.aura-slideshow__inner {
  padding-inline: 15px;
}

.aura_slideshow {
  padding-block: 15px;
}

.aura-slideshow__container {
  height: 400px;
}

.aura-slidshow__double {
  display: grid;
  grid-template-columns: 73.5% 342px;
  grid-template-rows: 400px;
  column-gap: 2.7%;
}

.aura-slideshow__image img {
  object-fit: cover;
}

.aura-slideshow__large {
  width: 100%;
  border-radius: var(--border-radius);
}

.aura-slideshow__small {
  width: 100%;
  padding: 5px;
  margin-block: -5px;
}

.aura-slideshow__slide-large {
  width: 100%;
}

.aura-slideshow__slide-small {
  width: 337px;
  height: 100%;
  border-radius: var(--border-radius);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.product-card {
  max-width: 337px;
  height: auto;
  border-radius: 15px;
  box-shadow: var(--box-shadow-static);
  display: grid;
  grid-template-rows: 335px auto;
  margin-bottom: 70px;
  transition: all 0.3s ease-in-out;
  transition-delay: 85ms;
}
.product-card__btn-wrapper {
  opacity: 0;
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.8rem;
  padding-bottom: 0.5rem;
  gap: 1rem;
  top: 91%;
  left: 0;
  transition: all 0.3s ease-in-out;
  transition-delay: 85ms;
  border-radius: 0 0 15px 15px;
  box-shadow: 0px 10px 14px rgba(187, 187, 187, 0.55);
  background-color: white;
}
.product-card:hover {
  box-shadow: var(--box-shadow);
}
.product-card__cover {
  display: block;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.product-card__cover img {
  max-height: 337px;
  width: 100%;
}
.product-card__decript-wrapper {
  padding: 1.75rem 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card__price-wrapper {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  display: flex;
  margin-bottom: 0.5rem;
  gap: 0.75rem;
  align-items: start;
  flex-direction: column;
}
.product-card__name {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
  margin-bottom: 2.125rem;
  font-size: 1rem;
}
.product-card__tax {
  font-size: 0.75rem;
  color: #8d8d8d;
  margin-bottom: 0.8125rem;
}
.product-card__icon {
  width: 20px;
  height: 20px;
}
.product-card__btn-label {
  color: #3c96a3;
  width: 40px;
  height: 40px;
  stroke-width: 3px;
}
.product-card__favorite-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  display: none;
}
.product-card__btn {
  width: 63%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card__btn-favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.product-card__btn-compare {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.product-card__price_old {
  display: none;
  text-decoration: line-through;
  color: #6f6f6f;
}
.product-card__discont-amount {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  display: none;
  font-size: 0.75rem;
  padding: 0.3125rem;
  background-color: #ff4a4a;
  border-radius: 5px;
  color: #ffffff;
}
.product-card__reviews {
  font-size: 0.75rem;
  color: #959595;
}
.product-card__rating {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 1rem;
}
.product-card__score-wrapper {
  display: flex;
  gap: 0.2rem;
}

.product-label__wrapper {
  position: absolute;
  left: 1rem;
  top: 11px;
}

.product-widget_favorite-topCorner .product-card__btn {
  min-width: 100%;
}

.product-widget_favorite-topCorner .product-card__favorite-wrapper {
  position: absolute;
  right: -5px;
  top: 10px;
  display: flex;
  flex-direction: column;
  gap: 0;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.product-widget_favorite-topCorner .product-card__btn-wrapper .product-card__favorite-wrapper {
  display: none;
}

.product-card__btn-wrapper .product-card__favorite-wrapper {
  display: flex;
}

.product-card:hover .product-card__btn-wrapper {
  opacity: 1;
  display: flex;
  top: 98%;
  z-index: 999;
}

.product-card:hover.product-widget_favorite-topCorner > .product-card__favorite-wrapper {
  display: block;
  top: 10px;
  right: 5px;
  opacity: 1;
}

.reviews-widget__slider {
  padding: 0.4rem;
}

.reviews-widget__wrapper {
  margin: -0.4rem;
}

.reviews-widget__item {
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(51, 51, 51, 0.2);
  padding: 1.25rem;
  display: grid;
  grid-template-columns: 100px auto;
  grid-template-rows: repeat(3, 33.33px) auto;
  column-gap: 1.25rem;
  align-items: start;
  height: auto;
}

.reviews-widget__avatar {
  grid-row: 1/4;
}

.reviews-widget__avatar img {
  display: none;
}

.reviews-widget__avatar-default {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-widget__avatar-letter {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  color: #ffffff;
  font-size: 4rem;
  text-transform: uppercase;
}

.reviews-widget__user-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  color: #333333;
  font-size: 1.125rem;
  grid-column: 2/3;
}

.reviews-widget__pub-date {
  font-size: 0.875rem;
  color: #777777;
  grid-column: 2/3;
}

.reviews-widget__content {
  padding: 0.4375rem;
}

.reviews-widget__content {
  padding-top: 1.75rem;
  font-size: 0.875rem;
  grid-column: span 2;
}

.reviews-widget__rate {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  grid-column: 2/3;
}

.reviews-widget__rate-icon {
  width: 20px;
  height: 20px;
}

.catalog-widget_cover img {
  width: 100%;
}

.catalog-widget__tags {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  font-size: 0.875rem;
  background-color: rgba(187, 187, 187, 0.25);
  padding: 0.56rem 1.375rem;
  border-radius: 25px;
  text-transform: capitalize;
  transition: background-color 0.3s ease-in-out;
  transition-delay: 85ms;
}
.catalog-widget__tags:hover {
  background-color: black;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-widget__descript {
    font-size: 1rem;
  }
}
.catalog-widget__tags-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  flex-wrap: wrap;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-widget__title {
    font-size: 1.58rem;
  }
}
.catalog-widget__descript {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333333;
  font-size: 1.14rem;
}

.catalog-widget-item_col-2 .catalog-widget__title-wrapper {
  padding: 1.25rem 1.825rem;
}

.catalog-widget-item_col-4 {
  grid-column: span 4;
  background-color: #f5f5f5;
}

.catalog-widget-item_col-4 .catalog-widget__inner {
  padding: 2.4375rem 1.6875rem;
}

.catalog-widget-item_col-4 .catalog-widget__title-wrapper {
  padding: 1.25rem 1.825rem;
}

.catalog-widget-item_col-3 {
  grid-column: span 3;
  background-color: #f5f5f5;
}

.catalog-widget-item_col-3 .catalog-widget__inner {
  padding: 2.4375rem 1.6875rem;
}

.catalog-widget-item_col-3 .catalog-widget__title-wrapper {
  padding: 1.25rem 1.825rem;
}

.catalog-widget__item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transition-delay: 85ms;
}
.catalog-widget__item:hover {
  box-shadow: 0 0 20px rgba(187, 187, 187, 0.55);
}
.catalog-widget__item:hover .catalog-widget__title-wrapper {
  background-color: rgba(187, 187, 187, 0.55);
}
.catalog-widget__item:hover .catalog-widget__tags {
  background-color: rgba(187, 187, 187, 0.55);
}

.catalog-widget__tags {
  cursor: pointer;
  pointer-events: all;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-widget__tags {
    font-size: 1rem;
  }
}
.catalog-widget__title-wrapper {
  cursor: pointer;
  pointer-events: all;
  padding: 0.935rem 0.375rem;
  background-color: rgba(187, 187, 187, 0.25);
  display: block;
  max-width: 504px;
  border-radius: 15px;
  transition: background-color 0.3s ease-in-out;
  transition-delay: 85ms;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-widget__title-wrapper {
    padding: 0.375rem;
  }
}
.catalog-widget_cover {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.catalog-widget__inner {
  position: absolute;
  bottom: 0;
  padding: 1rem 0.625rem;
  width: 100%;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-widget__inner {
    padding: 0.625rem;
  }
}
.catalog-widget-item_col-2 {
  grid-column: span 2;
}

.catalog-widget-item_col-2 .catalog-widget__inner {
  padding: 2.4375rem 1.6875rem;
}

.catalog-widget__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-flow: dense;
  gap: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .catalog-widget__grid {
    gap: 1rem;
  }
}
.catalog-widget__title {
  grid-column: span 4;
}

.header__tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  flex-wrap: wrap;
}
.header__tab a {
  color: #333333;
}
.header__logo {
  max-width: fit-content;
}
.header .header__search {
  position: relative;
}
.header__item {
  display: flex;
  gap: 32px;
  transform: translateX(-21px);
}
@media (min-width: 992px) {
  .header__item {
    transform: none;
  }
}
.header__catalog-btn {
  border-radius: 15px;
  background-color: #333333;
  color: #fff;
  font-size: 16px;
  padding-inline: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

header {
  position: relative;
}

.nav-top {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  min-height: 30px;
}
.nav-top a {
  color: #929292;
}
.nav-top__list {
  display: inline-flex;
  gap: 2.12em;
}
.nav-top__right-panel {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333333;
}
.nav-top a {
  color: #333333;
}
.nav-top__item {
  display: flex;
  align-items: center;
  gap: 7px;
}

.search .inner {
  display: flex;
}
.search__icon {
  width: 15px;
  height: 15px;
}

.search__input {
  border-radius: 15px;
  height: 30px;
  border: 1px solid rgb(194, 194, 194);
}

.search__inner {
  position: relative;
}

.search__btn-search {
  position: absolute;
  top: 0;
  right: 0;
  padding-block: 8px;
  padding-right: 10px;
}

.menu-dropdown {
  position: relative;
}

.menu-content {
  padding-block: 25px;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transition-delay: 85ms;
}
.menu-content_vertical {
  width: 361px;
  background-color: #fff;
}
.menu-content_horizontal {
  width: 100%;
  background-color: #fff;
  padding-block: 30px;
}

.menu-dropdown {
  position: relative;
}

.menu-dropdown__wrapper {
  position: absolute;
  display: none;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.menu-dropdown__wrapper_horizontal {
  background-color: #fff;
}
.menu-dropdown__wrapper.open {
  display: block;
}
.menu-dropdown__wrapper.open .menu-content {
  height: 100%;
  opacity: 1;
}

.menu-item {
  padding-right: 15px;
  transition: background-color 0.3s ease-in-out;
  transition-delay: 85ms;
}
.menu-item.active {
  background-color: rgb(242, 242, 242);
}

.category__list {
  flex-shrink: 0;
}

.menu-children_hover_blue {
  transition: color 0.3s ease-in-out;
  transition-delay: 85ms;
}
.menu-children_hover_blue:hover {
  color: rgb(60, 150, 163);
}

.category__sub-sub-item a {
  color: #333;
}

.category__sub-item-title {
  padding-bottom: 3px;
  transition: all 0.3s ease-in-out;
  transition-delay: 85ms;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.category__sub-item-title:hover {
  color: #333;
  text-decoration: underline;
  text-decoration-color: #333;
  text-decoration-thickness: 1px;
}

.sub-category__wrap {
  display: grid;
  grid-template-columns: 50% 50%;
}

.menu-item__name {
  color: rgb(51, 51, 51);
  width: 176px;
}
.menu-item__icon {
  height: 50px;
  width: 50px;
}
.menu-item__chevron svg {
  width: 5px;
  height: 10px;
}
.menu-children {
  color: #333;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}

.category__list {
  position: relative;
  border-left: solid 1px rgb(222, 222, 222);
  border-right: solid 1px rgb(222, 222, 222);
}
.category__list_vertical {
  width: 100%;
}
.category__list_horizontal {
  max-width: 263px;
}

.category__item__content-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.category__item__link-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-horizontal {
  display: flex;
}
.menu-horizontal__sub-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.menu-horizontal__sub-item {
  display: inline-flex;
  width: 100%;
}
.menu-horizontal__sub-list {
  padding-left: 30px;
  padding-block: 33px;
  padding-right: 10px;
  margin-bottom: 0;
}
.menu-horizontal__sub-list-columns_1 {
  column-count: 1;
}
.menu-horizontal__sub-list-columns_2 {
  column-count: 2;
}
.menu-horizontal__sub-list-columns_3 {
  column-count: 3;
}
.menu-horizontal__sub-list-columns_4 {
  column-count: 4;
}

[data-category-sub-list-id] {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 85ms;
}
[data-category-sub-list-id].active {
  opacity: 1;
  display: block;
  width: 100%;
}

.category__list {
  margin-bottom: 0;
}

.category__list_vertical {
  height: max-content;
  max-height: var(--vertical-menu-height);
}

.menu-vertical__sub-list {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  width: max-content;
  opacity: 0;
  height: max-content;
  max-height: var(--vertical-menu-height);
  overflow-y: auto;
  overflow-x: clip;
  transition: opacity 0.3s ease-in-out;
  transition-delay: 85ms;
}
.menu-vertical__sub-list.active {
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 1;
}
.menu-vertical__sub-list .category__item__name {
  width: 248px;
}
.menu-vertical__sub-list::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.menu-vertical__sub-sub-list {
  width: max-content;
  position: absolute;
  height: max-content;
  overflow-y: auto;
  overflow-x: clip;
  max-height: var(--vertical-menu-height);
  left: 200%;
  top: 0;
  background-color: #fff;
  flex-direction: column;
  gap: 10px;
  display: none;
}
.menu-vertical__sub-sub-list::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.menu-vertical__sub-sub-list.active {
  display: flex;
}
.menu-vertical__sub-sub-list .category__item__name {
  width: 248px;
}
.menu-vertical__sub-sub-item {
  padding-inline: 17px;
}
.menu-vertical__sub-sub-item:hover {
  background-color: rgb(242, 242, 242);
}
.menu-vertical__sub-item {
  padding-inline: 17px;
}
.menu-vertical__sub-item.active {
  background-color: rgb(242, 242, 242);
}
.menu-vertical__sub-item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-vertical__overflow_gradient {
  background: linear-gradient(to top, transparent 0px, rgba(255, 255, 255, 0.8) 100px, white 150px);
}

.menu-banner {
  padding: 15px 20px;
  border-radius: 20px;
  background-color: #ffe8e8;
  width: fit-content;
  height: max-content;
}
.menu-banner__pics {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.menu-banner__pics img {
  border-radius: 20px;
}
.menu-banner__name {
  margin-bottom: 15px;
}
.menu-banner__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-banner__btn:hover {
  text-decoration: underline;
}

.curtain {
  position: absolute;
  width: auto;
  height: 100vh;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.17);
  z-index: -1;
  transition: all 0.3s ease-in-out;
  transition-delay: 85ms;
}
.curtain.open {
  width: 100vw;
  opacity: 1;
  z-index: 999;
  top: 100%;
}

.aura__btn-main {
  background-color: #3c96a3;
  height: 40px;
  border-radius: var(--border-radius-btn);
  color: #ffffff;
  padding-inline: 63px;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
  transition-delay: 85ms;
}
.aura__btn-main_wide {
  width: 100%;
}
.aura__btn-main_big {
  width: 300px;
}
.aura__btn-main:hover {
  background-color: #145f6a;
}

.aura__btn-catalog {
  background-color: rgb(51, 51, 51);
  height: 30px;
  padding-inline: 20px;
}
.aura__btn-catalog:hover {
  background-color: #262626;
}

.pin__stack {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.85rem;
  min-height: 53px;
  align-items: center;
}

.pin_style {
  background-color: #f2f2f2;
  padding: 5px 15px;
  border-radius: 15px;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: rgb(102, 102, 102);
  flex-shrink: 1;
  flex-wrap: nowrap;
  transition: all 0.3s ease-in-out;
  transition-delay: 85ms;
}
.pin_style:hover {
  background-color: #b5b5b5;
  color: #fff;
}

.pin_promo {
  background-color: #ff4a4a;
  color: #ffffff;
}
.pin_promo:hover {
  background-color: #a61818;
}

.product-card-special {
  padding-block: 15px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  height: 100%;
}
.product-card-special__name {
  line-height: normal;
}
.product-card-special__inner {
  width: 100%;
  padding-inline: 15px;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.product-card-special__row {
  display: grid;
  grid-template-columns: 182px auto;
  grid-template-rows: 182px;
  gap: 15px;
  align-items: center;
}
.product-card-special__discount-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-right: 5px;
  align-self: end;
}
.product-card-special__discount {
  display: flex;
  flex-direction: column;
}
.product-card-special__discount-amount-wrap {
  display: flex;
  font-size: 56px;
  color: rgb(255, 74, 74);
  font-weight: 600;
  align-items: baseline;
  line-height: 100%;
}
.product-card-special__discount-amount-percent {
  font-size: 36px;
  color: rgb(255, 74, 74);
  font-weight: 600;
  line-height: 100%;
}
.product-card-special__title {
  align-self: center;
}
.product-card-special__discount-text {
  font-weight: 600;
  color: rgb(255, 74, 74);
  line-height: 100%;
}
.product-card-special__old-price {
  font-size: 16px;
  font-weight: 400;
  color: rgb(135, 135, 135);
  text-decoration: line-through;
  line-height: 100%;
}
.product-card-special__new-price {
  font-weight: 600;
  font-size: 24px;
  color: rgb(51, 51, 51);
  line-height: 100%;
}
.product-card-special__price-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.product-card-special__view {
  padding-inline: 1px;
  width: 100%;
}

.category-page__title {
  margin-top: 0;
}
.category-page__product-amount {
  color: #8d8d8d;
}
.category-page__content-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.category-description {
  margin-bottom: 30px;
}
.category-description p {
  line-height: 24px;
}

.category-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  grid-auto-flow: row dense;
}

.category-page-col {
  display: grid;
  gap: 15px;
}
.category-page-col_left_aside {
  grid-template-columns: 25% 75%;
}
.category-page-col_right_aside {
  grid-template-columns: 75% 25%;
}
.category-page-col_right-left_aside {
  grid-template-columns: 25% 50% 25%;
}

.category-sorting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 7px;
}
.category-sorting__filters-list {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.category-sorting__grid-view {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.category-sorting__item.active .category-sorting__filter-name {
  color: #333333;
}
.category-sorting__item.active .category-sorting__marker {
  opacity: 1;
}
.category-sorting__item:hover {
  cursor: pointer;
}
.category-sorting__view-btn {
  width: 20px;
  height: 20px;
}
.category-sorting__view-btn.select .category-sorting__view-marker {
  color: #333333;
}
.category-sorting__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.category-sorting__filter-name {
  color: #b0b0b0;
  transition: all 0.3s ease-in-out;
  transition-delay: 85ms;
}
.category-sorting__view-marker {
  width: 21px;
  height: 21px;
  padding: 1px;
  color: #b0b0b0;
  transition: color 0.3s ease-in-out;
  transition-delay: 85ms;
}
.category-sorting__marker {
  flex: 1;
  opacity: 0;
  width: 10px;
  height: 14px;
  padding: 1px;
  transition: all 0.3s ease-in-out;
  transition-delay: 85ms;
  rotate: 180deg;
}
.category-sorting__marker.up {
  rotate: 0deg;
}

.category-product-view_grid-max {
  grid-template-columns: repeat(4, 1fr);
}
.category-product-view_grid-min {
  grid-template-columns: repeat(3, 1fr);
}
.category-product-view_list {
  grid-template-columns: repeat(1, 1fr);
}
.category-product-view_list .product-card {
  max-width: 100%;
  width: 100%;
}
.category-product-view_list .product-card__cover img {
  height: 100%;
  object-fit: contain;
}

.aside-category__title {
  margin-top: 10px;
}
.aside-category__list {
  padding-top: 20px;
}
.aside-category__chevron {
  transition: rotate 0.3s ease-in-out;
  transition-delay: 85ms;
}
.aside-category__item.open > .aside-category__item-link > .aside-category__chevron {
  rotate: 90deg;
}
.aside-category__item-link {
  color: rgb(51, 51, 51);
  border-radius: var(--border-radius);
  transition: all 0.3s ease-in-out;
  transition-delay: 85ms;
  width: 100%;
  line-height: 300%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aside-category__item-link:hover {
  color: rgb(51, 51, 51);
  background-color: #f2f2f2;
  padding-left: 15px;
}
.aside-category__item-link:focus {
  color: inherit;
}
.aside-category__sub-list {
  padding-left: 25px;
}
.aside-category__sub-list a {
  color: rgb(51, 51, 51);
}
.breadcrumb {
  margin-block: 15px;
  background-color: transparent;
}
.breadcrumb li a {
  color: #6a6a6a;
}

.products-types {
  padding-block: 30px;
}
.products-types__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 30px;
}
.products-types__item {
  width: 154px;
  height: 148px;
  padding-inline: 12px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--border-radius-btn);
  box-shadow: 0 0 2px rgb(187, 187, 187);
  transition: all 0.3s ease-in-out;
  transition-delay: 85ms;
}
.products-types__item a {
  color: #333;
}
.products-types__item:hover {
  box-shadow: var(--box-shadow);
}
.products-types__thumb {
  height: 85px;
}
.products-types__title {
  text-align: center;
}

.pagination-result {
  margin-bottom: 30px;
}

.aura_pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.aura_pagination .pagination li a {
  border: none;
  color: #333;
  padding: 0;
  border-color: #e6e6e6;
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  transition-delay: 85ms;
}
.aura_pagination .pagination li a:hover {
  color: #333;
  background-color: #e6e6e6;
}
.aura_pagination .pagination .active span {
  color: #333;
  border-color: #e6e6e6;
  background-color: #e6e6e6;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__subscribe-content {
  margin-bottom: 1.25rem;
}

.footer__list {
  margin-bottom: 1.65rem;
}

.footer {
  background-color: #e4e4e4;
}
.footer__logo-box {
  width: 132px;
  height: 45px;
}
.footer__logo {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.footer__social-list {
  display: flex;
  gap: 1.5rem;
}
.footer__social-item {
  width: 28px;
  height: 28px;
}
.footer__social-icon {
  color: #323232;
  fill: #323232;
  width: 100%;
  height: 100%;
}
.footer__item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0.6rem;
}
.footer__item a {
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s ease-in-out;
  transition-delay: 85ms;
}
.footer__item a:hover {
  color: #999999;
}
.footer__item-icon {
  width: 20px;
  height: 20px;
  color: #333333;
}
.footer__copyright {
  display: flex;
  align-items: self-end;
  justify-content: center;
  font-size: 0.75rem;
  padding-bottom: 1.25rem;
  gap: 0.25rem;
}
.footer__mail-btn {
  padding-inline: 0.66rem;
}

.footer_title_marg-bottom {
  margin-bottom: 2.2rem;
}

.footer__wrapper {
  display: grid;
  grid-template-columns: 336px repeat(2, auto) clamp(120px, 30%, 336px);
  grid-template-rows: repeat(2, auto);
  column-gap: 2%;
  padding: 3.3rem 0;
}

.footer__contact,
.footer__catalog,
.footer__info,
.footer__social,
.footer__subscribe {
  grid-row: span 2;
}

.footer__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #333333;
  font-size: 1.125rem;
  padding-top: 0.7rem;
}

.footer__title::after {
  content: "";
  margin-top: 0.635rem;
  display: block;
  width: 70px;
  height: 1px;
  background-color: #333333;
}

.footer__social {
  grid-column: 4/5;
  grid-row: 1/2;
}

.footer__social .footer_title_marg-bottom {
  margin-bottom: 1rem;
}

.footer__subscribe {
  grid-column: 4/5;
  grid-row: 2/3;
}

.footer__subscribe-content {
  font-size: 0.875rem;
}

.footer__mail-wrap {
  position: relative;
}

.footer__mail-form {
  background-color: #ffffff;
  border-radius: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer__mail-input {
  background-color: #ffffff;
  border-radius: 30px;
  height: 40px;
  min-width: 50%;
  padding: 0.75rem;
  color: #c3c3c3;
}

.modal__search.modal__search_position {
  top: 50px;
}
.modal__search.modal__inner {
  height: 0;
}
.modal__search-input {
  height: 50px;
  border-radius: 30px;
}
.modal__search-form {
  display: flex;
  align-items: center;
}
.modal__search-icon {
  width: 25px;
  height: 25px;
}
.modal__search-btn {
  display: flex;
  padding-block: 12px;
  padding-right: 15px;
  align-items: center;
  justify-content: center;
}
.modal__search-list-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.modal__search-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: inherit;
}
.modal__search-product-name {
  margin-bottom: 10px;
}

.search-wrapper {
  width: 100%;
}

.modal__search-title {
  color: rgb(194, 194, 194);
}
.modal__search-list-wrap {
  padding-block: 15px;
  gap: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.modal__sub-search-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}

.search-list_title {
  color: rgb(194, 194, 194);
}

.modal__sub-search-item {
  color: #333;
}

.modal__search-list-item {
  width: inherit;
  padding: 10px;
  border-radius: 15px;
  transition: background-color 0.3s ease-in-out;
  transition-delay: 85ms;
}
.modal__search-list-item:hover {
  background-color: rgb(242, 242, 242);
}

.modal__search-btn-all-result {
  align-self: center;
  cursor: pointer;
}

.modal__search-list {
  width: 100%;
}

.modal__search-title {
  margin-bottom: 10px;
}

dialog::backdrop {
  background-color: transparent;
  transition: all 2s ease;
}

dialog.backdrop-animate::backdrop {
  background-color: rgba(0, 0, 0, 0.17);
}

.modal-system {
  position: fixed;
  margin-inline: auto;
  top: 50vh;
  border-radius: var(--border-radius);
  opacity: 0;
  height: max-content;
  transition: all 0.75s ease-in-out;
}
.modal-system.modal_animate {
  opacity: 1;
}
.modal-system.modal_animate .modal__inner {
  width: 1000px;
  max-height: 1000px;
}
.modal__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 30px;
  max-height: 0;
  padding: 30px;
  transition: all 0.75s ease-in-out;
}

.product-carousel__title {
  margin-bottom: 20px;
}
.product-carousel__swiper-container {
  padding: 5px;
  margin-inline: -5px;
}
/*# sourceMappingURL=stylesheet.css.map */
