

/* Start:/local/templates/czs/components/bitrix/catalog/catalog_2026/style.css?17772177351123*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}


body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/czs/components/bitrix/catalog.element/catalog_new/style.css?177728183178480*/
.catalog-description-text {
    word-break: break-word;
    overflow-wrap: anywhere;
}

.section__title {
  font-size: 28px;
  font-weight: 400;
}

.catolog-description__title--1 {
  display: block;
}
@media screen and (max-width: 1023px) {
  .catolog-description__title--1 {
    display: none !important;
  }
}

.catolog-description__title--2 {
  display: none;
}
@media screen and (max-width: 1023px) {
  .catolog-description__title--2 {
    display: block;
  }
}

.sticky-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: #fff;
  z-index: 3;
  width: 100%;
  position: fixed;
  top: 135px;
  display: none;
  border-bottom: 1px solid #ccc;
  left: 50%;
  transform: translateX(-50%);
}
.sticky-panel.active {
  display: flex;
}
.sticky-panel__img-block {
  display: flex;
  align-items: center;
  gap: 24px;
}
.sticky-panel__img-block-img {
  width: 80px;
  height: 80px;
}
.sticky-panel__img-block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sticky-panel__img-block__title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.sticky-panel__img-block__sub-title {
  font-size: 12px;
  letter-spacing: 0.01em;
  font-weight: 400;
  color: #666;
}
.sticky-panel__add-cart {
  width: 100%;
  max-width: 350px;
}
.sticky-panel__add-cart--buttom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  background-color: #181a1b;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 24px;
  letter-spacing: 0.1225px;
  font-weight: 400;
  border-radius: 25px;
}
.sticky-panel__add-cart--buttom:hover {
  justify-content: space-between;
  background-color: #435450;
}
.sticky-panel__add-cart--buttom:hover .sticky-panel__add-cart__sub-title {
  display: block;
}
.sticky-panel__add-cart__sub-title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: 600;
  display: none;
}
@media screen and (max-width: 1023px) {
  .sticky-panel {
    left: unset;
    transform: unset;
  }
  .sticky-panel__img-block {
    display: none;
  }
  .sticky-panel__add-cart {
    max-width: unset;
  }
  .sticky-panel__add-cart--buttom {
    max-width: unset;
    width: calc(100% - 40px);
    bottom: 20px;
    position: fixed;
    justify-content: space-between;
  }
  .sticky-panel__add-cart__sub-title {
    display: block;
  }
}

.breadcrumb {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}
.breadcrumb-text {
  font-size: 12px;
  letter-spacing: 0.01em;
  font-weight: 400;
}
.breadcrumb-text:hover {
  color: #666;
}
.breadcrumb-divider {
  font-size: 12px;
  color: #666;
}

.catolog-description__left-block {
  flex: 1 1 60%;
  min-width: 0;
  align-self: flex-start;
  position: sticky;
  top: 5px;
}
@media screen and (max-width: 1200px) {
  .catolog-description__left-block {
    flex: 1 1 50%;
  }
}
@media screen and (max-width: 1023px) {
  .catolog-description__left-block {
    position: static;
    flex-direction: column-reverse;
    align-self: unset;
  }
}

.catolog-description__right-block {
  max-width: 694px;
  flex: 1 1 40%;
  min-width: 0;
}
@media screen and (max-width: 1200px) {
  .catolog-description__right-block {
    flex: 1 1 50%;
  }
}

.learn-more {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: 400;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
}
.learn-more::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.learn-more:hover::after {
  animation: fadeIn 0.4s linear;
}

p.expanded {
  -webkit-line-clamp: unset !important;
}

