.catalog-main{display:flex;flex-direction:column;gap:4px;width:100%}.catalog-main__header{align-items:center;background-color:#fff;border-radius:4px;display:flex;gap:34px;padding:14px 24px}@media only screen and (max-width:820px){.catalog-main__header{align-items:flex-start;flex-direction:column;gap:19px;padding:14px 12px}}.catalog-main__tabs{align-items:center;display:flex;flex-shrink:0;gap:8px}@media only screen and (max-width:820px){.catalog-main__tabs{width:100%}}.catalog-main__tab{background-color:transparent;border:1px solid #19bcc9;border-radius:4px;color:#333a43;cursor:pointer;font-family:Montserrat;font-size:14px;font-style:SemiBold;font-weight:600;letter-spacing:.4px;line-height:35px;padding:0 8px;transition:all .2s ease}@media only screen and (max-width:820px){.catalog-main__tab{width:50%}}.catalog-main__tab--active{background-color:#19bcc9;border:none;color:#fff}.catalog-main__tab--active:hover{background-color:#0e9ba7;color:#fff}.catalog-main__info{display:flex;flex-direction:column;gap:8px}@media only screen and (max-width:599px){.catalog-main__info{align-items:center;text-align:center}}.catalog-main__title{color:#1a2128;font-family:Montserrat;font-size:24px;font-weight:700;line-height:1.3;margin:0}@media only screen and (max-width:599px){.catalog-main__title{font-size:20px}}.catalog-main__description{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#69737d;display:-webkit-box;font-family:Montserrat;font-size:14px;line-height:1.6;overflow:hidden}.catalog-main__description p{margin:0}@media only screen and (max-width:599px){.catalog-main__description{-webkit-line-clamp:2;font-size:13px}}.catalog-main__content{display:none}.catalog-main__content--active{display:block}.catalog-main__categories{display:grid;gap:4px;grid-template-columns:repeat(4,1fr)}@media only screen and (max-width:1023px){.catalog-main__categories{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:767px){.catalog-main__categories{grid-template-columns:repeat(2,1fr)}}.catalog-main__category{align-items:center;background-color:#fff;border-radius:4px;display:flex;flex-direction:column;gap:6px;padding:16px;text-decoration:none;transition:box-shadow .2s ease}.catalog-main__category:hover{box-shadow:0 2px 12px rgba(0,0,0,.08)}.catalog-main__category:hover .catalog-main__category-image img{transform:scale(1.05)}.catalog-main__category--active{box-shadow:inset 0 0 0 2px #19bcc9}@media only screen and (max-width:599px){.catalog-main__category{gap:8px;padding:16px 12px}}.catalog-main__category-image{align-items:center;display:flex;height:177px;justify-content:center;overflow:hidden;width:100%}.catalog-main__category-image img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;transition:transform .2s ease}@media only screen and (max-width:820px){.catalog-main__category-image{height:72px}}.catalog-main__category-title{color:#1a2128;color:#333a43;font-family:Montserrat;font-size:14px;font-style:SemiBold;font-weight:600;letter-spacing:.4px;line-height:35px;text-align:center;vertical-align:middle}@media only screen and (max-width:599px){.catalog-main__category-title{font-size:13px;line-height:24px}}.catalog-main__list{background-color:#fff;border-radius:4px;-moz-columns:5;column-count:5;-moz-column-gap:32px;column-gap:32px;padding:24px 32px}@media only screen and (max-width:1200px){.catalog-main__list{-moz-columns:4;column-count:4}}@media only screen and (max-width:1023px){.catalog-main__list{-moz-columns:3;column-count:3}}@media only screen and (max-width:767px){.catalog-main__list{-moz-columns:2;column-count:2;-moz-column-gap:24px;column-gap:24px;padding:20px}}@media only screen and (max-width:599px){.catalog-main__list{-moz-columns:1;column-count:1;display:grid;max-height:800px;overflow-x:hidden;overflow-y:auto;padding:0}}.catalog-main__list-item--only-one{-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid}.catalog-main__list-parent{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:4px;margin-top:24px}.catalog-main__list-parent:first-child{margin-top:0}@media only screen and (max-width:599px){.catalog-main__list-parent{border-bottom:1px solid #e6ebf0;margin:0;padding:6px 16px}}.catalog-main__list-parent-link{align-items:center;border-radius:4px;color:#333a43;display:flex;font-family:Montserrat;font-size:16px;font-style:Bold;font-weight:700;letter-spacing:.4px;line-height:22px;margin-left:-8px;min-height:36px;padding:1px 16px;text-decoration:none;transition:background-color .2s ease;width:calc(100% + 8px)}.catalog-main__list-parent-link:hover{background-color:#f7f8fa}@media only screen and (max-width:599px){.catalog-main__list-parent-link{border-radius:0;flex:1;font-size:14px;font-style:SemiBold;font-weight:600;letter-spacing:.4px;line-height:35px;margin-left:0;padding:0;width:auto}}.catalog-main__list-toggle{align-items:center;background:transparent;border:none;color:#6e7781;cursor:pointer;display:inline-flex;flex-shrink:0;height:20px;justify-content:center;padding:0;transition:color .2s ease;width:20px}.catalog-main__list-toggle svg{height:auto;transition:transform .2s ease;width:12px}.catalog-main__list-toggle:hover{color:#333a43}@media only screen and (min-width:599px){.catalog-main__list-toggle{display:none}}@media only screen and (max-width:599px){.catalog-main__list-children{display:none}}.catalog-main__list-item--open .catalog-main__list-toggle svg{transform:rotate(180deg)}@media only screen and (max-width:599px){.catalog-main__list-item--open .catalog-main__list-children{display:block}}.catalog-main__list-item--has-children:not(:first-child){margin-top:30px}@media only screen and (max-width:599px){.catalog-main__list-item--has-children:not(:first-child){margin-top:0}.catalog-main__list-item--has-children{border-bottom:none;margin-bottom:0;margin-top:0;padding-bottom:0}}.catalog-main__list-child{align-items:center;border-radius:4px;color:#333a43;display:flex;font-family:Montserrat;font-size:14px;font-style:Regular;font-weight:400;letter-spacing:.4px;margin-bottom:4px;margin-left:-8px;min-height:36px;padding:1px 16px;text-decoration:none;transition:background-color .2s ease}.catalog-main__list-child:hover{background-color:#f7f8fa}@media only screen and (max-width:599px){.catalog-main__list-child{border-bottom:1px solid #e6ebf0;border-radius:0;font-size:14px;font-style:Regular;font-weight:400;letter-spacing:.4px;margin:0;padding:6px 16px}}.brand-navigation{background-color:#f7f8fa;margin:0 -15px;padding:0 15px;position:sticky;top:64px;z-index:100}@media only screen and (max-width:820px){.brand-navigation{top:58px}}.brand-navigation__title{color:#333a43;font-family:Montserrat;font-size:24px;font-style:ExtraBold;font-weight:800;letter-spacing:.4px;line-height:35px;padding:8px 0 8px 8px}@media only screen and (max-width:599px){.brand-navigation__title{font-size:18px}}.brand-navigation__list{align-items:center;border-radius:4px;display:flex;gap:40px;overflow-x:auto;overflow-y:hidden;padding:16px 0;scrollbar-color:#19bcc9 transparent;scrollbar-width:thin}.brand-navigation__list::-webkit-scrollbar{height:1px}.brand-navigation__list::-webkit-scrollbar-track{background-color:transparent}.brand-navigation__list::-webkit-scrollbar-thumb{background-color:#19bcc9;border-radius:2px}@media only screen and (max-width:599px){.brand-navigation__list{gap:0;padding:0 8px}}.brand-navigation__item{align-items:center;background-color:transparent;border-bottom:1px solid transparent;color:#333a43;cursor:pointer;display:inline-flex;font-family:Montserrat;font-size:14px;font-style:Regular;font-weight:400;gap:6px;letter-spacing:.4px;line-height:35px;padding:0 8px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.brand-navigation__item--active{border-bottom-color:#19bcc9}@media only screen and (max-width:599px){.brand-navigation__item{font-size:13px;padding:12px 14px}}.brand-navigation__item-count{align-items:center;background-color:rgba(25,188,201,.12);border-radius:10px;color:#19bcc9;display:inline-flex;font-size:11px;font-weight:700;height:20px;justify-content:center;line-height:1;min-width:20px;padding:0 6px}.collection-products{display:flex;flex-direction:column;gap:64px}@media only screen and (max-width:820px){.collection-products{gap:24px}}.collection-products .products-slider .goods-cards-slide .goods-card{background-color:#fff;border:none;border-radius:4px;max-width:100%}.collection-products .products-slider__title{background-color:#fff;border-radius:4px;margin-bottom:4px;padding:15px 20px}.collection-products .products-slider__title p{color:#333a43;font-family:Montserrat;font-size:20px;font-style:ExtraBold;font-weight:800;letter-spacing:.4px;line-height:35px}.brand-reviews{position:relative}@media only screen and (max-width:599px){.brand-reviews{border-radius:4px}}.brand-reviews__title{background-color:#fff;border-radius:4px;color:#333a43;font-family:Montserrat;font-size:20px;font-style:ExtraBold;font-weight:800;letter-spacing:.4px;line-height:35px;margin:0 0 4px;padding:15px 20px}@media only screen and (max-width:599px){.brand-reviews__title{font-size:18px}}.brand-reviews__slider{position:static!important}.brand-reviews__slider:hover .custom-next-arrow,.brand-reviews__slider:hover .custom-prev-arrow{opacity:1}@media only screen and (max-width:599px){.brand-reviews__slider{padding-bottom:16px}}.brand-reviews__slider .custom-next-arrow,.brand-reviews__slider .custom-prev-arrow{align-items:center;background:hsla(0,0%,100%,.3);border:none;border-radius:100%;box-shadow:0 0 10px rgba(0,0,0,.08);color:#555;cursor:pointer;display:flex;height:50px;justify-content:center;opacity:0;transition:opacity .6s,background .6s;width:50px}.brand-reviews__slider .custom-next-arrow:hover,.brand-reviews__slider .custom-prev-arrow:hover{background:#fff}@media only screen and (max-width:599px){.brand-reviews__slider .custom-next-arrow,.brand-reviews__slider .custom-prev-arrow{display:none}}.brand-reviews__slider .custom-next-arrow.swiper-button-disabled,.brand-reviews__slider .custom-prev-arrow.swiper-button-disabled{cursor:default;opacity:0!important}.brand-reviews__slider .custom-next-arrow.swiper-button-disabled:hover,.brand-reviews__slider .custom-prev-arrow.swiper-button-disabled:hover{background:hsla(0,0%,100%,.3)}.brand-reviews__slider .custom-next-arrow{right:-25px}.brand-reviews__slider .custom-prev-arrow{left:-25px}.brand-reviews__slider .custom-next-arrow svg,.brand-reviews__slider .custom-prev-arrow svg{height:50%;width:50%}.brand-reviews__slider .custom-prev-arrow:after{font-size:22px}.brand-reviews__slider .swiper-button-disabled{opacity:0!important;pointer-events:auto}.brand-reviews__scrollbar{display:none}.brand-reviews__scrollbar .swiper-scrollbar-drag{background-color:#19bcc9}@media only screen and (max-width:599px){.brand-reviews__scrollbar{bottom:0!important;display:flex;left:0!important;width:100%!important}}.brand-reviews .swiper-slide{display:flex;height:auto}.brand-reviews__card{background-color:#fff;border-radius:4px;display:flex;flex-direction:column;height:700px;max-height:700px;overflow:hidden;padding:24px 16px}@media only screen and (max-width:599px){.brand-reviews__card{height:auto;max-height:700px}}.brand-reviews__card-header{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#252525;display:-webkit-box;font-size:14px;line-height:1.4;margin-bottom:12px;min-height:40px;overflow:hidden}.brand-reviews__card-label{color:#1a2128}.brand-reviews__card-label,.brand-reviews__card-product-link{font-family:Montserrat;font-size:16px;font-style:SemiBold;font-weight:600;letter-spacing:0;line-height:150%}.brand-reviews__card-product-link{color:#afb8c1}.brand-reviews__card-image{align-items:center;display:flex;height:231px;justify-content:center;margin-bottom:12px;overflow:hidden}.brand-reviews__card-image img{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.brand-reviews__card-meta{border-top:2px solid #eaeef2;justify-content:space-between;margin-top:12px;padding-top:12px}.brand-reviews__card-meta,.brand-reviews__card-rating{align-items:center;display:flex;gap:8px}.brand-reviews__card-stars{background:linear-gradient(90deg,#ffc77e var(--percent),#afb8c1 var(--percent));display:inline-block;height:16px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 16' fill='%23fff'%3E%3Cpath d='M1.557 6.891a.333.333 0 0 1 .187-.576l4.002-.474a.333.333 0 0 0 .264-.192l1.688-3.66a.333.333 0 0 1 .605 0l1.689 3.66a.333.333 0 0 0 .263.192l4.002.474a.333.333 0 0 1 .187.576l-2.959 2.737a.333.333 0 0 0-.1.31l.785 3.953a.334.334 0 0 1-.49.356l-3.517-1.97a.333.333 0 0 0-.325.001l-3.517 1.968a.334.334 0 0 1-.49-.355l.785-3.953a.333.333 0 0 0-.1-.31L1.556 6.89ZM17.557 6.891a.333.333 0 0 1 .187-.576l4.002-.474a.334.334 0 0 0 .264-.192l1.688-3.66a.333.333 0 0 1 .605 0l1.688 3.66a.333.333 0 0 0 .264.192l4.002.474a.333.333 0 0 1 .187.576l-2.959 2.737a.333.333 0 0 0-.1.31l.785 3.953a.334.334 0 0 1-.49.356l-3.517-1.97a.333.333 0 0 0-.325.001l-3.517 1.968a.334.334 0 0 1-.49-.355l.785-3.953a.333.333 0 0 0-.1-.31l-2.96-2.737ZM33.557 6.891a.333.333 0 0 1 .187-.576l4.002-.474a.334.334 0 0 0 .264-.192l1.688-3.66a.333.333 0 0 1 .605 0l1.689 3.66a.333.333 0 0 0 .263.192l4.002.474a.333.333 0 0 1 .187.576l-2.959 2.737a.333.333 0 0 0-.1.31l.785 3.953a.334.334 0 0 1-.49.356l-3.517-1.97a.333.333 0 0 0-.325.001l-3.517 1.968a.334.334 0 0 1-.49-.355l.785-3.953a.333.333 0 0 0-.1-.31l-2.96-2.737ZM49.557 6.891a.333.333 0 0 1 .187-.576l4.002-.474a.334.334 0 0 0 .264-.192l1.688-3.66a.333.333 0 0 1 .605 0l1.689 3.66a.333.333 0 0 0 .263.192l4.002.474a.333.333 0 0 1 .187.576l-2.959 2.737a.333.333 0 0 0-.1.31l.785 3.953a.334.334 0 0 1-.49.356l-3.517-1.97a.333.333 0 0 0-.325.001l-3.517 1.968a.334.334 0 0 1-.49-.355l.785-3.953a.333.333 0 0 0-.1-.31l-2.96-2.737ZM65.557 6.891a.333.333 0 0 1 .187-.576l4.002-.474a.334.334 0 0 0 .264-.192l1.688-3.66a.333.333 0 0 1 .605 0l1.689 3.66a.333.333 0 0 0 .263.192l4.002.474a.333.333 0 0 1 .187.576l-2.959 2.737a.333.333 0 0 0-.1.31l.785 3.953a.334.334 0 0 1-.49.356l-3.517-1.97a.333.333 0 0 0-.325.001l-3.517 1.968a.334.334 0 0 1-.49-.355l.785-3.953a.333.333 0 0 0-.1-.31l-2.96-2.737Z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 16' fill='%23fff'%3E%3Cpath d='M1.557 6.891a.333.333 0 0 1 .187-.576l4.002-.474a.333.333 0 0 0 .264-.192l1.688-3.66a.333.333 0 0 1 .605 0l1.689 3.66a.333.333 0 0 0 .263.192l4.002.474a.333.333 0 0 1 .187.576l-2.959 2.737a.333.333 0 0 0-.1.31l.785 3.953a.334.334 0 0 1-.49.356l-3.517-1.97a.333.333 0 0 0-.325.001l-3.517 1.968a.334.334 0 0 1-.49-.355l.785-3.953a.333.333 0 0 0-.1-.31L1.556 6.89ZM17.557 6.891a.333.333 0 0 1 .187-.576l4.002-.474a.334.334 0 0 0 .264-.192l1.688-3.66a.333.333 0 0 1 .605 0l1.688 3.66a.333.333 0 0 0 .264.192l4.002.474a.333.333 0 0 1 .187.576l-2.959 2.737a.333.333 0 0 0-.1.31l.785 3.953a.334.334 0 0 1-.49.356l-3.517-1.97a.333.333 0 0 0-.325.001l-3.517 1.968a.334.334 0 0 1-.49-.355l.785-3.953a.333.333 0 0 0-.1-.31l-2.96-2.737ZM33.557 6.891a.333.333 0 0 1 .187-.576l4.002-.474a.334.334 0 0 0 .264-.192l1.688-3.66a.333.333 0 0 1 .605 0l1.689 3.66a.333.333 0 0 0 .263.192l4.002.474a.333.333 0 0 1 .187.576l-2.959 2.737a.333.333 0 0 0-.1.31l.785 3.953a.334.334 0 0 1-.49.356l-3.517-1.97a.333.333 0 0 0-.325.001l-3.517 1.968a.334.334 0 0 1-.49-.355l.785-3.953a.333.333 0 0 0-.1-.31l-2.96-2.737ZM49.557 6.891a.333.333 0 0 1 .187-.576l4.002-.474a.334.334 0 0 0 .264-.192l1.688-3.66a.333.333 0 0 1 .605 0l1.689 3.66a.333.333 0 0 0 .263.192l4.002.474a.333.333 0 0 1 .187.576l-2.959 2.737a.333.333 0 0 0-.1.31l.785 3.953a.334.334 0 0 1-.49.356l-3.517-1.97a.333.333 0 0 0-.325.001l-3.517 1.968a.334.334 0 0 1-.49-.355l.785-3.953a.333.333 0 0 0-.1-.31l-2.96-2.737ZM65.557 6.891a.333.333 0 0 1 .187-.576l4.002-.474a.334.334 0 0 0 .264-.192l1.688-3.66a.333.333 0 0 1 .605 0l1.689 3.66a.333.333 0 0 0 .263.192l4.002.474a.333.333 0 0 1 .187.576l-2.959 2.737a.333.333 0 0 0-.1.31l.785 3.953a.334.334 0 0 1-.49.356l-3.517-1.97a.333.333 0 0 0-.325.001l-3.517 1.968a.334.334 0 0 1-.49-.355l.785-3.953a.333.333 0 0 0-.1-.31l-2.96-2.737Z'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:80px}.brand-reviews__card-rating-value{leading-trim:NONE;color:#afb8c1;font-family:Montserrat;font-size:10px;font-style:Medium;font-weight:500;letter-spacing:.4px;line-height:100%}.brand-reviews__card-reviews-count{align-items:center;color:#35393f;display:flex;font-size:13px;font-weight:500;gap:4px}.brand-reviews__card-reviews-count svg{flex-shrink:0;height:16px;width:16px}.brand-reviews__card-date{color:#afb8c1;font-size:13px;font-weight:400;white-space:nowrap}.brand-reviews__card-content{flex:1;margin-bottom:24px;margin-top:18px;overflow:hidden}.brand-reviews__card-text{-webkit-line-clamp:12;line-clamp:12;-webkit-box-orient:vertical;color:#333a43;display:-webkit-box;font-family:Montserrat;font-size:14px;font-style:Regular;font-weight:400;letter-spacing:0;line-height:22px;margin:0;overflow:hidden;text-overflow:ellipsis}.brand-reviews__card-cons,.brand-reviews__card-pros{margin-bottom:8px}.brand-reviews__card-cons:last-child,.brand-reviews__card-pros:last-child{margin-bottom:0}.brand-reviews__card-cons-title,.brand-reviews__card-pros-title{align-items:center;color:#333a43;display:flex;font-family:Montserrat;font-size:14px;font-style:SemiBold;font-weight:600;gap:6px;letter-spacing:0;line-height:100%;margin-bottom:4px}.brand-reviews__card-cons-text,.brand-reviews__card-pros-text{-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;color:#333a43;display:-webkit-box;font-family:Montserrat;font-size:14px;font-style:Regular;font-weight:400;letter-spacing:0;line-height:18px;margin:0;overflow:hidden;padding-left:22px;text-overflow:ellipsis}.brand-reviews__card-icon{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;flex-shrink:0;height:14px;justify-content:center;width:14px}.brand-reviews__card-icon--plus{background-image:url(/client/images/icons/svg/review-advantage-ico.svg)}.brand-reviews__card-icon--minus{background-image:url(/client/images/icons/svg/review-disadvantages-ico.svg)}.social-video{background:transparent;border-radius:0;padding:0}.social-video__title{color:#434343;font-family:Montserrat;font-size:20px;font-weight:700;line-height:24px;padding-bottom:16px}@media only screen and (max-width:820px){.social-video__title{font-size:16px;line-height:19px}}@media (max-width:1180px) and (orientation:landscape){.social-video__title{font-size:16px;line-height:19px}}.social-video__panel{background:#fff;border-radius:4px;padding:16px 20px}@media only screen and (max-width:768px){.social-video__panel{padding:0}}.social-video__main{display:grid;gap:16px;grid-template-columns:repeat(4,1fr);padding-bottom:17px}@media only screen and (max-width:820px){.social-video__main{display:none}}@media (max-width:1200px){.social-video__main{gap:24px;grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.social-video__main{gap:20px}}.social-video__video-wrapper{background:#fff;border-radius:4px;box-shadow:none;cursor:pointer;display:grid;grid-template-rows:clamp(160px,20vw,215px) auto;height:clamp(220px,28vw,295px);overflow:hidden;padding:0;position:relative;transform:translateY(0);transition:all .4s cubic-bezier(.25,.46,.45,.94)}@media only screen and (max-width:1440px){.social-video__video-wrapper{grid-template-rows:clamp(120px,20vw,160px) auto;height:clamp(200px,28vw,240px)}}@media only screen and (max-width:820px){.social-video__video-wrapper{grid-template-rows:clamp(180px,25vw,220px) auto;height:clamp(240px,35vw,300px);max-height:300px;min-height:240px}}.social-video__video-wrapper:hover{box-shadow:none;transform:translateY(-6px)}.social-video__video-wrapper:active{transform:translateY(-8px);transition:all .2s ease}@media only screen and (max-width:820px){.social-video__video-wrapper{border-radius:4px;box-shadow:none}.social-video__video-wrapper:hover{box-shadow:none;transform:none}}.social-video__video-wrapper iframe{border:none;border-radius:4px;grid-row:1;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.social-video__video-wrapper__img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:transform .4s ease;width:100%}.social-video__video-wrapper:hover .social-video__video-wrapper__img{transform:scale(1.05)}.social-video__video-wrapper__icon{align-items:center;display:flex;height:auto;justify-content:center;left:50%;padding:5px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .4s ease;width:59px}.social-video__video-wrapper__icon path.ytp-large-play-button-bg{fill:#35393f}.social-video__video-wrapper:hover .social-video__video-wrapper__icon{transform:translate(-50%,-50%) scale(1.1)}.social-video__video-wrapper:hover .social-video__video-wrapper__icon path.ytp-large-play-button-bg{fill:#e0534c}@media (max-width:600px){.social-video__video-wrapper__icon{height:64px;width:64px}.social-video__video-wrapper__icon svg{height:24px;width:24px}}.social-video__video-wrapper span{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-family:Montserrat;font-size:clamp(13px,2vw,16px);font-weight:500;grid-row:2;line-height:1.3;max-height:70px;max-width:100%;overflow:hidden;padding:8px 0;text-overflow:ellipsis}@media (max-width:400px){.social-video__video-wrapper span{-webkit-line-clamp:1;min-height:50px}}@media (min-width:1400px){.social-video__video-wrapper span{-webkit-line-clamp:3}}.social-video__video-wrapper .image-wrapper{border-radius:4px;grid-row:1;height:100%;overflow:hidden;position:relative;width:100%}@media only screen and (max-width:820px){.social-video__video-wrapper .image-wrapper{border-radius:4px}}.social-video__slider{background:#fff;border-radius:4px;display:none;padding:16px 20px 30px;position:relative}@media only screen and (max-width:820px){.social-video__slider{display:block;padding:10px 10px 0}}.social-video__slider .swiper-video{position:static}.social-video__slider .swiper-button-next,.social-video__slider .swiper-button-prev{display:none!important}.social-video__slider .swiper-slide .social-video__video-wrapper{display:grid;grid-template-rows:clamp(180px,30vw,220px) auto;height:clamp(240px,40vw,300px);max-height:300px;min-height:240px}.social-video__slider .swiper-slide .social-video__video-wrapper .image-wrapper{grid-row:1;height:100%}.social-video__slider .swiper-slide .social-video__video-wrapper span{font-size:clamp(12px,2.2vw,15px);grid-row:2;line-height:1.2;min-height:50px;padding:8px 0}@media (max-width:350px){.social-video__slider .swiper-slide .social-video__video-wrapper span{-webkit-line-clamp:1;min-height:40px}}.social-video__slider .swiper-slide .social-video__video-wrapper iframe{border:none;border-radius:4px;grid-row:1;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.social-video__slider .swiper-scrollbar-drag{background-color:#19bcc9}.social-video__slider .swiper-scrollbar-new{bottom:20px!important;left:0!important;width:100%!important}@media only screen and (max-width:768px){.social-video__slider .swiper-scrollbar-new{bottom:-12px!important}}.social-video__actions{align-items:center;display:flex;gap:16px;padding-top:12px}@media only screen and (max-width:820px){.social-video__actions{display:none}}.social-video__action-btn{align-items:center;background:#f5f7fa;border:none;border-radius:4px;box-shadow:none;color:#2f3137;display:inline-flex;gap:10px;padding:14px 23px;text-decoration:none;transition:all .2s ease}.social-video__action-btn:hover{background:#e0534c;color:#fff}.social-video__action-btn:hover svg path{stroke:#fff}.social-video__action-btn svg{fill:none;height:20px;width:20px}.social-video__action-btn span{color:inherit;font-family:Montserrat;font-size:14px;font-weight:600;line-height:1;min-height:auto;padding:0}.social-video__action-btn--youtube{background:transparent;border:none;box-shadow:none;padding:0}.social-video__action-btn--youtube span{font-weight:400!important}.social-video__action-btn--youtube svg{fill:#ff5a58;background:transparent;border:none;border-radius:0;height:22px;padding:0;width:22px}.social-video__action-btn--youtube:hover{background:none;color:#2f3137}.social-video__action-btn--youtube:hover svg path{stroke:none}.home-overviews{border-radius:4px;padding:0 0 32px;position:relative;width:100%}@media only screen and (max-width:820px){.home-overviews{padding:0 0 40px}}.home-overviews__title{color:#35393f;font-family:Montserrat;font-size:20px;font-weight:700;letter-spacing:0;line-height:24px;padding-bottom:16px}@media only screen and (max-width:820px){.home-overviews__title{font-size:16px;line-height:19px}}@media (max-width:1180px) and (orientation:landscape){.home-overviews__title{font-size:16px;line-height:19px}}.home-overviews__slider{position:static}.home-overviews__slider:hover .overview-slider-next,.home-overviews__slider:hover .overview-slider-prev{opacity:1}.home-overviews__slider .overview-slider-next,.home-overviews__slider .overview-slider-prev{align-items:center;background:hsla(0,0%,100%,.3);border-radius:100%;box-shadow:0 0 10px rgba(0,0,0,.08);color:#555;display:flex;height:50px;justify-content:center;opacity:0;transition:opacity .6s,background .6s;width:50px}.home-overviews__slider .overview-slider-next svg,.home-overviews__slider .overview-slider-prev svg{height:50%;width:50%}@media only screen and (max-width:820px){.home-overviews__slider .overview-slider-next,.home-overviews__slider .overview-slider-prev{display:none}}.home-overviews__slider .overview-slider-next:hover,.home-overviews__slider .overview-slider-prev:hover{background:#fff}.home-overviews__slider .overview-slider-wrapper{position:static}.home-overviews__slider .overview-slider-next{right:-25px}.home-overviews__slider .overview-slider-prev{left:-25px}.home-overviews__slider .swiper-button-disabled{opacity:0!important;pointer-events:auto}.home-overviews__slider .overview-slider-next:after,.home-overviews__slider .overview-slider-prev:after{font-size:14px}.home-overviews__slider .overview-slider-pagination{display:none}@media only screen and (max-width:820px){.home-overviews__slider .overview-slider-pagination{display:block}}.product-overviews{border-radius:4px;padding-top:36px;position:relative;width:100%}.product-overviews__title{color:#35393f;font-family:Montserrat;font-size:20px;font-weight:700;letter-spacing:0;line-height:24px;padding-bottom:16px}@media (max-width:980px){.product-overviews__title{font-size:16px;line-height:19px}}@media (max-width:1180px) and (orientation:landscape){.product-overviews__title{font-size:16px;line-height:19px}}.product-overviews__slider{position:static!important}@media only screen and (max-width:820px){.product-overviews__slider{padding:0 0 40px!important}}.product-overviews__slider:hover .overview-slider-next,.product-overviews__slider:hover .overview-slider-prev{opacity:1}.product-overviews__slider .overview-slider-next,.product-overviews__slider .overview-slider-prev{align-items:center;background:hsla(0,0%,100%,.3);border-radius:100%;box-shadow:0 0 10px rgba(0,0,0,.08);color:#555;display:flex;height:50px;justify-content:center;opacity:0;transition:opacity .6s,background .6s;width:50px}.product-overviews__slider .overview-slider-next svg,.product-overviews__slider .overview-slider-prev svg{height:50%;width:50%}@media only screen and (max-width:820px){.product-overviews__slider .overview-slider-next,.product-overviews__slider .overview-slider-prev{display:none}}.product-overviews__slider .overview-slider-next:hover,.product-overviews__slider .overview-slider-prev:hover{background:#fff}.product-overviews__slider .overview-slider-wrapper{position:static}.product-overviews__slider .overview-slider-next{right:-25px;top:var(--swiper-navigation-top-offset,55%)}.product-overviews__slider .overview-slider-prev{left:-25px;top:var(--swiper-navigation-top-offset,55%)}.product-overviews__slider .swiper-button-disabled{opacity:0!important;pointer-events:auto}.product-overviews__slider .overview-slider-next:after,.product-overviews__slider .overview-slider-prev:after{font-size:14px}.product-overviews__slider .overview-slider-pagination{display:none}@media only screen and (max-width:820px){.product-overviews__slider .overview-slider-pagination{display:block}}.overview-card{background:#fff;border-radius:4px;display:flex;flex-direction:column;height:100%;min-height:485px;overflow:hidden;padding:24px;width:100%}@media (max-width:480px){.overview-card{min-height:485px}}@media (max-width:1180px) and (orientation:landscape){.overview-card{min-height:480px;padding:20px}}.overview-card__image{border-radius:4px;flex-shrink:0;height:195px;overflow:hidden;position:relative;width:100%}.overview-card__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media (max-width:1180px) and (orientation:landscape){.overview-card__image{height:180px}}.overview-card__content{display:flex;flex:1;flex-direction:column;min-height:0;padding-top:12px}.overview-card__meta{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;margin-bottom:16px}.overview-card__tag{color:#19bcc9;letter-spacing:0;line-height:100%}.overview-card__date,.overview-card__tag{font-family:Montserrat;font-size:12px;font-weight:400}.overview-card__date{align-items:center;color:#afb8c1;display:flex;gap:4px;letter-spacing:-.15px;line-height:20px}.overview-card__date svg{fill:none;height:auto;max-height:20px;width:12px}.overview-card__main{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:16px;min-height:0}.overview-card__title{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#35393f;display:-webkit-box;font-family:Montserrat;font-size:18px;font-weight:700;letter-spacing:0;line-height:22px;margin:0;overflow:hidden;text-overflow:ellipsis}@media (max-width:1180px) and (orientation:landscape){.overview-card__title{-webkit-line-clamp:2;font-size:16px;line-height:20px}}.overview-card__description{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#35393f;display:-webkit-box;font-family:Montserrat;font-size:14px!important;font-weight:400;letter-spacing:0;line-height:160%;overflow:hidden;text-overflow:ellipsis}@media (max-width:1180px) and (orientation:landscape){.overview-card__description{-webkit-line-clamp:5;font-size:14px!important}}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.products-slider{padding-bottom:24px}@media only screen and (max-width:820px){.products-slider{padding:16px 0}}@media (max-width:1180px) and (orientation:landscape){.products-slider{padding:16px 0}}.products-slider__title{color:#35393f;font-family:Montserrat;font-size:20px;font-weight:700;line-height:24px;padding-bottom:8px}.products-slider__title span{color:#35393f}@media only screen and (max-width:820px){.products-slider__title{font-size:16px;line-height:19px}}@media (max-width:1180px) and (orientation:landscape){.products-slider__title{font-size:16px;line-height:19px}}.products-slider__wrapper-product{position:relative}.products-slider__wrapper{border-radius:4px;display:flex;flex-direction:column;max-height:100%;width:100%}.products-slider__wrapper-categories{align-items:center;align-self:auto;border-bottom:none;display:flex;justify-content:space-between;max-height:82px;overflow:hidden;padding:8px 0 16px;position:relative}@media (min-width:2000px){.products-slider__wrapper-categories{max-height:60px}}@media only screen and (max-width:820px){.products-slider__wrapper-categories{margin-bottom:5px;max-height:36px;padding:30px 0 20px}}@media (max-width:1180px) and (orientation:landscape){.products-slider__wrapper-categories{max-height:36px;padding:30px 5px 30px 10px}}.products-slider__wrapper-categories .sellers-item-wrapper{align-items:center;display:flex;position:relative}.products-slider__wrapper-categories .sellers-categories-item{align-items:center;background-color:#fff;border-radius:4px;color:#313131;cursor:pointer;display:flex;font-family:Montserrat;font-size:16px;font-weight:500;height:36px;justify-content:center;line-height:20px;margin-right:6px;padding:2px 20px 0;transition:color .2s;width:auto}@media (min-width:2000px){.products-slider__wrapper-categories .sellers-categories-item{font-size:16px;margin-right:18px}}@media only screen and (max-width:820px){.products-slider__wrapper-categories .sellers-categories-item{font-size:14px;line-height:18px}}@media (max-width:1180px) and (orientation:landscape){.products-slider__wrapper-categories .sellers-categories-item{font-size:14px;line-height:18px}}.products-slider__wrapper-categories .sellers-categories-item.active{color:#19bcc9!important}.products-slider__wrapper-categories .sellers-categories-item.sellers-categories-item--all{align-items:center;background-color:#19bcc9;border-radius:4px;cursor:pointer;display:flex;height:36px;justify-content:center;margin-right:6px;padding:0;width:123px}@media (min-width:2000px){.products-slider__wrapper-categories .sellers-categories-item.sellers-categories-item--all{height:38px;min-width:120px}}@media only screen and (max-width:820px){.products-slider__wrapper-categories .sellers-categories-item.sellers-categories-item--all{display:none}}@media (max-width:1180px) and (orientation:landscape){.products-slider__wrapper-categories .sellers-categories-item.sellers-categories-item--all{display:none}}.products-slider__wrapper-categories .sellers-categories-item.sellers-categories-item--all span{color:#fff;font-family:Montserrat;font-size:16px;font-weight:500;letter-spacing:0;text-align:left}@media (min-width:2000px){.products-slider__wrapper-categories .sellers-categories-item.sellers-categories-item--all span{font-size:16px;line-height:20px}}.products-slider__wrapper-categories .sellers-categories-item.sellers-categories-item--arrow{align-items:center;cursor:pointer;display:flex;height:100%;margin-top:0;position:absolute;right:16px;top:0;z-index:99}@media only screen and (max-width:1440px){.products-slider__wrapper-categories .sellers-categories-item.sellers-categories-item--arrow{right:20px}}@media only screen and (max-width:820px){.products-slider__wrapper-categories .sellers-categories-item.sellers-categories-item--arrow{display:none}}@media (max-width:1180px) and (orientation:landscape){.products-slider__wrapper-categories .sellers-categories-item.sellers-categories-item--arrow{display:none}}.products-slider .goods-cards-slide{height:auto;transform:translateZ(0)}.products-slider .goods-cards-slide:first-child{margin-right:6px;width:calc(16.66667% - 5px)}@media (max-width:1570px){.products-slider .goods-cards-slide:first-child{width:calc(20% - 4.8px)}}@media (max-width:1300px){.products-slider .goods-cards-slide:first-child{width:calc(25% - 4.4px)}}@media (max-width:1050px){.products-slider .goods-cards-slide:first-child{width:calc(33.33333% - 4px)}}@media (max-width:640px){.products-slider .goods-cards-slide:first-child{width:calc(50% - 3px)}}.products-slider .goods-cards-slide:nth-child(2){margin-right:6px;width:calc(16.66667% - 5px)}@media (max-width:1570px){.products-slider .goods-cards-slide:nth-child(2){width:calc(20% - 4.8px)}}@media (max-width:1300px){.products-slider .goods-cards-slide:nth-child(2){width:calc(25% - 4.4px)}}@media (max-width:1050px){.products-slider .goods-cards-slide:nth-child(2){width:calc(33.33333% - 4px)}}@media (max-width:640px){.products-slider .goods-cards-slide:nth-child(2){margin-right:0;width:calc(50% - 3px)}}.products-slider .goods-cards-slide:nth-child(3){margin-right:6px;width:calc(16.66667% - 5px)}@media (max-width:1570px){.products-slider .goods-cards-slide:nth-child(3){width:calc(20% - 4.8px)}}@media (max-width:1300px){.products-slider .goods-cards-slide:nth-child(3){width:calc(25% - 4.4px)}}@media (max-width:1050px){.products-slider .goods-cards-slide:nth-child(3){margin-right:0;width:calc(33.33333% - 4px)}}@media (max-width:640px){.products-slider .goods-cards-slide:nth-child(3){width:calc(50% - 5px)}}.products-slider .goods-cards-slide:nth-child(4){margin-right:6px;width:calc(16.66667% - 5px)}@media (max-width:1570px){.products-slider .goods-cards-slide:nth-child(4){width:calc(20% - 4.8px)}}@media (max-width:1300px){.products-slider .goods-cards-slide:nth-child(4){margin-right:0;width:calc(25% - 4.4px)}}@media (max-width:1050px){.products-slider .goods-cards-slide:nth-child(4){width:calc(33.33333% - 4px)}}@media (max-width:640px){.products-slider .goods-cards-slide:nth-child(4){width:calc(50% - 5px)}}.products-slider .goods-cards-slide:nth-child(5){margin-right:6px;width:calc(16.66667% - 5px)}@media (max-width:1570px){.products-slider .goods-cards-slide:nth-child(5){margin-right:0;width:calc(20% - 4.8px)}}@media (max-width:1300px){.products-slider .goods-cards-slide:nth-child(5){width:calc(25% - 5px)}}@media (max-width:1050px){.products-slider .goods-cards-slide:nth-child(5){width:calc(33.33333% - 5px)}}@media (max-width:640px){.products-slider .goods-cards-slide:nth-child(5){width:calc(50% - 5px)}}.products-slider .goods-cards-slide:nth-child(6){width:calc(16.66667% - 5px)}@media (max-width:1570px){.products-slider .goods-cards-slide:nth-child(6){width:calc(20% - 5px)}}@media (max-width:1300px){.products-slider .goods-cards-slide:nth-child(6){width:calc(25% - 5px)}}@media (max-width:1050px){.products-slider .goods-cards-slide:nth-child(6){width:calc(33.33333% - 5px)}}@media (max-width:640px){.products-slider .goods-cards-slide:nth-child(6){width:calc(50% - 5px)}}.products-slider .goods-cards-slide .goods-card{background-color:#fff;border:none;border-radius:4px;max-width:100%}.products-slider .tabs-swiper{margin-left:0;overflow:hidden;position:static;width:calc(100% - 123px)}@media only screen and (max-width:820px){.products-slider .tabs-swiper{padding-bottom:6px;width:100%!important}}@media (max-width:1180px) and (orientation:landscape){.products-slider .tabs-swiper{width:100%!important}}.products-slider .swiper-button-lock{display:none!important}.products-slider .swiper-scrollbar-drag{background-color:#19bcc9}.products-slider .swiper-scrollbar{display:none}@media only screen and (max-width:820px){.products-slider .swiper-scrollbar{bottom:-10px!important;display:flex;left:0}.products-slider .swiper-scrollbar-tabs{display:flex}}.products-slider .custom-next-arrow,.products-slider .custom-prev-arrow{align-items:center;background:hsla(0,0%,100%,.3);border-radius:100%;box-shadow:0 0 10px rgba(0,0,0,.08);color:#555;display:flex;justify-content:center;opacity:0;transition:opacity .6s,background .6s}.products-slider .custom-next-arrow svg,.products-slider .custom-prev-arrow svg{height:50%;width:50%}@media only screen and (max-width:820px){.products-slider .custom-next-arrow,.products-slider .custom-prev-arrow{display:none}}.products-slider .custom-next-arrow:hover,.products-slider .custom-prev-arrow:hover{background:#fff}.products-slider .custom-next-arrow{right:-25px}.products-slider .custom-prev-arrow{left:-25px}.products-slider .custom-next-arrow:after,.products-slider .custom-prev-arrow:after{font-size:22px}.products-slider .product-sider-mob,.products-slider .product-sider-mob-wrapper{position:static}.products-slider .product-sider-mob:hover .custom-next-arrow,.products-slider .product-sider-mob:hover .custom-prev-arrow{opacity:1}.products-slider .goods-card__more{display:none}.products-slider *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.products-slider .category-tab-loader{align-items:center;display:flex;height:var(--loader-height,432.39px);justify-content:center;margin:0 auto;width:100%}.products-slider .category-tab-loader .spinner{height:70px;width:70px}@media only screen and (max-width:599px){.products-slider .category-tab-loader{height:417.39px}}.brand-page{display:flex;flex-direction:column;padding-bottom:64px!important;width:100%}.brand-page>*+*{margin-top:64px}@media only screen and (max-width:820px){.brand-page>*+*{margin-top:24px}}.brand-page>.brand-page__catalog{margin-top:9px}.brand-page__catalog-main{display:flex;flex-direction:column;gap:4px}.container{box-sizing:border-box;margin:0 auto;max-width:100%;padding:0 15px;width:clamp(900px,88%,1630px)}body{background-color:#f7f8fa}.breadcrumbs-box:before{background:#f7f8fa}.breadcrumbs-box:after{background:linear-gradient(90deg,hsla(0,0%,100%,0),#f7f8fa)}.main-overflow{overflow:visible!important}#brand-overviews .product-overviews__title,#brand-youtube .social-video__title{background-color:#fff;border-radius:4px;color:#333a43;font-family:Montserrat;font-size:20px;font-style:ExtraBold;font-weight:800;letter-spacing:.4px;line-height:35px;margin:0 0 4px;padding:15px 20px}@media only screen and (max-width:599px){#brand-overviews .product-overviews__title,#brand-youtube .social-video__title{font-size:18px}}#brand-overviews .overview-slider-pagination{display:none!important}#brand-overviews .overview-slider-scrollbar{display:none}#brand-overviews .overview-slider-scrollbar .swiper-scrollbar-drag{background-color:#19bcc9}@media only screen and (max-width:820px){#brand-overviews .overview-slider-scrollbar{bottom:20px!important;display:flex;left:0!important;width:100%!important}}#brand-overviews .product-overviews{padding-top:0}
