/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./src/css/index.scss ***!
  \*******************************************************************************************************************************************************************************************************/
@charset "UTF-8";

@keyframes blink {
  60% {
    left: 100%;
  }
  100% {
    left: 130%;
  }
}
.product__button.add-to-cart__button {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 48px;
  cursor: pointer;
}

.product__button.add-to-cart__button.cart-added {
  padding: 4px 16px;
  background-color: var(--orange-color);
  color: var(--on-primary-color);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product__button.add-to-cart__button.cart-added span {
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  margin-top: -12px;
}

.link-to-cart {
  padding: 6px 12px;
  background-color: var(--orange-color);
  color: var(--on-primary-color);
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.link-to-cart span {
  font-weight: 400;
  margin-left: 3px;
}

.product__to {
  color: var(--primary2-color);
  font-weight: 600;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes slide-out {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.loader {
  position: absolute;
  margin: auto;
  width: 80px;
  height: 80px;
  display: none;
}

.loader svg {
  width: 100%;
}

.loader--active {
  display: inline-block;
}

.loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  -webkit-animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--primary2-color) transparent transparent transparent;
}

.loader.loader--small {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loader.loader--small div {
  width: 24px;
  height: 24px;
  margin: 8px;
  border: 4px solid #fff;
  border-color: #FF6B00 transparent transparent transparent;
}

.loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.brand-thumb {
  position: relative;
  width: calc(100%/4);
  height: 200px;
  padding: 65px 0;
}

.brand-thumb__img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.brand-thumb__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.brand-thumb__loader {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.brand-thumb__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FAFAFA;
}

.counter {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 259%;
  right: -11%;
}

.counter--active {
  visibility: visible;
  opacity: 1;
}

.counter__button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-container);
  cursor: pointer;
  transition: .3s;
  border-radius: 50%;
}

.counter__button > * {
  pointer-events: none;
}

.counter__button:hover {
  background: var(--orange-color);
  transition: .3s;
}

.counter__button:hover svg {
  color: var(--on-primary-color);
}

.counter__button--disabled {
  pointer-events: none;
  background: var(--surface-variant);
  color: #8C8C8C;
  opacity: .4;
}

.counter__count {
  width: 36px;
  height: 36px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  pointer-events: none;
}
.product-details .product-reviews .product-reviews__title {
  margin-bottom: 40px;
  text-transform: none;
}

.product-details .product-reviews .product__columns {
  gap: 120px;
}

.product-reviews .product__column2 {
  max-width: 414px;
}

.review__item:not(:last-of-type) .review__content {
  border-bottom: 1px solid #D9D9D9;
}

.review__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.review__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.review__user {
  display: flex;
  gap: 16px;
}

.review__avatarbox {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.review__author {
  font-weight: 600;
  color: #404040;
  margin-bottom: 6px;
}

.review__date {
  font-size: 14px;
  line-height: 18px;
  color: #404040;
  opacity: 0.8;
}

.review__rating--big svg {
  transform: scale(1.3333);
  margin-right: 6px;
}

.review__text {
  color: #272727;
}

.review__images {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  gap: 16px;
}

.review__images a {
  width: 160px;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
}

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

.review__reply a {
  font-weight: 600;
  color: var(--primary2-color);
  text-transform: capitalize;
}

.review__amount {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 16px;
}

.review__score {
  font-size: 18px;
  line-height: 28px;
  color: #272727;
}

.rating-distribution {
  margin-bottom: 40px;
}

.rating-distribution .rating {
  width: 80px;
}

.rating-distribution .min-width.hint span {
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.rating-distribution td:has(.bar) {
  padding: 0 8px;
  width: 100%;
}

.rating-distribution .bar {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #D9D9D9;
}

.rating-distribution .filling {
  height: 4px;
  background-color: #F2C94C;
}

.reviews__button {
  padding: 12px;
  background-color: var(--primary2-color);
  color: #FFF;
  border-radius: 8px;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.reviews__button:hover {
  background-color: var(--primary3-color);
}

.review-modal {
  position: fixed;
  cursor: pointer;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #35353566;
  justify-content: center;
  align-items: center;
  overflow: auto;
  padding: 100px 0;
  display: none;
}

.review-modal--active {
  display: flex;
}

.review-modal__wrapper {
  width: 500px;
  padding: 24px;
  border-radius: 16px;
  background: white;
  cursor: default;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.review-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}

.review-modal__header span {
  display: flex;
  align-items: center;
}

.review-modal__header span svg {
  width: 26px;
  height: 26px;
  margin: 16px;
}

.review-modal__close {
  cursor: pointer;
  display: flex;
}

.review-modal__attention {
  width: 100%;
  background: #F7F5F3;
  padding: 8px 16px;
  border-radius: 8px;
  color: #404040;
  display: flex;
  margin-bottom: 24px;
}

.review-modal__attention svg {
  margin-right: 8px;
}

.review-modal__attention a {
  color: var(--primary2-color);
  text-decoration: underline;
  margin-right: 4px;
  display: contents;
}

.review__form p {
  margin-bottom: 24px;
}

.review__form .form__group {
  width: 100%;
}

.review__form .form__field {
  margin-bottom: 24px;
}

.review__form .form-field__name {
  color: #404040;
  opacity: 0.8;
  margin-bottom: 8px;
}

.review__form .rating-select {
  display: flex;
  align-items: center;
  gap: 8px;
}

.review__form .rating-select svg {
  transform: scale(1.333);
  margin-right: 6px;
  color: #D9D9D9;
}

.review__form .rating-select .rating-select__star.selected svg,
.review__form .rating-select .rating-select__star.colored svg {
  color: #F2C94C;
}

.review__form .rating-select__clear {
  cursor: pointer;
}

.review__form .textarea_fill {
  height: 144px;
  width: 100%;
  resize: none;
  border: 2px solid #DDE2E2;
  border-radius: 8px;
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 21px;
  padding: 8px;
}

.review__form .files-input {
  display: none;
}

.review__form .images-button {
  padding: 20px;
  background-image: url("data:image/svg+xml,%3csvg width=%27100%25%27 height=%27100%25%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3crect width=%27100%25%27 height=%27100%25%27 fill=%27none%27 stroke=%27%23717274%27 stroke-width=%272%27 stroke-dasharray=%2710%2c 10%27 stroke-dashoffset=%274%27 stroke-linecap=%27square%27/%3e%3c/svg%3e");
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  cursor: pointer;
  color: #A0A0A0;
}

.review__form .images-button svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.review__form .review__attachments {
  margin-bottom: 8px;
}

.review__form .review__attachment {
  padding: 8px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #C2C2C2;
}

.review__form .review__attachment span {
  color: #141414;
  margin-left: 8px;
  margin-right: auto;
}

.review__form .review__attachment svg {
  width: 24px;
  height: 24px;
}

.review__form .review__attachment:hover {
  color: #FF6B19;
}

.review__form .review__attachment:hover span {
  color: #FF6B19;
}

.review__form .reviews__button {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 16px;
  margin-bottom: 24px;
  border-radius: 8px;
}

.review__form .policy-note {
  opacity: 1;
  margin-bottom: 0;
}

.review__form .policy-note a {
  color: var(--primary2-color);
  display: contents;
}

.product-review-form__notice {
  display: none;
}

.rating-select .rating-select__stars {
  display: flex;
  gap: 4px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.reviews__empty-rating {
  margin-bottom: 16px;
  display: flex;
  gap: 24px;
}

.reviews__empty-content {
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: 8px;
  background: #F7F7F7;
}

.reviews__empty-content .reviews__button {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.review__product {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #8C8C8C;
}

.review__product a {
  color: #8C8C8C;
  display: contents;
}

p,
h3,
li {
  margin: 0;
}

.footer {
  background-color: var(--primary-container);
  width: 100%;
  min-width: 360px;
  margin-top: 40px;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1360px;
  margin: 0 auto;
  padding: 80px 40px;
}

.footer__col {
  max-width: 270px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__col-contacts {
  gap: 40px;
}

.footer__col-location {
  gap: 0;
}

.footer__logo {
  transition: opacity .3s ease-in-out;
}

.footer__logo:hover {
  opacity: .5;
  transition: opacity .3s ease-in-out;
}

.footer__key {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  opacity: .8;
}

.footer__value {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
  transition: opacity .3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}

.footer__point {
  font-size: 16px;
  line-height: 24px;
}

.footer__point.second__point {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
  margin-top: 4px;
}

.footer__city {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__value:hover {
  color: var(--primary3-color);
  transition: color .3s ease-in-out;
}

.footer__nav-heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #404040;
}

.footer__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  opacity: .8;
  transition: .3s ease-in-out;
}

.footer__item a {
  display: inline;
  color: var(--black-color);
  opacity: .8;
  cursor: pointer;
  transition: opacity .3s ease-in-out;
}

.footer__item a:hover {
  color: var(--primary2-color);
  transition: color .3s ease-in-out;
}

.footer__select-wrapper {
  display: flex;
}

.footer__policy {
  max-width: 200px;
}

.footer__social {
  display: flex;
  gap: 16px;
}

.footer__address {
  margin: 38px 0 26px;
}

.footer__address.address__select {
  position: relative;
}

.footer__address.address__select .first__point {
  display: flex;
}

.footer__address.address__select .first__point::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 8%27 fill=%27none%27%3E%3Cpath d=%27M0.876953 1.40479L6.06836 6.59521L11.2588 1.40479%27 stroke=%27%23141414%27 stroke-width=%271.5%27/%3E%3C/svg%3E");
  position: relative;
  width: 16px;
  height: 24px;
  margin-left: 8px;
  transition: transform .3s;
}

.footer__address.address__select a, .footer__address.address__select div {
  z-index: 3;
  position: relative;
}

.footer__address.address__select a {
  cursor: pointer;
}

.footer__address.address__select a:hover {
  opacity: 1;
}

.footer__address.address__select:hover .first__point::after {
  transform: rotate(180deg);
}

.footer__address.address__select:hover .second__point {
  opacity: 1;
  visibility: visible;
}

.footer__address.address__select:hover::after {
  visibility: visible;
  opacity: 1;
}

.footer__address.address__select::after {
  content: '';
  background: #fff;
  width: calc(100% + 16px);
  height: calc(100% + 21px);
  left: -8px;
  top: -8px;
  position: absolute;
  border-radius: 8px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s;
  box-shadow: 0px 4px 12px 0px #00000040;
}

.footer__url {
  position: relative;
  display: flex;
}

.footer__messanger {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.footer__hover {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.footer__messanger:hover {
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.footer__messanger:hover ~ .footer__hover {
  opacity: 1;
}

.footer__bottom {
  background-color: var(--on-primary-color);
}

.footer__inner {
  max-width: 1360px;
  padding: 0 40px;
  height: 68px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__holder {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer__link {
  display: flex;
}

.footer__content {
  display: flex;
  gap: 16px;
}

.footer__icon:hover {
  opacity: .5;
  transition: opacity .3s ease-in-out;
}

.footer__checkout {
  background-color: var(--grey6-color);
}

.footer__wrap {
  background-color: var(--primary-container);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 16px 40px;
  margin: 32px 24px 8px;
}

.footer__copy,
.footer__toproi {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--on-background-color);
  opacity: .8;
}

.shop-regions-button .shop-regions__link {
  color: var(--primary2-color);
  border-bottom: none !important;
  display: flex;
  align-items: center;
}

.shop-regions-button .shop-regions__link::after {
  content: url("data: image/svg+xml, %3Csvg width=%2725%27 height=%2725%27 viewBox=%270 0 25 25%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27 %3E%3Cpath d=%27M7.01758 11.3979L12.209 16.5884L17.3994 11.3979%27 stroke=%27%235F5240%27 stroke-width=%271.5%27 /%3E%3C/svg%3E%0A");
  margin-left: 5px;
  margin-bottom: 3px;
  height: 24px;
  width: 24px;
}

body .shop-regions-window__wrapper {
  width: 825px;
  box-shadow: 0px 4px 12px 0px #00000040;
  font-family: 'Montserrat';
}

body .shop-regions-window__wrapper,
.shop-regions-ip-analyzer__wrapper {
  border-radius: 16px;
  padding: 40px;
}

body .shop-regions-window__search .shop-regions-window__sub-header {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #272727;
  margin-bottom: 16px;
}

body .shop-regions__button-close {
  color: #404040;
  top: 40px;
  right: 40px;
  font-size: 18px;
  text-align: center;
}

body .shop-regions-window-search {
  width: 100%;
  margin-bottom: 16px;
}

body .shop-regions-window-search .shop-regions-window-search__input {
  border-radius: 8px;
  padding: 8px 16px;
  height: 40px;
  border: 1px solid #C6BDB0;
}

body .shop-regions-window__regions {
  margin-top: 0;
  padding: 16px;
}

body .shop-regions-window__regions.js-search_result {
  padding: 0;
}

body .shop-regions-window .selected_region {
  font-weight: 600;
}

body .shop-regions-window__region {
  margin-bottom: 0;
}

body .shop-regions-window__region:not(:last-child) {
  margin-bottom: 8px;
}

body .shop-regions__link {
  color: #8C8C8C;
  text-decoration: none;
}

body .shop-regions__link:hover {
  color: var(--primary2-color);
}

body .without_regions .shop-regions-window__regions.search_result {
  margin-left: 0;
}

body .shop-regions__window .shop-regions-window_mobile .shop-regions__link {
  font-weight: 400;
}

body .shop-regions__window .shop-regions-window_mobile .selected_region .shop-regions__link {
  font-weight: 600;
}

.shop-regions-window__search .shop-regions-window__sub-subheader {
  display: none;
}

.shop-regions-window__regions_all .shop-regions-window__sub-header {
  display: none;
}

.shop-regions-window__regions_all {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 320px;
  margin: 0 auto;
}

.form__top {
  max-width: 1328px;
  min-width: 360px;
  padding: 80px 24px 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.form__header {
  max-width: 760px;
}

.form__button {
  width: clamp(320px, 32%, 410px);
}

.form__top:last-child {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.form__header:last-child {
  color: var(--on-primary-color);
}

.form__row1 {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.form__banner {
  max-width: 1600px;
  min-width: 328px;
  width: 100%;
  -o-object-position: left;
     object-position: left;
  -o-object-fit: cover;
     object-fit: cover;
  height: 385px;
}

.form__banner:has(.form__placeholder) {
  background: #8C8C8C;
}

.form__wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.form__row2 {
  max-width: 1328px;
  width: 100%;
  display: flex;
  gap: 120px;
  padding: 40px 24px;
  align-items: flex-end;
  justify-content: center;
}

.form__description {
  max-width: 580px;
  width: 100%;
}

.form__headline {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  opacity: .8;
}

.form__form {
  max-width: 1328px;
  padding: 0 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

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

.form__inputs {
  display: flex;
  gap: 24px;
}

.form__input {
  width: clamp(320px, 32%, 410px);
  border: 2px solid var(--primary-container);
  padding: 16px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #141414;
}

.form ::-moz-placeholder {
  color: #727272;
}

.form ::placeholder {
  color: #727272;
}

.form__wrapper {
  gap: 24px;
}

.form__form .button {
  width: clamp(320px, 32%, 410px);
  margin: 0;
}

.form__form .button:disabled {
  color: blue;
}

.form__explanation {
  line-height: 28px;
  opacity: 1;
  width: clamp(320px, 44.3%, 410px);
}

.form__policy {
  display: inline;
  color: var(--primary2-color);
  transition: color .3s ease-in-out;
}

.form__policy:hover {
  transition: color .3s ease-in-out;
  color: #994000;
}

.form .hidden {
  display: none;
  transition: opacity .3s ease;
}

.form .active {
  opacity: 1;
  display: block;
  transition: opacity .3s ease;
}

.form__success, .form__failure {
  max-width: 1328px;
  width: 100%;
  padding: 115px 0 80px;
}

.form__inner {
  border: 2px solid #EAE6E0;
  border-radius: 24px;
  padding: 40px 337px 40px 350px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
}

.form__inner .button {
  padding: 8px 32px;
  width: auto;
}

.form__head {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  opacity: .8;
  max-width: 593px;
}

.form__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity: .8;
  max-width: 593px;
}

.form__pic {
  position: absolute;
  width: 147px;
  height: 162px;
}

.form__success .form__img {
  position: absolute;
  width: 212px;
  height: 384px;
  left: 3vw;
  bottom: 0;
}

.form__success .form__pic {
  right: 3.5vw;
  bottom: -1px;
}

.form__failure .form__img {
  position: absolute;
  width: 243px;
  height: 363px;
  right: 2vw;
  bottom: 0;
}

.form__failure .form__pic {
  left: 3.5vw;
  bottom: -1px;
}

@keyframes ticker {
  0% {
    transform: translate3d(0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* PARTNER */
.partner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.partner__banner {
  width: 100%;
}

/* CATEGORIES */
.categories {
  position: relative;
  overflow: hidden;
}

.categories:hover .block-action {
  opacity: 1;
  visibility: visible;
}

.categories__container {
  margin: 0 auto;
  padding-bottom: 32px;
  max-width: 1550px;
}

.categories__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 1328px;
  margin: 80px auto 40px;
  padding: 0 24px;
  width: 100%;
}

.categories__title {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
}

.categories__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 240px);
  gap: 16px;
  margin: 0 24px;
  padding: 0;
  list-style-type: none;
}

.categories__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 16px;
  overflow: hidden;
  border-radius: 16px;
  border: 2px solid #eae6e0;
  z-index: 1;
  transition: opacity .6s ease-in-out;
}

.categories__item:nth-child(1) {
  grid-area: 1 / 1 / 2 / 3;
}

.categories__item:nth-child(2) {
  grid-area: 1 / 3 / 2 / 4;
}

.categories__item:nth-child(2) .categories__img {
  height: 75%;
}

.categories__item:nth-child(3) {
  grid-area: 1 / 4 / 3 / 5;
}

.categories__item:nth-child(3) .categories__imagebox {
  display: flex;
  align-items: baseline;
}

.categories__item:nth-child(3) .categories__img {
  height: auto;
  width: 100%;
}

.categories__item:nth-child(4) {
  grid-area: 2 / 1 / 3 / 2;
}

.categories__item:nth-child(4) .categories__img {
  height: 75%;
}

.categories__item:nth-child(5) {
  grid-area: 2 / 2 / 3 / 4;
}

.categories__item:nth-child(6) {
  grid-area: 3 / 3 / 4 / 4;
}

.categories__item:nth-child(7) {
  grid-area: 3 / 4 / 4 / 5;
}

.categories__item:nth-child(7) .categories__img {
  height: 75%;
}

.categories__item:nth-child(8) {
  grid-area: 3 / 1 / 4 / 3;
}

.categories__item:nth-child(9) {
  grid-area: 4 / 1 / 4 / 2;
}

.categories__item:nth-child(9) .categories__img {
  height: 75%;
}

.categories__item:nth-child(10) {
  grid-area: 4 / 2 / 4 / 2;
}

.categories__item:nth-child(10) .categories__img {
  height: 75%;
}

.categories__item:nth-child(11) {
  grid-area: 4 / 3 / 4 / 5;
}

.categories__item:nth-child(12) {
  display: none;
}

.categories__item.categories__info {
  grid-area: 3 / 1 / 4 / 3;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 48px 16px 16px;
  border: none;
}

.categories__item.categories__info .categories__c-imagebox {
  padding: 0 80px;
}

.categories__item.categories__info .categories__c-heading {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}

.categories__item.categories__info .categories__c-text {
  font-size: 18px;
  line-height: 28px;
}

.categories__item.categories__item--shadow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: opacity .6s ease-in-out;
  z-index: 2;
}

.categories__item--colored {
  background: rgba(234, 203, 172, 0.7);
}

.categories__item.categories__item--shadow:hover::before {
  opacity: 0;
  transition: opacity .6s ease-in-out;
}

.categories__imagebox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: transform .6s ease-in-out, opacity .6s ease-in-out;
  justify-content: flex-end;
  display: flex;
}

.categories__icon {
  margin-bottom: 24px;
  z-index: 5;
}

.categories__img {
  position: relative;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .6s ease-in-out, opacity .6s ease-in-out;
}

.categories__img.tablet {
  display: none;
}

.categories__item:hover .categories__imagebox {
  transition: transform .6s ease-in-out;
}

.categories__item:hover .categories__img.categories__img--hidden {
  opacity: 1;
  transition: transform .6s ease-in-out, opacity .6s ease-in-out;
}

.categories__img--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.categories__img.categories__img--hidden {
  opacity: 0;
}

.categories__img--full {
  z-index: -1;
}

.categories__header--white {
  color: #fff;
}

.categories__count--white {
  color: #fff;
}

.categories__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 6;
}

.categories__header {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  z-index: 5;
}

.categories__count {
  font-size: 16px;
  line-height: 24px;
  color: var(--primary2-color);
  z-index: 5;
}

.categories__svg {
  position: absolute;
  z-index: -1;
}

.categories__svg--1 {
  bottom: 0;
  left: 0;
}

.categories__svg--5 {
  top: 0;
  left: 0;
}

.categories__svg--9 {
  top: 0;
  left: 0;
}

.categories__item--1 {
  grid-area: 1 / 1 / 3 / 2;
}

.categories__item--2 {
  grid-area: 1 / 2 / 2 / 3;
}

.categories__item--3 {
  grid-area: 2 / 2 / 3 / 3;
}

.categories__item--4 {
  grid-area: 1 / 3 / 2 / 5;
}

.categories__item--5 {
  grid-area: 2 / 3 / 4 / 4;
}

.categories__item--6 {
  grid-area: 2 / 4 / 3 / 5;
}

.categories__item--7 {
  grid-area: 3 / 4 / 4 / 5;
}

.categories__item--8 {
  grid-area: 3 / 1 / 4 / 3;
}

.categories__item--9 {
  grid-area: 4 / 1 / 5 / 2;
}

.categories__item--10 {
  grid-area: 4 / 2 / 5 / 3;
}

.categories__item--11 {
  grid-area: 4 / 3 / 5 / 5;
}

.categories__item--grid {
  grid-area: 1;
}

/* INFO 1600*/
.info {
  display: flex;
  justify-content: center;
  margin: 0 0 120px;
}

.info__imgbox {
  max-width: 633px;
  max-height: 657px;
  min-width: 469px;
  min-height: 601px;
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.info__header {
  margin: 80px 0 40px;
}

.info__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.info__content {
  display: flex;
  gap: 52px;
  gap: clamp(39px, 10vw, 52px);
}

.info__column {
  width: clamp(468px, 42vw, 596px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.info__wrapper {
  margin-bottom: 40px;
}

.info__text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
  width: clamp(468px, 468px, 347px);
}

.info__products .block {
  margin: 0;
}

.info__products .block .block__content {
  padding: 0;
  gap: clamp(10px, 3vw, 39px);
  flex-wrap: nowrap;
}

.info__products .block .block__content .block__header {
  display: none;
}

.info .prices__group {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  opacity: .8;
}

.info .prices__block {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  opacity: .8;
}

.info__products .block .block__content .product-thumb {
  width: 100%;
  height: auto;
  margin: 0;
}

.info .product__button.add-to-cart__button {
  margin-bottom: 16px;
}

.info .prices {
  margin-bottom: 8px;
}

/* BENEFITS 1600*/
.benefits {
  display: flex;
  justify-content: flex-end;
  margin: 120px auto;
}

.benefits__container {
  max-width: 1462px;
  padding: 0 24px;
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
  gap: 52px;
  width: 100%;
}

.benefits__header {
  margin-bottom: 24px;
}

.benefits__text {
  margin-bottom: 40px;
}

.benefits__column {
  display: flex;
  flex-direction: column;
  max-width: 468px;
}

.benefits__imagebox {
  gap: 18px;
  display: flex;
}

.benefits__item {
  position: relative;
  background: #F7F7F7;
  border-radius: 16px;
}

.benefits__img {
  min-width: 190px;
  width: 100%;
}

.benefits__arrows {
  display: none;
}

.benefits__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* ADDRESS 1600 */
.address {
  display: flex;
  justify-content: center;
  margin: 120px auto;
}

.address__header {
  margin: 80px 0 40px;
}

.address__content {
  display: flex;
  gap: clamp(30px, 14vw, 180px);
}

.address__imgbox {
  max-width: 632px;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  min-width: 450px;
}

.address__img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.address__column {
  display: flex;
  flex-direction: column;
  max-width: 468px;
  gap: 40px;
}

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

.address__section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.address__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.address__value {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  opacity: .8;
  max-width: 350px;
}

.address__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--on-background-color);
  opacity: .8;
}

.address__route {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.address__link {
  text-align: end;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--primary2-color);
  opacity: .8;
}

.address__link:hover {
  transition: color .3s ease-in-out;
  color: var(--primary3-color);
}

/* BRANDS 1600 */
.brands {
  display: flex;
  justify-content: center;
  margin: 0 0 120px;
}

.brands__container {
  max-width: 1328px;
  width: 100%;
}

.brands__content {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto auto;
  gap: 24px;
  margin-bottom: 40px;
  padding: 0 24px;
}

.brands__header {
  margin: 80px 0 40px;
  padding: 0 24px;
}

.brands__item {
  border: 2px solid var(--primary-container);
  border-radius: 8px;
  position: relative;
  transition: background-color .3s ease-in-out;
  max-width: 302px;
  min-width: 230px;
  width: 100%;
  max-height: 302px;
  min-height: 230px;
  height: calc(100vw/4 - 24px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.brands__item:hover {
  background-color: #F7F7F7;
  transition: background-color .3s ease-in-out;
}

.brands__img {
  width: 60%;
  mix-blend-mode: multiply;
}

.brands__placeholder {
  width: 302px;
  height: 295px;
  padding: 64px 54px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.brands__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.brands .button {
  margin: 0 24px;
}

/* FAQ 1600 */
.faq {
  display: flex;
  justify-content: center;
  margin: 0 0 120px;
}

.faq__header {
  margin: 80px 0 40px;
}

.faq__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: clamp(40px, 10vw, 164px);
}

.faq__accordion-btn {
  position: relative;
  border: none;
  padding: 30px 0;
  cursor: pointer;
}

.faq__accordion {
  width: 100%;
  min-width: clamp(502px, 51vw, 648px);
  margin-top: -16px;
}

.faq__accordion .button {
  position: relative;
  z-index: 1;
  margin-top: 40px;
  max-width: 238px;
  width: 100%;
}

.faq__section {
  max-height: 800px;
  transition: all .3s ease-in-out;
}

.faq__hidden {
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.faq__accordion-item {
  display: none;
}

.faq__line {
  border: 2px solid #EAE6E0;
  margin: 0;
}

.faq__accordion-label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 16px;
  gap: 16px;
  cursor: pointer;
  transition: color .3s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.faq__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  opacity: .8;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: max-height .3s ease-in-out, padding-bottom .3s ease-in-out;
}

.faq__text {
  margin-bottom: 0;
}

.faq__accordion-item:checked ~ .faq__answer {
  height: auto;
  max-height: 100%;
  max-height: 500px;
  padding-bottom: 15px;
  transition: max-height .3s ease-in-out, padding-bottom .3s ease-in-out;
}

.faq__imgbox {
  max-width: 468px;
  width: 100%;
  max-height: 524px;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  min-width: 400px;
}

.faq__img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.faq__wrapper {
  position: relative;
  display: flex;
}

.faq__icon {
  width: 32px;
  height: 32px;
  color: var(--on-primary-container);
  transition: .3s ease-in-out;
}

.faq__accordion-label:hover {
  color: var(--primary2-color);
  transition: color .3s ease-in-out;
}

.faq__accordion-label:hover > .faq__wrapper > .faq__icon {
  color: var(--primary2-color);
  transition: color .3s ease-in-out;
}

.faq__accordion-item:checked + .faq__accordion-label > .faq__wrapper > .faq__icon {
  transform: rotate(45deg);
  transition: transform .3s ease-in-out;
}

/* ADVICES 1600 */
.advices {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 360px;
}

.advices__top {
  max-width: 1328px;
  padding: 80px 24px 40px;
  width: 100%;
}

.advices__imgbox {
  display: flex;
  flex-direction: row;
  max-width: 1550px;
  width: 100%;
  margin: 40px 0;
}

.advices__imgbox::-webkit-scrollbar {
  display: none;
}

.advices__play {
  position: absolute;
  z-index: 1;
  top: 43.4%;
  left: 39.9%;
  width: 56px;
  height: 56px;
  color: var(--on-primary-color);
  transition: all .3s ease;
}

.advices__img {
  position: relative;
  z-index: 0;
  max-width: 278px;
  max-height: 424px;
  width: 100%;
  height: 100%;
  border-radius: 11px;
}

.advices__placeholder {
  width: 278px;
  height: 424px;
  padding: 64px 54px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.advices__hover {
  content: '';
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.advices__item {
  position: relative;
  z-index: 0;
  width: auto;
  margin-right: 40px;
  border-radius: 11px;
}

.advices__item:hover {
  opacity: .8;
}

.advices__item:hover > .advices__play {
  color: var(--primary2-color);
  transition: color .3s ease;
}

.advices__item:hover > .advices__link {
  border: 3px solid var(--primary2-color);
  transition: border-color .3s ease;
  border-radius: 11px;
}

.advices__item:last-child {
  margin-right: 0;
}

.advices__item::before {
  content: '';
  z-index: 1;
  width: 100%;
  height: 21%;
  display: block;
  position: absolute;
  border-radius: 11px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.advices__link {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 11px;
  transition: border-color .3s ease;
  border: 3px solid transparent;
}

.advices__link:hover ~ .advices__item::before {
  background: none;
}

.advices__text {
  position: absolute;
  z-index: 2;
  bottom: 0;
  margin: 0 15px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--on-primary-color);
}

.advices__btns {
  display: none;
}

.advices__arrows {
  display: none;
}

/* SUPPORT 1600 */
.support {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 320px;
  margin-bottom: 160px;
}

.support__top {
  max-width: 1328px;
  min-width: 360px;
  padding: 80px 24px 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.support__header {
  max-width: 760px;
}

.support__top:last-child {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.support__header:last-child {
  color: var(--on-primary-color);
}

.support__swiper {
  max-width: 1328px;
  padding: 0 24px;
  width: 100%;
  overflow: visible;
}

.support__container {
  max-width: 1280px;
  margin: 24px 0 80px;
  width: 100%;
}

.support__wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.support__img {
  width: 70px;
  height: 70px;
  border: 2px solid #FFFFFF;
}

.support__col {
  display: flex;
  flex-direction: column;
}

.support__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.support__job {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  opacity: .8;
}

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

.support__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.support__arrows {
  display: flex;
  align-items: center;
  align-self: end;
  gap: 24px;
  padding: 10px 0;
}

.support__arrow-prew {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  cursor: pointer;
  width: 35.5px;
  height: 20.5px;
  transform: rotate(-180deg);
  transition: .3s ease-in-out;
}

.support__arrow-next {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  cursor: pointer;
  width: 35.5px;
  height: 20.5px;
  transition: .3s ease-in-out;
}

.support__arrow-next:hover, .support__arrow-prew:hover {
  color: #FF6B00;
  transition: .3s ease-in-out;
}

.support__arrows .swiper-button-disabled {
  width: 19.5px;
  height: 20.5px;
  opacity: .4;
  cursor: not-allowed;
  transition: opacity .3s, width .3s;
}

.support__btns {
  display: none;
}

.support__item {
  max-width: 580px;
  margin-right: 120px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.support__item:last-child {
  margin-right: 0;
}

/* REVIEWS */
.reviews {
  position: relative;
  overflow: hidden;
  background: var(--reviews-background);
}

.reviews:hover .block-action {
  opacity: 1;
  visibility: visible;
}

.reviews__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 80px 16px;
  max-width: 1440px;
}

.reviews__left {
  position: absolute;
  left: -138px;
  bottom: -175px;
}

.reviews__right {
  position: absolute;
  right: -149px;
  top: 70px;
}

.reviews__title {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
}

.reviews__descr {
  margin-bottom: 16px;
  max-width: 618px;
  text-align: center;
  line-height: 28px;
  z-index: 1;
}

.reviews__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 1;
}

.reviews__item {
  margin: 0;
  padding: 0;
}

.reviews__item:not(:last-child) {
  margin-right: 68px;
}

.reviews__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.reviews__label {
  font-weight: 600;
  line-height: 28px;
  margin-right: 10px;
  text-transform: uppercase;
}

.reviews__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  font-size: 22px;
  background-color: var(--reviews-circle-background);
  border-radius: 100%;
}

/* ABOUT */
.about {
  position: relative;
  background: var(--company-background);
}

.about:hover .block-action {
  opacity: 1;
  visibility: visible;
}

.about__container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 80px 16px;
  max-width: 1440px;
}

.about__left {
  margin-right: 80px;
  width: calc(50% - 80px);
}

.about__right {
  width: 50%;
  font-size: 18px;
  line-height: 30px;
}

.about__title {
  margin: 0 0 40px 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
}

/* Swiper-brands */
.swiper-brands {
  width: 100%;
}

.reviews-block {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}

.reviews-block__header {
  margin: 40px 0;
}

.reviews-block__content {
  padding-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.reviews-block__content .review__content {
  width: 50%;
}

@media (max-width: 1600px) {
  html {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  .product__button.add-to-cart__button {
    padding: 6px 12px;
    border-radius: 32px;
    font-size: 14px;
    line-height: 20px;
  }
  .link-to-cart {
    font-size: 16px;
    line-height: 24px;
  }
  .product__to {
    font-size: 12px;
    line-height: 18px;
  }
  .block__content {
    max-width: 100%;
    padding: 0 24px;
  }
  .block__content--noPadding {
    padding: 0;
  }
  .block__content:has(.swiper-thumbs) .block__header {
    padding: 0 24px;
  }
  .product-thumb__badge {
    top: 16px;
  }
  .counter {
    bottom: 211%;
    right: -25%;
  }
  .counter__button {
    width: 24px;
    height: 24px;
  }
  html {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 350px) {
  body {
    overflow-x: scroll;
  }
  body {
    overflow-x: scroll;
  }
}

@media only screen and (max-width: 1400px) {
  .hidden {
    display: none;
  }
  .hidden {
    display: none;
  }
}

@media (max-width: 1199px) {
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .button {
    border-radius: 32px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }
}

@media (max-width: 767px) {
  h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }
  h2 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
  }
}

@media (max-width: 768px) {
  .mobile {
    display: block;
  }
  .dekstop {
    display: none;
  }
  .install-modal {
    align-items: flex-end;
  }
  .install-modal__body {
    width: 100%;
    height: 90%;
    border-radius: 16px 16px 0 0;
    padding: 32px 16px 24px;
  }
  .install-modal__title {
    font-size: 16px;
    line-height: 24px;
    padding-right: 0;
  }
  .install-modal__close {
    position: absolute;
    width: 48px;
    height: 48px;
    box-shadow: 0px 0px 24px 0px #00000040;
    border-radius: 50%;
    right: 16px;
    top: -23px;
    z-index: 10;
    cursor: pointer;
  }
  .install-modal__close svg {
    width: 100%;
    height: 100%;
  }
  .install-modal__close.install-modal__close--big {
    position: relative;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 120px;
    background-color: transparent;
    box-shadow: none;
    margin-left: 16px;
    margin-top: auto;
  }
  .install-modal__close.install-modal__close--big svg {
    width: 80px;
    height: 80px;
  }
  .install-modal__content {
    height: auto;
  }
  .install-modal__imagebox {
    height: auto;
  }
  .quiz__content {
    justify-content: center;
  }
  .quiz__close {
    right: 0px;
    top: -5px;
  }
  .quiz__btn {
    padding: 5px 10px;
  }
  .header_new .header__logobox {
    width: 100px;
    height: 37px;
  }
  .header__bonuses {
    padding: 11px 12px;
    border-radius: 48px;
    border: 1px solid #EAEAEA;
    background-color: #FFF;
    color: #434343;
    font-size: 12px;
    line-height: 18px;
    margin-right: 8px;
  }
  .butn__text {
    line-height: 24px;
  }
  .swiper-thumbs {
    margin-left: 8px;
  }
  .block__content {
    padding: 0 16px;
  }
  .block__content--noPadding {
    padding: 0;
  }
  .block__content:has(.swiper-thumbs) .block__header {
    padding: 0 16px;
  }
  .block__title {
    font-size: 24px;
    line-height: 32px;
  }
  @keyframes slide-out {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(100%);
    }
  }
  @keyframes slide-in {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }
  .product-thumb {
    padding: 0 8px;
  }
  .product-thumb__label {
    display: none;
  }
  .product-thumb__header {
    padding: 8px 0 0;
  }
  .product-related .product-thumb__elements {
    margin-top: 16px;
  }
  .product-thumb__prices {
    margin-bottom: 0;
  }
  .product-thumb__prices .prices__price {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-right: 8px;
  }
  .product-thumb__prices .prices__old {
    font-size: 12px;
    line-height: 18px;
  }
  .product-thumb__buttons {
    margin-bottom: 0;
  }
  .category__content .product-thumb__buttons {
    margin-top: 8px;
  }
  .swiper-thumbs {
    padding: 16px 0;
  }
  .product-thumb__badge {
    top: 16px;
    left: 16px;
  }
  .product-thumb__reviews {
    gap: 8px;
    margin-top: 0;
  }
  .product-thumb__comment svg {
    transform: scale(0.75);
  }
  .product-thumb__comment span {
    font-size: 12px;
    line-height: 18px;
  }
  .product-thumb__stars svg {
    transform: scale(0.85);
  }
  .counter {
    top: 0;
    left: 0;
  }
  .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 24px;
    border-radius: 48px;
  }
  .review__content {
    margin-bottom: 32px;
    padding-bottom: 32px;
  }
  .review__avatarbox {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
  .review__avatarbox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .review__rating {
    width: 116px;
    min-width: 116px;
  }
  .review__rating--big {
    width: 135px;
    min-width: 135px;
  }
  .reviews__empty-content {
    flex-direction: column;
    background-color: #fff;
    padding: 0;
  }
  .product-reviews {
    padding-bottom: 32px;
  }
  .product-details .product-reviews .product__columns {
    gap: 40px;
  }
  .product-reviews .product__columns {
    flex-direction: column-reverse;
  }
  .product-details .product-reviews .product__columns.product-reviews-empty {
    gap: 0;
  }
  .review-modal {
    padding: 100px 0 0;
    z-index: 99999;
  }
  .review-modal__wrapper {
    width: 100%;
    border-radius: 16px 16px 0 0;
    margin-top: auto;
  }
  .review__images {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .review__images a {
    width: 96px;
    height: 96px;
  }
  .footer {
    min-width: 360px;
    background-color: var(--on-primary-color);
  }
  .footer__container {
    display: none;
  }
  .footer__mobile {
    display: flex;
    min-width: 328px;
    justify-content: space-between;
    background-color: var(--primary-container);
    margin: 80px 16px 16px;
    margin-bottom: 120px;
    padding: 16px;
    border-radius: 8px;
  }
  .footer__wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .footer__copyright {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: var(--grey3-color);
    margin: 0 !important;
  }
  .footer__text {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: var(--primary2-color);
  }
  .footer__link {
    align-self: flex-end;
  }
  .form {
    margin-bottom: 0;
  }
  .form__top {
    padding: 24px 16px 8px;
  }
  .form__top:last-child {
    padding: 16px;
  }
  .form__banner {
    height: 240px;
  }
  .form__row2 {
    min-width: 328px;
    gap: 48px;
    padding: 16px 16px 8px;
    flex-wrap: wrap;
  }
  .form__wrapper {
    margin-bottom: 16px;
  }
  .form__description {
    max-width: 100%;
  }
  .form__headline {
    font-size: 24px;
    line-height: 32px;
    opacity: 1;
  }
  .form__form {
    padding: 0 16px;
  }
  .ticker {
    padding: 16px 0;
  }
  .ticker__item {
    font-size: 18px;
    line-height: 28px;
    margin-right: 8px;
    text-transform: none;
  }
  .ticker__icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }
  .ticker__icon1 {
    transform: scale(0.5);
    margin-right: 8px;
  }
  .hero-swiper {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width=%27328%27 height=%27406%27 viewBox=%270 0 328 406%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0 33.2687C0 12.771 18.4907 -2.76786 38.6822 0.761597L300.682 46.5589C316.476 49.3196 328 63.0328 328 79.066V373C328 391.225 313.225 406 295 406H33C14.7746 406 0 391.225 0 373V33.2687Z%27 fill=%27white%27/%3E%3C/svg%3E%0A");
    max-height: 100%;
    margin: 0 16px;
  }
  .hero-swiper__group {
    right: 13px;
    top: 10px;
    transform: none;
    gap: 40px;
    justify-content: end;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .hero-pagination .swiper-pagination-bullet-active {
    width: 18px;
  }
  .hero-new .hero__container {
    flex-direction: column;
    padding: 0px 0 24px;
  }
  .hero-new .hero-swiper__group {
    position: relative;
    margin-bottom: 24px;
  }
  .hero-new .hero-swiper__slide {
    width: 146px;
    height: 208px;
    margin-left: 8px;
    border-radius: 8px;
  }
  .hero-new .hero-swiper__navigation {
    bottom: 0;
  }
  .partner {
    margin: 24px 0;
  }
  .categories__top {
    margin: 24px auto 8px;
    padding: 0 16px;
  }
  .categories__title {
    font-size: 24px;
    line-height: 32px;
  }
  .categories__list {
    margin: 0 16px;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(9, 125px);
  }
  .categories__item:nth-child(3) .categories__img {
    height: 100% !important;
  }
  .categories__item:nth-child(3) .categories__img {
    height: 85%;
    width: 100%;
  }
  .categories__item:nth-child(1) {
    grid-area: 9 / 1 / 9 / 3;
  }
  .categories__item:nth-child(2) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .categories__item:nth-child(3) {
    grid-area: 4 / 2 / 6 / 3;
  }
  .categories__item:nth-child(3) .categories__imagebox {
    top: -10%;
  }
  .categories__item:nth-child(4) {
    grid-area: 2 / 1 / 4 / 2;
  }
  .categories__item:nth-child(4) .categories__imagebox {
    top: -10%;
  }
  .categories__item:nth-child(4) .categories__img {
    width: 100%;
    height: 100%;
  }
  .categories__item:nth-child(5) {
    grid-area: 6 / 1 / 7 / 3;
  }
  .categories__item:nth-child(6) {
    grid-area: 4 / 1 / 5 / 2;
  }
  .categories__item:nth-child(7) {
    grid-area: 5 / 1 / 6 / 2;
  }
  .categories__item:nth-child(7) .categories__imagebox {
    top: -10%;
  }
  .categories__item:nth-child(8) {
    grid-area: 3 / 2 / 4 / 3;
  }
  .categories__item:nth-child(9) {
    grid-area: 7 / 2 / 7 / 2;
  }
  .categories__item:nth-child(10) {
    grid-area: 8 / 2 / 8 / 2;
  }
  .categories__item:nth-child(11) {
    grid-area: 7 / 1 / 9 / 2;
  }
  .categories__item:nth-child(11) .categories__img {
    width: 100%;
    height: 100%;
    top: -10%;
  }
  .categories__item:nth-child(12) {
    display: flex;
    grid-area: 1 / 1 / 2 / 3;
  }
  /* categories */
  .categories__header {
    font-size: 12px;
    line-height: 16px;
  }
  .categories__count {
    font-size: 12px;
    line-height: 16px;
  }
  /* INFO */
  .info {
    margin: 40px 0;
  }
  .info__imgbox {
    min-width: 328px;
    min-height: 328px;
    max-height: 100%;
    height: auto;
    margin-left: 0;
  }
  .info__header {
    margin: 24px 0 8px;
  }
  .info__img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  .info__content {
    gap: 16px;
  }
  .info__text {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
  }
  .info__wrapper {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .info__products {
    display: none;
  }
  /* BENEFITS 768 */
  .benefits {
    margin: 40px 0;
  }
  .benefits__header {
    margin: 24px 0 8px;
    padding: 0 16px;
  }
  .benefits__container {
    gap: 0;
    padding: 0;
    min-width: 360px;
  }
  .benefits__wrapper {
    margin: 8px 16px;
    gap: 24px;
    flex-direction: column;
    order: 1;
  }
  .benefits__text {
    max-width: 100%;
    min-width: 328px;
  }
  .benefits__header {
    order: -1;
  }
  .benefits .button {
    padding: 12px 24px;
    font-size: 14px;
    line-height: 21px;
    max-height: 45px;
    width: 126px;
  }
  .benefits__text {
    margin-bottom: 24px;
  }
  .benefits__imagebox {
    min-width: 328px;
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    order: 0;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    /* IE и Edge */
    scrollbar-width: none;
    /* Firefox */
    padding: 16px;
  }
  .benefits__imagebox::-webkit-scrollbar {
    display: none;
  }
  /* ADDRESS 768 */
  .address {
    margin: 40px 0;
  }
  .address__header {
    margin: 24px 0 8px;
  }
  .address__wrapper {
    gap: 24px;
  }
  .address__content {
    gap: 16px;
  }
  .address__imgbox {
    min-width: 328px;
    min-height: 328px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 8px;
  }
  .address__column {
    gap: 24px;
    margin-top: 8px;
  }
  .address__section {
    gap: 24px;
  }
  .address__row {
    gap: 8px;
  }
  .address__value {
    font-size: 14px;
    line-height: 21px;
  }
  .address__route {
    gap: 16px;
  }
  .address__link {
    font-size: 14px;
    line-height: 21px;
    overflow-wrap: break-word;
  }
  /* BRANDS 768 */
  .brands {
    margin: 40px 0;
  }
  .brands__container {
    min-width: 360px;
  }
  .brands__header {
    margin: 24px 0 8px;
    padding: 0 16px;
  }
  .brands .button {
    margin-left: 16px;
  }
  .brands__wrapper {
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE и Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .brands__wrapper::-webkit-scrollbar {
    display: none;
  }
  .brands__content {
    gap: 8px;
    padding: 8px 16px 24px;
    margin: 0;
    max-width: 100vw;
    width: 100%;
    align-self: flex-start;
  }
  .brands__item {
    height: calc(100vw/4 - 8px);
    border-width: 2px;
    padding: 0;
  }
  .brands__item:nth-child(4), .brands__item:nth-child(4) {
    margin-right: 16px;
  }
  .brands__placeholder {
    padding: 21px 24px;
    min-width: 116px;
    min-height: 116px;
    border-radius: 8px;
  }
  /* FAQ 768 */
  .faq {
    margin: 40px 0;
  }
  .faq__header {
    margin: 24px 0 24px;
  }
  .faq__content {
    gap: 16px;
  }
  .faq__accordion-item:checked ~ .faq__answer {
    padding-bottom: 24px;
  }
  /*ADVICES 768*/
  .advices__top {
    padding: 0 16px;
    margin: 24px 0 0;
    max-width: 100%;
  }
  .advices__swiper {
    padding: 0 16px;
  }
  .advices__imgbox {
    margin: 16px 0;
    max-width: calc(100vw - 33px);
  }
  .advices__play {
    width: 39px;
    height: 39px;
  }
  .advices__item {
    margin-right: 8px;
  }
  .advices__item:last-child {
    margin-right: 0;
  }
  .advices__img {
    max-width: 193px;
    max-height: 295px;
    width: 100%;
    height: 100%;
  }
  .advices__text {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 8px 8px;
  }
  .advices__arrows {
    display: none !important;
  }
  .advices__btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 11px;
    padding: 0 16px 24px;
  }
  .advices__btn-prew, .advices__btn-next {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
    width: 48px;
    height: 48px;
    color: #141414;
    transition: color .3s;
  }
  .advices__btns .swiper-button-disabled {
    cursor: not-allowed;
    color: #EAE6E0;
    transition: color .3s;
  }
  /* SUPPORT 768 */
  .support {
    margin-bottom: 0;
  }
  .support__top {
    padding: 24px 16px 8px;
  }
  .support__top:last-child {
    padding: 16px;
  }
  .support__container {
    max-width: calc(100vw - 16px);
    margin: 0 0 20px;
  }
  .support__swiper {
    padding: 0 16px 0 16px;
  }
  .support__item {
    width: 360px;
    margin-right: 120px;
  }
  .support__item:last-child {
    margin-right: 120px;
  }
  .support__content {
    gap: 8px;
  }
  .support__arrows {
    display: none;
  }
  .support__btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 11px;
    padding: 0 16px 24px;
    margin-bottom: 40px;
  }
  .support__btn-prew, .support__btn-next {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
    width: 48px;
    height: 48px;
    color: #141414;
    transition: color .3s;
  }
  .support__btns .swiper-button-disabled {
    cursor: not-allowed;
    color: #EAE6E0;
    transition: color .3s;
  }
  .support__banner {
    height: 240px;
  }
  .support__row2 {
    min-width: 328px;
    gap: 48px;
    padding: 16px 16px 8px;
    flex-wrap: wrap;
  }
  .support__description {
    max-width: 100%;
  }
  .support__headline {
    font-size: 24px;
    line-height: 32px;
    opacity: 1;
  }
  .support__form {
    padding: 0 16px;
  }
}

@media (max-width: 1024px) {
  .header__container {
    max-width: 100%;
  }
  .header__top .header__block .header__key {
    display: none;
  }
  .header_new .header__top .header__link {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__top .header__block .header__value,
  .header_new .header__top .shop-regions-button .shop-regions__link {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__middle .search .search__input {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__middle .search .search__input::-moz-placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__middle .search .search__input::placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__btn--text {
    display: none;
  }
  .header_new .header__bottom .menu__link {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .menu-categories .menu__item:nth-child(n+4) {
    display: none;
  }
  .header__bonuses {
    font-size: 14px;
    line-height: 21px;
  }
  .menu-catalog {
    width: calc(100% - 40px);
  }
  .menu__bottom {
    -moz-columns: 3;
         columns: 3;
  }
  .price-text__number {
    font-size: 16px;
    line-height: 24px;
  }
  .butn {
    padding: 8px 16px 8px 12px;
    font-weight: 400;
    border-width: 1px;
    font-size: 14px;
    line-height: 21px;
  }
  .butn--orange {
    border: 1px solid #FF6B00;
  }
  .butn--big {
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .butn:hover {
    color: #FFF;
  }
  .butn--orange:hover {
    border-color: #FF6B00;
    color: white;
  }
  .butn:hover .butn__circle {
    opacity: 0;
  }
  .swiper-buttons {
    margin-left: auto;
    margin-right: 16px;
    gap: 12px;
  }
  .block {
    margin-bottom: 0px;
  }
  .block__header {
    margin: 24px 0 8px;
  }
  .block__title {
    font-size: 32px;
    line-height: 40px;
  }
  .product-thumb {
    width: calc(100%/2 - 8px);
  }
  .product-thumb--2 {
    width: calc(100%/2 - 8px) !important;
    min-width: 160px;
  }
  .product-thumb--3 {
    width: calc(100%/2 - 8px) !important;
  }
  .product-thumb--4 {
    padding-top: 16px 16px 0 16px;
    width: calc(100%/3 - 16px);
  }
  .product-thumb__imgbox {
    width: 100%;
    height: 160px;
  }
  .product-thumb__price {
    font-size: 14px;
    line-height: 24px;
  }
  .product-thumb__title {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
  }
  .button {
    font-weight: 400;
    border-width: 1px;
    font-size: 14px;
    line-height: 21px;
  }
  body .shop-regions-window__wrapper {
    width: 640px;
  }
  .hero-swiper__group .button-circle {
    width: 48px;
    height: 48px;
  }
  .categories__title {
    font-size: 32px;
    line-height: 40px;
  }
  .reviews-block__content {
    gap: 24px;
  }
}

@media (min-width: 1601px) {
  .header__container--mobile {
    margin: 16px auto;
  }
}

@media (max-width: 1200px) {
  .quiz__btn {
    font-size: 14px;
    line-height: 21px;
  }
  .header__middle .header__list .header__item:not(:last-of-type) {
    margin-right: 8px;
  }
  .header__bottom {
    padding: 8px 0;
  }
  .header__bottom .header__right {
    height: 37px;
  }
  .avatar__ph {
    color: #fff;
  }
  .header_new .header__top .header__item:not(:last-of-type) {
    margin-right: 24px;
  }
  .header_new .header__top .header__block .header__key {
    font-size: 14px;
    line-height: 21px;
  }
  .header_new .header__left {
    gap: 16px;
  }
  .header_new .header__middle .header__right {
    margin-left: 16px;
  }
  .header_new .header__middle #search {
    margin-right: 16px;
  }
  .header_new .catalog__btn {
    height: 48px;
  }
  .header_new .catalog__btn .catalog__text {
    display: none;
  }
  .header_new .catalog__icon {
    margin-right: 0;
  }
  .header_new .header__group:not(:last-of-type) {
    padding-right: 16px;
  }
  .header_new .header__group:last-of-type {
    padding-left: 16px;
  }
  .header_new .header__right .additional__menu {
    right: 24px;
  }
  .menu-categories .menu__column {
    gap: 8px;
  }
  .menu-categories .menu__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .menu__title {
    font-size: 14px;
    line-height: 21px;
  }
  .search__imgbox {
    width: 42px;
    height: 42px;
    margin-right: 16px;
  }
  .search__name {
    font-size: 14px;
    line-height: 21px;
  }
  .counter {
    bottom: 197%;
    right: -15%;
  }
  .footer__container {
    padding: 80px 24px;
    margin: 0;
    gap: 30px;
  }
  .footer__col {
    max-width: 214px;
  }
  .footer__inner {
    padding: 0 24px;
    margin: 0;
  }
  .footer__checkout {
    background-color: var(--grey6-color);
  }
  .footer__wrap {
    background-color: var(--primary-container);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    padding: 16px 40px;
    margin: 32px 24px 8px;
  }
  .form__top {
    padding: 64px 24px 40px;
  }
  .form__top:last-child {
    padding-bottom: 24px;
  }
  .form__row2 {
    gap: 32px;
  }
  .form__headline {
    font-size: 18px;
    line-height: 28px;
  }
  .form__inputs {
    gap: 8px;
  }
  .form__input {
    width: clamp(200px, 33%, 410px);
    font-size: 14px;
    line-height: 21px;
  }
  .form__wrapper {
    gap: 24px;
  }
  .form__form .button {
    width: clamp(200px, 32.8%, 410px);
  }
  .form__explanation {
    font-size: 14px;
    line-height: 21px;
    width: 410px;
  }
  .categories__item:nth-child(3) .categories__img {
    max-height: 85%;
  }
  .categories__item:nth-child(4) .categories__img {
    width: 100%;
  }
  .categories__item:nth-child(8) .categories__img {
    height: 75%;
  }
  .categories__img.tablet {
    display: flex;
  }
  .categories__img.desktop {
    display: none;
  }
  /* INFO 1200*/
  .info {
    margin: 0 0 80px;
  }
  .info__header {
    margin: 64px 0 40px;
  }
  .info__imgbox {
    max-width: 100%;
    max-height: 100%;
    min-width: auto;
    min-height: auto;
    border-radius: 8px;
    width: 50%;
  }
  .info__column {
    width: 50%;
    align-items: flex-start;
  }
  .info__wrapper {
    margin-bottom: 37px;
  }
  .info__text {
    width: clamp(328px, 35vw, 468px);
  }
  .info__content {
    gap: clamp(39px, 5vw, 61px);
  }
  .info__products .block .block__content {
    padding: 0;
    gap: 40px;
    gap: clamp(16px, 3vw, 40px);
  }
  .info__products .block .block__content .product-thumb {
    padding: 0;
  }
  .info .product-thumb__imgbox {
    padding: 16px 8px;
  }
  /* BENEFITS 1200 */
  .benefits {
    margin: 80px 0;
  }
  .benefits__container {
    flex-direction: column;
    max-width: 1328px;
    margin-left: 0;
  }
  .benefits__column {
    max-width: 100%;
  }
  .benefits__header {
    margin-bottom: 40px;
  }
  .benefits__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
  .benefits__text {
    max-width: 550px;
    min-width: 180px;
    margin: 0;
  }
  .benefits__imagebox {
    width: 100%;
    gap: 19px;
  }
  .benefits__img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 17.5px;
    width: 100%;
  }
  .benefits .button {
    height: 53px;
    width: 230px;
    white-space: nowrap;
  }
  /* ADDRESS 1200 */
  .address {
    margin: 0 0 80px;
  }
  .address__header {
    margin: 64px 0 40px;
  }
  .address__content {
    gap: 30px;
  }
  .address__column {
    display: flex;
    flex-direction: column;
    gap: 33px;
  }
  .address__text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
  }
  .address__imgbox {
    min-width: 400px;
  }
  .address__wrapper {
    gap: 33px;
  }
  .address__wrapper .button {
    margin-top: 7px;
  }
  .address__section {
    gap: 30px;
  }
  .address__row {
    gap: 7.5px;
  }
  .address__value {
    font-size: 15px;
    line-height: 22px;
    max-width: 100%;
  }
  .address__route {
    gap: 16px;
    width: 100%;
  }
  .address__link {
    font-size: 15px;
    line-height: 22px;
  }
  /* BRANDS 1200*/
  .brands {
    margin: 0 0 80px;
  }
  .brands__header {
    margin: 64px 0 40px;
  }
  .brands__content {
    gap: 18px;
    width: 100%;
  }
  .brands__item {
    border-width: 3px;
    min-width: 116px;
    min-height: 116px;
    height: calc(100vw/4 - 18px);
  }
  .brands__img {
    max-width: 230px;
    max-height: 230px;
    border-radius: 6px;
  }
  .brands__placeholder {
    padding: 49px 41px;
    max-width: 230px;
    max-height: 225px;
    border-radius: 6px;
  }
  /* FAQ 1200 */
  .faq {
    margin: 0 0 80px;
  }
  .faq__content {
    gap: 40px;
  }
  .faq__accordion {
    min-width: 300px;
  }
  .faq__accordion .button {
    margin-top: 40px;
  }
  .faq__line {
    border-width: 1px;
  }
  .faq__icon {
    width: 26px;
    height: 26px;
  }
  .faq__header {
    margin: 64px 0 40px;
  }
  .faq__title {
    font-size: 16px;
    line-height: 24px;
  }
  .faq__imgbox {
    max-height: 551px;
    height: auto;
  }
  /* ADVICES 1200 */
  .advices__top {
    margin: 64px 0 0;
  }
  .advices__img {
    max-width: 226px;
    max-height: 330px;
  }
  .advices__item {
    margin-right: 24px;
  }
  /* SUPPORT 1200 */
  .support__top {
    padding: 64px 24px 40px;
  }
  .support__top:last-child {
    padding-bottom: 24px;
  }
  .support__swiper {
    align-self: flex-start;
    max-width: 100vw;
    overflow: visible;
  }
  .support__container {
    max-width: calc(100vw - 49px);
  }
  .support__header {
    max-width: 608px;
  }
  .support__content {
    gap: 16px;
  }
  .support__title {
    font-size: 18px;
    line-height: 28px;
  }
  .support__item {
    margin-right: 32px;
    gap: 16px;
  }
}

@media (max-width: 1291px) and (min-width: 1217px) {
  .header__middle .header__list .header__item--add {
    display: none;
  }
}

@media (max-width: 933px) {
  .header__middle .header__list .header__item--add {
    display: none;
  }
}

@media (max-width: 1100px) {
  .header__logobox {
    height: 35px;
    width: 75px;
  }
}

@media (max-width: 1350px) {
  .product-thumb--4 {
    width: calc(100%/3 - 24px);
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .header_new .header__top .header__link {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__top .header__block .header__value,
  .header_new .header__top .shop-regions-button .shop-regions__link {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__middle .search .search__input {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__middle .search .search__input::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__middle .search .search__input::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .header_new .header__bottom .menu__link {
    font-size: 16px;
    line-height: 24px;
  }
  .header__bonuses {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1200px) and (min-width: 769px) {
  .header_new .header__logobox {
    height: 48px;
    width: 126px;
  }
}

@media (max-width: 1250px) and (min-width: 1025px) {
  .header_new .menu-categories .menu__item:nth-child(n+4) {
    display: flex;
  }
}

@media (max-width: 1560px) {
  .menu-catalog {
    left: 24px;
  }
}

@media (max-width: 1300px) {
  .menu__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  .butn {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1217px) {
  .search {
    margin-right: 0;
  }
}

@media (min-width: 360px) and (max-width: 1024px) {
  :root {
    --advantages-count: repeat(2, 1fr);
  }
  .advantages__item {
    padding: 24px;
  }
  .advantages__body {
    font-size: 12px;
    line-height: 24px;
  }
  .post-thumb--4 {
    width: calc(100%/1);
  }
  .button-quad {
    height: 64px;
    width: 64px;
  }
}

@media (max-width: 1023px) {
  .product-thumb {
    margin: 0 8px 8px 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 1023px) {
  .product-thumb:hover {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .product-thumb:hover .product-thumb__compare {
    opacity: 1;
  }
  .product-thumb:hover .product-thumb__elements {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1200px) and (min-width: 1024px) {
  .product-thumb--5 {
    width: calc(100%/4 - 24px);
  }
}

@media (min-width: 1025px) {
  .product-thumb__label {
    font-size: 14px !important;
    line-height: 21px;
    min-height: 21px;
  }
}

@media (max-width: 1430px) {
  .product-thumb__subkey {
    display: block;
  }
  .product-thumb__key {
    display: none;
  }
}

@media (max-width: 880px) {
  .product-thumb--4 {
    width: calc(100%/2 - 8px);
  }
}

@media (max-width: 550px) {
  .product-thumb__elements {
    visibility: visible;
    opacity: 1;
    padding: 16px;
    width: calc(100% + 16px);
    margin-left: -8px;
  }
  .product-thumb__key {
    font-size: 11px;
  }
  .product-thumb__subkey {
    font-size: 11px;
    margin-right: 2px;
  }
  .product-thumb__value {
    font-size: 11px;
  }
}

@media (max-width: 400px) {
  .product-thumb__elements {
    padding: 8px;
  }
}

@media (max-width: 380px) {
  .swiper-thumbs {
    padding: 16px;
  }
  .product-thumb__badge span {
    top: 4px;
  }
  .swiper-thumbs .swiper-wrapper {
    margin: 0;
  }
  .product-thumb--2 {
    width: calc(100% + 8px) !important;
    min-width: 210px;
  }
}

@media only screen and (max-width: 1250px) {
  .container__right {
    width: 50%;
  }
  .container__left {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .container__sm {
    min-width: 320px;
    padding: 0 16px;
  }
}

@media (max-width: 650px) {
  .form {
    min-width: 360px;
    padding: 0;
  }
  .form__inputs {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .form__input {
    width: 100%;
  }
  .form__wrapper {
    gap: 8px;
    flex-direction: column;
  }
  .form .form__form .button {
    width: 100%;
  }
  .form__explanation {
    width: 100%;
    padding: 8px 24px 0;
    text-align: start;
  }
}

@media (max-width: 1500px) and (min-width: 769px) {
  .categories__list {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 190px);
  }
  .categories__item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
  }
  .categories__item:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
  }
  .categories__item:nth-child(3) {
    grid-area: 3 / 3 / 5 / 4;
  }
  .categories__item:nth-child(4) {
    grid-area: 2 / 1 / 4 / 2;
  }
  .categories__item:nth-child(5) {
    grid-area: 2 / 2 / 3 / 4;
  }
  .categories__item:nth-child(6) {
    grid-area: 4 / 1 / 5 / 2;
  }
  .categories__item:nth-child(7) {
    grid-area: 4 / 2 / 5 / 3;
  }
  .categories__item:nth-child(8) {
    grid-area: 3 / 2 / 4 / 3;
  }
  .categories__item:nth-child(9) {
    grid-area: 5 / 1 / 5 / 2;
  }
  .categories__item:nth-child(10) {
    grid-area: 5 / 2 / 5 / 2;
  }
  .categories__item:nth-child(11) {
    grid-area: 5 / 3 / 5 / 5;
  }
}

@media (max-width: 1500px) {
  .categories__item:nth-child(3) .categories__img {
    height: 100%;
  }
  .categories__item.categories__info {
    display: none;
  }
}

@media (min-width: 769px) {
  .categories__item:nth-child(3) .categories__imagebox {
    padding: 0 16px;
    max-height: 85%;
  }
}

@media (min-width: 1600px) {
  .benefits {
    display: flex;
    justify-content: center;
  }
  .benefits__container {
    max-width: 1462px;
    padding: 0 24px;
    margin-left: 136px;
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    gap: 52px;
    width: 100%;
  }
}

@media screen and (min-width: 1601px) {
  .support__swiper {
    overflow: hidden;
  }
}

@media (max-width: 1597px) {
  /* ADVICES 1597 */
  .advices__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .advices__arrows {
    display: flex;
    gap: 24px;
    padding: 0 10px;
  }
  .advices__arrow-prew {
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    width: 35.5px;
    height: 20.5px;
    transform: rotate(-180deg);
    transition: .3s ease-in-out;
  }
  .advices__arrow-next {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    display: block;
    cursor: pointer;
    width: 35.5px;
    height: 20.5px;
    transition: .3s ease-in-out;
  }
  .advices__arrow-next:hover, .advices__arrow-prew:hover {
    color: #FF6B00;
    transition: .3s ease-in-out;
  }
  .advices__arrows .swiper-button-disabled {
    width: 19.5px;
    height: 20.5px;
    opacity: .4;
    stroke: #141414;
    cursor: not-allowed;
    transition: opacity .3s, width .3s;
  }
  .advices__swiper {
    padding: 0 24px;
    max-width: 100vw;
    width: 100%;
    align-self: flex-start;
  }
  .advices__imgbox {
    max-width: calc(100vw - 49px);
    width: 100%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  :root {
    --swiper-height: 640px
  ;
  }
  .hero {
    position: relative;
  }
  .hero__block {
    position: absolute;
    width: 312px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  .hero__title {
    margin: 0 0 16px;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 42px;
  }
  .hero__descr {
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
  }
  .hero__btn {
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 223px;
    min-height: 64px;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    background: #F0DBC5;
  }
  .hero-swiper__slide::before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .categories__container {
    padding: 0 0 24px;
  }
  .categories__item--1 {
    grid-area: 1 / 1 / 3 / 5;
  }
  .categories__item--2 {
    grid-area: 3 / 1 / 4 / 3;
  }
  .categories__item--3 {
    grid-area: 3 / 3 / 4 / 5;
  }
  .categories__item--4 {
    grid-area: 4 / 1 / 5 / 3;
  }
  .categories__item--5 {
    grid-area: 4 / 3 / 5 / 5;
  }
  .categories__item--6 {
    grid-area: 5 / 1 / 7 / 5;
  }
  .categories__item--7 {
    grid-area: 7 / 1 / 9 / 5;
  }
  .categories__item--8 {
    grid-area: 9 / 1 / 10 / 3;
  }
  .categories__item--9 {
    grid-area: 9 / 3 / 10 / 5;
  }
  .categories__item--10 {
    grid-area: 10 / 1 / 12 / 5;
  }
  .categories__item--11 {
    grid-area: 12 / 1 / 14 / 5;
  }
  .categories__header {
    font-size: 16px;
    line-height: 24px;
  }
  .categories__item--1 .categories__header,
  .categories__item--6 .categories__header,
  .categories__item--7 .categories__header,
  .categories__item--10 .categories__header,
  .categories__item--11 .categories__header {
    font-size: 20px;
    line-height: 32px;
  }
  .reviews__container {
    padding: 60px 0 30px;
  }
  .reviews__title {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 24px;
  }
  .reviews__descr {
    max-width: 285px;
    font-size: 14px;
    line-height: 21px;
  }
  .reviews__link {
    flex-direction: column;
  }
  .reviews__left {
    left: -40px;
    bottom: -40px;
    width: 235px;
    height: 161px;
  }
  .reviews__right {
    top: -40px;
    right: -40px;
    height: 204px;
    width: 131px;
  }
  .reviews__item:not(:last-child) {
    margin-right: 33px;
  }
  .reviews__label {
    font-size: 14px;
  }
  .reviews__circle {
    height: 64px;
    width: 64px;
    font-size: 20px;
  }
  .about__container {
    flex-direction: column;
    padding: 56px 24px;
  }
  .about__title {
    margin-bottom: 16px;
    max-width: 240px;
    font-size: 24px;
    line-height: 32px;
  }
  .about__descr {
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 21px;
  }
  .about__link {
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (max-width: 650px) {
  /* INFO */
  .info__content {
    flex-wrap: wrap;
  }
  .info__imgbox {
    width: 100%;
  }
  .info__column {
    width: 100%;
  }
  /*ADDRESS*/
  .address__content {
    flex-wrap: wrap;
  }
  .address__route {
    flex-direction: column;
    align-items: flex-start;
  }
  /* FAQ 650*/
  .faq__header {
    margin-bottom: 8px;
  }
  .faq__content {
    flex-wrap: wrap;
  }
  .faq__imgbox {
    order: -1;
    padding-top: 8px;
  }
  .faq__accordion {
    width: 100%;
    min-width: 328px;
    max-width: 100%;
    margin-top: 0;
  }
  .faq__icon {
    width: 48px;
    height: 48px;
  }
  .faq__imgbox {
    min-width: 328px;
    min-height: 328px;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin-left: 0;
  }
  .faq__img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  .faq__btn {
    padding: 12px 24px;
    margin-top: 24px;
    border-radius: 48px;
  }
}

@media (max-width: 618px) {
  .benefits__imagebox {
    margin-bottom: 0;
  }
  .benefits__arrows {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 11px;
    padding: 0 16px 24px;
  }
  .benefits__arrow-prew, .benefits__arrow-next {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    cursor: pointer;
    width: 48px;
    height: 48px;
    color: #141414;
  }
  .benefits__arrow-disabled {
    cursor: not-allowed;
    color: #EAE6E0;
  }
}

@media (max-width: 360px) {
  .info,
  .benefits,
  .address,
  .faq,
  .brands {
    justify-content: flex-start;
  }
  .brands__content {
    width: 500px;
  }
}

@media (max-width: 840px) {
  .reviews-block__header {
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .reviews-block__content .review__content {
    width: 100%;
  }
  .reviews-block__content {
    flex-direction: column;
    width: 100%;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[5].use[0]!./src/js/modules/modalProduct.vue?vue&type=style&index=0&id=883d5b72&scoped=true&lang=css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.modalProduct[data-v-883d5b72] {
  position: fixed;
  cursor: pointer;
  z-index: 102;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #35353566;
  display: flex;
  justify-content: center;
  overflow: auto;
  padding: 100px 0;
}
.modalProduct__content[data-v-883d5b72] {
  width: 500px;
  padding: 24px;
  border-radius: 16px;
  background: white;
  cursor: default;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.modalProduct__header[data-v-883d5b72] {
  position: relative;
  display: flex;
  margin-bottom: 24px;
}
.modalProduct__title[data-v-883d5b72] {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  flex: 1;
  margin-right: 40px;
}
.modalProduct__imgbox[data-v-883d5b72] {
  width: 278px;
  height: 230px;
  margin: 0 auto 24px auto;
}
.modalProduct__img[data-v-883d5b72] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
}
.modalProduct__name[data-v-883d5b72] {
  margin-bottom: 16px;
}
.modalProduct__grid[data-v-883d5b72] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.modalProduct__item[data-v-883d5b72] {
  font-size: 14px;
  line-height: 21px;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.modalProduct__item--first[data-v-883d5b72] {
  order: -1;
}
.modalProduct__item--active[data-v-883d5b72] {
  background: #EAE6E0;
  border-color: #EAE6E0;
  color: #706B62;
  font-weight: 600;
  pointer-events: none;
}
.modalProduct__item--disabled[data-v-883d5b72] {
  color: #BDBDBD;
  background: #F7F7F7;
  border-color: #F7F7F7;
  pointer-events: none;
}
.modalProduct__stock[data-v-883d5b72] {
  position: relative;
  margin-top: -16px;
}
.modalProduct__stock--orange[data-v-883d5b72] {
  color: #FF8F0C;
}
.modalProduct__stock--green[data-v-883d5b72] {
  color: #079D16;
}
.modalProduct__close[data-v-883d5b72] {
  cursor: pointer;
}
.modalProduct__close[data-v-883d5b72] > * {
  pointer-events: none;
}
.modalProduct__cart[data-v-883d5b72] {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.modalProduct__price[data-v-883d5b72] {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}
.modalProduct__button[data-v-883d5b72] {
  flex: 1;
  margin-left: 24px;
}
.fadeTransition-enter-active[data-v-883d5b72], .fadeTransition-leave-active[data-v-883d5b72] {
  transition: .3s;
}
.fadeTransition-enter-from[data-v-883d5b72], .fadeTransition-leave-to[data-v-883d5b72] {
  opacity: 0;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[5].use[0]!./src/js/modules/modalProductMobile.vue?vue&type=style&index=0&id=5ccfdec9&scoped=true&lang=css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.modalProduct[data-v-5ccfdec9] {
  position: fixed;
  cursor: pointer;
  z-index: 102;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #35353566;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.modalProduct__content[data-v-5ccfdec9] {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  padding: 32px 16px 24px 16px;
  border-radius: 16px 16px 0 0;
  background: white;
  cursor: default;
}
.modalProduct__title[data-v-5ccfdec9] {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 16px;
}
.modalProduct__imgbox[data-v-5ccfdec9] {
  width: 216px;
  height: 216px;
  margin: 0 auto 32px auto;
}
.modalProduct__img[data-v-5ccfdec9] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
}
.modalProduct__name[data-v-5ccfdec9] {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.modalProduct__grid[data-v-5ccfdec9] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.modalProduct__item[data-v-5ccfdec9] {
  font-size: 14px;
  line-height: 21px;
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  margin: 0 8px 8px 0;
  cursor: pointer;
}
.modalProduct__item--first[data-v-5ccfdec9] {
  order: -1;
}
.modalProduct__item--active[data-v-5ccfdec9] {
  background: #EAE6E0;
  border-color: #EAE6E0;
  color: #706B62;
  font-weight: 600;
  pointer-events: none;
}
.modalProduct__item--disabled[data-v-5ccfdec9] {
  color: #BDBDBD;
  background: #F7F7F7;
  border-color: #F7F7F7;
  pointer-events: none;
}
.modalProduct__stock[data-v-5ccfdec9] {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  margin-top: -16px;
}
.modalProduct__stock--orange[data-v-5ccfdec9] {
  color: #FF8F0C;
}
.modalProduct__stock--green[data-v-5ccfdec9] {
  color: #079D16;
}
.modalProduct__closeup[data-v-5ccfdec9] {
  position: absolute;
  right: 0;
  top: -50px;
}
.modalProduct__closedown[data-v-5ccfdec9] {
  display: block;
  margin: 40px auto;
}
.modalProduct__closeup[data-v-5ccfdec9] > * {
  pointer-events: none;
}
.modalProduct__closedown[data-v-5ccfdec9] > * {
  pointer-events: none;
}
.modalProduct__cart[data-v-5ccfdec9] {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.modalProduct__price[data-v-5ccfdec9] {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}
.modalProduct__button[data-v-5ccfdec9] {
  flex: 1;
  margin-left: 24px;
}

/* Animation */
.fade-enter-active[data-v-5ccfdec9] {
  transition: opacity 0.3s;
}
.fade-leave-active[data-v-5ccfdec9] {
  transition: opacity 0.3s;
}
.fade-enter-from[data-v-5ccfdec9], .fade-leave-to[data-v-5ccfdec9] {
  opacity: 0;
  /* Starting fully invisible */
}
.fade-enter-to[data-v-5ccfdec9], .fade-leave-from[data-v-5ccfdec9] {
  opacity: 1;
  /* Ending fully visible */
}
.slide-enter-active[data-v-5ccfdec9] {
  transition: transform 0.3s ease-out;
}
.slide-leave-active[data-v-5ccfdec9] {
  transition: transform 0.3s ease-in;
}
.slide-enter-from[data-v-5ccfdec9], .slide-leave-to[data-v-5ccfdec9] {
  transform: translateY(60%);
}
.slide-enter-to[data-v-5ccfdec9], .slide-leave-from[data-v-5ccfdec9] {
  transform: translateY(0);
}

/*!*******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/swiper/modules/pagination.css ***!
  \*******************************************************************************************************************************************************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-2.use[3]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[5].use[0]!./src/js/modules/mobileSearchComponent.vue?vue&type=style&index=0&id=14569884&scoped=true&lang=scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mobile-search[data-v-14569884] {
  z-index: 22;
}
.mobile-overlay[data-v-14569884] {
  z-index: 21;
}
.mobile-content[data-v-14569884],
.mobile-content__wrapper[data-v-14569884] {
  max-height: 100vh;
  height: 100%;
}
.mobile-content__wrapper[data-v-14569884] {
  min-height: 90vh;
  overflow-x: hidden;
}
.mobile-content__item[data-v-14569884] {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.mobile-content__imagebox[data-v-14569884] {
  width: 42px;
  height: 42px;
  min-width: 42px;
  margin: auto 16px auto 0;
}
.mobile-content__imagebox img[data-v-14569884] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobile-content__title[data-v-14569884] {
  font-weight: 400;
  margin-bottom: 8px;
}
.mobile-content__title--accent[data-v-14569884] {
  font-weight: 600;
  color: var(--primary2-color);
}
.mobile-content__price[data-v-14569884] {
  font-weight: 600;
}
.mobile-content__input[data-v-14569884] {
  font-size: 16px;
  line-height: 24px;
  transform: scale(0.875);
  transform-origin: left;
  width: 114%;
}
.search__icon[data-v-14569884] {
  top: 45%;
  transform: scale(0.875) translateY(-50%);
  transform-origin: left;
  z-index: 1;
}