.catolog-description {
  display: flex;
  gap: 100px;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1439px) {
  .catolog-description {
    gap: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .catolog-description {
    flex-wrap: wrap;
  }
  .catolog-description .description-block .plug {
    padding: 0 20px;
  }
  .catolog-description .description-block .catolog-description__sub-title {
    padding: 0 20px;
  }
  .catolog-description .description-block .catolog-description__desc {
    padding: 0 20px;
  }
  .catolog-description .description-block .rating {
    padding: 0 20px;
  }
  .catolog-description .description-block .catolog-description__price {
    padding: 0 20px;
  }
  .catolog-description .description-block .catolog-description__select-volume {
    padding: 0 20px;
  }
  .catolog-description .description-block .catolog-description__add-cart {
    padding: 0 20px;
  }
  .catolog-description .description-block .catolog-description__advantages {
    padding: 0 20px;
  }
  .catolog-description .description-block .catolog-description__special-offer {
    padding: 0 20px;
  }
  .catolog-description .description-block .catolog-description__need-help {
    padding: 0 20px;
  }
}
.catolog-description__add-cart {
  display: flex;
  gap: 12px;
}
.catolog-description__add-cart__input {
  padding: 8px 12px;
  border: 1px solid #999;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 25px;
}
.catolog-description__add-cart__remove-product.equal-one {
  cursor: no-drop;
}
.catolog-description__add-cart__remove-product, .catolog-description__add-cart__add-product {
  color: #999;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
.catolog-description__add-cart__remove-product:hover, .catolog-description__add-cart__add-product:hover {
  color: #666;
}
.catolog-description__add-cart__count {
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #181a1b;
  width: 23px;
}
.catolog-description__add-cart__btn {
  width: 100%;
  background-color: #181a1b;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 24px;
  letter-spacing: 0.1225px;
  font-weight: 400;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 25px;
  transition: 0.2s;
}
.catolog-description__add-cart__btn:hover {
  background-color: #435450;
}
.catolog-description__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.catolog-description__sub-title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #666;
  margin-top: 8px;
  margin-bottom: 16px;
}
.catolog-description__desc {
  margin-bottom: 15px;
}
.catolog-description__desc-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #181a1b;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catolog-description__desc-text.active {
  -webkit-line-clamp: unset;
}
.catolog-description__favorite {
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.catolog-description__both-prices {
  display: flex;
  align-items: center;
  gap: 5px;
}
.catolog-description__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 24px;
}
.catolog-description__price .full-price {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.catolog-description__price .old-price__if-have {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.03em;
  font-weight: 400;
  color: #666;
  text-decoration: line-through;
}
.catolog-description__price .slice-price {
  color: #666;
  line-height: 1.333;
  font-size: 12px;
}
.catolog-description__select-volume {
  display: flex;
  gap: 5px;
}
.catolog-description__volume {
  border: 1px solid #999;
  padding: 8px 20px;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-size: 12px;
  border-radius: 25px;
  display: inline-block;
  cursor: pointer;
  line-height: 18px;
  color: #000;
  background: transparent;
}
.catolog-description__volume.active {
  background-color: #181a1b;
  color: #fff;
  border-color: #181a1b;
}
.catolog-description__add-cart {
  margin-top: 24px;
  margin-bottom: 24px;
}
.catolog-description__advantage {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.catolog-description__advantage:last-child {
  margin-bottom: 0;
}
.catolog-description__advantage-p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #181a1b;
  font-weight: 400;
}
.catolog-description__special-offer {
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
  gap: 20px;
}
.catolog-description__special-offer__text-block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 40px;
  width: 55%;
}
.catolog-description__special-offer__title {
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
}
.catolog-description__special-offer__sub-title {
  letter-spacing: 0.02em;
  font-weight: 400;
  margin-top: 16px;
  font-size: 12px;
}
.catolog-description__special-offer__img {
  width: 100%;
  aspect-ratio: 11/5;
}
.catolog-description__special-offer__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1439px) {
  .catolog-description__special-offer__title {
    font-size: 17px;
  }
  .catolog-description__special-offer__sub-title {
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .catolog-description__special-offer__img {
    aspect-ratio: 11/4;
  }
  .catolog-description__special-offer__text-block {
    padding-left: 24px;
    width: 60%;
  }
}
.catolog-description__need-help {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.catolog-description__need-help--svg {
  width: 24px;
  height: 24px;
}
.catolog-description__need-help--p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.catolog-description__need-help--a {
  text-decoration: underline;
}
.catolog-description__need-help--a:hover {
  color: #666;
}
.catolog-description__accordion {
  max-width: 662px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .catolog-description__accordion {
    max-width: unset;
  }
}
.catolog-description .accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.catolog-description .accordion-img__text {
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
}
.catolog-description .accordion-img__text--svg {
  width: 24px;
  height: 24px;
}
.catolog-description .accordion .footnote {
  font-size: 12px;
  letter-spacing: 0.01em;
  font-weight: 400;
}
.catolog-description .accordion .accordion-body__start-item {
  display: flex;
  align-items: center;
}
.catolog-description .accordion .accordion-body__start-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 15px;
}
.catolog-description .accordion .accordion-body__start-item .items-start__key {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  max-width: 195px;
}
.catolog-description .accordion .accordion-body__start-item .items-start__value {
  font-size: 12px;
  border: 1px solid #666;
  padding: 6px 16px;
  border-radius: 25px;
  text-transform: uppercase;
}
.catolog-description .accordion .accordion-body__start-item .items-start__values {
  display: flex;
  gap: 10px;
}
.catolog-description .accordion-item {
  background: #efefef;
  border-radius: 12px;
  overflow: hidden;
}
.catolog-description .accordion-header {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 24px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 18px;
  text-align: left;
}
.catolog-description .accordion-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}
.catolog-description .accordion-icon {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  transition: transform 0.25s ease;
}
.catolog-description .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.catolog-description .accordion-body {
  padding: 24px 40px;
  padding-top: 0;
}
.catolog-description .accordion-body .img-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.catolog-description .accordion-body .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catolog-description .accordion-body p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
.catolog-description .accordion .video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  margin-bottom: 20px;
}
.catolog-description .accordion .video-wrap video, .catolog-description .accordion .video-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.catolog-description .accordion .ingredient-card {
  background: #e5e5e5;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
}
.catolog-description .accordion .ingredient-card h3 {
  margin: 0 0 20px;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.catolog-description .accordion .ingredient-card p {
  margin: 0;
  line-height: 1.65;
}
.catolog-description .accordion {
  /* Swiper */
}
.catolog-description .accordion .swiper {
  overflow: hidden;
  position: relative;
}
.catolog-description .accordion .swiper-slide {
  height: auto;
}
.catolog-description .accordion .swiper-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}
.catolog-description .accordion .swiper-button-prev-custom,
.catolog-description .accordion .swiper-button-next-custom {
  position: absolute;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: #181a1b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.catolog-description .accordion .swiper-button-prev-custom.swiper-button-disabled,
.catolog-description .accordion .swiper-button-next-custom.swiper-button-disabled {
  display: none;
}
.catolog-description .accordion .swiper-button-prev-custom {
  left: 10px;
}
.catolog-description .accordion .swiper-button-next-custom {
  right: 10px;
}
.catolog-description .accordion .accordion-link {
  display: inline-block;
  margin-top: 20px;
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid #111;
  padding-bottom: 2px;
}
.catolog-description .accordion .tag-link {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #e5e5e5;
  border-radius: 10px;
  padding: 18px 20px;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.catolog-description .accordion .tag-link span:last-child {
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .catolog-description .accordion {
    gap: unset;
  }
  .catolog-description .accordion-item {
    border-radius: unset;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 640px) {
  .catolog-description .accordion .accordion-header {
    padding: 20px;
  }
  .catolog-description .accordion .accordion-body {
    padding: 0 20px 20px;
  }
  .catolog-description .accordion .accordion-title {
    font-size: 18px;
  }
  .catolog-description .accordion .ingredient-card {
    min-height: 200px;
    padding: 20px;
  }
}
.catolog-description .content-toTest {
  width: 100%;
  min-width: 100px;
  height: 600px;
  background-color: #fff;
  border: 1px solid #000;
}

.catologDescriptionSlider-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.catologDescriptionSlider-slider__wrapper {
  display: flex;
}
.catologDescriptionSlider-prev {
  cursor: pointer;
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  left: 10px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 48px;
  height: 48px;
}
.catologDescriptionSlider-prev .swiper-button-disabled {
  display: none;
}
.catologDescriptionSlider-prev.swiper-button-disabled {
  display: none;
}
.catologDescriptionSlider-next {
  cursor: pointer;
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  right: 10px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 48px;
  height: 48px;
}
.catologDescriptionSlider-next.swiper-button-disabled {
  display: none;
}

.catologDescriptionSlider-card {
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
}
.catologDescriptionSlider-card__block {
  width: 100%;
  max-width: 405px;
  cursor: pointer;
  display: inline-block;
}
.catologDescriptionSlider-card__block:hover .inFavorite {
  display: block;
}
.catologDescriptionSlider-card__image {
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}
.catologDescriptionSlider-card__image .lineWithImg {
  display: flex;
  position: absolute;
  left: 0;
  transition: 0.3s linear;
  aspect-ratio: 1/1;
  width: 100%;
}
.catologDescriptionSlider-card__image .lineWithImg img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 405px;
}
.catologDescriptionSlider-card__image .inFavorite {
  display: none;
  top: 15px;
  right: 15px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .catologDescriptionSlider-card__image:hover .lineWithImg {
    left: 0px;
  }
}
.catologDescriptionSlider-card__meta {
  margin-top: 15px;
}
.catologDescriptionSlider-card__name {
  letter-spacing: 0.16px;
  font-weight: 700;
  margin-bottom: 6px;
  height: 32px;
}
.catologDescriptionSlider-card__name:hover {
  color: #435450;
}
.catologDescriptionSlider-card__desc, .catologDescriptionSlider-card__price {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  height: 38px;
}
.catologDescriptionSlider-card__desc {
  color: #888;
}
.catologDescriptionSlider-card__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catologDescriptionSlider-card__price .full-price {
  font-size: 16px;
  height: 17px !important;
  letter-spacing: 0.01em;
  font-weight: 600;
}
.catologDescriptionSlider-card__price .slice-price {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  line-height: 1.33333;
  align-self: flex-end;
}
.catologDescriptionSlider-card__pill {
  width: 100%;
  text-align: center;
  border: 1px solid #111;
  border-radius: 16px;
  padding: 12px;
  font-size: 14px;
  min-width: 120px;
  letter-spacing: 0.00875em;
  width: 100%;
  background: transparent;
  cursor: pointer;
}
@media screen and (max-width: 1443px) {
  .catologDescriptionSlider-card__pill {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .catologDescriptionSlider-card__image .inFavorite {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .catologDescriptionSlider-card__block {
    max-width: unset;
  }
}

.customer-reviews {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  margin-bottom: 40px !important;
  background-color: #f7f7f7;
}
.customer-reviews .catolog-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 27px;
}
.customer-reviews .catolog-rating .write-review {
  font-size: 16px;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  height: 40px !important;
  cursor: pointer;
  padding: 4px 12px;
  background: transparent;
  color: #000000;
}
.customer-reviews .catolog-rating .write-review:hover {
  background: #E8E8E8;
}
.customer-reviews .catolog-rating .sort-review__svg {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  height: 40px !important;
  padding: 8px 6px;
  cursor: pointer;
  color: #000000;
  background: transparent;
}
.customer-reviews .catolog-rating .sort-review__svg:hover {
  background: #E8E8E8;
}
.customer-reviews .catolog-rating .sort-review__block {
  padding: 20px;
  padding-bottom: 8px;
  background-color: #fff;
  font-size: 14px;
  margin-top: 5px;
  display: none;
  z-index: 2;
  position: absolute;
  left: 0;
}
.customer-reviews .catolog-rating .sort-review__block.active {
  display: block;
}
.customer-reviews .catolog-rating .sort-review__block .sort-review__title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.customer-reviews .catolog-rating .sort-review__block .sort-review__option-btn {
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  cursor: pointer;
  background: none;
  width: 100%;
  padding-bottom: 20px;
  color: #000000;
  text-align: left;
}
.customer-reviews .catolog-rating .sort-review__block .sort-review__option-btn span {
  visibility: hidden;
}
.customer-reviews .catolog-rating .sort-review__block .sort-review__option-btn span.chosen-option {
  visibility: visible;
}
.customer-reviews .review-card {
  padding: 10px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 15px;
  width: calc(50% - 15px);
  display: grid;
  gap: 30px;
  grid-template-columns: 12fr 6fr;
}
@media (max-width: 701px) {
  .customer-reviews .review-card {
    width: 100%;
  }
}
.customer-reviews .review-card:has(.review-card__img-block:empty) {
  grid-template-columns: 1fr;
}
.customer-reviews .review-card:has(.review-card__img-block:empty) .review-card__text-block {
  max-width: unset;
}
.customer-reviews .review-card:has(.review-card__img-block:empty) .review-card__img-block {
  display: none;
}
.customer-reviews .review-card__name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.customer-reviews .review-card__text-block {
  max-width: 575px;
}
.customer-reviews .review-card__img-block {
  max-width: 260px;
  max-height: 380px;
}
.customer-reviews .review-card__img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.customer-reviews .review-card__name {
  font-weight: bold;
  font-size: 16px;
}
.customer-reviews .review-card__date {
  color: #73777B;
  font-size: 11px;
  margin-top: 5px;
}
.customer-reviews .review-card__stars {
  display: flex;
  gap: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.customer-reviews .review-card__content {
  font-size: 14px;
  line-height: 19px;
}

.routine-steps {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  margin-bottom: 40px !important;
  display: flex;
  gap: 64px;
}
.routine-steps .rating {
  height: 20px;
}
.routine-steps__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}
.routine-steps__sub-title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.routine-steps__text-block {
  width: 100%;
  max-width: 408px;
  align-self: flex-start;
}
.routine-steps .routineSteps-cards {
  width: 100%;
  max-width: calc(100% - 465px);
}
.routine-steps .routineSteps-cards__sub-title {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 1439px) {
  .routine-steps {
    flex-wrap: wrap;
  }
  .routine-steps__title {
    font-size: 20px;
  }
  .routine-steps__sub-title {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .routine-steps .routineSteps-cards {
    max-width: unset;
  }
}

.routineSteps-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.routineSteps-slider__wrapper {
  display: flex;
}
.routineSteps-prev {
  cursor: pointer;
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  left: 10px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 48px;
  height: 48px;
}
.routineSteps-prev .swiper-button-disabled {
  display: none;
}
.routineSteps-prev.swiper-button-disabled {
  display: none;
}
.routineSteps-next {
  cursor: pointer;
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  right: 10px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 48px;
  height: 48px;
}
.routineSteps-next.swiper-button-disabled {
  display: none;
}

.routineSteps-card {
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
}
.routineSteps-card__block {
  width: 100%;
  max-width: 405px;
  cursor: pointer;
  display: inline-block;
}
.routineSteps-card__block:hover .inFavorite {
  display: block;
}
.routineSteps-card__image {
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}
.routineSteps-card__image .lineWithImg {
  display: flex;
  position: absolute;
  left: 0;
  transition: 0.3s linear;
  aspect-ratio: 1/1;
  width: 100%;
}
.routineSteps-card__image .lineWithImg img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 405px;
}
@media screen and (max-width: 1439px) {
  .routineSteps-card__image .lineWithImg img {
    max-width: unset;
  }
}
.routineSteps-card__image .inFavorite {
  display: none;
  top: 15px;
  right: 15px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .routineSteps-card__image:hover .lineWithImg {
    left: 0px;
  }
}
.routineSteps-card__meta {
  margin-top: 15px;
}
.routineSteps-card__name {
  letter-spacing: 0.16px;
  font-weight: 700;
  margin-bottom: 6px;
    height: 40px;
}
.routineSteps-card__name:hover {
  color: #435450;
}
.routineSteps-card__desc, .routineSteps-card__price {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  height: 38px;
}
.routineSteps-card__desc {
  color: #888;
}
.routineSteps-card__price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.routineSteps-card__price .full-price {
  font-size: 16px;
  height: 17px !important;
  letter-spacing: 0.01em;
  font-weight: 600;
}
.routineSteps-card__price .slice-price {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  line-height: 1.33333;
  align-self: flex-end;
}
.routineSteps-card__pill {
  width: 100%;
  text-align: center;
  border: 1px solid #111;
  border-radius: 16px;
  padding: 12px;
  font-size: 14px;
  min-width: 120px;
  letter-spacing: 0.00875em;
  background: transparent;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1443px) {
  .routineSteps-card__pill {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .routineSteps-card__image .inFavorite {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .routineSteps-card__block {
    max-width: unset;
  }
}

@keyframes fadeIn {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.oil-slider {
  display: flex;
  gap: 100px;
}
.oil-slider__control-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background-color: #fff;
  border-radius: 25px;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  top: 50%;
  visibility: hidden;
  transition: 0.1s;
  transform: translateY(-50%);
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), var(--tw-shadow);
}
.oil-slider__control-btn--prev {
  left: 195px;
}
.oil-slider__control-btn--next {
  right: 90px;
}
.oil-slider__control-btn.swiper-button-disabled {
  display: none;
}
.oil-slider__control-btn:hover {
  visibility: visible;
}
@media screen and (max-width: 1439px) {
  .oil-slider {
    gap: 24px;
  }
}

.oil-slider__nav {
  width: auto;
}
@media screen and (max-width: 1023px) {
  .oil-slider__nav {
    margin-left: 20px;
  }
}

.oilNavSwiper {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .oilNavSwiper {
    overflow: unset;
  }
}

.oil-card {
  height: 80px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
.oil-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.oil-card:hover {
  border: 1px solid #000;
}

.oilNavSwiper .swiper-slide-thumb-active {
  border: 1px solid #000;
}

.oil-slider__main {
  flex: 1;
  min-width: 0;
  cursor: pointer;
}
.oil-slider__main:hover ~ .oil-slider__control-btn {
  visibility: visible;
}

.oilMainSwiper {
  max-width: 775px;
  width: 100%;
  margin: 0 !important;
}
@media screen and (max-width: 1023px) {
  .oilMainSwiper {
    max-width: unset;
  }
}

.oil-main-slide {
  aspect-ratio: 1/1;
}
.oil-main-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 775px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .oil-main-slide img {
    max-width: unset;
  }
}

.container_new {
  padding: 0 45px;
  max-width: 1920px;
  margin: 0 auto;
}

@media screen and (max-width: 1920px) {
  .container_new {
    max-width: unset;
  }
}
@media screen and (max-width: 1023px) {
  .container_new {
    padding: 0 20px;
  }
}
p {
  margin: 0;
}

a:hover {
  color: #333;
  text-decoration: none;
}

ul, ol {
  margin: 0;
}

.bx-soa-pp-company {
  z-index: 1;
}

html {
  height: 100%;
}

body.popmechanic-desktop {
  display: flex;
  flex-direction: column;
}

body {
  position: relative;
  padding-bottom: 550px;
  min-height: 100%;
}

footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.newsletter {
  width: 100%;
}

.product-card__pill {
  color: #111 !important;
}

@font-face {
  font-family: "BlinkMacSystemFont-Regular";
  src: url("/local/templates/czs/components/bitrix/catalog.element/catalog_new/../assets/fonts/fonts/blinkmacsystemfont-regular.woff2");
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

body {
  font-family: "Inter", system-ui, -apple-system, "BlinkMacSystemFont-Regular", "Segoe UI", Roboto, sans-serif;
  color: #111;
  background: #ffffff;
  overflow-x: hidden;
}

.rating {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  height: 20px;
  gap: 4px;
}
.rating-stars {
  display: flex;
  gap: 2px;
}
.rating-count {
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 12px;
  color: #435450;
}

.overlay {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2078431373);
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

img {
  display: block;
}

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

.profile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .profile {
    display: block;
  }
}

.basket {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.centered__container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  padding: 0 45px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .container {
    max-width: unset;
  }
}
@media screen and (max-width: 1023px) {
  .container {
    padding: 0 20px;
  }
}

button, input {
  font: inherit;
}

.section {
  margin-top: 70px;
}
.section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.section__title {
  font-size: 28px;
  margin-right: 15px;
  margin-bottom: 5px;
}
.section__action {
  margin-bottom: 5px;
}
.section__action::after {
  content: "";
  background-color: #000;
  margin-top: 3px;
  display: block;
  height: 2px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .section__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 426px) {
  .section__action {
    font-size: 14px;
  }
}

.topbar-slider {
  position: relative;
  width: 100%;
  background: #4c5c57;
  overflow: hidden;
}
.topbar-slider * {
  cursor: default !important;
}
.topbar-slider__wrapper {
  display: flex;
}

.topbar-block__slider-stop .stop-slider {
  cursor: pointer !important;
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 5px;
  right: 35px;
}

.topbar-card {
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
}
.topbar-card__block {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: inline-block;
}
.topbar-card__text {
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 8px 0;
}

.cart {
  width: 100%;
  max-width: 605px;
  height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  right: -650px;
  transition: 0.2s;
  z-index: 15;
}
.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border-bottom: 1px solid #eee;
}
.cart-header__title {
  font-size: 16px;
  font-weight: 500;
}
.cart-header__close {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
}
.cart-progress {
  text-align: center;
  margin-top: 20px;
  padding: 0 30px;
}
.cart-progress__text {
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.cart-progress__bar {
  height: 4px;
  background: #eee;
  border-radius: 2px;
  overflow: hidden;
  max-width: 395px;
  margin: auto;
}
.cart-progress__fill {
  display: block;
  height: 100%;
  width: 100%;
  background: #2f4f3e;
}
.cart-list {
  padding: 0px 30px;
}
.cart-lists {
  flex: 1;
  overflow-y: auto;
  margin-top: 30px;
}
.cart-item {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}
.cart-item__bottom {
  text-align: right;
}
.cart-item__remove {
  background: none;
  border: none;
  font-size: 12px;
  color: #777;
  cursor: pointer;
  letter-spacing: 0.1em;
}
.cart-item__remove::after {
  content: "";
  background-color: #000;
  margin-top: 3px;
  display: block;
  height: 2px;
  width: 100%;
}
.cart-item__top {
  display: flex;
  gap: 12px;
}
.cart-item__image {
  width: 120px;
  height: 120px;
}
.cart-item__image img {
  width: 100%;
  height: 100%;
}
.cart-item__content {
  flex: 1;
}
.cart-item__articul {
  font-size: 14px;
  display: block;
}
.cart-item__title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cart-item__volume {
  font-size: 12px;
  color: #777;
  letter-spacing: 0.1em;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.cart-item__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.cart-item__pricing {
  text-align: right;
}
.cart-item__price {
  font-size: 14px;
  font-weight: 500;
}
.cart .quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cart .quantity__btn {
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}
.cart .quantity__value {
  font-size: 14px;
}
.cart-samples {
  margin: 16px;
  padding: 12px;
  width: calc(100% - 32px);
  background: #f6f6f6;
  border: none;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.cart-summary {
  padding: 16px;
  border-top: 1px solid #eee;
}
.cart-summary__row {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
.cart-summary__note {
  margin-top: 6px;
  font-size: 14px;
  color: #777;
  letter-spacing: 0.02em;
}
.cart .cart-footer {
  padding: 16px;
}
.cart .cart-footer__checkout {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 14px;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 0.02em;
}

.search {
  width: 100%;
  max-width: 560px;
}
.search__wrap {
  position: relative;
}
.search__input {
  width: 100%;
  font-size: 17px;
  border-radius: 10px;
  background-color: #f5f4f4;
  border: 2px solid rgba(0, 0, 0, 0);
  padding: 7px 30px 7px 12px;
  letter-spacing: 0.04em;
}
.search__input:focus {
  border: 2px solid #000;
  opacity: 1 !important;
}
.search__svg {
  position: absolute;
  top: 11px;
  right: 7px;
}
@media screen and (max-width: 700px) {
  .search {
    display: none;
  }
}

.search-burger {
  height: 0;
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
  position: absolute;
  transition: 0.5s;
  background-color: #fff;
}
.search-burger.active {
  border-top: 1px solid #eee;
  padding-top: 12px;
  height: 63px;
  margin-top: 12px;
}
.search-burger__svg {
  display: none;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .search-burger__svg {
    display: flex;
  }
}

.header {
  position: sticky;
  top: 0;
  z-index: 7;
  width: 100%;
  background-color: #fff;
  padding-top: 15px;
  border-bottom: 1px solid #eee;
}
.header.low-padding {
  padding-bottom: 12px;
}
.header hr {
  height: 1px;
  background-color: #eee;
  border: none;
  margin-top: 15px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.header__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  font-size: 12px;
}
.header__actions span {
  cursor: pointer;
  letter-spacing: 0.1em;
  font-size: 13px;
  height: 20px;
}
@media screen and (max-width: 1023px) {
  .header {
    padding-bottom: 15px;
  }
  .header hr {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .header__logo-svg {
    width: 130px;
  }
}

.submenu__blocks {
  padding: 45px 50px;
  display: none;
  justify-content: space-between;
  gap: 2px;
  width: 100%;
  position: fixed;
  left: 0px;
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.submenu__block {
  display: flex;
  gap: 40px;
  width: 50%;
}
.submenu__block--img {
  justify-content: flex-end;
}
.submenu__item {
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  font-size: 14px;
}
.submenu__item--title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.submenu__img {
  width: 100%;
  max-width: 430px;
  height: 390px;
}
.submenu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.submenu__imgtitle {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 25px;
}
@media screen and (max-width: 1850px) {
  .submenu__card {
    max-width: 360px;
  }
  .submenu__img {
    height: 325px;
  }
}
@media screen and (max-width: 1620px) {
  .submenu__card {
    max-width: 305px;
  }
  .submenu__img {
    max-width: 305px;
    height: 275px;
  }
}
@media screen and (max-width: 1440px) {
  .submenu__card {
    max-width: 430px;
  }
  .submenu__img {
    max-width: 430px;
    height: 390px;
  }
  .submenu__block--ul {
    width: 100%;
  }
  .submenu__card--2 {
    display: none;
  }
}
@media screen and (max-width: 1336px) {
  .submenu__card {
    max-width: 350px;
  }
  .submenu__img {
    max-width: 350px;
    height: 300px;
  }
}
@media screen and (max-width: 1232px) {
  .submenu__card {
    max-width: 275px;
  }
  .submenu__img {
    max-width: 275px;
    height: 248px;
  }
}

.nav {
  position: relative;
  border-bottom: 1px solid #eee;
}
.nav__list {
  display: flex;
  justify-content: center;
}
.nav__item {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.nav__item:hover {
  border-bottom: 2px solid #000000;
}
.nav__item:hover .submenu__blocks {
  display: flex;
}
.nav__link {
  padding: 24px 16px;
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero .swiper {
  position: relative;
}
.hero .swiper-slide {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  max-height: 810px;
  aspect-ratio: 4/2;
  background-size: cover;
}
.hero .swiper-card__block {
  width: 100%;
  height: 100%;
}
.hero .swiper__img-block {
  width: 100%;
  height: 100%;
}
.hero .swiper__img-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .swiper__img-block video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .swiper__textBlock {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 48px;
  max-width: 400px;
}
.hero .swiper__textBlock_kicker {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
}
.hero .swiper__textBlock_title {
  font-size: 36px;
  margin-bottom: 16px;
  line-height: 36px;
  letter-spacing: 0.72px;
}
.hero .swiper__textBlock_desc {
  line-height: 1.5;
  margin-bottom: 24px;
  color: #333;
  letter-spacing: 0.16px;
}
.hero .swiper__textBlock_btn {
  display: inline-block;
  padding: 14px 24px;
  background: #111;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05rem;
  border-radius: 30px;
}
.hero .swiper .hero-slider__control-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: calc(100% - 20px);
}
.hero .swiper__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.hero .swiper__button, .hero .swiper-video__btn {
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #8E8E8E;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .swiper__button.swiper-button-disabled {
  display: none;
}
.hero .swiper-video__btn {
  display: none;
}
@media screen and (max-width: 1440px) {
  .hero .swiper-slide {
    max-height: 640px;
  }
}
@media screen and (max-width: 1200px) {
  .hero .swiper-slide {
    max-height: 530px;
  }
}
@media screen and (max-width: 1023px) {
  .hero .swiper-slide {
    aspect-ratio: 1/1;
    max-height: 450px;
  }
  .hero .swiper__textBlock {
    display: none;
  }
}

.text-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: none;
}
.text-swiper__wrapper {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .text-swiper {
    display: block;
  }
}

.text-swiper-card {
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
}
.text-swiper-card .text-swiper-card__block {
  width: 100%;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.text-swiper-card .text-swiper__textBlock {
  max-width: 100%;
}
.text-swiper-card .text-swiper__textBlock_kicker {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.text-swiper-card .text-swiper__textBlock_title {
  font-size: 26px;
  margin-bottom: 16px;
  font-weight: 400;
}
.text-swiper-card .text-swiper__textBlock_desc {
  font-size: 14px;
  line-height: 21.008px;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
  color: #181a1b;
}
.text-swiper-card .text-swiper__textBlock_btn {
  display: inline-block;
  padding: 14px 24px;
  background: #181a1b;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1225px;
  border-radius: 30px;
}

.split, .findSpa {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background-color: #f7f7f7;
}
.split__image, .findSpa__image {
  width: 100%;
  max-width: 950px;
}
.split__image img, .findSpa__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.split__image--right, .findSpa__image--right {
  margin-left: auto;
}
.split__content, .findSpa__content {
  max-width: 672px;
  padding: 48px;
}
.split__kicker, .findSpa__kicker {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  font-weight: 700;
  color: #444;
}
.split__title, .findSpa__title {
  font-size: 36px;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
.split__text, .findSpa__text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 35px;
  letter-spacing: 0.04em;
}
.split__btn, .findSpa__btn {
  display: inline-block;
  padding: 14px 24px;
  background: #111;
  color: #fff;
  border-radius: 25px;
  font-size: 14px;
}
.split__btn:hover, .findSpa__btn:hover {
  background-color: #435450;
}
@media screen and (max-width: 1500px) {
  .split__image img, .findSpa__image img {
    max-height: 550px;
  }
}
@media screen and (max-width: 1023px) {
  .split, .findSpa {
    display: flex;
    flex-wrap: wrap;
  }
  .split__content, .findSpa__content {
    order: 2;
    padding: 64px 20px;
  }
  .split__title, .findSpa__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .split__text, .findSpa__text {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .split__image, .findSpa__image {
    aspect-ratio: 1/1;
    max-width: 100%;
    order: 1;
  }
  .split__image img, .findSpa__image img {
    max-height: unset;
  }
}

.promo {
  margin-top: 60px;
}
.promo-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.promo-slider__wrapper {
  display: flex;
}
.promo__control-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 48px;
  height: 48px;
  display: none;
}
.promo__control-btn.swiper-button-disabled {
  display: none;
}
.promo-prev {
  left: 5px;
}
.promo-next {
  right: 5px;
}

.promo-card {
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
}
.promo-card .promo__block {
  overflow: hidden;
  width: 100%;
  max-width: 587px;
  border-radius: 10px;
  height: 250px;
  background-color: #f7f7f7;
  display: grid;
  grid-template-columns: 1fr 1.56fr;
  align-items: center;
  gap: 15px;
}
.promo-card .promo__img {
  width: 100%;
  max-width: 250px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.promo-card .promo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-card .promo__text {
  max-width: 320px;
  padding: 16px 0;
  padding-right: 10px;
}
.promo-card .promo__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #444;
}
.promo-card .promo__title {
  margin-top: 15px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.promo-card .promo__btn {
  display: inline-block;
  padding: 14px 24px;
  background: #111;
  color: #fff;
  font-size: 14px;
  border-radius: 25px;
  letter-spacing: 0.00875em;
}
@media screen and (max-width: 1800px) {
  .promo-card .promo__block {
    grid-template-columns: 1fr 1.1fr;
  }
}
@media screen and (max-width: 1439px) {
  .promo-card .promo__block {
    height: unset;
    grid-template-columns: 1fr;
    gap: 1px;
    aspect-ratio: 1/2;
    max-height: 645px;
  }
  .promo-card .promo__img {
    max-width: unset;
  }
  .promo-card .promo__text {
    max-width: unset;
    text-align: center;
    padding: 24px !important;
    font-size: 14px;
  }
  .promo-card .promo__title {
    margin-bottom: 24px;
  }
  .promo-card .promo__btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .promo-card .promo__block {
    max-width: unset;
    aspect-ratio: 2/3;
    max-height: unset;
  }
}
@media screen and (max-width: 420px) {
  .promo-card .promo__block {
    aspect-ratio: 2/4;
  }
}

.newsletter__inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.newsletter__form-block {
  width: 100%;
  max-width: 520px;
  height: 200px;
  overflow: hidden;
  transition: 0.5s;
}
.newsletter__title {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04rem;
}
.newsletter__description {
  margin-top: 30px;
  margin-bottom: 35px;
  font-size: 15px;
  letter-spacing: 0.04rem;
  line-height: 24px;
}
.newsletter__form {
  display: flex;
  flex-direction: column;
}
.newsletter__input {
  position: relative;
  width: 100%;
}
.newsletter__input input {
  font-size: 17px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 14px 12px;
  border-radius: 10px;
  letter-spacing: 0.04rem;
}
.newsletter__input.input__name {
  margin-top: 30px;
}
.newsletter__input .input__required {
  display: none;
  position: absolute;
  color: red;
  font-size: 12px;
  bottom: -17px;
  left: 0;
}
.newsletter__agree-block {
  color: #888;
  font-size: 13px;
  margin-top: 30px;
}
.newsletter__agree-block .agree-checkbox {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.newsletter__submit {
  margin-top: 20px;
  padding: 14px 24px;
  border: 0;
  background: #181a1b;
  color: #fff;
  border-radius: 30px;
  font-weight: 400;
  letter-spacing: 0.00875em;
  font-size: 15px;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .newsletter__inner {
    flex-wrap: wrap;
    gap: 55px;
  }
  .newsletter__form-block {
    max-width: 100%;
    height: 185px;
  }
  .newsletter__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 670px) {
  .newsletter__title {
    font-size: 20px;
  }
  .newsletter__description {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 435px) {
  .newsletter__form-block {
    height: 180px;
  }
}
@media screen and (max-width: 400px) {
  .newsletter__form-block {
    height: 190px;
  }
}
@media screen and (max-width: 320px) {
  .newsletter__form-block {
    height: 220px;
  }
}

.products-slider, .tranquillity-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.products-slider__wrapper, .tranquillity-slider__wrapper {
  display: flex;
}
.products-prev, .tranquillity-prev {
  cursor: pointer;
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  left: 10px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 48px;
  height: 48px;
}
.products-prev .swiper-button-disabled, .tranquillity-prev .swiper-button-disabled {
  display: none;
}
.products-prev.swiper-button-disabled, .tranquillity-prev.swiper-button-disabled {
  display: none;
}
.products-next, .tranquillity-next {
  cursor: pointer;
  position: absolute;
  top: 34%;
  transform: translateY(-50%);
  right: 10px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 48px;
  height: 48px;
}
.products-next.swiper-button-disabled, .tranquillity-next.swiper-button-disabled {
  display: none;
}

.product-card, .tranquillity-card {
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
}
.product-card__block, .tranquillity-card__block {
  width: 100%;
  max-width: 405px;
  cursor: pointer;
  display: inline-block;
}
.product-card__block:hover .inFavorite, .tranquillity-card__block:hover .inFavorite {
  display: block;
}
.product-card__image, .tranquillity-card__image {
  background-color: #f7f7f7;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}
.product-card__image .lineWithImg, .tranquillity-card__image .lineWithImg {
  display: flex;
  position: absolute;
  left: 0;
  transition: 0.3s linear;
  aspect-ratio: 1/1;
  width: 100%;
}
.product-card__image .lineWithImg img, .tranquillity-card__image .lineWithImg img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 405px;
}
.product-card__image .inFavorite, .tranquillity-card__image .inFavorite {
  display: none;
  top: 15px;
  right: 15px;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .product-card__image:hover .lineWithImg, .tranquillity-card__image:hover .lineWithImg {
    left: 0px;
  }
}
.product-card__meta, .tranquillity-card__meta {
  margin-top: 15px;
}
.product-card__name, .tranquillity-card__name {
  letter-spacing: 0.16px;
  font-weight: 700;
  margin-bottom: 6px;
  height: 32px;
}
.product-card__name:hover, .tranquillity-card__name:hover {
  color: #435450;
}
.product-card__desc, .product-card__price, .tranquillity-card__desc, .tranquillity-card__price {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  height: 38px;
}
.product-card__desc, .tranquillity-card__desc {
  color: #888;
}
.product-card__price, .tranquillity-card__price {
  font-size: 16px;
  font-weight: 600;
  height: 17px !important;
}
.product-card__pill, .tranquillity-card__pill {
  width: 100%;
  text-align: center;
  border: 1px solid #111;
  border-radius: 16px;
  padding: 12px;
  font-size: 14px;
  min-width: 120px;
  letter-spacing: 0.00875em;
}
@media screen and (max-width: 1443px) {
  .product-card__pill, .tranquillity-card__pill {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card__image .inFavorite, .tranquillity-card__image .inFavorite {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .product-card__block, .tranquillity-card__block {
    max-width: unset;
  }
}

.carousel {
  position: relative;
}
.carousel__track {
  display: flex;
  gap: 18px;
  overflow: auto;
  scroll-behavior: smooth;
  padding-bottom: 8px;
}

.findSolution__concerns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 1439px) {
  .findSolution__concerns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
@media screen and (max-width: 1025px) {
  .findSolution__concerns {
    grid-template-columns: repeat(2, 1fr);
  }
}

.concern {
  width: 100%;
  max-width: 280px;
  height: 380px;
  border-radius: 15px;
  position: relative;
}
.concern__title {
  position: absolute;
  font-weight: 400;
  font-size: 21px;
  color: #000;
  top: 24px;
  left: 24px;
}
.concern__btn {
  position: absolute;
  bottom: 24px;
  left: 24px;
  font-size: 14px;
  letter-spacing: 0.00875em;
  padding: 14px 24px;
  background-color: #fff;
  border-radius: 27px;
}
.concern__img {
  width: 100%;
  height: 100%;
  border-radius: 9px;
  overflow: hidden;
}
.concern__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concern__label {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: #fff;
  padding: 6px 10px;
  border-radius: 16px;
  font-size: 11px;
}
@media screen and (max-width: 1870px) {
  .concern {
    max-width: 260px;
    height: 360px;
  }
}
@media screen and (max-width: 1770px) {
  .concern {
    max-width: 240px;
    height: 340px;
  }
}
@media screen and (max-width: 1670px) {
  .concern {
    max-width: 215px;
    height: 315px;
  }
}
@media screen and (max-width: 1570px) {
  .concern {
    max-width: 200px;
    height: 300px;
  }
}
@media screen and (max-width: 1439px) {
  .concern {
    max-width: 432px;
    height: unset;
  }
}
@media screen and (max-width: 1025px) {
  .concern {
    max-width: 485px;
    height: unset;
  }
  .concern__title {
    top: 8px;
    left: 8px;
    font-size: 16px;
  }
  .concern__btn {
    bottom: 8px;
    left: 8px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 330px) {
  .concern__btn {
    font-size: 12px;
    padding: 5px 10px;
  }
}

.big-promo {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 950px;
  height: 600px;
}
.big-promos {
  display: flex;
}
.big-promo__img {
  width: 100%;
  height: 100%;
}
.big-promo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.big-promo__overlay {
  position: absolute;
  inset: 0;
}
.big-promo__content {
  position: absolute;
  left: 48px;
  bottom: 48px;
  color: #fff;
  max-width: 320px;
}
.big-promo__kicker {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.big-promo__title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 36px;
}
.big-promo__btn {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 25px;
  background: #fff;
  color: #111;
  font-size: 14px;
  letter-spacing: 0.00875em;
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .big-promo {
    height: 677px;
    max-width: 100%;
  }
  .big-promos {
    flex-wrap: wrap;
  }
  .big-promo__content {
    left: 20px;
    bottom: 20px;
  }
  .big-promo__kicker {
    margin-bottom: 8px;
  }
  .big-promo__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.advantages__blocks {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.advantages__block {
  padding: 32px 24px;
  width: 100%;
  max-width: 405px;
  background-color: #f7f7f7;
  display: grid;
  grid-template-columns: 1fr 6fr;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
}
.advantages__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #435450;
}
.advantages__title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.advantages__text {
  color: #666;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1439px) {
  .advantages__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .advantages__block {
    max-width: unset;
  }
}
@media screen and (max-width: 1820px) {
  .advantages__blocks {
    grid-template-columns: 1fr;
  }
}

.magazineComfortZone-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.magazineComfortZone-slider__wrapper {
  display: flex;
}
.magazineComfortZone-prev {
  cursor: pointer;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  left: 5px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 48px;
  height: 48px;
}
.magazineComfortZone-prev .swiper-button-disabled {
  display: none;
}
.magazineComfortZone-prev.swiper-button-disabled {
  display: none;
}
.magazineComfortZone-next {
  cursor: pointer;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: 5px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 48px;
  height: 48px;
}
.magazineComfortZone-next.swiper-button-disabled {
  display: none;
}

.magazineComfortZone-card {
  width: 100%;
  min-width: 0;
  flex-shrink: 0;
}
.magazineComfortZone-card__block {
  max-width: 405px;
  cursor: pointer;
  position: relative;
}
.magazineComfortZone-card__block:hover .magazineComfortZone-card__meta {
  color: #666;
}
.magazineComfortZone-card__block::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
  background-color: #e6e7e4;
  display: block;
  right: -35px;
  top: 0;
}
.magazineComfortZone-card__image {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}
.magazineComfortZone-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.magazineComfortZone-card__meta {
  margin-top: 25px;
}
.magazineComfortZone-card__chapter {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.magazineComfortZone-card__date {
  font-size: 12px;
  color: #666;
  letter-spacing: 0.12px;
  font-weight: 400;
}
.magazineComfortZone-card__name {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
.magazineComfortZone-card__desc {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
.magazineComfortZone-card__watchTime {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .magazineComfortZone-card__block {
    max-width: unset;
  }
  .magazineComfortZone-card__block::after {
    right: -20px;
  }
}

.fromExperts-slider {
  position: relative;
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}
.fromExperts-slider__wrapper {
  display: flex;
}
.fromExperts-card {
  cursor: pointer;
  flex-shrink: 0;
  width: 350px;
  border-radius: 16px;
  overflow: hidden;
  transform: scale(0.9);
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0.5;
}
.fromExperts-card video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fromExperts-card.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.fromExperts-card__block {
  height: 100%;
  position: relative;
}
.fromExperts-card__block .sound__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 50%;
  border: none;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 10px;
  right: 10px;
  background-color: #fff;
  transition: 0.1s;
  cursor: pointer;
  z-index: 5;
}
.fromExperts-card__block .sound__btn:hover {
  background-color: #fff;
}
.fromExperts-card__desc {
  display: flex;
  border-radius: 8px;
  gap: 4px;
  position: absolute;
  bottom: 15px;
  background-color: #fff;
  width: calc(100% - 20px);
  left: 10px;
  padding: 8px;
}
.fromExperts-card__desc:hover {
  color: #666;
}
.fromExperts-card__desc .desc__image {
  width: 58px;
  height: 58px;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}
.fromExperts-card__desc .desc__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fromExperts-card__desc .desc__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  transition: 0.1s;
  letter-spacing: 0.07em;
  font-weight: 900;
  width: calc(100% - 58px);
}
.fromExperts-card__desc .desc__text .text__title {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 11px;
  letter-spacing: 0.07em;
  max-width: 220px;
}
.fromExperts-card__desc .desc__text .text__price {
  font-size: 15px;
}

.navbtns__fromExperts {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #000;
  width: 48px;
  height: 48px;
}
.navbtns__fromExperts.fromExperts-prev {
  left: 50px;
}
.navbtns__fromExperts.fromExperts-next {
  right: 50px;
}
@media screen and (max-width: 1023px) {
  .navbtns__fromExperts {
    display: none;
  }
}

.footer {
  margin-top: 60px;
  background: #4c5c57;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 24px;
}
.footer__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.footer__title {
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-weight: 700;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__link {
  font-size: 15px;
  letter-spacing: 0.01em;
}
.footer__link:hover {
  color: #999;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 24px;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-align: center;
}
.footer .payment-method {
  padding-top: 55px;
  padding-bottom: 30px;
}
.footer .payment-method__icons {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .footer__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer__col {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
  .footer__title {
    width: 100%;
    background: none;
    border: 0;
    color: #fff;
    font-size: 13px;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
  }
  .footer__title::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .footer__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-bottom: 0;
  }
  .footer__col.active .footer__content {
    max-height: 500px;
    padding-bottom: 16px;
  }
  .footer__col.active .footer__title::after {
    transform: rotate(-135deg);
  }
  .footer .payment-method {
    padding-top: 24px;
  }
  .footer .payment-method__icons {
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer__bottom {
    font-size: 10px;
    padding-top: 16px;
  }
}
@media (max-width: 1023px) {
  .footer {
    margin-top: 0;
  }
}

.burger {
  display: none;
  width: 44px;
  height: 24px;
  border: 0;
  background: transparent;
  padding: 0 10px;
  cursor: pointer;
}
.burger span {
  display: block;
  height: 2px;
  background: #111;
  margin: 6px 0;
}
.burger span:first-child {
  margin-top: 3px;
}

.mnav {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
}
.mnav.is-open {
  display: block;
}
.mnav__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}
.mnav__panel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.mnav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #eee;
}
.mnav__title {
  font-weight: 700;
  letter-spacing: 0.08em;
}
.mnav__close {
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.mnav__screen {
  display: none;
  overflow: auto;
  height: 100%;
}
.mnav__screen.is-active {
  display: block;
}
.mnav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mnav__item {
  width: 100%;
  padding: 18px 16px;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.mnav__subhead {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
}
.mnav__back {
  border: 0;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}
.mnav__subtitle {
  font-weight: 600;
}
.mnav__subcontent {
  padding: 0;
}

.macc {
  padding-left: 10px;
}
.macc__section {
  border-bottom: 1px solid #eee;
}
.macc__section.is-open .macc__btn span:last-child {
  transform: rotate(90deg);
}
.macc__btn {
  width: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 18px 16px;
  text-align: left;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.macc__btn span:last-child {
  transition: transform 200ms ease;
}
.macc__panel {
  max-height: 0;
  overflow: hidden;
  padding: 0 16px;
  transition: max-height 280ms ease, padding 280ms ease;
}
.macc__section.is-open .macc__panel {
  padding: 0 16px 14px 16px;
}
.macc__link {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  color: #111;
  text-decoration: none;
}
.macc__link:hover {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .nav {
    display: none;
  }
  .burger {
    display: inline-block;
  }
  .header__actions-span {
    display: none;
  }
}/*# sourceMappingURL=index.css.map */


/**старый код модального окна *//
/* ===== Review modal: clean version ===== */
/* ===== Review modal ===== */

#review-form {
    padding-right: 0 !important;
}

/* modal */
#review-form .modal-dialog {
    max-width: 560px;
    width: calc(100% - 30px);
    margin: 30px auto;
}

#review-form .modal-content.review-form {
    background: #fffefc;
    border: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    text-align: center;
}

/* header */
#review-form .modal-header {
    padding: 16px 16px 0;
    border: 0;
}

#review-form .close {
    margin-left: auto;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    color: #4c4c4c;
    cursor: pointer;
}

#review-form .close span {
    font-size: 34px;
    line-height: 40px;
}

#review-form .close:hover {
    color: #000;
}

/* content */
#review-form .review-form__fields,
#review-form .review-form__message {
    padding: 10px 32px 32px;
}

#review-form h2 {
    margin: 0 0 24px;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

/* inputs */
#review-form .review-form__item {
    margin-bottom: 16px;
}

#review-form .review-input {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid #d7d7d7;
    background: #fff;
    font-size: 16px;
    color: #4c4c4c;
    transition: 0.2s;
}

#review-form .review-input:focus {
    border-color: #4c4c4c;
    box-shadow: 0 0 0 1px #4c4c4c inset;
    outline: none;
}

#review-form .review-input_text {
    min-height: 140px;
    resize: vertical;
}

/* errors */
#review-form .review-input.error,
#review-form .review-input:invalid:focus {
    border-color: #d64545;
    box-shadow: 0 0 0 1px #d64545 inset;
}

/* rating */
#review-form .review-form-group {
    display: flex;
    justify-content: center;
    gap: 6px;
}

#review-form .review-radio {
    cursor: pointer;
}

#review-form .review-radio__input {
    display: none;
}

#review-form .review-radio__icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#review-form .svg-icon {
    width: 24px;
    height: 24px;
    fill: #d0d0d0;
    transition: 0.2s;
}

#review-form .review-radio__input:checked + .review-radio__icon .svg-icon,
#review-form .review-radio.is-active .svg-icon {
    fill: #f2b01e;
}

#review-form .review-radio:hover .svg-icon {
    transform: scale(1.1);
}

/* button */
#review-form .review-form__button {
    margin-top: 24px;
}

#review-form .btn-primary {
    min-width: 180px;
    min-height: 50px;
    padding: 14px 28px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s;
}

