.loader{width:100%;display:flex;justify-content:center}.loader span{height:1rem;width:1rem;border:1px solid var(--main);background-color:transparent;margin:0 .25rem}@media screen and (min-width:1024px){.loader span{height:2rem;width:2rem;margin:0 .5rem}}.loader span:first-child{-webkit-animation:fade1 .6s infinite;animation:fade1 .6s infinite}.loader span:nth-child(2){-webkit-animation:fade2 .6s infinite;animation:fade2 .6s infinite}.loader span:nth-child(3){-webkit-animation:fade3 .6s infinite;animation:fade3 .6s infinite}.loader span:nth-child(4){-webkit-animation:fade4 .6s infinite;animation:fade4 .6s infinite}.infinite-scroll{margin-top:4rem}@-webkit-keyframes fade1{0%{background-color:transparent}20%{background-color:var(--main)}40%{background-color:transparent}60%{background-color:transparent}80%{background-color:transparent}to{background-color:transparent}}@keyframes fade1{0%{background-color:transparent}20%{background-color:var(--main)}40%{background-color:transparent}60%{background-color:transparent}80%{background-color:transparent}to{background-color:transparent}}@-webkit-keyframes fade2{0%{background-color:transparent}20%{background-color:transparent}40%{background-color:var(--main)}60%{background-color:transparent}80%{background-color:transparent}to{background-color:transparent}}@keyframes fade2{0%{background-color:transparent}20%{background-color:transparent}40%{background-color:var(--main)}60%{background-color:transparent}80%{background-color:transparent}to{background-color:transparent}}@-webkit-keyframes fade3{0%{background-color:transparent}20%{background-color:transparent}40%{background-color:transparent}60%{background-color:var(--main)}80%{background-color:transparent}to{background-color:transparent}}@keyframes fade3{0%{background-color:transparent}20%{background-color:transparent}40%{background-color:transparent}60%{background-color:var(--main)}80%{background-color:transparent}to{background-color:transparent}}@-webkit-keyframes fade4{0%{background-color:transparent}20%{background-color:transparent}40%{background-color:transparent}60%{background-color:transparent}80%{background-color:var(--main)}to{background-color:transparent}}@keyframes fade4{0%{background-color:transparent}20%{background-color:transparent}40%{background-color:transparent}60%{background-color:transparent}80%{background-color:var(--main)}to{background-color:transparent}}.accept{display:flex;align-items:center;position:relative;margin-bottom:1.5rem}@media screen and (min-width:1024px){.accept{margin-bottom:1rem}}.accept:last-child{margin-bottom:0}.accept__input{width:0;height:0;visibility:hidden}.accept__input:checked+.accept__label .accept__check{border-color:var(--main);background-color:var(--main)}.accept__input:checked+.accept__label .accept__name{color:var(--main)}.accept__label{display:flex;align-items:center;justify-content:flex-start;cursor:pointer}.accept__check{width:2.5rem;height:2.5rem;flex:none;border:1px solid var(--grey);transition:all .3s ease;background-color:var(--white)}@media screen and (min-width:1024px){.accept__check{width:2.2rem;height:2.2rem}}.accept__name{color:var(--dark);font-weight:400;font-size:1.4rem;line-height:1;margin-left:2rem;text-align:left;transition:all .3s ease}@media screen and (min-width:1024px){.accept__name{font-size:2.2rem;font-weight:700}}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(49,49,49,.7);z-index:17}.popup{display:none;position:absolute;top:6rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);height:calc(100vh - 6rem);z-index:18;width:100%;background-color:var(--white)}@media screen and (min-width:1024px){.popup{border:1px solid var(--main);border-top:none;height:100vh;top:0}}.popup.active{display:block;-webkit-animation:fadeIn .5s forwards;animation:fadeIn .5s forwards}.popup--products{max-width:115rem}.popup--products .popup__wrap{padding:3.2rem 2.4rem}@media screen and (min-width:1024px){.popup--products .popup__wrap{padding:15rem}}.popup--products .order-product{padding-bottom:4rem;margin-bottom:2rem;border-bottom:1px solid var(--main)}@media screen and (min-width:1024px){.popup--products .order-product{border-width:1px;margin:0;padding:6rem 0}}@media screen and (min-width:1024px){.popup--products .order-product__row{display:flex;align-items:center}}@media screen and (min-width:1024px){.popup--products .order-info__dots{width:13rem;margin:auto 0 .5rem}}@media screen and (min-width:1024px){.popup--products .order-info__price-line{margin-right:6.4rem}}@media screen and (min-width:1024px){.popup--products .order-product__img{height:28rem;margin-right:5rem;margin-left:-6rem}}@media screen and (min-width:1024px){.popup--products .order-product__title{margin:0 5.5rem 0 0}}@media screen and (min-width:1024px){.popup--products .order-product__info{margin-right:0}}.popup--log-reg{max-width:145rem}.popup--log-reg .popup__wrap{padding:3.2rem 2.4rem}@media screen and (min-width:1024px){.popup--log-reg .popup__wrap{padding:6rem 20rem}}@media screen and (max-width:1023px){.popup--log-reg .section-title__num{display:none}}@media screen and (min-width:1024px){.popup--log-reg .btn{width:40rem}}.popup--login{max-width:95rem}.popup--login .popup__wrap{padding:3.2rem 2.4rem}@media screen and (min-width:1024px){.popup--login .popup__wrap{padding:8rem 10rem}}.popup--login .popup-form{padding-top:5rem}@media screen and (min-width:1024px){.popup--login .popup-form{padding-top:8rem}}.popup--login .popup-form__valid+.popup-form__valid{margin-top:1.5rem}@media screen and (min-width:1024px){.popup--login .popup-form__valid+.popup-form__valid{margin-top:6rem}}.popup--registration{max-width:90rem}.popup--registration .popup__wrap{padding:3.2rem 2.4rem}@media screen and (min-width:1024px){.popup--registration .popup__wrap{padding:6rem 15rem}}.popup--registration .popup-form{padding-top:3.5rem}.popup--registration .popup-form__valid+.popup-form__valid{margin-top:1.5rem}@media screen and (min-width:1024px){.popup--registration .popup-form__valid+.popup-form__valid{margin-top:3rem}}.popup--registration .popup-form__btns{margin-top:2.8rem}@media screen and (min-width:1024px){.popup--registration .popup-form__btns{margin-top:4.4rem}}.popup--forgot-pass{max-width:95rem}.popup--forgot-pass .popup__wrap{padding:3.2rem 2.5rem}@media screen and (min-width:1024px){.popup--forgot-pass .popup__wrap{padding:6rem 15rem}}.popup--forgot-pass .popup-form{padding-top:3.3rem}@media screen and (min-width:1024px){.popup--forgot-pass .popup-form{padding-top:4.4rem}}.popup--forgot-pass .popup-form__btns{margin-top:1.5rem}@media screen and (min-width:1024px){.popup--forgot-pass .popup-form__btns{margin-top:3rem}}.popup--forgot-pass .popup__block{margin-top:3rem}@media screen and (min-width:1024px){.popup--forgot-pass .popup__block{margin-top:4.4rem}}.popup--forgot-pass .popup__block-text{font-size:1.4rem;line-height:142%}@media screen and (min-width:1024px){.popup--forgot-pass .popup__block-text{font-size:2.2rem}}.popup--new-pass{max-width:95rem}.popup--new-pass .popup__wrap{padding:3.2rem 2.5rem}@media screen and (min-width:1024px){.popup--new-pass .popup__wrap{padding:6rem 15rem}}.popup--new-pass .popup-form{padding-top:3.3rem}@media screen and (min-width:1024px){.popup--new-pass .popup-form{padding-top:7rem}}.popup--new-pass .popup-form__btns{margin-top:1.5rem}@media screen and (min-width:1024px){.popup--new-pass .popup-form__btns{margin-top:3rem}}.popup--new-pass .popup__block{margin-top:3rem}@media screen and (min-width:1024px){.popup--new-pass .popup__block{margin-top:4.4rem}}.popup--new-pass .popup__block-text{font-size:1.4rem;line-height:142%}@media screen and (min-width:1024px){.popup--new-pass .popup__block-text{font-size:2.2rem}}.popup--new-pass .popup-form__valid+.popup-form__valid{margin-top:1.5rem}@media screen and (min-width:1024px){.popup--new-pass .popup-form__valid+.popup-form__valid{margin-top:3rem}}.popup--additional-email{max-width:95rem}.popup--additional-email .popup__wrap{padding:3.2rem 2.5rem}@media screen and (min-width:1024px){.popup--additional-email .popup__wrap{padding:6rem 15rem}}.popup--additional-email .popup-form{padding-top:3.3rem}@media screen and (min-width:1024px){.popup--additional-email .popup-form{padding-top:4.4rem}}.popup--additional-email .popup-form__btns{margin-top:1.5rem}@media screen and (min-width:1024px){.popup--additional-email .popup-form__btns{margin-top:3rem}}.popup--additional-email .popup__block{margin-top:3rem}@media screen and (min-width:1024px){.popup--additional-email .popup__block{margin-top:4.4rem}}.popup--additional-email .popup__block-text{font-size:1.4rem;line-height:142%}@media screen and (min-width:1024px){.popup--additional-email .popup__block-text{font-size:2.2rem}}.popup--additional-email .popup-form__valid+.popup-form__valid{margin-top:1.5rem}@media screen and (min-width:1024px){.popup--additional-email .popup-form__valid+.popup-form__valid{margin-top:3rem}}.popup--additional-tel{max-width:95rem}@media screen and (min-width:1024px){.popup--additional-tel .popup__head{margin-right:-5rem}}.popup--additional-tel .popup__wrap{padding:3.2rem 2.5rem}@media screen and (min-width:1024px){.popup--additional-tel .popup__wrap{padding:6rem 15rem}}.popup--additional-tel .popup-form{padding-top:3.3rem}@media screen and (min-width:1024px){.popup--additional-tel .popup-form{padding-top:4.4rem}}.popup--additional-tel .popup-form__btns{margin-top:1.5rem}@media screen and (min-width:1024px){.popup--additional-tel .popup-form__btns{margin-top:3rem}}.popup--additional-tel .popup__block{margin-top:3rem}@media screen and (min-width:1024px){.popup--additional-tel .popup__block{margin-top:4.4rem}}.popup--additional-tel .popup__block-text{font-size:1.4rem;line-height:142%}@media screen and (min-width:1024px){.popup--additional-tel .popup__block-text{font-size:2.2rem}}.popup--additional-tel .popup-form__valid+.popup-form__valid{margin-top:1.5rem}@media screen and (min-width:1024px){.popup--additional-tel .popup-form__valid+.popup-form__valid{margin-top:3rem}}.popup--recovery-code{max-width:95rem}.popup--recovery-code .popup__wrap{padding:3.2rem 2.5rem}@media screen and (min-width:1024px){.popup--recovery-code .popup__wrap{padding:6rem 15rem}}.popup--recovery-code .popup-form{padding-top:3.3rem}@media screen and (min-width:1024px){.popup--recovery-code .popup-form{padding-top:4.4rem}}.popup--recovery-code .popup-form__btns{margin-top:1.5rem}@media screen and (min-width:1024px){.popup--recovery-code .popup-form__btns{margin-top:3rem}}.popup--recovery-code .popup__block{margin-top:3rem}@media screen and (min-width:1024px){.popup--recovery-code .popup__block{margin-top:4.4rem}}.popup--recovery-code .popup__block-text{font-size:1.4rem;line-height:142%}@media screen and (min-width:1024px){.popup--recovery-code .popup__block-text{font-size:2.2rem}}.popup--recovery-code .popup-form__valid+.popup-form__valid{margin-top:1.5rem}@media screen and (min-width:1024px){.popup--recovery-code .popup-form__valid+.popup-form__valid{margin-top:3rem}}.popup--recovery-tel{max-width:95rem}.popup--recovery-tel .popup__wrap{padding:3.2rem 2.5rem}@media screen and (min-width:1024px){.popup--recovery-tel .popup__wrap{padding:6rem 15rem}}.popup--recovery-tel .popup-form{padding-top:3.3rem}@media screen and (min-width:1024px){.popup--recovery-tel .popup-form{padding-top:4.4rem}}.popup--recovery-tel .popup-form__btns{margin-top:1.5rem}@media screen and (min-width:1024px){.popup--recovery-tel .popup-form__btns{margin-top:3rem}}.popup--recovery-tel .popup__block{margin-top:3rem}@media screen and (min-width:1024px){.popup--recovery-tel .popup__block{margin-top:4.4rem}}.popup--recovery-tel .popup__block-text{font-size:1.4rem;line-height:142%}@media screen and (min-width:1024px){.popup--recovery-tel .popup__block-text{font-size:2.2rem}}.popup--recovery-tel .popup-form__valid+.popup-form__valid{margin-top:1.5rem}@media screen and (min-width:1024px){.popup--recovery-tel .popup-form__valid+.popup-form__valid{margin-top:3rem}}.popup__wrap{margin:0 auto;height:100%;overflow-y:auto}.popup__wrap::-webkit-scrollbar{width:1rem;background-color:var(--grey)}@media screen and (min-width:1024px){.popup__wrap::-webkit-scrollbar{width:2rem}}.popup__wrap::-webkit-scrollbar-thumb{width:1rem;background:var(--main)}@media screen and (min-width:1024px){.popup__wrap::-webkit-scrollbar-thumb{width:2rem}}.popup__step+.popup__step{margin-top:10rem}@media screen and (min-width:1024px){.popup__step+.popup__step{margin-top:8rem}}.popup__block{display:flex;flex-direction:column;margin-top:2rem}@media screen and (min-width:1024px){.popup__block{margin-top:5rem}}.popup__block--row{flex-direction:column}@media screen and (min-width:1024px){.popup__block--row{flex-direction:row;align-items:flex-end;justify-content:space-between}}.popup__block--row .popup__block-text{margin-bottom:3rem}@media screen and (min-width:1024px){.popup__block--row .popup__block-text{width:56%;margin-right:3.5rem;margin-bottom:0}}.popup__block-text{font-size:1.4rem;font-weight:600;line-height:142%;color:var(--dark)}@media screen and (min-width:1024px){.popup__block-text{font-size:3.2rem;line-height:196%}}.popup__footer-text{font-size:1.4rem;font-weight:600;color:var(--dark);border-bottom:1px solid var(--dark)}@media screen and (min-width:1024px){.popup__footer-text{font-size:2.2rem;font-weight:700}}.popup__footer{text-align:center;margin-top:3rem}@media screen and (min-width:1024px){.popup__footer{margin-top:10rem}}.popup-form{display:flex;flex-direction:column}.popup-form .product-selecast__option,.popup-form .product-selecast__single-value{text-align:left!important}.popup-form .product-selecast__value-container{padding:.2rem 1.7rem!important}@media screen and (min-width:1024px){.popup-form .product-selecast__value-container{padding:.2rem 2rem!important}}.popup-form__valid{display:flex;flex-direction:column}.popup-form__valid.invalid .popup-form__invalid{display:block}.popup-form__input-wrap{margin-bottom:2.4rem}.popup-form__input{padding:1rem 3rem;border:1px solid var(--main);color:var(--main);font-size:1.4rem;font-weight:500;height:4.5rem}@media screen and (min-width:1024px){.popup-form__input{font-size:2rem;height:6.6rem;padding:1.5rem 5rem}}.popup-form__input::-webkit-input-placeholder{color:var(--main)}.popup-form__input::placeholder{color:var(--main)}.popup-form__invalid{display:none;font-weight:500;font-size:1.4rem;color:var(--main);margin-top:1.5rem;margin-left:2.5rem}@media screen and (min-width:1024px){.popup-form__invalid{font-size:2rem;margin-left:5rem}}.popup-form__password-recover{display:flex;justify-content:flex-end}.popup-form__text{font-size:1.4rem;font-weight:400;margin-left:auto;line-height:160%}@media screen and (min-width:1024px){.popup-form__text{font-size:2rem;font-weight:500}}.popup-form__policy,.popup-form__text--underline{border-bottom:1px solid var(--dark)}.popup-form__policy{color:var(--black)}.popup-form__descr{display:flex;grid-gap:8px;gap:8px;margin-top:2.7rem}@media screen and (min-width:1024px){.popup-form__descr{margin-top:4rem}}.popup-form__btns{display:flex;flex-direction:column;margin-top:10rem}@media screen and (min-width:1024px){.popup-form__btns{margin-top:8rem}}.popup-form__btns .btn+.btn{margin-top:2.5rem}.close-cross{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid var(--grey);background-color:var(--white);position:absolute;top:1rem;right:2rem}@media screen and (min-width:1024px){.close-cross{width:6rem;height:6rem;top:2rem;right:4rem;border-width:4px}}.close-cross svg{width:2rem;height:2rem;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (min-width:1024px){.close-cross svg{width:4rem;height:4rem}}@-webkit-keyframes fadeIn{0%{-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}to{-webkit-transform:translate(-50%);transform:translate(-50%)}}@keyframes fadeIn{0%{-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}to{-webkit-transform:translate(-50%);transform:translate(-50%)}}@-webkit-keyframes fadeOut{0%{-webkit-transform:translate(-50%);transform:translate(-50%)}to{-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}}@keyframes fadeOut{0%{-webkit-transform:translate(-50%);transform:translate(-50%)}to{-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%)}}.popup-form__consent{max-width:350px;display:flex;flex-shrink:0;align-items:center;grid-gap:.8rem;gap:.8rem}.checkbox{max-width:16px;max-height:16px;cursor:pointer}.checkbox__input{position:absolute;width:16px;height:16px;opacity:0;cursor:pointer}.checkbox__icon{width:16px;height:16px;flex-shrink:0;overflow:visible}.checkbox__icon .tick{stroke-dasharray:20px;stroke-dashoffset:20px;transition:stroke-dashoffset .2s ease-out}.checkbox__label{margin-left:.5em}.checkbox__input:checked+.checkbox__icon .tick{stroke-dashoffset:0}.loader-overlay{position:absolute;width:100%;height:100%;top:0;left:0;background-color:var(--white);z-index:1000;display:flex;align-items:center;justify-content:center}.range-inputs{display:flex;justify-content:space-between;width:100%}.range-input{width:calc(50% - 1rem);height:4.5rem;border:1px solid var(--grey);padding:1rem;display:flex;align-items:center}@media screen and (min-width:1024px){.range-input{height:6.6rem}}.range-input__text{font-size:1.4rem;color:var(--grey);font-weight:700}@media screen and (min-width:1024px){.range-input__text{font-size:2.2rem}}.range-input__input{font-size:1.4rem;color:var(--dark);line-height:1;margin-left:1rem;width:100%;font-weight:700}@media screen and (min-width:1024px){.range-input__input{font-size:2.2rem}}.range-slider{margin-bottom:1rem!important;padding:0 1.6rem!important}@media screen and (min-width:1024px){.range-slider{padding:0 1.5rem!important;margin-bottom:2rem!important}}.range-slider .MuiSlider-thumb{width:2rem!important;height:2rem!important;background-color:var(--main)!important;margin-left:-1.7rem!important;margin-top:-.3rem!important}.range-slider .MuiSlider-rail,.range-slider .MuiSlider-track{height:.4rem!important;background-color:var(--main)!important;color:var(--main)!important}.range-slider .MuiSlider-thumb{box-shadow:none!important}.range-slider .MuiSlider-thumb:after,.range-slider .MuiSlider-thumb:before{display:none!important}.range-slider .MuiSlider-thumb{border-radius:2px!important;-webkit-transform:rotate(45deg) translateY(-50%)!important;transform:rotate(45deg) translateY(-50%)!important}.filter{width:100%;position:relative;background-color:#fff;border-radius:2.2rem}.filter__head{align-items:center;justify-content:space-between;margin-bottom:5rem;display:none}@media screen and (min-width:1024px){.filter__head{display:flex}}.filter__title{font-weight:700;font-size:1.4rem;color:var(--dark)}@media screen and (min-width:1024px){.filter__title{font-size:3.2rem}}.filter__block{position:relative;transition:all .3s ease;border-bottom:1px solid var(--grey)}.filter__block-head{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:1rem 0;min-height:4rem;border-bottom:1px solid transparent}@media screen and (min-width:1024px){.filter__block-head{padding:1rem 0;min-height:6rem}}.filter__block-head.active{border-color:var(--grey)}.filter__block-head.active .filter__plus{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.filter__block-name{font-weight:700;font-size:1.4rem;color:var(--dark);margin-right:1.7rem;white-space:nowrap}@media screen and (min-width:1024px){.filter__block-name{font-size:2.2rem}}.filter__block-row{display:flex;align-items:center}.filter__block-info{width:3rem;height:3rem;flex:none}.filter__block-info svg{width:100%;height:100%}.filter__block-row{width:100%}.filter__plus{flex:none;width:2rem;height:2rem;transition:all .3s ease}@media screen and (min-width:1024px){.filter__plus{width:2.8rem;height:2.8rem}}.filter__plus svg{width:100%;height:100%}.filter__block-body{max-height:0;overflow:hidden;transition:all .3s}.filter__block-descr{padding:2.8rem 0}@media screen and (min-width:1024px){.filter__block-descr{padding:2rem 0}}.filter-buttons{margin-top:2rem}@media screen and (min-width:1024px){.filter-buttons{margin-top:3.2rem;margin-bottom:3.2rem}}.filter-show{width:100%;min-height:4.5rem;display:flex;align-items:center;justify-content:center;text-align:center;padding:1rem 2rem;color:var(--white);font-size:1.4rem;line-height:1;background-color:var(--grey);margin-bottom:1.5rem;transition:all .3s ease}@media screen and (min-width:1024px){.filter-show{min-height:6.4rem;font-size:2.2rem}}.filter-show:hover{background-color:var(--dark)}.filter-reset{width:100%;color:var(--dark);font-size:1.4rem;line-height:1;font-weight:700;text-decoration:underline}@media screen and (min-width:1024px){.filter-reset{font-size:2.2rem}}.filter-reset:hover{text-decoration:none}.product-select{height:4.5rem;margin-bottom:1.4rem}@media screen and (min-width:1024px){.product-select{height:6.6rem;margin-bottom:3rem}}.product-select .product-selecast__control{border-color:var(--grey);border-radius:0;height:100%;border-width:1px}.product-select .product-selecast__single-value{font-size:1.4rem;font-style:normal;font-weight:500;color:var(--dark);text-align:center}@media screen and (min-width:1024px){.product-select .product-selecast__single-value{font-size:2.2rem}}.product-select .product-selecast__indicator{margin-right:2rem;padding:0;width:1.2rem;height:1.2rem;border-bottom:1px solid var(--grey);border-right:1px solid var(--grey);-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-bottom:1rem}@media screen and (min-width:1024px){.product-select .product-selecast__indicator{border-width:1px;width:1.4rem;height:1.4rem}}.product-select .product-selecast__indicator svg{display:none}.product-select .product-selecast__menu{margin:0;border-radius:0;box-shadow:0 0 1px 0 rgba(0,0,0,.1),0 4px 11px rgba(0,0,0,.1)}.product-select .product-selecast__menu-list{max-height:100%;padding:0}.product-select .product-selecast__option{padding:1.7rem;font-size:1.4rem;font-weight:500;text-align:center;border-right:1px solid var(--grey);border-left:1px solid var(--grey);border-bottom:1px solid var(--grey);color:var(--dark)}@media screen and (min-width:1024px){.product-select .product-selecast__option{font-size:2.2rem;padding:2rem}}.product-select .product-selecast__option--is-focused,.product-select .product-selecast__option--is-selected{background-color:var(--white)}.product-select .product-selecast__option--is-disabled{pointer-events:none;color:var(--grey)}.product-select .product-selecast__option:hover{color:var(--main);cursor:pointer}.product-selecast__control--is-focused,.product-selecast__control--menu-is-open{border-width:1px}.css-1n6sfyn-MenuList{padding:0!important}.css-t3ipsp-control{box-shadow:none!important}.cart__account .product-selecast__placeholder{font-size:1.4rem}@media screen and (min-width:1024px){.cart__account .product-selecast__placeholder{font-size:2.2rem}}.cart__account .product-selecast__input-container{font-size:1.4rem}@media screen and (min-width:1024px){.cart__account .product-selecast__input-container{font-size:2.2rem}}.cart__account .product-select{margin-bottom:0}.cart__account .product-selecast__menu-list{max-height:33.3rem}.cart__account .product-selecast__control,.cart__account .product-selecast__control:hover{border-color:var(--main)}.cart__account .product-select.invalid .product-selecast__control{border-width:3px}.cart__account .product-selecast__input-container{margin:0!important}.MuiFormControl-root.has-value .MuiInputBase-root{background-color:var(--white)}.MuiInputBase-root{border-radius:0!important;height:100%;align-items:center;cursor:default;display:flex;flex-wrap:wrap;justify-content:space-between;min-height:38px;position:relative;transition:.1s;background-color:#f2f2f2;border:1px solid var(--main);box-sizing:border-box;outline:0!important;padding:9px!important;font-size:1.7rem!important;font-weight:500!important;color:grey!important}.MuiInputBase-root input{padding:0!important;color:rgba(0,0,0,.87)!important}@media screen and (min-width:1024px){.MuiInputBase-root{font-size:2.2rem!important}}.Mui-disabled{background-color:#cdcdcd}.MuiOutlinedInput-notchedOutline{display:none}.MuiPopper-root{margin:0!important;border-radius:0!important;box-shadow:0 0 1px 0 rgba(0,0,0,.1),0 4px 11px rgba(0,0,0,.1)!important;width:100%!important}.MuiAutocomplete-listbox{padding:0!important}.MuiPaper-elevation{border-radius:0!important}.MuiAutocomplete-option{padding:1.7rem!important;font-size:1.4rem!important;font-weight:500!important;text-align:center!important;border-right:1px solid var(--grey)!important;border-left:1px solid var(--grey)!important;border-bottom:1px solid var(--grey)!important;color:var(--dark)!important}@media screen and (min-width:1024px){.MuiAutocomplete-option{font-size:2.2rem!important;padding:2rem!important}}.MuiAutocomplete-option--is-focused,.MuiAutocomplete-option--is-selected{background-color:var(--white)!important}.MuiAutocomplete-option--is-disabled{pointer-events:none!important;color:var(--grey)!important}.MuiAutocomplete-option:hover{color:var(--main)!important;cursor:pointer!important}.product-col{width:100%;margin:2rem 0}.product-col:last-child{margin-bottom:0}@media screen and (min-width:1024px){.product-col{width:25%;margin:0}}.index-catalog .product__price-wrap{min-height:10.359rem}.product{border-right:1px solid var(--black);border-left:1px solid var(--black);padding:0 3.2rem;display:flex;flex-direction:column;height:100%}.product__head{margin-top:auto}@media screen and (min-width:1024px){.product{padding:0 2.2rem;border-right:1px solid var(--black);border-left:none}}.product__placeholder{width:100%;height:100%;display:flex;justify-content:center;flex-direction:column;align-items:center}.product__placeholder svg{width:6rem;height:6rem;margin-bottom:2rem}.product__placeholder-text{color:var(--main);font-size:2rem;font-weight:500}.product__info-wrap{width:100%;display:flex;justify-content:space-between}.product__new-wrap{width:3.6rem;height:auto}.product__new-wrap svg{width:100%;height:100%}.product__row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:2rem}@media screen and (min-width:1024px){.product__row{margin-bottom:3.5rem}}.product__name{font-family:var(--onest-font);color:var(--orange);font-size:2rem;font-weight:600;font-weight:1;margin-right:1rem}@media screen and (min-width:1024px){.product__name{width:100%;margin-right:0;margin-bottom:4.1rem;font-size:3.2rem}}.product__type{font-family:var(--onest-font);color:var(--dark);font-size:1.4rem;font-weight:500}@media screen and (min-width:1024px){.product__type{font-size:2.2rem}}.product__line{min-height:1.6rem;display:flex;align-items:center;margin-bottom:.4rem}@media screen and (min-width:1024px){.product__line{margin-bottom:.8rem}}.product__line-text{font-family:var(--onest-font);color:var(--dark);font-size:1.4rem;font-weight:700;margin-right:.5rem;line-height:1;width:12rem}@media screen and (min-width:1024px){.product__line-text{font-size:2.2rem;width:20rem;margin-right:1rem}}.product__line-degree{display:flex;align-items:center}.product__degree{width:.9rem;height:.9rem;border:1px solid var(--orange);border-radius:1px;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-right:.9rem}@media screen and (min-width:1024px){.product__degree{width:1.5rem;height:1.5rem;border-width:1px;margin-right:1rem}}.product__degree.active{background-color:var(--orange)}.product__img{width:20rem;height:20rem;margin:0 auto 2rem}@media screen and (min-width:1024px){.product__img{width:27rem;height:27rem;margin:2.5rem auto 5rem}}.product__img img{width:100%;height:100%;object-fit:contain}.product__desc{font-family:var(--onest-font);display:block;color:var(--dark);font-size:1.4rem;line-height:1.45;margin-bottom:2rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical}@media screen and (min-width:1024px){.product__desc{font-size:2.2rem;margin-bottom:4.7rem;min-height:12.556rem}}.product__price-wrap{margin-bottom:2.4rem}@media screen and (min-width:1024px){.product__price-wrap{margin-bottom:4.6rem}}.product__price-line{display:flex;align-items:center;margin-bottom:1.5rem}@media screen and (min-width:1024px){.product__price-line{margin-bottom:3rem}}.product__price-line:last-child{margin-bottom:0}.product__price-opt{margin-left:5rem}.product__price-block{margin-bottom:2rem}.product__price-block:last-child{margin-bottom:0}.product__price-checkbox{position:relative}.product__check-input{position:absolute;width:0;height:0;font-size:0;opacity:0;top:0;left:0;visibility:hidden;z-index:-1}.product__check-input:checked+.product__check-label{background-color:var(--grey)}.product__check-label{display:block;width:2.5rem;height:2.5rem;border:1px solid var(--grey);margin-right:2rem;cursor:pointer;transition:all .3s ease}@media screen and (min-width:1024px){.product__check-label{width:3.2rem;height:3.2rem;margin-right:2.3rem}}.product__weight{min-width:5rem;color:var(--grey);font-size:1.4rem;font-weight:500;flex:none;margin-right:.5rem}@media screen and (min-width:1024px){.product__weight{font-size:2.2rem;min-width:7.5rem}}.product__dots{width:100%;height:100%;border-bottom:2px dotted var(--grey);margin:auto 0 .8rem}@media screen and (min-width:1024px){.product__dots{margin:auto 0 1.2rem;border-bottom:2px dotted var(--grey)}}.product__price{min-width:8rem;color:var(--dark);font-size:2.3rem;font-weight:500;flex:none;margin-left:.5rem;text-align:right}@media screen and (min-width:1024px){.product__price{font-size:3.2rem;min-width:11rem}}.product__select{color:var(--dark);font-size:1.4rem;font-weight:500;width:100%;height:4.5rem;border:2px solid var(--grey);text-align:center;margin-bottom:1.4rem}@media screen and (min-width:1024px){.product__select{font-size:2.2rem;margin-bottom:3rem;height:6.6rem}}.product__btn-wrap{display:flex;justify-content:space-between;flex-wrap:wrap;grid-gap:1.5rem;gap:1.5rem}@media screen and (min-width:450px){.product__btn-wrap{flex-wrap:nowrap}}.product__btn-wrap button{border-color:var(--orange)}.product__btn-wrap .cart-product__count-value{margin:0 1rem}@media screen and (min-width:768px){.product__btn-wrap .cart-product__count-value{margin:0}}.product__btn-wrap .cart-product__count-wrap{margin-bottom:0}.product__btn-wrap .filter-show{margin-bottom:0;font-size:1.4rem;font-weight:700;width:100%}@media screen and (min-width:1024px){.product__btn-wrap .filter-show{font-size:1.7rem}}.product__btn{font-family:var(--onest-font);width:100%;height:4.5rem;display:flex;align-items:center;justify-content:center;padding:.5rem;background-color:var(--orange);margin-right:1rem;transition:all .3s ease}@media screen and (min-width:1024px){.product__btn{margin-right:2rem;height:6.6rem}}.product__btn:hover{opacity:.85}.product__btn span{color:var(--white);font-size:1.4rem;font-weight:700}@media screen and (min-width:1024px){.product__btn span{font-size:2.2rem}}.product__btn svg{width:2rem;height:2rem;margin-right:1.4rem}@media screen and (min-width:1024px){.product__btn svg{width:3rem;height:3rem;margin-right:2rem}}.product__fav{flex:none;width:4.5rem;height:4.5rem;display:flex;align-items:center;justify-content:center;padding:.5rem;border:1px solid var(--orange)}@media screen and (min-width:1024px){.product__fav{width:6.6rem;height:6.6rem;border:1px solid var(--orange)}}.product__fav svg{width:2.6rem;height:2.5rem}.product__fav svg path{stroke:var(--orange)}@media screen and (min-width:1024px){.product__fav svg{width:3.8rem;height:3.5rem}}.product__fav.active svg{fill:var(--orange);-webkit-animation:fade-scale .5s forwards;animation:fade-scale .5s forwards}@-webkit-keyframes fade-scale{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes fade-scale{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}to{-webkit-transform:scale(1);transform:scale(1)}}.cart-product{display:flex;align-items:flex-start;padding:4rem 0;border-bottom:1px solid var(--main)}@media screen and (min-width:1024px){.cart-product{padding:6rem 0;border-width:1px}.cart-product:last-child{border-bottom:none}}.cart-product.selected{background-color:#f7efef}.cart-product__img{flex:none;width:16rem;height:16rem;margin-right:auto}@media screen and (min-width:1024px){.cart-product__img{width:22rem;height:29rem;margin-right:3rem}}.cart-product__img img{display:block;width:100%;height:100%;object-fit:cover}.cart-product__info{width:100%;display:flex;flex-direction:column}.cart-product__line{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:1rem}@media screen and (min-width:1024px){.cart-product__line{margin-bottom:5rem}}.cart-product__line:last-child{margin-bottom:0}.cart-product__first-select{width:100%;margin-top:3rem}@media screen and (min-width:1024px){.cart-product__first-select{width:30rem;margin-right:10rem;margin-top:0;margin-bottom:5rem;order:1}}.cart-product__first-select .product-select{margin-bottom:3rem}@media screen and (min-width:1024px){.cart-product__first-select .product-select{margin-bottom:0}}@media screen and (min-width:1024px){.cart-product__second-select{order:2;margin-bottom:5rem}}.cart-product__second-select .product-select{margin-bottom:0}.cart-product__second-select .product-select .product-selecast__control{border:none}.cart-product__second-select .product-select .product-selecast__single-value{color:var(--grey);border-bottom:2px dotted var(--grey)}.cart-product__name{color:var(--main);font-size:2rem;font-weight:600;line-height:100%}@media screen and (min-width:1024px){.cart-product__name{font-size:3.2rem;margin-right:5.5rem}}.cart-product__type{color:var(--dark);font-size:1.4rem;font-weight:400;margin-left:auto}@media screen and (min-width:1024px){.cart-product__type{font-size:2.2rem;margin-left:0;font-weight:500}}.cart-product__count-wrap{display:flex;align-items:center;margin-bottom:2rem}@media screen and (min-width:1024px){.cart-product__count-wrap{margin-bottom:0}}.cart-product__count-btn{width:4.6rem;height:4.6rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--grey);transition:all .3s ease}.cart-product__count-btn:hover{border-color:var(--main)}@media screen and (min-width:1024px){.cart-product__count-btn{width:6.4rem;height:6.4rem;border-width:1px}}.cart-product__count-btn svg{width:1.5rem;height:1.5rem}@media screen and (min-width:1024px){.cart-product__count-btn svg{width:3.2rem;height:3.2rem}}.cart-product__count-value{color:var(--dark);font-size:2rem;font-weight:700;min-width:2rem;text-align:center;margin:0 auto}@media screen and (min-width:1024px){.cart-product__count-value{font-size:4rem;min-width:5rem;margin:0 1rem}}.cart-product__option-wrap{display:flex;align-items:center;justify-content:space-between}@media screen and (min-width:1024px){.cart-product__option-wrap{margin-left:auto}}.cart-product__option{width:4.6rem;height:4.6rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--main);margin-right:2rem}@media screen and (min-width:1024px){.cart-product__option{width:6.4rem;height:6.4rem;border-width:1px}}.cart-product__option svg{width:2.8rem;height:2.8rem}@media screen and (min-width:1024px){.cart-product__option svg{width:4rem;height:4rem}}.cart-product__option:last-child{margin-right:0}.cart-product__price{color:var(--dark);font-size:2rem;font-weight:600;margin-left:auto}@media screen and (min-width:1024px){.cart-product__price{font-size:3.2rem;margin-left:auto;font-weight:700;order:4;width:11rem;text-align:right;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}.cart-product__col{display:flex;flex-direction:column;max-width:13.5rem;width:100%;margin-top:auto}@media screen and (min-width:1024px){.cart-product__col{flex-direction:row;order:3;margin-top:0;max-width:45rem}}.delivery-flex{display:flex;justify-content:flex-end;margin-bottom:1rem}@media screen and (min-width:1024px){.delivery-flex{justify-content:flex-start;margin-bottom:3rem}}.delivery-btn{font-size:1.4rem;font-weight:500}.delivery-btn:hover{text-decoration:underline}@media screen and (min-width:1024px){.delivery-btn{font-size:2.2rem}}.delivery-btn.delivery-btn-last{margin:0 0 0 2rem;position:relative}@media screen and (min-width:1024px){.delivery-btn.delivery-btn-last{margin:0 0 0 3rem}}.delivery-btn.delivery-btn-last:after{position:absolute;content:"";left:-1rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:1px;height:1.5rem;background-color:var(--main)}@media screen and (min-width:1024px){.delivery-btn.delivery-btn-last:after{width:1px;height:2.5rem;left:-1.5rem}}.order{padding:4rem 0}@media screen and (min-width:1024px){.order{padding-bottom:3rem}}.order__head{display:flex;align-items:flex-start;margin-bottom:6.5rem}.order .section-title{margin-right:4rem}.order__free-wrap{margin-bottom:12.5rem}.order__free-value{display:block;color:var(--dark);font-size:2rem;font-weight:400;margin-bottom:1.4rem}@media screen and (min-width:1024px){.order__free-value{font-size:3.2rem;font-weight:500;margin-bottom:3.2rem}}.order__free-value span{color:var(--main);font-weight:700}@media screen and (min-width:1024px){.order__free-value span{font-weight:600}}.order__free-row{display:flex;align-items:center}.order__free-info{color:var(--dark);font-size:2.2rem;font-weight:500;margin-right:8rem}.order__free-status{display:flex;align-items:center}.order__free-rb{width:.9rem;height:.9rem;border:1px solid var(--main);border-radius:1px;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-right:.6rem}@media screen and (min-width:1024px){.order__free-rb{width:1.5rem;height:1.5rem;border-width:1px;margin-right:1rem}}.order__free-rb.active{background-color:var(--main)}.order__count{color:var(--main);line-height:286%;font-size:1.4rem;font-weight:500;margin-right:1.4rem;white-space:nowrap}@media screen and (min-width:1024px){.order__count{font-size:2.2rem;margin-right:4rem}}.order__weight{color:var(--main);line-height:286%;font-size:1.4rem;font-weight:500;margin-left:auto;white-space:nowrap}@media screen and (min-width:1024px){.order__weight{font-size:2.2rem}}.order__line-wrap{padding-bottom:5rem;margin-bottom:5rem;border-bottom:1px solid var(--main)}.order__line{width:100%;display:flex;margin-bottom:3.6rem}.order__line:last-child{margin-bottom:0}.order__line-title{color:var(--dark);font-size:2.2rem;font-weight:500;width:13.5rem;margin-right:2rem;white-space:nowrap;flex:none}.order__dots{width:100%;border-bottom:1px dotted var(--grey);margin-bottom:1rem}.order__price,.order__total-title{color:var(--dark);font-size:3.2rem;font-weight:700;white-space:nowrap;flex:none}.order__price{width:13.5rem;margin-left:2rem;text-align:right}.order__total-title{margin-right:2rem}.order__total{display:flex;justify-content:space-between;margin-bottom:8rem}.order__info{max-width:50%;color:var(--black);font-size:2rem;line-height:160%;display:block;margin-top:8rem}.order__tab-wrap{display:flex;border-bottom:1px solid var(--main);margin-bottom:3rem}.order__tab{color:var(--dark);font-size:1.4rem;font-weight:600;line-height:1;text-align:center;height:4.5rem;display:flex;justify-content:center;align-items:center;border-right:1px solid var(--main);padding:1.5rem 2.5rem;width:100%;white-space:nowrap}@media screen and (min-width:1024px){.order__tab{font-size:3.2rem;font-weight:700;padding:1.5rem 4rem;height:6.6rem}}.order__tab:last-child{border-right:none}.order__tab.active{background-color:var(--main);color:var(--white)}.order-product__btns{margin:4rem 0 2rem}.btn{width:100%;height:4.5rem;padding:1.5rem;display:flex;justify-content:center;align-items:center;text-align:center;color:var(--white);font-size:1.4rem;font-weight:700;transition:all .3s ease}@media screen and (min-width:1024px){.btn{height:6.6rem;font-size:2.2rem}}.btn.primary{background:var(--main)}.btn.secondary{background:var(--dark)}.btn.cancelled{opacity:0;pointer-events:none}.btn:hover{opacity:.85}.disabled{cursor:not-allowed;-webkit-filter:grayscale(100%);filter:grayscale(100%)}@media screen and (max-width:1023px){.desktop{display:none!important}}@media screen and (min-width:1024px){.mobile{display:none!important}}@media screen and (min-width:1024px){.promo-row{display:flex}}.promo-row__input{margin-bottom:1.5rem}@media screen and (min-width:1024px){.promo-row__input{margin:0 2rem 0 0}}.order .faq__block-name{font-size:2rem;font-weight:400}@media screen and (min-width:1024px){.order .faq__block-name{font-size:3.2rem;font-weight:500}}.order .faq__block-head{transition:all .3s ease}@media screen and (min-width:1024px){.order .faq__block-head{border-bottom:none;border-top:1px solid var(--main);margin:0 0 -5rem}}.order .faq__block-head.active{border-bottom:none;margin-bottom:0}@media screen and (min-width:1024px){.order .faq__block-body{border-bottom:none!important}}.order .faq__block-descr{padding:1rem 0 2.6rem}@media screen and (min-width:1024px){.order .faq__block-descr{padding:0 0 1rem}}.promo-error{display:block;margin-top:1rem;font-size:2rem;color:var(--main)}.position-relative{position:relative}.tg-row{margin-bottom:1rem}@media screen and (min-width:1024px){.tg-row{display:flex;margin-top:3rem}.tg-row .btn{width:20rem}.tg-row .tg-row__wrap{width:100%}}.tg-row .promo-row__input{width:100%;border-color:var(--grey)}.tg-row .promo-row__input::-webkit-input-placeholder{color:#aeacac}.tg-row .promo-row__input::placeholder{color:#aeacac}@media screen and (min-width:1024px){.tg-row{margin-bottom:0}}.faq{width:100%;height:100%;position:relative;background-color:#fff;border-radius:2.2rem}.faq__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4.5rem}@media screen and (min-width:1024px){.faq__head{margin-bottom:2.7rem}}.faq__scroll-wrap{height:calc(100vh - 24.2rem);overflow-y:auto;border-top:1px solid var(--main);margin:0 0 3.5rem}@media screen and (min-width:1024px){.faq__scroll-wrap{height:auto;padding:0;margin:0 0 4.2rem;overflow-y:visible}}.faq__block{position:relative;transition:all .3s ease}.faq__block-head,.faq__block.active .faq__block-body{border-bottom:1px solid var(--main)}.faq__block-head{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:.9rem 0;min-height:6rem}@media screen and (min-width:1024px){.faq__block-head{padding:3rem 0}}.faq__block-head.active{border-bottom:1px solid var(--main)}.faq__block-head.active .faq__plus{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.faq__block-name{font-weight:700;font-size:2.2rem;color:var(--dark);margin-right:1.7rem;line-height:200%}@media screen and (min-width:1024px){.faq__block-name{font-size:3.2rem;line-height:175%}}.faq__block-info{width:3rem;height:3rem;flex:none}.faq__block-info svg{width:100%;height:100%}.faq__plus{flex:none;width:3.2rem;height:3.2rem;transition:all .3s ease}@media screen and (min-width:1024px){.faq__plus{width:5.9rem;height:5.9rem}}.faq__plus svg{width:100%;height:100%}.faq__plus line{stroke-width:1px}.faq__block-body{max-height:0;overflow:hidden;transition:all .3s}.faq__block-descr{padding:4.9rem 0 3.2rem}.faq__block-text{font-size:1.4rem;font-weight:500;line-height:142%;color:var(--dark)}@media screen and (min-width:1024px){.faq__block-text{font-size:2.2rem;line-height:145%}}.faq__block-text+.faq__block-text{margin-top:2rem}.empty-cart{padding-bottom:4rem;margin-bottom:4rem;border-bottom:1px solid var(--main)}@media screen and (min-width:1024px){.empty-cart{padding-bottom:10rem;margin-bottom:10rem;border-width:1px}}.empty-cart .section-title{max-width:20rem}@media screen and (min-width:1024px){.empty-cart .section-title{max-width:45rem}}.empty-cart .cart__head{margin-bottom:3rem}@media screen and (min-width:1024px){.empty-cart .cart__head{margin-bottom:10rem}}.cart-wrap{display:flex;flex-wrap:wrap;border-bottom:1px solid var(--main);margin-bottom:4rem}@media screen and (min-width:1024px){.cart-wrap{border-width:1px;margin-bottom:10rem}}.cart-col{position:relative;width:50%}.cart-col:first-child{padding:0 5rem 0 0;border-right:1px solid var(--main)}.cart-col:last-child{padding:0 0 0 10rem;border-left:1px solid var(--main)}.cart__head{margin-bottom:2rem}@media screen and (min-width:1024px){.cart__head{margin-bottom:5rem}}.cart__option-wrap{display:flex;border-bottom:1px solid var(--main)}.cart__option{display:flex;align-items:center;min-height:8rem}.cart__option:first-child{width:40%;border-right:1px solid var(--main);padding:1rem 2rem 1rem 0}.cart__option:last-child{width:60%;justify-content:center;border-left:1px solid var(--main);padding:1rem 2rem}.cart__option-btn{color:var(--dark);font-size:3.2rem;font-weight:600;line-height:100%;text-decoration:underline}.cart__account{margin-top:3rem}@media screen and (min-width:1024px){.cart__account{margin-top:8rem}}.cart__account-info{max-width:85%;color:var(--dark);font-size:2.2rem;font-weight:700;line-height:145%;margin-bottom:11rem}.cart__account-btns{display:flex;justify-content:space-between;margin-bottom:7.5rem}.cart__account-btn:first-child{width:calc(60% - 2.5rem)}.cart__account-btn:last-child{width:calc(40% - 2.5rem)}@media screen and (min-width:1024px){.cart__rec .product-row{margin:0 -3rem}.cart__rec .product-col{width:50%}.cart__rec .product{padding:0 3rem}}.cart .popup-form__valid{position:relative;margin-bottom:3rem}@media screen and (min-width:1024px){.cart .popup-form__valid{margin-bottom:5rem}}.cart .popup-form__label{font-size:1.4rem;font-weight:600;margin-bottom:1.4rem;color:var(--dark)}@media screen and (min-width:1024px){.cart .popup-form__label{font-size:2.2rem;font-weight:500;margin-bottom:2rem}}.cart .popup-form__input.invalid{border-width:3px}.checkbox{position:relative;display:flex;align-items:center}.checkbox__input:checked+.checkbox__label .checkbox__label-squer{border-color:var(--main);background-color:var(--main)}.checkbox__label{display:flex;align-items:center;cursor:pointer}.checkbox__label-text{color:var(--dark);font-size:3.2rem;font-weight:600;line-height:100%}.checkbox__label-squer{width:3.3rem;height:3.3rem;border:2px solid var(--grey);margin-right:2rem}.hidden{opacity:0;z-index:-1;width:0;height:0;font-size:0;visibility:hidden;position:absolute;top:0;left:0}.sub-button{color:var(--dark);font-size:2.2rem;font-weight:700;text-decoration:underline}.nav{position:fixed;right:-100%;top:0;width:28rem;padding:2rem 2.4rem;height:100vh;transition:all .3s ease;box-shadow:0 7px 29px 0 rgba(100,100,111,.2);overflow-y:auto}.nav,.nav.white .nav__del{background-color:var(--white)}.nav.white .mobile-nav__count{color:var(--white)}.nav.white .loader-overlay{background-color:transparent}.nav.white .loader span{border-color:var(--white)!important;background-color:var(--white)}.nav.white .loader span:first-child{-webkit-animation:fade1-white .6s infinite;animation:fade1-white .6s infinite}.nav.white .loader span:nth-child(2){-webkit-animation:fade2-white .6s infinite;animation:fade2-white .6s infinite}.nav.white .loader span:nth-child(3){-webkit-animation:fade3-white .6s infinite;animation:fade3-white .6s infinite}.nav.white .loader span:nth-child(4){-webkit-animation:fade4-white .6s infinite;animation:fade4-white .6s infinite}@media screen and (min-width:1024px){.nav.white .nav__item,.nav.white .nav__list{border-color:var(--white)}.nav.white .nav__link{color:var(--white)}.nav.white .nav__link.active{background-color:var(--white);color:#686a6c}}.nav.active{right:0;z-index:18}@media screen and (min-width:1024px){.nav{position:static;box-shadow:none;width:115rem;height:auto;flex:none;margin-left:auto;overflow:hidden;padding:0;background-color:transparent;display:flex;flex-direction:column-reverse}}.nav__list{display:flex;flex-direction:column;min-height:6rem}@media screen and (min-width:1024px){.nav__list{margin-top:-1px;margin-right:-1px;flex-wrap:wrap;flex-direction:row;border-bottom:1px solid var(--main)}}@media screen and (min-width:1024px){.nav__list:first-child .nav__item:first-child,.nav__list:first-child .nav__item:nth-child(2),.nav__list:first-child .nav__item:nth-child(3){width:15rem}.nav__list:first-child .nav__item:nth-child(4){width:30rem}.nav__list:first-child .nav__item:nth-child(5),.nav__list:first-child .nav__item:nth-child(6){width:15rem}.nav__list:first-child .nav__item:nth-child(7){width:10rem}.nav__list:last-child .nav__item:first-child{width:45rem}.nav__list:last-child .nav__item:nth-child(2),.nav__list:last-child .nav__item:nth-child(3),.nav__list:last-child .nav__item:nth-child(4){width:15rem}.nav__list:last-child .nav__item:nth-child(5){width:25rem}}.nav__item{width:100%;height:4rem;display:flex;align-items:center;position:relative;border-bottom:1px solid var(--main)}@media screen and (min-width:1024px){.nav__item{height:6rem;border-left:1px solid var(--main);border-bottom:none;justify-content:center}}@media screen and (max-width:1023px){.nav__item--vk{order:6}}.nav__item.desktop{display:none}@media screen and (min-width:1024px){.nav__item.desktop{display:flex}}.nav__link{width:100%;height:100%;color:var(--main);font-family:"Gilroy";font-size:1.4rem;font-weight:700;z-index:2;cursor:pointer;display:flex;align-items:center}@media screen and (min-width:1024px){.nav__link{font-size:2rem;justify-content:center}}.nav__link--user{font-weight:900}.nav__link.active,.nav__link:hover{text-decoration:underline}@media screen and (min-width:1024px){.nav__link.active{background-color:var(--main);color:var(--white);text-decoration:none}}.nav__del{width:2px;height:2.5rem;margin:0 2rem;background-color:var(--main)}.nav__option{display:flex;align-items:center;width:100%;height:100%;position:relative}@media screen and (min-width:1024px){.nav__option{justify-content:center}}.nav__option svg{width:3rem;height:3rem}.nav__option .head-cart-svg{fill:var(--main)}.nav__option .head-like-svg{stroke:var(--main)}.nav__option.active{background-color:var(--main)}.nav__option.active .head-cart-svg{fill:var(--white)}.nav__option.active .head-like-svg{stroke:var(--white)}.nav__option.active .mobile-nav__count{color:var(--white)}.nav__count{font-size:1.4rem;font-weight:500;font-family:"Roboto";color:var(--main);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-25%);transform:translate(-50%,-25%)}@-webkit-keyframes fade1-white{0%{background-color:transparent}20%{background-color:var(--white)}40%{background-color:transparent}60%{background-color:transparent}80%{background-color:transparent}to{background-color:transparent}}@keyframes fade1-white{0%{background-color:transparent}20%{background-color:var(--white)}40%{background-color:transparent}60%{background-color:transparent}80%{background-color:transparent}to{background-color:transparent}}@-webkit-keyframes fade2-white{0%{background-color:transparent}20%{background-color:transparent}40%{background-color:var(--white)}60%{background-color:transparent}80%{background-color:transparent}to{background-color:transparent}}@keyframes fade2-white{0%{background-color:transparent}20%{background-color:transparent}40%{background-color:var(--white)}60%{background-color:transparent}80%{background-color:transparent}to{background-color:transparent}}@-webkit-keyframes fade3-white{0%{background-color:transparent}20%{background-color:transparent}40%{background-color:transparent}60%{background-color:var(--white)}80%{background-color:transparent}to{background-color:transparent}}@keyframes fade3-white{0%{background-color:transparent}20%{background-color:transparent}40%{background-color:transparent}60%{background-color:var(--white)}80%{background-color:transparent}to{background-color:transparent}}@-webkit-keyframes fade4-white{0%{background-color:transparent}20%{background-color:transparent}40%{background-color:transparent}60%{background-color:transparent}80%{background-color:var(--white)}to{background-color:transparent}}@keyframes fade4-white{0%{background-color:transparent}20%{background-color:transparent}40%{background-color:transparent}60%{background-color:transparent}80%{background-color:var(--white)}to{background-color:transparent}}.mobile-nav{display:flex;margin-left:auto}@media screen and (min-width:1024px){.mobile-nav{display:none}}.mobile-nav__item{width:4.5rem;height:4rem;border-left:1px solid var(--main);display:flex;align-items:center;justify-content:center}.mobile-nav__item:last-child{width:3.8rem;justify-content:flex-end}.mobile-nav__item svg{width:3rem;height:3rem}.mobile-nav.white .mobile-nav__count{color:var(--white)}.mobile-nav.white .mobile-nav__btn.filled .prof-svg{fill:var(--white)}.mobile-nav__btn{position:relative;display:flex;align-items:center;justify-content:center}.mobile-nav__btn.filled .prof-svg{fill:var(--main)}.mobile-nav__count{font-size:1.4rem;font-weight:500;font-family:"Roboto";color:var(--main);position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-25%);transform:translate(-50%,-25%)}.burger{width:2.7rem;height:2.7rem;position:relative;z-index:19;display:flex;flex-direction:column;justify-content:center;align-items:center}.burger.active span:first-child{top:9px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){bottom:9px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.burger span{position:relative;width:100%;height:1px;background-color:var(--main);transition:all .3s ease}.burger span:first-child{margin-bottom:.8rem}.burger span:nth-child(3){margin-top:.8rem}.header{padding:1.9rem 0 0}@media screen and (min-width:1024px){.header{padding:3.2rem 0 0}}.header__wrap{display:flex;align-items:flex-start;border-bottom:1px solid var(--main)}@media screen and (min-width:1024px){.header__wrap{border-bottom:none}}.header__wrap.white,.header__wrap.white .mobile-nav__item{border-color:var(--white)}.header__wrap.white .burger span{background-color:var(--white)}.header__wrap.white .burger.active span{background-color:var(--main)}.logo{display:flex;width:8.7rem;height:40px;padding-bottom:2px}@media screen and (min-width:1024px){.logo{width:25.9rem;height:auto}}.logo img{width:100%;height:100%;object-fit:contain}.header-shadow{position:absolute;z-index:-1;top:0;left:0;width:100%;height:81rem;background:linear-gradient(180deg,#686a6c,#fff)}.footer{background-color:var(--black)}.footer__wrap{padding:3rem 0}@media screen and (min-width:1024px){.footer__wrap{padding:6.3rem 0 6rem}}.footer-wrap__row{display:flex;flex-wrap:wrap;justify-content:space-between;margin:-1.5rem}.footer-wrap__row:after{content:"";display:block;width:calc(100% - 3rem);height:2px;background-color:var(--white);margin:1rem auto 3rem}@media screen and (min-width:1024px){.footer-wrap__row:after{width:100%;margin-top:6rem;margin-bottom:4rem}}.footer-wrap__row:last-child:after{display:none}.footer-wrap__row--second{align-items:center}@media screen and (min-width:1024px){.footer-wrap__row--second .footer-wrap__col{width:33.3333333333%}}.footer-wrap__col{width:100%;padding:1.5rem}@media screen and (min-width:1024px){.footer-wrap__col{width:25%}}.footer-wrap__col--fulldesktop{width:100%}@media screen and (min-width:1024px){.footer-wrap__col--fulldesktop{width:33.3333333333%}}.footer-wrap__col--empty{display:none}@media screen and (min-width:1024px){.footer-wrap__col--empty{display:none}}.paykeeper-head,.paykeeper-logos{height:3.9rem;width:auto}.paykeeper-head img,.paykeeper-logos img{width:100%;height:100%;object-fit:cover}.paykeeper-logos{margin-top:-.7rem}.footer-info{height:100%}.footer-info__list{height:100%;display:flex;flex-direction:column;align-items:flex-start}.footer-info__title{font-size:2.4rem;font-weight:700;line-height:1;margin-bottom:2rem;color:var(--white)}@media screen and (min-width:1024px){.footer-info__title{font-size:3.2rem;margin-bottom:3.5rem}}.footer-info__title--m0{margin:0}.footer-info__item{font-size:1.8rem;font-weight:500;line-height:1;color:var(--white)}.footer-info__item--address{width:70%}@media screen and (min-width:1024px){.footer-info__item{font-size:2.2rem}}.footer-info__item+.footer-info__item{margin-top:2rem}@media screen and (min-width:1024px){.footer-info__item+.footer-info__item{margin-top:3.7rem}}.footer-info__link{color:inherit;transition:all .3s ease}.footer-info__link:hover{opacity:.6}.footer-info__socs{display:flex;align-items:center;margin-bottom:1rem}.footer-info__soc{width:3rem;height:3rem}.footer-info__soc+.footer-info__soc{margin-left:4rem}.footer-info__soc svg{width:100%;height:100%;display:block;transition:all .3s ease}.footer-info__soc:hover svg{opacity:.6}.footer-info__subscribe{font-size:2rem;color:var(--white);font-weight:700}@media screen and (min-width:1024px){.footer-info__subscribe{font-size:3.2rem}}.footer-info__created{margin-top:auto}.footer-info__created svg{width:5.7rem;height:1.5rem;margin-left:.7rem}.footer-form__wrap{display:flex;align-items:center;flex-direction:column}@media screen and (min-width:1024px){.footer-form__wrap{flex-direction:row}}.footer-form__input-message{position:absolute;bottom:0;left:0;width:100%;-webkit-transform:translateY(120%);transform:translateY(120%);font-size:1.4rem;color:var(--white)}.footer-form__block{width:100%;position:relative}@media screen and (min-width:1024px){.footer-form__block{width:auto;margin-right:5rem}}.footer-form__block:last-child{margin-right:0}.footer-form__block+.footer-form__block{margin-top:2rem}@media screen and (min-width:1024px){.footer-form__block+.footer-form__block{margin-left:auto;margin-top:0}}.footer-form__input{height:5rem;font-size:2.2rem;background-color:transparent;color:var(--white);padding:1.4rem 1rem!important;border-top:2px solid var(--white)!important;border-bottom:2px solid var(--white)!important;border-left:none!important;border-right:none!important;text-align:center;transition:all .3s ease;width:100%}@media screen and (min-width:1024px){.footer-form__input{width:auto;height:6.6rem;padding:1.8rem 1rem!important}}.footer-form__input::-webkit-input-placeholder{color:var(--white)!important}.footer-form__input::placeholder{color:var(--white)!important}.footer-form__input:focus::-webkit-input-placeholder{opacity:0}.footer-form__input:focus::placeholder{opacity:0}.footer-form__btn{display:flex;align-items:center;justify-content:center;text-align:center;font-size:2.2rem;font-weight:700;line-height:104%;background-color:var(--orange);color:var(--black);padding:1.4rem 4rem;width:100%}@media screen and (min-width:1024px){.footer-form__btn{width:auto;padding:2.2rem 7rem}}.footer-form__btn:hover{opacity:.6}.cbLlKm span,.ftroky span{display:flex;grid-gap:16px;gap:16px}@media screen and (max-width:1023px){.cbLlKm span,.ftroky span{flex-direction:column;justify-content:center;align-items:center}}@media screen and (max-width:468px){.cbLlKm,.ftroky{padding:16px!important}}.dnIGur,.hanNzX{max-width:30%;width:100%;grid-gap:16px;gap:16px}.dnIGur .cShmvM,.dnIGur .cZzdTL,.dnIGur .dudcbn,.dnIGur .iiePOc,.hanNzX .cShmvM,.hanNzX .cZzdTL,.hanNzX .dudcbn,.hanNzX .iiePOc{max-width:200px;width:100%;margin:0!important}@media screen and (max-width:1023px){.dnIGur,.hanNzX{max-width:100%}}@media screen and (max-width:668px){.dnIGur,.hanNzX{justify-content:center!important}}@media screen and (max-width:468px){.dnIGur,.hanNzX{grid-gap:8px;gap:8px;flex-direction:column!important}}.cookie__content{max-width:70%;width:100%;margin-bottom:16px}.cookie__title{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;font-family:var(--mont-font);font-size:3rem;font-weight:900;line-height:124%;color:var(--grey)!important;text-transform:uppercase;margin-bottom:16px}.cookie__desc{max-width:900px;font-size:2.3rem;font-weight:500;line-height:145%;color:var(--dark)!important}.cookie__desc a{transition:all .3s ease;color:var(--main)!important}.cookie__desc a:hover{opacity:.6}@media screen and (max-width:1023px){.cookie__content{max-width:100%}.cookie__title{font-size:1.8rem}.cookie__desc{max-width:100%;font-size:1.5rem}}.wrapper{width:100%;min-height:100vh;position:relative;overflow:hidden;display:flex;flex-direction:column}.main{min-height:50vh;flex:1 1 auto;display:block;align-items:center;justify-content:center;flex-direction:column}section{width:100%}.sub-section.section-first{margin-block:4rem}@media screen and (min-width:1024px){.sub-section.section-first{margin-block:10.3rem 12.7rem}}.sub-section.section-first .section-wrap{padding-bottom:6rem;border-bottom:2px solid var(--black)}@media screen and (min-width:1024px){.sub-section.section-first .section-wrap{padding-bottom:11.2rem}}.sub-section.section-first .section-title__num{right:0}@media screen and (min-width:1024px){.sub-section.section-first .section-title__num{right:21rem}}.sub-section.section-second{margin-block:4rem}@media screen and (min-width:1024px){.sub-section.section-second{margin-block:12.4rem 5.4rem}}.sub-section.section-second .section-desc{font-family:var(--onest-font);font-weight:500;padding-top:1.3rem;font-size:1.5rem;line-height:1.31;color:var(--dark);align-self:flex-start}@media screen and (min-width:1024px){.sub-section.section-second .section-desc{padding-top:2.6rem;font-size:3.2rem}}.sub-section.section-second .section-block:first-child{width:76.2rem}.sub-section.section-second .section-block:last-child{width:60rem;flex-direction:column}@media screen and (min-width:1024px){.sub-section.section-second .section-title__num{right:-5.3rem}.sub-section.section-second .section-block:first-child{width:76.2rem}.sub-section.section-second .section-block:last-child{width:60rem;flex-direction:column}}.sub-section.section-second .section-wrap,.sub-section.section-third .section-wrap{border-bottom:none}.sub-section.section-third{margin-block:4rem}@media screen and (min-width:1024px){.sub-section.section-third{margin-block:9.1rem 20rem}.sub-section.section-third .section-block:first-child{width:130.5rem}.sub-section.section-third .section-block:last-child{width:36.7rem}.sub-section.section-third .section-block .section-title{max-width:123.3rem}.sub-section.section-third .section-block .section-desc{align-self:flex-start}}.sub-section.section-fourth .section-wrap{border-top:1px solid var(--main);padding:6rem 0 4rem}@media screen and (min-width:1024px){.sub-section.section-fourth .section-wrap{border-width:1px}}@media screen and (min-width:1024px){.sub-section.section-fourth .section-block:first-child{width:60%}.sub-section.section-fourth .section-block:last-child{width:40%}.sub-section.section-fourth .section-title__num{right:16rem}}.sub-section.section-fifth{margin-block:4rem}.sub-section.section-fifth .section-wrap{border-bottom:none}.sub-section.section-fifth .sub-link{margin-top:0}@media screen and (min-width:1024px){.sub-section.section-fifth{margin-block:9.1rem 7.4rem}.sub-section.section-fifth .section-block:first-child{width:100rem}.sub-section.section-fifth .section-block:last-child{display:block;width:30rem}.sub-section.section-fifth .section-row{justify-content:flex-start;grid-gap:2rem;gap:2rem}.sub-section.section-fifth .section-title{max-width:100%}.sub-section.section-fifth .section-title__num{right:25rem}.sub-section.section-fifth .sub-link svg{width:3.4rem;height:2.8rem;flex-shrink:0}}.sub-section.section-six .section-wrap{border-bottom:none}@media screen and (min-width:1024px){.sub-section.section-six .section-block:first-child{width:65%}.sub-section.section-six .section-block:last-child{width:35%}}.sub-section.section-rec .section-wrap{padding:0;border-bottom:none}@media screen and (min-width:1024px){.sub-section.section-rec .section-wrap{padding:0 0 6rem}}.sub-section.section-rec .section-block:last-child{display:none}.sub-section.section-more .section-title{max-width:33rem}@media screen and (min-width:1024px){.sub-section.section-more .section-title{max-width:100%}}@media screen and (max-width:1023px){.sub-section.section-more .section-desc{font-size:2rem;font-weight:700}}.sub-section.section-more .section-wrap{border:none;border-top:1px solid var(--main);padding:4rem 0 0}@media screen and (min-width:1024px){.sub-section.section-more .section-wrap{border:none;padding:0 0 6rem}}.section-row{display:flex;justify-content:space-between;flex-wrap:wrap;grid-gap:1.6rem;gap:1.6rem}@media screen and (min-width:1024px){.section-row{grid-gap:0;gap:0}}.section-block{display:flex}.section-title{font-family:var(--onest-font);max-width:30.5rem;width:100%;position:relative}@media screen and (min-width:768px){.section-title{max-width:88.6rem}}.section-title__text{color:var(--orange);font-size:2rem;font-weight:900;text-transform:uppercase}@media screen and (min-width:1024px){.section-title__text{font-size:8rem}}.section-title__num{position:absolute;top:0;right:0;-webkit-transform:translate(130%,30%);transform:translate(130%,30%);color:var(--dark);font-size:1.4rem;font-weight:700;line-height:1.31}@media screen and (min-width:1024px){.section-title__num{font-size:3.2rem;top:1.5rem;right:-4rem;-webkit-transform:translate(100%);transform:translate(100%)}}.section-desc{align-self:flex-end;color:var(--dark);font-size:1.4rem;font-weight:600;line-height:1.42}@media screen and (min-width:1024px){.section-desc{font-size:3.2rem;font-weight:700;line-height:1.31;max-width:73.5rem;width:100%}}.sub-link{font-family:var(--onest-font);display:flex;align-items:center;margin-top:3rem}@media screen and (min-width:1024px){.sub-link{margin-top:5.8rem}}.sub-link span{color:var(--orange);font-size:1.4rem;font-weight:700;text-decoration:underline;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}@media screen and (min-width:1024px){.sub-link span{font-size:3.2rem}}.sub-link svg{margin-right:.7rem;width:10px;height:10px}@media screen and (min-width:1024px){.sub-link svg{width:2.7rem;height:2.7rem;margin-right:2.1rem}}.partner-section{padding:0 0 3rem}@media screen and (min-width:1024px){.partner-section{padding:0 0 15rem}}.partner-row{display:flex;flex-wrap:wrap;margin:-1rem;padding-bottom:7rem;border-bottom:1px solid var(--black)}.partner{width:50%;padding:1rem;display:flex;align-items:center;justify-content:center}@media screen and (min-width:1024px){.partner{width:16.6666666667%}}.partner img{max-width:100%;width:auto;height:auto}.blog{width:100%;height:auto;margin-bottom:4rem}.blog:last-child{margin-bottom:0}@media screen and (min-width:768px){.blog{margin-bottom:0;width:50%;border-right:1px solid var(--black);border-bottom:1px solid var(--black)}.blog:nth-child(2n){padding-left:2.8rem}.blog:nth-child(odd){padding-right:2.8rem}}.blog__head{display:flex;align-items:flex-start;margin-bottom:4rem}@media screen and (min-width:1024px){.blog__head{margin-bottom:0}}.blog__name{max-width:65rem;width:100%;color:var(--orange);font-family:var(--onest-font);font-size:2rem;line-height:200%;font-weight:900;text-decoration:underline;word-break:break-word}@media screen and (min-width:1024px){.blog__name{font-size:3.2rem;flex:none;line-height:160%;margin-top:2rem}}.blog__wrap{display:flex;flex-direction:column;height:100%}.blog__teg-wrap{display:flex;border-right:none;border-bottom:1px solid var(--black);width:100%}@media screen and (min-width:768px){.blog__teg-wrap{border-bottom:none;margin-top:auto}}@media screen and (min-width:1024px){.blog__teg-wrap{width:calc(100% - 40rem);margin:auto 0 0 auto}}.blog__teg{width:50%;padding:1rem 2rem 1rem 0;display:flex;align-items:center;border-right:1px solid var(--black)}@media screen and (min-width:1024px){.blog__teg{padding:2rem 2rem 2rem 0;min-height:9.1rem}}.blog__teg:last-child{padding:1rem 2rem;border-bottom:none;border-right:none;display:flex;justify-content:center}@media screen and (min-width:1024px){.blog__teg:last-child{padding:2rem}}.blog__teg-text{color:var(--black);font-size:1.4rem;font-weight:700;line-height:143%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}@media screen and (min-width:1024px){.blog__teg-text{font-size:2rem;line-height:160%;-webkit-line-clamp:2;line-clamp:2}}.blog__img{width:100%;height:18rem;margin-bottom:3rem}@media screen and (min-width:1024px){.blog__img{width:30rem;height:15.7rem;margin:2.5rem 10rem 0 0;flex:none}}.blog__img img{width:100%;height:100%;object-fit:cover}.blog__desc{width:100%;color:var(--dark);font-size:1.4rem;line-height:143%}@media screen and (min-width:1024px){.blog__desc{font-size:2rem;font-weight:500;margin-top:2rem;line-height:160%}}.blog__body{margin-bottom:2rem}@media screen and (min-width:1024px){.blog__body{display:flex;margin-bottom:4rem}}.comments__row{display:flex;align-items:center}.comments__head{margin-bottom:1.5rem}@media screen and (min-width:1024px){.comments__head{margin-bottom:2.5rem}}.comments__col{display:flex;flex-direction:column}.comments__avatar{background-color:#aeacac;flex:none;width:3.4rem;height:3.4rem;margin-right:1rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:2.2rem;font-weight:500;color:#fff}@media screen and (min-width:1024px){.comments__avatar{width:5rem;height:5rem;margin-right:1.5rem;font-size:3.2rem}}.comments__name{color:#313131;font-size:1.4rem;line-height:1;margin-bottom:.5rem;font-weight:600}@media screen and (min-width:1024px){.comments__name{font-size:2.2rem;margin-bottom:1rem}}.comments__status{color:#aeacac;font-size:1.3rem;line-height:1}@media screen and (min-width:1024px){.comments__status{font-size:2rem}}.comments__text{font-size:1.4rem;color:#313131;line-height:1.25;margin-bottom:1.5rem}@media screen and (min-width:1024px){.comments__text{font-size:2.2rem;margin-bottom:2.5rem}}.comments__block{padding-bottom:4rem}@media screen and (min-width:1024px){.comments__block{padding-bottom:6rem}}.comments__like-wrap{display:flex;align-items:center;margin-right:1rem}@media screen and (min-width:1024px){.comments__like-wrap{margin-right:1.6rem}}.comments__like-num{color:#313131;font-size:1.3rem;margin-left:.5rem}@media screen and (min-width:1024px){.comments__like-num{font-size:2rem}}.comments__like{display:flex;width:2rem;height:2rem}@media screen and (min-width:1024px){.comments__like{width:2.6rem;height:2.6rem}}.comments__like svg{transition:all .3s ease;stroke:#aeacac;width:100%;height:100%}.comments__like.active svg{stroke:var(--main);fill:var(--main)}.comments__like:hover svg{stroke:var(--main)}.comments__reply{color:#aeacac;font-size:1.3rem;font-weight:500}@media screen and (min-width:1024px){.comments__reply{font-size:2rem}}.comments__date{margin-left:auto;font-size:1.3rem;color:#aeacac}@media screen and (min-width:1024px){.comments__date{font-size:2rem}}.comments__reply-form{margin-top:2rem}.comment-form{margin-bottom:3rem;display:flex;position:relative}@media screen and (min-width:1024px){.comment-form{margin-bottom:5.4rem}}.comment-form input{border-color:#aeacac;color:#313131}@media screen and (max-width:1023px){.comment-form input{padding:1rem 6rem 1rem 1.5rem}}.comment-form input::-webkit-input-placeholder{color:#aeacac}.comment-form input::placeholder{color:#aeacac}.comment-form .popup-form__valid{width:100%}.comment-form .btn{width:25rem;margin-left:-1px}.comment-form .btn svg{display:none}@media screen and (max-width:1023px){.comment-form .btn{width:4.5rem;height:4.5rem;font-size:0;background-color:transparent;padding:0;position:absolute;right:0;display:flex;align-items:center;justify-content:center}.comment-form .btn svg{width:2.1rem;height:1.8rem;display:block}}.comments-count{font-size:2rem;margin-top:4rem;margin-bottom:3rem;color:#313131;font-weight:600}@media screen and (min-width:1024px){.comments-count{font-weight:700;margin-top:6rem;margin-bottom:4rem;font-size:3.2rem}}.comments-pagination{padding-top:1.5rem;border-top:1px solid #aeacac;display:flex;align-items:center;justify-content:space-between}@media screen and (min-width:1024px){.comments-pagination{padding-top:3rem}}.comments-pagination__load{font-size:1.4rem;text-decoration:underline;color:#313131;font-weight:500}@media screen and (min-width:1024px){.comments-pagination__load{font-size:2.2rem}}.comments-pagination__load:hover{text-decoration:none}.comments-pagination__pages{display:flex}.comments-pagination__page{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:1px solid #aeacac;margin-right:.7rem;font-size:1.4rem;color:#aeacac;font-weight:700;transition:all .3s ease}@media screen and (min-width:1024px){.comments-pagination__page{width:5rem;height:5rem;margin-right:3rem;font-size:2.2rem;border-width:2px}}.comments-pagination__page:last-child{margin-right:0}.comments-pagination__page.active{border-color:var(--main);background-color:var(--main);color:#fff}.comments-reply{padding-left:3.5rem;position:relative;border-left:1px solid #aeacac}.comments-reply:after{position:absolute;width:2.5rem;height:1px;content:"";background-color:#aeacac;left:0;top:1.7rem}@media screen and (min-width:1024px){.comments-reply:after{top:2.5rem}}.comments-reply:first-child:before{position:absolute;content:"";width:1px;height:5rem;top:-5rem;left:-1px;background-color:#aeacac;z-index:1}@media screen and (min-width:1024px){.comments-reply:first-child:before{height:6rem;top:-6rem}}.comments-reply:last-child{border:none}.comments-reply:last-child:before{position:absolute;content:"";width:1px;height:6rem;top:1.7rem;-webkit-transform:translateY(-100%);transform:translateY(-100%);left:0;background-color:#aeacac;z-index:1}@media screen and (min-width:1024px){.comments-reply:last-child:before{top:2.5rem}}@media screen and (min-width:1024px){.comments-reply{padding-left:4.5rem}}.comments-auth{width:100%;display:flex;align-items:center;padding:2rem;background-color:#eee;margin-bottom:3rem}@media screen and (min-width:1024px){.comments-auth{padding:2rem 3rem;margin-bottom:5.4rem}}.comments-auth svg{flex:none;width:1.7rem;height:2.2rem;margin-right:1.7rem}@media screen and (min-width:1024px){.comments-auth svg{width:2.3rem;height:3rem;margin-right:2rem}}.comments-auth__text{font-size:1.4rem;color:#aeacac;line-height:1.4}@media screen and (min-width:1024px){.comments-auth__text{font-size:2.2rem}}.comments-auth__btn{text-decoration:underline;margin:0 5px}.comments-auth__btn:hover{text-decoration:none}@media screen and (min-width:1024px){.catalog-section{margin-block:5.4rem 9.4rem}}.catalog-section .product-col{width:100%}@media screen and (min-width:768px){.catalog-section .product-col{width:50%}}@media screen and (min-width:1024px){.catalog-section .product-col{width:25%}}.catalog-section .product-col:nth-child(2n) .product{border-left:1px solid var(--black)}@media screen and (min-width:768px){.catalog-section .product-col:nth-child(2n) .product{border-left:none}}.catalog-section .product__btn svg,.catalog-section .product__footer .product-select,.catalog-section .product__price-wrap{display:none}.product-row{display:flex;flex-wrap:wrap;position:relative}@media screen and (min-width:1024px){.product-row:after{content:"";width:4px;height:calc(100% + 2px);background-color:var(--white);position:absolute;top:-2px;right:-1px}}.news-block{padding:0 0 4rem}@media screen and (min-width:1024px){.news-block{padding:0 0 10rem}}.news-block--left .news-block__row{display:flex;flex-direction:column-reverse}@media screen and (min-width:1024px){.news-block--left .news-block__row{flex-direction:row}}.news-block:last-child{padding-bottom:0}.news-block__row{display:flex;flex-wrap:wrap;margin:-2rem 0}@media screen and (min-width:1024px){.news-block__row{margin:0 -2.4rem}}.news-block__col{width:100%;padding:2rem 0}@media screen and (min-width:1024px){.news-block__col{padding:0 2.4rem;width:50%}}.news-block__col img{max-width:100%;width:auto;height:auto;display:block}.news-block__col li,.news-block__col p{font-size:1.4rem;font-weight:400;margin-bottom:2rem}@media screen and (min-width:1024px){.news-block__col li,.news-block__col p{font-size:2.2rem;margin-bottom:4rem}.news-block__col li:last-child,.news-block__col p:last-child{margin-bottom:0}}.news-block__col li{margin-bottom:0;list-style-type:"– "}.news-block__col ul{margin-bottom:2rem}@media screen and (min-width:1024px){.news-block__col ul{margin-bottom:4rem}.news-block__col ul:last-child{margin-bottom:0}}.news-block__col h4{font-size:1.4rem;font-weight:600;margin-bottom:2rem}.news-block__col h4:last-child{margin-bottom:0}@media screen and (min-width:1024px){.news-block__col h4{font-size:3.2rem;line-height:2;margin-bottom:4rem}}.news-block-del{margin-bottom:4rem;width:100%;height:1px;background-color:var(--main)}@media screen and (min-width:1024px){.news-block-del{margin:0 0 10rem}}.news-block-section .section-title{margin-bottom:4rem}@media screen and (min-width:1024px){.news-block-section .section-title{max-width:75%;margin-bottom:7rem}}.news-block-num{display:block;text-align:right;color:var(--main);font-weight:500;font-size:1.4rem}@media screen and (min-width:1024px){.news-block-num{font-size:3.2rem;margin-right:calc(50% - 6rem);margin-bottom:-4rem}}.news-block-main .news-block:first-child .news-block__col:last-child img{margin-top:4rem}.blog-section{padding:3.5rem 0}@media screen and (min-width:1024px){.blog-section{padding:0 0 17rem}}.blog-row{display:flex;flex-wrap:wrap;position:relative}@media screen and (min-width:768px){.blog-row:after{position:absolute;content:"";background-color:var(--white);width:2px;height:100%;top:0;right:0;z-index:1}}.cart-section{padding:4rem 0 2rem}@media screen and (min-width:1024px){.cart-section{padding:12.5rem 0}}.cart-section .section-title__num{right:10rem}@media screen and (min-width:768px){.cart-section .section-title__num{right:-10rem;top:10%}}.cart-section .order{padding:0 0 3rem}.cart-col{width:100%}@media screen and (min-width:1024px){.cart-col{width:50%}}.cart-col:first-child{border-right:0;padding:0}@media screen and (min-width:1024px){.cart-col:first-child{padding:0 5rem 5rem 0}}.cart-col:last-child{border-left:0;padding:4rem 0 0}@media screen and (min-width:1024px){.cart-col:last-child{padding:0 0 5rem 10rem;border-left:1px solid var(--main)}}.cart__option-wrap{display:none}@media screen and (min-width:1024px){.cart__option-wrap{display:flex}}.cart__empty{color:var(--dark);font-size:1.4rem;font-weight:600;line-height:142%;max-width:26rem}@media screen and (min-width:1024px){.cart__empty{font-size:3.2rem;max-width:60rem;line-height:200%}}.cart__empty-btn{color:var(--main);font-size:1.4rem;font-weight:600;line-height:142%}.cart__empty-btn:hover{text-decoration:underline}@media screen and (min-width:1024px){.cart__empty-btn{font-size:3.2rem;line-height:200%}}.order__head{margin-bottom:4rem}@media screen and (min-width:1024px){.order__head{margin-bottom:6rem}}.order__free-row{flex-direction:column;align-items:flex-start}@media screen and (min-width:1024px){.order__free-row{align-items:center;flex-direction:row}}.order__free-wrap{margin-bottom:4rem}@media screen and (min-width:1024px){.order__free-wrap{margin-bottom:12.5rem}}@media screen and (min-width:1024px){.order__free-info{margin-bottom:0!important}}.order__free-info{margin-right:0;margin-bottom:.5rem;font-size:1.4rem}@media screen and (min-width:1024px){.order__free-info{margin-right:8rem;font-size:2.2rem}}.order__line{align-items:flex-end}@media screen and (min-width:1024px){.order__line{align-self:unset}}.order__line-wrap{border:0;padding-bottom:0}@media screen and (min-width:1024px){.order__line-wrap{padding-bottom:5rem;border-bottom:1px solid var(--main)}}.order__line-title{font-size:1.4rem;width:6.5rem}@media screen and (min-width:1024px){.order__line-title{font-size:2.2rem;width:13.5rem}}.order__dots{margin-bottom:0}@media screen and (min-width:1024px){.order__dots{margin-bottom:1rem}}.order__price{width:7rem;font-size:2rem}@media screen and (min-width:1024px){.order__price{width:13.5rem;font-size:3.2rem}}.order__total{align-items:center;margin-bottom:4rem}@media screen and (min-width:1024px){.order__total{align-items:unset;margin-bottom:8rem}}.order__total-title{font-size:2rem}@media screen and (min-width:1024px){.order__total-title{font-size:3.2rem}}.order__info{margin-top:5rem;max-width:70%;font-weight:500;font-size:1.4rem}@media screen and (min-width:1024px){.order__info{font-size:2.2rem;margin-top:8rem;max-width:50%;font-weight:400}}.recommendation-wrap__container{display:flex;flex-direction:column;justify-content:space-between;grid-gap:16px;gap:16px;margin-bottom:4rem}.recommendation-wrap__container a{max-width:250px}@media screen and (min-width:1024px){.recommendation-wrap__container{flex-direction:row;margin-bottom:0}}.recommendation-wrap .section-title{margin-bottom:0}@media screen and (min-width:1024px){.recommendation-wrap .section-title{margin-bottom:10rem}}.recommendation-wrap .section-title__num{right:0}@media screen and (min-width:768px){.recommendation-wrap .section-title__num{right:-5rem}}.recommendation-wrap .product-col{margin:2rem 0;width:100%}@media screen and (min-width:768px){.recommendation-wrap .product-col{width:50%}}@media screen and (min-width:1024px){.recommendation-wrap .product-col{width:25%}}.recommendation-wrap .product-col:nth-child(2n) .product{border-left:1px solid var(--main)}@media screen and (min-width:768px){.recommendation-wrap .product-col:nth-child(2n) .product{border-left:none}}.recommendation-wrap .product-col:last-child{margin:2rem 0!important}.contact-us{color:var(--main);text-decoration:underline}.error-section{padding:10rem 0}@media screen and (min-width:1024px){.error-section{padding:25rem 0}}.error-wrap__row{display:flex;flex-wrap:wrap;align-items:center;flex-direction:row;margin:-1rem}@media screen and (min-width:1024px){.error-wrap__row{align-items:flex-end;margin:0 -7rem;flex-direction:row}}.error-wrap__col{width:50%;padding:1rem}@media screen and (min-width:1024px){.error-wrap__col{padding:0 7rem}.error-wrap__col:first-child{width:55%}.error-wrap__col:nth-child(2){width:45%}}.error{display:flex;flex-direction:column}.error .sub-link{margin-left:0;margin-top:0}.error .sub-link svg{flex:none;width:1.5rem!important;height:1.5rem!important}@media screen and (min-width:1024px){.error .sub-link svg{width:3.4rem!important;height:3.2rem!important}}.error__title{font-size:8rem;font-weight:950;font-family:var(--mont-font);color:var(--main);line-height:63%}@media screen and (min-width:768px){.error__title{font-size:14rem}}@media screen and (min-width:1024px){.error__title{font-size:44.4rem}}.error__text{display:block;font-size:1.4rem;font-weight:500;color:var(--dark);line-height:150%;margin-bottom:2rem}@media screen and (min-width:1024px){.error__text{font-size:3.2rem;margin-left:5rem;line-height:196%;margin-bottom:10rem;max-width:60rem}}@font-face{font-family:"Roboto";src:url(/static/media/Roboto-Thin.8e9578cc.woff2) format("woff2"),url(/static/media/Roboto-Thin.43cf5af8.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url(/static/media/Roboto-Light.4ca61622.woff2) format("woff2"),url(/static/media/Roboto-Light.c981701f.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url(/static/media/Roboto-Regular.9d43b864.woff2) format("woff2"),url(/static/media/Roboto-Regular.0944be10.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url(/static/media/Roboto-Medium.57b8a81c.woff2) format("woff2"),url(/static/media/Roboto-Medium.e624b10d.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url(/static/media/Roboto-Bold.b21da07c.woff2) format("woff2"),url(/static/media/Roboto-Bold.9fa4a811.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Roboto";src:url(/static/media/Roboto-Black.cd5a79c1.woff2) format("woff2"),url(/static/media/Roboto-Black.a3513eaf.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Mont";src:url(/static/media/Mont-Black.a986d10f.woff2) format("woff2"),url(/static/media/Mont-Black.ca47ccb7.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Gilroy";src:url(/static/media/Gilroy-Bold.1d86ffe6.woff) format("woff2"),url(/static/media/Gilroy-Bold.1d86ffe6.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Gilroy";src:url(/static/media/Gilroy-Heavy.3b8be536.woff2) format("woff2"),url(/static/media/Gilroy-Heavy.9f92ddc0.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Onest";src:url(/static/media/Onest-Black.11ba4ebd.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:"Onest";src:url(/static/media/Onest-Bold.b73d75b5.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Onest";src:url(/static/media/Onest-SemiBold.a9398d9b.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Onest";src:url(/static/media/Onest-Medium.d813ebc2.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Onest";src:url(/static/media/Onest-Regular.98bc2b54.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--main:#ef1d22;--black:#000;--white:#fff;--grey:#aeacac;--dark:#313131;--orange:#c93;--base-font:Roboto;--mont-font:Mont;--gilroy-font:Gilroy;--onest-font:Onest}article,aside,audio,b,body,canvas,dd,details,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,img,label,li,mark,menu,nav,ol,p,section,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,u,ul,video{margin:0;padding:0;border:0;outline:0;vertical-align:initial;background:transparent}*{text-decoration:none;list-style:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}html{font-size:10px}@media screen and (min-width:1024px){html{font-size:5px}}@media screen and (min-width:1280px){html{font-size:6px}}@media screen and (min-width:1360px){html{font-size:7px}}@media screen and (min-width:1440px){html{font-size:8px}}@media screen and (min-width:1680px){html{font-size:9px}}@media screen and (min-width:1920px){html{font-size:10px}}body{background-color:#fff;background-color:var(--white);font-family:"Roboto";font-weight:400;font-size:1.4rem}a{display:inline-block;cursor:pointer}a,a:active,a:focus,a:hover{text-decoration:none}input,textarea{border:none;background-color:transparent;outline:none;-webkit-appearance:none}textarea{resize:none}button{padding:0}button,select{cursor:pointer;border:none;background-color:transparent;outline:none;-webkit-appearance:none}.container{max-width:177.6rem;width:100%;margin:0 auto;padding-inline:1.5rem}.scroll-wrap::-webkit-scrollbar{width:4px;background-color:transparent}.scroll-wrap::-webkit-scrollbar-thumb{width:4px;background-color:#edeef8;border-radius:10px}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}
/*# sourceMappingURL=main.a84de838.chunk.css.map */