@charset "UTF-8";
.wrap-2 {
  flex-wrap: wrap;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.wrap-2 > * {
  flex: 0 0 calc(100% / 2);
  padding: 15px;
}

.wrap-3 {
  flex-wrap: wrap;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.wrap-3 > * {
  flex: 0 0 calc(100% / 3);
  padding: 15px;
}

.wrap-4 {
  flex-wrap: wrap;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.wrap-4 > * {
  flex: 0 0 calc(100% / 4);
  padding: 15px;
}

.wrap-5 {
  flex-wrap: wrap;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.wrap-5 > * {
  flex: 0 0 calc(100% / 5);
  padding: 15px;
}

.wrap-6 {
  flex-wrap: wrap;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.wrap-6 > * {
  flex: 0 0 calc(100% / 6);
  padding: 15px;
}

@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-2 > * {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 479px) {
  .wrap-2 > * {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-3 > * {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 479px) {
  .wrap-3 > * {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-4 > * {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 479px) {
  .wrap-4 > * {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-5 > * {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 479px) {
  .wrap-5 > * {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-6 > * {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 479px) {
  .wrap-6 > * {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-mobile-h-1 > *,
  .wrap-mh-1 > * {
    flex: 0 0 calc(100% / 1);
    padding: 15px;
  }
}
@media screen and (max-width: 479px) {
  .wrap-mobile-v-1 > *,
  .wrap-mv-1 > * {
    flex: 0 0 calc(100% / 1);
    padding: 15px;
  }
}
@media screen and (min-width: 991px) {
  .wrap-dt-1 > * {
    flex: 0 0 calc(100% / 1);
    padding: 15px;
  }
}
@media screen and (min-width: 2430px) {
  .wrap-ls-1 > * {
    flex: 0 0 calc(100% / 1);
    padding: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-mobile-h-2 > *,
  .wrap-mh-2 > * {
    flex: 0 0 calc(100% / 2);
    padding: 15px;
  }
}
@media screen and (max-width: 479px) {
  .wrap-mobile-v-2 > *,
  .wrap-mv-2 > * {
    flex: 0 0 calc(100% / 2);
    padding: 15px;
  }
}
@media screen and (min-width: 991px) {
  .wrap-dt-2 > * {
    flex: 0 0 calc(100% / 2);
    padding: 15px;
  }
}
@media screen and (min-width: 2430px) {
  .wrap-ls-2 > * {
    flex: 0 0 calc(100% / 2);
    padding: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-mobile-h-3 > *,
  .wrap-mh-3 > * {
    flex: 0 0 calc(100% / 3);
    padding: 15px;
  }
}
@media screen and (max-width: 479px) {
  .wrap-mobile-v-3 > *,
  .wrap-mv-3 > * {
    flex: 0 0 calc(100% / 3);
    padding: 15px;
  }
}
@media screen and (min-width: 991px) {
  .wrap-dt-3 > * {
    flex: 0 0 calc(100% / 3);
    padding: 15px;
  }
}
@media screen and (min-width: 2430px) {
  .wrap-ls-3 > * {
    flex: 0 0 calc(100% / 3);
    padding: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-mobile-h-4 > *,
  .wrap-mh-4 > * {
    flex: 0 0 calc(100% / 4);
    padding: 15px;
  }
}
@media screen and (max-width: 479px) {
  .wrap-mobile-v-4 > *,
  .wrap-mv-4 > * {
    flex: 0 0 calc(100% / 4);
    padding: 15px;
  }
}
@media screen and (min-width: 991px) {
  .wrap-dt-4 > * {
    flex: 0 0 calc(100% / 4);
    padding: 15px;
  }
}
@media screen and (min-width: 2430px) {
  .wrap-ls-4 > * {
    flex: 0 0 calc(100% / 4);
    padding: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-mobile-h-5 > *,
  .wrap-mh-5 > * {
    flex: 0 0 calc(100% / 5);
    padding: 15px;
  }
}
@media screen and (max-width: 479px) {
  .wrap-mobile-v-5 > *,
  .wrap-mv-5 > * {
    flex: 0 0 calc(100% / 5);
    padding: 15px;
  }
}
@media screen and (min-width: 991px) {
  .wrap-dt-5 > * {
    flex: 0 0 calc(100% / 5);
    padding: 15px;
  }
}
@media screen and (min-width: 2430px) {
  .wrap-ls-5 > * {
    flex: 0 0 calc(100% / 5);
    padding: 15px;
  }
}
@media screen and (min-width: 480px) and (max-width: 990px) {
  .wrap-mobile-h-6 > *,
  .wrap-mh-6 > * {
    flex: 0 0 calc(100% / 6);
    padding: 15px;
  }
}
@media screen and (max-width: 479px) {
  .wrap-mobile-v-6 > *,
  .wrap-mv-6 > * {
    flex: 0 0 calc(100% / 6);
    padding: 15px;
  }
}
@media screen and (min-width: 991px) {
  .wrap-dt-6 > * {
    flex: 0 0 calc(100% / 6);
    padding: 15px;
  }
}
@media screen and (min-width: 2430px) {
  .wrap-ls-6 > * {
    flex: 0 0 calc(100% / 6);
    padding: 15px;
  }
}
body.lock {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
  -webkit-overflow-scrolling: touch;
}

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.collapse:not(.collapse_show) {
  display: none;
}

.container {
  max-width: 1608px;
  padding: 0 47px;
  margin: 0 auto;
}

.btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  border-radius: 8px;
}

.btn.light {
  background-color: #fff;
  color: #0e0e0e;
}

.slider-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7d7d7d;
  background-color: rgba(37, 37, 37, 0.6980392157);
  transition: 0.3s;
  border-radius: 50%;
}

.slider-btn:active {
  order: 1px solid #9c9c9c;
}

.slider-btn::after {
  display: none;
}

.section {
  margin-top: 120px;
}

.h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

.body-text {
  font-size: 16px;
  line-height: 1.25;
  color: #0e0e0e;
}

.breadcrumbs {
  margin: 16px 0;
}

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

.breadcrumbs__list li:last-child .breadcrumbs__link {
  color: #7d7d7d;
}

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

.breadcrumbs__link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #0e0e0e;
  white-space: nowrap;
}

.breadcrumbs__link::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  background: url(../img/icons/breadcrumbs-icon.svg) center/cover no-repeat;
}

.h0 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2222222222;
}

.app-input {
  position: relative;
}

.app-input.filled label {
  font-size: 12px;
  line-height: 1.3333333333;
  top: 0;
}

.app-input input,
.app-input textarea {
  width: 100%;
  height: 48px;
  display: flex;
  border-radius: 8px;
  border: 1px solid #7d7d7d;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.25;
  color: #0e0e0e;
}

.app-input label {
  position: absolute;
  pointer-events: none;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #fff;
  z-index: 1;
  left: 15px;
  top: 50%;
  translate: 0 -50%;
  color: #7d7d7d;
  font-size: 16px;
  line-height: 1.25;
  transition: 0.3s;
}

.app-btn {
  background-color: #0e0e0e;
  color: #fff;
  transition: 0.3s;
}

.app-btn:hover {
  background-color: #3a3a3c;
  color: #fff;
}

.app-btn:active {
  background-color: #fff;
  border: 1px solid #0e0e0e;
  color: #0e0e0e;
}

.faq-navigation__link {
  white-space: nowrap;
  padding: 0 16px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #f5f5f7;
  color: #0e0e0e;
  font-size: 14px;
  line-height: 1.4285714286;
  cursor: pointer;
  transition: 0.3s;
}

.faq-navigation__link:active {
  background-color: #e1e1e3;
}

.faq-navigation__link.active {
  background-color: #0e0e0e;
  color: #fff;
}

.faq-navigation__link.active:active {
  background-color: #0e0e0e;
  color: #fff;
}

.switch-button input {
  display: none;
}

.switch-button label {
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 20px;
}

.switch-button label span {
  color: #0e0e0e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.switch-button input:checked + label .switch-button__box {
  background-color: #0e0e0e;
}

.switch-button input:checked + label .switch-button__circle {
  left: unset;
  left: 100%;
  translate: -100% 0;
  border-left: 2px solid #0e0e0e;
}

.switch-button__box {
  width: 52px;
  height: 28px;
  border: 2px solid #0e0e0e;
  background-color: #fff;
  position: relative;
  transition: 0.3s;
  border-radius: 100px;
}

.switch-button__circle {
  border: 2px solid #0e0e0e;
  border-left: 1px solid #0e0e0e;
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: -1px;
  top: 0;
  transition: 0.3s;
}

body.lock {
  overflow: hidden;
}

.modal {
  width: 100%;
  /*height: 100%;*/
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.603);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: pointer;
  z-index: 10;
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  background-color: #fff;
  opacity: 0;
  transition: 0.5s;
  cursor: default;
}

.modal__close {
  display: block;
  position: absolute;
  top: 35px;
  right: 15px;
}

.modal.open {
  opacity: 1;
  visibility: visible;
}

.modal.open .modal__content {
  transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
}

.modal__close {
  position: absolute;
  top: 26px;
  right: 26px;
  cursor: pointer;
}

.modal__close::before,
.modal__close::after {
  display: none;
}

.product-section {
  padding-top: 120px;
  padding-bottom: 96px;
}

.product-section.grey {
  background-color: #f5f5f7;
}

.product-section__wrapper {
  display: flex;
  flex-direction: column;
}

.product-section__title {
  color: #0e0e0e;
}

.product-section__main {
  position: relative;
}

.product-section__slider {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.product-section__slider .swiper-slide {
  max-width: 293px;
}

.product-section__nav {
  background-color: #fff;
  border: 1px solid #e1e1e3;
}

.product-section__nav svg {
  width: 24px;
  height: 24px;
}

.product-section__nav_prev {
  translate: -50% 0;
  left: 0 !important;
}

.product-section__nav_next {
  right: 0 !important;
  translate: 50% 0;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  border-radius: 12px;
  background-color: #fff;
  transition: 0.3s;
}

.product-card:hover {
  box-shadow: 0px 8px 10px 0px rgba(195, 195, 195, 0.1411764706), 0px -11px 30px 0px rgba(195, 195, 195, 0.1411764706), 0px 16px 24px 0px rgba(195, 195, 195, 0.1411764706);
}

.product-card__header {
  position: relative;
}

.product-card__hidden {
  position: absolute;
  inset: 0;
  display: flex;
  flex-wrap: nowrap;
  z-index: 10;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.product-card__hidden li {
  border-left: 1px solid blue;
  background-color: red;
  flex: 1;
}

.product-card__banners {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.product-card__banners li {
  border-radius: 4px;
  height: 18px;
  padding: 0 8px;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card__banners li.black {
  background-color: #eeeef0;
  color: #0e0e0e;
}

.product-card__banners li.orange {
  background-color: rgba(243, 159, 60, 0.1019607843);
  color: #f39f3c;
}

.product-card__banners li.blue {
  background-color: rgba(60, 130, 255, 0.1019607843);
  color: #3c82ff;
}

.product-card__banners li.red {
  background-color: rgba(255, 0, 0, 0.1);
  color: #ff0000;
}

.product-card__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-card__pagination {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  bottom: 0 !important;
  left: 50% !important;
  top: unset !important;
  right: unset !important;
  translate: -50% 0;
  height: 22px;
}

.product-card__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  height: 2px;
  width: 40px;
  border-radius: 2px;
  background-color: #e1e1e3;
  transition: 0.3s;
  opacity: 1 !important;
}

.product-card__pagination .swiper-pagination-bullet-active {
  background-color: #0e0e0e;
}

.product-card__main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

.product-card__price {
  white-space: nowrap;
}

.product-card__price.actual {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  color: #0e0e0e;
}

.product-card__price.old {
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  color: #999999;
  text-decoration: line-through;
}

.product-card__small {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 20px;
}

.product-card__sale {
  font-size: 12px;
  background-color: #d70015;
  color: #fff;
  padding: 0 3px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.product-card__hint {
  width: -moz-fit-content;
  width: fit-content;
  height: 16px;
}

.product-card__actions {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.product-card__buy {
  height: 40px;
  background-color: #0e0e0e;
  color: #fff;
  white-space: nowrap;
  padding: 0;
  flex: 1;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}

.product-card__buy img {
  display: none;
}

.product-card__buy:hover {
  background-color: #3a3a3c;
}

.product-card__buy:active {
  background-color: #fff;
  border: 1px solid #0e0e0e;
  color: #0e0e0e;
}

.category-section__wrapper {
  display: flex;
  gap: 10px;
}

.category-section__item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2142857143;
  background-color: #f5f5f7;
  transition: 0.3s;
}

.category-section__item:hover {
  background-color: #e1e1e3;
}

.category-section__item.center {
  text-align: center;
}

.category-section__item a {
  color: #0e0e0e;
}

.category-section__item span {
  position: relative;
  z-index: 1;
}

.category-section__item img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.category-section__nav {
  display: none;
}

.sales-section {
  padding: 120px 0;
  background: linear-gradient(to left, #363637, #0e0e0e);
  color: #fff;
}

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

.sales-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sales-section__link {
  color: #fff;
  font-size: 16px;
  line-height: 1.1875;
  position: relative;
}

.sales-section__link .mobile {
  display: none;
}

.sales-section__link::after {
  content: "";
  display: block;
  width: 100%;
  top: 100%;
  height: 1px;
  background-color: #fff;
  scale: 0;
  transform-origin: left;
  transition: 0.3s;
}

.sales-section__link:hover::after {
  scale: 1;
}

.sales-section__main {
  position: relative;
}

.sales-section__nav_prev {
  left: 0;
  translate: -50% -50%;
}

.sales-section__nav_next {
  right: 0;
  translate: 50% -50%;
}

.sales-slide:hover .sales-slide__image img {
  scale: 1.1;
}

.sales-slide__image {
  border-radius: 8px;
  overflow: hidden;
}

.sales-slide__image img {
  transition: 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sales-slide__date {
  display: block;
  margin-top: 16px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #999999;
}

.sales-slide__title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.compare-empty__content {
  height: 404px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.compare-empty__subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #0e0e0e;
}

.compare-empty__text {
  margin-top: 12px;
  margin-bottom: 40px;
  color: #0e0e0e;
  max-width: 527px;
  font-size: 16px;
  line-height: 1.25;
}

.compare-empty__text.cpage {
  max-width: 527px;
}

.compare-empty__text a {
  display: inline-block;
  width: 24px;
}

.compare-empty__text a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  display: inline-block;
}

.compare-empty__link {
  padding-left: 63px;
  padding-right: 63px;
  width: -moz-fit-content;
  width: fit-content;
}

.compare-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.compare-page-tabclear {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 990px) {
  .compare-page-tabclear {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .compare-page-tabclear {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
@media screen and (max-width: 479px) {
  .compare-page-tabclear {
    display: none;
  }
}
.compare-page-tabclear-item:first-child {
  padding-right: 24px;
  border-right: 1px solid #999999;
}
@media screen and (max-width: 767px) {
  .compare-page-tabclear-item:first-child {
    padding-right: 12px;
  }
}

.compare-page__header {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.compare-page__categories {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.compare-page__categories li {
  list-style: none;
}

.compare-page__content {
  border: 1px solid #e1e1e3;
  padding: 32px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 0;
  position: relative;
}

.compare-products {
  width: 1184px;
}

.compare-products .swiper-slide {
  height: auto;
}

.compare-products .pagination {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.compare-page__products .catalog-body__inner .catalog-body__label-box {
  top: 6px;
}

.compare-products .pagination .swiper-pagination {
  position: relative;
  top: -25px;
  left: unset;
  right: unset;
  bottom: unset;
}

.compare-products .pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  transition: 0.3s;
  background-color: #e1e1e3;
}

.compare-products .pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0e0e0e;
}

.compare-page__content.sticky .sticky-swiper:not(.mobile-only) {
  pointer-events: all;
  display: block;
  opacity: 1;
}

.compare-page__content .sticky-swiper {
  background-color: white;
  z-index: 2;
  position: sticky;
  top: 100px;
  display: none;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  box-shadow: 0px 16px 24px 0px rgba(195, 195, 195, 0.1411764706);
  padding: 16px 20px;
  width: calc(100% + 60px);
  margin-left: -32px;
}
@media screen and (max-width: 990px) {
  .compare-page__content .sticky-swiper {
    margin-left: -16px;
    width: calc(100% + 32px);
  }
}

.compare-page__content .sticky-product {
  align-items: center;
  gap: 16px;
  display: flex;
}

.compare-page__content .sticky-product__image {
  width: 72px;
  height: 72px;
  flex: 0 0 72px;
  border-radius: 8px;
  overflow: hidden;
}

.compare-page__content .sticky-product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.compare-page__content .sticky-product__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #0e0e0e;
}

.compare-page__content .sticky-product__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.compare-page__content .sticky-product__price {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
  -moz-column-gap: 7px;
       column-gap: 7px;
  align-items: center;
}

.compare-page__content .sticky-product__price p:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
}

.compare-products__nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e1e1e3;
  background-color: #fff;
  z-index: 1;
}

.compare-products__nav.swiper-button-disabled {
  opacity: 0;
}

.compare-products__nav svg path {
  stroke: #0e0e0e;
}

.compare-products__nav_prev {
  left: 0;
  translate: 0 -50%;
}

.compare-products__nav_next {
  right: 0;
  translate: 0 -50%;
}

.compare-products .desktop > .swiper {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-top: 20px;
}

.compare-page__content .desktop .sticky-swiper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  padding: 16px 16px 16px 0;
  margin-left: 20px;
}

.compare-products .tablet,
.compare-products .mobile {
  display: none;
}

.compare-info {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.compare-info__list {
  width: 1184px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.compare-info__list li {
  list-style: none;
}

.compare-stat__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
}

.compare-stat__header.active {
  padding-bottom: 16px;
}

.compare-stat__header.active .compare-stat__icon {
  rotate: 0deg;
}

.compare-stat__title {
  color: #0e0e0e;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.compare-stat__icon {
  transition: 0.3s;
  rotate: 180deg;
}

.compare-stat__main {
  pointer-events: none;
}

.compare-stat__main .tablet,
.compare-stat__main .mobile {
  display: none;
}

.compare-stat__subitem {
  display: grid;
  grid-auto-rows: 35px auto;
  row-gap: 10px;
  font-size: 14px;
  line-height: 1.4285714286;
}
.compare-stat__subitem.compare-hidden {
  display: none;
}

.compare-info__item-hidden {
  display: none;
}

.compare-stat__subitem + .compare-stat__subitem {
  margin-top: 16px;
}

.compare-stat__subtitle {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

.compare-stat__text {
  color: #0e0e0e;
}

.compare-empty {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 28px;
  border-left: 1px solid #e1e1e3;
}

.compare-empty__icon {
  width: 60px;
  aspect-ratio: 1;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafb;
  border-radius: 50%;
}

.compare-empty__text {
  font-size: 16px;
  line-height: 1.25;
  color: #7d7d7d;
  max-width: 126px;
}

.profile-wrapper {
  padding-top: 40px;
  padding-bottom: 120px;
}

.profile-wrapper__layout {
  display: grid;
  padding-top: 40px;
  gap: 16px;
  grid-template-columns: 20% 80%;
}
@media screen and (max-width: 990px) {
  .profile-wrapper__layout {
    display: block;
  }
}

.profile-aside {
  flex-shrink: 0;
}

.profile-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2222222222;
  color: #0e0e0e;
  margin: 0px;
  padding: 0px;
}

.profile-title a {
  display: none;
  color: #0e0e0e;
  align-items: center;
  gap: 8px;
}

.profile-main {
  flex: 1;
}

.compare-tab {
  display: none;
}

.compare-tab.active {
  display: block;
}

.catalog-body__item {
  border: none !important;
}

@media (max-width: 1600px) {
  .compare-products .sticky-swiper {
    left: 21.5%;
    right: 20px;
  }
  .compare-products {
    width: calc(1020px + 164 * (100vw - 1440px) / 168);
  }
  .compare-info__list {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .compare-products .catalog-body__item {
    padding: 20px;
    width: calc(20% - 8px);
  }
  .compare-page__products .catalog-body:not(.catalog-body_list) .catalog-body__control_item-ok {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  .product-section__slider {
    width: 100vw;
    margin-left: -47px;
    padding-left: 47px;
    padding-right: 47px;
    margin-right: unset;
  }
  /* .compare-products .sticky-swiper {
    left: 310px;
  } */
  .compare-products .product-card {
    padding: 12px;
  }
  .compare-products .product-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .compare-products .product-card__actions {
    gap: 12px;
  }
  .compare-products {
    width: calc(603px + 417 * (100vw - 1024px) / 416);
  }
}
@media (max-width: 1250px) {
  .compare-products {
    width: calc(1020px + 125 * (100vw - 1440px) / 168);
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
  .section {
    margin-top: 80px;
  }
  .product-section__slider .swiper-slide {
    max-width: 243px;
  }
  .product-section__nav_prev {
    translate: -30% 0;
    left: 0 !important;
  }
  .product-section__nav_next {
    right: 0 !important;
    translate: 30% 0;
  }
  .product-section {
    padding-top: 80px;
    padding-bottom: 56px;
  }
  .product-section__slider {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-card {
    padding: 12px;
  }
  .product-card__slider .swiper-slide img {
    width: 100%;
  }
  .product-card__title {
    font-size: 14px;
  }
  .product-card__price.actual {
    font-size: 16px;
  }
  .product-card__price.old {
    font-size: 12px;
  }
  .product-card__info {
    gap: 6px;
  }
  .product-card__buy {
    font-size: 14px;
  }
  .product-card__actions {
    gap: 12px;
  }
  .category-section {
    position: relative;
  }
  .category-section__inner {
    scroll-behavior: smooth;
    overflow-x: auto;
    width: 100vw;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    -ms-overflow-style: none;
    /* IE и Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .category-section__inner:-webkit-scrollbar {
    display: none;
  }
  .category-section__wrapper {
    width: 1375px;
    -ms-overflow-style: none;
    /* IE и Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .category-section__wrapper:-webkit-scrollbar {
    display: none;
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .category-section__nav {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    display: flex;
    background-color: #fff;
    border: 1px solid #e1e1e3;
    cursor: pointer;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    z-index: 1;
  }
  .category-section__nav_prev {
    left: 20px;
  }
  .category-section__nav_next {
    right: 20px;
  }
  .category-section__nav svg path {
    stroke: #0e0e0e;
  }
  .sales-section {
    padding: 80px 0;
  }
  .sales-section__swiper {
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .compare-page__content .sticky-swiper {
    top: 0;
  }
  .compare-products {
    width: calc(644px + 33 * (100vw - 992px) / 32);
  }
  .compare-products .swiper-slide:nth-child(4):has(.compare-empty) {
    display: none;
  }
  .compare-info__list {
    width: calc(644px + 33 * (100vw - 992px) / 32);
  }
  .compare-page__products .catalog-body__item {
    padding: 10px;
  }
  .compare-page__products .catalog-body:not(.catalog-body_list) .catalog-body__control_item-ok {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
}
@media (max-width: 992px) {
  .compare-products .desktop .sticky-swiper {
    margin-left: 0px;
  }
  .compare-empty {
    border-left: none;
  }
  .product-card:hover {
    box-shadow: none;
  }
  .compare-empty__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
  .compare-empty__title.profile-title {
    display: flex;
    width: 100%;
  }
  .compare-empty__text {
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 28px;
  }
  .compare-empty__link {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .compare-page {
    gap: 20px;
  }
  .compare-page__header {
    gap: 20px;
  }
  .compare-page__content {
    padding: 16px;
  }
  .compare-products .sticky-swiper {
    padding: 16px;
    left: 21px;
  }
  .compare-products {
    width: calc(100vw - 72px);
  }
  .compare-info__list {
    width: calc(100vw - 72px);
  }
  .profile-wrapper {
    padding-top: 20px;
  }
  .profile-aside {
    display: none;
  }
  .profile-title a {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
  }
  .profile-title span {
    display: none;
  }
}
@media (max-width: 768px) {
  .switch-button label span {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .modal.open .modal__content {
    transform: translateY(0%) translateX(0%) scale(1);
    translate: 0;
  }
  .modal__content {
    opacity: 1;
    translate: 0 100%;
    transform: scale(1);
    top: 48px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .modal__close {
    top: 38px;
    right: 38px;
  }
  .product-section__slider .swiper-slide {
    max-width: 228px;
  }
  .product-section__nav {
    display: none;
  }
  .product-card {
    max-width: 228px;
    padding: 0px;
  }
  .product-card__hidden {
    display: none;
  }
  .product-card__pagination {
    display: none;
  }
  .product-card__price.actual {
    font-size: 14px;
  }
  .product-card__main {
    gap: 8px;
  }
  .product-card__buy {
    font-size: 14px;
  }
  .product-card__actions {
    gap: 4px;
  }
  .product-card .swiper-slide {
    display: none;
  }
  .product-card .swiper-slide:nth-child(1) {
    display: flex;
  }
  .category-section__nav {
    display: none;
  }
  .compare-page__content .sticky-product {
    gap: 12px;
  }
  .compare-page__content .sticky-product__image {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
  }
  .compare-page__content .sticky-product__title {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .compare-page__content .sticky-product__price {
    font-size: 14px;
    line-height: 1.4285714286;
  }
  .wrapper:has(.compare-page) {
    overflow: visible;
  }
  .compare-products__nav {
    display: none;
  }
  .compare-products {
    gap: 20px;
  }
  .compare-products .desktop {
    display: none;
  }
  .compare-products .tablet {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .compare-products .tablet .swiper {
    padding-top: 34px;
    width: calc(178px + 40 * (100vw - 650px) / 118);
  }
  .compare-products .tablet .swiper .product-card {
    padding: 0;
  }
  .compare-info__list {
    gap: 20px;
  }
  .compare-stat__main .tablet {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .compare-stat__main .tablet .swiper {
    width: calc(178px + 40 * (100vw - 650px) / 118);
  }
  .compare-stat__main .desktop {
    display: none;
  }
  .compare-stat__header.active {
    padding-bottom: 12px;
  }
  .compare-stat__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
  }
  .compare-stat__subtitle,
  .compare-stat__text {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .compare-empty {
    gap: 20px;
  }
  .compare-empty__text {
    font-size: 12px;
    line-height: 1.3333333333;
  }
  .profile-wrapper {
    padding-bottom: 80px;
  }
}
@media (max-width: 650px) {
  .compare-page__content .sticky-product__price {
    font-size: 9px;
  }
  .compare-page__content .sticky-swiper {
    padding: 12px;
  }
  .sticky-swiper.desktop {
    display: none !important;
  }
  .compare-page__content.sticky .sticky-swiper.mobile-only {
    pointer-events: all;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    opacity: 1;
  }
  .compare-products .tablet {
    display: none;
  }
  .compare-products .mobile {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .compare-products .mobile .product-card {
    padding: 0;
  }
  .compare-products .mobile .swiper {
    padding-top: 8px;
    width: 100%;
  }
  .compare-stat__main .mobile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .compare-stat__main .mobile .swiper {
    width: calc(251px + 34 * (100vw - 568px) / 82);
    display: flex;
  }
  .compare-stat__main .tablet {
    display: none;
  }
}
@media (max-width: 568px) {
  .container {
    padding: 0 12px;
  }
  .section {
    margin-top: 42px;
  }
  .h2 {
    font-size: 20px;
  }
  .modal__close {
    top: 26px;
    right: 26px;
  }
  .product-section__slider .swiper-slide {
    max-width: 171px;
  }
  .product-section {
    padding-top: 42px;
    padding-bottom: 18px;
  }
  .product-section__slider {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .product-card {
    border-radius: 8px;
    padding: 8px;
  }
  .product-card__slider .swiper-slide img {
    width: 100%;
  }
  .product-card__banners li {
    display: none;
  }
  .product-card__banners li:first-child {
    display: flex;
  }
  .product-card__main {
    gap: 0;
  }
  .product-card__actions {
    margin-top: 12px;
  }
  .product-card__title {
    margin-bottom: 8px;
  }
  .product-card__buy {
    height: 32px;
  }
  .product-card__buy span {
    display: none;
  }
  .product-card__buy img {
    display: block;
  }
  .product-card__info {
    display: grid;
    grid-template-columns: auto 1fr;
    row-gap: 4px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .product-card__hint {
    order: 2;
  }
  .product-card__small {
    gap: 4px;
    order: 3;
    grid-column: span 2;
  }
  .category-section__inner {
    overflow: hidden;
    margin-left: -12px;
    padding-left: 0;
    padding-right: 0;
    -ms-overflow-style: none;
    /* IE и Edge */
    scrollbar-width: none;
    /* Firefox */
    -webkit-overflow-scrolling: touch;
    scroll-behavior: auto;
  }
  .category-section__inner:-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    background-color: transparent !important;
  }
  .category-section__wrapper {
    gap: 8px;
    width: unset;
    overflow: auto;
    width: 100vw;
    padding-left: 12px;
    padding-right: 12px;
    -ms-overflow-style: none;
    /* IE и Edge */
    scrollbar-width: none;
    /* Firefox */
    -webkit-overflow-scrolling: touch;
    scroll-behavior: auto;
  }
  .category-section__wrapper:-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    background-color: transparent !important;
  }
  .category-section__item {
    width: 160px !important;
    flex: 0 0 160px !important;
    height: 130px !important;
    font-size: 12px;
  }
  .compare-page__categories {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: auto;
    -ms-overflow-style: none;
    /* IE и Edge */
    scrollbar-width: none;
    /* Firefox */
    width: auto;
  }
  .compare-page__categories:-webkit-scrollbar {
    display: none;
  }
  .compare-page__content .sticky-swiper .swiper {
    padding-top: 0;
  }
  .compare-products {
    width: calc(100vw - 56px);
  }
  .compare-page__content .mobile-only .swiper {
    width: calc(128px + 123 * (100vw - 320px) / 248);
  }
  .compare-stat__main .mobile .swiper {
    width: calc(128px + 123 * (100vw - 320px) / 248);
  }
  .profile-wrapper {
    padding-bottom: 42px;
  }
  .mobile .catalog-body__item {
    width: 100% !important;
  }
  .compare-products .mobile > .swiper:first-child {
    border: none;
  }
  .compare-products .mobile > .swiper {
    border-left: 1px solid #e1e1e3;
  }
  .profile-wrapper__layout {
    padding-top: 16px;
  }
  .compare-page__products.sticky .compare-empty .compare-empty__text {
    display: none;
  }
  .swiper-slide .catalog-body__control-icon-box-wrapper {
    top: 44px !important;
  }
  .compare-products .mobile .swiper.catalog-body__img-sl {
    pointer-events: none;
  }
  .compare-products .mobile .catalog-body__img-sl-pagination {
    display: none;
  }
}
@media (hover: hover) {
  .slider-btn:hover {
    border: 1px solid #9c9c9c;
  }
  .faq-navigation__link:hover {
    background-color: #e1e1e3;
    color: var(--black-color);
  }
  .faq-navigation__link.active:hover {
    background-color: #0e0e0e;
    color: #fff;
  }
}
/*# sourceMappingURL=style.css.map */