#review-form .btn-primary:hover {
    background: #191919;
}

#review-form .btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* success message */
#review-form .review-form__message {
    display: none;
}

#review-form .review-form__message.is-visible {
    display: block;
}

#review-form .js-review-form-message-text {
    margin-top: 8px;
    font-size: 20px;
    color: #4c4c4c;
}

/* backdrop */
.modal-backdrop.show {
    opacity: 0.45;
}

/* responsive */
@media (max-width: 798px) {
    #review-form .modal-dialog {
        width: calc(100% - 20px);
        margin: 10px auto;
    }

    #review-form .review-form__fields {
        padding: 8px 20px 24px;
    }

    #review-form h2 {
        font-size: 24px;
    }

    #review-form .review-input {
        min-height: 48px;
        font-size: 16px;
    }

    #review-form .btn-primary {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #review-form .modal-dialog {
        width: calc(100% - 16px);
        margin: 8px auto;
    }

    #review-form .review-form__fields {
        padding: 4px 16px 20px;
    }

    #review-form h2 {
        font-size: 22px;
    }
}
#review-form {
    padding-right: 0 !important;
}

#review-form .modal-dialog {
    max-width: 560px;
    width: calc(100% - 30px);
    margin: 30px auto;
}

#review-form .modal-content.review-form {
    background: #fffefc;
    border: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding-bottom: 0;
}

