@font-face{font-family:Alice;font-display:swap;src:url(../fonts/Alice-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Inter;font-display:swap;src:url(../fonts/Inter-Bold.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Inter;font-display:swap;src:url(../fonts/Inter-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:monotypecorsiva;font-display:swap;src:url(../fonts/monotypecorsiva.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-ExtraBold.woff2) format("woff2");font-weight:800;font-style:normal}@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-Bold.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-Regular.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-Medium.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-Light.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-LightItalic.woff2) format("woff2");font-weight:300;font-style:italic}:root{--primary:#140A3C;--additional:#FF0A78;--white:#fff;--background:#FBFBFB;--gray:#8A91A6;--light-gray:#EAEDF9;--violet:#7417FF;--light-green:#4BCDC4;--she-pink:#FEEFFF;--he-blue:#EBEFFF;--they-beige:#FFEAE5;--dark-pink:#FBB0D2;--green:#C6F8E5;--pink:#F5CDDE;--blue:#CCE1F2;--yellow:#FBF7D5;--section-lightgreen:#CBE9C3;--purple:#E2BEF1;--blue-gray:#D1D7EF;--beige:#F9DED7}*{padding:0;margin:0;border:0}*,*::after,*::before{box-sizing:border-box}*::after,*::before{display:inline-block}body,html{height:100%;min-width:320px;scroll-behavior:smooth}body{color:var(--primary);line-height:1;font-family:Montserrat;font-size:.875rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea{font-family:Montserrat;font-size:inherit;line-height:inherit;color:inherit;background-color:transparent}input,textarea{width:100%}label{display:inline-block}button,option,select{cursor:pointer}a{display:inline-block;color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}body{background-color:var(--background)}body::-webkit-scrollbar{width:10px;-webkit-appearance:none;appearance:none;border-radius:5px}body::-webkit-scrollbar-track{background:var(--light-gray);border-radius:5px}body::-webkit-scrollbar-thumb{background-color:var(--primary);border-radius:5px;border:0;cursor:-webkit-grab;cursor:grab}body::-webkit-scrollbar-thumb:active{cursor:-webkit-grabbing;cursor:grabbing}.lock body{overflow:hidden;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}.wrapper{min-height:100%;display:flex;flex-direction:column;overflow:hidden}@supports (overflow:clip){.wrapper{overflow:clip}}.wrapper > main{flex:1 1 auto}.wrapper > *{min-width:0}[class*=__container]{max-width:75rem;margin:0 auto;padding:0 .9375rem}input[type=email],input[type=tel],input[type=text],textarea{-webkit-appearance:none;appearance:none}.input{border-radius:0!important;width:100%;display:block;padding:.3125rem .75rem;background:var(--white);border:1px solid var(--light-gray);min-height:2.8125rem;caret-color:inherit;font-weight:400;font-size:.875rem;line-height:120%;color:var(--primary);transition:border .3s}.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder{color:var(--gray);-webkit-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder{color:var(--gray);-ms-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder{color:var(--gray);-ms-transition:opacity .3s;transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden])::placeholder{color:var(--gray);transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder{opacity:0}.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder{opacity:0}textarea.input{resize:none;padding:0 0}.checkbox{position:relative;display:flex;align-items:center;gap:.75rem;cursor:pointer}.checkbox__input{position:absolute;width:0;height:0;opacity:0}.checkbox__input:focus-visible ~ .checkbox__fake{outline:auto}.checkbox__input:checked ~ .checkbox__fake{background:#000;border-color:var(--primary)}.checkbox__input:checked ~ .checkbox__fake:before{-webkit-transform:scale(1);transform:scale(1)}.checkbox__fake{align-self:flex-start;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.125rem;height:1.125rem;background:var(--white);border:1px solid var(--light-gray);transition:all .3s}.checkbox__fake:before{content:"";width:100%;height:100%;background:url(../img/icons/check.svg) center/12px no-repeat;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.checkbox__text{font-weight:500;font-size:.875rem;line-height:100%;color:#000}.switch{flex-shrink:0;cursor:pointer}.switch__input{position:absolute;width:0;height:0;opacity:0}.switch__input:focus-visible ~ .switch__fake{outline:auto}.switch__input:checked ~ .switch__fake:before{background-color:var(--additional);-webkit-transform:translate(calc(100% + .1875rem),0);transform:translate(calc(100% + .1875rem),0)}.switch__fake{display:block;width:2.4375rem;height:1.25rem;padding:.0625rem;border:1px solid var(--light-gray);border-radius:.625rem;transition:border .3s}.switch__fake::before{content:"";width:1rem;height:1rem;border-radius:50%;background-color:#e1dee8;transition:all .3s}.options{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.options__item{position:relative;display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem;cursor:pointer}.options__input{width:0;height:0;opacity:0;position:absolute}.options__input:focus-visible ~ .options__label:before{outline:auto}.options__input:checked ~ .options__fake:after{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.options__fake{display:inline-flex;align-items:center;align-self:flex-start;width:1.125rem;height:1.125rem;flex:0 0 1.125rem;border-radius:50%;border:1px solid var(--light-gray);position:relative;transition:border .3s}.options__fake:after{content:"";transition:all .3s ease 0s;width:.5rem;height:.5rem;border-radius:50%;background-color:var(--primary);position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0)}.options__text{font-weight:500;font-size:.875rem;line-height:100%;color:#000}.options__descr{font-weight:500;font-size:.8125rem}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:grid;align-items:center;height:2.125rem;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:.75rem;padding-right:2.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:.75rem;padding-left:2.125rem}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:var(--white);border:1px solid var(--light-gray);border-radius:0;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1049}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:.375rem .75rem;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{background-color:var(--white);border:1px solid var(--light-gray);border-radius:0;transition:border .3s}.select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--gray);line-height:110%}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;height:26px;margin-right:20px;padding-right:0}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:var(--gray)}.select2-container--default .select2-selection--single .select2-selection__arrow{height:100%;position:absolute;top:0;right:0;width:2.125rem}.select2-container--default .select2-selection--single .select2-selection__arrow b{background:url(../img/icons/arrow-down.svg) center/10px no-repeat;width:.625rem;height:.625rem;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:0;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:var(--white);cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{-webkit-transform:translate(-50%,-50%) rotate(-180deg);transform:translate(-50%,-50%) rotate(-180deg)}.select2-container--default .select2-selection--multiple{background-color:var(--white);border:1px solid var(--light-gray);border-radius:0;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:700;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:var(--gray);border:1px solid var(--light-gray);border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid var(--light-gray);border-top-left-radius:4px;border-bottom-left-radius:4px;color:var(--gray);cursor:pointer;font-size:1em;font-weight:700;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{background-color:#f1f1f1;color:var(--primary);outline:0}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results > .select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar{width:4px;-webkit-appearance:none;appearance:none;border-radius:2px}.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track{background:var(--light-gray);border-radius:2px}.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb{background-color:var(--primary);border-radius:2px;border:0;cursor:-webkit-grab;cursor:grab}.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:active{cursor:-webkit-grabbing;cursor:grabbing}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:var(--gray)}.select2-container--default .select2-results__option--selected{background-color:var(--light-gray)}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:var(--additional);color:var(--white)}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid var(--light-gray);border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:var(--gray);line-height:110%}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:var(--gray)}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:var(--gray);border:none;border-left:1px solid var(--light-gray);border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{background:url(../img/icons/arrow-down.svg) center/10px no-repeat;width:.625rem;height:.625rem;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid var(--light-gray);border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:0;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{-webkit-transform:translate(-50%,-50%) rotate(-180deg);transform:translate(-50%,-50%) rotate(-180deg)}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:var(--white);border:1px solid var(--light-gray);border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid var(--additional)}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid var(--light-gray);border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:var(--gray);cursor:pointer;font-size:1em;font-weight:700;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:var(--primary);outline:0}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid var(--light-gray);outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:var(--white);border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results > .select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:var(--additional);color:var(--white)}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.quantity{width:64px;height:24px;display:flex;border:1px solid var(--light-gray);transition:border .3s}.quantity__button{flex:0 0 20px;position:relative;cursor:pointer}.quantity__button::before{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:.625rem;height:.625rem;font-weight:500;font-size:.875rem;line-height:100%;text-align:center;color:var(--gray);display:flex;align-items:center;justify-content:center;transition:color .3s}.quantity__button--plus::before{content:"+"}.quantity__button--minus::before{content:"-"}.quantity__input{flex:1 1 auto}.quantity__input input{height:100%;font-weight:500;font-size:.875rem;line-height:100%;text-align:center;width:100%;color:var(--gray)}.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;touch-action:none;-ms-user-select:none;user-select:none;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;-webkit-transform-style:flat;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:6px}.noUi-horizontal .noUi-handle{width:18px;height:18px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:18px;height:18px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:var(--light-gray)}.noUi-connect{background:var(--primary)}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{box-shadow:0 1px 4px 0 rgba(0,0,0,.26);background:var(--white);cursor:pointer}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}[disabled] .noUi-connect{background:#b8b8b8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-sub{background:#aaa}.noUi-marker-large{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;background:var(--white);padding:.125rem;font-weight:500;font-size:.625rem;line-height:100%;color:#000;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;top:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin > .noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin > .noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}.menu__list{display:flex;align-items:center;flex-wrap:wrap;row-gap:.625rem}.menu__item.open-dropdown .dropdown-menu{visibility:visible;opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}.menu__item.open-dropdown .menu__link::after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.menu__link{font-weight:600;font-size:.875rem;line-height:120%;transition:color .3s}.menu__link.dropdown-toggle{display:flex;align-items:center;gap:.625rem}.menu__link.dropdown-toggle::after{content:"";width:.625rem;height:.625rem;background:url(../img/icons/arrow-down-white.svg) center/10px no-repeat;transition:background .3s,-webkit-transform .3s;transition:background .3s,transform .3s;transition:background .3s,transform .3s,-webkit-transform .3s}.menu__socials{display:none}.menu__soc-link{width:1.5rem;height:1.5rem;background-color:var(--additional);border-radius:50%;padding:.1875rem;display:grid;place-content:center}.dropdown-menu{position:absolute;left:0;top:100%;z-index:10;box-shadow:0 6px 4px -4px rgba(0,0,0,.15);background:var(--white);width:100%;color:var(--primary);display:grid;grid-template-columns:repeat(5,1fr);justify-content:center;padding:1.25rem 1.25rem 2.9375rem;-webkit-transform-origin:0 0;transform-origin:0 0;visibility:hidden;opacity:0;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);transition:all .3s}.dropdown-menu::after,.dropdown-menu::before{content:"";position:absolute;top:0;width:100vw;height:100%;background:var(--white)}.dropdown-menu::before{left:.625rem;-webkit-transform:translate(-100%,0);transform:translate(-100%,0);box-shadow:0 6px 4px -4px rgba(0,0,0,.15)}.dropdown-menu::after{right:.625rem;-webkit-transform:translate(100%,0);transform:translate(100%,0);box-shadow:0 6px 4px -4px rgba(0,0,0,.15)}.dropdown-menu__title{font-family:Alice;font-weight:400;font-size:1.125rem;line-height:120%;margin-bottom:1.25rem}.dropdown-menu__list{display:grid;align-items:start;gap:.625rem}.dropdown-menu__item{display:flex;align-items:center;flex-wrap:wrap;gap:0 .3125rem}.dropdown-menu__item.open-submenu .submenu-toggle{color:var(--additional);-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.dropdown-menu__item.open-submenu .submenu{visibility:visible;opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0);height:auto;padding:1rem .625rem 0 1.0625rem}.dropdown-menu__link{display:flex;align-items:center;font-weight:500;font-size:.75rem;line-height:100%;text-transform:uppercase;transition:color .3s;min-height:1.25rem}.dropdown-menu .submenu-toggle{flex-shrink:0;width:1.25rem;height:1.25rem;background:url(../img/icons/arrow-down.svg) center/10px no-repeat;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.submenu{width:100%;background:var(--white);padding:0 0 0 1.0625rem;display:grid;align-items:start;gap:.625rem;-webkit-transform-origin:0 0;transform-origin:0 0;visibility:hidden;opacity:0;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);height:0;transition:opacity .3s,-webkit-transform .3s;transition:transform .3s,opacity .3s;transition:transform .3s,opacity .3s,-webkit-transform .3s}.submenu__link{display:block;font-weight:500;font-size:.75rem;line-height:110%;text-transform:uppercase;color:#000;transition:color .3s}.icon-menu{display:none}body::after{content:"";background-color:rgba(0,0,0,.7);position:fixed;width:100%;height:100%;top:0;left:0;opacity:0;transition:opacity .8s ease 0s;pointer-events:none;z-index:149}.popup-show body::after{opacity:1}.popup{position:fixed;top:0;left:0;bottom:0;right:0;padding:35px 10px;transition:visibility .8s ease 0s;visibility:hidden;pointer-events:none}.popup_show{z-index:150;visibility:visible;overflow:auto;pointer-events:all}.popup_show::-webkit-scrollbar{width:10px;-webkit-appearance:none;appearance:none;border-radius:5px}.popup_show::-webkit-scrollbar-track{background:var(--light-gray);border-radius:5px}.popup_show::-webkit-scrollbar-thumb{background-color:var(--primary);border-radius:5px;border:0;cursor:-webkit-grab;cursor:grab}.popup_show::-webkit-scrollbar-thumb:active{cursor:-webkit-grabbing;cursor:grabbing}.popup_show .popup__content{visibility:visible;-webkit-transform:scale(1);transform:scale(1)}.popup__wrapper{flex-direction:column;min-height:100%;flex:1 1 auto;width:100%;display:flex;justify-content:center;align-items:center}.popup__content{visibility:hidden;-webkit-transform:scale(0);transform:scale(0);transition:-webkit-transform .3s ease 0s;transition:transform .3s ease 0s;transition:transform .3s ease 0s,-webkit-transform .3s ease 0s;box-shadow:0 4px 16px 0 rgba(0,0,0,.4);background:var(--white);border:1px solid var(--light-gray);padding:1.5rem;width:100%;max-width:1170px;position:relative}.lock .popup__content{visibility:visible}.popup__close{position:absolute;right:.3125rem;top:-1.75rem;width:.9375rem;height:.9375rem;display:grid;place-content:center}.popup__close path{transition:fill .3s}.popup__title{font-family:Alice;font-weight:400;font-size:1.25rem;line-height:130%;margin-bottom:.3125rem}.popup__products{margin-bottom:1.5rem}.popup__info{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.3125rem}.popup__text{font-weight:700;font-size:.875rem;line-height:160%;color:#000}.popup__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.popup__total{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1.5rem}.popup__total-price{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.375rem .75rem;font-weight:400;font-size:.8125rem;line-height:100%}.popup__total-price span{font-weight:700;font-size:1rem}.popup__to-order{text-align:center}.pagging{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:1.5rem}.pagging__arrow{display:grid;place-content:center;padding:.1875rem;border:1px solid var(--gray);border-radius:50%;width:1.5rem;height:1.5rem;transition:border .3s}.pagging__arrow path{transition:fill .3s}.pagging__list{display:flex;align-items:center;gap:.875rem}.pagging__item{width:1.25rem;height:1.25rem;display:grid;place-content:center;font-family:Inter;font-weight:400;font-size:.75rem;transition:color .3s}.pagging__item.active{font-weight:700;color:var(--additional);pointer-events:none}.fancybox__backdrop{opacity:var(--fancybox-opacity,.8)}.title{display:block;font-family:Alice;font-weight:400;line-height:120%;color:var(--primary);text-align:center}.text-warranty{font-weight:400;font-size:.875rem;line-height:160%;color:var(--additional)}.button{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;display:block;font-weight:700;font-size:.75rem;line-height:120%;text-transform:uppercase;color:var(--additional);border:1px solid var(--additional);padding:.875rem .9375rem;transition:border .3s,color .3s}.button-pink{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;display:block;font-weight:700;font-size:.75rem;line-height:117%;text-transform:uppercase;color:var(--white);background-color:var(--additional);padding:.9375rem 1rem;transition:background .3s}.button-empty{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;display:block;font-weight:700;font-size:.75rem;line-height:120%;text-transform:uppercase;color:var(--primary);border:1px solid var(--primary);padding:.875rem .9375rem;transition:border .3s,color .3s}.button-dark{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;display:block;font-weight:700;font-size:.75rem;line-height:117%;text-transform:uppercase;color:var(--white);background-color:var(--primary);padding:.9375rem 1rem;transition:background .3s}.wish-button{transition:color .3s}.wish-button path{transition:fill .3s}.wish-button.active{color:var(--violet)}.wish-button.active path{fill:var(--violet)}.swiper-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.375rem .75rem}.swiper-pagination .swiper-pagination-bullet{border-radius:.1875rem;width:2.9375rem;height:.1875rem;background:var(--white);transition:background .3s;cursor:pointer}.swiper-pagination .swiper-pagination-bullet-active{background:var(--additional)}.swiper-button-next,.swiper-button-prev{pointer-events:all;display:grid;place-content:center;width:1.5625rem;height:1.5625rem;border-radius:50%;border:1px solid var(--gray);padding:.1875rem;transition:border .3s}.swiper-button-next path,.swiper-button-prev path{transition:fill .3s}.chat{display:grid;justify-items:center;align-content:end;overflow:hidden;position:fixed;bottom:1.875rem;right:1.875rem;z-index:7;height:calc(100% - 1.875rem);padding-top:10rem;border-radius:1.5625rem;pointer-events:none}.chat__btn{pointer-events:all;border:4px solid #ff58a3;border-radius:50%;padding:.3125rem;max-width:3.125rem;width:3.125rem;height:3.125rem;background-color:var(--additional);display:grid;place-content:center;transition:border .3s;position:relative;z-index:9}.chat__list{display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:3.125rem;height:100%;transition:padding .3s;-ms-overflow-style:none;scrollbar-width:none;pointer-events:none}.chat__list::-webkit-scrollbar{-webkit-appearance:none;appearance:none;display:none;width:0;height:0}.chat__list li{transition:all .3s}.chat__list li:nth-child(1){-webkit-transform:translate(0,484%);transform:translate(0,484%);visibility:hidden;opacity:0}.chat__list li:nth-child(2){-webkit-transform:translate(0,365%);transform:translate(0,365%);visibility:hidden;opacity:0}.chat-open .chat__list{pointer-events:all;overflow:auto;border-radius:1.25rem;padding-bottom:1rem}.chat-open .chat__list li{-webkit-transform:translate(0,0);transform:translate(0,0);visibility:visible;opacity:1}.chat__link{display:grid;place-content:center;width:2.5rem;height:2.5rem;border-radius:50%;transition:opacity .3s}.breadcrumbs{max-width:75rem;padding:2.25rem .9375rem;margin:0 auto}.breadcrumbs__link{display:inline-block;transition:all .3s;font-weight:500;font-size:.625rem;line-height:100%}.breadcrumbs__link:not(:last-child){position:relative;margin-right:1.6875rem}.breadcrumbs__link:not(:last-child)::after{content:url("data:image/svg+xml,%3Csvg width=%273%27 height=%276%27 viewBox=%270 0 3 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M0 1.40039L0.5 0.900391L3 3.40039L0.5 5.90039L0 5.40039L2 3.40039L0 1.40039Z%27 fill=%27%23140A3C%27/%3E%3C/svg%3E%0A");position:absolute;right:-17px;color:var(--primary)}.breadcrumbs__current{color:var(--additional);font-weight:500;font-size:.625rem;line-height:100%}.cart__list{overflow-x:hidden;overflow-y:auto}.cart__list::-webkit-scrollbar{width:4px;-webkit-appearance:none;appearance:none;border-radius:5px}.cart__list::-webkit-scrollbar-track{background:var(--light-gray);border-radius:5px}.cart__list::-webkit-scrollbar-thumb{background-color:var(--primary);border-radius:2px;border:0;cursor:-webkit-grab;cursor:grab}.cart__list::-webkit-scrollbar-thumb:active{cursor:-webkit-grabbing;cursor:grabbing}.cart-header .cart__list{max-height:14.6875rem}.cart__item{border-bottom:1px solid var(--light-gray);padding:.75rem 0;display:grid;align-items:start;grid-template-columns:4.0625rem 1fr .875rem;gap:.75rem}.cart-header .cart__item,.proposals__slider .cart__item{grid-template-columns:3rem 1fr .875rem;padding:.75rem}.proposals__slider .cart__item{border:1px solid var(--light-gray)}.cart__item-img{width:4.0625rem;height:4.0625rem}.cart__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cart-header .cart__item-img,.proposals__slider .cart__item-img{width:3rem;height:3rem}.cart__item-body{display:grid;align-items:start;gap:.5rem}.cart__item-wish{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin-left:auto;display:flex;align-items:center;gap:.375rem;font-weight:500;font-size:.625rem;line-height:100%}.cart__item-name{font-family:Alice;font-size:.875rem;line-height:130%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s}.cart-header .cart__item-name{font-size:.75rem}.proposals__slider .cart__item-name{font-size:.6875rem}.cart__item-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.625rem}.cart__item-quantity{font-weight:500;font-size:.75rem;line-height:100%;color:var(--gray);display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.cart-header .cart__item-quantity,.proposals__slider .cart__item-quantity{font-size:.5rem}.cart__item-price{font-weight:600;font-size:1rem;line-height:100%}.cart-header .cart__item-price,.proposals__slider .cart__item-price{font-size:.875rem}.cart__item-delete{width:.875rem;height:.875rem;border-radius:50%;display:grid;place-content:center;align-self:center}.cart-header .cart__item-delete,.proposals__slider .cart__item-delete{align-self:start}.cart__item-delete svg{width:100%;height:100%}.cart__item-delete path{transition:fill .3s}.cart__item-delete rect{transition:stroke .3s}.proposals__slider{padding:0 2.25rem;position:relative;margin-bottom:1.5rem}.proposals__slider::after,.proposals__slider::before{content:"";position:absolute;top:0;height:100%;width:2.1875rem;background-color:var(--white);z-index:1}.proposals__slider::before{left:0}.proposals__slider::after{right:0}.proposals__slide{position:relative;padding-bottom:3.5rem}.proposals__slide .cart__item-buy{position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.proposals__navigation{position:absolute;left:0;top:40%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);pointer-events:none;z-index:3;width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.autocomplete-suggestions{background-color:var(--white);padding:3px;border:1px solid var(--light-gray);cursor:pointer;overflow:auto}.autocomplete-suggestion{display:flex;align-items:center;padding:.625rem .75rem;font-weight:400;min-height:2.5rem;background-color:var(--white)}.autocomplete-suggestion.autocomplete-selected{background-color:var(--additional);color:var(--white)}.thank-block{padding-top:2.25rem;margin-bottom:3.5rem}.thank-block__img{max-width:61.375rem;margin:0 auto 1.5rem auto}.thank-block__img img{width:100%;-o-object-fit:cover;object-fit:cover}.thank-block__text{font-family:Alice;margin:0 auto 3.5rem auto;max-width:41.875rem;text-align:center}.thank-block__text p{font-weight:400;font-size:1.125rem;line-height:140%;margin-bottom:1rem}.thank-block__order{font-weight:400;line-height:140%;text-align:center;margin-bottom:1.5rem}.thank-block__shop{font-family:Montserrat;font-style:italic;font-weight:300;font-size:1rem;line-height:140%}.thank-block__socials{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin:0 auto;padding:.75rem;border:1px solid var(--light-gray);background-color:var(--white)}.thank-block__soc-title{font-family:Alice;font-weight:400;line-height:100%;text-align:center;margin-bottom:1.5rem}.thank-block__soc-items{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem}.thank-block__soc-item{display:block;max-width:13.75rem}.thank-block__soc-img{overflow:hidden}.thank-block__soc-img img{width:100%;-o-object-fit:cover;object-fit:cover;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.thank-block__soc-text{font-family:Alice;display:flex;align-items:center;gap:.5rem;background-color:var(--light-gray);padding:.5rem;font-weight:400;font-size:.75rem;line-height:140%;text-align:center;color:#000;transition:color .3s}.header{position:fixed;top:0;left:0;z-index:10;width:100%;background-color:var(--primary);color:var(--white);transition:top .6s}.header._header-scroll{top:-150%}.header._header-show{top:0}.header__top{padding:.65625rem 1.25rem;font-weight:500;font-size:.75rem;line-height:140%;text-align:center;background-color:var(--additional);transition:all .3s}._header-scroll .header__top{height:0;padding:0 1.25rem;visibility:hidden}.header__container{max-width:1360px;padding:0 1.25rem}.header__body{padding:.625rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;position:relative}.header__logo{max-width:9.5625rem}.header__logo img{width:100%;-o-object-fit:cover;object-fit:cover}.header__contacts{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.1875rem .75rem}.header__contacts::before{content:"";flex-shrink:0;width:1.375rem;height:1.375rem;background:url(../img/icons/call.svg) center/cover no-repeat}.header__contacts.hide{display:none}.header__phone{font-weight:400;line-height:120%;transition:color .3s}.header__contacts-text{width:100%;font-weight:400;text-align:right;font-size:.625rem;line-height:120%}.header__search{display:flex;align-items:center;justify-content:flex-end;gap:.375rem;margin-left:auto;transition:all .3s}.header__search .fn_search_form{width:0;transition:width .3s;display:flex;align-items:center;gap:.625rem;position:relative}.header__search.is-open{flex:1 1 auto}.header__search.is-open .fn_search_form{width:100%}.header__search.is-open .search-input{width:100%;padding:0 1.25rem .375rem .625rem}.header__search.is-open .header__search-close{display:grid;place-content:center}.header__search .search-input{width:0;-webkit-appearance:none;appearance:none;border:0;outline:0;padding:0 0 .375rem 0;border-bottom:1px solid var(--white)}.header__search .search-input:focus{border-color:var(--additional)}.header__search-btn{flex-shrink:0;width:1.5rem;height:1.5rem;display:grid;place-content:center}.header__search-btn path{transition:fill .3s}.header__search-btn circle{transition:stroke .3s}.header__search-close{display:none;position:absolute;top:50%;right:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:.75rem;height:.75rem}.header__search-close path{transition:fill .3s}.header__actions{display:flex;align-items:center;gap:1rem}.header__user,.header__wishlist{width:1.5rem;height:1.5rem;display:grid;place-content:center}.header__user path,.header__wishlist path{transition:fill .3s}.header__wishlist{position:relative}.header__wishlist span{position:absolute;top:.1875rem;right:-.3125rem;z-index:1;min-height:.8125rem;min-width:.8125rem;border-radius:.625rem;padding:.125rem;font-weight:600;font-size:.4375rem;line-height:100%;background-color:var(--additional);display:grid;place-content:center}.header__bottom{background:var(--white);padding:0 1.25rem;border-bottom:1px solid var(--light-gray)}._header-scroll .header__bottom{box-shadow:0 4px 4px rgba(0,0,0,.05)}.header__nav{display:flex;justify-content:center}.header__nav li:not(:last-child) .header__nav-link{border-right:1px solid var(--light-gray)}.header__nav-link{padding:.5rem 1.375rem;display:flex;align-items:center;justify-content:center;height:100%;gap:.4375rem;font-weight:400;font-size:.75rem;line-height:120%;color:var(--primary);transition:background .3s}.header__nav-link:not(:last-child){border-right:1px solid var(--light-gray)}.header__nav-link.active.for-her{background:var(--she-pink)}.header__nav-link.active.for-him{background:var(--he-blue)}.header__nav-link.active.for-them{background:var(--they-beige)}.header__nav-link.active .header__nav-icon{border-color:var(--additional)}.header__nav-link.active .header__nav-icon path{fill:var(--additional)}.header__nav-icon{display:grid;place-content:center;border:1px solid #b9becf;border-radius:50%;width:1.625rem;height:1.625rem;padding:.125rem;transition:border .3s}.header__nav-icon path{transition:fill .3s}.language{position:relative}.language.lang-open .language__list{visibility:visible;opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0)}.language.lang-open .language__current::after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.language__current{display:flex;align-items:center;gap:.3125rem;font-weight:500;transition:color .3s}.language__current::after{content:"";width:.625rem;height:.625rem;background:url(../img/icons/arrow-down-white.svg) center/10px no-repeat;transition:background .3s,-webkit-transform .3s;transition:background .3s,transform .3s;transition:background .3s,transform .3s,-webkit-transform .3s}.language__list{position:absolute;right:0;top:calc(100% + 10px);z-index:7;width:100%;background-color:var(--white);color:var(--primary);font-weight:500;padding:.625rem .3125rem;border:1px solid var(--light-gray);display:flex;flex-direction:column;gap:.625rem;-webkit-transform-origin:0 0;transform-origin:0 0;visibility:hidden;opacity:0;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);transition:all .3s}.language__list a{transition:color .3s}.cart-header.is-open .cart-header__dropdown{-webkit-transform:rotateX(0);transform:rotateX(0);opacity:1;visibility:visible}.cart-header__btn{width:1.5rem;height:1.5rem;display:grid;place-content:center;position:relative}.cart-header__btn span{position:absolute;top:.1875rem;right:-.1875rem;z-index:1;min-height:.8125rem;min-width:.8125rem;border-radius:.625rem;padding:.125rem;font-weight:600;font-size:.4375rem;line-height:100%;background-color:var(--additional);display:grid;place-content:center}.cart-header__btn path{transition:stroke .3s}.cart-header__dropdown{position:absolute;right:0;top:100%;z-index:5;max-width:16rem;background:var(--white);color:var(--primary);box-shadow:0 4px 4px 0 rgba(0,0,0,.25);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);opacity:0;visibility:hidden;transition:all .3s}.cart-header__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.9375rem .75rem .5rem}.cart-header__title{font-family:Alice;font-size:1.25rem;line-height:130%}.cart-header__close{width:.9375rem;height:.9375rem}.cart-header__close svg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cart-header__close path{transition:fill .3s}.cart-header__bottom{padding:.75rem}.cart-header__total{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.cart-header__total-title{font-weight:400;font-size:.8125rem;line-height:100%}.cart-header__total-price{font-weight:600;font-size:.875rem;line-height:100%}.cart-header__to-order{width:100%;padding:.6875rem;background-color:var(--additional);font-weight:700;font-size:.75rem;line-height:133%;text-transform:uppercase;text-align:center;color:var(--white);transition:background .3s}.footer{padding:3.5rem 0 2.25rem 0;background-color:var(--primary);color:var(--white)}.footer__container{position:relative}.footer__title{position:absolute;top:-3.5rem;left:0;-webkit-transform:translate(0,-59%);transform:translate(0,-59%);font-family:monotypecorsiva;font-weight:400;font-size:1.25rem;line-height:80%;color:var(--white);padding:.46875rem 1rem .46875rem 1.25rem;background-color:var(--violet)}.footer__title::before{content:url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2719%27 viewBox=%270 0 14 19%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.9997 18.3446V0.536133L0.478516 18.3446H13.9997Z%27 fill=%27%23410095%27/%3E%3C/svg%3E%0A");width:.875rem;height:1.1875rem;position:absolute;left:0;top:0;-webkit-transform:translate(-99%,0);transform:translate(-99%,0)}.footer__body{display:flex;margin-bottom:.4375rem}.footer__column:first-child{max-width:8.0625rem;width:100%}.footer__logo{display:block;max-width:8.0625rem;width:100%}.footer__logo img{width:100%;-o-object-fit:cover;object-fit:cover}.footer__menu{display:flex;flex-direction:column;gap:1rem}.footer__link{font-weight:600;font-size:.875rem;line-height:120%;transition:color .3s}.footer__col-title{font-family:Alice;font-weight:400;line-height:140%;margin-bottom:.5rem}.footer__phone{display:flex;align-items:center;gap:.5rem;font-weight:400;font-size:.9375rem;line-height:140%;margin-bottom:.5rem;transition:color .3s}.footer__col-text{text-align:right;font-weight:400;font-size:.625rem;line-height:110%}.footer__socials{margin-top:2.25rem;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.625rem 1rem}.footer__social{width:1.5rem;height:1.5rem;display:grid;place-content:center;border-radius:50%;background-color:var(--additional);padding:.1875rem;transition:background .3s}.footer__warning{max-width:11.25rem;font-weight:600;font-size:.75rem;line-height:133%;color:var(--additional);margin-bottom:2.25rem}.footer__payments{display:flex;align-items:center;flex-wrap:wrap;gap:1.5rem 2.25rem}.footer__copy{padding-left:11.8125rem;font-weight:500;font-size:.75rem;line-height:133%;color:#41465e}.page{padding-top:9.6875rem}.promo{margin-bottom:3.5rem}.promo__slider{position:relative}.promo__slider .swiper-pagination{position:absolute;left:0;bottom:1.125rem;z-index:3;width:100%}.promo__slide{position:relative;min-height:36rem;color:var(--white);padding:7.5rem 0 3.125rem}.promo__slide img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1;-o-object-position:top;object-position:top}.promo__container{position:relative;z-index:2}.promo__body{max-width:36.25rem;display:grid;align-items:start}.promo__subtitle{font-family:monotypecorsiva;line-height:69%}.promo__title{font-family:Alice;line-height:120%}.promo__text{font-weight:400;line-height:120%}.promo__link{justify-self:start;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;font-weight:500;line-height:110%;background:linear-gradient(180deg,#541f39 0,#9a0648 100%);border:1px solid var(--additional);border-radius:3.125rem;padding:.875rem 2rem;transition:opacity .3s}.products{margin-bottom:3.5rem}.products__title{margin-bottom:1.5rem}.products__items{display:grid;grid-template-columns:repeat(auto-fill,minmax(15.625rem,1fr));gap:1.5rem}.products__items:not(:last-child){margin-bottom:1.5rem}.products__banner{overflow:hidden}.products__banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.products__more{margin:0 auto;display:block}.card-product{position:relative;border:1px solid var(--light-gray);background:var(--white);padding:.5rem .4375rem;display:flex;flex-direction:column;transition:border .3s}.card-product .select2,.card-product .select2-container{width:100%!important}.card-product__badges,.card-product__wish{position:absolute;z-index:3}.card-product__badges{top:.875rem;left:.8125rem;display:grid;align-items:start;gap:.375rem}.card-product__sale{font-weight:600;font-size:.75rem;line-height:133%;color:var(--white);background:var(--additional);padding:.375rem .5rem}.card-product__new{font-weight:500;font-size:.75rem;line-height:133%;color:var(--white);background:var(--violet);padding:.375rem .5rem}.card-product__wish{top:1.0625rem;right:1.0625rem;width:1.25rem;height:1.25rem;display:grid;place-content:center}.card-product__img{display:block;overflow:hidden}.card-product__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.card-product__body{flex:1 1 auto;padding:.875rem .5rem;display:flex;flex-direction:column;gap:.875rem}.card-product__name{font-family:Alice;font-weight:400;line-height:130%;text-align:center;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s}.card-product__availability{margin-top:auto;font-weight:500;font-size:.625rem;line-height:100%;text-align:center;display:flex;align-items:center;justify-content:center;gap:.5rem}.card-product__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.875rem}.card-product__prices{display:flex;flex-direction:column;align-items:center;gap:.3125rem}.card-product__price-old{font-weight:500;line-height:100%;text-decoration:line-through;color:var(--gray)}.card-product__price{font-weight:600;line-height:100%;color:var(--additional)}.card-product__buy{font-weight:700;font-size:.75rem;line-height:100%;background-color:var(--additional);padding:1rem 1.0625rem;color:var(--white);transition:background .3s}.card-product__buy svg{display:none}.card-product__buy.active{background-color:var(--additional);padding:.625rem .625rem}.card-product__buy.active svg{display:block}.card-product__buy.active span{display:none}.card-product__check{flex-shrink:0;display:flex;cursor:pointer}.card-product__check-input{width:0;height:0;opacity:0;position:absolute}.card-product__check-input:focus-visible ~ .card-product__check-fake{outline:auto}.card-product__check-input:checked ~ .card-product__check-fake{background:var(--additional) url(../img/icons/tick.svg) center/20px no-repeat}.card-product__check-fake{width:2.5rem;height:2.5rem;background:var(--additional);padding:.625rem;color:var(--white);transition:opacity .3s}.features{background:url(../img/features-bg.jpg) center/cover no-repeat;margin-bottom:3.5rem;color:var(--white);padding:3.5rem 0}.features__items{display:flex;justify-content:center;flex-wrap:wrap}.features__item{display:flex;flex-direction:column;align-items:center;max-width:13.75rem}.features__img{border-radius:50%;background-color:var(--additional);box-shadow:0 4px 9px 0 rgba(0,0,0,.21),0 4px 9px 0 rgba(0,0,0,.21);width:4.125rem;height:4.125rem;display:grid;place-content:center;padding:.3125rem;margin-bottom:1rem}.features__img img{max-width:2.375rem;width:100%;-o-object-fit:cover;object-fit:cover}.features__title{flex:1 1 auto;display:flex;align-items:center;font-family:Alice;font-weight:400;font-size:1.25rem;line-height:120%;text-align:center}.features__title:not(:last-child){margin-bottom:.75rem}.features__text{font-weight:400;font-size:.625rem;line-height:140%;text-align:center}.about{background-color:#f9fafe;padding:2.25rem .9375rem;margin-bottom:3.5rem}.about__title{margin-bottom:.75rem}.about__sitename{font-family:Alice;line-height:100%;text-align:center;text-transform:none;color:var(--additional)}.about__body{position:relative}.about__body::before{content:"";position:absolute;left:-.9375rem;bottom:-2.25rem;z-index:1;width:calc(100% + 1.875rem);height:19.6875rem;background:linear-gradient(0deg,#fff 30%,rgba(217,217,217,0) 100%);pointer-events:none}.about__body._showmore-active::before{display:none}.about__content{margin:0 auto;max-width:73.125rem}.about__content h3{font-weight:700;text-transform:uppercase}.about__content p{font-weight:400;line-height:160%}.about__content p:not(:last-child){margin-bottom:1.5625rem}.about__content p a{text-decoration:underline}.about__content ul{padding-left:1.25rem}.about__content ul:not(:last-child){margin-bottom:1.5625rem}.about__content li{font-weight:400;line-height:160%;list-style:disc}.about__more{margin:0 auto;position:relative;z-index:2}._showmore-active .about__more{display:none}.instagram{margin-bottom:3.5rem}.instagram__container{padding:0}.instagram__title{padding:0 .625rem}.instagram__slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:210/210}.newsletter{padding:2.25rem 0;background-color:var(--light-green)}.newsletter__form{display:flex;align-items:center;justify-content:center;gap:.75rem}.newsletter__field{max-width:22.625rem;width:100%;display:flex;align-items:center;gap:1.125rem}.newsletter__field img{width:2.0625rem;-o-object-fit:cover;object-fit:cover}.newsletter__input{max-width:19.4375rem;width:100%;min-height:2.75rem;font-weight:400;font-size:.875rem;line-height:120%;padding:.75rem .3125rem .75rem .125rem;border-bottom:1px solid var(--primary);border-radius:0;outline:0;transition:border .3s}.newsletter__input::-webkit-input-placeholder{color:#000}.newsletter__input:-ms-input-placeholder{color:#000}.newsletter__input::-ms-input-placeholder{color:#000}.newsletter__input::placeholder{color:#000}.newsletter__input:focus{border-color:var(--additional)}.newsletter__button{min-height:2.75rem;font-weight:700;font-size:.75rem;line-height:116%;text-transform:uppercase;color:var(--white);padding:.9375rem 1rem;background-color:var(--primary);transition:background .3s}.about-product{margin-bottom:3.5rem}.about-product__body{display:flex;align-items:flex-start}.about-product__left{max-width:35rem;width:100%;min-width:0}.about-product__slider{position:relative}.about-product__slider:not(:last-child){margin-bottom:1.25rem}.about-product__badges{position:absolute;top:.875rem;left:.875rem;z-index:3;display:grid;align-items:start;gap:.375rem}.about-product__sale{font-weight:600;font-size:.75rem;line-height:120%;color:var(--white);padding:.4375rem .5rem;background-color:var(--additional)}.about-product__new{font-weight:500;font-size:.75rem;line-height:120%;color:var(--white);padding:.4375rem .5rem;background-color:var(--violet)}.about-product__slide{border:1px solid var(--light-gray);cursor:pointer}.about-product__slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-product__thumbs-slider{position:relative;padding:0 2.8125rem}.about-product__thumbs-slider::after,.about-product__thumbs-slider::before{content:"";position:absolute;top:0;height:100%;z-index:2;width:2.75rem;background-color:var(--background)}.about-product__thumbs-slider::before{content:"";left:0}.about-product__thumbs-slider::after{content:"";right:0}.about-product__navigation{position:absolute;top:50%;left:0;z-index:3;width:100%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);pointer-events:none;display:flex;align-items:center;justify-content:space-between;gap:1rem}.about-product__right{max-width:35.9375rem;width:100%;display:flex;flex-direction:column;gap:1.5rem}.about-product__top{display:flex;flex-direction:column;gap:1.5rem}.about-product__head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.about-product__article{font-weight:500;font-size:.75rem;line-height:133%}.about-product__wish{display:flex;align-items:center;gap:.375rem;font-weight:500;font-size:.625rem;line-height:100%}.about-product__name{font-family:Alice;word-wrap:break-word;word-break:break-word;font-weight:400;line-height:120%}.about-product__availability{display:flex;align-items:center;gap:.375rem;font-weight:500;font-size:.625rem;line-height:100%}.about-product__content{display:flex;flex-direction:column;gap:1.5rem}.about-product__details{display:flex;justify-content:space-between;gap:1.5rem}.about-product__trade{max-width:16.5rem;width:100%}.about-product__trade .select2{max-width:9.375rem;width:100%!important}.about-product__trade .select2 .select2-selection{height:2.4375rem}.about-product__buy-block{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.about-product__buy-block:not(:last-child){margin-bottom:.625rem}.about-product__prices{display:flex;flex-wrap:wrap;gap:.5625rem}.about-product__price{font-weight:600;font-size:1.75rem;line-height:100%;color:var(--additional)}.about-product__old-price{font-weight:500;font-size:1rem;line-height:100%;text-decoration:line-through;color:#a1a7bc}.about-product__colors-title{font-weight:500;font-size:.75rem;line-height:100%}.about-product__colors-title:not(:last-child){margin-bottom:.5rem}.about-product__delivery{max-width:17.875rem;width:100%}.about-product__all-chars{font-weight:500;font-size:.75rem;line-height:100%;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--additional);transition:color .3s}.options-color{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.options-color__item{flex-shrink:0;cursor:pointer}.options-color__input{width:0;height:0;opacity:0;position:absolute}.options-color__input:focus-visible ~ .options-color__circle{outline:auto}.options-color__input:checked ~ .options-color__circle::before{opacity:1}.options-color__circle{display:block;width:1.375rem;height:1.375rem;border-radius:50%;position:relative}.options-color__circle::before{content:"";position:absolute;left:0;top:0;z-index:2;width:100%;height:100%;border-radius:50%;background-color:transparent;border:2px solid var(--primary);pointer-events:none;opacity:0;transition:opacity .3s}.product-delivery{border:1px solid var(--light-gray);background-color:var(--white);padding:.6875rem}.product-delivery__head{display:flex;align-items:center;gap:.75rem;margin-bottom:1.1875rem}.product-delivery__title{font-weight:600;font-size:.875rem;line-height:100%;color:#000}.product-delivery__confidentiality{border:1px solid var(--light-gray);background-color:#f9f9f9;padding:.625rem .5rem;display:flex;align-items:center;gap:.5rem;font-weight:400;font-size:.6875rem;line-height:100%;color:var(--gray)}.product-delivery__confidentiality svg{flex-shrink:0}.product-delivery__list{display:flex;flex-direction:column;gap:.8125rem}.product-delivery__item{display:flex;align-items:center;justify-content:space-between;gap:.3125rem}.product-delivery__left{font-weight:400;font-size:.75rem;line-height:100%;color:#000;display:flex;align-items:center;gap:.375rem}.product-delivery__left svg{flex-shrink:0}.product-delivery__body{display:flex;flex-direction:column;gap:.375rem}.product-delivery__link{font-weight:400;font-size:.625rem;line-height:100%;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:var(--gray)}.product-delivery__right{text-align:right;font-weight:600;font-size:.75rem;line-height:100%;color:#000}.chars{display:flex;flex-direction:column;gap:1rem}.chars:not(:last-child){margin-bottom:1.5rem}.chars__item{display:flex;align-items:center;gap:.5rem;font-weight:500;font-size:.75rem;line-height:133%;color:#000}.chars__term{flex:1 1 auto;display:flex;align-items:center;gap:.5rem}.chars__term::after{content:"";flex:1 1 auto;border-bottom:1px dashed #e1dee8}.chars__val a{text-decoration:underline}.cheaper-together{margin-bottom:3.5rem}.cheaper-together__title{text-align:left;margin-bottom:1.5rem}.cheaper-together__body{display:flex;gap:1.25rem}.cheaper-together__items{display:flex;gap:1.25rem}.cheaper-together__items::after{content:"=";align-self:center;display:block;font-weight:500;line-height:100%}.cheaper-together__item{position:relative}.cheaper-together__item:not(:last-child){margin-right:2.5rem}.cheaper-together__item:not(:last-child)::after{content:"+";position:absolute;top:50%;right:-2.6875rem;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);display:block;font-weight:500;line-height:100%}.cheaper-together__item .card-product__prices{flex-direction:row-reverse;align-items:stretch;justify-content:flex-end}.cheaper-together__total{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:9.8125rem;width:100%}.cheaper-together__total-text{font-weight:600;font-size:.875rem;line-height:100%;text-align:center;color:#000;margin-bottom:.5rem}.cheaper-together__total-price{font-weight:600;line-height:100%;text-align:center;color:var(--additional);margin-bottom:1.9375rem;word-break:break-word}.product-info{margin-bottom:3.5rem}.product-info__container{max-width:64.375rem}.product-info__navigation{margin-bottom:2.25rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.product-info__title{font-family:Alice;font-weight:400;line-height:120%;color:#000;padding-bottom:.625rem;position:relative}.product-info__title::before{content:"";position:absolute;left:0;bottom:0;height:.0625rem;width:0;background-color:#000;transition:width .3s}.product-info__title._tab-active::before{width:100%}.product-info__body .chars__item{font-weight:500;line-height:110%;color:#000}.product-info__body h3{font-weight:700;line-height:150%}.product-info__body p{font-weight:400;line-height:150%}.product-info__body p:not(:last-child){margin-bottom:1.25rem}.product-info__body ul{font-weight:400;line-height:150%}.product-info__body ul:not(:last-child){margin-bottom:1.25rem}.comments:not(:last-child){margin-bottom:1.5rem}.comments__title{font-weight:700;font-size:1.125rem;line-height:160%;margin-bottom:1.25rem}.comments__items{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.25rem}.comments__item:not(:last-child){padding-bottom:1.25rem;border-bottom:1px solid var(--light-gray)}.comments__item.admin_note{padding-left:1.5625rem;position:relative}.comments__item.admin_note::before{content:"";position:absolute;top:0;left:.625rem;height:calc(100% - 1.25rem);width:.125rem;background-color:var(--additional)}.comments__body{display:grid;align-items:start;grid-template-columns:2.8125rem 1fr;gap:.5rem 1rem}.comments__img{grid-row:span 2;width:2.8125rem;height:2.8125rem;border-radius:50%;overflow:hidden}.comments__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.comments__head{display:flex;align-items:center;flex-wrap:wrap;gap:.3125rem 1.5rem}.comments__author{font-weight:700;font-size:.875rem;line-height:160%}.comments__date{font-weight:500;font-size:.875rem;line-height:160%}.comments__content{font-weight:400;font-size:.875rem;line-height:160%}.comments__more{font-weight:500;font-size:.75rem;line-height:100%;text-decoration:underline;color:var(--additional);transition:color .3s}.comment_form{background:var(--light-gray);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.comment_form .product_write_comment{font-weight:700;font-size:1.125rem;line-height:160%}.comment_form .form_row{display:grid;grid-template-columns:repeat(auto-fit,minmax(12.5rem,1fr));gap:1rem}.comment_form .form_input{border:1px solid var(--light-gray);background:var(--white);min-height:2.8125rem;padding:.5rem .75rem;font-weight:400;font-size:.875rem;line-height:160%;color:var(--primary);transition:border .3s}.comment_form .form_input::-webkit-input-placeholder{color:var(--gray)}.comment_form .form_input:-ms-input-placeholder{color:var(--gray)}.comment_form .form_input::-ms-input-placeholder{color:var(--gray)}.comment_form .form_input::placeholder{color:var(--gray)}.comment_form .form_textarea{resize:none;border:1px solid var(--light-gray);background:var(--white);min-height:2.8125rem;padding:.5rem .75rem;font-weight:400;font-size:.875rem;line-height:160%;color:var(--primary);transition:border .3s}.comment_form .form_textarea::-webkit-input-placeholder{color:var(--gray)}.comment_form .form_textarea:-ms-input-placeholder{color:var(--gray)}.comment_form .form_textarea::-ms-input-placeholder{color:var(--gray)}.comment_form .form_textarea::placeholder{color:var(--gray)}.comment_form .form_bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.comment_form .captcha{max-width:23.625rem}.comment_form .secret_number{font-weight:700;font-size:1.125rem;line-height:89%;color:#000;margin-bottom:.875rem}.comment_form .form_captcha{display:flex;align-items:flex-start;gap:.875rem}.comment_form .input_captcha{max-width:7.375rem}.comment_form .form_placeholder{font-weight:400;font-size:.875rem;line-height:160%;color:var(--gray)}.comment_form .form_placeholder strong{color:var(--primary)}.comment_form .form_button{align-self:flex-end;background:var(--primary);color:var(--white);padding:.5rem 1rem;min-height:2.75rem;font-weight:700;font-size:.75rem;line-height:100%;text-transform:uppercase;transition:background .3s}.page-for-her{background:var(--she-pink)}.page-for-him{background:var(--he-blue)}.page-for-them{background:var(--they-beige)}.section-categories{margin-bottom:3.5rem}.section-categories__title{margin-bottom:1.5rem}.section-categories__body{padding:2.25rem 9.3125rem}.page-for-her .section-categories__body{background:#fddaff url(../img/for-her-bg.svg) top -20px right 20px/105px no-repeat}.page-for-him .section-categories__body{background:#d5dbf4 url(../img/for-him-bg.svg) bottom -20px right 55px/138px no-repeat}.page-for-them .section-categories__body{background:#fad5cc url(../img/for-them-bg.svg) bottom -35px right 15px/200px no-repeat}.section-categories__columns{display:flex;justify-content:space-between;gap:1.125rem 1.5rem}.section-categories__list{flex:1 1 auto;max-width:calc(50% - .75rem);display:flex;flex-direction:column;gap:1.125rem}.section-categories__link{font-weight:500;font-size:.8125rem;line-height:110%;text-transform:uppercase;transition:color .3s}.catalog{margin-bottom:3.5rem}.catalog__filter-btn{display:none;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;align-items:center;gap:.5625rem;font-weight:500;font-size:.75rem;line-height:110%;text-align:center;color:var(--primary);border:1px solid var(--primary);padding:.5rem .75rem;margin-bottom:1rem}.catalog__title{margin-bottom:1.5rem}.catalog__body{display:grid;grid-template-columns:minmax(13.75rem,17.125rem) 1fr;gap:1.5rem}.catalog__head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.catalog__recommendation{display:flex;align-items:center;gap:.5rem;font-weight:500;font-size:.875rem;line-height:130%}.catalog__products{display:grid;grid-template-columns:repeat(auto-fill,minmax(15.625rem,1fr));gap:1.5rem}.catalog__products:not(:last-child){margin-bottom:1.5rem}.catalog__btn-more{display:block;margin:0 auto}.aside-block{display:flex;flex-direction:column;gap:1.5rem}.aside-block__close{display:none}.aside-block__items{display:flex;flex-direction:column;gap:1.5rem}.aside-block__item{border-bottom:1px solid var(--light-gray)}.aside-block__title{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-family:Alice;font-weight:400;line-height:140%;padding:.25rem 0;list-style:none}.aside-block__title::-webkit-details-marker,.aside-block__title::marker{display:none}._spoller-init .aside-block__title{cursor:pointer}._spoller-init .aside-block__title::after{content:"";width:.6875rem;height:.6875rem;background:url(../img/icons/arrow-down.svg) center/11px no-repeat;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}._spoller-init .aside-block__title._spoller-active::after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.aside-block__body{padding:1.25rem 0 1.5rem 0}.aside-block__body [data-range-volume],.aside-block__body [data-range]{margin-bottom:2.3125rem}.aside-block__list{display:flex;flex-direction:column;gap:1.5rem}.aside-block__list:not(:last-child){margin-bottom:1.5rem}.aside-block__link{font-weight:500;font-size:.875rem;line-height:100%;color:#000;transition:color .3s}.aside-block__link.active{color:var(--additional)}.aside-block__all{font-weight:600;font-size:.75rem;line-height:100%;color:var(--additional);transition:color .3s}.aside-block__show{max-width:100%;width:100%}.sort-block{position:relative}.sort-block.sort-open .sort-block__dropdown{-webkit-transform:rotateX(0);transform:rotateX(0);visibility:visible;opacity:1}.sort-block__btn{font-weight:500;font-size:.875rem;line-height:130%;display:flex;align-items:center;gap:.75rem;transition:color .3s}.sort-block__btn::after{content:"";width:.6875rem;height:.6875rem;background:url(../img/icons/arrow-down.svg) center/11px no-repeat;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.sort-open .sort-block__btn::after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.sort-block__dropdown{position:absolute;right:0;top:calc(100% + .625rem);z-index:5;min-width:10.3125rem;box-shadow:0 4px 4px 0 rgba(0,0,0,.25);background:var(--white);padding:1rem .9375rem;display:flex;flex-direction:column;gap:.875rem;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);visibility:hidden;opacity:0;transition:all .3s}.sort-block__item{font-weight:400;font-size:.75rem;line-height:120%;color:var(--primary);transition:color .3s}.sort-block__item.active{color:var(--additional)}.cart-page{margin-bottom:2.25rem}.cart-page__head{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.cart-page__title{text-align:left}.cart-page__subtitle{font-weight:300;line-height:120%}.cart-page__body{display:grid;align-items:start;grid-template-columns:1fr minmax(20rem,24.125rem);grid-template-rows:auto 1fr;gap:1.5rem}.cart-page__body .select2,.cart-page__body .select2-container{width:100%!important}.cart-page__body .select2-container .select2-selection--single{width:100%;height:2.8125rem}.cart-page .total-price,.cart-page__content,.cart-page__products{border:1px solid var(--light-gray);padding:1.25rem;background-color:var(--white)}.cart-page__content{grid-row:span 2}.cart-page__block-title{font-weight:600;font-size:.875rem;line-height:100%;color:#000}.cart-page__block-title:not(:last-child){margin-bottom:1rem}.cart-page__inputs{display:grid;align-items:start;grid-template-columns:repeat(2,1fr);gap:1rem}.cart-page__inputs:not(:last-child){margin-bottom:1.5rem}.cart-page__notdisturb{grid-column:span 2;display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1rem;font-weight:400;font-size:.875rem;line-height:normal;color:var(--gray)}.cart-page__notdisturb .checkbox{align-items:flex-start}.cart-page__notdisturb p{font-size:.75rem;line-height:normal;color:var(--primary)}.cart-page__comment{grid-column:span 2}.cart-page__payments{background:var(--white);border:1px solid var(--light-gray);padding:1.25rem;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.cart-page__products .cart__list:not(:last-child){margin-bottom:1rem}.cart-page__products .cart__item-delete{align-self:start}.cart-page__products-title{font-family:Alice;font-weight:400;font-size:1.25rem;line-height:130%;margin-bottom:.3125rem}.cart-page__coupon{display:grid;align-items:center;grid-template-columns:1fr auto;gap:.5625rem .875rem}.cart-page__coupon:not(:last-child){margin-bottom:1rem}.cart-page__coupon-text{grid-column:span 2;font-weight:400;font-size:.5625rem;line-height:160%;color:var(--gray)}.cart-page__products-total{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.cart-page__products-text{font-weight:500;font-size:.8125rem;line-height:100%}.cart-page__products-price{font-weight:600;font-size:1rem;line-height:100%}.cart-tabs:not(:last-child){margin-bottom:1.5rem}.cart-tabs__navigation{margin-bottom:1rem;display:flex;flex-wrap:wrap;gap:.75rem}.cart-tabs__btn{max-width:14.375rem;width:100%;background:var(--background);border:1px solid var(--light-gray);padding:.625rem .9375rem;min-height:3.375rem;display:flex;align-items:center;justify-content:center;gap:.5rem;text-align:left;transition:border .3s}.cart-tabs__btn svg{flex-shrink:0;width:1.3125rem}.cart-tabs__btn._tab-active .cart-tabs__check::before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.cart-tabs__check{flex-shrink:0;width:1.125rem;height:1.125rem;border-radius:50%;border:1px solid var(--light-gray);position:relative}.cart-tabs__check::before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);width:.5rem;height:.5rem;border-radius:50%;background-color:var(--primary);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.cart-tabs__btn-body{display:grid;gap:.375rem}.cart-tabs__title{align-self:end;font-weight:400;font-size:.875rem;line-height:100%;color:#000}.cart-tabs__subtitle{align-self:start;font-weight:400;font-size:.625rem;line-height:100%;color:var(--gray)}.cart-tabs__body .options{justify-content:space-evenly}.cart-tabs__body .options:not(:last-child){margin-bottom:1rem}.cart-tabs__body .select2-container:not(:last-child),.cart-tabs__body .select2:not(:last-child){margin-bottom:1rem}.cart-tabs__text:not(:last-child){margin-bottom:1rem}.cart-tabs__label{font-weight:600;font-size:.875rem;line-height:160%}.cart-tabs__label:not(:last-child){margin-bottom:1rem}.cart-tabs__city-input:not(:last-child){margin-bottom:.75rem}.cart-tabs__citys{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem 1rem}.cart-tabs__citys:not(:last-child){margin-bottom:1rem}.cart-tabs__city{font-weight:400;font-size:.75rem;line-height:160%;color:var(--additional);transition:color .3s}.cart-tabs__inputs{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.cart-tabs__inputs:not(:last-child){margin-bottom:1rem}.cart-tabs__address-shop{font-weight:400;font-size:1rem;line-height:120%;color:var(--primary);border:1px solid var(--light-gray);background-color:var(--white);padding:1.25rem}.cart-tabs__address-shop span{color:var(--gray)}.cart-tabs__address-shop:not(:last-child){margin-bottom:1rem}.payments-block{display:flex;flex-direction:column;gap:1rem}.payments-block:not(:last-child){margin-bottom:1rem}.payments-block .options__text{color:var(--gray)}.payments-block__head{display:flex;align-items:center;gap:.5rem}.payments-block__img{align-self:flex-start;width:1.375rem;height:1.375rem}.payments-block__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.payments-block__title{font-weight:500;font-size:.875rem;line-height:100%}.total-price{display:flex;flex-direction:column;gap:1rem}.total-price__info{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.total-price__label{font-weight:500;font-size:.8125rem;line-height:100%}.total-price__value{font-weight:600;font-size:1rem;line-height:100%}.total-price__item{background:var(--white);border:1px solid var(--light-gray);padding:.875rem;display:flex;align-items:center;gap:.75rem}.total-price__item img{align-self:flex-start;width:1.875rem;height:1.875rem;-o-object-fit:cover;object-fit:cover}.total-price__item-text{font-weight:500;font-size:.75rem;line-height:140%;color:var(--gray)}.total-price__item-text span{font-weight:600;color:var(--primary)}.total-price__price{font-weight:600;font-size:1.625rem;line-height:100%}.total-price__btn{max-width:100%;width:100%}.wish-list{margin-bottom:3.5rem}.wish-list__title{margin-bottom:1.5rem}.wish-list__items{border:1px solid var(--light-gray);background:var(--white);margin-bottom:1.5rem}.wish-list__item{padding:.75rem;display:flex;align-items:center;gap:1rem}.wish-list__item:not(:last-child){border-bottom:1px solid var(--light-gray)}.wish-list__item-delete{flex-shrink:0;width:.9375rem;height:.9375rem;display:grid;place-content:center;border-radius:50%}.wish-list__item-delete svg{width:100%;height:100%}.wish-list__item-delete path{transition:fill .3s}.wish-list__item-delete rect{transition:stroke .3s}.wish-list__item-img{flex-shrink:0;width:4.0625rem;height:4.0625rem}.wish-list__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.wish-list__item-body{flex:1 1 auto;display:flex;align-items:center;justify-content:space-between;gap:.5rem 1rem}.wish-list__item-name{font-family:Alice;font-size:.875rem;line-height:130%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .3s}.wish-list__item-price{font-weight:600;font-size:1rem;line-height:100%}.wish-list__item-availability{display:flex;align-items:center;gap:.375rem;font-weight:500;font-size:.625rem;line-height:100%;white-space:nowrap}.header-blog .header__btn{text-align:center}.page-blog{padding-top:4.6875rem}.blog-promo{padding:9.375rem 0 8.75rem 0;min-height:27.875rem;position:relative}.blog-promo img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1}.blog-promo__body{max-width:42.5rem;margin:0 auto;position:relative;z-index:2}.blog-promo__title{font-family:Alice;font-weight:400;line-height:100%;text-align:center;color:var(--white);text-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.blog-promo__title:not(:last-child){margin-bottom:.75rem}.blog-promo__text{text-align:center;font-weight:400;line-height:120%;color:var(--white);text-shadow:0 4px 4px 0 rgba(0,0,0,.25)}.tags{padding:2.25rem 0;margin-bottom:3.5rem}.tags__title{margin-bottom:1.5rem}.tags__list{max-width:49rem;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem}.tags__link{font-family:Alice;background-color:var(--white);max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;font-weight:400;font-size:1rem;line-height:118%;text-transform:uppercase;color:var(--primary);border:2px solid var(--light-gray);padding:.625rem 1.5rem;border-radius:1.875rem;transition:border .3s}.blog-items{margin-bottom:3.5rem}.blog-items__title{margin-bottom:1.5rem}.blog-items__body{display:grid;grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));gap:3.5rem 1.5rem}.blog-items__more{display:block;margin:0 auto 1.5rem auto}.blog-item__img{width:100%;height:13.125rem;overflow:hidden}.blog-item__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.blog-item__body{padding:1.25rem;margin:-3.125rem 1.125rem .75rem 1.125rem;position:relative;z-index:2;display:flex;flex-direction:column;gap:.75rem}.blog-item__title{font-family:Alice;font-weight:400;line-height:120%;color:var(--primary-color);transition:color .3s}.blog-item__text{font-weight:400;font-size:.875rem;line-height:140%;color:#000;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-article__title{margin-bottom:1.5rem}.blog-article__text{margin-bottom:3.5rem}.blog-article__text h4{font-weight:600;font-size:1.375rem;line-height:160%;color:#000;margin-bottom:1.5rem}.blog-article__text p{font-weight:400;line-height:160%;margin-bottom:1.5rem}.blog-article__socials{padding:2rem 0;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;position:relative}.blog-article__socials::before{content:"";position:absolute;top:50%;left:0;width:100%;height:.125rem;background:var(--light-gray);z-index:1}.blog-article__soc-link{display:grid;place-content:center;width:3.6875rem;height:3.6875rem;position:relative;z-index:2}.blog-article__soc-link svg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.blog-article__soc-link path{transition:stroke .3s}.blog-products{background-color:#f9f9f9;border:1px solid var(--light-gray);padding:1.5rem;margin-bottom:3.5rem}.blog-products__title{margin-bottom:1.5rem}.blog-products__slider{position:relative;max-width:60.375rem;margin:0 auto;padding:0 3rem}.blog-products__slider::after,.blog-products__slider::before{content:"";position:absolute;top:0;height:100%;z-index:3;width:2.9375rem;background-color:#f9f9f9}.blog-products__slider::before{left:0}.blog-products__slider::after{right:0}.blog-products__navigation{position:absolute;top:50%;left:0;z-index:4;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;pointer-events:none}.blog-comments{margin-bottom:1.5rem}.swiper{overflow:hidden}.swiper-initialized{touch-action:pan-y}.swiper-wrapper{width:100%;height:100%;box-sizing:content-box;display:flex;position:relative}.swiper-vertical .swiper-wrapper{flex-direction:column}.swiper-autoheight .swiper-wrapper{align-items:flex-start}.swiper-initialized .swiper-slide{flex-shrink:0}.swiper-android .swiper-slide,.swiper-android .swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-button-lock{display:none!important}@media (min-width:82.49875em){.menu{margin-right:2.4375rem}.menu__list{-webkit-column-gap:2.25rem;-moz-column-gap:2.25rem;column-gap:2.25rem}.dropdown-menu{gap:2.25rem}.header__logo{margin-right:2.75rem}.header__contacts{max-width:19.6875rem}.header__phone{font-size:.9375rem}.header__actions{margin-right:.75rem}.footer__body{gap:3.75rem}.features__items{gap:2.25rem}.product-info__navigation{gap:3.75rem}.blog-article__socials{gap:2.25rem}}@media (min-width:75em){.select2-results__option{font-size:.875rem}.title{font-size:2.25rem}.thank-block__order{font-size:1.875rem}.thank-block__soc-title{font-size:1.5rem}.footer__col-title{font-size:1.375rem}.promo__body{gap:1.5rem}.promo__subtitle{font-size:2rem}.promo__title{font-size:3.25rem}.promo__text{font-size:1.125rem}.promo__link{font-size:1.125rem}.card-product .select2 .select2-selection__rendered,.card-product .select2-container .select2-selection__rendered{font-size:.875rem}.card-product__name{font-size:1.28125rem}.card-product__price-old{font-size:.8125rem}.card-product__price{font-size:1.625rem}.about__sitename{font-size:1.625rem}.about__sitename{margin-bottom:1.5rem}.about__content h3{font-size:1.375rem}.about__content p{font-size:1.125rem}.about__content li{font-size:1.125rem}.instagram__title{margin-bottom:1.5rem}.newsletter__title{margin-bottom:1.5rem}.about-product__body{gap:2.25rem}.about-product__name{font-size:2.25rem}.cheaper-together__items::after{font-size:2.375rem}.cheaper-together__item:not(:last-child)::after{font-size:2.375rem}.cheaper-together__total-price{font-size:2rem}.product-info__title{font-size:1.5rem}.product-info__body .chars__item{font-size:1.125rem}.product-info__body h3{font-size:1.125rem}.product-info__body p{font-size:1.125rem}.product-info__body ul{font-size:1.125rem}.aside-block__title{font-size:1.5rem}.cart-page__subtitle{font-size:1.75rem}.blog-promo__title{font-size:3.8125rem}.blog-promo__text{font-size:1.125rem}.blog-items__body:not(:last-child){margin-bottom:3.5rem}.blog-item__title{font-size:1.125rem}.blog-article__text p{font-size:1.125rem}}@media (max-width:75em){.footer__copy{padding-left:0}.section-categories__body{padding:2.25rem 3.125rem}}@media (max-width:20em){.select2-results__option{font-size:.75rem}.title{font-size:1.5rem}.thank-block__order{font-size:1.25rem}.thank-block__soc-title{font-size:1rem}.footer__col-title{font-size:1.125rem}.promo__body{gap:.6875rem}.promo__subtitle{font-size:1.125rem}.promo__title{font-size:1.5rem}.promo__text{font-size:.625rem}.promo__link{font-size:.75rem}.card-product .select2 .select2-selection__rendered,.card-product .select2-container .select2-selection__rendered{font-size:.75rem}.card-product__name{font-size:.875rem}.card-product__price-old{font-size:.625rem}.card-product__price{font-size:1rem}.about__sitename{font-size:1.125rem}.about__sitename{margin-bottom:1rem}.about__content h3{font-size:1rem}.about__content p{font-size:.875rem}.about__content li{font-size:.875rem}.instagram__title{margin-bottom:1rem}.newsletter__title{margin-bottom:1rem}.about-product__body{gap:1.5rem}.about-product__name{font-size:1.5rem}.cheaper-together__items::after{font-size:1.5rem}.cheaper-together__item:not(:last-child)::after{font-size:1.5rem}.cheaper-together__total-price{font-size:1.5rem}.product-info__title{font-size:1.125rem}.product-info__body .chars__item{font-size:.875rem}.product-info__body h3{font-size:.875rem}.product-info__body p{font-size:.875rem}.product-info__body ul{font-size:.875rem}.aside-block__title{font-size:1.25rem}.cart-page__subtitle{font-size:1.125rem}.blog-promo__title{font-size:1.75rem}.blog-promo__text{font-size:.875rem}.blog-items__body:not(:last-child){margin-bottom:1rem}.blog-item__title{font-size:.875rem}.blog-article__text p{font-size:.875rem}}@media (max-width:74.99875em){.menu{margin-right:.0000000625rem}.menu__list{-webkit-column-gap:.75rem;-moz-column-gap:.75rem;column-gap:.75rem}.dropdown-menu{gap:1rem}.header__logo{margin-right:.0000000625rem}.header__contacts{max-width:16.5625rem}.header__phone{font-size:.75rem}.header__actions{margin-right:.0000000625rem}.footer__title{left:1.25rem}.features__items{gap:1.5rem}}@media (max-width:68.74875em){.header__contacts{display:none}.page{padding-top:8.75rem}}@media (max-width:61.99875em){.menu__body{position:absolute;left:-150%;top:100%;z-index:15;width:calc(100% + 2.5rem);min-height:100vh;height:100%;background-color:rgba(0,0,0,.7);padding-bottom:50%;overflow:auto;transition:opacity .3s;color:var(--primary);opacity:0}.menu-open .menu__body{left:-1.25rem;opacity:1}.menu__list{align-items:stretch;flex-direction:column;gap:0;background:var(--white);padding:.375rem 1.25rem .125rem 1.25rem;-webkit-transform:translate(-100%,0);transform:translate(-100%,0);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.menu-open .menu__list{-webkit-transform:translate(0,0);transform:translate(0,0)}.menu__item{border-bottom:1px solid var(--light-gray)}.menu__item:nth-child(1){order:2}.menu__item:nth-child(2){order:0}.menu__item:nth-child(3){order:1}.menu__item:nth-child(4){order:3}.menu__item.open-dropdown .dropdown-menu{visibility:visible;opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0);padding:.9375rem 0;height:auto;border-top:1px solid var(--light-gray)}.menu__item.open-dropdown .menu__link::after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.menu__link.dropdown-toggle{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;gap:1rem}.menu__link.dropdown-toggle::after{background:url(../img/icons/arrow-down.svg) center/10px no-repeat}.menu__link{font-family:Alice;font-weight:400;font-size:1rem;padding:.875rem 0;text-transform:uppercase}.menu__bottom{background-color:var(--white);box-shadow:0 4px 4px 0 rgba(0,0,0,.25);padding:1.625rem 1.25rem;-webkit-transform:translate(-100%,0);transform:translate(-100%,0);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.menu-open .menu__bottom{-webkit-transform:translate(0,0);transform:translate(0,0)}.menu__socials{display:flex;align-items:center;flex-wrap:wrap;gap:.625rem 1rem}.dropdown-menu{position:static;height:0;padding:0;box-shadow:none;align-items:start;grid-template-columns:1fr}.dropdown-menu::after,.dropdown-menu::before{display:none}.dropdown-menu__column.open-category .dropdown-menu__title::after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.dropdown-menu__column.open-category .dropdown-menu__list{height:auto;visibility:visible;opacity:1;-webkit-transform:rotateX(0);transform:rotateX(0);padding:.875rem 0;border-bottom:1px solid var(--light-gray)}.dropdown-menu__title{display:flex;align-items:center;gap:1rem;font-size:1rem;cursor:pointer;margin-bottom:0;padding:0 0 .875rem 0;border-bottom:1px solid var(--light-gray)}.dropdown-menu__title::after{content:"";width:.625rem;height:.625rem;background:url(../img/icons/arrow-down.svg) center/10px no-repeat;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.dropdown-menu__title ~ .dropdown-menu__list{height:0;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);opacity:0;transition:all .3s}.dropdown-menu__item.open-submenu .submenu{padding:.875rem .875rem 0 .625rem}.submenu{padding:0 0 0 .625rem;transition:all .3s}.icon-menu{display:block;position:relative;width:1.5rem;height:1.125rem;z-index:5;order:0}.icon-menu span,.icon-menu::after,.icon-menu::before{content:"";transition:all .3s ease 0s;right:0;position:absolute;width:100%;height:.125rem;background-color:var(--white)}.icon-menu::before{top:0}.icon-menu::after{bottom:0}.icon-menu span{top:calc(50% - .0625rem)}.menu-open .icon-menu span{width:0}.menu-open .icon-menu::before{top:calc(50% - .0625rem);-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.menu-open .icon-menu::after{bottom:calc(50% - .0625rem);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.header__body{display:grid;grid-template-columns:1.5rem 1fr auto .95fr auto;justify-content:stretch}.header__logo{order:2;max-width:2.4375rem;margin:0 auto}.header__search{margin-left:0;justify-content:stretch;order:1}.header__actions{order:3;justify-content:flex-end}.language{order:4}.footer__body{gap:1.5rem;flex-wrap:wrap}.products__items{grid-template-columns:repeat(auto-fill,minmax(13.75rem,1fr));gap:1.25rem}.cheaper-together__item:not(:last-child){margin-right:1.25rem}.cheaper-together__item:not(:last-child)::after{right:-1.875rem}.cheaper-together__total{max-width:8.75rem}.product-info__navigation{gap:1rem}.section-categories__columns{flex-wrap:wrap}.catalog__body{grid-template-columns:13.75rem 1fr;gap:1rem}.catalog__products{grid-template-columns:repeat(auto-fill,minmax(13.75rem,1fr));gap:1.25rem}.cart-page__body{grid-template-columns:1fr 20.625rem;gap:1rem}.cart-tabs__inputs{grid-template-columns:repeat(2,1fr)}.cart-tabs__address-shop{line-height:140%}.header-blog .header__body{display:grid;grid-template-columns:1fr auto .87fr auto;justify-content:stretch}.header-blog .header__logo{order:1}.header-blog .header__search{order:0}.header-blog .header__btn{order:2;margin-left:auto}.header-blog .header__lang{order:3}.header-blog .language{order:4}.page-blog{padding-top:4rem}}@media (max-width:61.99875em) and (any-hover:none){.icon-menu{cursor:default}}@media (max-width:47.99875em){.popup__bottom{flex-direction:column-reverse}.footer__column:first-child{max-width:100%}.promo__slide{min-height:31.25rem;display:grid;align-items:end}.promo__body{max-width:100%;justify-content:center}.promo__subtitle{text-align:center}.promo__title{text-align:center}.promo__text{text-align:center}.promo__link{margin:0 auto}.products__items{grid-template-columns:repeat(auto-fill,minmax(10.625rem,1fr));gap:1rem}.card-product__body{padding:.5rem 0 0 0}.features{background:url(../img/features-bg-mob.jpg) top right/cover no-repeat}.about-product__body{flex-direction:column;align-items:stretch}.about-product__left{max-width:100%}.about-product__right{max-width:100%}.about-product__top{margin-bottom:1rem}.cheaper-together__title{text-align:center}.cheaper-together__body{flex-direction:column;gap:.75rem}.cheaper-together__items{flex-direction:column;gap:.75rem}.cheaper-together__item{border:0;background:var(--background);flex-direction:row;gap:1rem;padding:0 3.125rem 0 2.625rem}.cheaper-together__item:not(:last-child){margin:0 0 .75rem 0}.cheaper-together__item:not(:last-child)::after{right:50%;top:auto;bottom:-1.5625rem;-webkit-transform:translate(50%,0);transform:translate(50%,0)}.cheaper-together__item .card-product__badges{top:0;right:0;left:auto}.cheaper-together__item .card-product__wish{right:0;bottom:.1875rem;top:auto}.cheaper-together__item .card-product__img{flex-shrink:0;width:4.0625rem;height:4.0625rem}.cheaper-together__item .card-product__body{padding:0;gap:.3125rem}.cheaper-together__item .card-product__name{text-align:left}.cheaper-together__item .card-product__availability{justify-content:stretch}.cheaper-together__item .card-product__check{position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.cheaper-together__item .card-product__check-fake{width:1.625rem;height:1.625rem;padding:.125rem}.cheaper-together__item .card-product__check-input:checked ~ .card-product__check-fake{background:var(--additional) url(../img/icons/tick.svg) center/14px no-repeat}.cheaper-together__total{flex-direction:row;flex-wrap:wrap;max-width:100%;gap:1rem .5rem}.cheaper-together__total-text{margin-bottom:0}.cheaper-together__total-price{margin-bottom:0}.cheaper-together__buy{width:100%}.product-info__navigation{margin-bottom:0}.product-info__title{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;text-align:left;display:flex;align-items:center;gap:1.5rem}.product-info__title::after{content:"";width:.75rem;height:.75rem;background:url(../img/icons/arrow-down.svg) center/12px no-repeat;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.product-info__title._tab-active::after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.product-info__content{display:flex;flex-direction:column;gap:1rem}.catalog__filter-btn{display:flex}.catalog__body{grid-template-columns:1fr}.catalog__products{grid-template-columns:repeat(auto-fill,minmax(10.625rem,1fr));gap:1rem}.aside-block{position:fixed;top:0;left:-150%;z-index:12;width:100%;height:100%;background-color:rgba(0,0,0,.7);padding-right:3.75rem;opacity:0;transition:opacity .3s}.filter-open .aside-block{left:0;opacity:1}.aside-block__close{width:.9375rem;height:.9375rem;display:grid;place-content:center;position:absolute;right:1.375rem;top:1.875rem}.aside-block__items{background-color:var(--white);padding:1.5rem 1rem;height:100%;overflow-x:hidden;overflow-y:auto;-webkit-transform:translate(-100%,0);transform:translate(-100%,0);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.filter-open .aside-block__items{-webkit-transform:translate(0,0);transform:translate(0,0)}.aside-block__body [data-range-volume],.aside-block__body [data-range]{margin-right:.9375rem}.cart-page__body{grid-template-columns:repeat(2,1fr)}.cart-page__inputs{grid-template-columns:1fr}.cart-page__notdisturb{grid-column:auto}.cart-page__comment{grid-column:auto}.cart-tabs__btn{max-width:100%}.cart-tabs__inputs{grid-template-columns:1fr}.blog-promo{padding:6.25rem 0;min-height:13.125rem}.blog-items__body{grid-template-columns:repeat(auto-fill,minmax(18.125rem,1fr));gap:1.5rem}.blog-article__socials{gap:1rem}}@media (max-width:40.62375em){.menu__bottom{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row-reverse;gap:1rem}.popup__content{padding:.875rem}.chat{right:1rem;bottom:9.375rem}.cart__item-wish span{display:none}.header__body{grid-template-columns:1.5rem 1fr auto 1.19fr}.header__search.is-open .fn_search_form{position:absolute;top:0;left:-1.25rem;padding:.3125rem 1.25rem;width:calc(100% + 2.5rem);height:100%;z-index:10;background-color:var(--primary);display:flex;align-items:center;gap:.375rem}.header__search.is-open .fn_search_form::before{content:"";width:1.5rem;height:1.5rem;background:url(../img/icons/search.svg) center/cover no-repeat}.header__search-close{right:1.25rem}.language.lang-open .language__list{height:auto;margin-top:.625rem}.language{margin-top:.3125rem}.language__current::after{background:url(../img/icons/arrow-down.svg) center/10px no-repeat}.language__list{position:static;height:0;padding:0;border:0}.cart-header__dropdown{max-width:22.5rem;right:-1.25rem}.footer__body{display:grid;grid-template-columns:repeat(2,auto);margin-bottom:1rem}.footer__column:first-child{grid-column:span 2}.footer__column:nth-child(4),.footer__column:nth-child(5){grid-column:span 2}.footer__column:nth-child(4){display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.footer__col-title{grid-column:span 2;margin-bottom:0}.footer__phone{margin-bottom:0}.footer__col-text{text-align:left}.footer__socials{margin-top:0;justify-content:stretch}.footer__warning{max-width:100%;margin-bottom:1rem}.cart-page__body{grid-template-columns:1fr}.cart-page__content{grid-row:auto;order:1}.cart-page__payments{max-width:100%}.cart-page__products{order:0;border:0;padding:0;background:var(--background)}.cart-page__products .cart__list{border:1px solid var(--light-gray);padding:0 .75rem}.cart-page__products .cart__item:last-child{border:0}.cart-page__products-total:not(:last-child){margin-bottom:1rem}.total-price{order:2;gap:0}.total-price__info:not(:last-child){margin-bottom:1rem}.total-price__item:not(:last-child){margin-bottom:1rem}.wish-list__item-body{flex-wrap:wrap}.wish-list__item-name{width:100%;order:0}.wish-list__item-price{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;order:2}.wish-list__item-availability{width:100%;order:1}.wish-list__item-buy{order:3;font-size:.5rem;padding:.4375rem .5625rem}.header-blog .header__body{grid-template-columns:1fr auto .78fr auto;gap:.625rem}.header-blog .header__btn{font-size:.5rem;padding:.4375rem .5625rem}.header-blog .language.lang-open .language__list{height:auto;margin-top:0}.header-blog .language{margin-top:0}.header-blog .language__current::after{background:url(../img/icons/arrow-down-white.svg) center/10px no-repeat}.header-blog .language__list{position:absolute;height:auto;border:1px solid var(--light-gray);padding:.625rem .3125rem}.page-blog{padding-top:3.75rem}.tags__list{gap:.75rem}.blog-article__text h4{font-size:1.25rem}.blog-products__slider{padding:0}.blog-products__slider::after,.blog-products__slider::before{display:none}.blog-products__wrapper{margin-bottom:1rem}.blog-products__navigation{position:static;-webkit-transform:translate(0,0);transform:translate(0,0);justify-content:center}}@media (max-width:34.37375em){.section-categories__list{max-width:100%}}@media (max-width:29.99875em){.popup__info{gap:.625rem}.popup__text{font-size:.75rem}.popup__bottom{align-items:stretch}.popup__btn{max-width:100%!important;width:100%}.popup__total{flex-direction:column;align-items:stretch;gap:1rem}.popup__total-price{text-align:center}.popup__to-order{max-width:100%!important;width:100%}.text-warranty{font-size:.75rem}.proposals__slider .cart__item{grid-template-columns:3rem 1fr}.cart__item-name{font-size:.75rem}.proposals__slider .cart__item-delete{display:none}.proposals__slide{padding-bottom:0}.proposals__slide .cart__item-buy{position:static;-webkit-transform:translate(0,0);transform:translate(0,0);font-size:.5rem;line-height:100%;padding:.4375rem .5625rem}.proposals__navigation{top:50%}.thank-block{margin-bottom:1.5rem}.thank-block__text{margin-bottom:1.5rem}.thank-block__text p{font-size:.875rem;margin-bottom:.625rem}.thank-block__order{margin-bottom:1rem}.thank-block__shop{font-size:.75rem}.thank-block__socials{border:0;background-color:transparent;padding:0}.thank-block__soc-title{margin-bottom:1rem}.thank-block__soc-items{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;border:1px solid var(--light-gray);background-color:var(--white);padding:.75rem;flex-direction:column;gap:.75rem}.thank-block__soc-img{display:none}.header__top{font-size:.625rem;line-height:130%;text-align:left;padding:.5rem 1.25rem}.header__body{padding:.3125rem 0;grid-template-columns:1.5rem 1fr auto 1.4fr}.header__user{display:none}.header__bottom{padding:0}.header__nav{display:grid;grid-template-columns:repeat(3,1fr)}.header__nav-link{padding:.4375rem .625rem}.footer{padding:1.25rem 0}.footer__title{display:none}.footer__link{font-size:.75rem}.footer__phone:nth-child(3){justify-content:flex-end}.footer__socials{justify-content:flex-end}.page{padding-top:8.25rem}.promo{margin-bottom:1.5rem}.promo__title{line-height:110%}.promo__link{padding:.625rem .875rem}.products{margin-bottom:1.5rem}.products__title{margin-bottom:1rem}.products__items{grid-template-columns:repeat(2,1fr)}.card-product__badges{top:.625rem;left:.625rem}.card-product__sale{font-size:.625rem}.card-product__new{font-size:.625rem}.card-product__wish{top:.875rem;right:.875rem}.card-product__body{gap:.75rem}.card-product__name{-webkit-line-clamp:3}.card-product__bottom{gap:.5rem}.card-product__prices{width:100%;flex-direction:row-reverse;align-items:stretch;justify-content:center;flex-wrap:wrap}.card-product__buy{width:100%;padding:.5625rem .9375rem;display:flex;align-items:center;justify-content:center}.card-product__buy.active{padding:.3125rem .9375rem}.card-product__link{max-width:100%;width:100%;padding:.5625rem .9375rem;display:flex;align-items:center;justify-content:center}.features{padding:1.5rem 0;margin-bottom:1.5rem}.features__item{width:100%}.features__img{margin-bottom:.5rem}.features__text{display:none}.about{margin-bottom:1.5rem}.about__title{margin-bottom:.625rem}.instagram{margin-bottom:2.25rem}.newsletter{padding:1rem 0 1.25rem}.newsletter__field{gap:0;position:relative}.newsletter__field img{position:absolute;left:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}.newsletter__input{padding:.75rem .3125rem .75rem 3.0625rem}.about-product{margin-bottom:1.5rem}.about-product__slider:not(:last-child){margin-bottom:1rem}.about-product__thumbs-slider{padding:0 2.5rem}.about-product__thumbs-slider::after,.about-product__thumbs-slider::before{width:2.4375rem}.about-product__top{gap:1rem}.about-product__details{flex-direction:column}.about-product__trade{max-width:100%}.about-product__trade .select2{display:block;margin:0 auto}.about-product__buy-block{justify-content:center;gap:1.625rem}.about-product__buy-block:not(:last-child){margin-bottom:1.5rem}.about-product__colors{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem}.about-product__colors-title:not(:last-child){margin-bottom:0}.about-product__delivery{max-width:100%}.product-delivery__head{justify-content:space-between}.cheaper-together{margin-bottom:2.25rem}.cheaper-together__title{margin-bottom:1rem}.cheaper-together__buy{max-width:100%}.product-info{margin-bottom:2.25rem}.comments__title{margin-bottom:1rem;font-size:1rem}.comments__body{gap:.5rem .625rem}.comment_form{padding:1rem}.section-categories{margin-bottom:1rem}.section-categories__title{margin-bottom:1rem}.section-categories__body{padding:2.25rem 1.25rem}.page-for-her .section-categories__body{background:#fddaff url(../img/for-her-bg.svg) top 50% right -30px/105px no-repeat}.page-for-him .section-categories__body{background:#d5dbf4 url(../img/for-him-bg.svg) bottom -20px right 10px/138px no-repeat}.page-for-them .section-categories__body{background:#fad5cc url(../img/for-them-bg.svg) bottom -15px right -15px/200px no-repeat}.section-categories__columns{flex-direction:column}.catalog{margin-bottom:2.25rem}.catalog__title{margin-bottom:1rem}.catalog__products{grid-template-columns:repeat(2,1fr)}.aside-block__list{gap:1.125rem}.aside-block__list:not(:last-child){margin-bottom:1.125rem}.cart-page__title{text-align:center}.cart-page__subtitle{text-align:center}.cart-page .total-price,.cart-page__content,.cart-page__products{padding:1rem}.cart-page__payments{padding:1rem}.cart-tabs__address-shop{padding:1rem}.wish-list{margin-bottom:2.25rem}.wish-list__title{margin-bottom:.625rem}.wish-list__items{margin-bottom:.625rem}.header-blog .header__body{padding:.3125rem 0}.header-blog .language__current{font-size:.625rem}.header-blog .language__current::after{width:.5rem;height:.5rem;background:url(../img/icons/arrow-down-white.svg) center/8px no-repeat}.header-blog .language__list{font-size:.625rem}.page-blog{padding-top:3.125rem}.blog-promo{padding:3.75rem 0 2.8125rem 0}.tags{padding:1.5rem 0;margin-bottom:1.5rem}.blog-items{margin-bottom:2.25rem}.blog-item__body{margin:-3.125rem .75rem .75rem .75rem}.blog-item__text{font-size:.75rem}.blog-article__title{margin-bottom:1rem}.blog-article__text h4{text-align:center;margin-bottom:1rem}.blog-article__text p{margin-bottom:1rem}.blog-article__text{margin-bottom:1rem}.blog-article__socials{padding:1.25rem 0;margin-bottom:1rem}.blog-products{padding:1rem .9375rem;margin:0 -.9375rem 1rem -.9375rem}.blog-products__title{margin-bottom:1rem}.blog-comments{margin-bottom:1rem}}@media (max-width:23.12375em){.header__nav-link{gap:.3125rem}.header__nav-icon{width:1.25rem;height:1.25rem;padding:.1875rem}.header__nav-icon svg{width:100%;height:100%}.footer__phone{font-size:.75rem}.newsletter__form{flex-direction:column}.newsletter__input{max-width:100%}.blog-item__body{padding:.75rem}}@media (min-width:20em) and (max-width:75em){@supports (font-size:clamp(0.75rem ,0.7045454545rem + 0.2272727273vw ,0.875rem)){.select2-results__option{font-size:clamp(.75rem ,.7045454545rem + .2272727273vw ,.875rem)}}@supports not (font-size:clamp(0.75rem ,0.7045454545rem + 0.2272727273vw ,0.875rem)){.select2-results__option{font-size:calc(.75rem + .125 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(1.5rem ,1.2272727273rem + 1.3636363636vw ,2.25rem)){.title{font-size:clamp(1.5rem ,1.2272727273rem + 1.3636363636vw ,2.25rem)}}@supports not (font-size:clamp(1.5rem ,1.2272727273rem + 1.3636363636vw ,2.25rem)){.title{font-size:calc(1.5rem + .75 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)){.thank-block__order{font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)}}@supports not (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)){.thank-block__order{font-size:calc(1.25rem + .625 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(1rem ,0.8181818182rem + 0.9090909091vw ,1.5rem)){.thank-block__soc-title{font-size:clamp(1rem ,.8181818182rem + .9090909091vw ,1.5rem)}}@supports not (font-size:clamp(1rem ,0.8181818182rem + 0.9090909091vw ,1.5rem)){.thank-block__soc-title{font-size:calc(1rem + .5 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(1.125rem ,1.0340909091rem + 0.4545454545vw ,1.375rem)){.footer__col-title{font-size:clamp(1.125rem ,1.0340909091rem + .4545454545vw ,1.375rem)}}@supports not (font-size:clamp(1.125rem ,1.0340909091rem + 0.4545454545vw ,1.375rem)){.footer__col-title{font-size:calc(1.125rem + .25 * (100vw - 20rem)/ 55)}}@supports (gap:clamp(0.6875rem ,0.3920454545rem + 1.4772727273vw ,1.5rem)){.promo__body{gap:clamp(.6875rem ,.3920454545rem + 1.4772727273vw ,1.5rem)}}@supports not (gap:clamp(0.6875rem ,0.3920454545rem + 1.4772727273vw ,1.5rem)){.promo__body{gap:calc(.6875rem + .8125 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(1.125rem ,0.8068181818rem + 1.5909090909vw ,2rem)){.promo__subtitle{font-size:clamp(1.125rem ,.8068181818rem + 1.5909090909vw ,2rem)}}@supports not (font-size:clamp(1.125rem ,0.8068181818rem + 1.5909090909vw ,2rem)){.promo__subtitle{font-size:calc(1.125rem + .875 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(1.5rem ,0.8636363636rem + 3.1818181818vw ,3.25rem)){.promo__title{font-size:clamp(1.5rem ,.8636363636rem + 3.1818181818vw ,3.25rem)}}@supports not (font-size:clamp(1.5rem ,0.8636363636rem + 3.1818181818vw ,3.25rem)){.promo__title{font-size:calc(1.5rem + 1.75 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(0.625rem ,0.4431818182rem + 0.9090909091vw ,1.125rem)){.promo__text{font-size:clamp(.625rem ,.4431818182rem + .9090909091vw ,1.125rem)}}@supports not (font-size:clamp(0.625rem ,0.4431818182rem + 0.9090909091vw ,1.125rem)){.promo__text{font-size:calc(.625rem + .5 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(0.75rem ,0.6136363636rem + 0.6818181818vw ,1.125rem)){.promo__link{font-size:clamp(.75rem ,.6136363636rem + .6818181818vw ,1.125rem)}}@supports not (font-size:clamp(0.75rem ,0.6136363636rem + 0.6818181818vw ,1.125rem)){.promo__link{font-size:calc(.75rem + .375 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(0.75rem ,0.7045454545rem + 0.2272727273vw ,0.875rem)){.card-product .select2 .select2-selection__rendered,.card-product .select2-container .select2-selection__rendered{font-size:clamp(.75rem ,.7045454545rem + .2272727273vw ,.875rem)}}@supports not (font-size:clamp(0.75rem ,0.7045454545rem + 0.2272727273vw ,0.875rem)){.card-product .select2 .select2-selection__rendered,.card-product .select2-container .select2-selection__rendered{font-size:calc(.75rem + .125 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(0.875rem ,0.7272727273rem + 0.7386363636vw ,1.28125rem)){.card-product__name{font-size:clamp(.875rem ,.7272727273rem + .7386363636vw ,1.28125rem)}}@supports not (font-size:clamp(0.875rem ,0.7272727273rem + 0.7386363636vw ,1.28125rem)){.card-product__name{font-size:calc(.875rem + .40625 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(0.625rem ,0.5568181818rem + 0.3409090909vw ,0.8125rem)){.card-product__price-old{font-size:clamp(.625rem ,.5568181818rem + .3409090909vw ,.8125rem)}}@supports not (font-size:clamp(0.625rem ,0.5568181818rem + 0.3409090909vw ,0.8125rem)){.card-product__price-old{font-size:calc(.625rem + .1875 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(1rem ,0.7727272727rem + 1.1363636364vw ,1.625rem)){.card-product__price{font-size:clamp(1rem ,.7727272727rem + 1.1363636364vw ,1.625rem)}}@supports not (font-size:clamp(1rem ,0.7727272727rem + 1.1363636364vw ,1.625rem)){.card-product__price{font-size:calc(1rem + .625 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(1.125rem ,0.9431818182rem + 0.9090909091vw ,1.625rem)){.about__sitename{font-size:clamp(1.125rem ,.9431818182rem + .9090909091vw ,1.625rem)}}@supports not (font-size:clamp(1.125rem ,0.9431818182rem + 0.9090909091vw ,1.625rem)){.about__sitename{font-size:calc(1.125rem + .5 * (100vw - 20rem)/ 55)}}@supports (margin-bottom:clamp(1rem ,0.8181818182rem + 0.9090909091vw ,1.5rem)){.about__sitename{margin-bottom:clamp(1rem ,.8181818182rem + .9090909091vw ,1.5rem)}}@supports not (margin-bottom:clamp(1rem ,0.8181818182rem + 0.9090909091vw ,1.5rem)){.about__sitename{margin-bottom:calc(1rem + .5 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(1rem ,0.8636363636rem + 0.6818181818vw ,1.375rem)){.about__content h3{font-size:clamp(1rem ,.8636363636rem + .6818181818vw ,1.375rem)}}@supports not (font-size:clamp(1rem ,0.8636363636rem + 0.6818181818vw ,1.375rem)){.about__content h3{font-size:calc(1rem + .375 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.about__content p{font-size:clamp(.875rem ,.7840909091rem + .4545454545vw ,1.125rem)}}@supports not (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.about__content p{font-size:calc(.875rem + .25 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.about__content li{font-size:clamp(.875rem ,.7840909091rem + .4545454545vw ,1.125rem)}}@supports not (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.about__content li{font-size:calc(.875rem + .25 * (100vw - 20rem)/ 55)}}@supports (margin-bottom:clamp(1rem ,0.8181818182rem + 0.9090909091vw ,1.5rem)){.instagram__title{margin-bottom:clamp(1rem ,.8181818182rem + .9090909091vw ,1.5rem)}}@supports not (margin-bottom:clamp(1rem ,0.8181818182rem + 0.9090909091vw ,1.5rem)){.instagram__title{margin-bottom:calc(1rem + .5 * (100vw - 20rem)/ 55)}}@supports (margin-bottom:clamp(1rem ,0.8181818182rem + 0.9090909091vw ,1.5rem)){.newsletter__title{margin-bottom:clamp(1rem ,.8181818182rem + .9090909091vw ,1.5rem)}}@supports not (margin-bottom:clamp(1rem ,0.8181818182rem + 0.9090909091vw ,1.5rem)){.newsletter__title{margin-bottom:calc(1rem + .5 * (100vw - 20rem)/ 55)}}@supports (gap:clamp(1.5rem ,1.2272727273rem + 1.3636363636vw ,2.25rem)){.about-product__body{gap:clamp(1.5rem ,1.2272727273rem + 1.3636363636vw ,2.25rem)}}@supports not (gap:clamp(1.5rem ,1.2272727273rem + 1.3636363636vw ,2.25rem)){.about-product__body{gap:calc(1.5rem + .75 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(1.5rem ,1.2272727273rem + 1.3636363636vw ,2.25rem)){.about-product__name{font-size:clamp(1.5rem ,1.2272727273rem + 1.3636363636vw ,2.25rem)}}@supports not (font-size:clamp(1.5rem ,1.2272727273rem + 1.3636363636vw ,2.25rem)){.about-product__name{font-size:calc(1.5rem + .75 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(1.5rem ,1.1818181818rem + 1.5909090909vw ,2.375rem)){.cheaper-together__items::after{font-size:clamp(1.5rem ,1.1818181818rem + 1.5909090909vw ,2.375rem)}}@supports not (font-size:clamp(1.5rem ,1.1818181818rem + 1.5909090909vw ,2.375rem)){.cheaper-together__items::after{font-size:calc(1.5rem + .875 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(1.5rem ,1.1818181818rem + 1.5909090909vw ,2.375rem)){.cheaper-together__item:not(:last-child)::after{font-size:clamp(1.5rem ,1.1818181818rem + 1.5909090909vw ,2.375rem)}}@supports not (font-size:clamp(1.5rem ,1.1818181818rem + 1.5909090909vw ,2.375rem)){.cheaper-together__item:not(:last-child)::after{font-size:calc(1.5rem + .875 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(1.5rem ,1.3181818182rem + 0.9090909091vw ,2rem)){.cheaper-together__total-price{font-size:clamp(1.5rem ,1.3181818182rem + .9090909091vw ,2rem)}}@supports not (font-size:clamp(1.5rem ,1.3181818182rem + 0.9090909091vw ,2rem)){.cheaper-together__total-price{font-size:calc(1.5rem + .5 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(1.125rem ,0.9886363636rem + 0.6818181818vw ,1.5rem)){.product-info__title{font-size:clamp(1.125rem ,.9886363636rem + .6818181818vw ,1.5rem)}}@supports not (font-size:clamp(1.125rem ,0.9886363636rem + 0.6818181818vw ,1.5rem)){.product-info__title{font-size:calc(1.125rem + .375 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.product-info__body .chars__item{font-size:clamp(.875rem ,.7840909091rem + .4545454545vw ,1.125rem)}}@supports not (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.product-info__body .chars__item{font-size:calc(.875rem + .25 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.product-info__body h3{font-size:clamp(.875rem ,.7840909091rem + .4545454545vw ,1.125rem)}}@supports not (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.product-info__body h3{font-size:calc(.875rem + .25 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.product-info__body p{font-size:clamp(.875rem ,.7840909091rem + .4545454545vw ,1.125rem)}}@supports not (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.product-info__body p{font-size:calc(.875rem + .25 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.product-info__body ul{font-size:clamp(.875rem ,.7840909091rem + .4545454545vw ,1.125rem)}}@supports not (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.product-info__body ul{font-size:calc(.875rem + .25 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)){.aside-block__title{font-size:clamp(1.25rem ,1.1590909091rem + .4545454545vw ,1.5rem)}}@supports not (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)){.aside-block__title{font-size:calc(1.25rem + .25 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(1.125rem ,0.8977272727rem + 1.1363636364vw ,1.75rem)){.cart-page__subtitle{font-size:clamp(1.125rem ,.8977272727rem + 1.1363636364vw ,1.75rem)}}@supports not (font-size:clamp(1.125rem ,0.8977272727rem + 1.1363636364vw ,1.75rem)){.cart-page__subtitle{font-size:calc(1.125rem + .625 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(1.75rem ,1rem + 3.75vw ,3.8125rem)){.blog-promo__title{font-size:clamp(1.75rem ,1rem + 3.75vw ,3.8125rem)}}@supports not (font-size:clamp(1.75rem ,1rem + 3.75vw ,3.8125rem)){.blog-promo__title{font-size:calc(1.75rem + 2.0625 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.blog-promo__text{font-size:clamp(.875rem ,.7840909091rem + .4545454545vw ,1.125rem)}}@supports not (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.blog-promo__text{font-size:calc(.875rem + .25 * (100vw - 20rem)/ 55)}}@supports (margin-bottom:clamp(1rem ,0.0909090909rem + 4.5454545455vw ,3.5rem)){.blog-items__body:not(:last-child){margin-bottom:clamp(1rem ,.0909090909rem + 4.5454545455vw ,3.5rem)}}@supports not (margin-bottom:clamp(1rem ,0.0909090909rem + 4.5454545455vw ,3.5rem)){.blog-items__body:not(:last-child){margin-bottom:calc(1rem + 2.5 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.blog-item__title{font-size:clamp(.875rem ,.7840909091rem + .4545454545vw ,1.125rem)}}@supports not (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.blog-item__title{font-size:calc(.875rem + .25 * (100vw - 20rem)/ 55)}}@supports (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.blog-article__text p{font-size:clamp(.875rem ,.7840909091rem + .4545454545vw ,1.125rem)}}@supports not (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)){.blog-article__text p{font-size:calc(.875rem + .25 * (100vw - 20rem)/ 55)}}}@media (min-width:74.99875em) and (max-width:82.49875em){@supports (margin-right:clamp(0.0000000625rem ,-24.3745930625rem + 32.4999991667vw ,2.4375rem)){.menu{margin-right:clamp(.0000000625rem ,-24.3745930625rem + 32.4999991667vw ,2.4375rem)}}@supports not (margin-right:clamp(0.0000000625rem ,-24.3745930625rem + 32.4999991667vw ,2.4375rem)){.menu{margin-right:calc(.0000000625rem + 2.4374999375 * (100vw - 74.99875rem)/ 7.5)}}@supports ((-moz-column-gap:clamp(0.75rem ,-14.24975rem + 20vw ,2.25rem)) or (column-gap:clamp(0.75rem ,-14.24975rem + 20vw ,2.25rem))){.menu__list{-webkit-column-gap:clamp(.75rem ,-14.24975rem + 20vw ,2.25rem);-moz-column-gap:clamp(.75rem ,-14.24975rem + 20vw ,2.25rem);column-gap:clamp(.75rem ,-14.24975rem + 20vw ,2.25rem)}}@supports not ((-moz-column-gap:clamp(0.75rem ,-14.24975rem + 20vw ,2.25rem)) or (column-gap:clamp(0.75rem ,-14.24975rem + 20vw ,2.25rem))){.menu__list{-webkit-column-gap:calc(.75rem + 1.5 * (100vw - 74.99875rem)/ 7.5);-moz-column-gap:calc(.75rem + 1.5 * (100vw - 74.99875rem)/ 7.5);column-gap:calc(.75rem + 1.5 * (100vw - 74.99875rem)/ 7.5)}}@supports (gap:clamp(1rem ,-11.4997916667rem + 16.6666666667vw ,2.25rem)){.dropdown-menu{gap:clamp(1rem ,-11.4997916667rem + 16.6666666667vw ,2.25rem)}}@supports not (gap:clamp(1rem ,-11.4997916667rem + 16.6666666667vw ,2.25rem)){.dropdown-menu{gap:calc(1rem + 1.25 * (100vw - 74.99875rem)/ 7.5)}}@supports (margin-right:clamp(0.0000000625rem ,-27.4995409792rem + 36.6666658333vw ,2.75rem)){.header__logo{margin-right:clamp(.0000000625rem ,-27.4995409792rem + 36.6666658333vw ,2.75rem)}}@supports not (margin-right:clamp(0.0000000625rem ,-27.4995409792rem + 36.6666658333vw ,2.75rem)){.header__logo{margin-right:calc(.0000000625rem + 2.7499999375 * (100vw - 74.99875rem)/ 7.5)}}@supports (max-width:clamp(16.5625rem ,-14.6869791667rem + 41.6666666667vw ,19.6875rem)){.header__contacts{max-width:clamp(16.5625rem ,-14.6869791667rem + 41.6666666667vw ,19.6875rem)}}@supports not (max-width:clamp(16.5625rem ,-14.6869791667rem + 41.6666666667vw ,19.6875rem)){.header__contacts{max-width:calc(16.5625rem + 3.125 * (100vw - 74.99875rem)/ 7.5)}}@supports (font-size:clamp(0.75rem ,-1.12496875rem + 2.5vw ,0.9375rem)){.header__phone{font-size:clamp(.75rem ,-1.12496875rem + 2.5vw ,.9375rem)}}@supports not (font-size:clamp(0.75rem ,-1.12496875rem + 2.5vw ,0.9375rem)){.header__phone{font-size:calc(.75rem + .1875 * (100vw - 74.99875rem)/ 7.5)}}@supports (margin-right:clamp(0.0000000625rem ,-7.4998743125rem + 9.9999991667vw ,0.75rem)){.header__actions{margin-right:clamp(.0000000625rem ,-7.4998743125rem + 9.9999991667vw ,.75rem)}}@supports not (margin-right:clamp(0.0000000625rem ,-7.4998743125rem + 9.9999991667vw ,0.75rem)){.header__actions{margin-right:calc(.0000000625rem + .7499999375 * (100vw - 74.99875rem)/ 7.5)}}@supports (gap:clamp(1.5rem ,-5.999875rem + 10vw ,2.25rem)){.features__items{gap:clamp(1.5rem ,-5.999875rem + 10vw ,2.25rem)}}@supports not (gap:clamp(1.5rem ,-5.999875rem + 10vw ,2.25rem)){.features__items{gap:calc(1.5rem + .75 * (100vw - 74.99875rem)/ 7.5)}}}@media (min-width:61.99875em) and (max-width:82.49875em){@supports (gap:clamp(1.5rem ,-5.3047408537rem + 10.9756097561vw ,3.75rem)){.footer__body{gap:clamp(1.5rem ,-5.3047408537rem + 10.9756097561vw ,3.75rem)}}@supports not (gap:clamp(1.5rem ,-5.3047408537rem + 10.9756097561vw ,3.75rem)){.footer__body{gap:calc(1.5rem + 2.25 * (100vw - 61.99875rem)/ 20.5)}}@supports (gap:clamp(1rem ,-7.3169054878rem + 13.4146341463vw ,3.75rem)){.product-info__navigation{gap:clamp(1rem ,-7.3169054878rem + 13.4146341463vw ,3.75rem)}}@supports not (gap:clamp(1rem ,-7.3169054878rem + 13.4146341463vw ,3.75rem)){.product-info__navigation{gap:calc(1rem + 2.75 * (100vw - 61.99875rem)/ 20.5)}}}@media (min-width:47.99875em) and (max-width:82.49875em){@supports (gap:clamp(1rem ,-0.7390851449rem + 3.6231884058vw ,2.25rem)){.blog-article__socials{gap:clamp(1rem ,-.7390851449rem + 3.6231884058vw ,2.25rem)}}@supports not (gap:clamp(1rem ,-0.7390851449rem + 3.6231884058vw ,2.25rem)){.blog-article__socials{gap:calc(1rem + 1.25 * (100vw - 47.99875rem)/ 34.5)}}}@media (any-hover:hover){.input:hover{border-color:var(--primary)}.checkbox:hover .checkbox__fake{border-color:var(--primary)}.switch:hover .switch__fake{border-color:var(--additional)}.options__item:hover .options__fake{border-color:var(--primary)}.select2-container--default .select2-selection--single:hover{border-color:var(--primary)}.quantity:hover{border-color:var(--primary)}.quantity__button:hover::before{color:var(--primary)}.menu__link:hover{color:var(--additional)}.menu__link:hover::after{background:url(../img/icons/arrow-down-pink.svg) center/10px no-repeat}.dropdown-menu__link:hover{color:var(--additional)}.dropdown-menu .submenu-toggle:hover{background:url(../img/icons/arrow-down-pink.svg) center/10px no-repeat}.submenu__link:hover{color:var(--additional)}.popup__close:hover path{fill:var(--additional)}.pagging__arrow:hover{border-color:var(--additional)}.pagging__arrow:hover path{fill:var(--additional)}.pagging__item:hover{color:var(--additional)}.button:hover{border-color:var(--violet);color:var(--violet)}.button-pink:hover{background-color:var(--violet)}.button-empty:hover{border-color:var(--violet);color:var(--violet)}.button-dark:hover{background-color:var(--additional)}.wish-button:hover{color:var(--additional)}.swiper-button-next:hover,.swiper-button-prev:hover{border-color:var(--additional)}.swiper-button-next:hover path,.swiper-button-prev:hover path{fill:var(--additional)}.chat__btn:hover{border-color:var(--violet)}.chat__link:hover{opacity:.7}.breadcrumbs__link:hover{color:var(--additional)}.cart__item-name:hover{color:var(--additional)}.cart__item-delete:hover path{fill:var(--additional)}.cart__item-delete:hover rect{stroke:var(--additional)}.thank-block__soc-item:hover .thank-block__soc-img img{-webkit-transform:scale(1.05);transform:scale(1.05)}.thank-block__soc-item:hover .thank-block__soc-text{color:var(--additional)}.header__phone:hover{color:var(--additional)}.header__search-btn:hover path{fill:var(--additional)}.header__search-btn:hover circle{stroke:var(--additional)}.header__search-close:hover path{fill:var(--additional)}.header__user:hover path,.header__wishlist:hover path{fill:var(--additional)}.header__nav-link:hover{background-color:var(--light-gray)}.header__nav-link:hover.for-her{background:var(--she-pink)}.header__nav-link:hover.for-him{background:var(--he-blue)}.header__nav-link:hover.for-them{background:var(--they-beige)}.header__nav-link:hover .header__nav-icon{border-color:var(--additional)}.header__nav-link:hover .header__nav-icon path{fill:var(--additional)}.language__current:hover{color:var(--additional)}.language__list a:hover{color:var(--additional)}.cart-header__btn:hover path{stroke:var(--additional)}.cart-header__close:hover path{fill:var(--additional)}.cart-header__to-order:hover{background:var(--violet)}.footer__link:hover{color:var(--additional)}.footer__phone:hover{color:var(--additional)}.footer__social:hover{background-color:var(--violet)}.promo__link:hover{opacity:.5}.products__banner:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.card-product:hover{border-color:var(--additional)}.card-product__img:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.card-product__name:hover{color:var(--additional)}.card-product__buy:hover{background-color:var(--violet)}.card-product__check-fake:hover{opacity:.7}.about__content p a:hover{text-decoration:none}.newsletter__button:hover{background-color:var(--additional)}.about-product__all-chars:hover{text-decoration:none;color:var(--violet)}.product-delivery__link:hover{text-decoration:none}.chars__val a:hover{text-decoration:none}.comments__more:hover{color:var(--violet);text-decoration:none}.comment_form .form_input:hover{border-color:var(--primary)}.comment_form .form_textarea:hover{border-color:var(--primary)}.comment_form .form_button:hover{background-color:var(--additional)}.section-categories__link:hover{color:var(--additional)}.aside-block__link:hover{color:var(--additional)}.aside-block__all:hover{color:var(--violet)}.sort-block__btn:hover{color:var(--additional)}.sort-block__item:hover{color:var(--additional)}.cart-tabs__btn:hover{border-color:var(--primary)}.cart-tabs__city:hover{color:var(--primary)}.wish-list__item-delete:hover path{fill:var(--additional)}.wish-list__item-delete:hover rect{stroke:var(--additional)}.wish-list__item-name:hover{color:var(--additional)}.tags__link:hover{border-color:var(--primary)!important}.blog-item__img:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.blog-item__title:hover{color:var(--additional)}.blog-article__soc-link:hover path:first-child{stroke:var(--additional)}}