@charset "UTF-8";.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:initial}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #00bcd4}.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button{display:none}.choices[data-type*=select-one]:after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #008fa1;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#00bcd4;border:1px solid #00a5bb;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#00a5bb;border:1px solid #008fa1}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown{visibility:hidden;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all;will-change:visibility}.choices__list--dropdown.is-active{visibility:visible}.is-open .choices__list--dropdown{border-color:#b7b7b7}.is-flipped .choices__list--dropdown{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item{text-align:right}@media (min-width:640px){.choices__list--dropdown .choices__item--selectable{padding-right:100px}.choices__list--dropdown .choices__item--selectable:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;-ms-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}.main__category__name{color:#fff;text-align:center;padding:25px;margin-top:-25px}.highlight__category__name{color:#d25ff3}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{box-sizing:border-box;font-size:16px}*,*:before,*:after{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,p,ol,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto}a{text-decoration:none;color:inherit}body{position:relative;font-family:Montserrat,sans-serif;background:#1b1a1c}.btn{background:transparent;border:none}.container{max-width:1180px;margin:0 auto}.main .adaptive-elem{display:none}.header{padding-top:20px;padding-bottom:30px}.header .container{display:flex;align-items:center;border-radius:25px;background:#00000080;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);padding:24px 40px}.header__logo{margin-right:20px}.header__logo-text{margin-right:45px}.header__nav{color:#ffffffbf;margin-right:auto}.header__nav .header__nav-list{display:flex;align-items:center}.header__nav .header__nav-item:not(:last-child){margin-right:16px}.header__nav .header__nav-link{color:inherit;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.16px;transition:color .2s ease-in-out}.header__nav .header__nav-link:hover{color:#fff}.header__nav .header__nav-link:active{color:#fff;text-decoration-line:underline}.header__buttons{display:flex;align-items:center}.header__btn{cursor:pointer;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.16px;border-radius:100px;padding:8px 30px;transition:color .2s ease-in-out,background-color .2s ease-in-out,border .2s ease-in-out}.header__btn-reg{color:#fff;border:2px solid rgba(255,255,255,.5);margin-right:18px}.header__btn-reg:hover{color:#000;border:2px solid rgba(0,0,0,0);background-color:#fff}.header__btn-in{color:#000;background:linear-gradient(92deg,#995df1,#d45ef2);transition:color .2s ease-in-out}.header__btn-in:hover{color:#fff}.header__btn-in-rounded{cursor:pointer;position:relative;display:flex;align-items:center;background:#d25ff3;border-radius:100px;padding:4px 5px}.header__btn-in-rounded svg{width:24px;height:24px}.header__btn-in-rounded .btn-connect{position:absolute;left:-11px;width:15px;height:15px;flex-shrink:0;background:#d25ff3;z-index:-1;transition:width .5s ease-in-out}.header__btn-in-rounded:hover .btn-connect{width:0}.header__info{display:flex;align-items:center;gap:12px}.header__balance{color:#fff;font-size:20px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.2px}.header__avatar{max-width:40px}.header__avatar-btn{cursor:pointer}.header__cart-wrap{position:relative}.header__cart{width:40px}.header__cart-btn{cursor:pointer}.header__cart-count{position:absolute;top:0;right:0;max-width:20px;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.16px;background-color:#d25ff3;padding:0 7px;border-radius:100%}.main__content{display:flex;margin-bottom:20px}.main__content .main__text{width:100%;display:flex;flex-direction:column;justify-content:center;margin-right:10px}.main__title{color:#fff;font-size:48px;font-style:italic;font-weight:400;line-height:normal;letter-spacing:-.48px}.main__title span{font-style:normal}.main__subtitle{color:#fff;font-size:48px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.48px;margin-bottom:5px;text-align:right}.main__subtitle span{font-weight:400}.main__dsc{color:#fff;font-size:20px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.4px}.main__block{position:relative;display:flex;flex-direction:column;width:100%;height:210px;padding:30px 25px;border-radius:30px;background:linear-gradient(107deg,#945df0,#dd5ef2)}.main__block-title{max-width:179px;color:#000;font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:auto}.main__block-dsc{max-width:236px;color:#0009;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.32px}.main__block-person{position:absolute;left:122px;bottom:0;top:-25px}.main__sub{display:flex;margin-bottom:33px}.main__sub .main__block{max-width:400px;height:136px;padding:20px 22px}.main__sub .main__block .main__block-title{max-width:259px}.main__sub-dsc{max-width:457px;color:#ffffffbf;font-size:18px;font-style:normal;font-weight:300;line-height:normal;letter-spacing:.36px;margin-right:23px}.main__banner{position:relative;display:flex;justify-content:space-between;height:452px;border-radius:55px;background-size:cover;background-repeat:no-repeat;padding:45px}.main__banner-goto-catalog{top:-60px;left:39px;position:absolute;padding:41px 13px;max-width:140px;max-height:140px;background-color:#a75bff;border:9px solid #1C1C1C;border-radius:100%;color:#000;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.main__banner-text{display:flex;flex-direction:column;height:100%;color:#fff;padding-top:60px}.main__banner-text .main__banner-title{font-size:20px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.2px;margin-bottom:auto}.main__banner-text .main__banner-dsc{max-width:498px;color:#ffffffbf;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.32px}.main__banner-stats{display:flex;flex-direction:column}.main__banner-quote{padding-top:30px;max-width:380px;text-align:right;color:#ffffffbf;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.32px;margin-bottom:auto}.main__banner-quote:before{content:"“";color:#985ef180;font-size:48px;font-style:normal;font-weight:700;line-height:normal}.main__banner-cards{display:flex}.main__banner-cards .main__banner-card{width:calc((100% - 20px)/2);border-radius:30px;background:#1c1c1c}.main__banner-cards .main__banner-card:not(:last-child){margin-right:20px}.main__banner-cards .main__banner-card-title{max-width:81px;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.32px;margin-bottom:40px}.main__banner-cards .main__banner-card-img{max-width:180px;max-height:180px}.category{padding-top:80px}.category__cards{display:flex}.category__cards .category__card{position:relative;display:flex;flex-direction:column;width:calc((100% - 60px)/4);padding-top:116px;padding-bottom:32px;border-radius:25px;background:#252525;text-align:center}.category__card{transition:transform .2s ease-in-out}.category__card:hover{transform:scale(1.05)}.category__cards .category__card span{color:#fff;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:normal}.category__cards .category__card:not(:last-child){margin-right:20px}.category__cards .category__card-img{position:absolute;top:-60px;right:0;left:28%;max-width:134px;max-height:134px;flex-shrink:0}.catalog{padding-top:82px;padding-bottom:60px}.catalog__title{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-right:12px}.select-wrap{display:flex;align-items:center;position:relative;margin-bottom:30px}.select-wrap .select-arrow-img{content:"▼";position:absolute;left:220px;top:50%;transform:translateY(-50%);pointer-events:none}.select-wrap .select-opened{transform:translateY(-50%) rotate(180deg)}.catalog__select{border-radius:100px;background:#985ef1;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer;padding:4px 36px 4px 16px}.select-wrap .choices{min-width:154px;border:none;border-radius:100px;background:#985ef1;padding:0}.select-wrap .choices__inner{border:none;min-height:100%;border-radius:100px;background:#985ef1;padding:0}.select-wrap .is-open .choices__inner{border-radius:15px 15px 0 0}.select-wrap .choices__list{background:#985ef1;border:none;padding:0}.select-wrap .choices[data-type*=select-one] .choices__inner{padding-bottom:0}.select-wrap .choices__item{border:none;color:#000;font-size:16px;font-style:normal;font-weight:700;line-height:normal;padding:4px 36px 4px 16px}.select-wrap .choices__list--dropdown .choices__item--selectable:after{content:none}.select-wrap .choices[data-type*=select-one] .choices__input{display:none}.select-wrap .is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.catalog__filters-wrap{display:flex;justify-content:space-between;border-radius:25px;background:#272727;padding:40px;margin-bottom:114px}.catalog__filters-wrap .catalog__filters-checkboxes{display:flex;margin-bottom:55px}.catalog__filters-wrap .catalog__filter-label{position:relative;display:flex;align-items:center}.catalog__filters-wrap .catalog__filter-label .catalog__filters-range-text{padding-left:20px;color:#8f8f8f;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.catalog__filters-wrap .catalog__filter-label:not(:last-child){margin-right:23px}.catalog__filters-wrap .catalog__filters-checkbox-text{color:#fff;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.form-group{display:block;margin-bottom:15px}.catalog__filters-checkboxes input{padding:0;height:initial;width:initial;margin-bottom:0;display:none;cursor:pointer}.catalog__filters-checkboxes label{position:relative;cursor:pointer}.catalog__filters-checkboxes label:before{content:"";-webkit-appearance:none;border-radius:5px;border:1px solid #FFF;padding:10px;display:inline-block;position:relative;vertical-align:middle;cursor:pointer;margin-right:5px}.catalog__filters-checkboxes input:checked+label:after{content:"";display:block;position:absolute;top:2px;left:9px;width:6px;height:14px;border:solid #31373D;border-width:0 2px 2px 0;transform:rotate(45deg)}.catalog__filters-checkboxes input:checked+label:before{padding:10px;border:1px solid transparent;border-radius:5px;background:#985ef1}.catalog__filters-ranges{display:flex}.catalog__filters-ranges .catalog__filter-label{display:flex;flex-direction:column;align-items:flex-start}.catalog__filters-apply{display:flex;flex-direction:column;justify-content:flex-end}.catalog__filters-apply .catalog__filters-title{color:#8f8f8f;font-size:12px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:13px}.catalog__filters-apply #filterPoint{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border-radius:15px;border:1px solid rgba(255,255,255,.5);color:#ffffff80;font-size:15px;font-style:normal;font-weight:400;line-height:normal;padding:10px 16px;margin-bottom:21px}.catalog__filters-apply #filterPoint:after{position:absolute;right:16px;width:20px;height:20px;background:red}.catalog__filters-apply .choices{background:transparent;padding:0}.catalog__filters-apply .choices__inner{background:transparent;min-height:100%;padding:0;border-radius:15px;border:1px solid rgba(255,255,255,.5)}.catalog__filters-apply .is-open .choices__inner{border-radius:15px 15px 0 0}.catalog__filters-apply .choices__list{background:#272727}.catalog__filters-apply .choices[data-type*=select-one] .choices__inner{padding-bottom:0}.catalog__filters-apply .choices__item{color:#ffffff80;font-size:15px;font-style:normal;font-weight:400;line-height:normal;padding:4px 36px 4px 16px}.catalog__filters-apply .choices__list{border-bottom-left-radius:15px;border-bottom-right-radius:15px;color:#ffffff80;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.catalog__filters-apply .choices__list--dropdown .choices__item--selectable:after{content:none}.catalog__filters-apply .choices__list--dropdown .choices__item--selectable.is-highlighted:after{display:none}.catalog__filters-apply .choices[data-type*=select-one] .choices__input{display:none}.catalog__filters-apply .choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:#000}.catalog__filters-apply-btn{border:none;border-radius:15px;background:#985ef1;padding:15px 25px;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal;transition:background-color .2s ease-in-out,color .2s ease-in-out}.catalog__filters-apply-btn:hover{background:#8c48fd;color:#fff}.catalog__products{display:flex;flex-wrap:wrap}.catalog__products .catalog__product-card{position:relative;width:calc((100% - 60px)/4);padding:20px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;border-radius:35px;background-repeat:no-repeat;background-size:cover;background-color:#313131;background-blend-mode:multiply;margin-bottom:50px}.catalog__products .catalog__product-card .catalog__card-stats-img{position:absolute;left:-20px;right:0;top:-85px;max-width:276px;max-height:207px}.catalog__products .catalog__product-card:hover .catalog__product-price{background-image:none;background-color:#fff;color:#000}.catalog__products .catalog__product-card:not(:nth-child(4n)){margin-right:20px}.catalog__products .catalog__card-logo-img{position:absolute;right:20px;top:75px}.catalog__products .catalog__card-title{color:#fff;font-size:20px;font-style:normal;font-weight:400;line-height:normal;mix-blend-mode:difference;margin-bottom:20px}.catalog__products .catalog__card-stats{position:relative;color:#fff;font-size:24px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:66px}.catalog__products .catalog__card-prem-num,.catalog__products .catalog__card-tops-num{color:#fff;font-size:32px;font-style:normal;font-weight:400;line-height:normal}.catalog__products .catalog__card-price{display:flex;align-items:center}.catalog__products .catalog__product-price{cursor:pointer;padding:10px 25px;border-radius:100px;background:linear-gradient(95deg,#975df1,#da5ef3);background-blend-mode:multiply;border:none;color:#000;font-size:20px;font-style:normal;font-weight:400;line-height:normal;margin-right:10px;transition:color .2s ease-in-out,background .2s ease-in-out}.catalog__products .catalog__card-product-discount{display:flex}.catalog__products .catalog__card-product-discount-old{color:#7e7e7e;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-decoration:line-through;margin-right:10px}.catalog__products .catalog__card-product-discount-percents{font-size:16px;font-style:normal;font-weight:700;line-height:normal;background:linear-gradient(111deg,#9e5df1,#d05ef3);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.link-wrap{display:flex;flex-direction:column;align-items:center}.catalog__products-more{cursor:pointer;text-align:center;color:#ffffff80;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:12px}.catalog__linkto{max-width:278px;display:block;padding:15px 49px;text-align:center;border-radius:15px;background:linear-gradient(92deg,#965df1,#d85ef2)}.feedback{padding-top:35px;padding-bottom:12px;border-radius:50px;background:linear-gradient(270deg,#272727 3.35%,#27272700 19.02%,#27272700 99.97%);overflow-x:hidden}.feedback .container{position:relative}.feedback .feedback__personal{max-width:480px;display:flex;flex-direction:column;border-radius:50px;background:#fff}.feedback .feedback__personal-user{display:flex;align-items:center;margin-bottom:20px}.feedback .feedback__personal-avatar{width:60px;height:60px;margin-right:10px}.feedback .feedback__personal-info{margin-right:auto}.feedback .feedback__user-name{color:#000;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.feedback .feedback__review-date{color:#00000080;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.feedback .feedback__personal-product{color:#000;font-size:15px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:auto}.feedback .feedback__personal-product span{font-weight:400}.feedback .feedback__personal-review{color:#000;font-size:15px;font-style:normal;font-weight:500;line-height:normal}.feedback .feedback__personal-review span{font-weight:400}.feedback .feedback__swiper{width:100%;margin-bottom:70px}.feedback .feedback__swiper--adaptive{display:none}.feedback .swiper-slide{height:300px;padding:20px 30px 40px;background:#fff}.feedback .swiper-scrollbar{height:12px;max-width:701px;top:4px;left:215px;border-radius:100px;background:#484848}.feedback .swiper-scrollbar-drag{border-radius:100px;background:#fff}.feedback__title{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:35px}.feedback__rate{display:flex;align-items:center;margin-bottom:30px}.feedback__rate-num{display:flex;align-items:center;color:#fff;font-size:36px;font-style:normal;font-weight:500;line-height:normal;margin-right:20px}.feedback__rate-num span{margin-right:6px}.feedback__rate-title{color:#fff;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.feedback__form{display:flex;align-items:center}.feedback__form .feedback__form-input{resize:none;width:680px;height:105px;padding:15px 20px;border-radius:25px;border:1px solid rgba(255,255,255,.5);color:#fffc;font-size:16px;font-style:normal;font-weight:400;line-height:normal;background:transparent;margin-right:20px}.feedback__form .feedback__form-input::placeholder{color:#ffffff80}.feedback__form .feedback__form-btn{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:25px;background:#985ef1;transition:background-color .2s ease-in-out}.feedback__form .feedback__form-btn:hover{background:#fff}.feedback__form .feedback__form-btn:hover svg path{fill:#000}.faq{padding-top:60px;padding-bottom:80px}.faq .ac{background:transparent;border:none;margin-bottom:50px}.faq .ac .ac-text{color:#ffffff80;font-size:24px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:43px}.faq .ac-trigger{color:#fff;font-size:24px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:40px;padding-left:90px}.faq .ac-link{cursor:pointer;display:flex;align-items:center;border-radius:15px;background:linear-gradient(92deg,#965df1,#d85ef2);padding:15px 20px;transition:color .2s ease-in-out}.faq .ac-link span{margin-right:10px}.faq .ac-link svg path{transition:fill .2s ease-in-out}.faq .ac-link:hover{color:#fff}.faq .ac-link:hover svg path{fill:#fff}.faq .ac .ac-trigger:after{content:""}.faq .ac.is-active>.ac-header .ac-trigger:after{content:""}.faq .ac .ac-trigger:before{content:"+";display:flex;justify-content:center;align-items:center;text-align:center;width:70px;height:70px;font-size:40px;border:2px solid white;border-radius:100%;-webkit-transform:translate(0,-50%);transform:translateY(-50%);position:absolute;top:50%;left:0}.faq .ac.is-active>.ac-header .ac-trigger:before{content:"–";padding-bottom:6px}.faq__title{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:60px}.footer{padding:50px 0;border-radius:50px 50px 0 0;background:#000}.footer .container{display:flex}.footer__socials{flex-basis:50%}.footer__socials-title{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:46px}.footer__social-list{display:flex;flex-direction:column}.footer__socials-item{display:flex;align-items:center;margin-bottom:41px}.footer__socials-img{min-width:50px;margin-right:18px}.footer__socials-link{color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-decoration-line:underline;transition:color .2s ease-in-out}.footer__socials-link:hover{color:#ffffffbf}.footer__watermark{display:flex;align-content:center}.footer__watermark-wot{color:#ffffff80;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-right:34px}.footer__banner{width:100%;display:flex;flex-direction:column;padding:40px;border-radius:50px;background:linear-gradient(97deg,#ce5ef2,#965ef1)}.footer__banner-title{color:#000;font-size:20px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:35px}.footer__banner-dsc{max-width:498px;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:auto}.footer__banner-btn-wrap{display:flex;align-items:center;justify-content:space-between}.footer__banner-btn-wrap .footer__banner-btn{cursor:pointer;display:flex;align-items:center;padding:15px 27px;border-radius:50px;background:#000;color:#fff;font-size:16px;font-style:normal;font-weight:500;line-height:normal;transition:color .2s ease-in-out,background-color .2s ease-in-out}.footer__banner-btn-wrap .footer__banner-btn span{margin-right:28px}.footer__banner-btn-wrap .footer__banner-btn:hover{color:#ffffffbf;background-color:#000000e6}.footer__banner-btn-wrap .footer__banner-btn-up{padding:10px 17px}.footer__banner-btn-wrap .footer__banner-btn-img{max-height:49px}.order{padding:150px 0}.order .container{display:flex;justify-content:center}.order__banner{display:flex;align-items:center;width:100%;padding:30px;border-radius:25px;background:#292929;margin-bottom:24px;box-shadow:0 0 20px #00000026}.order__success{margin-right:60px}.order__banner-info{margin-right:40px}.order__banner-dsc-wrap{display:flex;align-items:center;margin-bottom:12px}.order__banner-dsc-wrap span{padding:7px 13px;border-radius:0 100px 100px 0;background:#985ef1;color:#292929;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.order__banner-dsc-wrap .order__banner-dsc{border-radius:100px 0 0 100px;background:#161616;color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.order__banner-success-text{color:#fff;font-size:36px;font-style:normal;font-weight:400;line-height:normal}.order__banner-btn-wrap{position:relative}.order__banner-btn-img{position:absolute;top:-55px;left:-110px}.order__banner-download{display:inline-flex;height:40px;padding:0 25px;align-items:center;gap:10px;border-radius:20px;background:#985ef1;box-shadow:0 4px 15px -9px #2667ff;color:#292929;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;transition:color .2s ease-in-out}.order__banner-download:hover{color:#fff}.order__banner-download:hover svg path{fill:#fff}.order__banner-download-img path{transition:fill .2s ease-in-out}.order__list-title{color:#fff;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:24px}.order__list{display:flex;flex-direction:column;gap:24px}.order__item{border-radius:100px;background:#292929;display:flex;padding:12px 30px;align-items:center;gap:17px;color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.order__item-info{display:flex;align-items:center;gap:17px;color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.order__item-name{font-weight:600}.order__item-value,.order__item-price{border-radius:15px;background:#363636;padding:12px 22px}.order__item-btn{cursor:pointer;display:flex;justify-content:center;padding:10px;border-radius:50px;background:#171717;transition:background-color .2s ease-in-out}.order__item-btn:hover{background-color:#fff}.order__item-btn:hover svg path{fill:#000}.order__item-btn-img path{transition:fill .2s ease-in-out}.error__bg{background-color:#000000d9;background-blend-mode:multiply}.error{padding-bottom:100px}.error .container{max-width:832px;display:flex;flex-direction:column;align-items:center}.error-dsc{color:#fff;font-size:32px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.32px;margin-bottom:55px}.error__btn{cursor:pointer;max-width:380px;padding:22px 46px;border-radius:100px;background:#985ef1;color:#000;font-size:24px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:.24px;transition:color .2s ease-in-out,background-color .2s ease-in-out}.error__btn:hover{background:#985ed1}.chat__window{pointer-events:none;display:flex;flex-direction:column;position:fixed;right:20px;bottom:20px;width:100px;height:100px}.chat__window .chat{margin-bottom:20px;width:100px;height:100px}.chat__btn-open{pointer-events:auto;width:100px;height:100px}.profile{position:relative;display:flex;width:360px;height:727px;max-width:640px;padding:20px 12px;flex-direction:column;align-items:center;gap:16px;border-radius:25px;background:#000}.profile__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;background:transparent;border:none;color:#fff;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease-in-out}.profile__close:hover{background:#2c2c2c}.profile__info{display:flex;flex-direction:column;align-items:center;gap:10px}.profile__img{width:110px;height:110px;border-radius:50%;object-fit:cover;background:#2c2c2c;border:2px solid #975DF1;cursor:pointer}.profile__username{color:#fff;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.profile__btn-wrap{display:flex;justify-content:center;align-items:center;gap:10px}.profile__btn{padding:12px 25px;border-radius:20px;border:1px solid #975DF1;color:#975df1;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;transition:color .2s ease-in-out,background-color .2s ease-in-out}.profile__btn:hover{background-color:#975df1;color:#fff}.profile__balance-wrap{display:flex;padding:20px;flex-direction:column;align-items:flex-start;gap:10px;border-radius:20px;background:#2c2c2c;align-self:stretch}.profile__balance{display:flex;align-items:center;gap:10px;color:#fff;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.profile__balance-img{max-width:24px;max-height:24px}.profile__menu{align-self:stretch}.profile__menu-list{width:100%;display:flex;flex-direction:column;align-items:flex-start}.profile__menu-item{width:100%;display:flex;padding:4px 16px;align-items:center;gap:10px;align-self:stretch;color:#fff;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.profile__menu-item:not(:last-child){margin-bottom:16px}.profile__menu-item-title{margin-right:auto}.buy__history .profile__btn-wrap{display:flex;padding:20px 16px;align-items:center;gap:10px;flex-shrink:0;align-self:flex-start}.buy__history .profile__btn-back{display:flex;align-items:center;gap:10px;color:#fff;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.buy__history .profile__menu-item-title{max-width:160px}.history__title{color:#fff;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.buy__history-product .profile__menu-item-title{max-width:100%;margin-right:0}.buy__history-product .textareaCopy{height:16px;border:none;outline:none;box-sizing:border-box;padding:0;background:transparent;resize:none;color:#fff;font-size:13px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.13px}.profile__btn-copy{cursor:pointer}.profile__copytext-wrap{display:flex;align-items:center;justify-content:center}.login{border-radius:20px;background:linear-gradient(180deg,#252525 .01%,#171717);display:flex;width:680px;max-width:680px;padding:30px 40px;justify-content:space-between;align-items:flex-start}.login__menu{max-width:205px;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:25px}.login__menu-logo-wrap{margin-bottom:15px}.login__menu-btn-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.login__menu-btn-wrap{max-width:205px;width:100%;margin-bottom:auto}.login__menu-btn{cursor:pointer;display:flex;height:40px;padding:0 25px;align-items:center;gap:10px;align-self:stretch;border-radius:10px;background:#303030;color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.login__menu-btn-vk{border-radius:10px;background:linear-gradient(92deg,#1783ff,#52a3ff)}.login__menu-faq{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.login__menu-link{color:#eee;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.login__form{display:flex;max-width:320px;padding:20px 30px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:10px;background:#1c1c1c}.login__form-title{color:#fff;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.login__form-input-wrap{position:relative;display:flex;padding:9px 25px;align-items:center;gap:10px;align-self:stretch;border-radius:15px;border:2px solid #464646;transition:border-color .2s ease-in-out}.login__form-input-wrap:hover{border:2px solid grey}.login__form-label{position:absolute;top:-7px;left:15px;color:#fff;padding:0 10px;font-size:10px;font-style:normal;font-weight:400;line-height:normal;border-radius:15px;background:#515151}.login__form-input{background:transparent;border:none;color:#fff;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;outline:none}.login__form-btn{cursor:pointer;display:flex;padding:10px 25px;justify-content:center;align-items:center;align-self:stretch;border:none;border-radius:20px;background:#a74be7;color:#000;font-size:16px;font-style:normal;font-weight:400;line-height:normal;transition:color .2s ease-in-out}.login__form-btn:hover{color:#fff}.email{padding:81px 125px;max-width:600px;width:100%;border-radius:25px;background:#1c1c1c}.email .login__form{gap:10px;padding:0}.email__logo{margin-bottom:10px}.email__dsc{max-width:350px;color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:36px}.email__label{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.email__form-btn{padding:10px 12px;border-radius:10px;background:linear-gradient(105deg,#cc5ef2,#995ef1 103.75%);color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.consult{border-radius:25px;background:#181718;display:flex;flex-direction:column;align-items:center;padding:55px 65px;max-width:650px;width:100%}.consult .login__form{max-width:none;align-items:center;background-color:transparent}.consult .login__form-input::placeholder{color:#5f5f5f;font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.14px}.consult__input-wrap{display:flex;flex-direction:column;align-items:center;gap:8px}.consult__suptitle{color:#858585;font-size:20px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.2px;margin-bottom:6px}.consult__title{color:#fff;font-size:32px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.32px;margin-bottom:65px}.consult__form-label{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.14px}.consult__contact-title{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.14px;margin-bottom:16px}.consult__contact-link-wrap{display:flex;justify-content:center;align-items:center;gap:13px}.consult__contact-label{display:flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:10px;cursor:pointer;background-repeat:no-repeat;background-position:center;transition:background-color .2s ease-in-out}.consult__contact-label:hover{background-color:transparent}.consult__whatsapp-label{border-radius:10px;background-color:#3f5a3d;background-image:url(../3otmetki/img/logos_whatsapp-icon.svg)}.consult__telegram-label{border-radius:10px;background-color:#4a6278;background-image:url(../3otmetki/img/tg-icon.svg)}#whatsappCheckbox:checked+.consult__whatsapp-label{border:1px solid #60D669;background-color:#000;background-image:url(../3otmetki/img/consultwhatsappchecked.svg)}#telegramCheckbox:checked+.consult__telegram-label{border:1px solid #2DA4DC;background-color:#000;background-image:url(../3otmetki/img/consulttgchecked.svg)}.chat__btn-open{align-self:flex-end;width:100%;max-width:100px;height:100px;background-color:#242424;border-radius:100px;border:none;z-index:100;transition:background-color .3s ease-in-out}.chat__btn-open:hover{background-color:#a74be6}.chat{position:relative;border-radius:20px;background:#202020;display:flex;max-width:400px;width:100%;flex-direction:column;align-items:flex-start;overflow-y:hidden;pointer-events:none;opacity:0;transition:opacity .5s ease}.chat--active{pointer-events:auto;opacity:1}.chat__header{display:flex;padding:20px 30px;justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid #6F6F6F;border-radius:20px 20px 0 0}.chat__header-title{color:#e9e9e9;font-family:Roboto,sans-serif;font-size:24px;font-style:normal;font-weight:500;line-height:normal}.chat__message-wrap{overflow-y:auto;padding:20px 15px;display:flex;flex-direction:column-reverse;height:560px;justify-content:flex-start;align-self:stretch;scrollbar-width:none;-ms-overflow-style:none}.chat__message-wrap::-webkit-scrollbar{width:6px}.chat__message-wrap::-webkit-scrollbar-track{background:transparent}.chat__message-wrap::-webkit-scrollbar-thumb{background:#ffffffb3}.chat__message-wrap::-webkit-scrollbar-thumb:hover{background:#555}.chat__form{border-top:1px solid #6F6F6F;display:flex;padding:9px 25px;justify-content:space-between;align-items:center;align-self:stretch;border-radius:0 0 20px 20px;gap:5px}.chat__form-input{width:100%;height:44px;background-color:transparent;border:none;outline:none;display:flex;flex-direction:column;justify-content:center;align-self:stretch;color:#6f6f6f;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.chat__btn{display:flex;min-width:40px;min-height:40px;padding:10px;justify-content:center;align-items:center}.chat__header-btn{display:flex;align-items:center}.chat__form-send{cursor:pointer;border-radius:10px;background:#2c2c2c;border:1px solid transparent}.chat__form-send:hover{border:1px solid #2C2C2C}.chat__message-client{position:relative;display:flex;max-width:320px;min-height:46px;height:auto;padding:15px;align-items:flex-start;gap:10px;border-radius:20px 20px 0;background:#a74be6;color:#1c1c1c;text-align:right;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;align-self:flex-end}.chat__message-client .chat__message-time{bottom:-15px;right:1px}.chat__message-admin{position:relative;display:flex;max-width:320px;padding:15px;align-items:flex-start;gap:10px;border-radius:20px 20px 20px 0;background:#2c2c2c;color:#e9e9e9;font-size:14px;font-style:normal;font-weight:400;line-height:normal;font-family:Roboto,sans-serif;align-self:flex-start}.chat__message-time{position:absolute;bottom:-15px;left:1px;color:#6f6f6f;font-family:Roboto,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:normal}.chat__message{flex-shrink:0;margin-bottom:25px;opacity:0;transform:translateY(20px);transition:opacity .5s ease-in-out,transform .5s ease-in-out,translateY .5s ease-in-out;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word}.chat__message--active{transform:translateY(0);opacity:1}.chat__menu{position:absolute;bottom:0;max-width:400px;width:100%;padding:30px 20px 20px;flex-direction:column;align-items:flex-start;gap:10px;align-self:stretch;border-radius:20px;background:#202020;transform:translateY(100%);opacity:0;transition:transform .5s ease,opacity .5s ease;pointer-events:none;z-index:100}.chat__menu--active{display:flex;transform:translateY(0);opacity:1;pointer-events:auto}.chat__menu-drag-handle{position:absolute;top:15px;left:50%;transform:translate(-50%);border-radius:4px;background:#969696;width:32px;height:4px;cursor:pointer;z-index:101}.chat__menu-list{width:100%}.chat__menu-item{width:100%;border:1px solid #969696;max-height:80px;padding:20px 20px 20px 30px;border-radius:15px;transition:background-color .2s ease-in-out}.chat__menu-item:hover,.chat__menu-item:active{background-color:gray}.chat__menu-link{display:flex;align-items:center;gap:20px;align-self:stretch;color:#c5c5c5;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.chat__menu-link-img{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8px}.chat__menu-list-top .chat__menu-link-img{border-radius:10px;background:#3d3d3d}.chat__menu-list-top .chat__menu-item:first-child{margin-bottom:10px}.chat__menu-list-bottom .chat__menu-link-img{border-radius:10px;background:#1b1b1b}.chat__menu-list-bottom .chat__menu-item{border-radius:0}.chat__menu-list-bottom .chat__menu-item:first-child{border-radius:15px 15px 0 0}.chat__menu-list-bottom .chat__menu-item:last-child{border-radius:0 0 15px 15px}@media (max-width: 1281px){.main__block-person{position:absolute;left:100px;bottom:0;top:-25px}.header__nav{margin-right:10px}.header__logo-text{margin-right:20px}.header__logged .header__nav{margin-right:auto}}@media (max-width: 989px){.chat__window{display:none}.container{max-width:768px}.header__nav{display:none}.header__logo-text{margin-right:auto}.main__block-person{display:none}.catalog__filters-wrap{flex-direction:column}.catalog__filters-ranges{margin-bottom:30px}.catalog__filters-apply{max-width:300px}.catalog__products .catalog__product-card{width:calc((100% - 20px)/2);border-radius:50px}.catalog__products .catalog__product-card:not(:nth-child(4n)){margin-right:0}.catalog__products .catalog__product-card:not(:nth-child(2n)){margin-right:20px}.category__cards{flex-wrap:wrap}.category__cards .category__card{width:calc((100% - 20px)/2);margin-bottom:60px}.category__cards .category__card:not(:last-child){margin-right:0}.category__cards .category__card:not(:nth-child(2n)){margin-right:20px}.category__cards .category__card-img{left:33%}.footer .container{flex-direction:column}.footer__banner-btn-wrap{flex-wrap:wrap}.footer__banner-dsc{margin-bottom:35px}.footer__banner-btn:first-child{margin-bottom:16px}.footer__banner-btn-wrap .footer__banner-btn-up{margin-left:auto}.footer__watermark{margin-bottom:30px}.viewed__products .catalog__product-card{width:calc((100% - 20px)/2)}.viewed__products .catalog__product-card:not(:nth-child(4n)){margin-right:0}.viewed__products .catalog__product-card:not(:nth-child(2n)){margin-right:20px}.banner__wrap-opened .catalog__filters-ranges{flex-direction:column;align-items:flex-start}.footer__socials{display:flex;flex-direction:column;align-items:center}}@media (max-width: 768px){.header .container{padding:24px}.container{max-width:430px}.header__nav,.header__cart-wrap,.header__logo-text{display:none}.header__logged .header__logo-text{margin-right:auto}.header__buttons{margin-left:auto}.header__logo{max-width:32px;max-height:32px;flex-shrink:0;margin-right:5px}.header__logo-text{max-width:110px;max-height:24px}.header__info{width:100%;justify-content:space-between}.main__block{display:none}.main__content .main__text{margin-right:0}.main__title{text-align:center;font-size:36px}.main__subtitle{text-align:center;font-size:32px}.main__dsc{padding-right:10px;text-align:right}.main__sub{margin-bottom:80px}.main__sub-dsc{max-width:247px;text-align:left;color:#ffffff80;font-size:15px;font-style:normal;font-weight:300;line-height:normal;letter-spacing:.3px;margin-right:0}.main__banner{flex-direction:column;height:700px;background-position:center}.main__banner .main__banner-cards{display:none}.main__banner-cards{display:flex;margin-bottom:85px}.main__banner-goto-catalog{left:50%;transform:translate(-50%)}.main__banner-text .main__banner-dsc{max-width:324px;color:#ffffff80;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.32px;margin-bottom:200px}.main__banner-quote{color:#ffffff80;text-align:right;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.32px}.category__cards{flex-direction:column;align-items:center}.category__cards .category__card:not(:last-child){margin-right:0}.category__cards .category__card{max-width:280px;max-height:196px;flex-shrink:0;width:100%;margin-bottom:100px}.catalog__filters-wrap{flex-direction:column}.catalog__filters{display:flex;align-items:flex-start;flex-direction:column}.catalog__filters-wrap .catalog__filters-checkboxes{align-items:flex-start;flex-direction:column}.catalog__filters-wrap .catalog__filter-label:not(:last-child){margin-right:0;margin-bottom:40px}.catalog__filters-wrap .catalog__filter-label .catalog__filters-range-text{padding-left:0}.catalog__filters-ranges{align-items:flex-start;flex-direction:column}.catalog__products .catalog__product-card:not(:nth-child(4n)){margin-right:0}.catalog__products .catalog__product-card{max-width:280px;max-height:280px;width:100%;margin-bottom:50px;background-repeat:no-repeat}.catalog__products{justify-content:center}.feedback .container{display:flex;flex-direction:column;align-items:center}.feedback .swiper-scrollbar{display:none}.feedback__title{text-align:center}.feedback__rate{align-items:center;flex-direction:column}.feedback__form .feedback__form-input{width:350px;height:80px;padding:10px 20px}.feedback .feedback__swiper{display:none}.feedback .feedback__swiper--adaptive{display:flex;justify-content:center;width:377px;overflow-y:hidden;flex-shrink:0;margin-bottom:70px}.feedback__swiper--adaptive .swiper-wrapper{flex-direction:column;max-height:927px}.feedback__swiper--adaptive .swiper-slide{padding:20px;margin-bottom:30px}.feedback .feedback__personal{max-width:337px;border-radius:15px;background:#d9d9d9}.feedback .feedback__personal-product,.feedback .feedback__personal-user,.feedback .feedback__personal-review{max-width:337px}.feedback__personal-star-filled{max-width:29px;max-height:29px}.footer__socials-list{display:flex;flex-direction:column;align-items:flex-start}.footer__watermark{align-items:center;justify-content:center;margin-bottom:60px}.banner__wrap{flex-direction:column}.banner__filter{width:100%;max-width:none;display:flex;flex-direction:column;padding:40px;margin-right:0;margin-bottom:20px}.banner__filters-opened:before{display:none}.catalogue__top{flex-direction:column;align-items:flex-start}.catalogue__top .catalogue__top-title{margin-right:0;margin-bottom:22px}.catalogue__top .catalogue__top-filters{margin-right:auto;margin-bottom:22px}.catalog__products .catalog__product-card{height:365px}.viewed__products .catalog__product-card{width:100%}.viewed__products .catalog__product-card:not(:nth-child(2n)){margin-right:0}.viewed__btn-wrap{display:flex;align-items:center;justify-content:center}.public .container{flex-direction:column;align-items:center}.public .public__nav{margin-bottom:40px}.public__nav{margin-right:0}}@media (max-width: 481px){.header__info{width:max-content;justify-content:space-between}.header__buttons{margin-left:0}.container{max-width:320px}.header .container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;border-radius:25px;background:#00000080;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);padding:24px 8px}.header__btn-in-rounded{display:none}.header__logo-text{max-width:80px;max-height:24px;margin-right:0;margin-bottom:10px}.header__logo{max-width:20px;margin-bottom:10px}.header__logged .header__logo-text{max-width:80px;max-height:24px;margin-right:auto;margin-bottom:0}.header__logged .header__logo{max-width:20px;margin-bottom:0}.header__logged .container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;border-radius:25px;background:#00000080;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);padding:24px 30px}.category__cards .category__card-img{left:30%}.catalog__filters{align-items:center}.select-wrap{justify-content:center}.faq .container,.feedback .container{display:flex;flex-direction:column;align-items:center}.feedback .feedback__swiper--adaptive{width:270px}.feedback .feedback__personal{max-width:270px}.feedback .feedback__personal-user{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:20px}.feedback__form{align-items:flex-start;flex-direction:column}.feedback__form .feedback__form-input{width:300px;height:80px;padding:10px 20px;margin-right:0;margin-bottom:20px}.feedback__form .feedback__form-btn{align-self:flex-end}.feedback__swiper--adaptive .swiper-slide{width:230px}.footer__banner-btn-wrap .footer__banner-btn-up{padding:10px 14px}.footer__banner-btn-wrap .footer__banner-btn{padding:15px 23px}.footer__banner-btn-wrap .footer__banner-btn span{margin-right:10px}.footer__socials-title{padding-left:5px}.catalogue__top .catalogue__top-filters .catalogue__top-filters-btn:first-child{margin-bottom:22px}.banner__discount-copy-text{max-width:240px}.banner__discount{padding:30px}.banner__filter-more-img{max-height:50px;transform:rotate(90deg)}.catalog__filters{align-items:flex-start}.footer__banner-btn-wrap .footer__banner-btn{padding:10px 24px;font-size:14px}.footer__banner-btn-wrap .footer__banner-btn-img{max-height:18px}}@media (max-width: 1281px){.chat__message-wrap{min-height:200px;height:400px}}@media (max-width: 768px){.login{flex-direction:column;align-items:center;width:320px}.login__form{display:flex;max-width:320px;padding:0;flex-direction:column;align-items:flex-start;gap:20px;border-radius:0;background:transparent}.login__menu{margin-bottom:40px}.consult__suptitle,.consult__title{text-align:center}.consult{max-width:480px;padding:40px 20px}.consult__contact-title{text-align:center}.profile__btn-wrap{flex-direction:column;align-self:stretch;width:100%}.profile__btn{width:100%;padding:14px 25px;text-align:center}.profile__menu-item{padding:12px 16px}.profile__img{width:96px;height:96px}}@media (max-width: 481px){.consult{max-width:320px}.email{padding:60px 43px}}