#review-form .modal-header {
    padding: 16px 16px 0;
    border: 0;
    min-height: auto;
}

#review-form .close {
    margin-left: auto;
    padding: 0;
    width: 40px;
    height: 40px;
    min-height: 40px;
    border: 0;
    background: transparent;
    color: #4c4c4c;
    font-size: 0;
    line-height: 1;
    box-shadow: none;
    opacity: 1;
    cursor: pointer;
}

#review-form .close span {
    display: block;
    font-size: 34px;
    line-height: 40px;
}

#review-form .close:hover,
#review-form .close:focus {
    color: #000;
    background: transparent;
    box-shadow: none;
    outline: none;
}

#review-form .review-form__fields,
#review-form .review-form__message {
    padding: 10px 32px 32px;
}

#review-form .review-form__fields h2,
#review-form .review-form__message h2 {
    margin: 0 0 24px;
    color: #000;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: none;
}

#review-form .review-form__item {
    margin-bottom: 16px;
}

#review-form .review-input {
    display: block;
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    background: #fff;
    color: #4c4c4c;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}

#review-form .review-input::placeholder {
    color: #8b8b8b;
    opacity: 1;
}

#review-form .review-input:hover {
    border-color: #a8a8a8;
}

#review-form .review-input:focus {
    border-color: #4c4c4c;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 1px #4c4c4c inset;
}

