@charset "UTF-8";
.header{position:relative;background-color:white}
@media (max-width:1240px){.header{display:none}}
.header__wrapper{display:flex;justify-content:space-between;align-items:center}
.header__logo{max-width:180px;max-height:74px}
.header__logo img{max-width:180px;max-height:74px;width:100%;height:100%;object-fit:cover}
.header__counter{position:absolute;right:6px;bottom:10px;border-radius:90px;background-color:#9628EA;height:16px;min-width:16px;padding:0 3px;color:white;font-size:10px;font-weight:500;display:flex;align-items:center;justify-content:center}
.header__megamenu{position:absolute;top:100%;left:50%;transform:translateX(-50%);z-index:1000;display:none}
.header__megamenu-container{width:100%}
.header__megamenu.active{display:block}
.header-top{background-color:#F5F5F5;padding:20px 0}
.header-top__branches{position:relative}
.header-top__phone{display:flex;gap:8px;align-items:center;font-size:18px;cursor:pointer;color:#242424}
.header-top__phone:hover{color:#5E00A5;transition:all 0.3s}
.header-top__phone:hover svg path{fill:#5E00A5}
.header-top__nav{display:flex;gap:40px}
.header-top__nav-item{color:#939393;text-decoration:none;font-size:14px;cursor:pointer}
.header-top__nav-item:hover{color:#5E00A5;transition:all 0.3s}
.header-top__call{background-color:white;padding:10px 12px;font-weight:500;color:#242424;font-size:14px;border-radius:170px;border:none;cursor:pointer;font-family:"Inter";color:#242424}
.header-top__call:hover{background-color:#5E00A5;color:#FFF;transition:all 0.3s}
.header-bottom{padding:12px 0;transition:top 1s ease,background-color 1s ease,box-shadow 1s ease}
.header-bottom__nav{display:flex;align-items:center}
.header-bottom__nav-item{display:flex;align-items:center;gap:2px;font-weight:500;color:#242424;cursor:pointer;text-decoration:none;padding:27px 14px}
.header-bottom__nav-item.active{color:#9628EA}
.header-bottom__nav-item.active svg path{fill:#9628EA}
.header-bottom__nav-item:hover{color:#9628EA;transition:all 0.3s}
.header-bottom__nav-item:hover svg path{fill:#9628EA}
.header-bottom__nav-item svg{transition:all 0.3s}
.header-bottom__user{display:flex}
.header-bottom__user-item{position:relative;width:44px;height:44px;aspect-ratio:1;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:8px}
.header-bottom__user-item svg path[fill="currentColor"]{fill:#9628EA}
.header-bottom__user-item:hover{background-color:rgba(94,0,165,0.1);transition:all 0.3s}
.header-bottom__user-item:hover svg path{fill:#5E00A5}
.header-bottom__user-item:hover svg path[fill="currentColor"]{fill:#9628EA}
.header-bottom__user-item.active{background-color:rgba(94,0,165,0.1);transition:all 0.3s}
.header-bottom__user-item.active svg path{fill:#5E00A5}
@-webkit-keyframes sticky{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0%);transform:translateY(0%)}}
@keyframes sticky{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0%);transform:translateY(0%)}}
.header-bottom.sticky{background-color:white;border-bottom:1px solid #E9E9E9;position:fixed;top:0;left:0;width:100%;z-index:998;padding:0;animation-name:sticky;animation-duration:1s;animation-timing-function:easy-in-out;animation-fill-mode:forwards}
.header-mobile{display:none;background-color:white;height:65px}
@media (max-width:1240px){.header-mobile{background-color:white;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 8px;border-bottom:1px solid rgba(36,36,36,0.1);position:fixed;top:0;z-index:999}}
.header-mobile__wrapper{display:flex;align-items:center;gap:6px}
.header-mobile__logo{display:flex;justify-content:center;align-items:center;max-width:120px;max-height:65px}
.header-mobile__logo img{max-width:120px;max-height:65px;width:100%;height:100%;object-fit:contain}
.header-mobile__button{width:44px;height:44px;background:none;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:8px;aspect-ratio:1}
.header-mobile__button.active{background-color:rgba(94,0,165,0.1)}
.header-mobile__button.active svg path{fill:#5E00A5}
.megamenu__menu .header-bottom__nav-item{max-width:180px;width:100%;padding:12px;font-size:16px;font-weight:500;color:#242424;border-radius:8px;cursor:pointer}
.megamenu__menu .header-bottom__nav-item.active{color:#5E00A5;background-color:rgba(94,0,165,0.1);max-width:220px}
.footer{background-color:#5E00A5;padding:48px 96px;border-radius:12px}
.footer-background{}
.footer__wrapper{display:flex;flex-direction:column;gap:50px}
.footer__top{display:flex;justify-content:space-between}
.footer__contact{display:flex;flex-direction:column;gap:4px}
.footer__logo{display:flex;flex-direction:column;gap:5px}
.footer__img{max-width:277px;max-height:115px}
.footer__img img{max-width:277px;max-height:115px;height:100%;object-fit:contain}
.footer__description{font-size:16px;font-weight:400;line-height:24px;color:#FFF;opacity:0.9;max-width:327px}
.footer__socials{display:flex;gap:12px}
.footer__container{display:flex;justify-content:center;align-items:center;padding:10px;background:rgba(255,255,255,0.13);box-shadow:0 15px 26px 0 rgba(0,0,0,0.1);border-radius:50%;cursor:pointer}
.footer__container:hover{background:#9628EA}
.footer__menu{display:grid;grid-template-columns:repeat(4,auto);gap:40px}
.footer__menu-items{display:flex;flex-direction:column;gap:20px}
.footer__menu-item{color:#FFF;font-size:16px;font-weight:400;line-height:20px;opacity:0.6;cursor:pointer;display:flex;align-items:center;gap:4px;word-wrap:break-word;word-break:break-word;overflow-wrap:anywhere;flex-wrap:wrap;text-decoration:none}
.footer__menu-item svg path{fill:rgba(255,255,255,0.3)}
.footer__menu-item:hover{opacity:1}
.footer__column{display:flex;flex-direction:column;gap:30px}
.footer__title{color:#FFF;font-size:20px;font-weight:600;line-height:normal}
.footer__bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,0.1);padding-top:32px}
.footer__copyright,.footer__company{color:#FFF;font-size:16px;font-weight:500;line-height:normal}
.footer__copyright--colored,.footer__company--colored{color:#FE89BF;font-size:16px;font-weight:500;line-height:normal}
.footer__rating{display:flex;gap:8px}
.footer__info{display:flex;flex-direction:column;justify-content:space-between}
.footer__link{color:#FE89BF;font-size:16px;font-weight:500;line-height:normal}
@media (max-width:1320px){.footer{padding:64px}.footer__menu{grid-template-columns:repeat(2,auto)}}
@media (max-width:1000px){.footer__top{display:flex;flex-direction:column;gap:57px}.footer__menu{grid-template-columns:repeat(3,auto)}}
@media (max-width:600px){.footer{margin:0;border-radius:0;padding:24px}.footer-background{padding:0}.footer__bottom{flex-direction:column;align-items:start;gap:16px}.footer__menu{grid-template-columns:repeat(2,auto);gap:16px;row-gap:24px}.footer__menu-item{font-size:14px}}
body{font-family:"Inter",sans-serif;font-weight:400;overflow-x:hidden;position:relative}
@media (max-width:1240px){body{margin-bottom:65px}}
@supports (-webkit-touch-callout:none){.body{letter-spacing:-1px}}
*{margin:0;padding:0;box-sizing:border-box}
.container{margin:0 auto;padding:0 120px;max-width:1920px;width:100%}
@media (max-width:1240px){.container{padding:0 60px}}
@media (max-width:768px){.container{padding:0 40px}}
@media (max-width:767px){.container{padding:0 12px}}
.main{display:flex;flex-direction:column;gap:120px}
@media (max-width:1240px){.main{margin-top:65px}}
@media (max-width:1023px){.main{gap:80px}}
@media (max-width:767px){.main{gap:40px}}
.footer__background{background-color:#F5F5F5;padding:24px}
@media (max-width:600px){.footer__background{padding:0}}
.footer__no-background{padding:24px}
@media (max-width:600px){.footer__no-background{padding:0}}
.flower{position:absolute;top:-27px}
@media (max-width:767px){.flower svg{width:110px;height:157px}}
.flower-left{position:absolute;top:30px;left:150px;transform:rotate(281deg) scaleY(-1)}
@media (max-width:1024px){.flower-left{left:70px}}
@media (max-width:768px){.flower-left{left:5px}}
.flower-right{position:absolute;bottom:30px;right:150px;transform:rotate(92deg) scaleY(-1)}
@media (max-width:1024px){.flower-right{right:70px}}
@media (max-width:768px){.flower-right{right:5px}}
button{font-family:"Inter"}
.necessarily{font-size:18px;font-weight:400;color:#9628EA}
.error-message{color:#F00;font-size:14px;font-weight:500}

.alert,.alert-error{border-radius:16px;background:white;box-shadow:0 10px 30px 0 rgba(0,0,0,0.1);position:fixed;top:16px;right:16px;z-index:10000}
.alert__content,.alert-error__content{display:flex;align-items:center;gap:12.25px;padding:24px}
.alert__content svg,.alert-error__content svg{flex-shrink:0}
.alert__message,.alert-error__message{font-size:18px;font-weight:600;line-height:normal;color:#242424;white-space:nowrap}
@media (max-width:1240px){.alert,.alert-error{top:16px;left:50%;transform:translate(-50%);width:fit-content}}
@media (max-width:600px){.alert-error{left:20px;right:20px;transform:none;width:auto}.alert-error__content svg{flex-shrink:0}.alert-error__message{white-space:normal}}
@media (max-width:390px){.alert{left:20px;right:20px;transform:none}.alert__message{white-space:normal}}
.category{position:relative}
.category .container{overflow-x:hidden}
.category__wrapper{display:flex;flex-direction:column;width:100%;margin-bottom:40px}
.category__description{display:flex;flex-direction:column;gap:16px}
.category__navigation{display:flex;gap:24px}
.category__arrows,.category .hits__arrows{display:flex;gap:12px}
@media (max-width:1070px){.category__arrows,.category .hits__arrows{display:none}}
.category__arrows--prev,.category .hits__arrows--prev{display:flex;align-items:center;justify-content:center;width:54px;border-radius:50%;border:1px solid rgba(36,36,36,0.1);background:transparent;aspect-ratio:1;cursor:pointer}
.category__arrows--prev:hover,.category .hits__arrows--prev:hover{background-color:rgba(94,0,165,0.1);border:none;transition:all 0.3s}
.category__arrows--prev:hover svg path,.category .hits__arrows--prev:hover svg path{fill:#5E00A5}
.category__arrows--next,.category .hits__arrows--next{display:flex;align-items:center;justify-content:center;width:54px;border-radius:50%;border:1px solid rgba(36,36,36,0.1);background:transparent;aspect-ratio:1;cursor:pointer}
.category__arrows--next:hover,.category .hits__arrows--next:hover{background-color:rgba(94,0,165,0.1);border:none;transition:all 0.3s}
.category__arrows--next:hover svg path,.category .hits__arrows--next:hover svg path{fill:#5E00A5}
.category__more{display:flex;align-items:center;justify-content:space-between}
.category__more-title{font-size:48px;font-weight:600;white-space:nowrap;color:#242424;z-index:10}
.category__more-title--colored{color:#5E00A5}
.category__more-button{background-color:#5E00A5;color:white;border:none;padding:16px 24px;font-size:18px;border-radius:170px;cursor:pointer;align-self:center;font-family:"Inter";text-decoration:none}
.category__more-button:hover{background-color:#9628EA;transition:all 0.3s}
@media (max-width:900px){.category__more-button{display:none}}
.category__more-button--mobile{display:none;width:fit-content}
@media (max-width:900px){.category__more-button--mobile{display:block;margin:0 auto}}
.category__more-description{max-width:530px;width:100%;font-size:18px;font-weight:400;line-height:28px;color:#484848}
.category__products,.category .hits{width:110%;overflow:hidden}
@media (max-width:1240px){.category__more-title{white-space:wrap;max-width:600px}}
@media (max-width:1023px){.category__products{margin-bottom:40px}}
@media (max-width:767px){.category__wrapper{margin-bottom:20px}.category__description{gap:4px}.category__description-title{font-size:18px}.category__more-title{font-size:28px;white-space:wrap}.category__more-button{font-size:16px}.category__products{margin-bottom:20px}}
.category-banner{position:relative}
.category-banner__wrapper{display:flex;flex-direction:column;width:100%}
.category-banner__container{display:flex;flex-direction:column;justify-content:center;gap:50px}
.category-banner__description{display:flex;gap:16px;justify-content:space-between;align-items:flex-end}
.category-banner__description-title{font-size:24px}
.category-banner__more{display:flex;flex-direction:column;gap:16px}
.category-banner__more-title{font-size:48px;font-weight:600;white-space:nowrap}
.category-banner__more-title--colored{color:#5E00A5}
.category-banner__more-button{display:none;background-color:#5E00A5;color:white;border:none;padding:16px 24px;font-size:18px;border-radius:170px;cursor:pointer;align-self:center}
.category-banner__more-button:hover{background-color:#9628EA;transition:all 0.3s}
.category-banner__button{background-color:#5E00A5;color:white;border:none;padding:16px 24px;font-size:18px;border-radius:170px;cursor:pointer;align-self:center}
.category-banner__button:hover{background-color:#9628EA;transition:all 0.3s}
.category-banner__products{display:flex;justify-content:center;align-items:stretch;gap:32px}
.category-banner__banner{max-width:276px;width:100%;height:auto;overflow:hidden;display:flex;justify-content:center;border-radius:24px;position:relative}
.category-banner__banner img{width:100%;height:100%;object-fit:cover}
.category-banner__banner::after{content:"";position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(0deg,rgba(0,0,0,0.6) 0%,rgba(102,102,102,0) 100%);pointer-events:none}
.category-banner__banner::before{content:"";position:absolute;top:12px;left:12px;right:12px;bottom:12px;border:2px solid white;border-radius:16px;pointer-events:none;z-index:10}
.category-banner__info{position:absolute;bottom:23px;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;margin:0 auto}
.category-banner__benefit{display:flex;flex-direction:column;align_items:center;justify-content:center}
.category-banner__percentages{font-size:96px;font-weight:600;color:#FFF}
.category-banner__discount{font-size:47px;font-weight:600;color:#FFF;text-transform:uppercase;margin-bottom:8px}
.category-banner__deadlines{font-size:18px;font-weight:600;color:#FFF;text-transform:uppercase;text-align:center;margin-bottom:20px}
.category-banner__link{background:none;border:none;text-decoration:2px underline;font-family:Inter;font-size:18px;color:#FFF;text-transform:uppercase;cursor:pointer}
.category-banner__link:hover{color:#FE89BF;transition:all 0.3s}
.category-banner__list{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.category-banner__list .product-card__tags{left:13px;top:13px}
.category-banner__list .product-card__favorite{right:13px;top:13px}
.category-banner__list .product-card__title{font-size:20px;white-space:normal;height:50px}
.category-banner__list .product-card__prices{gap:7px}
.category-banner__list .product-card__price{font-size:25px}
.category-banner__list .product-card__price--old{font-size:25px}
@media (max-width:1623px){.category-banner__list{}.category-banner__list .product-card__prices{gap:7px}.category-banner__list .product-card__price{font-size:21px}.category-banner__list .product-card__price--old{font-size:21px}.category-banner__list .product-card__add-cart,.category-banner__list .product-card__out-stock{width:55px;height:55px}}
@media (max-width:1512px){.category-banner__list{grid-template-columns:repeat(3,1fr)}.category-banner__list .product-card__prices{gap:7px}.category-banner__list .product-card__price{font-size:20px}.category-banner__list .product-card__price--old{font-size:20px}}
@media (max-width:1440px){.category-banner__list{}.category-banner__list .product-card__prices{gap:7px}.category-banner__list .product-card__price{font-size:18px}.category-banner__list .product-card__price--old{font-size:18px}}
@media (max-width:1240px){.category-banner__list{grid-template-columns:repeat(2,1fr)}.category-banner__list .product-card__tags{left:12px;top:12px}.category-banner__list .product-card__favorite{right:12px;top:12px}.category-banner__list .product-card__title{height:45px}.category-banner__list .product-card__prices{gap:7px}.category-banner__list .product-card__price{font-size:18px}.category-banner__list .product-card__price--old{font-size:18px}}
@media (max-width:950px){.category-banner__more-button{display:block}.category-banner__button{display:none}}
@media (max-width:900px){.category-banner__description{align-items:flex-start;flex-direction:column;gap:16px}.category-banner__list .product-card{gap:10px}.category-banner__list .product-card__img{border-radius:16px}.category-banner__list .product-card__tags{font-size:12px;top:6px;left:6px}.category-banner__list .product-card__tag{padding:4px 6px;gap:2px;font-size:12px}.category-banner__list .product-card__tag svg{width:10px;height:10px}.category-banner__list .product-card__favorite{width:34px;height:34px;top:6px;right:6px}.category-banner__list .product-card__favorite svg{width:17px;height:17px}.category-banner__list .product-card__info{position:relative}.category-banner__list .product-card__title{font-size:14px;height:38px}.category-banner__list .product-card__prices{gap:4px}.category-banner__list .product-card__price{font-size:16px}.category-banner__list .product-card__price--old{font-size:12px}.category-banner__list .product-card__cart{position:absolute;top:-45px;right:5px}.category-banner__list .product-card__in-cart{width:40px;height:40px}.category-banner__list .product-card__in-cart svg{width:18px;height:18px}.category-banner__list .product-card__add-cart,.category-banner__list .product-card__out-stock{width:40px;height:40px}.category-banner__list .product-card__add-cart svg,.category-banner__list .product-card__out-stock svg{width:18px;height:18px}}
@media (max-width:767px){.category-banner__products{gap:12px}.category-banner__list{gap:12px}}
@media (max-width:600px){.category-banner__container{gap:20px}.category-banner__description-title{font-size:18px}.category-banner__more-title{font-size:28px;white-space:wrap}.category-banner__more-description{font-size:14px;line-height:20px}.category-banner__banner{max-width:100%;align-items:center;aspect-ratio:1}.category-banner__products{flex-direction:column}.category-banner__percentages{font-size:66px}.category-banner__discount{font-size:37px}.category-banner__deadlines{font-size:18px}.category-banner__link{font-size:18px}.category-banner__list{gap:12px}}
fieldset{border:none !important}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{width:21px !important;height:21px !important;border-radius:20px !important;top:-9px !important;background:#5e00a5 !important;border:none !important}
.ui-slider-horizontal .ui-slider-range{height:4px}
#mse2_filters .mse2_number_slider{height:4px;border:none;background:#f3e2e2}
.filter-range__inputs .form-control{box-sizing:border-box;width:100%;padding:10px 12px !important;border-radius:4px !important;background-color:#F5F5F5 !important;outline:none !important;border:none !important;font-size:14px !important;font-weight:400 !important;line-height:20px;color:#000}
.filter-range__inputs{margin-bottom:27px}
.filter-range__inputs label{font-size:12px;font-weight:400;color:#939393}
.product-card,.product-card-checkout{display:flex;flex-direction:column;gap:16px;max-width:378px;width:100%}
.product-card__img,.product-card-checkout__img{position:relative;max-width:379px;max-height:378px;border-radius:24px;overflow:hidden;aspect-ratio:1}
.product-card__img img,.product-card-checkout__img img{width:100%;height:100%;object-fit:cover}
.product-card__tags,.product-card-checkout__tags{position:absolute;top:16px;left:16px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.product-card__tag,.product-card-checkout__tag{padding:8px 12px;border-radius:170px;display:flex;align-items:center;gap:6px;font-size:16px;font-weight:500}
.product-card__tag-share,.product-card-checkout__tag-share{background-color:#FF90E7;color:#89026C}
.product-card__tag-discount,.product-card-checkout__tag-discount{background-color:#BBEFC5;color:#007817}
.product-card__tag-notavailable,.product-card-checkout__tag-notavailable{background-color:#737373;color:#fff}
.product-card__tag-new,.product-card-checkout__tag-new{background-color:#A5E8FF;color:#0F82A9}
.product-card__tag-hit,.product-card-checkout__tag-hit{background-color:#FCAF23;color:#A84300}
.product-card__favorite,.product-card-checkout__favorite{position:absolute;top:16px;right:16px;background-color:white;max-width:48px;max-height:48px;width:100%;height:100%;border:1px solid rgba(36,36,36,0.1);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}
.product-card__favorite svg path,.product-card-checkout__favorite svg path{fill:transparent;stroke:#242424;transition:all 0.3s}
.product-card__favorite:hover svg path,.product-card-checkout__favorite:hover svg path{fill:rgba(254,137,191,0.4);stroke:#FE89BF;transition:all 0.3s}
.product-card__favorite._active_ svg path,.product-card-checkout__favorite._active_ svg path{fill:#FE89BF;stroke:#FE89BF}
.product-card__info,.product-card-checkout__info{display:flex;align-items:center;justify-content:space-between;gap:10px}
.product-card__info-wrapper,.product-card-checkout__info-wrapper{display:flex;flex-direction:column;gap:8px}
.product-card__title,.product-card-checkout__title{font-size:24px;color:#242424;font-weight:400;height:58px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.product-card__title a,.product-card-checkout__title a{text-decoration:none;color:#242424;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.product-card__prices,.product-card-checkout__prices{display:flex;align-items:center;gap:12px}
.product-card__price,.product-card-checkout__price{font-size:26px;font-weight:500;color:#242424}
.product-card__price--old,.product-card-checkout__price--old{font-size:26px;font-weight:400;color:#484848;opacity:0.6;text-decoration-line:line-through}
.product-card__in-cart,.product-card-checkout__in-cart{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#5E00A5;cursor:pointer;border:none}
.product-card__in-cart:hover,.product-card-checkout__in-cart:hover{background-color:#9628EA;transition:all 0.3s}
.product-card__add-cart,.product-card-checkout__add-cart{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#5E00A5;cursor:pointer;border:none;padding-left:4px}
.product-card__add-cart:hover,.product-card-checkout__add-cart:hover{background-color:#9628EA;transition:all 0.3s}
.product-card__out-stock,.product-card-checkout__out-stock{display:flex;width:64px;height:64px;padding:10px 0 10px 4px;justify-content:center;align-items:center;flex-shrink:0;aspect-ratio:1;border-radius:170px;border:1px dashed #5E00A5;background:white;cursor:pointer;position:relative}
.product-card__out-stock svg path,.product-card-checkout__out-stock svg path{fill:#5E00A5}
.product-card__out-stock:hover,.product-card-checkout__out-stock:hover{border:1px dashed #9628EA;transition:all 0.3s;position:relative}
.product-card__out-stock:hover svg path,.product-card-checkout__out-stock:hover svg path{fill:#9628EA}
.product-card__out-stock:hover::before,.product-card-checkout__out-stock:hover::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(150,40,234,0.1);border-radius:170px;opacity:1;transition:opacity 0.3s;z-index:1}
@media (min-width:1550px) and (max-width:1601px){.product-card__price{font-size:24px}.product-card__price--old{font-size:24px}}
@media (min-width:1024px) and (max-width:1292px){.product-card__price{font-size:22px}.product-card__price--old{font-size:22px}}
@media (max-width:1024px){.product-card__tags{top:12px;left:12px;gap:4px}.product-card__favorite{top:12px;right:12px}.product-card__info-wrapper{gap:6px}.product-card__title{font-size:18px;height:42px}.product-card__price{font-size:24px}.product-card__price--old{font-size:24px}.product-card__in-cart,.product-card__out-stock{width:55px;height:55px}.product-card__add-cart{width:55px;height:55px}}
@media (max-width:683px){.product-card__price{font-size:18px}.product-card__price--old{font-size:18px}}
@media (max-width:600px){.product-card{gap:10px}.product-card__img{border-radius:16px}.product-card__tags{top:6px;left:6px}.product-card__tag{font-size:12px;padding:4px 6px;gap:2px}.product-card__tag svg{width:10px;height:10px}.product-card__favorite{width:34px;height:34px;top:6px;right:6px}.product-card__favorite svg{width:17px;height:17px}.product-card__info{position:relative}.product-card__title{font-size:14px;height:35px}.product-card__prices{gap:4px}.product-card__price{font-size:16px}.product-card__price--old{font-size:12px}.product-card__cart{position:absolute;top:-52px;right:5px}.product-card__in-cart{width:50px;height:50px}.product-card__in-cart svg{width:20px;height:20px}.product-card__add-cart,.product-card__out-stock{width:50px;height:50px;padding-left:2px}.product-card__add-cart svg,.product-card__out-stock svg{width:18px;height:18px}}
.product{height:100%;margin-bottom:64px}
.product__container{display:flex;flex-direction:column;gap:64px}
.product__container .product-card__add-cart{padding:0}
.product__container .add-product form.product-card button.product-cardadd-cart{padding:4px}
.product__wrapper{display:flex;flex-direction:column;gap:32px;margin-top:16px}
.product__detail{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:flex-start;gap:40px}
.product__gallery{display:flex;flex-direction:column;gap:16px;max-width:786px;width:100%}
.product__preview{max-width:786px;max-height:786px;aspect-ratio:1;border-radius:16px;overflow:hidden;position:relative}
.product__preview img{width:100%;height:100%;object-fit:cover}
.product__tags{position:absolute;top:16px;left:16px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.product__tag{padding:8px 12px;border-radius:170px;display:flex;align-items:center;gap:6px;font-size:16px;font-weight:500}
.product__tag-share{background-color:#FE89BF;color:#89026C}
.product__tag-discount{background-color:#BBEFC5;color:#007817}
.product__tag-hit{background-color:#FCAF23;color:#A84300}
.product__tag-new{background-color:#A5E8FF;color:#0F82A9}
.product__tag-notavailable{background-color:#737373;color:#fff}
.product__arrows{width:100%;position:absolute;top:50%;display:flex;align-items:center;justify-content:space-between;padding:0 16px}
.product__arrows--prev,.product__arrows--next{width:55px;height:55px;display:flex;align-items:center;justify-content:center;background-color:white;border-radius:50%;border:none;outline:none;cursor:pointer}
.product__arrows--prev:hover,.product__arrows--next:hover{background-color:#9628EA;transition:all 0.3s}
.product__arrows--prev:hover svg path,.product__arrows--next:hover svg path{fill:#FFF}
.product__carousel{display:flex;align-items:center;gap:16px;overflow:hidden}
.product__carousel .swiper-slide-thumb-active{border:1.5px solid #5E00A5}
.product__carousel-item{max-width:185px;max-height:185px;overflow:hidden;border-radius:16px;height:100%;aspect-ratio:1;cursor:pointer}
.product__carousel-item img{width:100%;height:100%;object-fit:cover}
.product__carousel-item--active{border:1.5px solid #5E00A5}
.product__info{display:flex;flex-direction:column;gap:24px}
.product__info-name{display:flex;flex-direction:column;gap:8px}
.product__info-sizes{display:flex;flex-direction:column;gap:12px}
.product__info-color{display:flex;flex-direction:column;gap:12px}
.product__info-quantity{display:flex;flex-direction:column;justify-content:start;gap:12px}
.product__name{font-size:32px;font-weight:500;color:#242424}
.product__quantity{font-size:20px;font-weight:500;color:#242424}
.product__quantity--item{border:1.5px solid rgba(36,36,36,0.1);width:80px;height:51px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;color:#5E00A5;cursor:pointer}
.product__quantity--item:hover{background-color:rgba(94,0,165,0.1);border:1.5px solid rgba(94,0,165,0.1);transition:all 0.3s}
.product__quantity--item.active{border:1.5px solid #5E00A5}
.product__quantity--item.active:hover{background-color:rgba(94,0,165,0.1);border:1.5px solid rgba(94,0,165,0.1);transition:all 0.3s}
.product__quantities{display:flex;gap:12px;flex-wrap:wrap}
.product__art{font-size:20px;font-weight:400;opacity:0.5;color:#242424}
.product__price{display:flex;align-items:center;gap:12px}
.product__price--new{font-size:28px;font-weight:500;line-height:normal;color:#242424}
.product__price--old{font-size:28px;font-weight:400;line-height:normal;text-decoration-line:line-through;color:#BEBEBE}
.product__size{font-size:20px;font-weight:500;color:#242424}
.product__sizes{display:flex;gap:12px}
.product__sizes-title{color:#5E00A5;font-size:16px;font-weight:500}
.product__sizes--item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100px;height:130px;border-radius:16px;border:1.5px solid rgba(36,36,36,0.1);cursor:pointer}
.product__sizes--item span{color:#5E00A5;font-size:16px;font-weight:500}
.product__sizes--item:hover{background-color:rgba(94,0,165,0.1);border:1.5px solid rgba(94,0,165,0.1);transition:all 0.3s}
.product__sizes--item:has(input[type="radio"]:checked){border:1.5px solid #5E00A5}
.product__sizes--active{border:1.5px solid #5E00A5}
.product__orders{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.product__counter{display:flex;align-items:center;overflow:hidden}
.product__counter-minus,.product__counter-plus{border:none;background:none;width:56px;height:54px;display:flex;justify-content:center;align-items:center;cursor:pointer;border:1px solid rgba(36,36,36,0.1)}
.product__counter-minus:hover,.product__counter-plus:hover{border:1px solid rgba(150,40,234,0.1);background-color:rgba(94,0,165,0.1);transition:all 0.3s}
.product__counter-minus:hover svg path,.product__counter-plus:hover svg path{fill:#5E00A5}
.product__counter-minus{border-radius:170px 0 0 170px}
.product__counter-plus{border-radius:0 170px 170px 0}
.product__counter-quantity{width:56px;height:54px;outline:none;font-family:"Inter";font-size:20px;font-weight:400;color:#242424;border-left:none;border-right:none;border-top:1px solid rgba(36,36,36,0.1);border-bottom:1px solid rgba(36,36,36,0.1);text-align:center;border-radius:0}
.product__counter-quantity::-webkit-outer-spin-button,.product__counter-quantity::-webkit-inner-spin-button{-webkit-appearance:none}
.product__order{border-radius:170px;background-color:#5E00A5;padding:16px 24px;border:none;font-size:18px;font-weight:500;color:#FFF;cursor:pointer}
.product__order:hover{background-color:#9628EA;transition:all 0.3s}
.product__click{border-radius:170px;background-color:#FE89BF;padding:16px 24px;border:none;font-size:18px;font-weight:500;color:#FFF;cursor:pointer}
.product__click:hover{background-color:rgba(254,137,191,0.1);color:#FE89BF;transition:all 0.3s}
.product__favorite{width:54px;height:54px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(36,36,36,0.1);box-shadow:0 4px 4px 0 rgba(0,0,0,0.03);border-radius:50%;background-color:white;cursor:pointer}
.product__favorite svg path{fill:transparent;stroke:#242424;transition:all 0.3s}
.product__favorite:hover svg path{fill:rgba(254,137,191,0.4);stroke:#FE89BF;transition:all 0.3s}
.product__favorite._active_ svg path{fill:#FE89BF;stroke:#FE89BF}
.product__data{display:flex;flex-direction:column;gap:16px}
.product__description{font-size:18px;font-weight:400;line-height:24px;color:#484848}
.product__description p{transition:all 1s ease-out}
.product .collapsed{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.product .expanded{overflow:visible;text-overflow:clip;white-space:normal}
.product__more{display:none;font-size:18px;font-weight:400;line-height:24px;color:#5E00A5;text-decoration:underline;border:none;background:none;outline:none;cursor:pointer}
.product__composition{display:flex;flex-direction:column;gap:10px}
.product__composition-title{font-size:20px;font-weight:500;color:#242424}
.product__composition-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.product__composition-item{min-width:200px;max-width:280px;width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(36,36,36,0.1)}
.product__composition-name{font-size:16px;font-weight:400;color:#484848;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;cursor:pointer}
.product__composition-name:hover{color:#9628EA;transition:all 0.3s}
.product__composition-quantity{font-size:16px;font-weight:400;color:#484848}
.product__color{font-size:20px;font-weight:500;color:#242424}
.product__color-title{font-size:20px;font-weight:400;color:#242424}
.product__colors{display:flex;align-items:center;gap:8px}
.product__colors--item{position:relative;-webkit-appearance:none;appearance:none;width:32px;height:32px;border-radius:50%;cursor:pointer}
.product__colors--red{--checked-gradient:linear-gradient(to bottom,rgba(255,255,255,0.6),#E90B1A);background:var(--checked-gradient),#E90B1A}
.product__colors--red:checked{background-image:url("../../img/check-color-big.svg"),var(--checked-gradient);background-repeat:no-repeat,no-repeat;background-position:center center,0 0;border:2.5px solid #FFF;box-shadow:0 4px 4px 0 rgba(233,11,26,0.5)}
.product__colors--red:hover{border:2.5px solid #FFF;box-shadow:0 4px 4px 0 rgba(233,11,26,0.5)}
.product__colors--mint{--checked-gradient:linear-gradient(to bottom,rgba(255,255,255,0.6),#00DA83);background:var(--checked-gradient),#00DA83}
.product__colors--mint:checked{background-image:url("../../img/check-color-big.svg"),var(--checked-gradient);background-repeat:no-repeat,no-repeat;background-position:center center,0 0;border:2.5px solid #FFF;box-shadow:0 4px 4px 0 rgba(0,218,131,0.5)}
.product__colors--mint:hover{border:2.5px solid #FFF;box-shadow:0 4px 4px 0 rgba(0,218,131,0.5)}
.product__colors--purple{--checked-gradient:linear-gradient(to bottom,rgba(255,255,255,0.6),#AE57EA);background:var(--checked-gradient),#AE57EA}
.product__colors--purple:checked{background-image:url("../../img/check-color-big.svg"),var(--checked-gradient);background-repeat:no-repeat,no-repeat;background-position:center center,0 0;border:2.5px solid #FFF;box-shadow:0 4px 4px 0 rgba(174,87,234,0.5)}
.product__colors--purple:hover{border:2.5px solid #FFF;box-shadow:0 4px 4px 0 rgba(174,87,234,0.5)}
.product__share{display:flex;align-items:center;gap:12px}
.product__share-title{font-size:20px;font-weight:500;color:#939393}
.product__share-socials{display:flex;align-items:center;gap:6px}
.product__share-social{display:flex;align-items:center;justify-content:center;cursor:pointer}
.product__share-social svg path{fill:#5E00A5}
.product__share-social:hover svg path{fill:#FE89BF;transition:all 0.3s}
.product__discount{display:flex;justify-content:space-between;padding:32px;border:1px solid rgba(150,40,234,0.1);background:rgba(94,0,165,0.1);border-radius:16px}
.product__discount-container{display:flex;align-items:center;gap:24px}
.product__discount-container--small{gap:16px}
.product__discount svg path{fill:#9628EA}
.product__discount--small{padding:16px}
.product__picture{width:40px;height:40px}
.product__picture--small{width:auto;height:auto}
.product__message{font-size:18px;font-weight:400;line-height:26px;color:#484848}
.product__message--link{font-size:18px;font-weight:400;line-height:26px;color:#5E00A5}
.product__auth{padding:16px 24px;background-color:rgba(150,40,234,0.1);color:#9628EA;border:none;border-radius:170px;font-size:18px;font-weight:500;cursor:pointer;align-self:center}
.product__auth:hover{background-color:#9628EA;color:#FFF;transition:all 0.3s}
.product__categories{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;padding:0 51px}
@media (max-width:1240px){.product{margin-top:65px}}
@media (max-width:1024px){.product__detail{gap:32px}.product__composition-wrapper{grid-template-columns:1fr}}
@media (max-width:850px){.product__detail{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}.product__wrapper{gap:24px}.product__sizes--item{max-width:500px;width:100%}.product__discount{flex-direction:column;align-items:center;gap:24px}.product__auth{}.product__categories{flex-wrap:nowrap;overflow-x:scroll;padding:0;justify-content:start}.product__categories::-webkit-scrollbar{width:0}}
@media (max-width:600px){.product{margin-bottom:32px}.product__container{gap:32px}.product__detail{gap:24px}.product__gallery{gap:8px}.product__carousel{gap:8px}.product__carousel-item{border-radius:12px}.product__info{gap:16px}.product__quantities{gap:8px}.product__name{font-size:24px}.product__art{font-size:16px}.product__price--new{font-size:28px}.product__price--old{font-size:28px}.product__composition-item{max-width:600px}.product__discount{flex-direction:column;align-items:center;gap:16px}.product__discount-container{flex-direction:column;gap:16px}.product__discount-container--small{flex-direction:row}.product__auth{}.product__message{text-align:center}.product__message--small{text-align:start}}
.product-card-checkout__title{font-size:16px;font-weight:500;height:37px}
.product-card-checkout__price{font-size:18px;font-weight:500}
.product-card-checkout__price--old{font-size:18px;font-weight:500}
.product-card-checkout__info{position:relative}
.product-card-checkout__cart{position:absolute;top:-60px;right:5px}
.product-card-checkout__in-cart{width:55px;height:55px}
.product-card-checkout__in-cart svg{width:20px;height:20px}
@media (max-width:1797px){.product-card-checkout{gap:10px}.product-card-checkout__title{font-size:14px}.product-card-checkout__prices{align-items:flex-end}.product-card-checkout__price{font-size:16px}.product-card-checkout__price--old{font-size:14px}}
@media (max-width:600px){.product-card-checkout__img{border-radius:16px}.product-card-checkout__cart{top:-55px}.product-card-checkout__in-cart{width:50px;height:50px}}
.out-stock-main-card{padding:16px 24px;width:auto;height:auto;aspect-ratio:0}
.out-stock-main-card:hover{border:none}
.banner{max-height:600px;position:relative;overflow:hidden}
.banner__slide{position:relative;max-height:600px;overflow:hidden}
.banner__slide::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,rgba(31,31,31,0.7) 0%,rgba(31,31,31,0) 60%);z-index:1}
.banner__slide img{width:100%;height:600px;object-fit:cover}
.banner__wrapper{position:absolute;top:30%;left:50%;transform:translateX(-50%);width:100%;padding:0 120px !important;z-index:100}
.banner__info{max-width:600px;display:flex;flex-direction:column;align-items:start;gap:24px}
.banner__text{display:flex;flex-direction:column;gap:16px}
.banner__title{color:#FFF;font-size:48px;font-weight:600}
.banner__description{color:#FFF;font-size:18px;font-weight:400;line-height:28px}
.banner__button{display:flex;align-items:center;gap:8px;background-color:#5E00A5;color:#FFF;font-family:"Inter";font-size:18px;font-weight:500;border:none;padding:16px 24px;border-radius:170px;cursor:pointer;text-decoration:none}
.banner__button:hover{background-color:#9628EA;transition:all 0.3s}
.banner__arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;z-index:100;width:48px;height:48px;display:flex;align-items:center;justify-content:center;aspect-ratio:1;border-radius:50%}
.banner__arrow--prev{left:25px}
.banner__arrow--next{right:25px}
.banner__arrow:hover{background:rgba(255,255,255,0.2)}
.banner__pagination{position:absolute;bottom:40px !important;left:50%;transform:translateX(-50%);width:100%;padding:0 120px !important;z-index:100;display:flex;gap:10px}
.banner__indicator{width:60px;height:4px;border-radius:10px;opacity:0.2;background:#FFF;cursor:pointer}
.banner__indicator--active{width:60px;height:4px;border-radius:10px;background:#FFF;cursor:pointer;opacity:1}
@media (max-width:1240px){.banner__wrapper{padding:0 100px !important;top:33%}.banner__pagination{padding:0 100px !important;bottom:40px !important}}
@media (max-width:1024px){.banner__slide img{object-position:left}}
@media (max-width:850px){.banner{}.banner__wrapper{padding:0 80px !important;top:44%}.banner__title{font-size:40px}.banner__text{max-width:440px}.banner__description{font-size:18px}.banner__pagination{padding:0 80px !important;bottom:40px !important}.banner__arrow{display:none}.banner__arrow--prev{left:15px}.banner__arrow--next{right:15px}}
@media (max-width:767px){.banner__slide img{object-position:right}.banner__wrapper{padding:0 12px !important;top:56%}.banner__description{font-size:14px}.banner__pagination{padding:0 12px !important;bottom:12px !important}}
@media (max-width:600px){.banner{max-height:500px}.banner__slide{max-height:500px}.banner__slide img{height:500px;object-position:right}.banner__slide::after{background:linear-gradient(0deg,rgba(31,31,31,0.7) 0%,rgba(31,31,31,0) 80%)}.banner__wrapper{padding:0 12px !important;top:57%}.banner__info{gap:16px}.banner__text{gap:8px}.banner__title{font-size:32px}.banner__description{font-size:14px}.banner__arrow{display:none}.banner__pagination{bottom:12px;padding:0 12px !important}.banner__indicator{width:100%}.banner__indicator--active{width:100%}}
@media (max-width:374px){.banner__wrapper{top:52%}}
.utp{display:flex;gap:24px;justify-content:space-between}
.utp__item{display:flex;align-items:center;gap:24px}
.utp__item svg{fill:#5E00A5}
.utp__item svg path[fill="#FF90E7"]{fill:rgba(150,40,234,0.1)}
.utp__info{display:flex;flex-direction:column;gap:4px}
.utp__title{font-size:24px;color:#242424;font-weight:600}
.utp__description{font-size:18px;color:#484848;font-weight:400}
@media (max-width:1024px){.utp{gap:24px;flex-wrap:wrap}}
@media (max-width:600px){.utp{flex-wrap:wrap}.utp__item{gap:12px}.utp__icon{width:48px;height:48px}.utp__title{font-size:20px}.utp__description{font-size:15px}}
.about-us{background-color:#F5F5F5;padding:64px 0}
.about-us__wrapper{display:flex;align-items:center;justify-content:center;gap:64px}
.about-us__photo{position:relative}
.about-us__photo svg{position:absolute;z-index:2;bottom:0;left:10px}
.about-us__photo svg path{fill:#FE89BF}
.about-us__image{width:521px;height:521px;border-radius:50%;overflow:hidden;position:relative}
.about-us__image img{width:100%;height:100%;object-fit:cover}
.about-us__image::after{content:"";position:absolute;top:24px;left:24px;right:24px;bottom:24px;border:2px solid white;border-radius:50%;pointer-events:none;z-index:1}
.about-us__text{display:flex;flex-direction:column;align-items:flex-start;gap:20px;max-width:800px;position:relative}
.about-us__text p{font-size:18px;font-style:normal;font-weight:400;line-height:24px;color:#484848}
.about-us__title{display:flex;flex-direction:column;gap:16px;max-width:530px}
.about-us__title--mini{color:#242424;font-size:24px;font-weight:500;line-height:normal}
.about-us__company-name{color:#5E00A5;font-size:48px;font-weight:600;line-height:normal}
.about-us__title-text{font-size:48px;font-weight:600;color:#242424}
.about-us__description{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;color:#484848;font-size:22px;font-weight:400;line-height:32px;max-width:700px}
.about-us__description.expanded{display:block;-webkit-line-clamp:unset}
.about-us__description.collapsed{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
.about-us__description a{color:#5E00A5;text-decoration:none}
.about-us__description a:hover{color:#9628EA;transition:all 0.3s}
.about-us__more{display:flex;align-items:center;gap:8px;background:none;border:none;font-family:"Inter";font-size:18px;font-weight:500;line-height:normal;color:#242424;cursor:pointer;display:none}
.about-us__more.visible{display:flex}
.about-us__more:hover{color:#5E00A5;transition:all 0.3s}
.about-us__more:hover svg path{fill:#5E00A5}
@media (max-width:1240px){.about-us__image{width:369px;height:369px}.about-us__image::after{top:17px;left:17px;right:17px;bottom:17px}}
@media (max-width:900px){.about-us__wrapper{flex-direction:column;align-items:start}}
@media (max-width:1240px){.about-us__wrapper{align-items:start;gap:40px}.about-us__image{width:305px;height:305px}.about-us__photo svg{width:116px;height:82px;left:-8px}}
@media (max-width:800px){.about-us__title--mini{font-size:24px}.about-us__title--normal{font-size:48px}.about-us__title--colored{font-size:48px}.about-us__description{font-size:20px}}
@media (max-width:600px){.about-us{padding:24px 0}.about-us__wrapper{align-items:center}.about-us__photo svg{width:97px;height:68px;left:5px}.about-us__image::after{top:14px;left:14px;right:14px;bottom:14px}.about-us__text{gap:16px}.about-us__title--mini{font-size:18px}.about-us__company-name{font-size:28px}.about-us__title-text{font-size:28px}.about-us__description{font-size:18px}}
.about-page{display:flex;flex-direction:column;gap:80px;max-width:1200px}
.about-page__banner{display:flex;align-items:center;gap:64px}
.about-page__photo{position:relative;flex:1 1 0}
.about-page__photo svg{position:absolute;z-index:2;bottom:0;left:10px}
.about-page__photo svg path{fill:#FE89BF}
.about-page__img{max-width:521px;max-height:521px;border-radius:50%;aspect-ratio:1;flex-shrink:0;overflow:hidden;position:relative}
.about-page__img img{width:100%;height:100%;object-fit:cover}
.about-page__img::after{position:absolute;content:"";top:24px;right:24px;bottom:24px;left:24px;border-radius:50%;border:2.72px solid #FFF}
.about-page__text{display:flex;flex-direction:column;gap:20px;position:relative;min-width:300px;flex:1 1 0}
.about-page__description{font-size:22px;font-weight:400;line-height:32px;color:#484848;opacity:0.8;white-space:wrap}
.about-page__description a{text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;color:#5E00A5}
.about-page__description a:hover{color:#9628EA}
.about-page__name{display:flex;flex-direction:column;gap:16px}
.about-page__about{font-size:24px;font-weight:500;color:#242424}
.about-page__company-name{font-size:48px;font-weight:600;color:#5E00A5}
.team{display:flex;flex-direction:column;align-items:center;gap:32px;position:relative}
.team__wrapper{display:flex;flex-direction:column;align-items:center}
.team__name{font-size:24px;font-weight:500;color:#242424}
.team__title{font-size:48px;font-weight:600;color:#242424;text-align:center}
.team__title--colored{color:#5E00A5}
.team__staff{display:flex;align-items:center;gap:24px}
.team__employee{display:flex;align-items:center;flex-direction:column;gap:14px}
.team__img{max-width:200px;max-height:200px;aspect-ratio:1;border-radius:50%;overflow:hidden}
.team__img img{width:100%;height:100%;object-fit:cover}
.team__text{display:flex;align-items:center;flex-direction:column;gap:4px}
.team__first-name{font-size:20px;font-weight:600;color:#242424}
.team__post{font-size:16px;font-weight:400;color:#939393;opacity:0.8;text-align:center}
.about{display:flex;flex-direction:column;gap:80px}
.about-top,.about-bottom{display:flex;align-items:stretch;gap:48px}
.about-top__img,.about-bottom__img{min-width:400px;max-width:500px;min-height:350px;border-radius:24px;width:100%;overflow:hidden;flex-shrink:0}
.about-top__img img,.about-bottom__img img{width:100%;height:100%;object-fit:cover}
.about-top__text,.about-bottom__text{display:flex;flex-direction:column;gap:16px}
.about-top__title,.about-bottom__title{font-size:32px;font-weight:600;color:#242424}
.about-top__description,.about-bottom__description{font-size:22px;font-weight:400;line-height:32px;color:#484848;opacity:0.8}
.about-bottom__img{height:350px;min-width:400px;max-width:500px;min-height:350px}
@media (max-width:1440px){.about-page__banner{gap:40px}.about-page__description{font-size:18px;font-weight:400;line-height:25px}.about-page__photo svg{width:117px;height:82px}.about-top{flex-direction:column-reverse}.about-top__img{max-width:100%;max-height:450px}.about-top__img img{height:450px}.about-bottom{flex-direction:column}.about-bottom__img{max-width:100%;height:450px}.team__staff{align-items:start}}
@media (max-width:1240px){.about-page__banner{gap:64px}.about-page__description{font-size:22px;font-weight:400;line-height:32px}}
.about-gallery{display:flex;flex-direction:column;align-items:center;gap:40px;position:relative;width:100%}
.about-gallery__names{display:flex;align-items:center;flex-direction:column}
.about-gallery__title{font-size:24px;font-style:normal;font-weight:500;color:#242424}
.about-gallery__name{font-size:48px;font-weight:600;color:#242424}
.about-gallery__name--colored{color:#5E00A5}
.about-gallery__slider{position:relative;display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}
.about-gallery__wrapper{width:100%;overflow:hidden}
.about-gallery__slide{max-height:540px;width:100%;height:auto;border-radius:24px;overflow:hidden}
.about-gallery__slide img{width:100%;height:auto;object-fit:cover}
.about-gallery__buttons{position:absolute;top:50%;right:-27px;left:-27px;display:flex;align-items:center;justify-content:space-between;z-index:100;display:none}
.about-gallery__button{display:none;width:58px;height:58px;aspect-ratio:1;background-color:white;border-radius:50%;border:1px solid rgba(36,36,36,0.1);cursor:pointer;display:flex;align-items:center;justify-content:center}
.about-gallery__button:hover{background-color:#9628EA;transition:all 0.3s}
.about-gallery__button:hover svg path{fill:#FFF}
.about-gallery__pagination{display:flex;align-items:center;gap:16px;position:static !important;cursor:pointer}
.about-gallery__pagination--item{width:10px;height:10px;aspect-ratio:1;background-color:rgba(36,36,36,0.1);border-radius:50%;border:none}
.about-gallery__pagination--item.is-active{background-color:#5E00A5}
@media (max-width:1440px){.about-gallery__slide{max-height:360px}}
@media (max-width:768px){.about-page__banner{flex-direction:column}.team__staff{flex-wrap:wrap;justify-content:center}}
@media (max-width:600px){.about-page{gap:48px}.about-page__banner{gap:40px}.about-page__text{gap:16px}.about-page__name{gap:8px}.about-page__title{font-size:18px;font-weight:500;line-height:normal;color:#242424}.about-page__company-name{font-size:28px;font-weight:600;line-height:normal}.about-page__description p{font-size:18px;font-weight:400;line-height:25px;color:#484848}.about-page__about.about{gap:48px}.team__name{font-size:18px}.team__title{font-size:28px;max-width:264px}.about-top,.about-bottom{gap:16px}.about-top__title,.about-bottom__title{font-size:28px}.about-top__description,.about-bottom__description{font-size:18px}.about-bottom__img,.about-top__img{min-width:100%;min-height:100%}.about-gallery{gap:0}.about-gallery__title{font-size:18px}.about-gallery__name{font-size:28px;text-align:center;max-width:264px}.about-gallery__slide{aspect-ratio:1;max-height:300px}.about-gallery__slide img{height:100%}.about-gallery__buttons{display:none}}
.splide__arrow{width:58px !important;height:58px !important;aspect-ratio:1 !important;background-color:white !important;border-radius:50% !important;border:1px solid rgba(36,36,36,0.1) !important;cursor:pointer !important;display:flex !important;align-items:center !important;justify-content:center !important;opacity:1 !important}
.splide__arrow:hover{background-color:#9628EA !important;transition:all 0.3s !important}
.splide__arrow:hover svg path{fill:#FFF}
.splide__arrow--prev{left:-27px !important;text-indent:100%;white-space:nowrap;overflow:hidden;display:inline-block;width:fit-content}
.splide__arrow--prev svg{display:none}
.splide__arrow--next{right:-27px !important}
.splide__arrow--next svg{display:none}
.splide__arrow--prev::before{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;background-image:url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M14.5303%206.46967C14.8232%206.76256%2014.8232%207.23744%2014.5303%207.53033L10.0607%2012L14.5303%2016.4697C14.8232%2016.7626%2014.8232%2017.2374%2014.5303%2017.5303C14.2374%2017.8232%2013.7626%2017.8232%2013.4697%2017.5303L8.46967%2012.5303C8.17678%2012.2374%208.17678%2011.7626%208.46967%2011.4697L13.4697%206.46967C13.7626%206.17678%2014.2374%206.17678%2014.5303%206.46967Z%22%20fill%3D%22%23242424%22%2F%3E%0A%3C%2Fsvg%3E%0A");background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(-50%,-50%);transition:background-color 0.3s ease,filter 0.3s ease;pointer-events:none}
.splide__arrow--prev:hover::before{background-image:url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M14.5303%206.46967C14.8232%206.76256%2014.8232%207.23744%2014.5303%207.53033L10.0607%2012L14.5303%2016.4697C14.8232%2016.7626%2014.8232%2017.2374%2014.5303%2017.5303C14.2374%2017.8232%2013.7626%2017.8232%2013.4697%2017.5303L8.46967%2012.5303C8.17678%2012.2374%208.17678%2011.7626%208.46967%2011.4697L13.4697%206.46967C13.7626%206.17678%2014.2374%206.17678%2014.5303%206.46967Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A")}
.splide__arrow--next::before{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;background-image:url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9.46967%206.46967C9.17678%206.76256%209.17678%207.23744%209.46967%207.53033L13.9393%2012L9.46967%2016.4697C9.17678%2016.7626%209.17678%2017.2374%209.46967%2017.5303C9.76256%2017.8232%2010.2374%2017.8232%2010.5303%2017.5303L15.5303%2012.5303C15.8232%2012.2374%2015.8232%2011.7626%2015.5303%2011.4697L10.5303%206.46967C10.2374%206.17678%209.76256%206.17678%209.46967%206.46967Z%22%20fill%3D%22%23242424%22%2F%3E%0A%3C%2Fsvg%3E%0A%0A");background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(-50%,-50%);transition:background-color 0.3s ease,filter 0.3s ease;pointer-events:none}
.splide__arrow--next:hover::before{background-image:url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9.46967%206.46967C9.17678%206.76256%209.17678%207.23744%209.46967%207.53033L13.9393%2012L9.46967%2016.4697C9.17678%2016.7626%209.17678%2017.2374%209.46967%2017.5303C9.76256%2017.8232%2010.2374%2017.8232%2010.5303%2017.5303L15.5303%2012.5303C15.8232%2012.2374%2015.8232%2011.7626%2015.5303%2011.4697L10.5303%206.46967C10.2374%206.17678%209.76256%206.17678%209.46967%206.46967Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A")}
@media (max-width:767px){.splide__arrow{display:none !important}}
.review{border-radius:24px;border:1.5px solid rgba(36,36,36,0.1);background:white;max-width:583px;padding:32px;display:flex;flex-direction:column;gap:32px}
.review__rating{display:flex;align-items:center;gap:8px}
.review__stars{display:flex;gap:8px}
.review__stars svg{fill:#ddd}
.review__stars svg.active use{fill:#FCAF23}
.review__text{position:relative;display:flex;flex-direction:column;gap:16px;z-index:10}
.review__text svg{position:absolute;bottom:0;right:0;z-index:-1}
.review__message{color:#484848;font-size:18px;font-weight:400;line-height:25px;height:100px}
.review__user{display:flex;align-items:center;gap:16px}
.review__avatar{position:relative;max-width:84px;max-height:84px;width:100%;height:100%;overflow:hidden;border-radius:50%;aspect-ratio:1}
.review__avatar img{width:100%;height:100%;object-fit:cover;object-position:center}
.review__avatar::after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border:1.5px solid white;border-radius:50%;pointer-events:none;z-index:100}
.review__data{display:flex;flex-direction:column;gap:6px}
.review__name{color:#242424;font-size:24px;font-weight:500;line-height:26px}
.review__date{color:#484848;font-size:18px;font-weight:400;line-height:26px}
@media (max-width:1024px){.review{max-width:100%}}
@media (max-width:600px){.review{gap:20px}.review__stars svg{width:23px;height:23px}.review__message{height:auto}.review__text svg{display:none}}
.reviews-index{background-color:#F5F5F5;padding:76px 0}
.reviews-index__wrapper{display:flex;flex-direction:column;gap:50px;align-items:center;justify-content:center;z-index:2}
.reviews-index__title{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px}
.reviews-index__title--mini{color:#242424;font-size:24px;font-weight:500;line-height:normal}
.reviews-index__title--normal{color:#242424;font-size:48px;font-weight:600;line-height:normal;text-align:center}
.reviews-index__title--colored{color:#5E00A5;font-size:48px;font-weight:600;line-height:normal}
.reviews-index__list{z-index:2;max-width:1166px;width:100%;overflow:hidden}
.reviews-index__list .swiper-slide.ec-message{background:none;border:none;box-shadow:none;-webkit-box-shadow:none;padding:0;margin:0}
.reviews-index__nav{display:flex;flex-direction:column;gap:30px}
.reviews-index__paginations{display:flex;gap:6px;justify-content:center}
.reviews-index__pagination{width:40px;height:6px;border-radius:10px;background-color:white;cursor:pointer}
.reviews-index__pagination--active{background-color:#5E00A5}
.reviews-index__button{padding:16px 24px;font-family:"Inter";font-size:18px;font-weight:500;border:none;background-color:#5E00A5;border-radius:170px;color:white;cursor:pointer;text-align:center;text-decoration:none}
.reviews-index__button:hover{background-color:#9628EA;transition:all 0.3s}
@media (max-width:1024px){.reviews-index__list{flex-direction:column}}
@media (max-width:600px){.reviews-index{padding:40px 0}.reviews-index__wrapper{gap:24px}.reviews-index__title{gap:10px}.reviews-index__title .flower{top:-5px}.reviews-index__title--mini{font-size:18px}.reviews-index__title--normal{font-size:28px}.reviews-index__title--colored{font-size:28px}}
.reviews-page{display:flex;flex-direction:column;gap:64px;position:relative}
.reviews-page__head{display:flex;flex-direction:column;gap:4px}
.reviews-page__title{font-size:48px;font-weight:600;line-height:normal;color:#242424}
.reviews-page .reviews{flex-direction:column;justify-content:center;gap:60px}
.reviews-page .reviews-top{width:100%;display:flex;justify-content:center;align-items:center;gap:64px;position:relative;padding:60px 0}
.reviews-page .reviews-top::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:rgba(36,36,36,0.1)}
.reviews-page .reviews-top::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:rgba(36,36,36,0.1)}
.reviews-page .reviews-top__quantities{display:flex;flex-direction:column;align-items:center;gap:16px}
.reviews-page .reviews-top__wrapper{display:flex;flex-direction:column;align-items:center;gap:6px}
.reviews-page .reviews-top__score{font-size:48px;font-weight:500;color:#242424}
.reviews-page .reviews-top__stars{display:flex;align-items:center;gap:4px}
.reviews-page .reviews-top__stars svg path{fill:#FCAF23}
.reviews-page .reviews-top__quantity{font-size:18px;font-weight:400;line-height:normal;letter-spacing:-0.304px;color:#484848}
.reviews-page .reviews-top__button{border-radius:170px;padding:14px 18px;color:#FFF;background-color:#5E00A5;border:none;cursor:pointer;font-size:16px;white-space:nowrap}
.reviews-page .reviews-top__button:hover{background-color:#9628EA}
.reviews-page .reviews-top__lines{display:flex;flex-direction:column;gap:16px;max-width:800px;width:100%;padding-left:64px;border-left:1px solid rgba(36,36,36,0.1)}
.reviews-page .reviews-top__line{display:flex;align-items:center;gap:16px}
.reviews-page .reviews-top__identity{width:80px;min-width:80px;font-size:18px;font-weight:400;color:#242424}
.reviews-page .reviews-top__track{flex-grow:1;min-width:0;max-width:604px;width:100%;height:9px;background-color:rgba(36,36,36,0.1);position:relative;border-radius:80px}
.reviews-page .reviews-top__bar{position:absolute;height:100%;width:70%;top:0;left:0;border-radius:80px;background-color:#FCAF23}
.reviews-page .reviews-bottom{display:flex;flex-direction:column;gap:50px}
.reviews-page .reviews-bottom__header{display:flex;align-items:center;justify-content:space-between}
.reviews-page .reviews-bottom__title{font-size:24px;font-weight:500;color:#242424}
.reviews-page .reviews-bottom__sort{display:flex;align-items:center;gap:12px}
.reviews-page .reviews-bottom__sort-title{font-size:18px;font-weight:400;color:#242424}
.reviews-page .reviews-bottom__wrapper{display:flex;flex-direction:column;gap:50px}
.reviews-page .reviews-bottom .feedback{display:flex;flex-direction:column;gap:32px;padding-bottom:32px;border-bottom:1px solid rgba(36,36,36,0.1)}
.reviews-page .reviews-bottom .feedback__wrapper{display:flex;flex-direction:column;gap:24px}
.reviews-page .reviews-bottom .feedback__info{display:flex;align-items:center;gap:12px}
.reviews-page .reviews-bottom .feedback__avatar{max-width:63px;max-height:63px;border-radius:50%;width:100%;height:100%;overflow:hidden}
.reviews-page .reviews-bottom .feedback__avatar img{width:100%;height:100%;object-fit:cover;object-position:center}
.reviews-page .reviews-bottom .feedback__data{display:flex;flex-direction:column;gap:4px}
.reviews-page .reviews-bottom .feedback__name{font-size:20px;font-weight:500;color:#242424}
.reviews-page .reviews-bottom .feedback__date{font-size:18px;font-weight:400;line-height:26px;color:#484848;opacity:0.5}
.reviews-page .reviews-bottom .feedback__estimation{display:flex;flex-direction:column;gap:16px}
.reviews-page .reviews-bottom .feedback__text{font-size:18px;font-weight:400;line-height:28px;color:#484848}
.reviews-page .reviews-bottom .feedback__stars{display:flex;align-items:center;gap:4px}
.reviews-page .reviews-bottom .feedback__gallery{display:flex;align-items:center;gap:12px}
.reviews-page .reviews-bottom .feedback__gallery--item{min-width:140px;max-width:173px;min-height:140px;max-height:173px;width:100%;height:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;position:relative}
.reviews-page .reviews-bottom .feedback__gallery--item img{width:100%;height:100%;object-fit:cover}
.reviews-page .reviews-bottom .feedback__video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:16px;display:flex;align-items:center;justify-content:center;border-radius:90px;background-color:rgba(90,90,90,0.3);backdrop-filter:blur(3px);cursor:pointer}
.reviews-page .reviews-bottom .feedback__video:hover{padding:20px;transition:all 0.05s}
.reviews-page .reviews-bottom .feedback-form{display:flex;flex-direction:column;align-items:center;gap:32px}
.reviews-page .reviews-bottom .feedback-form__wrapper{display:flex;flex-direction:column;gap:24px;width:100%}
.reviews-page .reviews-bottom .feedback-form__button{padding:16px 24px;background-color:#5E00A5;color:#FFF;border:none;border-radius:170px;font-size:18px;font-weight:500;cursor:pointer}
.reviews-page .reviews-bottom .feedback-form__button:hover{background-color:#9628EA;transition:all 0.3s}
.reviews-page .reviews-bottom .feedback-form__text{display:flex;flex-direction:column;gap:16px}
.reviews-page .reviews-bottom .feedback-form__title{font-size:24px;font-weight:500;color:#242424}
.reviews-page .reviews-bottom .feedback-form__notification{font-size:18px;font-weight:400;color:#484848}
.reviews-page .reviews-bottom .feedback-form__personal{display:flex;align-items:center;gap:24px}
.reviews-page .reviews-bottom .feedback-form__label{display:flex;flex-direction:column;gap:12px;flex-grow:1;position:relative}
.reviews-page .reviews-bottom .feedback-form__label .ec-error{position:absolute;bottom:-22px}
.reviews-page .reviews-bottom .feedback-form__label-text{font-size:20px;font-weight:500;color:#242424}
.reviews-page .reviews-bottom .feedback-form__label-stars{display:flex;align-items:center;gap:4px}
.reviews-page .reviews-bottom .feedback-form__label-stars svg{fill:#FCAF23;cursor:pointer}
.reviews-page .reviews-bottom .feedback-form__input{font-size:18px;font-weight:400;color:#242424;padding:16px 24px;border:1px solid rgba(36,36,36,0.1);background:white;outline:none}
.reviews-page .reviews-bottom .feedback-form__input::placeholder{font-size:18px;font-weight:400;color:#484848;opacity:0.6}
.reviews-page .reviews-bottom .feedback-form__input:hover{border:1px solid rgba(147,147,147,0.5)}
.reviews-page .reviews-bottom .feedback-form__input--small{border-radius:170px;max-width:900px;width:100%}
.reviews-page .reviews-bottom .feedback-form__input--large{resize:none;border-radius:16px;background:white;height:200px;font-family:"Inter";font-size:18px;font-weight:400}
.reviews-page .reviews-bottom .feedback-form__input--photo{position:absolute;opacity:0;width:100%;max-height:198px;height:100%;top:0;left:0;cursor:pointer;z-index:10}
.reviews-page .reviews-bottom .feedback-form .error{border:1px solid #F00;background-color:rgba(255,0,0,0.1)}
.reviews-page .reviews-bottom .feedback-form .error::placeholder{color:#F00}
.reviews-page .reviews-bottom .feedback-form .success{border:1px solid #609966;background-color:rgba(96,153,102,0.1)}
.reviews-page .reviews-bottom .feedback-form .success::placeholder{color:#609966}
.reviews-page .reviews-bottom .feedback-form__photo{display:flex;flex-direction:column;gap:12px}
.reviews-page .reviews-bottom .feedback-form__file{display:flex;flex-direction:column;gap:12px;flex-grow:1;position:relative;min-height:198px}
.reviews-page .reviews-bottom .feedback-form__file:hover .custom-input__choose{color:#9628EA}
.reviews-page .reviews-bottom .feedback-form__file:active .custom-input{border:1px solid #9628EA;background-color:rgba(150,40,234,0.1)}
.reviews-page .reviews-bottom .feedback-form__file:active .custom-input svg path{fill:#9628EA}
.reviews-page .reviews-bottom .feedback-form__file:active .custom-input__drag{color:#9628EA}
.reviews-page .reviews-bottom .feedback-form__file:active .custom-input__choose{color:#9628EA}
.reviews-page .reviews-bottom .feedback-form__file .custom-input.active{border:1px solid #9628EA;background-color:rgba(150,40,234,0.1)}
.reviews-page .reviews-bottom .feedback-form__file .custom-input.active svg path{fill:#9628EA}
.reviews-page .reviews-bottom .feedback-form__file .custom-input.active__drag{color:#9628EA}
.reviews-page .reviews-bottom .feedback-form__file .custom-input.active__choose{color:#9628EA}
.reviews-page .reviews-bottom .feedback-form .custom-input{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:9px;border-radius:16px;border:1px solid rgba(36,36,36,0.1);background:white;text-align:center;padding:48px}
.reviews-page .reviews-bottom .feedback-form .custom-input__drag{font-size:18px;font-weight:400;color:#939393}
.reviews-page .reviews-bottom .feedback-form .custom-input__choose{font-size:18px;font-weight:600;color:#5E00A5}
.reviews-page .reviews-bottom .feedback-form__input--photo{position:absolute;opacity:0;width:100%;height:100%;top:0;left:0;cursor:pointer;z-index:10}
.reviews-page .reviews-bottom .feedback-form__gallery{display:flex;align-items:center;gap:12px}
.reviews-page .reviews-bottom .feedback-form__gallery--item{min-width:140px;max-width:173px;min-height:140px;max-height:173px;width:100%;height:100%;aspect-ratio:1;position:relative}
.reviews-page .reviews-bottom .feedback-form__gallery--item img{width:100%;height:100%;object-fit:cover;overflow:hidden;border-radius:16px}
.reviews-page .reviews-bottom .feedback-form__delete{position:absolute;right:-20px;top:-20px;width:48px;height:48px;border-radius:50%;box-shadow:0 5px 10px 0 rgba(0,0,0,0.15);background-color:white;z-index:100;display:flex;align-items:center;justify-content:center;cursor:pointer}
.reviews-page .reviews-bottom .feedback-form__delete:hover::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#9628EA;border-radius:50%;pointer-events:none;opacity:0.1;z-index:-1;transition:all 0.3s}
.reviews-page .reviews-bottom .feedback-form__delete:hover svg path{fill:#9628EA}
@media (max-width:1240px){.reviews-page{margin:97px 0 32px 0}}
@media (max-width:1100px){.reviews-page .reviews-top{gap:32px}.reviews-page .reviews-top__lines{padding-left:32px}}
@media (max-width:600px){.reviews-page{gap:32px}.reviews-page__title{font-size:30px;font-weight:600;line-height:normal}.reviews-page .reviews{gap:32px}.reviews-page .reviews-top{flex-direction:column;padding-bottom:0}.reviews-page .reviews-top::after{height:0}.reviews-page .reviews-top__lines{border-top:1px solid rgba(36,36,36,0.1);border-left:none;padding-left:0;padding-top:32px}.reviews-page .reviews-bottom{gap:24px;padding-top:32px}.reviews-page .reviews-bottom__wrapper{gap:24px;overflow:hidden}.reviews-page .reviews-bottom__sort-title{display:none}.reviews-page .reviews-bottom .feedback__gallery{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.reviews-page .reviews-bottom .feedback__gallery::-webkit-scrollbar{display:none}.reviews-page .reviews-bottom .feedback__gallery--item{max-width:140px;max-height:140px}.reviews-page .reviews-bottom .feedback-form{gap:12px}.reviews-page .reviews-bottom .feedback-form__personal{flex-direction:column;align-items:stretch}.reviews-page .reviews-bottom .feedback-form__photo{gap:12px}.reviews-page .reviews-bottom .feedback-form__gallery{overflow-x:scroll;overflow-y:hidden;padding:20px 0;margin:-20px 0;-ms-overflow-style:none;scrollbar-width:none}.reviews-page .reviews-bottom .feedback-form__gallery::-webkit-scrollbar{display:none}.reviews-page .reviews-bottom .feedback-form__delete{width:40px;height:40px;right:-15px;top:-15px}.reviews-page .reviews-bottom .feedback-form__delete svg{width:18px;height:18px}.reviews-page .reviews-bottom .feedback-form .custom-input{padding:0}}
.reviews-page .reviews-bottom .feedback__stars svg{fill:#ddd}
.reviews-page .reviews-bottom .feedback__stars svg.active{fill:#FCAF23}
.reviews-top .ec-d-rating__line-progress{background-color:#e9e9e9;border-radius:80px;height:9px}
.reviews-top .ec-d-rating__line-progress>span{background-color:#fcaf23;border-radius:80px;height:9px}
.reviews-top .ec-stars,.reviews-top .ec-rating-stars{--ec-star-width:23px;--ec-star-height:23px;--ec-star-gap:4px}
.feedback-form__wrapper .ec-rating{margin-top:11px}
.feedback-form__wrapper .ec-rating-description{line-height:29px}
.feedback-form__wrapper .ec-stars,.feedback-form__wrapper .ec-rating-stars{--ec-star-width:30px;--ec-star-height:30px;--ec-star-gap:4px}
.ec-error{color:#F00 !important}
.input-error{border:1px solid #F00 !important;background-color:rgba(255,0,0,0.1) !important;color:#F00 !important}
.input-error::placeholder{color:#F00 !important}
.alert-success{text-align:center;font-size:30px;border:2px solid #5e00a5;padding:20px 0;color:white;font-weight:bold;text-shadow:1px 1px 2px rgba(0,0,0,0.5);background:linear-gradient(135deg,#5e00a5 0%,#7e3fa3 25%,#9d6da1 50%,#7e3fa3 75%,#5e00a5 100%);background-size:200% 200%;animation:gradientShift 5s ease infinite;border-radius:8px;box-shadow:0 4px 15px rgba(94,0,165,0.4)}
@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
.faq__wrapper{display:flex;flex-direction:column;gap:50px}
.faq__title{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px}
.faq__title--mini{color:#242424;font-size:24px;font-weight:500;line-height:normal}
.faq__title--normal{color:#242424;font-size:48px;font-weight:600;line-height:normal;text-align:center}
.faq__title--colored{color:#5E00A5;font-size:48px;font-weight:600;line-height:normal}
.faq__block{display:flex;gap:30px}
.faq__list{width:100%;display:flex;flex-direction:column;gap:16px}
.faq .item{width:100%;padding:24px;display:flex;align-items:center;justify-content:space-between;border-radius:24px;border:1px solid rgba(36,36,36,0.1);background:white;cursor:pointer;z-index:2}
.faq .item:hover svg path{fill:#FE89BF;transition:all 0.3s}
.faq .item--active{background-color:#5E00A5;flex-direction:column;align-items:start;justify-content:space-between;gap:10px}
.faq .item--active .item__text{color:#fff}
.faq .item--active svg path{fill:#fff}
.faq .item__question{width:100%;display:flex;justify-content:space-between;align-items:center}
.faq .item__text{color:#242424;font-size:24px;font-weight:500}
.faq .item__text--active{color:#FFF;font-size:24px;font-weight:500}
.faq .item__answer{color:#FFF;font-size:18px;font-weight:400;line-height:28px;opacity:0.8}
.faq__contact{background-color:#5E00A5;padding:40px;display:flex;flex-direction:column;align-items:center;gap:32px;height:100%;border-radius:24px}
.faq__contact svg g path[fill="currentColor"]{fill:#FE89BF}
.faq__text{display:flex;flex-direction:column;align-items:center;gap:12px}
.faq__text-title{color:#FFF;font-size:20px;font-weight:600;line-height:25px}
.faq__text-description{color:#FFF;opacity:0.8;font-size:16px;font-weight:400;line-height:20px;text-align:center;width:300px}
.faq__button{padding:16px 24px;background-color:#FE89BF;font-family:"Inter";color:#FFF;font-size:18px;font-weight:500;border:none;border-radius:170px;cursor:pointer}
.faq__button:hover{background-color:#FFF;color:#FE89BF;transition:all 0.3s}
.faq-plus,.faq-minus{min-width:24px;min-height:24px}
@media (max-width:870px){.faq__block{flex-direction:column}}
@media (max-width:600px){.faq__wrapper{gap:32px}.faq__block{gap:24px}.faq__title{gap:10px}.faq__title--mini{font-size:18px}.faq__title--normal{font-size:28px}.faq__title--colored{font-size:28px}.faq__list{gap:12px}.faq .item{padding:12px;border-radius:12px}.faq .item__text{font-size:18px}.faq .item__text-title{font-size:18px}.faq .item__text--active{font-size:18px}.faq .item__text-description{font-size:18px}.faq .item__question{gap:12px}}
.newsletter{position:relative;background-color:#F5F5F5;padding:125px 0;overflow:hidden}
.newsletter__wrapper{display:flex;flex-direction:column;gap:48px;align-items:center;justify-content:center}
.newsletter__title{position:relative;display:flex;flex-direction:column;align-items:center;gap:16px}
.newsletter__title--mini{color:#242424;font-size:24px;font-weight:500;line-height:normal}
.newsletter__title--normal{color:#242424;font-size:48px;font-weight:600;line-height:normal;max-width:924px;text-align:center;padding:0 16px}
.newsletter__title--colored{color:#5E00A5;font-size:48px;font-weight:600;line-height:normal}
.newsletter__message{display:flex;gap:12px;z-index:10;flex-wrap:wrap;justify-content:center}
.newsletter__message .modal-fast-preorder__agreements{width:100%;display:flex;align-items:center}
@media (max-width:1250px){.newsletter__message .modal-fast-preorder__agreements{align-items:flex-start}}
.newsletter__description{font-size:18px;font-weight:400;line-height:28px;color:#484848;text-align:center}
.newsletter__input{padding:16px 24px;border-radius:170px;border:1px solid rgba(36,36,36,0.1);background:white;width:450px;outline:none;font-size:18px;font-weight:400;line-height:normal;color:#484848}
.newsletter__button{font-family:"Inter";font-size:18px;color:#FFF;padding:16px 24px;background-color:#5E00A5;border:none;border-radius:170px;cursor:pointer}
.newsletter__button:hover{background-color:#9628EA;transition:all 0.3s}
@media (max-width:768px){.newsletter__message{flex-direction:column;align-items:center}}
@media (max-width:600px){.newsletter{padding:64px 0}.newsletter__wrapper{gap:24px}.newsletter__title--mini{font-size:18px}.newsletter__title--normal{font-size:28px}.newsletter__title--colored{font-size:28px}.newsletter__title .flower{display:none}.newsletter__message{width:100%}.newsletter__input{max-width:600px;width:100%}.newsletter__button{width:100%}}
.branches.active{display:flex}
.branches{border-radius:18px;box-shadow:0 5px 15px 0 rgba(92,122,152,0.2);display:none;flex-direction:column;width:300px;background-color:white;position:absolute;top:30px;z-index:100}
.branches__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px;font-size:18px;font-style:normal;font-weight:500;color:#242424;border-bottom:1px solid #F2F2F2;overflow:hidden}
.branches__header--scrolled{box-shadow:0 4px 15px -5px rgba(0,0,0,0.15)}
.branches__button{border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center}
.branches__button:hover svg path{fill:#9628EA}
.branches__list{display:flex;flex-direction:column;padding:4px 16px;max-height:386px;overflow-y:scroll}
.branches__list::-webkit-scrollbar{width:0;height:0;display:none}
.branches__item{display:flex;flex-direction:column;gap:8px;border-top:1px solid #F2F2F2;padding:12px 0}
.branches__item--first{border:none}
.branches__address{font-size:16px;font-style:normal;font-weight:400;line-height:24px;color:#242424}
.branches__data{display:flex;flex-direction:column;gap:4px}
.branches__time,.branches__phone{font-size:14px;font-weight:400;line-height:normal;color:#939393}
.branches__phone{cursor:pointer;text-decoration:none}
.offer{background-color:#5E00A5;display:flex;justify-content:center;align-items:center;gap:20px;padding:16px 0}
.offer__text{color:#FFF;font-size:18px;font-weight:400;line-height:26px}
.offer__link{color:#FE89BF;font-size:18px;font-weight:500;line-height:26px;text-decoration-line:underline;cursor:pointer}
.offer__button{border:none;background:none;cursor:pointer}
@media (max-width:768px){.offer{padding:16px 18px}.offer__text{font-size:14px;line-height:normal}.offer__link{font-size:14px}}
.overlay,.overlay-search{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(36,36,36,0.2);z-index:1000;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}
.overlay-search{z-index:999}
.overlay.active,.overlay-search.active{opacity:1;visibility:visible;transition:opacity 0.3s ease,visibility 0.3s ease}
.modal-mailing.active,.modal-call.active,.modal-fast-order.active,.modal-fast-preorder.active{display:flex;opacity:1;visibility:visible;transition:opacity 0.3s ease,visibility 0.3s ease,transition 0.3s ease}
.modal-mailing,.modal-call,.modal-fast-order,.modal-fast-preorder{display:none;border-radius:24px;overflow:hidden;max-height:662px;width:fit-content;position:relative;box-shadow:0 10px 30px 0 rgba(0,0,0,0.1);margin:0 34px;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease,transition 0.3s ease;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;background-color:white;z-index:1001}
.modal-mailing__img,.modal-call__img,.modal-fast-order__img,.modal-fast-preorder__img{max-width:400px;position:relative}
.modal-mailing__img img,.modal-call__img img,.modal-fast-order__img img,.modal-fast-preorder__img img{width:100%;height:100%;object-fit:cover}
.modal-mailing__stars,.modal-call__stars,.modal-fast-order__stars,.modal-fast-preorder__stars{position:absolute;right:-35px;bottom:40px}
.modal-mailing__stars path,.modal-call__stars path,.modal-fast-order__stars path,.modal-fast-preorder__stars path{fill:#FE89BF}
.modal-mailing__content,.modal-call__content,.modal-fast-order__content,.modal-fast-preorder__content{display:flex;flex-direction:column;gap:32px;padding:48px;max-width:550px;position:relative}
.modal-mailing__close,.modal-call__close,.modal-fast-order__close,.modal-fast-preorder__close{position:absolute;top:16px;right:16px;width:58px;height:58px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:none;cursor:pointer}
.modal-mailing__close svg path,.modal-call__close svg path,.modal-fast-order__close svg path,.modal-fast-preorder__close svg path{fill:#5E00A5}
.modal-mailing__close:hover,.modal-call__close:hover,.modal-fast-order__close:hover,.modal-fast-preorder__close:hover{background-color:#9628EA;transition:all 0.3s}
.modal-mailing__close:hover svg path,.modal-call__close:hover svg path,.modal-fast-order__close:hover svg path,.modal-fast-preorder__close:hover svg path{fill:#FFF}
.modal-mailing__info,.modal-call__info,.modal-fast-order__info,.modal-fast-preorder__info{display:flex;flex-direction:column;gap:16px}
.modal-mailing__title,.modal-call__title,.modal-fast-order__title,.modal-fast-preorder__title{font-size:32px;font-weight:600;line-height:normal;color:#242424;max-width:400px}
.modal-mailing__title--colored,.modal-call__title--colored,.modal-fast-order__title--colored,.modal-fast-preorder__title--colored{color:#5E00A5}
.modal-mailing__description,.modal-call__description,.modal-fast-order__description,.modal-fast-preorder__description{font-size:16px;font-weight:400;line-height:23px;color:#484848;max-width:444px}
.modal-mailing__form,.modal-call__form,.modal-fast-order__form,.modal-fast-preorder__form{display:flex;flex-direction:column;gap:24px}
.modal-mailing__label,.modal-call__label,.modal-fast-order__label,.modal-fast-preorder__label{display:flex;flex-direction:column;gap:12px;font-size:20px;font-weight:500;color:#242424}
.modal-mailing__necessarily,.modal-call__necessarily,.modal-fast-order__necessarily,.modal-fast-preorder__necessarily{display:flex;gap:5px}
.modal-mailing__input,.modal-call__input,.modal-fast-order__input,.modal-fast-preorder__input{border-radius:170px;border:1px solid rgba(36,36,36,0.1);padding:16px 24px;outline:none;font-size:18px;font-family:"Inter"}
.modal-mailing__input::placeholder,.modal-call__input::placeholder,.modal-fast-order__input::placeholder,.modal-fast-preorder__input::placeholder{font-size:18px;font-weight:400;color:#484848;opacity:0.6;margin:0;padding:0}
.modal-mailing__input:hover,.modal-call__input:hover,.modal-fast-order__input:hover,.modal-fast-preorder__input:hover{border:1px solid rgba(147,147,147,0.5)}
.modal-mailing__agreements,.modal-call__agreements,.modal-fast-order__agreements,.modal-fast-preorder__agreements{display:flex;flex-direction:column;gap:8px}
.modal-mailing__agreement,.modal-call__agreement,.modal-fast-order__agreement,.modal-fast-preorder__agreement{display:flex;align-items:center;gap:12px}
.modal-mailing__agreement-input,.modal-call__agreement-input,.modal-fast-order__agreement-input,.modal-fast-preorder__agreement-input{-webkit-appearance:none;appearance:none;position:relative;width:24px;height:24px;border-radius:4.8px;border:1.2px solid #D1D1D6;cursor:pointer;flex-shrink:0;background-color:white}
.modal-mailing__agreement-input:hover,.modal-call__agreement-input:hover,.modal-fast-order__agreement-input:hover,.modal-fast-preorder__agreement-input:hover{border:1.2px solid #484848;transition:all 0.3s}
.modal-mailing__agreement-input:checked,.modal-call__agreement-input:checked,.modal-fast-order__agreement-input:checked,.modal-fast-preorder__agreement-input:checked{background-color:#5E00A5;border:none;background-image:url("../../img/checked.svg");background-position:center center;transition:all 0.1s}
.modal-mailing__agreement-input:checked:hover,.modal-call__agreement-input:checked:hover,.modal-fast-order__agreement-input:checked:hover,.modal-fast-preorder__agreement-input:checked:hover{background-color:#9628EA}
.modal-mailing__agreement-text,.modal-call__agreement-text,.modal-fast-order__agreement-text,.modal-fast-preorder__agreement-text{font-size:14px;font-weight:400;color:#242424}
.modal-mailing__agreement-link,.modal-call__agreement-link,.modal-fast-order__agreement-link,.modal-fast-preorder__agreement-link{text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;color:#5E00A5}
.modal-mailing__button,.modal-call__button,.modal-fast-order__button,.modal-fast-preorder__button{border-radius:170px;background-color:#5E00A5;display:flex;padding:16px 24px;justify-content:center;align-items:center;border:none;font-size:18px;font-weight:500;color:#FFF;cursor:pointer}
.modal-mailing__button:hover,.modal-call__button:hover,.modal-fast-order__button:hover,.modal-fast-preorder__button:hover{background-color:#9628EA;transition:all 0.3s}
@media (max-width:1024px){.modal-mailing,.modal-call,.modal-fast-order,.modal-fast-preorder{left:0;right:0;top:0;bottom:0;max-height:90vh;margin:0;border-radius:0;max-height:100%;z-index:999;overflow-y:auto;width:100%}.modal-mailing__content,.modal-call__content,.modal-fast-order__content,.modal-fast-preorder__content{max-width:1000px;width:100%}}
@media (max-width:800px){.modal-mailing__content{padding:32px;gap:32px}}
@media (max-width:710px){.modal-mailing__img,.modal-call__img,.modal-fast-order__img,.modal-fast-preorder__img{display:none}.modal-mailing__description,.modal-call__description,.modal-fast-order__description,.modal-fast-preorder__description{display:none}}
@media (max-width:510px){.modal-mailing,.modal-call,.modal-fast-order,.modal-fast-preorder{overflow:visible;left:0;right:0;top:0;bottom:0;margin:0}.modal-mailing__content,.modal-call__content,.modal-fast-order__content,.modal-fast-preorder__content{padding:24px}.modal-mailing__title,.modal-call__title,.modal-fast-order__title,.modal-fast-preorder__title{font-size:24px;max-width:290px}.modal-mailing__agreement-text,.modal-call__agreement-text,.modal-fast-order__agreement-text,.modal-fast-preorder__agreement-text{font-size:14px}.modal-mailing__agreement-link,.modal-call__agreement-link,.modal-fast-order__agreement-link,.modal-fast-preorder__agreement-link{font-size:14px}}
.modal-auth.active,.modal-register.active,.modal-recover.active,.modal-password.active{display:flex;opacity:1;visibility:visible;transition:opacity 0.3s ease,visibility 0.3s ease,transition 0.3s ease}
.modal-auth,.modal-register,.modal-recover,.modal-password{border-radius:32px;background:white;box-shadow:0 10px 30px 0 rgba(0,0,0,0.1);padding:24px;max-height:885px;width:fit-content;display:none;align-items:stretch;gap:32px;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease,transition 0.3s ease;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:1001;height:fit-content}
.modal-auth__img,.modal-register__img,.modal-recover__img,.modal-password__img{max-width:500px;max-height:750px;height:auto;width:100%;border-radius:16px;overflow:hidden}
.modal-auth__img img,.modal-register__img img,.modal-recover__img img,.modal-password__img img{width:100%;height:100%;object-fit:cover}
.modal-auth__content,.modal-register__content,.modal-recover__content,.modal-password__content{display:flex;flex-direction:column;gap:32px;padding:24px;max-width:550px;width:100%}
.modal-auth__header,.modal-register__header,.modal-recover__header,.modal-password__header{display:flex;align-items:center;justify-content:space-between}
.modal-auth__logo,.modal-register__logo,.modal-recover__logo,.modal-password__logo{max-width:180px;max-height:74px;overflow:hidden}
.modal-auth__logo img,.modal-register__logo img,.modal-recover__logo img,.modal-password__logo img{width:100%;height:100%;object-fit:cover}
.modal-auth__close,.modal-register__close,.modal-recover__close,.modal-password__close{width:58px;height:58px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:none;cursor:pointer}
.modal-auth__close svg path,.modal-register__close svg path,.modal-recover__close svg path,.modal-password__close svg path{fill:#5E00A5}
.modal-auth__close:hover,.modal-register__close:hover,.modal-recover__close:hover,.modal-password__close:hover{background-color:#9628EA;transition:all 0.3s}
.modal-auth__close:hover svg path,.modal-register__close:hover svg path,.modal-recover__close:hover svg path,.modal-password__close:hover svg path{fill:#FFF}
.modal-auth__title,.modal-register__title,.modal-recover__title,.modal-password__title{font-size:32px;font-weight:600;color:#242424}
.modal-auth__form,.modal-register__form,.modal-recover__form,.modal-password__form{display:flex;flex-direction:column;gap:24px}
.modal-auth__label,.modal-register__label,.modal-recover__label,.modal-password__label{display:flex;flex-direction:column;gap:12px;font-size:20px;font-weight:500;color:#242424;width:100%}
.modal-auth__necessarily,.modal-register__necessarily,.modal-recover__necessarily,.modal-password__necessarily{display:flex;gap:5px}
.modal-auth__password-wrapper,.modal-register__password-wrapper,.modal-recover__password-wrapper,.modal-password__password-wrapper{position:relative;display:inline-block}
.modal-auth__toggle,.modal-register__toggle,.modal-recover__toggle,.modal-password__toggle{position:absolute;right:24px;top:16px;bottom:16px;cursor:pointer;user-select:none}
.modal-auth__visible path,.modal-register__visible path,.modal-recover__visible path,.modal-password__visible path{fill:#5E00A5;opacity:0.6}
.modal-auth__visible.hide,.modal-register__visible.hide,.modal-recover__visible.hide,.modal-password__visible.hide{display:none}
.modal-auth__input,.modal-register__input,.modal-recover__input,.modal-password__input{border-radius:170px;border:1px solid rgba(36,36,36,0.1);padding:16px 24px;outline:none;width:100%;font-family:"Inter";font-size:18px;width:100%}
.modal-auth__input::placeholder,.modal-register__input::placeholder,.modal-recover__input::placeholder,.modal-password__input::placeholder{font-size:18px;font-weight:400;color:#484848;opacity:0.6;margin:0;padding:0}
.modal-auth__input:hover,.modal-register__input:hover,.modal-recover__input:hover,.modal-password__input:hover{border:1px solid rgba(147,147,147,0.5)}
.modal-auth .modal-password__password-wrapper:hover .modal-password__visible path,.modal-register .modal-password__password-wrapper:hover .modal-password__visible path,.modal-recover .modal-password__password-wrapper:hover .modal-password__visible path,.modal-password .modal-password__password-wrapper:hover .modal-password__visible path{opacity:1}
.modal-auth__dop,.modal-register__dop,.modal-recover__dop,.modal-password__dop{display:flex;align-items:center;justify-content:space-between}
.modal-auth__remember-me,.modal-register__remember-me,.modal-recover__remember-me,.modal-password__remember-me{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:400;color:#242424}
.modal-auth__input-checkbox,.modal-register__input-checkbox,.modal-recover__input-checkbox,.modal-password__input-checkbox{-webkit-appearance:none;appearance:none;position:relative;width:24px;height:24px;border-radius:4.8px;border:1.2px solid #D1D1D6;cursor:pointer;flex-shrink:0;background-color:white}
.modal-auth__input-checkbox:hover,.modal-register__input-checkbox:hover,.modal-recover__input-checkbox:hover,.modal-password__input-checkbox:hover{border:1.2px solid #484848;transition:all 0.3s}
.modal-auth__input-checkbox:checked,.modal-register__input-checkbox:checked,.modal-recover__input-checkbox:checked,.modal-password__input-checkbox:checked{background-color:#5E00A5;border:none;background-image:url("../../img/checked.svg");background-position:center center;transition:all 0.1s}
.modal-auth__input-checkbox:checked:hover,.modal-register__input-checkbox:checked:hover,.modal-recover__input-checkbox:checked:hover,.modal-password__input-checkbox:checked:hover{background-color:#9628EA}
.modal-auth__forgot-password,.modal-register__forgot-password,.modal-recover__forgot-password,.modal-password__forgot-password{font-size:18px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;color:#5E00A5;cursor:pointer}
.modal-auth__button,.modal-register__button,.modal-recover__button,.modal-password__button{border-radius:170px;background-color:#5E00A5;display:flex;padding:16px 24px;justify-content:center;align-items:center;border:none;font-size:18px;font-weight:500;color:#FFF;cursor:pointer}
.modal-auth__button:hover,.modal-register__button:hover,.modal-recover__button:hover,.modal-password__button:hover{background-color:#9628EA;transition:all 0.3s}
.modal-auth__alternative,.modal-register__alternative,.modal-recover__alternative,.modal-password__alternative{font-size:16px;font-weight:400;line-height:24px;color:#484848;text-align:center;display:flex;align-items:center}
.modal-auth__alternative::before,.modal-auth__alternative::after,.modal-register__alternative::before,.modal-register__alternative::after,.modal-recover__alternative::before,.modal-recover__alternative::after,.modal-password__alternative::before,.modal-password__alternative::after{content:"";flex:1;height:1px;width:100%;background-color:rgba(72,72,72,0.1)}
.modal-auth__alternative::before,.modal-register__alternative::before,.modal-recover__alternative::before,.modal-password__alternative::before{margin-right:15px}
.modal-auth__alternative::after,.modal-register__alternative::after,.modal-recover__alternative::after,.modal-password__alternative::after{margin-left:15px}
.modal-auth__socials,.modal-register__socials,.modal-recover__socials,.modal-password__socials{display:flex;flex-direction:column;gap:12px}
.modal-auth__social,.modal-register__social,.modal-recover__social,.modal-password__social{display:flex;align-items:center;justify-content:center;gap:12px;border-radius:170px;border:1px solid rgba(36,36,36,0.1);background:white;color:#242424;padding:16px 24px;font-size:18px;font-weight:500;cursor:pointer}
.modal-auth__social:hover,.modal-register__social:hover,.modal-recover__social:hover,.modal-password__social:hover{border:1px solid rgba(150,40,234,0.1);background-color:rgba(150,40,234,0.1);transition:all 0.3s}
.modal-auth__register,.modal-register__register,.modal-recover__register,.modal-password__register{font-size:18px;font-weight:400;color:#242424;text-align:center}
.modal-auth__register-link,.modal-auth__auth-link,.modal-register__register-link,.modal-register__auth-link,.modal-recover__register-link,.modal-recover__auth-link,.modal-password__register-link,.modal-password__auth-link{font-size:18px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;color:#5E00A5;cursor:pointer}
@media (max-width:1240px){.overlay{display:none}.modal-auth,.modal-register,.modal-recover,.modal-password{left:0;right:0;top:0;bottom:0;margin:0;max-width:100%;height:100%;border-radius:0;width:100%;z-index:999;max-height:1500px}.modal-auth__content,.modal-register__content,.modal-recover__content,.modal-password__content{overflow-y:auto;margin-bottom:60px;scrollbar-width:none}.modal-auth__content::-webkit-scrollbar,.modal-register__content::-webkit-scrollbar,.modal-recover__content::-webkit-scrollbar,.modal-password__content::-webkit-scrollbar{width:0}}
@media (max-width:890px){.modal-auth,.modal-register,.modal-recover,.modal-password{width:100%}.modal-auth__img,.modal-register__img,.modal-recover__img,.modal-password__img{display:none}.modal-auth__content,.modal-register__content,.modal-recover__content,.modal-password__content{max-width:100%}.modal-auth__header,.modal-register__header,.modal-recover__header,.modal-password__header{padding-top:12px}.modal-auth__logo,.modal-register__logo,.modal-recover__logo,.modal-password__logo{display:none}}
@media (max-width:600px){.modal-auth,.modal-register,.modal-recover,.modal-password{padding:12px 24px}.modal-auth__title,.modal-register__title,.modal-recover__title,.modal-password__title{font-size:24px}.modal-auth__content,.modal-register__content,.modal-recover__content,.modal-password__content{padding:0;gap:24px}.modal-auth__form,.modal-register__form,.modal-recover__form,.modal-password__form{gap:16px}.modal-auth__remember-me,.modal-register__remember-me,.modal-recover__remember-me,.modal-password__remember-me{font-size:16px}.modal-auth__forgot-password,.modal-register__forgot-password,.modal-recover__forgot-password,.modal-password__forgot-password{font-size:16px}.modal-auth__social,.modal-register__social,.modal-recover__social,.modal-password__social{font-size:15px}}
.modal-register{max-height:900px}
@media (max-width:1024px){.modal-register{max-height:1500px}}
.modal-register__img{max-height:800px}
.modal-register__form-wrapper{display:flex;align-items:center;gap:24px}
@media (max-width:1024px){.modal-register__form-wrapper{flex-direction:column;gap:24px}}
.modal-register__agreements{display:flex;flex-direction:column;gap:8px}
.modal-register__agreement{display:flex;align-items:center;gap:12px}
.modal-register__agreement-input{-webkit-appearance:none;appearance:none;position:relative;width:24px;height:24px;border-radius:4.8px;border:1.2px solid #D1D1D6;cursor:pointer;flex-shrink:0;background-color:white}
.modal-register__agreement-input:hover{border:1.2px solid #484848;transition:all 0.3s}
.modal-register__agreement-input:checked{background-color:#5E00A5;border:none;background-image:url("../../img/checked.svg");background-position:center center;transition:all 0.1s}
.modal-register__agreement-input:checked:hover{background-color:#9628EA}
.modal-register__agreement-text{font-size:14px;font-weight:400;color:#242424}
.modal-register__agreement-link{text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;color:#5E00A5}
.modal-recover,.modal-password{max-height:659px}
.modal-recover__info,.modal-password__info{display:flex;flex-direction:column;gap:16px}
.modal-recover__title--mobile,.modal-password__title--mobile{display:none;font-size:24px;font-style:normal;font-weight:500;color:#242424}
.modal-recover__description,.modal-password__description{font-size:16px;font-weight:400;line-height:23px;color:#484848;max-width:444px}
.modal-recover__agreements,.modal-password__agreements{display:flex;flex-direction:column;gap:8px}
.modal-recover__agreement,.modal-password__agreement{display:flex;align-items:center;gap:12px}
.modal-recover__agreement-input,.modal-password__agreement-input{-webkit-appearance:none;appearance:none;position:relative;width:24px;height:24px;border-radius:4.8px;border:1.2px solid #D1D1D6;cursor:pointer;flex-shrink:0;background-color:white}
.modal-recover__agreement-input:hover,.modal-password__agreement-input:hover{border:1.2px solid #484848;transition:all 0.3s}
.modal-recover__agreement-input:checked,.modal-password__agreement-input:checked{background-color:#5E00A5;border:none;background-image:url("../../img/checked.svg");background-position:center center;transition:all 0.1s}
.modal-recover__agreement-input:checked:hover,.modal-password__agreement-input:checked:hover{background-color:#9628EA}
.modal-recover__agreement-text,.modal-password__agreement-text{font-size:14px;font-weight:400;color:#242424}
.modal-recover__agreement-link,.modal-password__agreement-link{text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;color:#5E00A5}
@media (max-width:1024px){.modal-recover{max-height:100%}}
@media (max-width:890px){.modal-recover__title{display:none}.modal-recover__title--mobile{display:block}}
.modal-mail-auth.active,.modal-mail-recover.active,.modal-mail-success.active{display:flex;opacity:1;visibility:visible;transition:opacity 0.3s ease,visibility 0.3s ease,transition 0.3s ease}
.modal-mail-auth,.modal-mail-recover,.modal-mail-success{border-radius:24px;background:white;box-shadow:0 10px 30px 0 rgba(0,0,0,0.1);padding:32px 24px 24px 24px;max-height:350px;max-width:445px;width:fit-content;display:none;align-items:stretch;gap:32px;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease,transition 0.3s ease;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:1001}
.modal-mail-auth__close,.modal-mail-recover__close,.modal-mail-success__close{position:absolute;top:16px;right:16px;width:58px;height:58px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:50%;background:none;border:none;cursor:pointer}
.modal-mail-auth__close svg path,.modal-mail-recover__close svg path,.modal-mail-success__close svg path{fill:#5E00A5}
.modal-mail-auth__close:hover,.modal-mail-recover__close:hover,.modal-mail-success__close:hover{background-color:#9628EA;transition:all 0.3s}
.modal-mail-auth__close:hover svg path,.modal-mail-recover__close:hover svg path,.modal-mail-success__close:hover svg path{fill:#FFF}
.modal-mail-auth__content,.modal-mail-recover__content,.modal-mail-success__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px}
.modal-mail-auth__content svg path,.modal-mail-recover__content svg path,.modal-mail-success__content svg path{fill:#5E00A5}
.modal-mail-auth__text,.modal-mail-recover__text,.modal-mail-success__text{text-align:center;display:flex;flex-direction:column;gap:8px}
.modal-mail-auth__title,.modal-mail-recover__title,.modal-mail-success__title{font-size:32px;font-weight:600;line-height:normal;color:#242424}
.modal-mail-auth__description,.modal-mail-recover__description,.modal-mail-success__description{font-size:18px;font-weight:400;line-height:24px;color:#939393}
.modal-mail-auth__button,.modal-mail-recover__button,.modal-mail-success__button{border-radius:8px;background-color:#5E00A5;color:#FFF;font-size:18px;font-weight:500;padding:16px 24px;align-self:stretch;border:none;cursor:pointer}
.modal-mail-auth__button:hover,.modal-mail-recover__button:hover,.modal-mail-success__button:hover{background-color:#9628EA;transition:all 0.3s}
.modal-mail-success__content svg path{fill:#27C840}
@media (max-width:1024px){.modal-mail-auth,.modal-mail-recover,.modal-mail-success{top:auto;border-bottom-left-radius:0;border-bottom-right-radius:0;max-width:1024px;margin:0;width:100%;z-index:999;padding:32px 24px 89px 24px;align-items:center;justify-content:center;max-height:100%}.modal-mail-auth__content,.modal-mail-recover__content,.modal-mail-success__content{width:100%}}
.modal-cookie.active{opacity:1;visibility:visible;transition:opacity 0.3s ease,visibility 0.3s ease,transition 0.3s ease}
.modal-cookie{padding:16px 16px 16px 24px;border-radius:48px;background:white;box-shadow:0 10px 30px 0 rgba(0,0,0,0.1);display:flex;align-items:center;gap:16px;justify-content:center;width:fit-content;position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:1000;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease,transition 0.3s ease}
.modal-cookie__text{font-size:16px;font-weight:400;line-height:23px;color:#484848;min-width:746px}
.modal-cookie__link{font-size:16px;font-style:normal;font-weight:400;line-height:23px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;color:#5E00A5}
.modal-cookie__button{padding:16px 32px;border-radius:170px;font-size:18px;font-weight:500;line-height:normal;color:#FFF;border:none;background-color:#5E00A5;cursor:pointer}
.modal-cookie__button:hover{background-color:#9628EA;transition:all 0.3s}
@media (max-width:1240px){.modal-cookie{bottom:85px}}
@media (max-width:1024px){.modal-cookie{right:40px;left:40px;transform:translateX(0px)}.modal-cookie__text{min-width:332px}}
@media (max-width:600px){.modal-cookie{border-radius:16px;flex-direction:column;padding:10px;left:19px;right:19px}.modal-cookie__text{font-size:14px;min-width:100px}.modal-cookie__link{font-size:14px}.modal-cookie__button{align-self:stretch;border-radius:8px}}
.modal-search.sticky{background-color:white;box-shadow:0 1px 3px rgba(0,0,0,0.11);position:fixed;top:74px;left:0;width:100%;z-index:1001;animation-name:sticky;animation-duration:1s;animation-timing-function:easy-in-out;animation-fill-mode:forwards}
@media (max-width:1240px){.modal-search.sticky{top:65px}}
.modal-search.active{opacity:1;visibility:visible;transition:opacity 0.3s ease,visibility 0.3s ease,transition 0.3s ease}
.modal-search{background:white;border-top:1px solid rgba(36,36,36,0.1);border-bottom:1px solid rgba(36,36,36,0.1);display:flex;align-items:center;justify-content:center;gap:16px;padding:16px;width:100%;position:absolute;left:0;right:0;z-index:1000;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease,transition 0.3s ease;transition:top 1s ease,background-color 1s ease,box-shadow 1s ease}
.modal-search__wrapper{position:relative;width:100%;max-width:600px}
.modal-search__icon{position:absolute;left:20px;top:16px;bottom:16px}
.modal-search__input{height:56px;max-width:600px;width:100%;border-radius:170px;border:1px solid rgba(36,36,36,0.1);background:white;outline:none;padding:16px 20px 16px 60px;font-size:18px;font-weight:400;line-height:normal;color:#242424}
.modal-search__delete--mobile{display:none}
.modal-search__buttons{display:flex;align-items:center;gap:16px}
.modal-search__search{padding:16px 24px;border-radius:170px;background-color:#5E00A5;border:none;font-size:18px;font-weight:500;line-height:normal;color:#FFF;cursor:pointer}
.modal-search__search:hover{background-color:#9628EA;transition:all 0.3s}
.modal-search__search-icon{display:none}
.modal-search__close{display:flex;align-items:center;justify-content:center;width:56px;aspect-ratio:1;border-radius:50%;background:none;border:none;cursor:pointer}
.modal-search__close path{fill:#5E00A5}
.modal-search__close:hover{background-color:#9628EA;transition:all 0.3s}
.modal-search__close:hover path{fill:#FFF}
.modal-search__close--mobile{display:none}
@media (max-width:1240px){.modal-search{position:fixed;top:65px;border-top:0}}
@media (max-width:600px){.modal-search{padding:12px;gap:8px}.modal-search__buttons{flex-direction:row-reverse;align-self:stretch}.modal-search__search{width:100%;display:flex;align-items:center;justify-content:center;gap:16px;font-size:14px}.modal-search__delete--mobile{position:absolute;right:14px;top:16px}.modal-search__delete--mobile.visible{display:block}.modal-search__icon{display:none}.modal-search__input{padding:14px;font-size:16px}.modal-search__search{display:none}.modal-search__close{display:none}.modal-search__close--mobile{display:block;border:none;background:none;font-size:16px;font-weight:400;line-height:normal;color:#5E00A5;height:100%}.modal-search__close--mobile:hover{color:#9628EA}}
.modal-bonus.active{opacity:1;visibility:visible;transition:opacity 0.3s ease,visibility 0.3s ease,transition 0.3s ease}
.modal-bonus{border-radius:24px;background:white;box-shadow:0 10px 30px 0 rgba(0,0,0,0.1);padding:32px 24px 24px 24px;max-height:350px;max-width:490px;width:fit-content;display:none;align-items:stretch;gap:32px;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease,transition 0.3s ease;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:1001;position:relative}
.modal-bonus__close{position:absolute;top:16px;right:16px;width:58px;height:58px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:50%;background:none;border:none;cursor:pointer}
.modal-bonus__close svg path{fill:#5E00A5}
.modal-bonus__close:hover{background-color:#9628EA;transition:all 0.3s}
.modal-bonus__close:hover svg path{fill:#FFF}
.modal-bonus__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px}
.modal-bonus__content svg path{fill:#5E00A5}
.modal-bonus__text{text-align:center;display:flex;flex-direction:column}
.modal-bonus__title{font-size:32px;font-weight:600;line-height:normal;color:#242424}
.modal-bonus__description{font-size:18px;font-weight:400;line-height:24px;color:#939393}
.modal-bonus__write-off{display:flex;align-items:center;gap:12px}
.modal-bonus__input{padding:16px 24px;border-radius:170px;border:1px solid rgba(36,36,36,0.1);font-size:18px;font-weight:400;width:300px;outline:none;font-family:"Inter"}
.modal-bonus__input::-webkit-outer-spin-button,.modal-bonus__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.modal-bonus__button{padding:16px 24px;border-radius:170px;font-size:18px;font-weight:500;line-height:normal;color:#FFF;border:none;background-color:#5E00A5;cursor:pointer}
.modal-bonus__button:hover{background-color:#9628EA;transition:all 0.3s}
@media (max-width:1024px){.modal-bonus{top:auto;border-bottom-left-radius:0;border-bottom-right-radius:0;max-width:1024px;margin:0;width:100%;z-index:999}}
.modal-question.active{opacity:1;visibility:visible;transition:opacity 0.3s ease,visibility 0.3s ease,transition 0.3s ease}
.modal-question{border-radius:24px;padding:24px;box-shadow:0 10px 30px 0 rgba(0,0,0,0.1);background-color:#FFF;display:flex;align-items:center;flex-direction:column;gap:32px;width:fit-content;height:fit-content;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease,transition 0.3s ease;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto;z-index:1001}
.modal-question svg g path[fill="#FF90E7"]{fill:#FE89BF}
.modal-question svg g path[fill="white"]{fill:#5E00A5}
.modal-question__close{display:flex;align-items:center;justify-content:center;background-color:#FFF;border-radius:50%;width:58px;height:58px;aspect-ratio:1;cursor:pointer;border:none;position:absolute;right:16px;top:16px}
.modal-question__close:hover{background-color:#5E00A5;transition:all 0.3s}
.modal-question__close:hover svg path{fill:#FFF}
.modal-question__close svg path{fill:#5E00A5}
.modal-question__text{display:flex;flex-direction:column;align-items:center;gap:12px}
.modal-question__title{font-size:20px;font-weight:600;line-height:25px;color:#242424}
.modal-question__description{font-size:16px;font-weight:400;line-height:20px;color:#939393;opacity:0.8}
.modal-question__textarea{resize:none;padding:16px 16px;border-radius:16px;border:1px solid rgba(36,36,36,0.1);font-family:"Inter";font-size:16px;outline:none;width:100%}
.modal-question__textarea::placeholder{font-family:"Inter";opacity:0.8}
.modal-question__button{padding:16px 24px;background-color:#FE89BF;border:none;border-radius:170px;font-size:18px;font-weight:500;line-height:normal;color:#FFF;border:1px solid transparent;cursor:pointer}
.modal-question__button:hover{border:1px solid #FE89BF;background-color:#FFF;color:#FE89BF;transition:all 0.3s}
@media (max-width:1024px){.modal-question{bottom:0;left:0;right:0;top:0;width:100%;height:100%;border-radius:0;z-index:999;overflow-y:auto;padding:24px 24px 89px 24px}.modal-question__button{width:100%}}
#mse2_selected{display:flex !important;background:none !important}
.ui-slider-range.ui-corner-all.ui-widget-header{background:#5E00A5 !important}
.ui-slider-handle.ui-corner-all.ui-state-default{outline:none;background:#5E00A5 !important;border:3px solid white !important;width:24px !important;height:24px !important}
.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content{background:rgba(36,36,36,0.1) !important}
.catalog__active-filters-delete{padding:0;color:#fff;text-decoration:none;width:24px;height:24px}
.catalog__active-filters-delete:hover{color:#000}
.catalog__container{display:flex;flex-direction:column;gap:64px;position:relative}
.catalog{position:relative}
.catalog__banner{width:100%;height:320px;overflow:hidden;margin-bottom:64px}
.catalog__banner img{width:100%;height:100%;object-fit:cover}
.catalog__wrapper{display:flex;flex-direction:column;gap:24px;position:relative}
.catalog__name-page{display:flex;flex-direction:column;gap:4px}
.catalog__title{font-size:48px;font-weight:600;line-height:normal;color:#242424;z-index:10}
.catalog__tags{display:flex;flex-wrap:wrap;gap:8px}
.catalog__tags::-webkit-scrollbar{display:none}
.catalog__tag{padding:8px 12px;border-radius:90px;background-color:rgba(94,0,165,0.1);color:#5E00A5;font-size:18px;font-weight:500;text-decoration:none;z-index:10;-webkit-tap-highlight-color:transparent;white-space:nowrap}
.catalog__tag:hover{background-color:#5E00A5;color:#FFF;transition:all 0.3s}
.catalog__toggles{display:flex;align-items:center;justify-content:space-between;z-index:10}
.catalog__toggle{display:flex;align-items:center;gap:8px;padding:10px 16px;background-color:transparent;border:1px solid rgba(36,36,36,0.1);border-radius:90px;cursor:pointer}
.catalog__toggle-text{font-size:18px;font-weight:400;color:#242424}
.catalog__toggle:hover svg path{fill:#9628EA;transition:all 0.3s}
.catalog__toggle:hover .catalog__toggle-text{color:#9628EA;transition:all 0.3s}
.catalog__button--mobile{display:none}
.catalog__select-wrapper{display:flex;align-items:center;gap:12px}
.catalog__select-text{font-size:18px;font-weight:400;color:#242424}
.catalog__filters{display:flex;gap:32px}
.catalog__filter{width:378px;flex-shrink:0}
.catalog__container-active{display:flex;flex-direction:column;width:100%;gap:32px}
.catalog__active-filter{width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:8px}
.catalog__active-filter-title{font-size:18px;font-weight:400;color:#242424}
.catalog__active-filter-button{color:#5E00A5;font-size:18px;font-weight:400;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;border:none;background:none;cursor:pointer;padding:8px 12px}
.catalog__active-filter-button:hover{color:#9628EA}
.catalog__active-filters{display:flex;flex-wrap:wrap;gap:8px}
.catalog__active-filters--active{font-size:18px;font-weight:400;color:#FFF;padding:8px 8px 8px 12px;border-radius:170px;background-color:#5E00A5;display:flex;align-items:center;gap:8px;cursor:pointer}
.catalog__active-filters-delete{display:flex;align-items:center;justify-content:center;padding:5px;border:none;background:none;cursor:pointer;border-radius:50%}
.catalog__active-filters-delete:hover{background-color:#FFF;transition:all 0.3s}
.catalog__active-filters-delete:hover svg path{fill:#9628EA}
.catalog__active-filters-delete sup{display:flex;align-items:center;justify-content:center;padding:5px}
.catalog__products{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-bottom:32px;width:100%}
.catalog__products.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
@media (max-width:600px){.catalog__products.grid-2{gap:12px}}
.catalog__products.grid-1{display:grid;grid-template-columns:repeat(1,auto);gap:24px}
.catalog__rows{display:block}
.catalog__grid{display:none}
@media (max-width:1550px){.catalog__filter{width:276px}.catalog__products .product-card__tags{left:12px;top:12px}.catalog__products .product-card__favorite{right:12px;top:12px}.catalog__products .product-card__title{font-size:18px;white-space:normal;height:43px}.catalog__products .product-card__prices{gap:7px}.catalog__products .product-card__price{font-size:24px}.catalog__products .product-card__price--old{font-size:24px}.catalog__products .product-card__in-cart{width:55px;height:55px}.catalog__products .product-card__add-cart{width:55px;height:55px;padding-left:2px}}
@media (max-width:1440px){.catalog__banner{height:240px}}
@media (max-width:1300px){.catalog__products{margin-bottom:24px;grid-template-columns:repeat(3,auto)}}
@media (max-width:1240px){.catalog{margin-top:65px}}
@media (max-width:1030px){.catalog__tags{flex-wrap:nowrap;overflow-y:scroll}}
@media (max-width:1024px){.catalog__banner{height:180px}}
@media (max-width:900px){.catalog__toggle{display:none}.catalog__button--mobile{width:44px;height:44px;justify-content:center;align-items:center;border-radius:8px;border:1px solid rgba(36,36,36,0.1);background-color:white}.catalog__button-filters{display:flex}.catalog__filter{width:100%;background-color:white;display:flex;flex-direction:column;gap:12px;position:fixed;top:0;right:0;z-index:999;transform:translateX(100%);transition:transform 0.5s ease;max-height:100vh;overflow-y:auto;padding-bottom:59px;-webkit-overflow-scrolling:touch;height:100%;overscroll-behavior:contain}.catalog__filter--active{transform:translateX(0)}.catalog__products{grid-template-columns:repeat(2,1fr)}.catalog__products .product-card__tags{left:12px;top:12px}.catalog__products .product-card__favorite{right:12px;top:12px}.catalog__products .product-card__title{font-size:18px;white-space:normal}.catalog__products .product-card__prices{gap:7px}.catalog__products .product-card__price{font-size:24px}.catalog__products .product-card__price--old{font-size:24px}.catalog__products .product-card__in-cart{width:55px;height:55px}}
@media (max-width:600px){.catalog__container{gap:40px}.catalog__banner{height:90px;margin-bottom:40px}.catalog__title{font-size:26px}.catalog__wrapper{gap:16px}.catalog__select-text{display:none}.catalog__button-cards{display:flex}.catalog__active-filter-title{font-size:16px}.catalog__active-filter-button{font-size:16px}.catalog__active-filters--active{font-size:14px;padding:7.5px 7.5px 7.5px 12px}.catalog__products{gap:12px;margin-bottom:0}.catalog__products .product-card{max-width:688px}.catalog__products .product-card__img{max-width:688px;max-height:688px}.catalog__products .product-card__tags{left:6px;top:6px;gap:4px}.catalog__products .product-card__favorite{right:6px;top:6px}.catalog__products .product-card__title{font-size:14px;white-space:normal;height:35px}.catalog__products .product-card__prices{gap:7px}.catalog__products .product-card__price{font-size:16px}.catalog__products .product-card__price--old{font-size:16px}.catalog__products .product-card__cart{top:-52px}.catalog__products .product-card__in-cart{width:50px;height:50px}.catalog__products .product-card__add-cart{width:50px;height:50px}.catalog__products .product-card.rows{gap:16px}.catalog__products .product-card.rows .product-card__tags{left:12px;top:12px}.catalog__products .product-card.rows .product-card__tag{font-size:18px;gap:6px;padding:8px 12px}.catalog__products .product-card.rows .product-card__tag svg{width:16px;height:16px}.catalog__products .product-card.rows .product-card__favorite{right:12px;top:12px;width:48px;height:48px}.catalog__products .product-card.rows .product-card__favorite svg{width:24px;height:24px}.catalog__products .product-card.rows .product-card__info{align-items:center}.catalog__products .product-card.rows .product-card__title{font-size:18px;white-space:normal;height:42px}.catalog__products .product-card.rows .product-card__prices{gap:12px}.catalog__products .product-card.rows .product-card__price{font-size:24px}.catalog__products .product-card.rows .product-card__price--old{font-size:24px}.catalog__products .product-card.rows .product-card__cart{position:static}.catalog__products .product-card.rows .product-card__in-cart{width:55px;height:55px}.catalog__products .product-card.rows .product-card__in-cart svg{width:24px;height:24px}.catalog__products .product-card.rows .product-card__add-cart{width:55px;height:55px}.catalog__products .product-card.rows .product-card__add-cart svg{width:24px;height:24px}.catalog__container-active{gap:16px}}
@media (hover:none) and (pointer:coarse){.catalog__active-filters--active:hover{background-color:#5E00A5}.catalog__active-filter-button:hover{color:#5E00A5}}

@media (max-width:900px){.ui-widget.ui-widget-content{height:5px}}
.breadcrumbs{color:#939393;font-size:18px;font-weight:400;line-height:normal;opacity:0.8;display:flex;align-items:center;gap:12px;z-index:10;overflow-x:auto;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none}
.breadcrumbs svg{flex-shrink:0}
.breadcrumbs a{color:#939393;font-size:18px;font-weight:400;line-height:normal;text-decoration:none;white-space:nowrap;cursor:pointer}
.breadcrumbs__item:hover{color:#9628EA;transition:all 0.3s}
.breadcrumbs::-webkit-scrollbar{display:none}
@media (max-width:600px){.breadcrumbs{gap:4px}}


.filter-range{width:100%;display:flex;flex-direction:column;gap:4px;border-bottom:1px solid rgba(36,36,36,0.1) !important;padding:0 24px 24px 24px}
.filter-range__open{display:flex;align-items:center;justify-content:space-between;padding:12px 0;cursor:pointer}
.filter-range__cost{font-size:20px;font-weight:500;color:#2D302D}
.filter-range__wrapper{display:flex;flex-direction:column;gap:8px}
.filter-range__windows{display:flex;flex-direction:column;gap:6px}
.filter-range__labels{display:flex;align-items:start;flex-direction:column;gap:6px}
.filter-range__label{font-size:12px;font-weight:400;color:#939393}
.filter-range__inputs{display:flex;align-items:center;gap:8px}
.filter-range__inputs span{display:flex;align-items:center;justify-content:center}
.filter-range__inputs span svg{margin-top:20px}
.filter-range__input{box-sizing:border-box;width:100%;padding:10px 12px;border-radius:4px;background-color:#F5F5F5;outline:none;border:none;font-size:14px;font-weight:400;line-height:20px;color:rgba(36,36,36,0.3)}
.filter-range__rangers{display:flex}
.filter-range__range{-webkit-appearance:none;width:100%;height:4px;background:#e0e0e0;border-radius:2px;outline:none;margin:15px 0}
.filter-range__range::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;border-radius:50%;background:#5E00A5;cursor:pointer;transition:all 0.2s;border:2px solid white}
.filter-range__range::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#5E00A5;cursor:pointer;border:2px solid white}
.filter-range__range::-ms-thumb{width:24px;height:24px;border-radius:50%;background:#5E00A5;cursor:pointer;border:2px solid white}
.filter-check{display:flex;flex-direction:column;gap:4px;padding:12px 24px;border-bottom:1px solid rgba(36,36,36,0.1)}
.filter-check:last-of-type{border:0 !important}
.filter-check__open{display:flex;align-items:center;justify-content:space-between;padding:12px 0;cursor:pointer}
.filter-check__open:hover .filter-check__name{color:#9628EA;transition:all 0.3s}
.filter-check__open:hover svg path{fill:#9628EA;transition:all 0.3s}
.filter-check__name{font-size:20px;font-weight:500;color:#2D302D}
.filter-check__arrow{transition:all 0.2s;transform:rotate(180deg)}
.filter-check__checkboxes{padding-bottom:12px;display:flex;flex-direction:column;gap:8px;max-height:248px;overflow-y:auto}
.filter-check__checkboxes::-webkit-scrollbar{width:6px}
.filter-check__checkboxes::-webkit-scrollbar-track{width:6px;border-radius:4px;background:#F5F5F5}
.filter-check__checkboxes::-webkit-scrollbar-thumb{background-color:#5E00A5;border-radius:4px}
.filter-check__checkbox{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:400;color:#242424;cursor:pointer}
.filter-check__input{-webkit-appearance:none;appearance:none;position:relative;width:20px;height:20px;border-radius:4.8px;border:1.2px solid #D1D1D6;cursor:pointer}
.filter-check__input:hover{border:1.2px solid #484848;transition:all 0.3s}
.filter-check__input:checked{background-color:#5E00A5;border:none;background-image:url("../../img/checked.svg");background-position:center center;transition:all 0.1s}
.filter-check__input:checked:hover{background-color:#9628EA}
.filter-color{display:flex;flex-direction:column;gap:4px;padding:12px 24px;border-bottom:1px solid rgba(36,36,36,0.1)}
.filter-color__colors{display:flex;flex-direction:column;gap:4px;max-height:248px;overflow-y:scroll;padding:2px 2px 2px 2px}
.filter-color__colors::-webkit-scrollbar{width:6px}
.filter-color__colors::-webkit-scrollbar-track{width:6px;border-radius:4px;background:#F5F5F5}
.filter-color__colors::-webkit-scrollbar-thumb{background-color:#5E00A5;border-radius:4px}
.filter-color__color{display:flex;align-items:center;gap:10px;color:#2D302D;font-size:18px;font-weight:400;padding:4px 0;cursor:pointer}
.filter-color__color:hover .filter-color__input--Красный{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(233,11,26,0.5)}
.filter-color__color:hover .filter-color__input--Желтый{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(237,221,28,0.5)}
.filter-color__color:hover .filter-color__input--Розовый{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(235,64,189,0.5)}
.filter-color__color:hover .filter-color__input--Мятный{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(0,218,131,0.5)}
.filter-color__color:hover .filter-color__input--Голубой{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(28,142,237,0.5)}
.filter-color__color:hover .filter-color__input--Малиновый{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(220,20,60,0.5)}
.filter-color__color:hover .filter-color__input--Зеленый{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(33,235,8,0.5)}
.filter-color__color:hover .filter-color__input--Кремовый{border:2px solid white;box-shadow:0 4px 4px 0 rgba(233,215,181,0.5)}
.filter-color__color:hover .filter-color__input--Фиолетовый{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(139,0,255,0.5)}
.filter-color__color:hover .filter-color__input--Синий{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(17,13,251,0.5)}
.filter-color__color:hover .filter-color__input--Оранжевый{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(255,165,0,0.5)}
.filter-color__color:hover .filter-color__input--Сиреневый{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(200,162,200,0.5)}
.filter-color__color:hover .filter-color__input--Белый{border:2px solid #AFAFAF;box-shadow:0 4px 4px 0 rgba(0,0,0,0.2)}
.filter-color__input{position:relative;-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;cursor:pointer}
.filter-color__input--Красный{--checked-gradient:linear-gradient(to bottom,rgba(255,255,255,0.6),#E90B1A);background:var(--checked-gradient),#E90B1A}
.filter-color__input--Красный:checked{background-image:url("../../img/check-color.svg"),var(--checked-gradient);background-repeat:no-repeat,no-repeat;background-position:center center,0 0;border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(233,11,26,0.5)}
.filter-color__input--Розовый{--checked-gradient:linear-gradient(to bottom,rgba(255,255,255,0.6),#eb40bd);background:var(--checked-gradient),#eb40bd}
.filter-color__input--Розовый:checked{background-image:url("../../img/check-color.svg"),var(--checked-gradient);background-repeat:no-repeat,no-repeat;background-position:center center,0 0;border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(235,64,189,0.5)}
.filter-color__input--Желтый{--checked-gradient:linear-gradient(to bottom,rgba(255,255,255,0.6),#eddd1c);background:var(--checked-gradient),#eddd1c}
.filter-color__input--Желтый:checked{background-image:url("../../img/check-color.svg"),var(--checked-gradient);background-repeat:no-repeat,no-repeat;background-position:center center,0 0;border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(237,221,28,0.5)}
.filter-color__input--Мятный{--checked-gradient:linear-gradient(to bottom,rgba(255,255,255,0.6),#00DA83);background:var(--checked-gradient),#00DA83}
.filter-color__input--Мятный:checked{background-image:url("../../img/check-color.svg"),var(--checked-gradient);background-repeat:no-repeat,no-repeat;background-position:center center,0 0;border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(0,218,131,0.5)}
.filter-color__input--Мятный:hover{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(0,218,131,0.5)}
.filter-color__input--Кремовый{--checked-gradient:linear-gradient(to bottom,rgba(255,255,255,0.6),#E9D7B5);background:var(--checked-gradient),#E9D7B5;border:0.5px solid white}
.filter-color__input--Кремовый:checked{background-image:url("../../img/check-color.svg"),var(--checked-gradient);background-repeat:no-repeat,no-repeat;background-position:center center,0 0;border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(193,161,102,0.5)}
.filter-color__input--Кремовый:hover{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(193,161,102,0.5)}
.filter-color__input--Сиреневый{--checked-gradient:linear-gradient(to bottom,rgba(255,255,255,0.6),#c8a2c8);background:var(--checked-gradient),#c8a2c8}
.filter-color__input--Сиреневый:checked{background-image:url("../../img/check-color.svg"),var(--checked-gradient);background-repeat:no-repeat,no-repeat;background-position:center center,0 0;border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(200,162,200,0.5)}
.filter-color__input--Сиреневый:hover{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(200,162,200,0.5)}
.filter-color__input--Фиолетовый{--checked-gradient:linear-gradient(to bottom,rgba(255,255,255,0.6),#8b00ff);background:var(--checked-gradient),#8b00ff}
.filter-color__input--Фиолетовый:checked{background-image:url("../../img/check-color.svg"),var(--checked-gradient);background-repeat:no-repeat,no-repeat;background-position:center center,0 0;border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(139,0,255,0.5)}
.filter-color__input--Фиолетовый:hover{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(139,0,255,0.5)}
.filter-color__input--Малиновый{--checked-gradient:linear-gradient(to bottom,rgba(255,255,255,0.6),#dc143c);background:var(--checked-gradient),#dc143c}
.filter-color__input--Малиновый:checked{background-image:url("../../img/check-color.svg"),var(--checked-gradient);background-repeat:no-repeat,no-repeat;background-position:center center,0 0;border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(220,20,60,0.5)}
.filter-color__input--Малиновый:hover{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(220,20,60,0.5)}
.filter-color__input--Синий{--checked-gradient:linear-gradient(to bottom,rgba(255,255,255,0.6),#110dfb);background:var(--checked-gradient),#110dfb}
.filter-color__input--Синий:checked{background-image:url("../../img/check-color.svg"),var(--checked-gradient);background-repeat:no-repeat,no-repeat;background-position:center center,0 0;border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(17,13,251,0.5)}
.filter-color__input--Синий:hover{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(17,13,251,0.5)}
.filter-color__input--Оранжевый{--checked-gradient:linear-gradient(to bottom,rgba(255,255,255,0.6),#ffa500);background:var(--checked-gradient),#ffa500}
.filter-color__input--Оранжевый:checked{background-image:url("../../img/check-color.svg"),var(--checked-gradient);background-repeat:no-repeat,no-repeat;background-position:center center,0 0;border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(255,165,0,0.5)}
.filter-color__input--Оранжевый:hover{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(255,165,0,0.5)}
.filter-color__input--Голубой{--checked-gradient:linear-gradient(to bottom,rgba(255,255,255,0.6),#1c8eed);background:var(--checked-gradient),#1c8eed}
.filter-color__input--Голубой:checked{background-image:url("../../img/check-color.svg"),var(--checked-gradient);background-repeat:no-repeat,no-repeat;background-position:center center,0 0;border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(28,142,237,0.5)}
.filter-color__input--Голубой:hover{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(28,142,237,0.5)}
.filter-color__input--Зеленый{--checked-gradient:linear-gradient(to bottom,rgba(255,255,255,0.6),#21eb08);background:var(--checked-gradient),#21eb08}
.filter-color__input--Зеленый:checked{background-image:url("../../img/check-color.svg"),var(--checked-gradient);background-repeat:no-repeat,no-repeat;background-position:center center,0 0;border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(33,235,8,0.5)}
.filter-color__input--Зеленый:hover{border:2px solid #FFF;box-shadow:0 4px 4px 0 rgba(33,235,8,0.5)}
.filter-color__input--Белый{background-color:white;border:0.5px solid #AFAFAF}
.filter-color__input--Белый:checked{background-image:url("../../img/check-color-white.svg");background-repeat:no-repeat,no-repeat;background-position:center center,0 0;border:2px solid #AFAFAF;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2)}
.filter-mobile{display:none}
.filter-mobile__wrapper{display:none}
.filter-mobile__buttons{display:none}
@media (max-width:900px){.filter-mobile{width:100%;background-color:white;display:flex;flex-direction:column;gap:12px;position:fixed;top:0;right:0;padding:12px 24px;z-index:999;transform:translateX(100%);transition:transform 0.5s ease;max-height:100vh;overflow-y:auto;padding-bottom:59px;-webkit-overflow-scrolling:touch;height:100%;overscroll-behavior:contain}.filter-mobile--active{transform:translateX(0)}.filter-mobile__wrapper{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-bottom:1px solid rgba(36,36,36,0.1)}.filter-mobile__title{font-size:24px;font-weight:500;color:#242424}.filter-mobile__button{display:flex;align-items:center;justify-content:center;padding:20px 10px;border:none;background:none}.filter-mobile__button:hover{background-color:rgba(150,40,234,0.1);border-radius:8px}.filter-mobile__button:hover svg path{fill:#5E00A5}.filter-mobile__buttons{display:flex;align-items:center;gap:10px;position:sticky;bottom:5px;left:0;right:0;padding:12px;background-color:white;z-index:101;border-top:1px solid rgba(36,36,36,0.1)}.filter-mobile__clear{width:100%;border-radius:170px;border:1px solid rgba(94,0,165,0.1);background:white;font-size:16px;font-weight:500;cursor:pointer;padding:14px 18px;color:#5E00A5;line-height:normal}.filter-mobile__apply{width:100%;color:#FFF;font-size:16px;font-weight:500;line-height:normal;border-radius:170px;background-color:#5E00A5;padding:14px 18px;border:none}body.filter-mobile-open{overflow:hidden}}
@media (hover:none) and (pointer:coarse){.filter-check__input:hover{border:1.2px solid #D1D1D6}.filter-check__input:checked:hover{background-color:#5E00A5}}
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{display:block;position:absolute}
#mse2_filters .mse2_number_slider{position:relative}
.ui-slider-range.ui-corner-all.ui-widget-header{position:absolute}
.ui-slider-handle.ui-corner-all.ui-state-default:last-child{transform:translateX(-19px)}
.menu-mobile{display:none}
@media (max-width:1240px){.menu-mobile{display:block;position:fixed;bottom:0;border-top:1px solid rgba(36,36,36,0.1);padding:10px 12px;background-color:white;width:100%;z-index:1000}.menu-mobile__wrapper{display:flex;justify-content:space-around}.menu-mobile__item{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:none;background:none;border-radius:8px;position:relative}.menu-mobile__item svg path[fill="currentColor"]{fill:#9628EA}.menu-mobile__item:hover{background-color:rgba(94,0,165,0.1)}.menu-mobile__item:hover svg path{fill:#5E00A5}.menu-mobile__item:hover svg path[fill="currentColor"]{fill:#9628EA}.menu-mobile__item.active{background-color:rgba(94,0,165,0.1)}.menu-mobile__item.active svg path{fill:#5E00A5}.menu-mobile__counter{position:absolute;right:6px;bottom:10px;border-radius:90px;background-color:#9628EA;height:16px;min-width:16px;padding:0 3px;color:white;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center}}
.menu-top-mobile{display:none}
@media (max-width:1240px){.menu-top-mobile.active{opacity:1;visibility:visible;transform:translateX(0);transition:opacity 0.5s ease,visibility 0.5s ease,transform 0.5s ease}.menu-top-mobile{position:fixed;top:0;right:0;left:0;display:flex;flex-direction:column;background-color:white;z-index:1000;max-height:100vh;overflow-y:auto;padding-bottom:63px;-webkit-overflow-scrolling:touch;height:100%;overscroll-behavior:contain;margin-bottom:69px;opacity:0;visibility:hidden;transform:translateX(-100%);transition:opacity 0.2s ease,visibility 0.5s ease,transform 0.5s ease}.menu-top-mobile__header{padding:0 12px 0 24px;display:flex;align-items:center;justify-content:space-between}.menu-top-mobile__logo{max-width:120px;max-height:49px}.menu-top-mobile__logo img{max-width:120px;max-height:49px;width:100%;height:100%;object-fit:cover}.menu-top-mobile__close{padding:20px 10px;display:flex;justify-content:center;align-items:center}.menu-top-mobile__menu{display:flex;flex-direction:column}.menu-top-mobile__menu--item{font-size:18px;font-weight:500;padding:12px 24px;cursor:pointer}.menu-top-mobile__menu--item a{text-decoration:none;color:#242424}.menu-top-mobile__menu--item a.is-active{color:#9628EA}.menu-top-mobile__button{padding:14px 18px;background-color:#5E00A5;border-radius:170px;border:none;font-size:16px;font-weight:500;color:#FFF;display:flex;align-items:center;justify-content:center;gap:6px;margin:8px 21px;cursor:pointer}.menu-top-mobile__button:hover{background-color:#9628EA}}
.pagination{display:flex;align-items:center;justify-content:center;gap:24px}
.pagination__button{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:none;border:none;cursor:pointer}
.pagination__button:hover{background-color:rgba(94,0,165,0.1);transition:all 0.3s}
.pagination__button:hover svg path{fill:#5E00A5}
.pagination__button:active{background-color:#5E00A5}
.pagination__button:active svg path{fill:#FFF}
.pagination__items{display:flex;align-items:center;gap:6px}
.pagination__item{display:flex;align-items:center;justify-content:center;background:none;border:none;font-size:20px;font-weight:500;color:#242424;width:48px;height:48px;border-radius:50%;cursor:pointer;text-decoration:none}
.pagination__item:hover{background-color:rgba(94,0,165,0.1);transition:all 0.3s;color:#5E00A5}
.pagination__item--active{background-color:#5E00A5;transition:all 0.3s;color:#FFF}
.pagination>ul>li:first-child{display:none}
.pagination>ul>li:last-child{display:none}
.page-item.active::marker,.page-item::marker{content:none}
.page-item:nth-last-child(2) a{text-indent:100%;white-space:nowrap;overflow:hidden;display:inline-block;width:fit-content}
.page-item:nth-last-child(2)::before{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;background-image:url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9.46967%206.46967C9.17678%206.76256%209.17678%207.23744%209.46967%207.53033L13.9393%2012L9.46967%2016.4697C9.17678%2016.7626%209.17678%2017.2374%209.46967%2017.5303C9.76256%2017.8232%2010.2374%2017.8232%2010.5303%2017.5303L15.5303%2012.5303C15.8232%2012.2374%2015.8232%2011.7626%2015.5303%2011.4697L10.5303%206.46967C10.2374%206.17678%209.76256%206.17678%209.46967%206.46967Z%22%20fill%3D%22%23242424%22%2F%3E%0A%3C%2Fsvg%3E%0A%0A");background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(-50%,-50%);transition:background-color 0.3s ease,filter 0.3s ease;pointer-events:none}
.page-item:nth-last-child(2):hover{background-color:#5E00A5}
.page-item:nth-last-child(2):hover::before{background-image:url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9.46967%206.46967C9.17678%206.76256%209.17678%207.23744%209.46967%207.53033L13.9393%2012L9.46967%2016.4697C9.17678%2016.7626%209.17678%2017.2374%209.46967%2017.5303C9.76256%2017.8232%2010.2374%2017.8232%2010.5303%2017.5303L15.5303%2012.5303C15.8232%2012.2374%2015.8232%2011.7626%2015.5303%2011.4697L10.5303%206.46967C10.2374%206.17678%209.76256%206.17678%209.46967%206.46967Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A")}
.page-item:nth-last-child(2):active{background-color:#5E00A5}
.page-item:nth-last-child(2):active::before{background-image:url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9.46967%206.46967C9.17678%206.76256%209.17678%207.23744%209.46967%207.53033L13.9393%2012L9.46967%2016.4697C9.17678%2016.7626%209.17678%2017.2374%209.46967%2017.5303C9.76256%2017.8232%2010.2374%2017.8232%2010.5303%2017.5303L15.5303%2012.5303C15.8232%2012.2374%2015.8232%2011.7626%2015.5303%2011.4697L10.5303%206.46967C10.2374%206.17678%209.76256%206.17678%209.46967%206.46967Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A%0A")}
.page-item:nth-child(2) a{text-indent:100%;white-space:nowrap;overflow:hidden;display:inline-block;width:fit-content}
.page-item:nth-child(2)::before{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;background-image:url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M14.5303%206.46967C14.8232%206.76256%2014.8232%207.23744%2014.5303%207.53033L10.0607%2012L14.5303%2016.4697C14.8232%2016.7626%2014.8232%2017.2374%2014.5303%2017.5303C14.2374%2017.8232%2013.7626%2017.8232%2013.4697%2017.5303L8.46967%2012.5303C8.17678%2012.2374%208.17678%2011.7626%208.46967%2011.4697L13.4697%206.46967C13.7626%206.17678%2014.2374%206.17678%2014.5303%206.46967Z%22%20fill%3D%22%23242424%22%2F%3E%0A%3C%2Fsvg%3E%0A");background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(-50%,-50%);transition:background-color 0.3s ease,filter 0.3s ease;pointer-events:none}
.page-item:nth-child(2):hover{background-color:#5E00A5}
.page-item:nth-child(2):hover::before{background-image:url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M15.0303%206.46967C15.3232%206.76256%2015.3232%207.23744%2015.0303%207.53033L10.5607%2012L15.0303%2016.4697C15.3232%2016.7626%2015.3232%2017.2374%2015.0303%2017.5303C14.7374%2017.8232%2014.2626%2017.8232%2013.9697%2017.5303L8.96967%2012.5303C8.67678%2012.2374%208.67678%2011.7626%208.96967%2011.4697L13.9697%206.46967C14.2626%206.17678%2014.7374%206.17678%2015.0303%206.46967Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A")}
.page-item:nth-child(2):active{background-color:#5E00A5}
.page-item:nth-child(2):active::before{background-image:url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M14.5303%206.46967C14.8232%206.76256%2014.8232%207.23744%2014.5303%207.53033L10.0607%2012L14.5303%2016.4697C14.8232%2016.7626%2014.8232%2017.2374%2014.5303%2017.5303C14.2374%2017.8232%2013.7626%2017.8232%2013.4697%2017.5303L8.46967%2012.5303C8.17678%2012.2374%208.17678%2011.7626%208.46967%2011.4697L13.4697%206.46967C13.7626%206.17678%2014.2374%206.17678%2014.5303%206.46967Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A%0A%0A")}
.page-item{display:flex;align-items:center;justify-content:center;background:none;border:none;width:48px;height:48px;border-radius:50%;cursor:pointer;position:relative}
.page-item:hover{background-color:rgba(94,0,165,0.1);transition:all 0.3s}
.page-item:hover a{color:#5E00A5}
.page-item a{text-decoration:none;font-size:20px;font-weight:500;color:#242424}
.page-item.disabled:hover{background-color:none}
.page-item.active{background-color:#5E00A5;transition:all 0.3s;color:#FFF}
.page-item.active a{color:#FFF}
.page-link{display:flex;align-items:center;justify-content:center}
@media (max-width:600px){.pagination{gap:8px}}
.pagination>li:first-child{display:none}
.pagination>li:last-child{display:none}
.custom-select-wrapper{position:relative;z-index:100}
.custom-select{position:relative}
.custom-select__trigger{display:flex;align-items:center;gap:6px;padding:10px 16px;border-radius:170px;border:1px solid rgba(36,36,36,0.1);background:none;cursor:pointer}
.custom-select__trigger svg path{fill:#242424}
.custom-select__trigger:hover svg path{fill:#9628EA;transition:all 0.3s}
.custom-select__trigger:hover .custom-select__text{color:#9628EA;transition:all 0.3s}
.custom-select__text{font-size:18px;font-style:normal;font-weight:400;color:#242424}
.custom-select__label{transition:transform 0.3s ease}
.custom-select__label--active{transform:rotate(180deg);transition:all 0.3s ease}
.custom-select__options{display:none;position:absolute;top:55px;right:0;flex-direction:column;width:250px;padding:4px 16px;border-radius:18px;box-shadow:0 5px 15px 0 rgba(92,122,152,0.2);background-color:white}
.custom-select__option{width:100%;padding:10px 12px 10px 0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(36,36,36,0.1);cursor:pointer;font-size:16px;font-weight:400;line-height:24px;color:#242424}
.custom-select__option:last-child{border-bottom:none}
.custom-select__option:hover{color:#5E00A5;transition:all 0.3s}
.custom-select__option--active{color:#5E00A5}
.custom-select__checked{display:none}
.custom-select.open .custom-select__options{display:flex}
.custom-select-mobile{display:none}
@media (max-width:768px){.custom-select-mobile{padding:4px 24px;background:white;z-index:1000;border-top-left-radius:18px;border-top-right-radius:18px;border-bottom:1px solid rgba(36,36,36,0.1);position:fixed;bottom:68px;left:0;right:0}.custom-select-mobile__wrapper{display:flex;align-items:center;justify-content:space-between}.custom-select-mobile__title{font-size:24px;font-weight:500;color:#242424;line-height:normal}.custom-select-mobile__button{border-radius:8px;border:none;background:none;padding:20px 10px;border-radius:8px}.custom-select-mobile__button:hover{background-color:rgba(94,0,165,0.1)}.custom-select-mobile__button:hover svg path{fill:#5E00A5}.custom-select-mobile__options{display:flex;flex-direction:column;background-color:white}}
.specification{display:flex;flex-direction:column;gap:48px}
.specification__header{position:relative;display:flex;align-items:center;justify-content:center;gap:48px;cursor:pointer}
.specification__header::after{content:"";position:absolute;bottom:-16px;left:0;right:0;height:1px;background-color:rgba(36,36,36,0.1)}
.specification__header--item{font-size:28px;font-weight:500;color:#939393;padding:0 12px}
.specification__header--item:hover{color:#9628EA}
.specification__header .active{position:relative;color:#5E00A5;display:flex;flex-direction:column;justify-content:center;gap:16px}
.specification__header .active::after{content:"";position:absolute;bottom:-16px;left:0;right:0;height:4px;background-color:#5E00A5;border-radius:10px 10px 0 0}
.specification__delivery{font-size:18px;font-weight:400;line-height:28px;color:#484848}
.specification__hidden{display:none}
.specification__active{display:flex;min-height:auto}
.specification__payment{flex-direction:column;gap:16px}
.specification__payment-text{font-size:18px;font-weight:400;line-height:28px;color:#484848}
.specification__payment-system{display:flex;align-items:center;flex-wrap:wrap;gap:32px}
.specification__payment-system img{cursor:pointer}
.specification .reviews{flex-direction:column;justify-content:center;gap:60px}
.specification .reviews-top{width:100%;display:flex;justify-content:center;align-items:center;gap:64px;position:relative;padding-bottom:60px}
.specification .reviews-top::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background-color:rgba(36,36,36,0.1)}
.specification .reviews-top::after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:rgba(36,36,36,0.1)}
.specification .reviews-top__quantities{display:flex;flex-direction:column;align-items:center;gap:16px}
.specification .reviews-top__wrapper{display:flex;flex-direction:column;align-items:center;gap:6px}
.specification .reviews-top__score{font-size:48px;font-weight:500;color:#242424}
.specification .reviews-top__stars{display:flex;align-items:center;gap:4px}
.specification .reviews-top__quantity{font-size:18px;font-weight:400;line-height:normal;letter-spacing:-0.304px;color:#484848}
.specification .reviews-top__lines{display:flex;flex-direction:column;gap:16px;max-width:800px;width:100%;padding-left:64px;border-left:1px solid rgba(36,36,36,0.1)}
.specification .reviews-top__line{display:flex;align-items:center;gap:16px}
.specification .reviews-top__identity{width:80px;min-width:80px;font-size:18px;font-weight:400;color:#242424}
.specification .reviews-top__track{flex-grow:1;min-width:0;max-width:604px;width:100%;height:9px;background-color:rgba(36,36,36,0.1);position:relative;border-radius:80px}
.specification .reviews-top__bar{position:absolute;height:100%;width:70%;top:0;left:0;border-radius:80px;background-color:#FCAF23}
.specification .reviews-bottom{display:flex;flex-direction:column;gap:50px}
.specification .reviews-bottom__header{display:flex;align-items:center;justify-content:space-between}
.specification .reviews-bottom__title{font-size:24px;font-weight:500;color:#242424}
.specification .reviews-bottom__sort{display:flex;align-items:center;gap:12px}
.specification .reviews-bottom__sort-title{font-size:18px;font-weight:400;color:#242424}
.specification .reviews-bottom__wrapper{display:flex;flex-direction:column;gap:50px}
.specification .reviews-bottom .feedback{display:flex;flex-direction:column;gap:32px;padding-bottom:32px;border-bottom:1px solid rgba(36,36,36,0.1)}
.specification .reviews-bottom .feedback__wrapper{display:flex;flex-direction:column;gap:24px}
.specification .reviews-bottom .feedback__info{display:flex;align-items:center;gap:12px}
.specification .reviews-bottom .feedback__avatar{max-width:63px;max-height:63px;border-radius:50%;width:100%;height:100%;overflow:hidden}
.specification .reviews-bottom .feedback__avatar img{width:100%;height:100%;object-fit:cover;object-position:center}
.specification .reviews-bottom .feedback__data{display:flex;flex-direction:column;gap:4px}
.specification .reviews-bottom .feedback__name{font-size:20px;font-weight:500;color:#242424}
.specification .reviews-bottom .feedback__date{font-size:18px;font-weight:400;line-height:26px;color:#484848;opacity:0.5}
.specification .reviews-bottom .feedback__estimation{display:flex;flex-direction:column;gap:16px}
.specification .reviews-bottom .feedback__text{font-size:18px;font-weight:400;line-height:28px;color:#484848}
.specification .reviews-bottom .feedback__stars{display:flex;align-items:center;gap:4px}
.specification .reviews-bottom .feedback__gallery{display:flex;align-items:center;gap:12px}
.specification .reviews-bottom .feedback__gallery--item{min-width:140px;max-width:173px;min-height:140px;max-height:173px;width:100%;height:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;position:relative}
.specification .reviews-bottom .feedback__gallery--item img{width:100%;height:100%;object-fit:cover}
.specification .reviews-bottom .feedback__video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:16px;display:flex;align-items:center;justify-content:center;border-radius:90px;background-color:rgba(90,90,90,0.3);backdrop-filter:blur(3px);cursor:pointer}
.specification .reviews-bottom .feedback__video:hover{padding:20px;transition:all 0.05s}
.specification .reviews-bottom .feedback-form{display:flex;flex-direction:column;align-items:center;gap:32px}
.specification .reviews-bottom .feedback-form__wrapper{display:flex;flex-direction:column;gap:24px;width:100%}
.specification .reviews-bottom .feedback-form__button{padding:16px 24px;background-color:#5E00A5;color:#FFF;border:none;border-radius:170px;font-size:18px;font-weight:500;cursor:pointer}
.specification .reviews-bottom .feedback-form__button:hover{background-color:#9628EA;transition:all 0.3s}
.specification .reviews-bottom .feedback-form__text{display:flex;flex-direction:column;gap:16px}
.specification .reviews-bottom .feedback-form__title{font-size:24px;font-weight:500;color:#242424}
.specification .reviews-bottom .feedback-form__notification{font-size:18px;font-weight:400;color:#484848}
.specification .reviews-bottom .feedback-form__personal{display:flex;align-items:center;gap:24px}
.specification .reviews-bottom .feedback-form__label{display:flex;flex-direction:column;gap:12px;flex-grow:1}
.specification .reviews-bottom .feedback-form__label-text{font-size:20px;font-weight:500;color:#242424}
.specification .reviews-bottom .feedback-form__label-stars{display:flex;align-items:center;gap:4px}
.specification .reviews-bottom .feedback-form__label-stars svg{fill:#FCAF23;cursor:pointer}
.specification .reviews-bottom .feedback-form__input{font-size:18px;font-weight:400;color:#242424;padding:16px 24px;border:1px solid rgba(36,36,36,0.1);background:white;outline:none}
.specification .reviews-bottom .feedback-form__input::placeholder{font-size:18px;font-weight:400;color:#484848;opacity:0.6}
.specification .reviews-bottom .feedback-form__input:hover{border:1px solid rgba(147,147,147,0.5)}
.specification .reviews-bottom .feedback-form__input--small{border-radius:170px;max-width:900px;width:100%}
.specification .reviews-bottom .feedback-form__input--large{resize:none;border-radius:16px;background:white;height:200px;font-family:"Inter";font-size:18px;font-weight:400}
.specification .reviews-bottom .feedback-form__input--photo{position:absolute;opacity:0;width:100%;max-height:198px;height:100%;top:0;left:0;cursor:pointer;z-index:10}
.specification .reviews-bottom .feedback-form .error{border:1px solid #F00;background-color:rgba(255,0,0,0.1)}
.specification .reviews-bottom .feedback-form .error::placeholder{color:#F00}
.specification .reviews-bottom .feedback-form .success{border:1px solid #609966;background-color:rgba(96,153,102,0.1)}
.specification .reviews-bottom .feedback-form .success::placeholder{color:#609966}
.specification .reviews-bottom .feedback-form__photo{display:flex;flex-direction:column;gap:12px}
.specification .reviews-bottom .feedback-form__file{display:flex;flex-direction:column;gap:12px;flex-grow:1;position:relative;min-height:198px}
.specification .reviews-bottom .feedback-form__file:hover .custom-input__choose{color:#9628EA}
.specification .reviews-bottom .feedback-form__file:active .custom-input{border:1px solid #9628EA;background-color:rgba(150,40,234,0.1)}
.specification .reviews-bottom .feedback-form__file:active .custom-input svg path{fill:#9628EA}
.specification .reviews-bottom .feedback-form__file:active .custom-input__drag{color:#9628EA}
.specification .reviews-bottom .feedback-form__file:active .custom-input__choose{color:#9628EA}
.specification .reviews-bottom .feedback-form .custom-input{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:9px;border-radius:16px;border:1px solid rgba(36,36,36,0.1);background:white;text-align:center;padding:48px}
.specification .reviews-bottom .feedback-form .custom-input__drag{font-size:18px;font-weight:400;color:#939393}
.specification .reviews-bottom .feedback-form .custom-input__choose{font-size:18px;font-weight:600;color:#5E00A5}
.specification .reviews-bottom .feedback-form__input--photo{position:absolute;opacity:0;width:100%;height:100%;top:0;left:0;cursor:pointer;z-index:10}
.specification .reviews-bottom .feedback-form__gallery{display:flex;align-items:center;gap:12px}
.specification .reviews-bottom .feedback-form__gallery--item{min-width:140px;max-width:173px;min-height:140px;max-height:173px;width:100%;height:100%;aspect-ratio:1;position:relative}
.specification .reviews-bottom .feedback-form__gallery--item img{width:100%;height:100%;object-fit:cover;overflow:hidden;border-radius:16px}
.specification .reviews-bottom .feedback-form__delete{position:absolute;right:-20px;top:-20px;width:48px;height:48px;border-radius:50%;box-shadow:0 5px 10px 0 rgba(0,0,0,0.15);background-color:white;z-index:100;display:flex;align-items:center;justify-content:center;cursor:pointer}
.specification .reviews-bottom .feedback-form__delete:hover::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#9628EA;border-radius:50%;pointer-events:none;opacity:0.1;z-index:-1;transition:all 0.3s}
.specification .reviews-bottom .feedback-form__delete:hover svg path{fill:#9628EA}
@media (max-width:1100px){.specification .reviews-top{gap:32px}.specification .reviews-top__lines{padding-left:32px}}
@media (max-width:850px){.specification__payment{gap:24px}}
@media (max-width:600px){.specification{gap:10px}.specification__header{justify-content:flex-start;padding:0 0 25px 0;overflow-x:auto}.specification__header::-webkit-scrollbar{width:0;height:0}.specification__header::after{bottom:12px}.specification__header--item{font-size:20px;font-weight:600;padding:0}.specification__header .active::after{bottom:-12px}.specification__payment{gap:16px}.specification__payment-system{gap:24px}.specification .reviews{gap:32px}.specification .reviews-top{flex-direction:column;padding-bottom:0}.specification .reviews-top::after{height:0}.specification .reviews-top__lines{border-top:1px solid rgba(36,36,36,0.1);border-left:none;padding-left:0;padding-top:32px}.specification .reviews-bottom{gap:24px}.specification .reviews-bottom__wrapper{gap:24px;overflow:hidden}.specification .reviews-bottom__sort-title{display:none}.specification .reviews-bottom .feedback__gallery{overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none}.specification .reviews-bottom .feedback__gallery::-webkit-scrollbar{display:none}.specification .reviews-bottom .feedback__gallery--item{max-width:140px;max-height:140px}.specification .reviews-bottom .feedback-form{gap:12px}.specification .reviews-bottom .feedback-form__personal{flex-direction:column;align-items:stretch}.specification .reviews-bottom .feedback-form__photo{gap:12px}.specification .reviews-bottom .feedback-form__gallery{overflow-x:scroll;overflow-y:hidden;padding:20px 0;margin:-20px 0;-ms-overflow-style:none;scrollbar-width:none}.specification .reviews-bottom .feedback-form__gallery::-webkit-scrollbar{display:none}.specification .reviews-bottom .feedback-form__delete{width:40px;height:40px;right:-15px;top:-15px}.specification .reviews-bottom .feedback-form__delete svg{width:18px;height:18px}.specification .reviews-bottom .feedback-form .custom-input{padding:0}}
.product .container{overflow-x:hidden}
.postcards{display:flex;flex-direction:column;gap:24px}
.postcards__title{font-size:32px;font-weight:500;color:#242424}
.postcards__buttons{display:flex;align-items:center;justify-content:space-between}
.postcards__choice{display:flex;align-items:center;gap:8px;overflow-x:auto}
.postcards__choice--item{padding:10px 14px;border-radius:170px;color:#939393;font-size:18px;font-weight:400;background:none;border:none;white-space:nowrap;outline:none;cursor:pointer}
.postcards__choice--item:hover{color:#FE89BF;transition:all 0.3s}
.postcards__choice--item.active{background-color:#5E00A5;color:#FFF;transition:all 0.3s}
.postcards__choice::-webkit-scrollbar{display:none}
.postcards__swipe{display:flex;align-items:center;gap:8px}
.postcards__swipe--prev{background:none;border-radius:50%;border:1px solid rgba(36,36,36,0.1);width:54px;height:54px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;cursor:pointer}
.postcards__swipe--prev:hover{background-color:rgba(94,0,165,0.1);border:none;transition:all 0.3s}
.postcards__swipe--prev:hover svg path{fill:#5E00A5}
.postcards__swipe--next{background:none;border-radius:50%;border:1px solid rgba(36,36,36,0.1);width:54px;height:54px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;cursor:pointer}
.postcards__swipe--next:hover{background-color:rgba(94,0,165,0.1);border:none;transition:all 0.3s}
.postcards__swipe--next:hover svg path{fill:#5E00A5}
.postcards__products{width:100vw;overflow:hidden}
.postcards__products .product-card__img{aspect-ratio:1}
.postcards__products .product-card__info-wrapper{gap:6px}
.postcards__products .product-card__title{font-size:18px;font-weight:500;height:44px}
.postcards__products .product-card__price{font-size:24px;font-weight:500}
.postcards__products .product-card__price--old{font-size:24px;font-weight:400}
.postcards__products .product-card__in-cart{width:55px;height:55px}
@media (max-width:1019px){.postcards__products .product-card__price{font-size:20px}.postcards__products .product-card__price--old{font-size:20px}}
@media (max-width:768px){.postcards__products .product-card{max-width:274px}.postcards__products .product-card__img{border-radius:16px}.postcards__products .product-card__title{font-size:14px;height:35px}.postcards__products .product-card__prices{gap:8px;align-items:flex-end}.postcards__products .product-card__price{font-size:16px}.postcards__products .product-card__price--old{font-size:12px}}
@media (max-width:600px){.postcards{gap:16px}.postcards__products .product-card__in-cart{width:50px;height:50px}.postcards__title{font-size:20px}.postcards__swipe{display:none}}
.add-product{display:flex;flex-direction:column;gap:24px}
.add-product__title{font-size:32px;font-weight:500;color:#242424}
.add-product__buttons{display:flex;align-items:center;justify-content:space-between}
.add-product__swipe{display:flex;align-items:center;gap:8px}
.add-product__swipe--prev{background:none;border-radius:50%;border:1px solid rgba(36,36,36,0.1);width:54px;height:54px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;cursor:pointer}
.add-product__swipe--prev:hover{background-color:rgba(94,0,165,0.1);border:none;transition:all 0.3s}
.add-product__swipe--prev:hover svg path{fill:#5E00A5}
.add-product__swipe--next{background:none;border-radius:50%;border:1px solid rgba(36,36,36,0.1);width:54px;height:54px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;cursor:pointer}
.add-product__swipe--next:hover{background-color:rgba(94,0,165,0.1);border:none;transition:all 0.3s}
.add-product__swipe--next:hover svg path{fill:#5E00A5}
.add-product__products{width:100vw;overflow:hidden}
.add-product__products .product-card__img{aspect-ratio:1}
.add-product__products .product-card__info-wrapper{gap:6px}
.add-product__products .product-card__title{font-size:18px;font-weight:500;height:44px}
.add-product__products .product-card__price{font-size:24px;font-weight:500}
.add-product__products .product-card__price--old{font-size:24px;font-weight:400}
.add-product__products .product-card__in-cart{width:55px;height:55px}
.add-product__products .product-card__add-cart{padding-left:4px}
@media (max-width:1019px){.add-product__products .product-card__price{font-size:20px}.add-product__products .product-card__price--old{font-size:20px}}
@media (max-width:768px){.add-product__products .product-card{max-width:274px}.add-product__products .product-card__img{border-radius:16px}.add-product__products .product-card__tags{top:6px;left:6px}.add-product__products .product-card__tag{padding:4px 6px;gap:2px;font-size:12px}.add-product__products .product-card__favorite{top:6px;right:6px;max-width:36px;max-height:36px}.add-product__products .product-card__favorite svg{width:17px;height:17px}.add-product__products .product-card__title{font-size:14px;height:35px}.add-product__products .product-card__prices{gap:8px;align-items:flex-end}.add-product__products .product-card__price{font-size:16px}.add-product__products .product-card__price--old{font-size:12px}}
@media (max-width:600px){.add-product{gap:16px}.add-product__products .product-card__in-cart{width:50px;height:50px}.add-product__products .product-card__add-cart{padding-left:2px}.add-product__swipe{display:none}}

.megamenu{padding:0 32px 0 32px;background-color:white;border-radius:0 0 24px 24px;max-width:1154px;max-height:397px;width:100%;position:relative;box-shadow:0 30px 35px 0 rgba(0,0,0,0.15)}
.megamenu__container{display:flex;gap:32px;justify-content:space-between;padding-bottom:24px}
.megamenu__menu{display:flex;flex-direction:column;gap:4px;flex-wrap:wrap;max-height:240px}
.megamenu__menu--item{max-width:220px;min-width:220px;width:100%;padding:12px;font-size:16px;font-weight:500;color:#242424;border-radius:8px;cursor:pointer;text-decoration:none}
.megamenu__menu--item a{text-decoration:none;font-size:16px;font-weight:500;color:#242424;font-family:"Inter"}
.megamenu__menu--item:hover{background-color:rgba(94,0,165,0.1);color:#9628EA;transition:all 0.3s}
.megamenu__menu--item:hover a{color:#9628EA}
.megamenu__banner{}
.megamenu__img{position:relative;max-width:350px;max-height:231px;min-height:184px;overflow:hidden;border-radius:12px}
.megamenu__img img{width:100%;height:100%;object-fit:cover;object-position:center}
.megamenu__img::after{content:"";position:absolute;bottom:0;left:0;right:0;height:70%;background:linear-gradient(180deg,rgba(0,0,0,0) 60%,rgba(0,0,0,0.6) 100%);pointer-events:none}
.megamenu__info{position:absolute;bottom:0;display:flex;align-items:center;gap:16px;padding:16px;z-index:10;width:100%}
.megamenu__text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:16px;font-weight:600;color:#FFF;width:100%}
.megamenu__button{padding:10px 12px;border-radius:170px;background-color:#FE89BF;color:#FFF;font-size:14px;font-weight:500;border:none;cursor:pointer;text-decoration:none}
.megamenu__button:hover{background-color:#FFF;color:#FE89BF;transition:all 0.3s}
.megamenu__bottom{position:absolute;height:8px;background-color:#5E00A5;bottom:-1px;border-radius:24px 24px 0 0;left:24px;right:24px;width:auto;max-width:none}
.megamenu-mobile{display:none}
@media (max-width:1240px){.megamenu-mobile.active{opacity:1;visibility:visible;transform:translateY(0);transition:opacity 0.2s ease,visibility 0.5s ease,transform 0.5s ease}.megamenu-mobile{position:fixed;top:0;right:0;left:0;display:flex;flex-direction:column;background-color:white;z-index:1000;max-height:100vh;overflow-y:auto;padding-bottom:63px;-webkit-overflow-scrolling:touch;height:100%;overscroll-behavior:contain;margin-bottom:69px;opacity:0;visibility:hidden;transform:translateY(100%);transition:opacity 0.2s ease,visibility 0.5s ease,transform 0.5s ease}.megamenu-mobile__header{padding:0 12px 0 24px;display:flex;align-items:center;justify-content:space-between}.megamenu-mobile__logo{max-width:120px;max-height:49px}.megamenu-mobile__logo img{width:100%;height:100%;object-fit:cover}.megamenu-mobile__close{padding:20px 10px;display:flex;justify-content:center;align-items:center}.megamenu-mobile__menu{display:flex;flex-direction:column}.megamenu-mobile__categories{display:flex;flex-direction:column}.megamenu-mobile a.is-active{color:#9628EA}.megamenu-mobile__category{font-size:18px;font-weight:500;padding:12px 24px;width:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.megamenu-mobile__category a{color:#242424;text-decoration:none}.megamenu-mobile__category svg{transform:rotate(0deg)}.megamenu-mobile__category--open svg{transform:rotate(180deg);margin-right:2px}.megamenu-mobile__subcategories{display:flex;flex-direction:column}.megamenu-mobile__subcategory{padding:12px 64px;font-size:18px;font-weight:400;cursor:pointer}.megamenu-mobile__subcategory a{color:#939393;text-decoration:none}.megamenu-mobile__banner{min-height:350px;max-height:350px;max-width:1240px;border-radius:12px;overflow:hidden;position:relative;margin:16px}.megamenu-mobile__banner img{width:100%;height:100%;object-fit:cover}.megamenu-mobile__banner::after{content:"";position:absolute;bottom:0;left:0;right:0;height:80%;background:linear-gradient(180deg,rgba(0,0,0,0) 60%,rgba(0,0,0,0.6) 100%);pointer-events:none}.megamenu-mobile__info{position:absolute;bottom:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px;z-index:10;gap:12px}.megamenu-mobile__text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:16px;font-weight:600;color:#FFF}.megamenu-mobile__button{padding:16px 24px;border-radius:170px;background-color:#FE89BF;color:#FFF;font-size:14px;font-weight:500;border:none;cursor:pointer;text-decoration:none}.megamenu-mobile__button:hover{background-color:#FFF;color:#FE89BF;transition:all 0.3s}}
@media (max-width:600px){.megamenu-mobile__banner{min-height:184px}}
.megamenu-mobile__subcategories{height:0;overflow:hidden;opacity:0;transform:scaleY(0);transform-origin:top;transition:transform 0.5s cubic-bezier(0.4,0,0.2,1),opacity 0.5s cubic-bezier(0.4,0,0.2,1)}
.megamenu-mobile__category--open + .megamenu-mobile__subcategories{height:auto;opacity:1;transform:scaleY(1)}
body{line-height:normal}
.order{display:flex;flex-direction:column;gap:32px;margin-bottom:128px}
.order .product-card{max-width:174px;gap:10px}
.order .product-card__img{aspect-ratio:1}
.order .product-card__info-wrapper{gap:6px}
.order .product-card__info{position:relative}
.order .product-card__title{font-size:14px;font-weight:500}
.order .product-card__price{font-size:16px;font-weight:500}
.order .product-card__price--old{font-size:12px;font-weight:500}
.order .product-card__in-cart{width:55px;height:55px;position:absolute;top:-52px;right:5px}
.order .product-card__add-cart{width:55px;height:55px;padding-left:0;position:absolute;top:-60px;right:5px}
.order__main{display:flex;flex-direction:column;gap:4px}
.order__title{font-size:48px;font-weight:600;color:#242424}
.order__columns{display:flex;gap:30px}
.order__left-column{max-width:1202px;width:100%;overflow:hidden;display:flex;flex-direction:column;gap:32px}
.order__right-column{flex-shrink:0;flex-grow:1}
.order .info__header{padding:16px 0 16px 55px;border-radius:12px;background-color:#FE89BF;display:flex;align-items:center;justify-content:space-between}
.order .info__title{font-size:18px;font-weight:500;line-height:27px;color:#FFF}
.order .info__count{display:flex;align-items:center;gap:18px}
.order .info__price{width:97px}
.order .info__quantity{width:150px}
.order .info__result{width:97px}
.order .info__wrapper{display:flex;flex-direction:column}
.order .info__item{display:flex;align-items:center;justify-content:space-between;padding:24px 0;border-bottom:1px solid rgba(36,36,36,0.1)}
.order .info__preview{display:flex;align-items:center;gap:14px}
.order .info__close{padding:0 12px;background:none;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}
.order .info__close:hover svg path{fill:#FE89BF;transition:all 0.3s}
.order .info__main{display:flex;align-items:center;gap:12px}
.order .info__img{max-width:90px;max-height:90px;width:90px;height:90px;aspect-ratio:1;border-radius:12px;overflow:hidden;flex-shrink:0}
.order .info__img img{width:100%;height:100%;object-fit:cover}
.order .info__name{max-width:450px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:20px;font-weight:500;color:#242424}
.order .info__item-count{display:flex;align-items:center;gap:18px;margin-left:14px}
.order .info__item-price{font-size:18px;font-weight:500;color:#242424;width:97px}
.order .info__item-price--mobile{display:none}
.order .info__item-sum--mobile{display:none}
.order .info__item-result{font-size:18px;font-weight:500;color:#242424;width:97px}
.order .info__counter{display:flex;align-items:center;overflow:hidden}
.order .info__counter-minus,.order .info__counter-plus{border:none;background:none;width:50px;height:48px;display:flex;justify-content:center;align-items:center;cursor:pointer;border:1px solid rgba(36,36,36,0.1)}
.order .info__counter-minus:hover,.order .info__counter-plus:hover{border:1px solid rgba(150,40,234,0.1);background-color:rgba(94,0,165,0.1);transition:all 0.3s}
.order .info__counter-minus:hover svg path,.order .info__counter-plus:hover svg path{fill:#5E00A5}
.order .info__counter-minus{border-radius:170px 0 0 170px}
.order .info__counter-plus{border-radius:0 170px 170px 0}
.order .info__counter-quantity{width:50px;height:48px;outline:none;font-family:"Inter";font-size:20px;font-weight:400;color:#242424;border-left:none;border-right:none;border-top:1px solid rgba(36,36,36,0.1);border-bottom:1px solid rgba(36,36,36,0.1);text-align:center;border-radius:0}
.order .info__counter-quantity::-webkit-outer-spin-button,.order .info__counter-quantity::-webkit-inner-spin-button{-webkit-appearance:none}
.detail{display:flex;flex-direction:column;gap:24px;padding:24px;border-radius:24px;border:1px solid rgba(36,36,36,0.1);width:100%;min-width:300px;position:sticky;top:95px;align-self:flex-start}
.detail--mobile{display:none}
.detail__title{font-size:18px;font-weight:600;color:#242424}
.detail__underline{height:1px;width:100%;background:rgba(36,36,36,0.1)}
.detail__item{display:flex;justify-content:space-between;align-items:center}
.detail__item--name{font-size:18px;font-weight:400;color:#939393}
.detail__item--num{font-size:18px;font-weight:500;color:#242424}
.detail__item--color{color:#9628EA}
.detail__payment{display:flex;align-items:center;justify-content:space-between}
.detail__payment--name{font-size:18px;font-weight:400;color:#939393}
.detail__payment--sum{font-size:24px;font-weight:600;color:#242424}
.order-postcards{display:flex;flex-direction:column;gap:24px}
.order-postcards__open{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:12px 0}
.order-postcards__open:hover .order-postcards__title{color:#9628EA}
.order-postcards__open:hover svg path{fill:#9628EA}
.order-postcards__title{font-size:32px;font-weight:500;color:#242424}
.order-postcards__wrapper.active{display:flex;flex-direction:column;gap:24px}
.order-postcards__wrapper{display:none}
.order-postcards__buttons{display:flex;align-items:center;justify-content:space-between}
.order-postcards__choice{display:flex;align-items:center;gap:8px}
.order-postcards__choice--item{padding:10px 14px;border-radius:170px;color:#939393;font-size:18px;font-weight:500;background:none;border:none;cursor:pointer}
.order-postcards__choice--item:hover{color:#FE89BF;transition:all 0.3s}
.order-postcards__choice--item.active{background-color:#5E00A5;color:#FFF;transition:all 0.3s}
.order-postcards__swipe{display:flex;align-items:center;gap:8px}
.order-postcards__swipe--prev{background:none;border-radius:50%;border:1px solid rgba(36,36,36,0.1);width:54px;height:54px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;cursor:pointer}
.order-postcards__swipe--prev:hover{background-color:rgba(94,0,165,0.1);border:none;transition:all 0.3s}
.order-postcards__swipe--prev:hover svg path{fill:#5E00A5}
.order-postcards__swipe--next{background:none;border-radius:50%;border:1px solid rgba(36,36,36,0.1);width:54px;height:54px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;cursor:pointer}
.order-postcards__swipe--next:hover{background-color:rgba(94,0,165,0.1);border:none;transition:all 0.3s}
.order-postcards__swipe--next:hover svg path{fill:#5E00A5}
.order-postcards__products{width:100%;margin-left:calc(-50vw + 50%);padding:0 16px}
.order-postcards__products .product-card__img{aspect-ratio:1;max-width:174px}
.order-postcards__products .product-card__info-wrapper{gap:6px}
.order-postcards__products .product-card__title{font-size:18px;font-weight:500}
.order-postcards__products .product-card__price{font-size:24px;font-weight:500}
.order-postcards__products .product-card__price--old{font-size:24px;font-weight:500}
.order-postcards__products .product-card__in-cart{width:55px;height:55px}
.get-order{display:flex;gap:30px}
@media (max-width:768px){.get-order{flex-direction:column-reverse}}
.get-order__left{width:100%}
.get-order__right{width:500px}
@media (max-width:768px){.get-order__right{width:100%}}
@media (max-width:1240px){.order{margin-top:97px;margin-bottom:64px}.order__columns{flex-direction:column}.detail{display:none}.detail--mobile{display:flex}}
@media (max-width:870px){.order .info__name{font-size:16px}.order .info__img{min-width:62px;min-height:62px}}
@media (max-width:640px){.order{gap:8px}.order__title{font-size:30px}.order .info__header{display:none}.order .info__img{max-width:80px;max-height:80px}.order .info__item{flex-direction:column;gap:14px}.order .info__item-price{display:none}.order .info__item-price--mobile{display:block}.order .info__item-count{width:100%;margin-left:0;justify-content:space-between}.order .info__item-result{width:auto}.order .info__item-result--mobile{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.order .info__item-sum--mobile{display:block;font-size:14px;font-weight:500;color:#939393}.order .info__preview{flex-direction:row-reverse;width:100%;justify-content:space-between}}
@media (max-width:600px){.order .product-card{max-width:174px}.order .product-card__img{aspect-ratio:1}.order .product-card__info-wrapper{gap:6px}.order .product-card__info{position:relative}.order .product-card__title{font-size:14px;font-weight:500}.order .product-card__price{font-size:16px;font-weight:500}.order .product-card__price--old{font-size:12px;font-weight:500}.order .product-card__in-cart{width:55px;height:55px;position:absolute;top:-5px;right:1px}.order .product-card__add-cart{width:55px;height:55px;padding-left:0;position:absolute;top:-5px;right:1px}.order-postcards__title{font-size:20px;font-weight:500}.order-postcards__swipe{display:none}}
.calendar__day-box{border-radius:50% !important;transition:all 0.2s ease}
.get-order{display:flex;flex-direction:column;gap:32px}
.get-order__title{font-size:48px;font-weight:600;color:#007817;display:flex;align-items:center;gap:12px}
.get-order__columns{display:grid;grid-template-columns:3fr 1fr;gap:24px}
.get-order__left-column{border:1px solid rgba(36,36,36,0.1);border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:32px}
.get-order__block{display:flex;flex-direction:column;gap:16px}
.get-order__block-title{font-size:18px;font-weight:600;color:#242424;margin:0}
.get-order__list{display:flex;flex-direction:column;gap:12px}
.get-order__list--item{margin:0;font-size:18px;font-weight:400;color:#939393}
.get-order__list--item span{font-size:18px;font-weight:400;color:#242424}
.get-order__underline{height:1px;width:100%;background-color:rgba(36,36,36,0.1)}
.get-order__dop{display:flex;flex-direction:column;gap:12px}
.get-order__dop--item{margin:0;font-size:18px;font-weight:400;color:#242424}
.get-order__dop--item b{font-size:18px;font-weight:400;color:#242424}
.get-order__dop--item svg{margin-bottom:4px}
.get-order__dop--item svg path{fill:#9628EA}
.get-order__info{border:1px solid rgba(36,36,36,0.1);border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:24px}
.get-order__info-title{font-size:18px;font-weight:600;color:#242424;margin:0}
.get-order__products{display:flex;flex-direction:column;gap:16px;max-height:332px;overflow-y:auto}
.get-order__product{display:flex;align-items:start;gap:14px}
.get-order__product-info{display:flex;flex-direction:column;justify-content:space-between;height:-webkit-fill-available}
.get-order__product-image{max-width:80px;max-height:80px;width:100%;height:100%;border-radius:12px;aspect-ratio:1;overflow:hidden}
.get-order__product-image img{width:100%;heigth:100%;object-fit:cover}
.get-order__product-name{display:flex;flex-direction:column;gap:5px;font-size:16px;font-weight:500;color:#242424}
.get-order__price{font-size:16px;font-weight:500;color:#242424}
.get-order__price--old{font-size:12px;font-weight:400;color:#BEBEBE}
.get-order__itog{display:flex;flex-direction:column;gap:24px}
.get-order__itog--item{display:flex;align-items:center;justify-content:space-between}
.get-order__itog--item span{font-size:18px;font-weight:500;color:#242424}
.get-order__itog-name{font-size:18px;font-weight:400;color:#939393}
.get-order__itog-bonus{color:#9628EA}
.get-order__sum{display:flex;align-items:center;justify-content:space-between}
.get-order__sum span{color:#9628EA;font-size:24px;font-weight:600}
.get-order__sum-name{font-size:18px;font-weight:400;color:#939393}
.get-order__button{border-radius:170px;padding:21px 24px;color:#FFF;background-color:#5E00A5;text-decoration:none;font-size:18px;font-weight:500;text-align:center;align-self:center}
.get-order__button:hover{background-color:#9628EA;transition:all 0.3s}
@media (max-width:1300px){.get-order__columns{grid-template-columns:1fr}}
@media (max-width:850px){.get-order__title{font-size:32px;text-align:center}}
@media (max-width:600px){.get-order__title{flex-direction:column}}
.get-order-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;height:100vh}
.get-order-error__text{display:flex;flex-direction:column;align-items:center;gap:10px}
.get-order-error__title{display:flex;align-items:center;gap:12px;font-size:48px;font-weight:600;text-align:center;color:#F00}
.get-order-error__title svg{width:32px;height:32px}
.get-order-error__description{font-size:18px;font-weight:500;color:#242424;text-align:center}
.get-order-error__button{display:flex;align-items:center;gap:8px;border-radius:170px;background-color:#5E00A5;color:#FFF;font-size:18px;font-weight:500;padding:21px 24px;border:none;cursor:pointer}
.get-order-error__button:hover{background-color:#9628EA;transition:all 0.3s}
@media (max-width:850px){.get-order-error__title{font-size:32px}.get-order-error__title svg{width:24px;height:24px}}
@media (max-width:600px){.get-order-error__title{line-height:34px;flex-direction:column}.get-order-error__title svg{width:40px;height:40px}}
.order-form{display:flex;flex-direction:column;justify-content:center;gap:32px}
.order-form__delivery{display:flex;flex-direction:column;gap:24px}
.order-form__buttons{display:flex;align-items:center;justify-content:center;gap:12px}
.order-form__button{width:100%;padding:16px 24px;background:white;border-radius:16px;border:1.5px solid #5E00A5;font-size:18px;font-weight:500;line-height:121.011%;color:#5E00A5;cursor:pointer}
.order-form__button:hover{background-color:rgba(150,40,234,0.1);transition:all 0.3s}
.order-form__button.active{border:1.5px solid #5E00A5;background:#5E00A5;color:white}
.order-form__specify{display:flex;flex-direction:column;gap:8px}
.order-form__specify-label{font-size:18px;font-weight:400;color:#242424;display:flex;align-items:center;gap:12px}
.order-form__specify-input{-webkit-appearance:none;appearance:none;position:relative;width:20px;height:20px;border-radius:4.8px;border:1.2px solid #D1D1D6;cursor:pointer;flex-shrink:0}
.order-form__specify-input:hover{border:1.2px solid #484848;transition:all 0.3s}
.order-form__specify-input:checked{background-color:#5E00A5;border:none;background-image:url("../../img/checked.svg");background-position:center center;transition:all 0.1s}
.order-form__specify-input:checked:hover{background-color:#9628EA}
.order-form__specify-text{font-size:14px;font-weight:400;color:#939393}
.order-form__specify-doc{color:#5E00A5;font-size:18px;font-style:normal;font-weight:400;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;cursor:pointer}
.order-form__block{display:flex;flex-direction:column;gap:24px}
.order-form__fields{display:grid;grid-template-columns:repeat(3,1fr);align-items:start;gap:24px}
.order-form__fields.center{align-items:center}
.order-form__fields.end{align-items:end}
.order-form__fields.two{grid-template-columns:repeat(2,1fr)}
.order-form__fields.one{grid-template-columns:repeat(1,1fr)}
.order-form__field{display:flex;flex-direction:column;gap:8px}
.order-form__datetime{position:relative}
.order-form__label{display:flex;flex-direction:column;gap:12px}
.order-form__label-text{font-size:20px;font-weight:500;color:#242424}
.order-form__label.email{grid-column:span 2}
.order-form__input{padding:16px 24px;border-radius:170px;border:1px solid rgba(36,36,36,0.1);background:#FFF;font-size:18px;font-weight:400;outline:none;width:100%;font-family:"Inter";color:#242424}
.order-form__input::placeholder{color:rgba(36,36,36,0.7)}
.order-form__wrapper-select{position:relative}
.order-form__wrapper-select::after{content:"";position:absolute;top:50%;right:24px;width:25px;height:24px;pointer-events:none;background:url('data:image/svg+xml;utf8,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.13617 9.46967C7.42907 9.17678 7.90394 9.17678 8.19683 9.46967L12.6665 13.9393L17.1362 9.46967C17.4291 9.17678 17.9039 9.17678 18.1968 9.46967C18.4897 9.76256 18.4897 10.2374 18.1968 10.5303L13.1968 15.5303C12.9039 15.8232 12.4291 15.8232 12.1362 15.5303L7.13617 10.5303C6.84328 10.2374 6.84328 9.76256 7.13617 9.46967Z" fill="currentColor"/></svg>') no-repeat center center;background-size:contain;transform:translateY(-50%);transition:transform 0.3s ease}
.order-form__wrapper-select.open::after{transform:translateY(-50%) rotate(180deg);border-top-color:#9628EA;transition:all 0.3s}
.order-form__select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding:16px 24px;border-radius:170px;border:1px solid rgba(36,36,36,0.1);background:#FFF;font-size:18px;font-weight:400;outline:none;width:100%;font-family:"Inter";color:rgba(36,36,36,0.7);outline:none}
.order-form__select:hover{border:1px solid rgba(147,147,147,0.5);transition:all 0.3s}
.order-form__data{display:flex;flex-direction:column;gap:32px}
.order-form__title{font-size:24px;font-weight:600;color:#242424}
.order-form__whom{display:flex;flex-direction:column;gap:16px}
.order-form__contact{display:flex;flex-direction:column;gap:24px}
.order-form__dop{display:flex;flex-direction:column;gap:8px}
.order-form__postcards{display:none;flex-direction:column;gap:12px}
.order-form__postcards.active{display:flex}
.order-form__postcard{border-radius:16px;resize:none;border:1px solid rgba(36,36,36,0.1);font-size:18px;font-weight:400;padding:16px 24px;height:200px;outline:none}
.order-form__postcard::placeholder{color:#484848;opacity:0.6}
.order-form__payment{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.order-form__payment--item{border-radius:16px;border:1.5px solid rgba(94,0,165,0.1);display:flex;height:64px;padding:16px 24px;justify-content:center;align-items:center;background:white;cursor:pointer}
.order-form__payment--item:hover{background:rgba(94,0,165,0.1);transition:all 0.3s}
.order-form__payment--item .order-form__payment-check{display:none}
.order-form__payment--item---disabled{display:none}
.order-form__payment--item.active{background:#5E00A5;justify-content:space-between}
.order-form__payment--item.active .order-form__payment-content{color:#FFF}
.order-form__payment--item.active .order-form__payment-content svg path{fill:#FFF}
.order-form__payment--item.active .order-form__payment-check{display:block}
.order-form__payment-content{display:flex;align-items:center;gap:8px;font-size:16px;color:#5E00A5;font-weight:500;line-height:121.011%}
.order-form__payment-content svg path{fill:#5E00A5}
.order-form__promocode{display:flex;align-items:start;justify-content:space-between;gap:16px}
.order-form__promocode-input{display:flex;align-items:flex-end;gap:12px;flex:1 1 0;min-width:0}
.order-form__promocode-button{padding:16px 24px;color:#FFF;font-size:18px;font-weight:500;border:none;background-color:#5E00A5;border-radius:170px}
.order-form__promocode-button:hover{background-color:#9628EA;cursor:pointer;transition:all 0.3s}
.order-form__promocode-input,.order-form__promocode__bonuses{flex:1 1 0;min-width:0;display:flex;align-items:flex-end}
.order-form__promocode-applied{display:flex;flex-direction:column;gap:8px}
.order-form__applied{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:400;color:#939393}
.order-form__discount{font-size:32px;font-weight:500;color:#9628EA}
.order-form__bonuses{max-width:500px;width:100%;min-width:0;display:flex;gap:16px;align-items:center;flex:1 1 0}
.order-form__bonus{display:flex;flex-direction:column;gap:8px;width:100%}
.order-form__bonus-your{font-size:14px;font-weight:400;color:#939393}
.order-form__bonus-quantity{font-size:20px;font-weight:500;color:#242424}
.order-form__agreement{display:flex;align-items:center;gap:32px}
.order-form__place{padding:16px 24px;color:#FFF;font-size:18px;font-weight:500;border:none;background-color:#5E00A5;border-radius:170px}
.order-form__place:hover{background-color:#9628EA;cursor:pointer;transition:all 0.3s}
@media (max-width:1035px){.order-form__fields{grid-template-columns:repeat(2,1fr)}}
@media (max-width:870px){.order-form__payment{grid-template-columns:1fr}.order-form__promocode{flex-direction:column}.order-form__promocode-input{justify-content:space-between;width:100%}}
@media (max-width:830px){.order-form__promocode{gap:16px}.order-form__promocode .order-form__label-text{display:none}.order-form__bonus-quantity{white-space:nowrap}}
@media (max-width:640px){.order-form__button{font-size:16px;padding:16px 9px}.order-form__fields{grid-template-columns:1fr}.order-form__fields.two{grid-template-columns:repeat(1,1fr)}.order-form__label.email{grid-column:span 1}}
@media (max-width:600px){.order-form__promocode{flex-direction:column;align-items:center;gap:16px}.order-form__promocode-input{justify-content:space-between;width:100%}.order-form__bonuses{justify-content:space-between;width:100%}.order-form__promocode-applied{text-align:center}.order-form__agreement{flex-direction:column;align-items:start;gap:16px}}
.form-control{padding:16px 24px !important;border-radius:170px !important;border:1px solid rgba(94,0,165,0.1) !important;background:#fff !important;font-size:18px !important;font-weight:400 !important;outline:0 !important;width:100% !important;font-family:"Inter" !important}
.form-control:hover{border:1.2px solid #484848;transition:all 0.3s}
.form-control:focus{box-shadow:none !important}
.input-group-text{display:none !important}
.ms2_form.order-form{margin:0 !important}
.datepicker{border-radius:16px !important;border:1px solid rgba(36,36,36,0.1) !important;background:white;box-shadow:4px 4px 24px 0 rgba(13,13,13,0.16);left:50% !important;transform:translateX(-50%) !important;top:65px !important}
@media (max-width:900px) and (min-width:600px){.datepicker{left:auto !important;transform:none !important}}
.datepicker-dropdown:before,.datepicker-dropdown.datepicker-orient-bottom:before,.datepicker-dropdown.datepicker-orient-left:before,.datepicker-dropdown:after,.datepicker-dropdown.datepicker-orient-bottom:after,.datepicker-dropdown.datepicker-orient-left:after{content:none !important;width:0 !important;height:0 !important;background:none !important;background-color:none !important}
.datepicker-days{padding:8px}
.datepicker .datepicker-switch{font-size:18px !important;font-weight:400 !important;color:#242424 !important;padding:13px 0 !important}
.datepicker .datepicker-switch:hover{background:none !important;background-color:none !important}
.datepicker .dow{font-size:18px !important;font-weight:400 !important;color:#AFAFAF !important;padding:8px !important;font-family:"Inter" !important}
.datepicker table tr td.day{width:48px !important;height:48px !important;min-width:48px;border-radius:50% !important;font-size:18px !important;font-weight:400 !important;text-align:center !important;color:#242424;aspect-ratio:1}
.datepicker table tr td.day:hover{background:rgba(150,40,234,0.1) !important;color:#9628EA;transition:all 0.3s}
@media (max-width:400px){.datepicker table tr td.day{width:40px !important;height:40px !important;font-size:16px !important;min-width:40px}}
.datepicker table tr td.today{border-radius:50% !important;border:1px solid rgba(36,36,36,0.1) !important;background-color:white !important;background-image:none !important}
.datepicker table tr td.today.day{border-radius:50% !important;border:1px solid rgba(36,36,36,0.1) !important;background:white !important}
.datepicker table tr td.active.active,.datepicker table tr td.active:hover{background-color:#5E00A5 !important;border-radius:50% !important;color:white !important;background-image:none !important}
.datepicker .prev,.datepicker .next{font-size:0 !important;position:relative;cursor:pointer}
.datepicker .prev::before{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;background-image:url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M14.5303%206.46967C14.8232%206.76256%2014.8232%207.23744%2014.5303%207.53033L10.0607%2012L14.5303%2016.4697C14.8232%2016.7626%2014.8232%2017.2374%2014.5303%2017.5303C14.2374%2017.8232%2013.7626%2017.8232%2013.4697%2017.5303L8.46967%2012.5303C8.17678%2012.2374%208.17678%2011.7626%208.46967%2011.4697L13.4697%206.46967C13.7626%206.17678%2014.2374%206.17678%2014.5303%206.46967Z%22%20fill%3D%22%23939393%22%2F%3E%0A%3C%2Fsvg%3E%0A");background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(-50%,-50%);transition:background-color 0.3s ease,filter 0.3s ease}

.datepicker .next::before{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;background-image:url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9.46967%206.46967C9.17678%206.76256%209.17678%207.23744%209.46967%207.53033L13.9393%2012L9.46967%2016.4697C9.17678%2016.7626%209.17678%2017.2374%209.46967%2017.5303C9.76256%2017.8232%2010.2374%2017.8232%2010.5303%2017.5303L15.5303%2012.5303C15.8232%2012.2374%2015.8232%2011.7626%2015.5303%2011.4697L10.5303%206.46967C10.2374%206.17678%209.76256%206.17678%209.46967%206.46967Z%22%20fill%3D%22%23939393%22%2F%3E%0A%3C%2Fsvg%3E%0A");background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(-50%,-50%);transition:background-color 0.3s ease,filter 0.3s ease}

.datepicker table{border-spacing:0 !important;border-collapse:separate !important}
.datepicker table tr td.disabled{color:#DDD !important}
.datepicker table tr td.disabled:hover{background-color:none !important;background:none !important}
.datepicker table tr td{padding:0 !important;margin:0 !important}
.date-input-wrapper{position:relative}
.date-input-wrapper.time::after{content:attr(data-time);position:absolute;left:24px;top:30px;transform:translateY(-50%);color:#242424;font-size:18px;pointer-events:none;background:white;font-family:"Inter";max-width:120px;width:100%}
.timepicker.active{display:block}
.timepicker__option.disabled{opacity:0.5 !important;pointer-events:none !important;cursor:not-allowed !important;background-color:#f8f9fa !important;color:#6c757d !important}
.timepicker__option.disabled:hover{background-color:#f8f9fa !important;color:#6c757d !important}
.timepicker{display:none;max-width:362px;border-radius:12px;border:1px solid rgba(36,36,36,0.1);background:white;box-shadow:2px 4px 24px 0 rgba(13,13,13,0.08);position:absolute;top:62px;z-index:100;left:50% !important;transform:translateX(-50%) !important}
@media (max-width:900px) and (min-width:600px){.timepicker{left:auto !important;transform:none !important;right:0}}
.timepicker__options{padding:12px;display:grid;grid-template-columns:repeat(2,auto);gap:12px}
.timepicker__options--first,.timepicker__options--second{display:flex;flex-direction:column;gap:4px}
.timepicker__option{width:158px;height:54px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:400;color:#242424;border-radius:8px;cursor:pointer}
.timepicker__option:hover{background-color:rgba(150,40,234,0.1);color:#9628EA;transition:all 0.3s}
.timepicker__option.selected{background-color:#5E00A5;color:#FFF}
@media (max-width:400px){.timepicker{left:12px}.timepicker__option{width:140px;height:45px}}
@media (max-width:385px){.timepicker__option{width:140px;height:45px}}
@media (max-width:360px){.timepicker__option{width:132px;height:41px}}
.msb2{flex-flow:row nowrap !important;flex-direction:column !important;align-items:start !important;gap:12px !important;margin:0 !important}
.msb2-title{margin:0 !important;line-height:normal !important}
.msb2-title svg path{fill:#9628EA}
.msb2-title--colored{color:#9628EA}
.msb2-form{gap:12px !important;border:none !important;margin-right:0 !important}
.msb2-form input{padding:16px 24px;border-radius:170px;border:1px solid rgba(36,36,36,0.1);background:#FFF;font-size:18px;font-weight:400;outline:none;width:100%;font-family:"Inter";color:rgba(36,36,36,0.7)}
.msb2-form__button{padding:16px 24px !important;color:#FFF !important;font-size:18px !important;font-weight:500 !important;border:none !important;background-color:#5E00A5 !important;border-radius:170px !important}
.msb2-form__button:hover{background-color:#9628EA}
.msb2-form__input{width:100%;max-width:100%;box-sizing:border-box}
@media (max-width:830px){.msb2-form{max-width:100% !important;justify-content:space-between !important}.order-form__bonuses{max-width:100%}.msb2-form__input{max-width:300px}}
.overlay-cart{position:fixed;top:0;left:0;width:100vw;height:100dvh;background-color:rgba(36,36,36,0.2);z-index:90;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}
.overlay-cart.open{opacity:1;visibility:visible}
.cart.open{opacity:1;visibility:visible;transform:translateX(0)}
.cart{max-width:426px;width:100%;padding:24px;background-color:white;border-radius:24px;height:calc(100dvh - 48px);display:flex;flex-direction:column;justify-content:space-between;position:fixed;top:24px;right:24px;z-index:1000;opacity:0;visibility:hidden;transform:translateX(100%);transition:opacity 0.3s ease,visibility 0.3s ease,transform 0.3s ease}
.cart__wrapper{display:flex;flex-direction:column;justify-content:space-between;overflow-y:auto}
.cart__title{font-size:24px;font-weight:600;color:#242424;display:flex;align-items:center;justify-content:space-between}
.cart__close{display:flex;width:44px;height:44px;justify-content:center;align-items:center;aspect-ratio:1;background:none;border:none;border-radius:8px;cursor:pointer}
.cart__close:hover{background-color:rgba(94,0,165,0.1);transition:all 0.3s}
.cart__close:hover svg path{fill:#5E00A5}
.cart__products{display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:none}
.cart__products::-webkit-scrollbar{width:0}
.cart__footer{display:flex;flex-direction:column;border-top:1px solid rgba(36,36,36,0.1)}
.cart__total{display:flex;justify-content:space-between;align-items:center;padding:16px 0}
.cart__total-name{font-size:18px;font-weight:400;color:#939393}
.cart__total-price{font-size:24px;font-weight:600;color:#242424}
.cart__order{font-size:18px;font-weight:500;color:#FFF;padding:16px 0;background-color:#5E00A5;border-radius:8px;border:none;cursor:pointer;text-decoration:none;text-align:center}
.cart__order:hover{background-color:#9628EA;transition:all 0.3s}
.cart-mobile{display:none}
.cart-product{display:flex;flex-direction:column;gap:14px;padding:24px 0;border-bottom:1px solid rgba(36,36,36,0.1)}
.cart-product:last-child{border:none}
.cart-product__info{display:flex;align-items:center;justify-content:space-between}
.cart-product__info-main{display:flex;align-items:center;gap:14px}
.cart-product__img{width:80px;height:80px;max-width:80px;max-height:80px;border-radius:12px;aspect-ratio:1;overflow:hidden;flex-shrink:0}
.cart-product__img img{width:100%;height:100%;object-fit:cover}
.cart-product__text{display:flex;flex-direction:column;gap:4px}
.cart-product__name{font-size:16px;font-weight:500;color:#242424;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.cart-product__price{font-size:18px;font-weight:500;color:#242424}
.cart-product__close{border:none;background:none;display:flex;align-items:center;justify-content:center;cursor:pointer}
.cart-product__close:hover svg path{fill:#FE89BF;transition:all 0.3s}
.cart-product__total{display:flex;align-items:center;justify-content:space-between}
.cart-product__counter{display:flex;align-items:center;overflow:hidden}
.cart-product__counter-minus,.cart-product__counter-plus{border:none;background:none;width:50px;height:48px;display:flex;justify-content:center;align-items:center;cursor:pointer;border:1px solid rgba(36,36,36,0.1)}
.cart-product__counter-minus:hover,.cart-product__counter-plus:hover{border:1px solid rgba(150,40,234,0.1);background-color:rgba(94,0,165,0.1);transition:all 0.3s}
.cart-product__counter-minus:hover svg path,.cart-product__counter-plus:hover svg path{fill:#5E00A5}
.cart-product__counter-minus{border-radius:170px 0 0 170px}
.cart-product__counter-plus{border-radius:0 170px 170px 0}
.cart-product__counter-quantity{width:50px;height:48px;outline:none;font-family:"Inter";font-size:20px;font-weight:400;color:#242424;border-left:none;border-right:none;border-top:1px solid rgba(36,36,36,0.1);border-bottom:1px solid rgba(36,36,36,0.1);text-align:center;border-radius:0}
.cart-product__counter-quantity::-webkit-outer-spin-button,.cart-product__counter-quantity::-webkit-inner-spin-button{-webkit-appearance:none}
.cart-product__total-sum{display:flex;flex-direction:column;align-items:flex-end;gap:4px}
.cart-product__total-name{font-size:14px;font-weight:500;color:#939393}
.cart-product__total-price{font-size:18px;font-weight:500;color:#242424}
@media (max-width:1240px){.cart{display:none}.overlay-cart{display:none}.cart-mobile{height:calc(100% - 65px);background:white;display:flex;flex-direction:column;justify-content:space-between;position:fixed;z-index:999;top:0;left:0;right:0;opacity:0;visibility:hidden;transform:translateY(100%);transition:opacity 0.2s ease,visibility 0.5s ease,transform 0.5s ease}.cart-mobile__close{display:flex;width:44px;height:44px;justify-content:center;align-items:center;aspect-ratio:1;background:none;border:none;border-radius:8px;cursor:pointer}.cart-mobile__close:hover{background-color:rgba(94,0,165,0.1);transition:all 0.3s}.cart-mobile__close:hover svg path{fill:#5E00A5}.cart-mobile .cart__wrapper{padding:20px 40px 75px 40px}.cart-mobile__footer{display:flex;flex-direction:column;border-top:1px solid rgba(36,36,36,0.1);padding:0 40px 75px 40px}.cart-mobile.open{opacity:1;visibility:visible;transform:translateY(0);transition:opacity 0.2s ease,visibility 0.5s ease,transform 0.5s ease}}
@media (max-width:600px){.cart-mobile{}.cart-mobile .cart__wrapper{padding:12px 24px 0 24px}.cart-mobile__footer{padding:0 24px 12px 24px}}
.favorite{display:flex;flex-direction:column;gap:32px;margin:32px 0;position:relative}
.favorite__head{display:flex;flex-direction:column;gap:4px}
.favorite__title{font-size:48px;font-weight:600;color:#242424}
.favorite__info--mobile{display:none}
.favorite__container{display:flex;flex-direction:column}
.favorite__header{padding:16px 0 16px 55px;background-color:#FE89BF;border-radius:12px;display:flex;align-items:center;justify-content:space-between}
.favorite__name-product{font-size:18px;font-weight:500;line-height:27px;color:#FFF}
.favorite__name-price{font-size:18px;font-weight:500;line-height:27px;color:#FFF;max-width:248px;width:100%}
.favorite__products{display:flex;flex-direction:column}
.favorite__product{display:flex;justify-content:space-between;align-items:center;padding:24px 0;border-bottom:1px solid rgba(36,36,36,0.1)}
.favorite__block{display:flex;align-items:center;gap:14px}
.favorite__close{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer}
.favorite__close:hover svg path{fill:#FE89BF;transition:all 0.3s}
.favorite__preview{display:flex;align-items:center;gap:12px}
.favorite__img{max-width:90px;max-height:90px;width:100%;height:100%;aspect-ratio:1;border-radius:12px;overflow:hidden}
.favorite__img img{width:100%;height:100%;object-fit:cover}
.favorite__name{font-size:20px;font-weight:500;color:#242424;max-width:450px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-decoration:none}
.favorite__wrapper{display:flex;align-items:center;gap:14px}
.favorite__price{font-size:18px;font-weight:500;color:#242424;width:97px}
.favorite__button{padding:16px 24px;font-size:18px;font-weight:500;color:#FFF;border-radius:170px;background-color:#5E00A5;border:none;flex-shrink:0;cursor:pointer}
.favorite__button:hover{background-color:#9628EA;transition:all 0.3s}
.favorite__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;height:500px}
.favorite__text{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:472px}
.favorite__empty-title{font-size:32px;font-weight:500;text-align:center;color:#242424}
.favorite__description{font-size:18px;font-weight:500;text-align:center;color:#939393}
.favorite__empty-button{flex-shrink:0;width:auto;text-decoration:none}
@media (max-width:1240px){.favorite{margin-top:97px}}
@media (max-width:1000px){.favorite__name{max-width:300px}}
@media (max-width:768px){.favorite__product{gap:14px}.favorite__name{font-size:16px}}
@media (max-width:600px){.favorite{gap:8px;margin-bottom:8px}.favorite__title{font-size:30px}.favorite__header{display:none}.favorite__product{flex-direction:column}.favorite__info--mobile{display:flex;flex-direction:column;gap:4px}.favorite__block{flex-direction:row-reverse;justify-content:space-between;width:100%;padding:5px 0}.favorite__name{display:none}.favorite__name--mobile{font-size:16px;font-weight:500;color:#242424;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.favorite__price{display:none}.favorite__price--mobile{font-size:18px;font-weight:500;color:#242424}.favorite__wrapper{width:100%}.favorite__button{flex-shrink:1;width:100%;font-size:16px}.favorite__text{max-width:326px}.favorite__empty-button{flex-shrink:0;width:auto}}
.profile{display:flex;flex-direction:column;gap:32px;position:relative;margin:32px 0}
.profile__head{display:flex;flex-direction:column;gap:4px}
.profile__title{font-size:48px;font-weight:600;color:#242424}
.profile__container{display:flex;align-items:start;gap:32px}
.profile__menu{display:flex;flex-direction:column;gap:16px;position:sticky;top:20px}
.profile__menu--item{padding:24px;border-radius:16px;border:1px solid rgba(36,36,36,0.1);background-color:white;display:flex;align-items:center;justify-content:space-between;z-index:10;font-size:24px;font-weight:500;color:#242424;min-width:380px;width:100%;cursor:pointer;text-decoration:none}
.profile__menu--item:hover{background-color:rgba(94,0,165,0.1);border:1px solid rgba(94,0,165,0.1);color:#5E00A5;transition:all 0.3s}
.profile__menu--item:hover svg path{fill:#5E00A5}
.profile__menu--item.active{background-color:#5E00A5;color:#FFF}
.profile__menu--item.active svg path{fill:#FFF}
.profile__menu--item.mobile{display:none}
.profile__form{display:flex;flex-direction:column;gap:32px;width:100%}
.profile__contact,.profile__password{display:flex;flex-direction:column;gap:24px}
.profile__name{font-size:24px;font-weight:600;color:#242424}
.profile__fields{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.profile__label{display:flex;flex-direction:column;gap:12px;font-size:20px;font-weight:500;color:#242424;width:100%}
.profile__necessarily{display:flex;gap:5px}
.profile__password-wrapper{position:relative;display:inline-block}
.profile__toggle{position:absolute;right:24px;top:16px;bottom:16px;cursor:pointer;user-select:none}
.profile__visible path{fill:#5E00A5;opacity:0.6}
.profile__visible.hide{display:none}
.profile__input{border-radius:170px;border:1px solid rgba(36,36,36,0.1);padding:16px 24px;outline:none;width:100%;font-family:"Inter";font-size:18px;width:100%}
.profile__input::placeholder{font-size:18px;font-weight:400;color:#484848;opacity:0.6;margin:0;padding:0}
.profile__input:hover{border:1px solid rgba(147,147,147,0.5)}
.profile__input--date{appearance:none;-webkit-appearance:none;height:55px;background:white}
.profile .profile__password-wrapper:hover .profile__visible path{opacity:1;transition:all 0.3s}
.profile__save{padding:16px 24px;border-radius:170px;background-color:#5E00A5;border:none;font-size:18px;font-weight:500;color:#FFF;max-width:144px;cursor:pointer}
.profile__save:hover{background-color:#9628EA;transition:all 0.3s}
.profile__info{display:flex;flex-direction:column;gap:32px;width:100%}
.profile__balance{display:flex;flex-direction:column;gap:24px}
.profile__progress{display:flex;align-items:center;gap:24px;width:100%}
.profile__history{display:flex;flex-direction:column;gap:24px}
.profile__condition{display:flex;flex-direction:column;gap:24px}
.profile__rules{display:flex;gap:24px}
.profile__rule{font-size:18px;font-weight:400;line-height:32px;color:#484848;word-wrap:break-word}
.profile__first{width:100%}
.profile__second{width:100%}
.progress{padding:30px 24px 24px 24px;border-radius:16px;border:1px solid rgba(150,40,234,0.1);background:linear-gradient(90deg,#FDFBFF 0%,#EDDCFA 100%);display:flex;flex-direction:column;gap:8px;position:relative;overflow:hidden;width:100%}
.progress__background{position:absolute;right:-18.978px;bottom:-17.98px;opacity:0.1;transform:rotate(15deg);aspect-ratio:1;width:160px;height:160px}
.progress__background path{fill:#9628EA}
.progress__name{display:flex;align-items:center;gap:8px;opacity:0.5}
.progress__name svg path{fill:#9628EA}
.progress__title{font-size:18px;font-weight:400;color:#9628EA}
.progress__status{font-size:40px;font-weight:500;color:#9628EA}
.table{display:flex;flex-direction:column;overflow:hidden}
.table__header{padding:20px;border:1px solid #E9E9E9;background-color:#F5F5F5;border-top-left-radius:12px;border-top-right-radius:12px;display:flex;align-items:center;justify-content:space-between}
.table__header-wrapper{display:flex;align-items:center;gap:18px}
.table__title-info{font-size:18px;font-weight:500;line-height:27px;color:#939393}
.table__title-quantity{font-size:18px;font-weight:500;line-height:27px;color:#939393;width:150px}
.table__title-date{font-size:18px;font-weight:500;line-height:27px;color:#939393;width:150px}
.table__rows{display:flex;flex-direction:column}
.table__row{padding:20px;display:flex;justify-content:space-between;border-bottom:1px solid #E9E9E9;border-left:1px solid #E9E9E9;border-right:1px solid #E9E9E9}
.table__row:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}
.table__row-wrapper{display:flex;align-items:center;gap:18px}
.table__info{font-size:18px;font-weight:500;color:#242424}
.table__quantity{font-size:18px;font-weight:500;line-height:27px;color:#5E00A5;width:150px}
.table__date{font-size:18px;font-weight:400;line-height:normal;color:#939393;width:150px}
@media (max-width:1240px){.profile{margin-top:97px}.profile__container{flex-direction:column}.profile__menu{flex-direction:row;width:100%;position:static}.profile__menu--item{min-width:auto;width:100%}}
@media (max-width:850px){.profile__menu{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.profile__menu--item:last-child{gap:10px}.profile__menu--item.mobile{display:flex}.profile__menu::-webkit-scrollbar{display:none}.profile__progress{flex-direction:column;gap:16px}}
@media (max-width:600px){.profile__menu--item{font-size:18px;font-weight:500}.profile__fields{grid-template-columns:1fr}.profile__rules{flex-direction:column;gap:0}.profile__rule{list-style-type:disc;list-style-position:outside;margin-left:20px}.progress{padding:22px 16px 16px 16px}.progress__background{width:100px;height:100%;bottom:-2.98px}.progress__status{font-size:32px}.table__header{display:none}.table__row:first-child{border-top:1px solid #E9E9E9;border-top-left-radius:12px;border-top-right-radius:12px}.table__row{align-items:center}.table__row-wrapper{flex-direction:column;align-items:flex-end;gap:2px}.table__quantity{width:100%}.table__date{font-size:12px;font-weight:400;width:66px}}
@media (max-width:420px){.table__info{max-width:132px}}
.profile__content{display:none;width:100%}
.profile__content.active{display:flex}
.information{display:flex;flex-direction:column;gap:32px;position:relative;margin:32px 0}
.information__container{display:flex;flex-direction:column;gap:4px}
.information__title{font-size:48px;font-weight:600;color:#242424}
.information__wrapper{display:flex;align-items:start;gap:32px;z-index:2}
.information__column--first{max-width:380px;width:100%;flex-shrink:0}
.information__column--second{width:100%}
.information__column--second p{font-size:22px;font-weight:400;line-height:32px;color:#484848;opacity:0.8}
@media (max-width:600px){.information__column--second p{font-size:18px;font-weight:400}}
.information__menu{display:flex;flex-direction:column;gap:16px}
.information__menu a{text-decoration:none}
.information__menu--item{max-width:380px;width:100%;padding:24px;border:1px solid rgba(36,36,36,0.1);border-radius:16px;font-size:24px;font-weight:500;color:#242424;background-color:white;cursor:pointer;white-space:nowrap}
.information__menu--item:hover{background-color:rgba(94,0,165,0.1);border:1px solid rgba(94,0,165,0.1);color:#5E00A5;transition:all 0.3s}
.information__menu--item.is-active{background:#5E00A5;color:#fff}
@media (max-width:1240px){.information{margin:97px 0 32px 0}.information__wrapper{flex-direction:column}.information__menu{flex-direction:row;overflow-x:auto;scrollbar-width:none}.information__menu--item{width:fit-content;white-space:nowrap}.information__menu::-webkit-scrollbar{width:0}.information__column--first{max-width:100%}}
@media (max-width:850px){.information__menu{overflow-x:auto;scrollbar-width:none}.information__menu::-webkit-scrollbar{width:0;height:0}}
@media (max-width:600px){.information__title{font-size:30px;font-weight:600;line-height:normal}.information__menu--item{padding:16px;font-size:18px;font-weight:500;line-height:normal}}
ol{list-style-position:inside}
.delivery-page{display:flex;flex-direction:column;gap:32px}
.delivery-page__free,.delivery-page__area,.delivery-page__service{display:flex;flex-direction:column;gap:16px}
.delivery-page__title{font-size:32px;font-weight:600;line-height:normal;color:#242424}
.delivery-page__description{display:flex;flex-direction:column;gap:16px}
.delivery-page__text{font-size:22px;font-weight:400;line-height:32px;color:#484848;opacity:0.8}
.delivery-page__info{font-size:22px;font-weight:400;line-height:32px;color:#484848;display:flex;flex-direction:column;gap:16px}
.delivery-page__list{font-size:22px;font-weight:400;line-height:32px;color:#484848;opacity:0.8}
.delivery-page__list ol{list-style-position:inside}
.delivery-page__list ol li a{color:#5E00A5;text-decoration:none}
.delivery-page__list ol li a:hover{color:#9628EA}
.delivery-page__service{display:flex;flex-direction:column;gap:32px}
.delivery-page__map{max-width:100%;align-self:stretch;aspect-ratio:1.5340909091;border-radius:20px;overflow:hidden}
.delivery-page__map img{width:100%;height:100%;object-fit:cover}
@media (max-width:600px){.delivery-page__title{font-size:28px;font-weight:600;line-height:normal}.delivery-page__list,.delivery-page__info{font-size:18px;font-weight:400;line-height:25px}}
.contact-page{display:flex;align-items:start;gap:24px}
.contact-page__info{padding:40px;border-radius:24px;background-color:#F5F5F5;display:flex;flex-direction:column;gap:24px}
.contact-page__names{display:flex;flex-direction:column;gap:16px}
.contact-page__title{font-size:32px;font-weight:500;line-height:normal;color:#484848}
.contact-page__description{font-size:16px;font-weight:400;line-height:normal;color:#484848}
.contact-page__list{display:flex;flex-direction:column;gap:14px}
.contact-page__list:nth-child(3){margin-top:20px}
.contact-page__list--item{display:flex;align-items:center;gap:16px;font-size:20px;font-weight:500;line-height:normal;color:#484848;text-decoration:none}
.contact-page__list--item svg path{fill:#5E00A5}
.contact-page__list--item .text{display:flex;flex-direction:column;align-items:start;gap:0}
.contact-page__social{display:flex;flex-direction:column;gap:8px}
.contact-page__social-title{font-size:16px;font-weight:400;line-height:normal;color:#484848}
.contact-page__social-list{display:flex;align-items:center;flex-direction:row;gap:6px}
.contact-page__social-item svg path{fill:#5E00A5;cursor:pointer}
.contact-page__requisites{display:flex;flex-direction:column;gap:8px}
.contact-page__requisites-title{font-size:16px;font-style:normal;font-weight:400;line-height:normal;color:#484848}
.contact-page__requisites-list{display:flex;flex-direction:column}
.contact-page__requisites-list span{font-size:12px;font-weight:400;line-height:normal;color:#939393}
.contact-page__img{max-width:100%;max-height:100%;border-radius:24px;overflow:hidden;align-self:stretch}
.contact-page__img img{width:100%;height:100%;object-fit:cover}
.contact-page__filials{margin-top:40px;display:flex;flex-direction:column;gap:24px}
@media (max-width:850px){.contact-page__filials{margin-top:32px}}
.contact-page__filials-list{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
@media (max-width:1440px){.contact-page__filials-list{grid-template-columns:repeat(3,1fr)}}
@media (max-width:850px){.contact-page__filials-list{grid-template-columns:repeat(2,1fr)}}
.contact-page__filial.filial{display:flex;flex-direction:column;max-width:280px}
.contact-page__filial .filial{display:flex;flex-direction:column;width:300px}
.contact-page__filial .filial__item{display:flex;flex-direction:column;gap:8px;border-top:1px solid #F2F2F2;padding:12px 0}
.contact-page__filial .filial__item--first{border:none}
.contact-page__filial .filial__address{font-size:16px;font-style:normal;font-weight:400;line-height:24px;color:#242424}
.contact-page__filial .filial__data{display:flex;flex-direction:column;gap:4px}
.contact-page__filial .filial__time,.contact-page__filial .filial__phone{font-size:14px;font-weight:400;line-height:normal;color:#939393}
.contact-page__filial .filial__phone{cursor:pointer;text-decoration:none}
@media (max-width:850px){.contact-page__info{width:100%}.contact-page__img{display:none}}
.contacts-container iframe{min-height:500px;width:100%}
.error-page{display:flex;flex-direction:column;align-items:center;gap:48px;padding:64px 0;margin:64px 0;overflow:hidden}
.error-page__error{position:relative}
.error-page__stars{width:106px;height:97px;position:absolute;top:-26px;left:-105px}
.error-page__stars path{fill:#FE89BF}
.error-page__number{width:530px;height:205px}
.error-page__star{width:67px;height:67px;position:absolute;bottom:-27px;right:-105px}
.error-page__star path{fill:#FE89BF}
.error-page__text{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:400px}
.error-page__title{font-size:48px;font-weight:600;line-height:normal;color:#242424;text-align:center}
.error-page__title--colored{color:#5E00A5}
.error-page__description{font-size:18px;font-weight:400;line-height:28px;color:#484848;text-align:center}
.error-page__button{padding:16px 24px;border-radius:170px;background-color:#5E00A5;border:1px solid transparent;font-size:18px;font-weight:500;line-height:normal;color:#FFF;cursor:pointer;text-decoration:none}
.error-page__button:hover{background-color:#9628EA;transition:all 0.3s}
@media (max-width:1240px){.error-page{margin:97px 0 32px 0}}
@media (max-width:700px){.error-page__stars{width:57.43px;height:52.924px}.error-page__number{width:288.701px;height:111.369px}.error-page__star{width:36.074px;height:36.074px}}
@media (max-width:600px){.error-page__stars{left:-56px;top:-14.19px}.error-page__star{right:-46.12px;bottom:-14.73px}.error-page__text{max-width:310px}.error-page__title{font-size:36px}.error-page__description{font-size:18px;font-weight:400;line-height:25px}}
.politics-page{display:flex;flex-direction:column;gap:64px;padding:32px 0 64px 0;position:relative}
.politics-page__wrapper{display:flex;flex-direction:column;gap:32px}
.politics-page__wrapper ul{}
.politics-page__wrapper ul li{color:#484848}
.politics-page__wrapper ul li span{font-size:22px;font-weight:400;line-height:32px;color:#484848;opacity:0.8}
@media (max-width:600px){.politics-page__wrapper ul li span{font-size:18px}}
.politics-page__wrapper ul li a{color:#5E00A5;text-decoration:none}
.politics-page__wrapper ul li a:hover{color:#9628EA}
.politics-page__wrapper p{font-size:22px;font-weight:400;line-height:32px;color:#484848;opacity:0.8}
@media (max-width:600px){.politics-page__wrapper p{font-size:18px}}
.politics-page__wrapper h2{font-size:32px;font-weight:600;line-height:normal;color:#242424}
.politics-page__wrapper h2 span{font-size:32px;font-weight:600 !important;line-height:normal;color:#242424}
.politics-page__block{display:flex;flex-direction:column;gap:16px}
.politics-page__title{font-size:48px;font-weight:600;line-height:normal;color:#242424}
.politics-page__wrapper{display:flex;flex-direction:column;gap:32px}
.politics-page__block{display:flex;flex-direction:column;gap:16px}
.politics-page__name{font-size:32px;font-weight:600;line-height:normal;color:#242424}
.politics-page__description{font-size:22px;font-weight:400;line-height:32px;color:#484848;opacity:0.8}
@media (max-width:1440px){.politics-page{padding:32px 0;gap:32px}}
@media (max-width:1240px){.politics-page{padding:97px 0 32px 0}}
@media (max-width:600px){.politics-page__title{font-size:30px;font-weight:600;line-height:normal;color:#242424}.politics-page__name{font-size:28px;font-weight:600;line-height:normal;color:#242424}.politics-page__description{font-size:18px;font-weight:400;line-height:25px}}
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#fff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:1}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#fff}.swiper-pagination-black{--swiper-pagination-color:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}