#review-form .review-input.error,
#review-form .review-input:invalid:focus {
    border-color: #d64545;
    box-shadow: 0 0 0 1px #d64545 inset;
}

#review-form .review-input_text {
    min-height: 140px;
    padding-top: 14px;
    padding-bottom: 14px;
    resize: vertical;
}

#review-form .review-form-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 4px 0 8px;
}

#review-form .review-radio {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    cursor: pointer;
}

#review-form .review-radio__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#review-form .review-radio__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    transition: transform 0.2s ease;
}

#review-form .product-rating-star,
#review-form .product-rating-star .svg-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

#review-form .product-rating-star .svg-icon {
    fill: #d0d0d0;
    transition: fill 0.2s ease;
}

#review-form .review-radio.js-review-radio-label.is-active .svg-icon,
#review-form .review-radio__input:checked + .review-radio__icon .svg-icon {
    fill: #f2b01e;
}

#review-form .review-radio:hover .review-radio__icon {
    transform: scale(1.08);
}

#review-form .review-radio__input:focus + .review-radio__icon {
    outline: 1px solid #4c4c4c;
    outline-offset: 2px;
}

#review-form .review-form__button {
    margin-top: 24px;
    text-align: center;
}

#review-form .review-form__button .btn-primary,
#review-form .review-form__button button[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 50px;
    padding: 14px 28px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
    box-shadow: none;
}

#review-form .review-form__button .btn-primary:hover,
#review-form .review-form__button .btn-primary:focus,
#review-form .review-form__button button[type="submit"]:hover,
#review-form .review-form__button button[type="submit"]:focus {
    background: #191919;
    border-color: #191919;
    color: #fff;
    outline: none;
    box-shadow: none;
}

#review-form .review-form__button .btn-primary:active,
#review-form .review-form__button button[type="submit"]:active {
    transform: translateY(1px);
}

#review-form .review-form__button .btn-primary:disabled,
#review-form .review-form__button button[type="submit"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

#review-form .review-form__message {
    display: none;
    text-align: center;
}

#review-form .review-form__message.is-visible {
    display: block;
}

#review-form .js-review-form-message-text {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 400;
    color: #4c4c4c;
    line-height: 1.4;
}

/* backdrop only for bootstrap modal */
.modal-backdrop.show {
    opacity: 0.45;
}

@media only screen and (max-width: 798px) {
    #review-form .modal-dialog {
        width: calc(100% - 20px);
        margin: 10px auto;
    }

    #review-form .review-form__fields,
    #review-form .review-form__message {
        padding: 8px 20px 24px;
    }

    #review-form .review-form__fields h2,
    #review-form .review-form__message h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    #review-form .review-input {
        min-height: 48px;
        padding: 12px 14px;
        font-size: 16px;
    }

    #review-form .review-input_text {
        min-height: 120px;
    }

    #review-form .review-radio__icon {
        width: 30px;
        height: 30px;
    }

    #review-form .product-rating-star,
    #review-form .product-rating-star .svg-icon {
        width: 22px;
        height: 22px;
    }

    #review-form .review-form__button .btn-primary,
    #review-form .review-form__button button[type="submit"] {
        width: 100%;
        min-width: 0;
    }
}

@media only screen and (max-width: 480px) {
    #review-form .modal-dialog {
        width: calc(100% - 16px);
        margin: 8px auto;
    }

    #review-form .modal-header {
        padding: 12px 12px 0;
    }

    #review-form .review-form__fields,
    #review-form .review-form__message {
        padding: 4px 16px 20px;
    }

    #review-form .review-form__fields h2,
    #review-form .review-form__message h2 {
        font-size: 22px;
    }

    #review-form .review-form-group {
        gap: 2px;
    }
}


.catalog-description-text {
    max-height: 220px;
    overflow: hidden;
    position: relative;
}

.catalog-description-text.expanded {
    max-height: none;
    overflow: visible;
}

.catalog-description-text:not(.expanded)::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    pointer-events: none;
}
/* End */


/* Start:/local/templates/czs/components/bitrix/catalog.section/main_bestsellers/themes/blue/style.css?1777037907825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */


/* Start:/local/templates/czs/components/bitrix/catalog.element/catalog_new/themes/blue/style.css?17770379071064*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1; }

.bx-blue .product-item-image-slider-control:hover { background-color: rgba(0, 131, 209, .8); }

.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover { background-color: #0083d1; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #006cc0; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */
/* /local/templates/czs/components/bitrix/catalog/catalog_2026/style.css?17772177351123 */
/* /local/templates/czs/components/bitrix/catalog.element/catalog_new/style.css?177728183178480 */
/* /local/templates/czs/components/bitrix/catalog.section/main_bestsellers/themes/blue/style.css?1777037907825 */
/* /local/templates/czs/components/bitrix/catalog.element/catalog_new/themes/blue/style.css?17770379071064 */
