@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);.submit__button{background:#ff6b00;border-radius:5px;color:#fff;font:500 18px/21px Ubuntu;height:55px;max-width:466px;transition:.3s;width:100%}.submit__button:hover{background:#fff;border:1px solid #ff6b00;color:#ff6b00}@media screen and (max-width:414px){.submit__button{background:#ff6b00;border-radius:5px;color:#fff;font:500 18px/21px Ubuntu;height:55px;min-width:320px;transition:.3s}}.popap{align-items:center;background-color:rgba(30,30,30,.8);display:none;height:100vh;justify-content:center;left:0;overflow-y:scroll;position:fixed;top:0;transition:.4s;width:100vw;z-index:100}.popap .popap-wrapper{background:#fff;border-radius:25px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:relative;width:100%;z-index:10}.popap .popap-wrapper .popap-close{align-items:center;background-color:initial;border:0;cursor:pointer;display:flex;height:15px;justify-content:center;position:absolute;right:2%;top:2%;width:15px;z-index:1}@media screen and (max-width:1024px){.popap .popap-wrapper .popap-close{height:15px;right:3%;top:2%;width:15px}}.popap .popap-wrapper .popap-close span{border:1.5px solid #b1b1b1;position:absolute;width:15px}.popap .popap-wrapper .popap-close span:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.popap .popap-wrapper .popap-close span:last-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.popap .popap-wrapper .popap-content{align-items:center;display:flex;height:100%;justify-content:space-around;width:100%}.popap .popap-wrapper .popap-content img{border-radius:25px}.popap .popap-wrapper .popap-content .content{display:flex;flex-direction:column;gap:20px}.popap .popap-wrapper .popap-content .content .content__text{color:#000;font:24px/26px Ubuntu;width:232px}.error__popap{border-radius:15px;font:200 18px Ubuntu;overflow:hidden;width:100%}.error__popap .error__popap-header{align-items:center;background-color:#ff6b00;color:#fff;display:flex;font:400 20px Ubuntu;justify-content:center;min-height:35px;text-align:center;width:100%}.error__popap .error__popap-content{background-color:#fff;display:flex;flex-direction:column;justify-content:center;padding:30px 0;row-gap:30px;width:100%}.error__popap .error__popap-content p{margin:0 auto}.error__popap .error__popap-content .error_popap-support{background-color:#ff6b00;border:3px solid #ff6b00;border-radius:5px;color:#fff;font:200 18px Ubuntu;margin:0 auto;max-width:90vw;padding:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (hover:hover){.error__popap .error__popap-content .error_popap-support:hover{background-color:#fff;color:#000;transition:.3s}}.error__popap .error_popap-email{align-items:center;background-color:#ff6b00;color:#fff;display:flex;font:200 14px Ubuntu;justify-content:center;min-height:25px;text-align:center;width:100%}.error__popap .error_popap-email *{color:#fff}.snackbar{background-color:#ddd;border-radius:5px;bottom:-60px;color:#000;font:400 20px/23px Ubuntu;left:50%;padding:10px;position:fixed;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:bottom .5s ease-out;width:200px}.snackbar.active{bottom:20px}@media screen and (max-width:1024px){.snackbar.active{bottom:100px}}.wrapper{align-items:center;background:#f4f4f4;display:flex;flex-direction:column;min-height:100vh;padding:70px 0}@media(max-width:414px){.wrapper{padding-top:43px}}.wrapper h1{color:#000;font:500 30px/34px Ubuntu;margin-bottom:28px}@media(max-width:414px){.wrapper h1{font:500 20px/23px Ubuntu;margin-bottom:34px}}.wrapper p{color:#000;font:300 18px/21px Ubuntu}.wrapper .form__wrapper{background:#fff;border-radius:5px;height:auto;max-width:600px;padding:43px 67px 1px;width:100%}@media screen and (max-width:414px){.wrapper .form__wrapper{padding:43px 15px}}.wrapper .form__wrapper .form__modal{align-items:center;display:flex;flex-direction:column}.wrapper .form__wrapper .form__modal h3{color:#000;font:400 20px/23px Ubuntu;margin-bottom:15px;text-align:center}.wrapper .form__wrapper .form__modal p{color:#000;font:500 20px/23px Ubuntu;margin-bottom:30px;text-align:center}.wrapper .form__wrapper .form__modal .confirm__button{background-color:#ff6b00;border-radius:24px;color:#000;font:400 20px/22px Ubuntu;height:41px;margin-bottom:50px;width:190px}.wrapper .form__wrapper form{align-items:center;display:flex;flex-direction:column}.wrapper .form__wrapper form .form-gender{margin-top:30px}.wrapper .form__wrapper form .form-gender #gender-group{align-items:center;display:flex;gap:20px;justify-content:flex-start;margin-bottom:40px;margin-top:10px}.wrapper .form__wrapper form .form-gender #gender-group label{align-items:center;cursor:pointer;display:flex;font-weight:500;gap:5px}.wrapper .form__wrapper form .form-gender #gender-group .radio{align-items:center;display:flex;flex-direction:row;position:relative}.wrapper .form__wrapper form .form-gender #gender-group input{cursor:pointer;height:20px;opacity:0;position:absolute;width:20px}.wrapper .form__wrapper form .form-gender #gender-group input+span{align-items:center;border:1px solid #ff6b00;border-radius:50%;display:flex;height:20px;justify-content:center;width:20px}.wrapper .form__wrapper form .form-gender #gender-group input:checked+span{border:2px solid #ff6b00}.wrapper .form__wrapper form .form-gender #gender-group input:checked+span .inner{background-color:#ff6b00;border-radius:50%;display:block;height:10px;width:10px}.wrapper .form__wrapper form .form-item{display:flex;flex-direction:column;position:relative;width:100%}.wrapper .form__wrapper form .form-item .map{background:#c4c4c4;border-radius:5px;height:320px;margin:15px 0;max-width:600px;width:100%}.wrapper .form__wrapper form .form-item .map-label,.wrapper .form__wrapper form .form-item label{color:#000;font:300 18px/21px Ubuntu}.wrapper .form__wrapper form .form-item input{border:1px solid #8e8e8e;border-radius:5px;box-sizing:border-box;color:#000;font:300 18px/21px Ubuntu;height:55px;margin-bottom:7px;margin-top:7px;max-width:466px;padding-bottom:17px;padding-left:15px;padding-top:17px;width:100%}@media screen and (max-width:414px){.wrapper .form__wrapper form .form-item input{font:300 18px/21px Ubuntu;height:45px}}.wrapper .form__wrapper form .form-item .search__result{background-color:#fff;border:1px solid #8e8e8e;border-bottom:none;border-radius:5px;border-top:none;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:200px;max-width:466px;overflow-y:scroll;position:absolute;top:94%;width:100%}.wrapper .form__wrapper form .form-item .search__result .search__result-item{align-items:center;border-bottom:1px solid #8e8e8e;color:#000;display:flex;font:300 18px/21px Ubuntu;height:35px;padding-left:20px;width:100%}.wrapper .form__wrapper form .form-item .search__result .search__result-item:hover{background-color:#ebeeef}.wrapper .form__wrapper form .form-item .reg__seller__city,.wrapper .form__wrapper form .form-item .reg__seller__region{max-height:222px;top:95%;z-index:5}.wrapper .form__wrapper form .form-item .select-wrapper{position:relative}.wrapper .form__wrapper form .form-item .select-wrapper:before{content:url(/static/media/select.ecd5ce44654fad9e58b9.svg);pointer-events:none;position:absolute;right:5%;top:40%}.wrapper .form__wrapper form .form-item .select-wrapper select{-webkit-appearance:none;appearance:none;border:1px solid #8e8e8e;border-radius:5px;box-sizing:border-box;color:#000;cursor:pointer;font:300 18px/21px Ubuntu;height:55px;margin-bottom:7px;margin-top:7px;max-width:466px;outline:none;padding-bottom:17px;padding-left:15px;padding-top:17px;width:100%}.wrapper .form__wrapper form .form-item .select-wrapper select::-ms-expand{display:none}@media screen and (max-width:414px){.wrapper .form__wrapper form .form-item .select-wrapper select{font:300 18px/21px Ubuntu;height:45px;padding-bottom:12px;padding-top:12px}}.wrapper .form__wrapper form .form-item .select-wrapper option{text-overflow:ellipsis;width:100%}.wrapper .form__wrapper form .form-item p{color:#ff6b00;font:300 13px/15px Ubuntu;margin-top:7px}.wrapper .form__wrapper form .form__submit{display:flex;flex-direction:column;gap:17px;margin-bottom:68px;margin-top:51px;max-width:466px;min-width:320px;width:100%}.wrapper .form__wrapper form .form__submit_links{display:flex;justify-content:space-between}.wrapper .form__wrapper form .login_link{color:#000;cursor:pointer;font:300 16px/18px Ubuntu;opacity:.75;text-decoration:underline}.wrapper .form__wrapper form .login_link:hover{opacity:1}.error-message{color:red;margin-bottom:10px}.seller__wrapper{padding:68px 0 102px}.user__wrapper{padding:78px 0 94px}.form-item__pass-wrap{align-items:center;border:1px solid #8e8e8e;border-radius:5px;box-sizing:border-box;display:flex;height:55px;justify-content:space-between;margin:7px 0;max-width:466px;position:relative;width:100%}.form-item__pass-wrap input{border:none!important;height:100%!important}.form-item__pass-wrap button{height:20px;position:absolute;right:5px;width:20px}.form-item__pass-wrap button img{object-fit:contain;width:100%}.form-agreement-wrapp{align-items:flex-start;display:flex;flex-direction:column;width:100%}.form-agreement{align-items:center;display:flex;flex-direction:row-reverse}.form-agreement p{color:#050505;font:300 13px/15px Ubuntu}.form-agreement a{color:#ff6b00}.form-agreement a:hover{text-decoration:underline}.form-agreement .custom-checkbox{opacity:0;position:absolute;z-index:-1}.form-agreement .custom-checkbox+label{align-items:center;display:inline-flex;-webkit-user-select:none;user-select:none}.form-agreement .custom-checkbox+label:before{background-position:50%;background-repeat:no-repeat;background-size:50%;border:1px solid #aaaeb0;border-radius:4px;content:"";cursor:pointer;display:inline-block;flex-grow:0;flex-shrink:0;height:20px;margin:8px 8px 8px 12px;width:20px}.form-agreement .custom-checkbox:checked+label:before{background-color:#fff;background-image:url(/static/media/checkMark.83a9f2cee7641513d313.svg);border-color:#f57423}.hide{display:none}.message__wrapper{bottom:5%;position:fixed;right:5%}.message__wrapper .message__button{background-image:url(/static/media/message.f05b8af3f47d065da5a9.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;color:#fff;cursor:pointer;font:400 16px/18px Ubuntu;height:100px;text-decoration-line:underline;width:100px}.message__wrapper .message__button:hover{opacity:.8}.loading{-webkit-animation:animation-loading 3s steps(4) infinite;animation:animation-loading 3s steps(4) infinite;-webkit-clip-path:inset(0 1ch 0 0);clip-path:inset(0 1ch 0 0);display:inline-block;font:200 20px Ubuntu;margin:auto;text-align:center;transition:.3s}@-webkit-keyframes animation-loading{to{-webkit-clip-path:inset(0 -1ch 0 0);clip-path:inset(0 -1ch 0 0)}}@keyframes animation-loading{to{-webkit-clip-path:inset(0 -1ch 0 0);clip-path:inset(0 -1ch 0 0)}}.message__popap{padding:20px 0;width:100%}.message__popap .message__popap-content{display:flex;flex-direction:column;padding:0 40px;row-gap:20px}.message__popap .message__popap-content .message__popap-title{align-items:center;display:flex;flex-direction:column}.message__popap .message__popap-content .message__popap-title .message__popap-text{color:#000;font:400 20px Ubuntu;text-align:center}.message__popap .message__popap-content .message__popap-title .message__popap-link{color:#ff6b00;font:400 20px Ubuntu;text-align:center;text-decoration:underline}.location__popap{align-items:center;background:#fff;border-radius:5px 5px 0 0;display:flex;flex-direction:column;height:70vh;max-width:calc(100% - 100px);opacity:.75;overflow:hidden;padding-bottom:95px;width:814px}@media screen and (max-width:1024px){.location__popap{height:50vh;padding-bottom:35px}}.location__popap p{color:#000;font:700 30px/35px Ubuntu;margin:40px 0 45px}.location__popap .region__popap-header{align-items:center;display:inline-flex;gap:15px;height:50px;margin:40px 0 45px}.location__popap .region__popap-header .region-back{background-image:url(/static/media/arrow-breadscrums-black.fbbfd27a6a2b928196b5.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;color:#000;height:20px;width:20px}.location__popap .items{align-self:flex-start;display:flex;flex-direction:column;max-width:600px;overflow-y:scroll;width:100%}@media screen and (max-width:1024px){.location__popap .items{margin-left:0}}.location__popap .arrow{align-items:center;color:#000;cursor:pointer;display:flex;flex-direction:row;font:400 25px/28px Ubuntu;justify-content:space-between;margin-bottom:11px}.location__popap .checked{background-image:url(/static/media/checkMark.83a9f2cee7641513d313.svg);background-position:100%;background-repeat:no-repeat}.location__popap .navigate{background-image:url(/static/media/arrow.1d051bd20eafc7caeb03.svg);background-position:100%;background-repeat:no-repeat}header{background:#f9f9f9}header,header .header__wrapper{display:flex;margin:0 auto;width:100%}header .header__wrapper{justify-content:space-between;padding:55px 100px 0}@media screen and (max-width:1024px){header .header__wrapper{padding:10px}}header .header__wrapper .header_left,header .header__wrapper .header_right{flex-shrink:0}header .header__wrapper .header_left{align-items:center;display:flex}@media screen and (max-width:1024px){header .header__wrapper .header_left{-webkit-column-gap:5px;column-gap:5px}}@media screen and (max-width:460px){header .header__wrapper .header_left{-webkit-column-gap:3px;column-gap:3px}}header .header__wrapper .header_left .header__logo{width:190px}@media screen and (max-width:1024px){header .header__wrapper .header_left .header__logo{width:81px}}header .header__wrapper .header_left .header__logo img{width:100%}header .header__wrapper .header_left .header_left-button{align-items:center;background-color:#333;border-radius:13px;color:#fff;display:flex;font:500 14px CeraPro,sans-serif;height:27px;justify-content:center;text-align:center;width:202px}@media screen and (max-width:1024px){header .header__wrapper .header_left .header_left-button{font-size:8px;height:16px;width:71px}}@media screen and (max-width:414px){header .header__wrapper .header_left .header_left-button{height:17px;width:61px}}header .header__wrapper .header_right{align-items:flex-end;display:flex;justify-content:space-between}header .header__wrapper .header_right .header__menu{align-items:center;-webkit-column-gap:10px;column-gap:17px;display:flex}@media screen and (max-width:1024px){header .header__wrapper .header_right .header__menu{-webkit-column-gap:11px;column-gap:11px}}@media screen and (max-width:460px){header .header__wrapper .header_right .header__menu{-webkit-column-gap:7px;column-gap:7px}}header .header__wrapper .header_right .header__menu .header__menu-link{color:#333;font:500 22px CeraPro,sans-serif;text-decoration:underline;word-break:break-all}@media screen and (max-width:1024px){header .header__wrapper .header_right .header__menu .header__menu-link{font-size:14px;max-width:105px;white-space:wrap}}@media screen and (max-width:460px){header .header__wrapper .header_right .header__menu .header__menu-link{font-size:10px;max-width:85px}}header .header__wrapper .header_right .header__menu .header__menu-button{background:#fff;border-radius:30px;box-shadow:0 4px 8px rgba(83,83,83,.2);flex-shrink:0;height:56px;position:relative;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:56px}header .header__wrapper .header_right .header__menu .header__menu-button:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}@media screen and (max-width:1024px){header .header__wrapper .header_right .header__menu .header__menu-button{height:35px;width:35px}}header .header__wrapper .header_right .header__menu .header__menu-button img{bottom:auto;left:50%;position:absolute;right:auto;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.nav-popup--compact{background:#fbf9f9;box-shadow:0 8px 26px rgba(0,0,0,.12);color:#333;font:500 18px CeraPro,sans-serif;width:100%}.tabs{display:flex;gap:0;position:relative}.tabs__btn{background-color:#fbf9f9;border-bottom:1px solid #e4e4e4;color:#888;color:#333;cursor:pointer;flex-grow:1;font:500 18px CeraPro,sans-serif;padding:8px 8px 12px;transition:.2s}.tabs__btn,.tabs__btn.active{position:relative;text-align:center}.tabs__btn.active{background:#fbf9f9;border:1px solid #e4e4e4;border-bottom:none;border-top-left-radius:3px;border-top-right-radius:40px;box-shadow:0 0 0 0;color:#e97e48;display:flex;justify-content:center}.tabs__btn.active:after{background-color:#e97e48;border-radius:2px;bottom:0;content:"";height:3px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:50px}.content{background-color:#fbf9f9;border-bottom:1px solid #e4e4e4;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;border-top-left-radius:0;border-top-right-radius:0;display:block;padding:15px}.chips{align-items:flex-start;display:flex;flex-wrap:wrap;gap:3px 8px}.chip{align-items:center;background-color:#f8f8f8;border-radius:10px;color:#333;display:inline-flex;justify-content:center;padding:2px;text-decoration:none;transition:background .12s,color .12s;white-space:nowrap}.chip:hover{background:#eee}.chip--disabled{background:#fafafa;border:1px solid #f1f1f1;color:#999;cursor:default}.soon{color:#ff7b2d;font-size:13px;font-weight:700;margin:10px 0 8px}.about-content{display:flex;flex-direction:column;row-gap:100px}.about-content li{background:#fff;border:1px solid #f8f8f8;border-radius:9px;padding:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.about-content li a:hover{text-decoration:underline}.about-content .about-content__cookies{align-items:center;display:flex;justify-content:space-between;padding:10px 0}.about-content .about-content__cookies p{color:#333;font:500 13px CeraPro,sans-serif;margin:0}.about-content .switch{display:inline-block;height:12px;position:relative;width:31px}.about-content .switch input{height:0;opacity:0;width:0}.about-content .slider{background-color:#d9d9d9;border-radius:12px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.about-content .slider:before{background-color:#e97e48;border-radius:50%;bottom:1px;content:"";height:10px;left:1px;position:absolute;transition:.4s;width:10px}.about-content input:checked+.slider{background-color:#d9d9d9}.about-content input:checked+.slider:before{-webkit-transform:translateX(19px);transform:translateX(19px)}.swiper-button-next,.swiper-button-prev{color:var(--swiper-theme-color)}.banner-wrapper{max-width:908px;width:100%}@media screen and (max-width:1024px){.banner-wrapper{max-width:90vw}}.banner_swiper{border-radius:15px;height:380px;max-width:908px;overflow:hidden;width:100%}@media screen and (max-width:1024px){.banner_swiper{height:170px;max-width:90vw}}.banner_swiper .swiper-wrapper{height:100%}.banner_swiper .swiper-wrapper .swiper-slide{height:100%;width:100%}.banner_swiper .swiper-wrapper .swiper-slide .banner-slide-wrapper{height:100%;position:relative;width:100%}.banner_swiper .swiper-wrapper .swiper-slide .banner-slide-wrapper .banner-slide{display:block;height:100%;position:relative;width:100%}.banner_swiper .swiper-wrapper .swiper-slide .banner-slide-wrapper .banner-slide .slider__slides-img{height:100%;width:100%}.banner_swiper .swiper-wrapper .swiper-slide .banner-slide-wrapper .banner-slide .slider__slides_view{align-items:center;bottom:5%;display:flex;gap:3px;left:3%;position:absolute}.banner_swiper .swiper-wrapper .swiper-slide .banner-slide-wrapper .banner-slide .slider__slides_view span{color:#e97e48;font:400 15px Ubuntu}.banner_swiper .swiper-button-next,.banner_swiper .swiper-button-prev{color:#fff;height:24px;opacity:.5;transition:.3s;width:24px}.banner_swiper .swiper-button-next:hover,.banner_swiper .swiper-button-prev:hover{opacity:1}.banner_swiper .swiper-button-next:after,.banner_swiper .swiper-button-prev:after{align-items:center;display:flex;font-size:24px}.banner-loader{-webkit-animation:loadingShimmer 1.5s infinite;animation:loadingShimmer 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:15px;height:380px;width:100%}@media screen and (max-width:1024px){.banner-loader{height:170px;max-width:90vw}}@-webkit-keyframes loadingShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes loadingShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.advertising-label{bottom:12px;position:absolute;right:12px;z-index:3}.advertising-label__button{align-items:center;background:hsla(0,0%,87%,.522);border:1px solid hsla(0,0%,87%,.412);border-radius:12px;color:#fff;cursor:pointer;display:flex;font:300 18px CeraPro,sans-serif;height:20px;justify-content:center;outline:none;padding:0;width:120px}@media screen and (max-width:1024px){.advertising-label__button{font:300 10px CeraPro,sans-serif;height:13px;width:55px}}.advertising-label .advertising-label__popap{background:#fff;border-radius:4px;bottom:30px;box-shadow:0 6px 20px rgba(0,0,0,.15);color:#232323;font:300 13px CeraPro,sans-serif;padding:10px 12px;position:absolute;right:0;white-space:nowrap;z-index:5}@media screen and (max-width:1024px){.advertising-label .advertising-label__popap{bottom:20px}}.advertising-label .advertising-label__close{align-items:center;background:transparent;border:none;color:#999;cursor:pointer;display:flex;font-size:16px;height:11px;justify-content:center;line-height:16px;position:absolute;right:0;top:0;width:11px}.advertising-label .advertising-label__close:hover{color:#232323}.reg__popap{align-items:center;background-color:rgba(30,30,30,.8);display:none;height:100vh;justify-content:center;left:0;position:fixed;top:0;transition:.4s;width:100vw;z-index:2}.reg__popap .reg__popap-wrapper{background:#fff;border-radius:25px;height:400px;position:relative;width:600px}@media screen and (max-width:1024px){.reg__popap .reg__popap-wrapper{width:300px}}.reg__popap .reg__popap-wrapper .reg__popap-close{align-items:center;background-color:initial;border:0;cursor:pointer;display:flex;height:37px;justify-content:center;position:absolute;right:-37px;top:-33px;width:37px}.reg__popap .reg__popap-wrapper .reg__popap-close span{border:1.5px solid #fff;position:absolute;width:36px}.reg__popap .reg__popap-wrapper .reg__popap-close span:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.reg__popap .reg__popap-wrapper .reg__popap-close span:last-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.reg__popap .reg__popap-wrapper .reg__popap-content{align-items:center;display:flex;height:100%;justify-content:space-around;width:100%}@media screen and (max-width:1024px){.reg__popap .reg__popap-wrapper .reg__popap-content{flex-direction:column}}.reg__popap .reg__popap-wrapper .reg__popap-content .content{display:flex;flex-direction:column;gap:20px}.reg__popap .reg__popap-wrapper .reg__popap-content .content .content__text{color:#000;font:24px/26px Ubuntu;width:232px}.reg__popap .reg__popap-wrapper .reg__popap-content .content .content__button{background:#ff6b00;border-radius:5px;color:#fff;font:20px/20px Ubuntu;height:45px;width:180px}.reg__second-form input+label span{align-items:center;border:1px solid #ff6b00;border-radius:50%;display:flex;flex-direction:row;height:25px;justify-content:center;width:25px}.reg__second-form input{display:none}.reg__second-form input:checked+label span{border:2px solid #ff6b00}.reg__second-form input:checked+label span .inner{background-color:#ff6b00;border-radius:50%;display:block;height:15px;position:relative;width:15px}.reg__second-form label{display:flex;font:100 25px/20px Ubuntu}.reg__second-form label span{cursor:pointer;margin-right:10px}.reg__second-form .content__text{font-size:30px}.reg__second-form ul{margin-top:15px}.reg__second-form ul li{margin-bottom:4px}.reg__second-form .reg__second-mode{margin-top:30px}.reg__second-form .submit{align-items:center;border:2px solid #ff6b00;border-radius:5px;color:#fff;display:flex;font:200 20px Ubuntu;height:40px;justify-content:center;margin-top:30px;width:100%}.reg__second-form .active{background-color:#ff6b00;border-color:#ff6b00;color:#fff;cursor:pointer;transition:.3s}.reg__second-form .active:hover{background-color:#fff;color:#ff6b00}.reg__second-form .disactive{background-color:gray;border-color:gray;cursor:not-allowed}.deleteBtn{background-color:transparent;border:none;position:absolute;right:-7%;rotate:45deg;top:-10px;z-index:5}.deleteBtn img{height:25px;width:25px}.forRight{position:relative;z-index:10}.item__card{aspect-ratio:2/3;background:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:15px;border-top-right-radius:15px;box-shadow:0 2px 8px rgba(51,51,51,.15);cursor:pointer;height:360px;max-width:240px;min-width:100px;position:relative;width:100%}@media screen and (max-width:1024px){.item__card{height:287px;max-width:194px}}@media screen and (max-width:600px){.item__card{max-width:194px}}@media screen and (max-width:420px){.item__card{max-width:177px}}.item__card .item-card{position:relative}.item__card .item-card__inner{cursor:pointer;position:relative}.item__card .item-card__overlay{align-items:center;background:rgba(0,0,0,.58);border-top-left-radius:12px;border-top-right-radius:12px;display:flex;flex-direction:column;inset:0;justify-content:flex-start;padding-top:30%;position:absolute;row-gap:30px;z-index:5}.item__card .item-card__add-btn{align-items:center;border:1px solid #d9d9d9;border-radius:50%;display:flex;height:60px;justify-content:center;width:60px;z-index:5}.item__card .item-card__text{color:#fff;font:500 14px CeraPro,sans-serif}.item__card .item__card-likes{height:30px;left:0;position:absolute;right:0;top:0;width:100%;z-index:6}.item__card .item__content{display:flex;flex-direction:column;height:100%;justify-content:space-between}.item__card .item__content .item__card-img{border-radius:15px;height:202px;overflow:hidden;position:relative;width:100%}.item__card .item__content .item__card-img .item__card-img-icon{height:26px;left:3%;position:absolute;top:3%;width:26px;z-index:5}@media screen and (max-width:1024px){.item__card .item__content .item__card-img .item__card-img-icon{height:21px;width:21px}}.item__card .item__content .item__card-img .item__card-img_img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.item__card .item__content .item__info{display:flex;flex-direction:column;padding:5px 15px 0;row-gap:5px}@media screen and (max-width:1024px){.item__card .item__content .item__info{padding:5px 5px 0}}.item__card .item__content .item__info .item__info_likes{display:flex;justify-content:space-between}@media screen and (max-width:460px){.item__card .item__content .item__info .item__info_likes{-webkit-column-gap:3px;column-gap:3px}}.item__card .item__content .item__info .item__info_likes .item__info_block{align-items:center;background-color:#d9d9d9;border-radius:3px;display:flex;height:20px;justify-content:space-around;width:100px}.item__card .item__content .item__info .item__info_likes .item__info_block:first-child{justify-content:flex-start;padding-left:5px}@media screen and (max-width:1024px){.item__card .item__content .item__info .item__info_likes .item__info_block{height:16px;width:77px}}.item__card .item__content .item__info .item__info_likes .item__info_block p{color:#333;font:500 10px CeraPro,sans-serif}.item__card .item__content .item__info .item__info_likes .item__info_block .item__info_block-clicks,.item__card .item__content .item__info .item__info_likes .item__info_block .item__info_block-likes{align-items:center;-webkit-column-gap:5px;column-gap:2px;display:flex}.item__card .item__content .item__info .item__card-price{align-items:center;-webkit-column-gap:5px;column-gap:5px;display:flex;flex-direction:row;font:500 18px CeraPro,sans-serif}@media screen and (max-width:1024px){.item__card .item__content .item__info .item__card-price{font:500 14px CeraPro,sans-serif}}.item__card .item__content .item__info .item__card-price img{height:17px;width:17px}@media screen and (max-width:1024px){.item__card .item__content .item__info .item__card-price img{height:14px;width:14px}}.item__card .item__content .item__info .item__card-i-line{-webkit-column-gap:3px;column-gap:3px;display:flex;flex-direction:column;padding:0 3px;row-gap:3px;width:100%}.item__card .item__content .item__info .item__card-i-line .name{color:#333;font:300 14px CeraPro,sans-serif;overflow-y:hidden}.item__card .item__content .item__info .item__card-i-line .item__card-disription{color:#333;font:300 10px CeraPro,sans-serif;height:30px;overflow-y:hidden;padding:0 3px;text-overflow:ellipsis;width:100%}@media screen and (max-width:1024px){.item__card .item__content .item__info .item__card-i-line .item__card-disription{height:25px}}.item__card .item__content .item__card__footer{display:flex;flex-direction:column}.item__card .item__content .item__card__footer .item__card__footer_block{align-items:center;background-color:#f6f6f6;border:1px solid #d9d9d9;-webkit-column-gap:5px;column-gap:5px;display:flex;height:27px;padding:5px;width:100%}@media screen and (max-width:1024px){.item__card .item__content .item__card__footer .item__card__footer_block{height:22px}}.item__card .item__content .item__card__footer .item__card__footer_block:first-child{border-bottom:none}.item__card .item__content .item__card__footer .item__card__footer_block:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.item__card .item__content .item__card__footer .item__card__footer_block img{object-fit:contain}.item__card .item__content .item__card__footer .item__card__footer_block .item__card__footer_text{color:#333;font:500 8px CeraPro,sans-serif}#payWindow{font:20px/23px Ubuntu;justify-items:center;padding:40px 0}#payWindow #enterInfoCard{margin-top:50px;width:512px}@media screen and (max-width:1024px){#payWindow #enterInfoCard{margin-left:20%;width:80%}}@media screen and (max-width:375px){#payWindow #enterInfoCard{width:65%}}#payWindow #enterInfoCard h1{color:#ff6b00;font-size:30px/29.9px;font-weight:700;text-align:start}@media screen and (max-width:1024px){#payWindow #enterInfoCard h1{left:15px;position:relative}}#payWindow #enterInfoCard #payCardP{font-size:25px/20px;margin-top:30px}@media screen and (max-width:1024px){#payWindow #enterInfoCard #payCardP{left:15px;position:relative}}#payWindow #enterInfoCard #entryGroup{margin-top:30px}#payWindow #enterInfoCard #entryGroup form input{background-color:#ddd;border-radius:5px;font-size:20px;padding:5px;width:60%}@media screen and (max-width:1024px){#payWindow #enterInfoCard #entryGroup form input{left:15px;position:relative;width:150px}}#payWindow #enterInfoCard #entryGroup form .groupDataCVV{display:flex;position:relative;width:100%}@media screen and (max-width:380px){#payWindow #enterInfoCard #entryGroup form .groupDataCVV{right:20%;width:10%}}#payWindow #enterInfoCard #entryGroup form .groupDataCVV data{display:block;width:40%}@media screen and (max-width:380px){#payWindow #enterInfoCard #entryGroup form .groupDataCVV data{position:absolute;right:-16000px}}@media screen and (max-width:1024px){#payWindow #enterInfoCard #entryGroup form .groupDataCVV data p{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media screen and (max-width:380px){#payWindow #enterInfoCard #entryGroup form .groupDataCVV data{width:2%}}#payWindow #enterInfoCard #entryGroup form .groupDataCVV #CVV{display:block;position:relative;right:-17%;top:0}#payWindow #enterInfoCard #entryGroup form .groupDataCVV #CVV p{position:relative;right:0}@media screen and (max-width:1024px){#payWindow #enterInfoCard #entryGroup form .groupDataCVV #CVV p{margin-left:10px}}#payWindow #enterInfoCard #entryGroup form .groupDataCVV #CVV input{left:40%;width:53%}@media screen and (max-width:1024px){#payWindow #enterInfoCard #entryGroup form .groupDataCVV #CVV input{left:25px;position:relative;width:150px}}@media screen and (max-width:380px){#payWindow #enterInfoCard #entryGroup form .groupDataCVV #CVV input{width:60%}}@media screen and (max-width:1024px){#payWindow #enterInfoCard #entryGroup form .groupDataCVV #CVV{right:-100px}}#payWindow #enterInfoCard #entryGroup form .groupDataCVV .helpText{font-size:14px;line-height:12px;margin-left:15px;position:relative;top:20px}@media screen and (max-width:1024px){#payWindow #enterInfoCard #entryGroup form .groupDataCVV .helpText{font-size:13px;left:-110px;position:relative;top:60px;white-space:pre;width:10%;z-index:5}}@media screen and (max-width:380px){#payWindow #enterInfoCard #entryGroup form .groupDataCVV .helpText{font-size:13px;left:-110px;top:60px;white-space:pre;z-index:5}}#payWindow #enterInfoCard #entryGroup form p{margin-top:30px}@media screen and (max-width:1024px){#payWindow #enterInfoCard #entryGroup form p{left:15px;position:relative}}#payWindow #enterInfoCard #entryGroup form #enterNameCard{width:70%}@media screen and (max-width:1024px){#payWindow #enterInfoCard #entryGroup form #enterNameCard{left:4%;position:relative;width:82%}}#payWindow #enterInfoCard #entryGroup form .btnSubmit{background:#ff6b00;border:2px solid transparent;border-radius:25px;color:#fff;cursor:pointer;display:-ms-flexbox;font-size:25px/19px;height:50px;margin-top:30px;padding:5px 95px;position:relative;text-align:center;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#payWindow #enterInfoCard #entryGroup form .btnSubmit:hover{background:#fff;border:2px solid #ff6b00;color:#000}@media screen and (max-width:1024px){#payWindow #enterInfoCard #entryGroup form .btnSubmit{margin-top:50px}}@media screen and (max-width:375px){#payWindow #enterInfoCard #entryGroup form .btnSubmit{padding:5px 40px}}#payWindow #enterInfoCard #entryGroup form .error{color:red;font-size:16px}#payWindow #enterInfoCard #entryGroup form #offert{bottom:20px;font-size:14px;position:relative}#payWindow #enterInfoCard #entryGroup form #offert a{color:#ff6b00;text-decoration:underline}@media screen and (max-width:375px){#payWindow #enterInfoCard #entryGroup form #offert{width:80%}}.addImg{align-items:center;background-color:#c4c4c4;background-position:50%;background-size:cover;border-radius:50%;color:#535353;display:flex;font-size:25px;height:250px;position:relative;width:250px}.addImg p{left:50px;position:relative}.addImg .add__button{align-items:center;background-color:#e97e48;border-radius:50%;bottom:6%;color:#fff;display:flex;font-size:14px;height:20px;justify-content:center;position:absolute;right:6%;text-align:center;width:20px}.addImg input{cursor:pointer;height:100%;width:100%}.addImg__text{margin-top:5px}.addComment,.addImg__text{color:#333;font:300 13px CeraPro,sans-serif}.addComment{background:#eaeaea;border:1px solid #d9d9d9;border-radius:3px;height:63px;padding:5px;width:100%}#ev{align-items:center;display:flex;flex-direction:column;row-gap:10px}#ev .error{color:red;font:300 13px CeraPro,sans-serif}.addStories{display:flex;font:500 18px CeraPro,sans-serif;justify-content:center;width:100%}.addStories .addStories__wrapper{display:flex;flex-direction:column;padding:16px 12px;row-gap:8px;width:100%}.addStories .addStories__wrapper h1{color:#333;font:500 18px CeraPro,sans-serif}.addStories .addStories__wrapper .aboutStories{background:#f2f2f2;border-radius:3px;box-shadow:0 2px 12px rgba(51,51,51,.25);display:flex;flex-direction:column;padding:11px 30% 11px 11px;row-gap:10px}@media screen and (max-width:1024px){.addStories .addStories__wrapper .aboutStories{padding-right:0}}.addStories .addStories__wrapper .aboutStories .aboutStories__text span{display:inline;font-size:14px;font-weight:300}.addStories .addStories__wrapper .aboutStories .aboutStories__text h3{font-size:14px;font-weight:700}.addStories .addStories__wrapper .aboutStories .aboutStories__text li,.addStories .addStories__wrapper .aboutStories .aboutStories__text p{font-size:14px;font-weight:300}.addStories .addStories__wrapper .alertSrories{border:1px solid #e97e48;border-radius:3px;display:flex;-webkit-filter:drop-shadow(0 2px 12px rgba(51,51,51,.25));filter:drop-shadow(0 2px 12px rgba(51,51,51,.25));flex-direction:column;padding:11px;row-gap:10px}.addStories .addStories__wrapper .alertSrories .alertSrories__text{font-size:14px}.addStories .addStories__wrapper .alertSrories span{display:inline;font-size:14px;font-weight:300}.addStories .addStories__wrapper .alertSrories a{color:#4684ff;font-size:14px;text-decoration:underline}.addStories .addStories__wrapper .addStory__block{align-items:center;display:flex;flex-direction:column;row-gap:10px}.addStories .addStories__wrapper #enterCountEvent{margin-top:30px}.addStories .addStories__wrapper #enterCountEvent .groupAddWin{display:flex;justify-content:center;margin-top:30px;position:relative;width:520px}@media screen and (max-width:1024px){.addStories .addStories__wrapper #enterCountEvent .groupAddWin{left:25px;width:140px}}.addStories .addStories__wrapper #enterCountEvent .groupAddWin .price{left:25px;position:relative;text-align:center;width:60px}@media screen and (max-width:1024px){.addStories .addStories__wrapper #enterCountEvent .groupAddWin .price{left:0}}.addStories .addStories__wrapper #enterCountEvent .groupAddWin .btnOn{background:#fff;border:2px solid #ff6b00;border-radius:25px;display:-ms-flexbox;font-size:25px;height:50px;margin-top:30px;position:relative;right:100px;text-align:center;width:115px}@media screen and (max-width:1024px){.addStories .addStories__wrapper #enterCountEvent .groupAddWin .btnOn{right:80px;top:30px}}.addStories .addStories__wrapper #enterCountEvent .groupAddWin .btnOff{background:#ff6b00;border-radius:25px;color:#fff;font-size:25px;height:50px;margin-top:30px;position:relative;right:100px;text-align:center;width:115px}@media screen and (max-width:1024px){.addStories .addStories__wrapper #enterCountEvent .groupAddWin .btnOff{right:80px;top:30px}}.addStories .addStories__wrapper #WeCanBuy{font-size:14px;margin-bottom:30px;margin-top:150px;position:relative}@media screen and (max-width:1024px){.addStories .addStories__wrapper #WeCanBuy{margin-top:175px}}.addStories .addStories__wrapper #tev{display:flex;justify-content:space-evenly}@media screen and (max-width:1024px){.addStories .addStories__wrapper #tev{display:block}}.addStories .addStories__wrapper .goPayBtn{background:#e97e48;border:2px solid #e97e48;border-radius:3px;height:34px;width:300px}.addStories .addStories__wrapper .goPayBtn:hover{background:#fff;border:2px solid #ff6b00;color:#000}.addStories .addImg{background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid #d9d9d9;height:115px;padding:1px;width:115px}@media screen and (max-width:1024px){.addStories .addImg{height:92px;width:92px}}.addStories .addStory__agree{display:flex}.addStories .addStory__agree .addStory__agree_checkbox .agree-checkbox{appearance:none;-webkit-appearance:none;background:#eaeaea;border:1px solid #d9d9d9;border-radius:3px;box-sizing:border-box;cursor:pointer;height:15px;position:relative;width:15px}.addStories .addStory__agree .addStory__agree_checkbox .agree-checkbox:checked:after{border-bottom:2px solid #e97e48;border-left:2px solid #e97e48;content:"";height:5px;left:3px;position:absolute;top:3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:8px}.addStories .addStory__agree a,.addStories .addStory__agree p{color:#333;display:inline;font:300 13px CeraPro,sans-serif}.addStories .addStory__agree a{color:#4684ff;font-size:14px;text-decoration:underline}.addStories .error-message{color:#e97e48;font:300 13px CeraPro,sans-serif}.endPopap{font:20px/23px Ubuntu;padding:30px}.endPopap h1{color:#ff6b00;font-size:30px;font-weight:700}.endPopap #closeBtn{background:#ff6b00;border:2px solid transparent;border-radius:25px;color:#fff;display:-ms-flexbox;font-size:25px;height:50px;margin-top:30px;padding:5px 95px;position:relative;right:-40px;text-align:center;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.endPopap #closeBtn:hover{background:#fff;border:2px solid #ff6b00;color:#000}.swiper-pagination-bullet-active,.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color)}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);height:4px;height:var(--swiper-scrollbar-size,4px);left:1%;left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:auto;top:var(--swiper-scrollbar-top,auto);width:98%;width:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;height:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2);left:auto;left:var(--swiper-scrollbar-left,auto);position:absolute;right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);width:4px;width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;-webkit-transform-origin:0 0;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";-webkit-filter:blur(50px);filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transform-origin:center bottom;transform-origin:center bottom}.stories__wrapper{display:flex;flex-direction:column}.stories__wrapper h3{color:#333;font:500 28px CeraPro,sans-serif}@media screen and (max-width:1024px){.stories__wrapper h3{font-size:14px}}.stories__wrapper .stories__wrapper-swipper{align-items:center;display:flex;height:215px;padding:10px 20px;position:relative}@media screen and (max-width:1024px){.stories__wrapper .stories__wrapper-swipper{height:135px;padding:4px 0}}.stories__wrapper .stories__wrapper-swipper .event_swiper{height:100%!important;max-width:1240px;width:100%}.stories__wrapper .stories__wrapper-swipper .event_swiper-button-next,.stories__wrapper .stories__wrapper-swipper .event_swiper-button-prev{color:#333;height:18px;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:7px;z-index:10}.stories__wrapper .stories__wrapper-swipper .event_swiper-button-next:after,.stories__wrapper .stories__wrapper-swipper .event_swiper-button-prev:after{font-size:26px}.stories__wrapper .stories__wrapper-swipper .event_swiper-button-next{right:0;top:33%}.stories__wrapper .stories__wrapper-swipper .event_swiper-button-prev{left:0;top:33%}.stories__wrapper .stories__wrapper-swipper .event_swiper-button-next img{width:100%}.stories__wrapper .stories__wrapper-swipper .event_swiper-button-prev img{-webkit-transform:rotate(180deg);transform:rotate(180deg);width:100%}.stories__wrapper .stories__wrapper-swipper .event_swiper-button-next_mobile{background-color:#faebd7;border-radius:50%;height:25px;position:absolute;right:5%;top:28%;width:25px;z-index:10}.stories__wrapper .stories__wrapper-swipper .event_swiper-button-next_mobile img{object-fit:cover}.stories__wrapper .stories__wrapper-swipper .swiper-slide{border:none;height:116px;overflow-wrap:break-word;width:116px}@media screen and (max-width:1024px){.stories__wrapper .stories__wrapper-swipper .swiper-slide{height:65px;width:65px}}.stories__wrapper .stories__wrapper-swipper .swiper-slide img{background-position:50%;background-size:cover;border:none;border-radius:50%;height:100%;object-fit:cover;overflow:hidden;width:100%}.stories__wrapper .stories__wrapper-swipper .swiper-slide-loading{background-color:transparent;border:none;border-radius:50%;margin:auto 0;text-align:center;width:calc(100% - 90px)}.stories__wrapper .stories__wrapper-swipper .swiper-slide-loading .loader{-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite;border:5px solid;border-color:#000 #000 transparent;border-radius:50%;box-sizing:border-box;display:inline-block;height:48px;width:48px}.stories__wrapper .story_title{color:#232323;font:500 16px CeraPro,sans-serif;line-height:1;text-align:center;z-index:3}@media screen and (max-width:1024px){.stories__wrapper .story_title{font:500 10px CeraPro,sans-serif;line-height:1}}.stories__wrapper .story__item{height:100%;position:relative;width:100%}.stories__wrapper .story__item .story__item-link{display:block;height:100%;width:100%}.stories__wrapper .story__item .is-dark{position:relative}.stories__wrapper .story__item .is-dark:after{background:rgba(51,51,51,.51);border-radius:50%;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:3}.stories__wrapper .story__item .is-dark img{position:relative;z-index:1}.stories__wrapper .story__item .is-dark .story__add-btn{border:2px solid #efefef;border-radius:50%;height:26px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:26px;z-index:5}@media screen and (max-width:1024px){.stories__wrapper .story__item .is-dark .story__add-btn{height:15px;width:15px}}.stories__wrapper .story__item .is-dark .story__add-btn img{width:100%}.stories__wrapper .story__add-btn--center{background-image:url(/static/media/add-story.5e608c7afb1e38dfa641.svg);background-position:50%;background-repeat:no-repeat;border:1px solid #efefef;border-radius:50%;bottom:auto;height:25px;left:50%;position:absolute;right:auto;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:25px}.stories__wrapper .empty{border:2px solid #d9d7d7;border-radius:50%}.hint__popap-content{display:grid;justify-content:center;margin:30px;padding:0 20px;width:100%}.hint__popap-content p{font:350 17px/20px Ubuntu}.hint__popap-content button{margin:25px auto 0;padding:0 35px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.search{display:flex;justify-content:center;width:100%}.search .search__container{align-items:center;background:#f2f2f2;border:1px solid #434343;border-radius:64px;display:flex;height:71px;overflow:hidden;padding-left:35px;width:100%}@media screen and (max-width:1024px){.search .search__container{height:35px}}@media screen and (max-width:460px){.search .search__container{border-radius:20px;height:30px;padding-left:14.23px}}.search__photo_button{background-image:url(/static/media/camera.efb3ac0e23f64ba42099.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:29px;width:40px}@media screen and (max-width:1024px){.search__photo_button{height:12px;width:16.5px}.search__photo_button img{height:16px;width:16px}}.search__container input{background:transparent;border:none;color:#434343;flex:1 1;font-family:Ubuntu;font-size:22px;height:100%;min-width:0;opacity:.75;outline:none;padding:0 20px}@media screen and (max-width:1024px){.search__container input{font-size:14px;padding:0 10px}}@media screen and (max-width:460px){.search__container input{font-size:12px;padding:0 6px}}.search__container input::-webkit-input-placeholder{color:#434343;opacity:.75}.search__container input::placeholder{color:#434343;opacity:.75}.search__button{align-items:center;background:#434343;border-radius:0 64px 64px 0;cursor:pointer;display:flex;height:71px;justify-content:center;overflow:hidden;position:relative;width:129px}@media screen and (max-width:1024px){.search__button{border-radius:0 20px 20px 0;height:33px;width:51px}}.search__button img{-webkit-filter:brightness(2);filter:brightness(2);height:40px;position:absolute;right:30px;width:40px;z-index:2}@media screen and (max-width:1024px){.search__button img{height:16px;right:13.5px;width:16px}}@media screen and (max-width:460px){.search__button img{height:14px;right:13.5px;width:14px}}.search__button:before{background:#f2f2f2;border-radius:50%;content:"";height:71px;left:-35px;pointer-events:none;position:absolute;width:71px;z-index:0}@media screen and (max-width:1024px){.search__button:before{height:33px;left:-17px;top:0;width:24px}}@media screen and (max-width:460px){.search__button:before{height:33px;left:-10px;top:0;width:20px}}.menu__popap{background:#fff;box-shadow:2px 0 10px rgba(0,0,0,.1);height:588px;left:0;position:absolute;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:688px;z-index:100}@media screen and (max-width:1024px){.menu__popap{height:500px;max-width:360px;width:100%}}.menu__popap.active{-webkit-transform:translateX(0);transform:translateX(0)}.menu__popap .popap-wrapper{height:100%;overflow-y:auto;padding:5px;position:relative;width:100%}.menu__popap .popap-close{background:none;border:none;cursor:pointer;padding:0;position:absolute;right:1%;top:3%;width:15px;z-index:1}.menu__popap .popap-close span{background:#b1b1b1;border-radius:2px;height:1px;left:0;position:absolute;top:50%;width:100%}.menu__popap .popap-close span:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.menu__popap .popap-close span:last-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.menu__popap .popap-content{margin-top:10px}.menu__popap .popap-content::-webkit-scrollbar{width:6px}.menu__popap .popap-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.location__button-first,.location__button-second{font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:500;height:49px;line-height:110%;width:277px}@media screen and (max-width:1024px){.location__button-first,.location__button-second{background-size:15px;font-size:13px;height:34px;width:192px}}.location__button-first{background-color:#e97e48;background-image:url(/static/media/geo.b2957dbd239d6922ce33.svg);border-radius:1px;border-bottom-right-radius:50px;color:#fff}.location__button-first,.location__button-second{background-position:11%;background-repeat:no-repeat;box-shadow:0 2px 11px rgba(51,51,51,.25)}.location__button-second{background-image:url(/static/media/map.5489c74d5887ed9bb7f6.svg);border:2px solid #e97e48;border-radius:1px;border-top-left-radius:50px;color:#333}.footer{background-color:#000;color:#fff;font-family:Montserrat,sans-serif}.footer .footer__wrapper{display:flex;flex-direction:column;gap:60px;margin:0 auto;padding:80px 20px 40px;width:90%}@media screen and (max-width:1024px){.footer .footer__wrapper{gap:30px}}.footer .footer__top{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between}.footer .footer__top .footer__logo{color:#fff;font-size:40px;font-weight:400;text-decoration:none}.footer .footer__top .footer__columns{display:flex;flex-wrap:wrap;gap:80px;justify-content:space-between;width:100%}@media screen and (max-width:1024px){.footer .footer__top .footer__columns{flex-direction:row;gap:40px}}.footer .footer__top .footer__columns .footer__column{display:flex;flex-direction:column;gap:10px}.footer .footer__top .footer__columns .footer__column .footer__title{font-size:20px;font-weight:600;margin-bottom:10px}.footer .footer__top .footer__columns .footer__column a,.footer .footer__top .footer__columns .footer__column p{color:#fff;font-size:16px;text-decoration:none}.footer .footer__top .footer__columns .footer__column a:hover,.footer .footer__top .footer__columns .footer__column p:hover{text-decoration:underline}.footer .footer__line{background:#6a6a6a;height:1px;width:100%}.footer .footer__bottom{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.footer .footer__bottom .footer__info,.footer .footer__bottom .footer__links{display:flex;flex-direction:column;gap:8px}.footer .footer__bottom .footer__info a,.footer .footer__bottom .footer__links a{color:#fff;text-decoration:none}.footer .footer__bottom .footer__info a:hover,.footer .footer__bottom .footer__links a:hover{text-decoration:underline}@media(max-width:1024px){.footer .footer__top{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.footer .footer__bottom{align-items:flex-start;flex-direction:column}}.main__scroll{background-color:#000;color:#c4c4c4;left:0;position:fixed;top:0}.main{margin:0 auto;width:100%}.main .main__wrapper{display:flex;flex-direction:column;margin-bottom:37px;padding:0 100px}@media screen and (max-width:1024px){.main .main__wrapper{padding:0 13px}}@media screen and (max-width:414px){.main .main__wrapper{padding:0 6px}}.main .main__wrapper .main__search-block{align-items:center;-webkit-column-gap:10px;column-gap:10px;display:flex;flex-direction:row;padding:12px 0;position:relative}@media screen and (max-width:1024px){.main .main__wrapper .main__search-block{-webkit-column-gap:5px;column-gap:5px;padding:5px 0}}.main .main__wrapper .main__search-block .search-block__menu{display:flex;flex-direction:row;flex-shrink:0;flex-wrap:wrap;gap:2px}.main .main__wrapper .main__search-block .search-block__menu .search-block__menu-button{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:2px;height:67px;justify-content:center;width:67px}@media screen and (max-width:1024px){.main .main__wrapper .main__search-block .search-block__menu .search-block__menu-button{height:28px;width:28px}}.main .main__wrapper .main__search-block .search-block__menu .search-block__menu-button .menu-button_item{background-color:#333;border-radius:3px;box-shadow:0 2px 4.4px rgba(51,51,51,.25);height:32px;width:32px}@media screen and (max-width:1024px){.main .main__wrapper .main__search-block .search-block__menu .search-block__menu-button .menu-button_item{height:13px;width:13px}}.main .main__wrapper .main__section{display:flex;margin-bottom:12px}@media screen and (max-width:1024px){.main .main__wrapper .main__section{margin-bottom:3px}}.main .main__wrapper .main__section .main__section-wrapper{display:flex;flex-direction:column;row-gap:22px;width:100%}.main .main__wrapper .main__section .main__section-wrapper .main__section-info{-webkit-column-gap:20px;column-gap:17px;display:flex;justify-content:space-between}.main .main__wrapper .main__section .main__section-wrapper .main__section-info .main__section-info_left{border-radius:15px;display:flex;flex-direction:column;flex-shrink:0;gap:20px;max-width:908px;width:100%}.main .main__wrapper .main__section .main__section-wrapper .main__section-info .main__section-info_right-wrapper{display:flex;justify-content:center;width:100%}@media screen and (max-width:1024px){.main .main__wrapper .main__section .main__section-wrapper .main__section-info .main__section-info_right-wrapper{display:none}}.main .main__wrapper .main__section .main__section-wrapper .main__section-info .main__section-info_right-wrapper .main__section-info_right{display:flex;flex-direction:column;justify-content:space-between}.main .main__wrapper .main__section .main__section-wrapper .main__section-info .main__section-info_right-wrapper .main__section-info_right .main__section-info_right-wecome{align-items:center;background:#fff;border-radius:15px;box-shadow:0 2px 11px rgba(51,51,51,.25);display:flex;flex-direction:column;height:231px;max-width:329px;padding:45px 50px;row-gap:20px;width:100%}.main .main__wrapper .main__section .main__section-wrapper .main__section-info .main__section-info_right-wrapper .main__section-info_right .main__section-info_right-wecome .welcome_text{color:#333;font:500 22px CeraPro,sans-serif}.main .main__wrapper .main__section .main__section-wrapper .main__section-info .main__section-info_right-wrapper .main__section-info_right .main__section-info_right-wecome .welcome_logo{width:190px}.main .main__wrapper .main__section .main__section-wrapper .main__section-info .main__section-info_right-wrapper .main__section-info_right .main__section-info_right-buttons{align-items:center;display:flex;flex-direction:column;row-gap:14px}.main .main__wrapper .items__cards{align-items:center;display:flex;flex-direction:column}.main .main__wrapper .items__cards .items__cards_buttons{-webkit-column-gap:30px;column-gap:30px;display:flex;margin-bottom:30px}@media screen and (max-width:1024px){.main .main__wrapper .items__cards .items__cards_buttons{-webkit-column-gap:10px;column-gap:10px;margin-bottom:10px}}.main .main__wrapper .items__cards .items__cards_buttons .header__switch-link{color:#434343;font:500 28px CeraPro,sans-serif;opacity:.8;position:relative}@media screen and (max-width:1024px){.main .main__wrapper .items__cards .items__cards_buttons .header__switch-link{font:500 14px CeraPro,sans-serif}}@media screen and (hover:hover){.main .main__wrapper .items__cards .items__cards_buttons .header__switch-link:hover{color:#e97e48}}.main .main__wrapper .items__cards .items__cards_buttons .header__switch-link.active{color:#ff6b00}.main .main__wrapper .items__cards .items__cards_buttons .header__switch-link:after{background:#e97e48;bottom:0;content:"";height:3px;left:0;position:absolute;transition:.3s;width:0}@media screen and (max-width:1024px){.main .main__wrapper .items__cards .items__cards_buttons .header__switch-link:after{height:1px}}.main .main__wrapper .items__cards .items__cards_buttons .header__switch-link.active:after,.main .main__wrapper .items__cards .items__cards_buttons .header__switch-link:hover:after{width:100%}.main .main__wrapper .items__cards .items__cards-wrapper{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(177px,1fr));justify-items:center;width:100%}@media screen and (max-width:1024px){.main .main__wrapper .items__cards .items__cards-wrapper{grid-template-columns:repeat(auto-fit,minmax(177px,1fr))}}@media screen and (max-width:600px){.main .main__wrapper .items__cards .items__cards-wrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:420px){.main .main__wrapper .items__cards .items__cards-wrapper{grid-template-columns:repeat(2,1fr)}}.main .main__wrapper .items__cards .items-loader{display:flex;justify-content:center;margin:60px auto 15px;width:100%}.main .main__wrapper .location__buttons{display:flex;justify-content:center;margin-bottom:16px}@media screen and (max-width:1024px){.main .main__wrapper .location__buttons{margin-bottom:10px}}#popapContent{font:300 20px Ubuntu;justify-content:center;margin:44px auto 40px;width:80%}@media screen and (max-width:1024px){#popapContent{padding:12px 0}}#popapContent .headerPopap{display:flex;font:300 20px Ubuntu;text-align:center;width:483px}#popapContent .enterCode{font:500 20px Ubuntu;margin:25px auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#popapContent form{width:100%}@media screen and (max-width:1024px){#popapContent form{margin:0 20px 0 12px}}#popapContent form .labelEmailPopap{position:relative;top:15px}#popapContent form input{border:1px solid #8e8e8e;font:300 20px Ubuntu;height:35px;margin:25px auto;padding:0 3px;width:100%}#popapContent form .active{cursor:pointer;display:flex;justify-content:center;text-align:center}@media screen and (hover:hover){#popapContent form .active:hover{background-color:#fff;border:1px solid #ff6b00;color:#000}}#popapContent form .buttonSubmit{background-color:#ff6b00;border:1px solid transparent;border-radius:85px;color:#fff;cursor:not-allowed;font:500 18px Ubuntu;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:25px auto;padding:17px;transition:.3s;width:100%}#contactContent{font:400 20px Ubuntu;margin:50px auto;max-width:1200px;width:100%}#contactContent h1{font:500 32px Ubuntu;margin-bottom:50px}#contactContent li{border-bottom:1.5px solid hsla(0,0%,7%,.102);padding:0 8px}#contactContent li *{margin-bottom:20px}#contactContent li .contentUl{font:300 20px Ubuntu}#contactContent li .button{background-color:#fff;border:1px solid #ff6b00;border-radius:15px;font:400 16px Ubuntu;padding:3px 15px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#contactContent li .button:hover{background-color:#ff6b00;color:#fff}.location-wrapper{align-items:center;background:transparent;background-image:url(/static/media/select-location.50455653b0b547db2544.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:84vh;justify-content:center}.location-wrapper .location__popap{align-items:center;background:#fff;border-radius:5px 5px 0 0;display:flex;flex-direction:column;height:70vh;max-width:calc(100% - 150px);opacity:.75;overflow:hidden;padding-bottom:95px;width:814px}.location-wrapper .location__popap p{color:#000;font:700 30px/35px Ubuntu;margin:40px 0 45px}.location-wrapper .location__popap .items{align-self:flex-start;display:flex;flex-direction:column;margin-left:105px;max-width:600px;overflow-y:scroll;width:100%}@media screen and (max-width:1024px){.location-wrapper .location__popap .items{margin-left:0}}.location-wrapper .location__popap .arrow{align-items:center;color:#000;cursor:pointer;display:flex;flex-direction:row;font:400 25px/28px Ubuntu;justify-content:space-between;margin-bottom:11px}.location-wrapper .location__popap .checked{background-image:url(/static/media/checkMark.83a9f2cee7641513d313.svg);background-position:100%;background-repeat:no-repeat}.location-wrapper .location__popap .navigate{background-image:url(/static/media/arrow.1d051bd20eafc7caeb03.svg);background-position:100%;background-repeat:no-repeat}.report__popap-content{margin:50px 30px;padding:0 20px;width:100%}@media screen and (max-width:1024px){.report__popap-content{padding:0 5px}}@media screen and (max-width:365px){.report__popap-content{padding:0}}.report__popap-content .report__popap-entryGroup{font:300 18px/21px Ubuntu}.report__popap-content .report__popap-entryGroup input{border:1px solid #8e8e8e;border-radius:5px;box-sizing:border-box;color:#000;font:300 18px/21px Ubuntu;height:25px;margin-bottom:7px;margin-top:7px;padding-bottom:17px;padding-left:15px;padding-top:17px;width:100%}@media screen and (max-width:414px){.report__popap-content .report__popap-entryGroup input{font:300 18px/21px Ubuntu;height:23px}}.report__popap-content .report__popap-entryGroup .help_text{color:#353535;font:100 15px/18px Ubuntu}.report__popap-content .report__popap-entryGroup .form__report-theme{font:300 18px/21px Ubuntu;margin-bottom:30px}.report__popap-content .report__popap-entryGroup .form__report-theme .select_wrapper select{-webkit-appearance:none;appearance:none;border-radius:5px;box-sizing:border-box;color:#000;cursor:pointer;font:300 18px/21px Ubuntu;margin-top:7px;outline:none;padding-left:15px}.report__popap-content .report__popap-entryGroup .form__report-theme .select_wrapper select::-ms-expand{display:none}@media screen and (max-width:414px){.report__popap-content .report__popap-entryGroup .form__report-theme .select_wrapper select{font:300 18px/21px Ubuntu;height:45px;padding-bottom:12px;padding-top:12px}}.report__popap-content .report__popap-entryGroup .form__report-theme .select_wrapper span{position:relative;top:15px}@media screen and (max-width:425px){.report__popap-content .report__popap-entryGroup .form__report-theme .select_wrapper span{top:25px}}.report__popap-content .report__popap-entryGroup .form__report-theme .select_wrapper option{text-overflow:ellipsis;width:115%}.report__popap-content button{background:#ff6b00;border:2px solid #ff6b00;border-radius:25px;color:#fff;display:-ms-flexbox;font:200 20px Ubuntu;margin-top:30px;padding:0 10px;position:relative;text-align:center;transition:.3s}.report__popap-content button:hover{background:#fff;border:2px solid #ff6b00;color:#000}.report__popap-content .report__popap-buttonGroup{-webkit-column-gap:10px;column-gap:10px;display:flex;flex-wrap:wrap;justify-content:center;row-gap:10px;width:100%}.report__popap-content .report__popap-buttonGroup button{width:45%}.feedback__popap-content{margin-bottom:50px;padding:0 20px;width:100%}.feedback__popap-content .feedback__popap-mode{display:flex;justify-content:space-evenly;width:100%}.feedback__popap-content .feedback__popap-mode button{background:#fff;border:2px solid #ff6b00;border-radius:25px;display:-ms-flexbox;font:200 20px Ubuntu;margin-top:30px;padding:0 10px;position:relative;text-align:center}.feedback__popap-content .feedback__popap-mode .active,.feedback__popap-content .feedback__popap-mode button:hover{background:#ff6b00;border:2px solid #ff6b00;color:#fff}.feedback__popap-content .feedback__popap-menu{font:200 20px Ubuntu;margin-top:40px}.feedback__popap-content .feedback__popap-menu ul{margin-top:15px}.feedback__popap-content .feedback__popap-menu ul li{align-items:center;border-bottom:1.5px solid hsla(0,0%,7%,.102);cursor:pointer;display:flex;min-height:40px;transition:.3s}.feedback__popap-content .feedback__popap-menu ul li:hover{color:#ff6b00}.m-profile{display:flex;flex-direction:column;margin:0 auto;max-width:1024px;width:100%}.m-profile .m-profile__header{align-items:center;background:#ff6b00;display:flex;height:70px;width:100%}.m-profile .m-profile__header h3{color:#fff;font:24px/28px Ubuntu}.m-profile .m-profile__wrapper{color:#000;padding:12px;width:100%}.m-profile .m-profile__wrapper .delivery,.m-profile .m-profile__wrapper .red-cards,.m-profile .m-profile__wrapper .sale,.m-profile .m-profile__wrapper button{background:#fff;border:1px solid #ff6b00;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;font:400 18px/21px Ubuntu;height:auto;margin-bottom:15px;padding:15px 15px 15px 30px;width:100%}.m-profile .m-profile__wrapper .secondline{-webkit-column-gap:11px;column-gap:11px;display:flex}.m-profile .m-profile__wrapper .sale span{color:#ff6b00}.m-profile .m-profile__wrapper .line1{cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:15px}.m-profile .m-profile__wrapper .line2 p{color:#7c7c7c;cursor:pointer;font:400 11px/13px Ubuntu}.m-profile__modal{background-color:rgba(0,0,0,.482);display:flex;display:none;height:100%;justify-content:center;position:absolute;top:0;width:100%;z-index:1}.m-profile__modal .modal-window-name{align-items:center;background:#fff;border-radius:21px 21px 0 0;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding-top:15px;position:relative;top:150px;width:80%;z-index:100}.m-profile__modal .modal-window-name .modal__line{color:#000;font:500 18px/21px Ubuntu;padding:0 15px;position:relative;width:100%}.m-profile__modal .modal-window-name .modal__line:after{background-color:#c4c4c4;bottom:-6px;content:"";height:1px;left:0;position:absolute;width:100%}.m-profile__modal .modal-window-name .modal__input{border:none;padding:10px 20px;width:100%}.m-profile__modal .modal-window-name .modal__input input{background-image:url(/static/media/card.9809ddc05b4d03f7a3a1.svg);background-position:0;background-repeat:no-repeat;border-bottom:1px solid #c4c4c4;color:#000;font:500 14px/12px Roboto;height:40px;padding:0 25px;width:100%}.m-profile__modal .modal-window-name .modal-save{background:#ff6b00;color:#fff;margin-bottom:10px}.m-profile__modal .modal-window-name .modal-cancel,.m-profile__modal .modal-window-name .modal-save{align-items:center;border-radius:33px;display:flex;font:400 22px/27px Roboto;height:40px;justify-content:center;max-width:270px;width:100%}.m-profile__modal .modal-window-name .modal-cancel{background:#f3f3f3;color:#000;margin-bottom:15px}.m-profile__modal-active{display:flex}.m-brands,.m-delivery,.m-details,.m-discount,.m-favoutite,.m-finance,.m-help,.m-info,.m-phone,.m-purchases,.m-reviews,.m-subscriptions{display:flex;flex-direction:column;margin:0 auto;max-width:1024px;width:100%}.m-brands .m-brands__header,.m-brands .m-delivery__header,.m-brands .m-details__header,.m-brands .m-discount__header,.m-brands .m-favoutite__header,.m-brands .m-finance__header,.m-brands .m-help__header,.m-brands .m-info__header,.m-brands .m-phone__header,.m-brands .m-purchases__header,.m-brands .m-reviews__header,.m-brands .m-subscriptions__header,.m-delivery .m-brands__header,.m-delivery .m-delivery__header,.m-delivery .m-details__header,.m-delivery .m-discount__header,.m-delivery .m-favoutite__header,.m-delivery .m-finance__header,.m-delivery .m-help__header,.m-delivery .m-info__header,.m-delivery .m-phone__header,.m-delivery .m-purchases__header,.m-delivery .m-reviews__header,.m-delivery .m-subscriptions__header,.m-details .m-brands__header,.m-details .m-delivery__header,.m-details .m-details__header,.m-details .m-discount__header,.m-details .m-favoutite__header,.m-details .m-finance__header,.m-details .m-help__header,.m-details .m-info__header,.m-details .m-phone__header,.m-details .m-purchases__header,.m-details .m-reviews__header,.m-details .m-subscriptions__header,.m-discount .m-brands__header,.m-discount .m-delivery__header,.m-discount .m-details__header,.m-discount .m-discount__header,.m-discount .m-favoutite__header,.m-discount .m-finance__header,.m-discount .m-help__header,.m-discount .m-info__header,.m-discount .m-phone__header,.m-discount .m-purchases__header,.m-discount .m-reviews__header,.m-discount .m-subscriptions__header,.m-favoutite .m-brands__header,.m-favoutite .m-delivery__header,.m-favoutite .m-details__header,.m-favoutite .m-discount__header,.m-favoutite .m-favoutite__header,.m-favoutite .m-finance__header,.m-favoutite .m-help__header,.m-favoutite .m-info__header,.m-favoutite .m-phone__header,.m-favoutite .m-purchases__header,.m-favoutite .m-reviews__header,.m-favoutite .m-subscriptions__header,.m-finance .m-brands__header,.m-finance .m-delivery__header,.m-finance .m-details__header,.m-finance .m-discount__header,.m-finance .m-favoutite__header,.m-finance .m-finance__header,.m-finance .m-help__header,.m-finance .m-info__header,.m-finance .m-phone__header,.m-finance .m-purchases__header,.m-finance .m-reviews__header,.m-finance .m-subscriptions__header,.m-help .m-brands__header,.m-help .m-delivery__header,.m-help .m-details__header,.m-help .m-discount__header,.m-help .m-favoutite__header,.m-help .m-finance__header,.m-help .m-help__header,.m-help .m-info__header,.m-help .m-phone__header,.m-help .m-purchases__header,.m-help .m-reviews__header,.m-help .m-subscriptions__header,.m-info .m-brands__header,.m-info .m-delivery__header,.m-info .m-details__header,.m-info .m-discount__header,.m-info .m-favoutite__header,.m-info .m-finance__header,.m-info .m-help__header,.m-info .m-info__header,.m-info .m-phone__header,.m-info .m-purchases__header,.m-info .m-reviews__header,.m-info .m-subscriptions__header,.m-phone .m-brands__header,.m-phone .m-delivery__header,.m-phone .m-details__header,.m-phone .m-discount__header,.m-phone .m-favoutite__header,.m-phone .m-finance__header,.m-phone .m-help__header,.m-phone .m-info__header,.m-phone .m-phone__header,.m-phone .m-purchases__header,.m-phone .m-reviews__header,.m-phone .m-subscriptions__header,.m-purchases .m-brands__header,.m-purchases .m-delivery__header,.m-purchases .m-details__header,.m-purchases .m-discount__header,.m-purchases .m-favoutite__header,.m-purchases .m-finance__header,.m-purchases .m-help__header,.m-purchases .m-info__header,.m-purchases .m-phone__header,.m-purchases .m-purchases__header,.m-purchases .m-reviews__header,.m-purchases .m-subscriptions__header,.m-reviews .m-brands__header,.m-reviews .m-delivery__header,.m-reviews .m-details__header,.m-reviews .m-discount__header,.m-reviews .m-favoutite__header,.m-reviews .m-finance__header,.m-reviews .m-help__header,.m-reviews .m-info__header,.m-reviews .m-phone__header,.m-reviews .m-purchases__header,.m-reviews .m-reviews__header,.m-reviews .m-subscriptions__header,.m-subscriptions .m-brands__header,.m-subscriptions .m-delivery__header,.m-subscriptions .m-details__header,.m-subscriptions .m-discount__header,.m-subscriptions .m-favoutite__header,.m-subscriptions .m-finance__header,.m-subscriptions .m-help__header,.m-subscriptions .m-info__header,.m-subscriptions .m-phone__header,.m-subscriptions .m-purchases__header,.m-subscriptions .m-reviews__header,.m-subscriptions .m-subscriptions__header{align-items:center;background:#ff6b00;display:flex;height:70px;padding:23px 15px;width:100%}.m-brands .m-brands__header button,.m-brands .m-delivery__header button,.m-brands .m-details__header button,.m-brands .m-discount__header button,.m-brands .m-favoutite__header button,.m-brands .m-finance__header button,.m-brands .m-help__header button,.m-brands .m-info__header button,.m-brands .m-phone__header button,.m-brands .m-purchases__header button,.m-brands .m-reviews__header button,.m-brands .m-subscriptions__header button,.m-delivery .m-brands__header button,.m-delivery .m-delivery__header button,.m-delivery .m-details__header button,.m-delivery .m-discount__header button,.m-delivery .m-favoutite__header button,.m-delivery .m-finance__header button,.m-delivery .m-help__header button,.m-delivery .m-info__header button,.m-delivery .m-phone__header button,.m-delivery .m-purchases__header button,.m-delivery .m-reviews__header button,.m-delivery .m-subscriptions__header button,.m-details .m-brands__header button,.m-details .m-delivery__header button,.m-details .m-details__header button,.m-details .m-discount__header button,.m-details .m-favoutite__header button,.m-details .m-finance__header button,.m-details .m-help__header button,.m-details .m-info__header button,.m-details .m-phone__header button,.m-details .m-purchases__header button,.m-details .m-reviews__header button,.m-details .m-subscriptions__header button,.m-discount .m-brands__header button,.m-discount .m-delivery__header button,.m-discount .m-details__header button,.m-discount .m-discount__header button,.m-discount .m-favoutite__header button,.m-discount .m-finance__header button,.m-discount .m-help__header button,.m-discount .m-info__header button,.m-discount .m-phone__header button,.m-discount .m-purchases__header button,.m-discount .m-reviews__header button,.m-discount .m-subscriptions__header button,.m-favoutite .m-brands__header button,.m-favoutite .m-delivery__header button,.m-favoutite .m-details__header button,.m-favoutite .m-discount__header button,.m-favoutite .m-favoutite__header button,.m-favoutite .m-finance__header button,.m-favoutite .m-help__header button,.m-favoutite .m-info__header button,.m-favoutite .m-phone__header button,.m-favoutite .m-purchases__header button,.m-favoutite .m-reviews__header button,.m-favoutite .m-subscriptions__header button,.m-finance .m-brands__header button,.m-finance .m-delivery__header button,.m-finance .m-details__header button,.m-finance .m-discount__header button,.m-finance .m-favoutite__header button,.m-finance .m-finance__header button,.m-finance .m-help__header button,.m-finance .m-info__header button,.m-finance .m-phone__header button,.m-finance .m-purchases__header button,.m-finance .m-reviews__header button,.m-finance .m-subscriptions__header button,.m-help .m-brands__header button,.m-help .m-delivery__header button,.m-help .m-details__header button,.m-help .m-discount__header button,.m-help .m-favoutite__header button,.m-help .m-finance__header button,.m-help .m-help__header button,.m-help .m-info__header button,.m-help .m-phone__header button,.m-help .m-purchases__header button,.m-help .m-reviews__header button,.m-help .m-subscriptions__header button,.m-info .m-brands__header button,.m-info .m-delivery__header button,.m-info .m-details__header button,.m-info .m-discount__header button,.m-info .m-favoutite__header button,.m-info .m-finance__header button,.m-info .m-help__header button,.m-info .m-info__header button,.m-info .m-phone__header button,.m-info .m-purchases__header button,.m-info .m-reviews__header button,.m-info .m-subscriptions__header button,.m-phone .m-brands__header button,.m-phone .m-delivery__header button,.m-phone .m-details__header button,.m-phone .m-discount__header button,.m-phone .m-favoutite__header button,.m-phone .m-finance__header button,.m-phone .m-help__header button,.m-phone .m-info__header button,.m-phone .m-phone__header button,.m-phone .m-purchases__header button,.m-phone .m-reviews__header button,.m-phone .m-subscriptions__header button,.m-purchases .m-brands__header button,.m-purchases .m-delivery__header button,.m-purchases .m-details__header button,.m-purchases .m-discount__header button,.m-purchases .m-favoutite__header button,.m-purchases .m-finance__header button,.m-purchases .m-help__header button,.m-purchases .m-info__header button,.m-purchases .m-phone__header button,.m-purchases .m-purchases__header button,.m-purchases .m-reviews__header button,.m-purchases .m-subscriptions__header button,.m-reviews .m-brands__header button,.m-reviews .m-delivery__header button,.m-reviews .m-details__header button,.m-reviews .m-discount__header button,.m-reviews .m-favoutite__header button,.m-reviews .m-finance__header button,.m-reviews .m-help__header button,.m-reviews .m-info__header button,.m-reviews .m-phone__header button,.m-reviews .m-purchases__header button,.m-reviews .m-reviews__header button,.m-reviews .m-subscriptions__header button,.m-subscriptions .m-brands__header button,.m-subscriptions .m-delivery__header button,.m-subscriptions .m-details__header button,.m-subscriptions .m-discount__header button,.m-subscriptions .m-favoutite__header button,.m-subscriptions .m-finance__header button,.m-subscriptions .m-help__header button,.m-subscriptions .m-info__header button,.m-subscriptions .m-phone__header button,.m-subscriptions .m-purchases__header button,.m-subscriptions .m-reviews__header button,.m-subscriptions .m-subscriptions__header button{background-color:inherit;background-image:url(/static/media/back_arrow.3c348cc51b9ff6386b81.svg);background-position:50%;background-repeat:no-repeat;height:25px;width:14px}.m-brands .m-brands__header h3,.m-brands .m-delivery__header h3,.m-brands .m-details__header h3,.m-brands .m-discount__header h3,.m-brands .m-favoutite__header h3,.m-brands .m-finance__header h3,.m-brands .m-help__header h3,.m-brands .m-info__header h3,.m-brands .m-phone__header h3,.m-brands .m-purchases__header h3,.m-brands .m-reviews__header h3,.m-brands .m-subscriptions__header h3,.m-delivery .m-brands__header h3,.m-delivery .m-delivery__header h3,.m-delivery .m-details__header h3,.m-delivery .m-discount__header h3,.m-delivery .m-favoutite__header h3,.m-delivery .m-finance__header h3,.m-delivery .m-help__header h3,.m-delivery .m-info__header h3,.m-delivery .m-phone__header h3,.m-delivery .m-purchases__header h3,.m-delivery .m-reviews__header h3,.m-delivery .m-subscriptions__header h3,.m-details .m-brands__header h3,.m-details .m-delivery__header h3,.m-details .m-details__header h3,.m-details .m-discount__header h3,.m-details .m-favoutite__header h3,.m-details .m-finance__header h3,.m-details .m-help__header h3,.m-details .m-info__header h3,.m-details .m-phone__header h3,.m-details .m-purchases__header h3,.m-details .m-reviews__header h3,.m-details .m-subscriptions__header h3,.m-discount .m-brands__header h3,.m-discount .m-delivery__header h3,.m-discount .m-details__header h3,.m-discount .m-discount__header h3,.m-discount .m-favoutite__header h3,.m-discount .m-finance__header h3,.m-discount .m-help__header h3,.m-discount .m-info__header h3,.m-discount .m-phone__header h3,.m-discount .m-purchases__header h3,.m-discount .m-reviews__header h3,.m-discount .m-subscriptions__header h3,.m-favoutite .m-brands__header h3,.m-favoutite .m-delivery__header h3,.m-favoutite .m-details__header h3,.m-favoutite .m-discount__header h3,.m-favoutite .m-favoutite__header h3,.m-favoutite .m-finance__header h3,.m-favoutite .m-help__header h3,.m-favoutite .m-info__header h3,.m-favoutite .m-phone__header h3,.m-favoutite .m-purchases__header h3,.m-favoutite .m-reviews__header h3,.m-favoutite .m-subscriptions__header h3,.m-finance .m-brands__header h3,.m-finance .m-delivery__header h3,.m-finance .m-details__header h3,.m-finance .m-discount__header h3,.m-finance .m-favoutite__header h3,.m-finance .m-finance__header h3,.m-finance .m-help__header h3,.m-finance .m-info__header h3,.m-finance .m-phone__header h3,.m-finance .m-purchases__header h3,.m-finance .m-reviews__header h3,.m-finance .m-subscriptions__header h3,.m-help .m-brands__header h3,.m-help .m-delivery__header h3,.m-help .m-details__header h3,.m-help .m-discount__header h3,.m-help .m-favoutite__header h3,.m-help .m-finance__header h3,.m-help .m-help__header h3,.m-help .m-info__header h3,.m-help .m-phone__header h3,.m-help .m-purchases__header h3,.m-help .m-reviews__header h3,.m-help .m-subscriptions__header h3,.m-info .m-brands__header h3,.m-info .m-delivery__header h3,.m-info .m-details__header h3,.m-info .m-discount__header h3,.m-info .m-favoutite__header h3,.m-info .m-finance__header h3,.m-info .m-help__header h3,.m-info .m-info__header h3,.m-info .m-phone__header h3,.m-info .m-purchases__header h3,.m-info .m-reviews__header h3,.m-info .m-subscriptions__header h3,.m-phone .m-brands__header h3,.m-phone .m-delivery__header h3,.m-phone .m-details__header h3,.m-phone .m-discount__header h3,.m-phone .m-favoutite__header h3,.m-phone .m-finance__header h3,.m-phone .m-help__header h3,.m-phone .m-info__header h3,.m-phone .m-phone__header h3,.m-phone .m-purchases__header h3,.m-phone .m-reviews__header h3,.m-phone .m-subscriptions__header h3,.m-purchases .m-brands__header h3,.m-purchases .m-delivery__header h3,.m-purchases .m-details__header h3,.m-purchases .m-discount__header h3,.m-purchases .m-favoutite__header h3,.m-purchases .m-finance__header h3,.m-purchases .m-help__header h3,.m-purchases .m-info__header h3,.m-purchases .m-phone__header h3,.m-purchases .m-purchases__header h3,.m-purchases .m-reviews__header h3,.m-purchases .m-subscriptions__header h3,.m-reviews .m-brands__header h3,.m-reviews .m-delivery__header h3,.m-reviews .m-details__header h3,.m-reviews .m-discount__header h3,.m-reviews .m-favoutite__header h3,.m-reviews .m-finance__header h3,.m-reviews .m-help__header h3,.m-reviews .m-info__header h3,.m-reviews .m-phone__header h3,.m-reviews .m-purchases__header h3,.m-reviews .m-reviews__header h3,.m-reviews .m-subscriptions__header h3,.m-subscriptions .m-brands__header h3,.m-subscriptions .m-delivery__header h3,.m-subscriptions .m-details__header h3,.m-subscriptions .m-discount__header h3,.m-subscriptions .m-favoutite__header h3,.m-subscriptions .m-finance__header h3,.m-subscriptions .m-help__header h3,.m-subscriptions .m-info__header h3,.m-subscriptions .m-phone__header h3,.m-subscriptions .m-purchases__header h3,.m-subscriptions .m-reviews__header h3,.m-subscriptions .m-subscriptions__header h3{color:#fff;font:24px/28px Ubuntu;text-align:center;width:100%}.m-brands .m-brands__header .m-phone-title,.m-brands .m-delivery__header .m-phone-title,.m-brands .m-details__header .m-phone-title,.m-brands .m-discount__header .m-phone-title,.m-brands .m-favoutite__header .m-phone-title,.m-brands .m-finance__header .m-phone-title,.m-brands .m-help__header .m-phone-title,.m-brands .m-info__header .m-phone-title,.m-brands .m-phone__header .m-phone-title,.m-brands .m-purchases__header .m-phone-title,.m-brands .m-reviews__header .m-phone-title,.m-brands .m-subscriptions__header .m-phone-title,.m-delivery .m-brands__header .m-phone-title,.m-delivery .m-delivery__header .m-phone-title,.m-delivery .m-details__header .m-phone-title,.m-delivery .m-discount__header .m-phone-title,.m-delivery .m-favoutite__header .m-phone-title,.m-delivery .m-finance__header .m-phone-title,.m-delivery .m-help__header .m-phone-title,.m-delivery .m-info__header .m-phone-title,.m-delivery .m-phone__header .m-phone-title,.m-delivery .m-purchases__header .m-phone-title,.m-delivery .m-reviews__header .m-phone-title,.m-delivery .m-subscriptions__header .m-phone-title,.m-details .m-brands__header .m-phone-title,.m-details .m-delivery__header .m-phone-title,.m-details .m-details__header .m-phone-title,.m-details .m-discount__header .m-phone-title,.m-details .m-favoutite__header .m-phone-title,.m-details .m-finance__header .m-phone-title,.m-details .m-help__header .m-phone-title,.m-details .m-info__header .m-phone-title,.m-details .m-phone__header .m-phone-title,.m-details .m-purchases__header .m-phone-title,.m-details .m-reviews__header .m-phone-title,.m-details .m-subscriptions__header .m-phone-title,.m-discount .m-brands__header .m-phone-title,.m-discount .m-delivery__header .m-phone-title,.m-discount .m-details__header .m-phone-title,.m-discount .m-discount__header .m-phone-title,.m-discount .m-favoutite__header .m-phone-title,.m-discount .m-finance__header .m-phone-title,.m-discount .m-help__header .m-phone-title,.m-discount .m-info__header .m-phone-title,.m-discount .m-phone__header .m-phone-title,.m-discount .m-purchases__header .m-phone-title,.m-discount .m-reviews__header .m-phone-title,.m-discount .m-subscriptions__header .m-phone-title,.m-favoutite .m-brands__header .m-phone-title,.m-favoutite .m-delivery__header .m-phone-title,.m-favoutite .m-details__header .m-phone-title,.m-favoutite .m-discount__header .m-phone-title,.m-favoutite .m-favoutite__header .m-phone-title,.m-favoutite .m-finance__header .m-phone-title,.m-favoutite .m-help__header .m-phone-title,.m-favoutite .m-info__header .m-phone-title,.m-favoutite .m-phone__header .m-phone-title,.m-favoutite .m-purchases__header .m-phone-title,.m-favoutite .m-reviews__header .m-phone-title,.m-favoutite .m-subscriptions__header .m-phone-title,.m-finance .m-brands__header .m-phone-title,.m-finance .m-delivery__header .m-phone-title,.m-finance .m-details__header .m-phone-title,.m-finance .m-discount__header .m-phone-title,.m-finance .m-favoutite__header .m-phone-title,.m-finance .m-finance__header .m-phone-title,.m-finance .m-help__header .m-phone-title,.m-finance .m-info__header .m-phone-title,.m-finance .m-phone__header .m-phone-title,.m-finance .m-purchases__header .m-phone-title,.m-finance .m-reviews__header .m-phone-title,.m-finance .m-subscriptions__header .m-phone-title,.m-help .m-brands__header .m-phone-title,.m-help .m-delivery__header .m-phone-title,.m-help .m-details__header .m-phone-title,.m-help .m-discount__header .m-phone-title,.m-help .m-favoutite__header .m-phone-title,.m-help .m-finance__header .m-phone-title,.m-help .m-help__header .m-phone-title,.m-help .m-info__header .m-phone-title,.m-help .m-phone__header .m-phone-title,.m-help .m-purchases__header .m-phone-title,.m-help .m-reviews__header .m-phone-title,.m-help .m-subscriptions__header .m-phone-title,.m-info .m-brands__header .m-phone-title,.m-info .m-delivery__header .m-phone-title,.m-info .m-details__header .m-phone-title,.m-info .m-discount__header .m-phone-title,.m-info .m-favoutite__header .m-phone-title,.m-info .m-finance__header .m-phone-title,.m-info .m-help__header .m-phone-title,.m-info .m-info__header .m-phone-title,.m-info .m-phone__header .m-phone-title,.m-info .m-purchases__header .m-phone-title,.m-info .m-reviews__header .m-phone-title,.m-info .m-subscriptions__header .m-phone-title,.m-phone .m-brands__header .m-phone-title,.m-phone .m-delivery__header .m-phone-title,.m-phone .m-details__header .m-phone-title,.m-phone .m-discount__header .m-phone-title,.m-phone .m-favoutite__header .m-phone-title,.m-phone .m-finance__header .m-phone-title,.m-phone .m-help__header .m-phone-title,.m-phone .m-info__header .m-phone-title,.m-phone .m-phone__header .m-phone-title,.m-phone .m-purchases__header .m-phone-title,.m-phone .m-reviews__header .m-phone-title,.m-phone .m-subscriptions__header .m-phone-title,.m-purchases .m-brands__header .m-phone-title,.m-purchases .m-delivery__header .m-phone-title,.m-purchases .m-details__header .m-phone-title,.m-purchases .m-discount__header .m-phone-title,.m-purchases .m-favoutite__header .m-phone-title,.m-purchases .m-finance__header .m-phone-title,.m-purchases .m-help__header .m-phone-title,.m-purchases .m-info__header .m-phone-title,.m-purchases .m-phone__header .m-phone-title,.m-purchases .m-purchases__header .m-phone-title,.m-purchases .m-reviews__header .m-phone-title,.m-purchases .m-subscriptions__header .m-phone-title,.m-reviews .m-brands__header .m-phone-title,.m-reviews .m-delivery__header .m-phone-title,.m-reviews .m-details__header .m-phone-title,.m-reviews .m-discount__header .m-phone-title,.m-reviews .m-favoutite__header .m-phone-title,.m-reviews .m-finance__header .m-phone-title,.m-reviews .m-help__header .m-phone-title,.m-reviews .m-info__header .m-phone-title,.m-reviews .m-phone__header .m-phone-title,.m-reviews .m-purchases__header .m-phone-title,.m-reviews .m-reviews__header .m-phone-title,.m-reviews .m-subscriptions__header .m-phone-title,.m-subscriptions .m-brands__header .m-phone-title,.m-subscriptions .m-delivery__header .m-phone-title,.m-subscriptions .m-details__header .m-phone-title,.m-subscriptions .m-discount__header .m-phone-title,.m-subscriptions .m-favoutite__header .m-phone-title,.m-subscriptions .m-finance__header .m-phone-title,.m-subscriptions .m-help__header .m-phone-title,.m-subscriptions .m-info__header .m-phone-title,.m-subscriptions .m-phone__header .m-phone-title,.m-subscriptions .m-purchases__header .m-phone-title,.m-subscriptions .m-reviews__header .m-phone-title,.m-subscriptions .m-subscriptions__header .m-phone-title{color:#fff;font:500 19px/22px Ubuntu;text-align:center}.m-brands .m-delivery__wrapper,.m-delivery .m-delivery__wrapper,.m-details .m-delivery__wrapper,.m-discount .m-delivery__wrapper,.m-favoutite .m-delivery__wrapper,.m-finance .m-delivery__wrapper,.m-help .m-delivery__wrapper,.m-info .m-delivery__wrapper,.m-phone .m-delivery__wrapper,.m-purchases .m-delivery__wrapper,.m-reviews .m-delivery__wrapper,.m-subscriptions .m-delivery__wrapper{padding:15px 12px;width:100%}.m-brands .m-delivery__wrapper .m-delivery__content,.m-delivery .m-delivery__wrapper .m-delivery__content,.m-details .m-delivery__wrapper .m-delivery__content,.m-discount .m-delivery__wrapper .m-delivery__content,.m-favoutite .m-delivery__wrapper .m-delivery__content,.m-finance .m-delivery__wrapper .m-delivery__content,.m-help .m-delivery__wrapper .m-delivery__content,.m-info .m-delivery__wrapper .m-delivery__content,.m-phone .m-delivery__wrapper .m-delivery__content,.m-purchases .m-delivery__wrapper .m-delivery__content,.m-reviews .m-delivery__wrapper .m-delivery__content,.m-subscriptions .m-delivery__wrapper .m-delivery__content{align-items:center;background:#fff;border:1px solid #ff6b00;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;font:400 18px/21px Ubuntu;height:auto;padding:5px 0 13px;width:100%}.m-brands .m-delivery__wrapper .m-delivery__content h3,.m-delivery .m-delivery__wrapper .m-delivery__content h3,.m-details .m-delivery__wrapper .m-delivery__content h3,.m-discount .m-delivery__wrapper .m-delivery__content h3,.m-favoutite .m-delivery__wrapper .m-delivery__content h3,.m-finance .m-delivery__wrapper .m-delivery__content h3,.m-help .m-delivery__wrapper .m-delivery__content h3,.m-info .m-delivery__wrapper .m-delivery__content h3,.m-phone .m-delivery__wrapper .m-delivery__content h3,.m-purchases .m-delivery__wrapper .m-delivery__content h3,.m-reviews .m-delivery__wrapper .m-delivery__content h3,.m-subscriptions .m-delivery__wrapper .m-delivery__content h3{color:#000;font:500 18px/21px Ubuntu}.m-brands .m-delivery__wrapper .m-delivery__content p,.m-delivery .m-delivery__wrapper .m-delivery__content p,.m-details .m-delivery__wrapper .m-delivery__content p,.m-discount .m-delivery__wrapper .m-delivery__content p,.m-favoutite .m-delivery__wrapper .m-delivery__content p,.m-finance .m-delivery__wrapper .m-delivery__content p,.m-help .m-delivery__wrapper .m-delivery__content p,.m-info .m-delivery__wrapper .m-delivery__content p,.m-phone .m-delivery__wrapper .m-delivery__content p,.m-purchases .m-delivery__wrapper .m-delivery__content p,.m-reviews .m-delivery__wrapper .m-delivery__content p,.m-subscriptions .m-delivery__wrapper .m-delivery__content p{color:#999;font:500 13px/15px Ubuntu;margin-bottom:12px}.m-brands .m-delivery__wrapper .m-delivery__content a,.m-delivery .m-delivery__wrapper .m-delivery__content a,.m-details .m-delivery__wrapper .m-delivery__content a,.m-discount .m-delivery__wrapper .m-delivery__content a,.m-favoutite .m-delivery__wrapper .m-delivery__content a,.m-finance .m-delivery__wrapper .m-delivery__content a,.m-help .m-delivery__wrapper .m-delivery__content a,.m-info .m-delivery__wrapper .m-delivery__content a,.m-phone .m-delivery__wrapper .m-delivery__content a,.m-purchases .m-delivery__wrapper .m-delivery__content a,.m-reviews .m-delivery__wrapper .m-delivery__content a,.m-subscriptions .m-delivery__wrapper .m-delivery__content a{align-items:center;background:#ff6b00;border-radius:9px;color:#fff;display:flex;font:500 13px/15px Ubuntu;height:48px;justify-content:center;transition:.2s;width:193px}.m-brands .m-delivery__wrapper .m-delivery__content a:hover,.m-delivery .m-delivery__wrapper .m-delivery__content a:hover,.m-details .m-delivery__wrapper .m-delivery__content a:hover,.m-discount .m-delivery__wrapper .m-delivery__content a:hover,.m-favoutite .m-delivery__wrapper .m-delivery__content a:hover,.m-finance .m-delivery__wrapper .m-delivery__content a:hover,.m-help .m-delivery__wrapper .m-delivery__content a:hover,.m-info .m-delivery__wrapper .m-delivery__content a:hover,.m-phone .m-delivery__wrapper .m-delivery__content a:hover,.m-purchases .m-delivery__wrapper .m-delivery__content a:hover,.m-reviews .m-delivery__wrapper .m-delivery__content a:hover,.m-subscriptions .m-delivery__wrapper .m-delivery__content a:hover{box-shadow:0 0 20px #b9b9b9}.m-discount__wrapper{display:flex;flex-direction:column;padding:15px 12px;row-gap:16px;width:100%}.m-discount__wrapper .m-discount__content{align-items:center;background:#fff;border:1px solid #ff6b00;border-radius:8px;display:flex;height:auto;width:100%}.m-discount__wrapper .m-discount__percent{-webkit-column-gap:18px;column-gap:18px;flex-direction:row;padding:26px 17px}.m-discount__wrapper .m-discount__percent .discount__percent{align-items:center;border:2px solid #ff6b00;border-radius:50%;color:#000;display:flex;font:500 22px/26px Ubuntu;height:63px;justify-content:center;width:63px}.m-discount__wrapper .m-discount__percent p{color:#999;font:500 13px/15px Ubuntu;word-break:break-all}@media screen and (max-width:450px){.m-discount__wrapper .m-discount__percent p{width:215px}}.m-discount__wrapper .ransom-amount{align-items:flex-start;flex-direction:column;padding:12px 7px 15px}.m-discount__wrapper .ransom-amount h3{color:#ff6b00;font:500 13px/15px Ubuntu;margin-bottom:10px}.m-discount__wrapper .ransom-amount p{color:#ff6b00;font:500 19px/22px Ubuntu}.m-discount__wrapper .discount-calculation{align-items:flex-start;flex-direction:column;padding:12px 7px 32px}.m-discount__wrapper .discount-calculation h3{color:#000;font:500 13px/15px Ubuntu;margin-bottom:6px}.m-discount__wrapper .discount-calculation .row{align-items:flex-end;border-bottom:1px solid #c4c4c4;display:flex;height:25px;justify-content:space-between;width:100%}.m-discount__wrapper .discount-calculation .row p{color:#000;font:500 13px/15px Ubuntu}.m-search__wrapper{margin:20px auto;max-width:900px;padding:0 10px;position:relative;width:100%}.m-search__wrapper:after{background:url(/static/media/search.2bdde5249e06b45c1934.svg) no-repeat;background-position:50%;background-size:contain;content:"";height:20px;left:20px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}.m-search__wrapper input{background:#fff;border:2px solid #ff6b00;border-radius:5px;color:#000;font:20px/23px Ubuntu;padding:13px 65px;position:relative;width:100%}.m-search__wrapper button{background:#ff6b00;border-radius:0 5px 5px 0;color:#fff;font:20px/23px Ubuntu;height:100%;position:absolute;right:10px;top:0;width:100px}.m-search__wrapper a{position:absolute;right:118px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.m-brands__content,.m-favoutite__content,.m-finance_content,.m-purchases__content,.m-reviews__content{align-items:center;display:flex;height:70vh;justify-content:center}.m-brands__content h3,.m-favoutite__content h3,.m-finance_content h3,.m-purchases__content h3,.m-reviews__content h3{color:#767676;font:500 24px/28px Ubuntu;text-align:center}.m-finance__nav{display:flex;justify-content:space-around}.m-finance__nav .m-finance__nav{align-items:center;background-color:inherit;border:none;color:#000;font:500 15px/18px Ubuntu;height:50px}.m-finance__nav .active{border-bottom:2px solid #ff6b00;color:#ff6b00}.m-finance_buttons{color:#000;-webkit-column-gap:24px;column-gap:24px;display:flex;font:500 15px/18px Ubuntu;padding:15px 28px}.m-finance_buttons button{background:#fff;border:1px solid #ff6b00;border-radius:6px;height:24px;padding:3px 7px}.m-finance_buttons .active{background:#ff6b00;color:#fff}.m-help__content h3{color:#767676;font:500 16px/19px Ubuntu;margin:30px;text-align:center}.m-help__content .m-help_message{align-items:center;background:#efefef;border-radius:11px;display:flex;height:54px;justify-content:center;width:100%}.m-help__content .m-help_message p{color:#9a9696;font:500 13px/15px Ubuntu;max-width:373px;text-align:center}.m-info__content{padding:17px 23px}.m-info__content,.m-info__content .m-info__content_block{display:flex;flex-direction:column;row-gap:31px}.m-info__content .m-info__content_block .m-info__content_block-items h3{color:#9c9c9c;font:500 17px/20px Ubuntu}.m-info__content .m-info__content_block .m-info__content_block-items .block-items{background:#efefef;border-radius:9px;padding:8px 12px}.m-info__content .m-info__content_block .m-info__content_block-items .block-items .block-item{border-bottom:1px solid #c4c4c4;cursor:pointer;display:flex;justify-content:space-between;padding:4px 0}.m-info__content .m-info__content_block .m-info__content_block-items .block-items .block-item:last-child{border:0}.m-info__content .m-info__content_block .m-info__content_block-items .block-items .block-item p{font:500 17px/20px Ubuntu}.m-info__content .m-info__content_block .m-info__content_block-items .block-items .block-item button{background-image:url(/static/media/arrow_right-black.01d1a80f1ff6300455ff.svg);background-position:50%;background-repeat:no-repeat;height:15px;width:8px}.m-details__content{display:flex;flex-direction:column;padding:21px 15px}.m-details__content .m-details-photo{align-items:center;background:#fff;border:2px solid #ff6b00;border-radius:50%;display:flex;height:63px;justify-content:center;margin-bottom:21px;position:relative;width:63px}.m-details__content .m-details-photo .avatar{object-fit:contain;width:80%}.m-details__content .m-details-photo .avatar-load{background-color:#f4f4f4;background-image:url(/static/media/camera.1110809c3f09bc3937db.svg);background-position:50%;background-repeat:no-repeat;border:.287671px solid #ff6b00;border-radius:50%;bottom:0;height:21px;position:absolute;right:0;width:21px}.m-details__content .m-details_items{align-items:center;background:#fff;border:1px solid #ff6b00;border-radius:8px;cursor:pointer;display:flex;height:34px;justify-content:space-between;margin-bottom:3px;padding:0 11px;transition:.3s}.m-details__content .m-details_items p{color:#000;font:500 12px/14px Ubuntu}.m-details__content .m-details_items button{background-color:inherit;background-image:url(/static/media/arrow_right-orange.a62ada7f1eccb09fd2ea.svg);background-position:50%;background-repeat:no-repeat;height:15px;width:8px}.m-details__content .delete p{color:red}.m-subscriptions_content{display:flex;flex-direction:column;padding:8px 22px;width:100%}.m-subscriptions_content .content_header{color:#bdbdbd;font:500 12px/14px Ubuntu;margin-bottom:35px;padding:0 47px;text-align:center}.m-subscriptions_content .content_block{margin-bottom:30px;width:100%}.m-subscriptions_content .content_block h3{color:#b4b4b4;font:500 13px/16px Ubuntu;margin-bottom:4px}.m-subscriptions_content .content_block .block__items{align-items:center;border:1px solid #ff6b00;border-radius:14px;display:flex;height:50px;justify-content:space-between;padding:0 10px;width:100%}.m-subscriptions_content .content_block .block__items p{color:#000;font:500 13px/16px Ubuntu}.m-subscriptions_content .content_block .block__items-block{border:1px solid #ff6b00;border-radius:14px;width:100%}.m-subscriptions_content .content_block .block__items-block .block__items_item{align-items:center;border-bottom:1px solid #c4c4c4;display:flex;height:50px;justify-content:space-between;padding:0 10px;width:100%}.m-subscriptions_content .content_block .block__items-block .block__items_item:last-child{border:0}.m-subscriptions_content .content_block .block__items-block .block__items_item p{color:#000;font:500 13px/16px Ubuntu}.m-phone__container{display:flex;flex-direction:column;padding:21px 16px}.m-phone__container h3{color:#000;font:500 13px/15px Ubuntu;margin-bottom:18px}.m-phone__container .m-phone__phone{display:flex;flex-direction:column;margin-bottom:27px;width:100%}.m-phone__container .m-phone__phone input{border-bottom:1px solid #c4c4c4;color:#8a8a8a;font:500 13px/15px Ubuntu;height:21px;margin-bottom:3px;width:100%}.m-phone__container .m-phone__phone span{color:#a9a9a9;font:500 13px/15px Ubuntu}.m-phone__container .phone__message{color:#a9a9a9;font:500 11px/13px Ubuntu;margin-bottom:27px}.m-phone__container button{background:#ff6b00;border-radius:8px;color:#fff;font:500 13px/15px Ubuntu;height:39px;margin-bottom:16px;max-width:386px;width:100%}.m-phone__container .phone__message-last{border-top:1px solid #c4c4c4;color:#a9a9a9;font:500 13px/15px Ubuntu;height:40px;padding-top:10px}.m-email__modal,.m-name__modal,.m-sex__modal{background-color:rgba(0,0,0,.482);display:flex;display:none;height:100%;justify-content:center;position:absolute;top:0;width:100%;z-index:1}.m-email__modal .modal-popap__email,.m-email__modal .modal-popap__name,.m-email__modal .modal-popap__sex,.m-name__modal .modal-popap__email,.m-name__modal .modal-popap__name,.m-name__modal .modal-popap__sex,.m-sex__modal .modal-popap__email,.m-sex__modal .modal-popap__name,.m-sex__modal .modal-popap__sex{align-items:center;background:#fff;border-radius:21px 21px 0 0;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding:15px 14px 5px;position:relative;top:150px;width:80%;z-index:100}.m-email__modal .modal-popap__email .popap__content-email,.m-email__modal .modal-popap__name .popap__content-email,.m-email__modal .modal-popap__sex .popap__content-email,.m-name__modal .modal-popap__email .popap__content-email,.m-name__modal .modal-popap__name .popap__content-email,.m-name__modal .modal-popap__sex .popap__content-email,.m-sex__modal .modal-popap__email .popap__content-email,.m-sex__modal .modal-popap__name .popap__content-email,.m-sex__modal .modal-popap__sex .popap__content-email{align-items:center;display:flex;flex-direction:column;margin-bottom:22px;width:100%}.m-email__modal .modal-popap__email .popap__content-email p,.m-email__modal .modal-popap__name .popap__content-email p,.m-email__modal .modal-popap__sex .popap__content-email p,.m-name__modal .modal-popap__email .popap__content-email p,.m-name__modal .modal-popap__name .popap__content-email p,.m-name__modal .modal-popap__sex .popap__content-email p,.m-sex__modal .modal-popap__email .popap__content-email p,.m-sex__modal .modal-popap__name .popap__content-email p,.m-sex__modal .modal-popap__sex .popap__content-email p{color:#000;font:500 11px/13px Roboto;margin-bottom:5px}.m-email__modal .modal-popap__email .popap__content-email input,.m-email__modal .modal-popap__name .popap__content-email input,.m-email__modal .modal-popap__sex .popap__content-email input,.m-name__modal .modal-popap__email .popap__content-email input,.m-name__modal .modal-popap__name .popap__content-email input,.m-name__modal .modal-popap__sex .popap__content-email input,.m-sex__modal .modal-popap__email .popap__content-email input,.m-sex__modal .modal-popap__name .popap__content-email input,.m-sex__modal .modal-popap__sex .popap__content-email input{border:0;border-bottom:1px solid #c4c4c4;color:#000;font:500 11px/13px Roboto;height:23px;width:100%}.m-email__modal .modal-popap__email .popap__content-sex,.m-email__modal .modal-popap__name .popap__content-sex,.m-email__modal .modal-popap__sex .popap__content-sex,.m-name__modal .modal-popap__email .popap__content-sex,.m-name__modal .modal-popap__name .popap__content-sex,.m-name__modal .modal-popap__sex .popap__content-sex,.m-sex__modal .modal-popap__email .popap__content-sex,.m-sex__modal .modal-popap__name .popap__content-sex,.m-sex__modal .modal-popap__sex .popap__content-sex{align-items:center;display:flex;flex-direction:column;margin-bottom:15px;width:100%}.m-email__modal .modal-popap__email .popap__content-sex p,.m-email__modal .modal-popap__name .popap__content-sex p,.m-email__modal .modal-popap__sex .popap__content-sex p,.m-name__modal .modal-popap__email .popap__content-sex p,.m-name__modal .modal-popap__name .popap__content-sex p,.m-name__modal .modal-popap__sex .popap__content-sex p,.m-sex__modal .modal-popap__email .popap__content-sex p,.m-sex__modal .modal-popap__name .popap__content-sex p,.m-sex__modal .modal-popap__sex .popap__content-sex p{color:#000;font:400 12px/14px Roboto}.m-email__modal .modal-popap__email .popap__content-sex .popap__content-sex-item,.m-email__modal .modal-popap__name .popap__content-sex .popap__content-sex-item,.m-email__modal .modal-popap__sex .popap__content-sex .popap__content-sex-item,.m-name__modal .modal-popap__email .popap__content-sex .popap__content-sex-item,.m-name__modal .modal-popap__name .popap__content-sex .popap__content-sex-item,.m-name__modal .modal-popap__sex .popap__content-sex .popap__content-sex-item,.m-sex__modal .modal-popap__email .popap__content-sex .popap__content-sex-item,.m-sex__modal .modal-popap__name .popap__content-sex .popap__content-sex-item,.m-sex__modal .modal-popap__sex .popap__content-sex .popap__content-sex-item{align-items:center;border-top:1px solid #c4c4c4;color:#000;cursor:pointer;display:flex;font:400 16px/20px Roboto;height:35px;justify-content:center;width:100%}.m-email__modal .modal-popap__email .popap__content-sex .popap__content-sex-item:hover,.m-email__modal .modal-popap__name .popap__content-sex .popap__content-sex-item:hover,.m-email__modal .modal-popap__sex .popap__content-sex .popap__content-sex-item:hover,.m-name__modal .modal-popap__email .popap__content-sex .popap__content-sex-item:hover,.m-name__modal .modal-popap__name .popap__content-sex .popap__content-sex-item:hover,.m-name__modal .modal-popap__sex .popap__content-sex .popap__content-sex-item:hover,.m-sex__modal .modal-popap__email .popap__content-sex .popap__content-sex-item:hover,.m-sex__modal .modal-popap__name .popap__content-sex .popap__content-sex-item:hover,.m-sex__modal .modal-popap__sex .popap__content-sex .popap__content-sex-item:hover{color:#ff6b00}.m-email__modal .modal-popap__email .popap__content-name,.m-email__modal .modal-popap__name .popap__content-name,.m-email__modal .modal-popap__sex .popap__content-name,.m-name__modal .modal-popap__email .popap__content-name,.m-name__modal .modal-popap__name .popap__content-name,.m-name__modal .modal-popap__sex .popap__content-name,.m-sex__modal .modal-popap__email .popap__content-name,.m-sex__modal .modal-popap__name .popap__content-name,.m-sex__modal .modal-popap__sex .popap__content-name{margin-bottom:10px;width:100%}.m-email__modal .modal-popap__email .popap__content-name p,.m-email__modal .modal-popap__name .popap__content-name p,.m-email__modal .modal-popap__sex .popap__content-name p,.m-name__modal .modal-popap__email .popap__content-name p,.m-name__modal .modal-popap__name .popap__content-name p,.m-name__modal .modal-popap__sex .popap__content-name p,.m-sex__modal .modal-popap__email .popap__content-name p,.m-sex__modal .modal-popap__name .popap__content-name p,.m-sex__modal .modal-popap__sex .popap__content-name p{color:#000;font:500 10px/12px Roboto;text-align:center}.m-email__modal .modal-popap__email .popap__content-name .popap__content-name-item,.m-email__modal .modal-popap__name .popap__content-name .popap__content-name-item,.m-email__modal .modal-popap__sex .popap__content-name .popap__content-name-item,.m-name__modal .modal-popap__email .popap__content-name .popap__content-name-item,.m-name__modal .modal-popap__name .popap__content-name .popap__content-name-item,.m-name__modal .modal-popap__sex .popap__content-name .popap__content-name-item,.m-sex__modal .modal-popap__email .popap__content-name .popap__content-name-item,.m-sex__modal .modal-popap__name .popap__content-name .popap__content-name-item,.m-sex__modal .modal-popap__sex .popap__content-name .popap__content-name-item{align-items:center;border-bottom:1px solid #c4c4c4;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;width:100%}.m-email__modal .modal-popap__email .popap__content-name .popap__content-name-item input,.m-email__modal .modal-popap__name .popap__content-name .popap__content-name-item input,.m-email__modal .modal-popap__sex .popap__content-name .popap__content-name-item input,.m-name__modal .modal-popap__email .popap__content-name .popap__content-name-item input,.m-name__modal .modal-popap__name .popap__content-name .popap__content-name-item input,.m-name__modal .modal-popap__sex .popap__content-name .popap__content-name-item input,.m-sex__modal .modal-popap__email .popap__content-name .popap__content-name-item input,.m-sex__modal .modal-popap__name .popap__content-name .popap__content-name-item input,.m-sex__modal .modal-popap__sex .popap__content-name .popap__content-name-item input{color:#000;font:500 10px/12px Roboto}.m-email__modal .modal-popap__email .popap__content-name .popap__content-name-item button,.m-email__modal .modal-popap__name .popap__content-name .popap__content-name-item button,.m-email__modal .modal-popap__sex .popap__content-name .popap__content-name-item button,.m-name__modal .modal-popap__email .popap__content-name .popap__content-name-item button,.m-name__modal .modal-popap__name .popap__content-name .popap__content-name-item button,.m-name__modal .modal-popap__sex .popap__content-name .popap__content-name-item button,.m-sex__modal .modal-popap__email .popap__content-name .popap__content-name-item button,.m-sex__modal .modal-popap__name .popap__content-name .popap__content-name-item button,.m-sex__modal .modal-popap__sex .popap__content-name .popap__content-name-item button{background-color:inherit;border:0;color:#ff6b00;font:500 10px/12px Roboto;height:40px;width:39px}.m-email__modal .modal-popap__email button,.m-email__modal .modal-popap__name button,.m-email__modal .modal-popap__sex button,.m-name__modal .modal-popap__email button,.m-name__modal .modal-popap__name button,.m-name__modal .modal-popap__sex button,.m-sex__modal .modal-popap__email button,.m-sex__modal .modal-popap__name button,.m-sex__modal .modal-popap__sex button{border-radius:8px;height:39px;max-width:398px;width:100%}.m-email__modal .modal-popap__email .modal-save,.m-email__modal .modal-popap__name .modal-save,.m-email__modal .modal-popap__sex .modal-save,.m-name__modal .modal-popap__email .modal-save,.m-name__modal .modal-popap__name .modal-save,.m-name__modal .modal-popap__sex .modal-save,.m-sex__modal .modal-popap__email .modal-save,.m-sex__modal .modal-popap__name .modal-save,.m-sex__modal .modal-popap__sex .modal-save{background:#ff6b00;color:#fff;font:500 15px/18px Roboto}.m-email__modal .modal-popap__email .modal-cancel,.m-email__modal .modal-popap__name .modal-cancel,.m-email__modal .modal-popap__sex .modal-cancel,.m-name__modal .modal-popap__email .modal-cancel,.m-name__modal .modal-popap__name .modal-cancel,.m-name__modal .modal-popap__sex .modal-cancel,.m-sex__modal .modal-popap__email .modal-cancel,.m-sex__modal .modal-popap__name .modal-cancel,.m-sex__modal .modal-popap__sex .modal-cancel{background:#f3f3f3;color:#000;font:400 22px/27px Roboto}.m-email__modal-active,.m-name__modal-active,.m-sex__modal-active{display:flex}.profile__wrapper{flex-direction:column;margin:0 auto;max-width:1230px;padding:39px 0 90px;width:100%}.profile__wrapper,.profile__wrapper .profile__first-line,.profile__wrapper .profile__second-line,.profile__wrapper .profile__third-line{display:flex;gap:12px}.profile__wrapper .profile__first-line .user_delivery,.profile__wrapper .profile__first-line .user_discounts,.profile__wrapper .profile__first-line .user_name{background:#fff;border:.967767px solid silver;border-radius:14.5165px;box-sizing:border-box;cursor:pointer;height:242px;width:40%}.profile__wrapper .profile__first-line .user_delivery-avatar .avatar,.profile__wrapper .profile__first-line .user_discounts-avatar .avatar,.profile__wrapper .profile__first-line .user_finance-avatar .avatar,.profile__wrapper .profile__first-line .user_name-avatar .avatar{align-items:center;background-color:#f4f4f4;border:1px solid #ff6b00;border-radius:50%;box-sizing:border-box;display:block;display:flex;height:70px;justify-content:center;width:70px}.profile__wrapper .profile__first-line .user_delivery-avatar p,.profile__wrapper .profile__first-line .user_discounts-avatar p,.profile__wrapper .profile__first-line .user_name-avatar p{color:#000;font:400 20px/22px Ubuntu;margin-left:20px}.profile__wrapper .profile__first-line .user_name-data{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.profile__wrapper .profile__first-line .user_name-data a{color:#000;font:400 12px/14px Ubuntu}.profile__wrapper .profile__first-line .user_name-data a:first-child{color:#656464}.profile__wrapper .profile__first-line .user_name-data a:last-child{text-decoration:underline}.profile__wrapper .profile__first-line .user_delivery-data{display:flex;flex-direction:row}.profile__wrapper .profile__first-line .user_delivery-data p{color:#000;font:400 12px/14px Ubuntu}.profile__wrapper .profile__first-line .user_delivery-data p:first-child{color:#656464}.profile__wrapper .profile__first-line .user_delivery-data p:last-child{margin-left:3px}.profile__wrapper .profile__first-line .user_discounts-data p{color:#000;font:400 20px/22px Ubuntu}.profile__wrapper .profile__first-line .user_delivery,.profile__wrapper .profile__first-line .user_discounts,.profile__wrapper .profile__first-line .user_name{display:flex;flex-direction:column;justify-content:space-between;padding:15px 20px;transition:.2s}.profile__wrapper .profile__first-line .user_delivery-avatar,.profile__wrapper .profile__first-line .user_discounts-avatar,.profile__wrapper .profile__first-line .user_name-avatar{align-items:center;display:flex;flex-direction:row}.profile__wrapper .profile__second-line .user_notice{display:flex;flex-direction:column;justify-content:center;padding:15px 20px;transition:.2s}.profile__wrapper .profile__second-line .user_cards,.profile__wrapper .profile__second-line .user_favorite_brands,.profile__wrapper .profile__second-line .user_notice,.profile__wrapper .profile__second-line .user_purchases{background:#fff;border:.967767px solid silver;border-radius:14.5165px;box-sizing:border-box;cursor:pointer;height:104px;width:30%}.profile__wrapper .profile__second-line .user_cards,.profile__wrapper .profile__second-line .user_favorite_brands,.profile__wrapper .profile__second-line .user_favourites,.profile__wrapper .profile__second-line .user_finance,.profile__wrapper .profile__second-line .user_purchases{display:flex;flex-direction:column;justify-content:space-between;padding:15px 20px;transition:.2s}.profile__wrapper .profile__second-line .user_cards,.profile__wrapper .profile__second-line .user_favorite_brands,.profile__wrapper .profile__second-line .user_purchases{justify-content:center}.profile__wrapper .profile__second-line .user_cards button{all:unset;color:#656464;cursor:pointer;font:400 14px/16px Ubuntu;transition:.1s}.profile__wrapper .profile__second-line .user_cards button:hover{color:#ff6b00}.profile__wrapper .profile__second-line .user_cards p,.profile__wrapper .profile__second-line .user_favorite_brands p,.profile__wrapper .profile__second-line .user_notice p,.profile__wrapper .profile__second-line .user_purchases p{color:#000;font:400 20px/22px Ubuntu;margin-bottom:10px}.profile__wrapper .profile__second-line .user_favorite_brands p:last-child,.profile__wrapper .profile__second-line .user_notice p:last-child,.profile__wrapper .profile__second-line .user_purchases p:last-child{color:#656464;font:400 14px/16px Ubuntu}.profile__wrapper .profile__second-line .user_notice-bell{align-items:flex-start;display:flex;flex-direction:row}.profile__wrapper .profile__second-line .user_notice-bell img{height:20px;margin-right:3px;width:15px}.profile__wrapper .profile__third-line .user_finance-avatar{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between}.profile__wrapper .profile__third-line .user_finance-avatar button{all:unset;color:#656464;cursor:pointer;font:500 14px/16px Ubuntu;transition:.1s}.profile__wrapper .profile__third-line .user_finance-avatar button:hover{color:#ff6b00}.profile__wrapper .profile__third-line .user_favourites p:first-child,.profile__wrapper .profile__third-line .user_finance p{color:#000;font:500 20px/2px Ubuntu;padding-top:15px}.profile__wrapper .profile__third-line .user_favourites p:last-child{color:#656464;font:500 14px/16px Ubuntu}.profile__wrapper .profile__third-line .user_finance-avatar .avatar{align-items:center;background-color:#f4f4f4;border:1px solid #ff6b00;border-radius:50%;box-sizing:border-box;display:block;display:flex;height:70px;justify-content:center;width:70px}.profile__wrapper .profile__third-line .user_favourites,.profile__wrapper .profile__third-line .user_finance{background:#fff;border:.967767px solid silver;border-radius:14.5165px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:189px;justify-content:space-between;margin-right:10px;padding:15px 20px;transition:.2s;width:50%}.profile__wrapper .profile__third-line .user_finance{padding-bottom:30px}.profile__wrapper .profile__third-line .user_favourites{padding-bottom:30px;padding-right:50px}.profile__wrapper .user_cards:hover,.profile__wrapper .user_delivery:hover,.profile__wrapper .user_discounts:hover,.profile__wrapper .user_favorite_brands:hover,.profile__wrapper .user_favourites:hover,.profile__wrapper .user_finance:hover,.profile__wrapper .user_name:hover,.profile__wrapper .user_notice:hover,.profile__wrapper .user_purchases:hover{box-shadow:0 0 20px #b9b9b9}.brands__wrapper,.delivery__wrapper{display:flex;flex-direction:column;margin:0 auto;max-width:1240px}.brands__wrapper h3,.delivery__wrapper h3{color:#000;font:400 35px/41px Ubuntu;margin-bottom:20px;margin-top:35px}.brands__wrapper p,.delivery__wrapper p{color:#000;color:dimgray;font:400 35px/41px Ubuntu;font:400 20px/24px Ubuntu;margin-bottom:32px}.brands__wrapper a,.delivery__wrapper a{align-items:center;background:#ff6b00;border-radius:9px;color:#fff;display:flex;font:400 20px/24px Ubuntu;height:78px;justify-content:center;margin-bottom:30px;margin-top:30px;transition:.2s;width:251px}.brands__wrapper a:hover,.delivery__wrapper a:hover{box-shadow:0 0 20px #b9b9b9}.brands__wrapper .text,.delivery__wrapper .text{display:flex;flex-direction:column}.brands__wrapper .text .inner,.delivery__wrapper .text .inner{align-items:center;display:flex;flex-direction:row}.brands__wrapper .text .inner img,.delivery__wrapper .text .inner img{margin-left:5px;margin-top:-4px}.brands__wrapper .text p,.delivery__wrapper .text p{color:dimgray;font:400 20px/24px Ubuntu;margin:0 0 6px}.container_user_profile_1{align-items:center;display:flex;flex-direction:column;margin:40px auto;max-width:1240px;width:100%}.container_user_profile_1 .fifthline,.container_user_profile_1 .firstline,.container_user_profile_1 .fourthline,.container_user_profile_1 .secondline,.container_user_profile_1 .thirdline{background:#fff;border:.967767px solid silver;border-radius:14.5165px;box-sizing:border-box;display:flex;flex-direction:column;height:250px;justify-content:space-between;margin-bottom:15px;padding:15px 20px;transition:.2s;width:100%}.container_user_profile_1 .fifthline:hover,.container_user_profile_1 .firstline:hover,.container_user_profile_1 .fourthline:hover,.container_user_profile_1 .secondline:hover,.container_user_profile_1 .thirdline:hover{box-shadow:0 0 20px #b9b9b9}.container_user_profile_1 .secondline{height:200px;justify-content:flex-start}.container_user_profile_1 .thirdline{height:415px}.container_user_profile_1 .fifthline,.container_user_profile_1 .fourthline{height:130px}.container_user_profile_1 .firstline .user_name-avatar{align-items:center;display:flex;flex-direction:row}.container_user_profile_1 .firstline .user_name-avatar .avatar{align-items:center;background-color:#f4f4f4;border:1px solid #ff6b00;border-radius:50%;box-sizing:border-box;display:block;display:flex;height:70px;justify-content:center;margin-right:20px;position:relative;width:70px}.container_user_profile_1 .firstline .user_name-avatar .avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.container_user_profile_1 .fifthline p,.container_user_profile_1 .firstline p,.container_user_profile_1 .fourthline p,.container_user_profile_1 .secondline p,.container_user_profile_1 .thirdline p{color:#000;font:400 20px/23px Ubuntu;margin-right:2px}.container_user_profile_1 .firstline .user_name-avatar .add_photo{align-items:center;background-color:#f4f4f4;border:.287671px solid #ff6b00;border-radius:50%;box-sizing:border-box;display:block;display:flex;height:21px;justify-content:center;left:79%;position:absolute;top:70%;width:21px}.container_user_profile_1 .add_photo-uploader{height:21px;opacity:0;position:absolute;width:21px}.container_user_profile_1 .firstline .data_container{display:flex;flex-direction:row;justify-content:space-between}.container_user_profile_1 .container_user_profile_1 .firstline .data_container .birth-day .birth-day-inner,.container_user_profile_1 .firstline .data_container .email .email-inner,.container_user_profile_1 .firstline .data_container .phone .phone-inner{align-items:center;display:flex;flex-direction:row}.container_user_profile_1 .container_user_profile_1 .firstline .data_container .birth-day .birth-day-inner p,.container_user_profile_1 .firstline .data_container .email .email-inner p,.container_user_profile_1 .firstline .data_container .phone .phone-inner p{color:#000;font:400 16px/18px Ubuntu}.container_user_profile_1 .firstline .data_container .birth-day p,.container_user_profile_1 .firstline .data_container .email p,.container_user_profile_1 .firstline .data_container .gender p,.container_user_profile_1 .firstline .data_container .phone p{color:#828282;font:400 16px/18px Ubuntu}.container_user_profile_1 .firstline .data_container .gender{align-items:flex-start;display:flex;flex-direction:column}.container_user_profile_1 .firstline .data_container .gender input{display:none}.container_user_profile_1 form,.container_user_profile_1 form label{display:flex;flex-direction:row}.container_user_profile_1 input+label span{align-items:center;border:1px solid #ff6b00;border-radius:50%;display:flex;flex-direction:row;height:20px;justify-content:center;width:20px}.container_user_profile_1 input:checked+label span{border:2px solid #ff6b00}.container_user_profile_1 input:checked+label span .inner{background-color:#ff6b00;border-radius:50%;display:block;height:10px;position:relative;width:10px}.container_user_profile_1 label{color:#000;font:400 16px/18px Ubuntu;margin-right:15px}.container_user_profile_1 form label span{margin-right:3px}.container_user_profile_1 .secondline .container{align-items:center;background:#fff;border:2px solid rgba(255,121,51,.42);border-radius:5px;box-sizing:border-box;display:flex;flex-direction:column;height:90px;justify-content:center;margin-top:25px;width:200px}.container_user_profile_1 .secondline .container p{color:#ff6b00;font:400 9px/10.5px Ubuntu;margin-top:7px}.container_user_profile_1 .secondline .container .add-cards{align-items:center;background:#f4f4f4;border:.684932px solid #ff6b00;border-radius:50%;box-sizing:border-box;cursor:pointer;display:flex;height:50px;justify-content:center;transition:.3s;width:50px}.container_user_profile_1 .thirdline .sales{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between}.container_user_profile_1 .thirdline .sales .block-1,.container_user_profile_1 .thirdline .sales .block-2,.container_user_profile_1 .thirdline .sales .block-3,.container_user_profile_1 .thirdline .sales .block-4{border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;padding:10px 15px;width:273px}.container_user_profile_1 .thirdline .sales .block-1{background:#ffbc99;height:140px}.container_user_profile_1 .thirdline .sales .block-2{background:#e3e3e3;height:213px}.container_user_profile_1 .thirdline .sales .block-3{background:#e3e3e3;height:275px}.container_user_profile_1 .thirdline .sales .block-4{background:#e3e3e3;height:300px;margin-right:0}.container_user_profile_1 .secondline .container .add-cards:hover{box-shadow:0 0 20px #ffc494}.container_user_profile_1 .thirdline .container p:nth-child(2){color:#828282;font:400 15px/17px Ubuntu;margin-top:20px}.container_user_profile_1 .thirdline .sales p:nth-child(2){color:#9f9898;font:400 15px/17px Ubuntu}.container_user_profile_1 .thirdline .sales .block-1 p:nth-child(2){color:#000}.container_user_profile_1 .fourthline .container-1 p:last-child{color:#9f9898;font:400 11px/14px Ubuntu}.container_user_profile_1 .fourthline .container-2 label{color:#000;font:400 13px/15px Ubuntu}.container_user_profile_1 .fourthline .container-2 p{color:#9f9898;font:400 11px/14px Ubuntu}.container_user_profile_1 .fourthline .container-2 form{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between}.container_user_profile_1 .fourthline .container-2 form .value-1,.container_user_profile_1 .fourthline .container-2 form .value-2,.container_user_profile_1 .fourthline .container-2 form .value-3,.container_user_profile_1 .fourthline .container-2 form .value-4 .inner{display:flex;flex-direction:row}.container_user_profile_1 .check{background:#fff;border:1px solid #ff6b00;border-radius:4px;box-sizing:border-box;display:block;height:16px;margin-right:4px;position:relative;width:16px}.container_user_profile_1 .check:before{background-image:url(/static/media/checkMark.83a9f2cee7641513d313.svg);content:"";display:block;height:15px;opacity:0;position:absolute;width:19px}.container_user_profile_1 .checkbox:checked+.check:before{opacity:1}.container_user_profile_1 .fifthline p:nth-child(2){color:#9f9898;font:400 15px/17px Ubuntu}.container_user_profile_1 .fifthline a{color:#ff6b00;font:400 14px/16px Ubuntu;position:relative}.container_user_profile_1 .fifthline a:after{background:#ff6b00;content:"";display:block;height:2px;position:relative;width:164px}.container_user_profile_1 .checkbox{display:none}.container_user_profile_1 .add_photo,.container_user_profile_1 .edit__img{cursor:pointer}.favourite__navbar{background:#fff;border-radius:5px;color:#000;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;width:100%}@media screen and (max-width:1024px){.favourite__navbar{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:30px 24px}}.favourite__navbar .favourite__navbar-title{font:500 24px/28px Raleway;margin-bottom:10px;position:relative}.favourite__navbar .navbar{display:flex;flex-direction:column;height:100%;max-height:calc(100vh - 200px);overflow-y:auto;row-gap:5px}.favourite__navbar .navbar .navbar__item{align-items:center;-webkit-column-gap:5px;column-gap:5px;cursor:pointer;display:flex;padding-left:2px;position:relative}.favourite__navbar .navbar .navbar__item:hover{color:#ff6b00}.favourite__navbar .navbar .navbar__item img{left:-18%;position:absolute;top:35%}.favourite__navbar .navbar .navbar__item a{color:#000;font:18px/20px Ubuntu;opacity:.9;position:relative;transition:.3s}.favourite__navbar .navbar .navbar__item a:hover{color:#ff6b00}.favourite__navbar .navbar .active{text-decoration:underline}.filter__popap{align-items:center;background-color:rgba(30,30,30,.8);display:none;height:100vh;justify-content:center;left:0;position:fixed;top:0;transition:.4s;width:100vw;z-index:11}.filter__popap .popap-wrapper{align-items:center;display:flex;flex-direction:column;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;justify-content:center;max-width:390px;position:relative;width:100%;z-index:10}@media screen and (max-width:413px){.filter__popap .popap-wrapper{max-width:300px}}.filter__popap .popap-wrapper .popap-close{align-items:center;background-color:initial;border:0;cursor:pointer;display:flex;height:37px;justify-content:flex-end;margin-bottom:10px;position:absolute;right:10px;top:-24px;width:37px}@media screen and (max-width:1024px){.filter__popap .popap-wrapper .popap-close{height:20px;width:20px}}.filter__popap .popap-wrapper .popap-close span{border:1.5px solid #fff;position:absolute;width:36px}.filter__popap .popap-wrapper .popap-close span:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.filter__popap .popap-wrapper .popap-close span:last-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@media screen and (max-width:1024px){.filter__popap .popap-wrapper .popap-close span{width:20px}}.filter__popap .popap-wrapper .popap-content{display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:390px}@media screen and (max-width:413px){.filter__popap .popap-wrapper .popap-content{max-width:300px}}.filter__popap .popap-wrapper .popap-content img{border-radius:25px}.filter__popap .popap-wrapper .popap-content .content{display:flex;flex-direction:column;gap:20px}.filter__popap .popap-wrapper .popap-content .content .content__text{color:#000;font:24px/26px Ubuntu;width:232px}.active{display:flex;pointer-events:all}.favourite__wrapper{display:flex;flex-direction:column;margin:0 auto;max-width:1240px}@media screen and (max-width:1024px){.favourite__wrapper{padding:0 9px}}.favourite__wrapper .favourite__wrapper_header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;margin-top:35px}@media screen and (max-width:1024px){.favourite__wrapper .favourite__wrapper_header{margin-top:30px}}.favourite__wrapper .favourite__wrapper_header h3{color:#ff6b00;font:500 30px/35px Raleway;margin-left:250px}@media screen and (max-width:1024px){.favourite__wrapper .favourite__wrapper_header h3{font:500 22px/25px Raleway;margin-left:0}}.favourite__wrapper .favourite__wrapper_header button{background-image:url(/static/media/filter.9e066eaf96b86f92b1f3.svg);background-position:50%;background-repeat:no-repeat;display:none;height:24px;width:24px}@media screen and (max-width:1024px){.favourite__wrapper .favourite__wrapper_header button{display:block}}.favourite__wrapper .text{display:flex;flex-direction:column}.favourite__wrapper .text .inner{align-items:center;display:flex;flex-direction:row}.favourite__wrapper .text .inner img{margin-left:5px;margin-top:-4px}.favourite__wrapper .text p{color:dimgray;font:400 20px/24px Ubuntu;margin:0 0 6px}.favourite__wrapper a{align-items:center;background:#ff6b00;border-radius:9px;color:#fff;display:flex;font:400 20px/24px Ubuntu;height:78px;justify-content:center;margin-bottom:30px;margin-top:30px;transition:.2s;width:251px}.favourite__wrapper a:hover{box-shadow:0 0 20px #b9b9b9}.favourite__wrapper .item__card a{clip:auto;all:initial;-webkit-animation:none 0s ease 0s 1 normal none running;animation:none 0s ease 0s 1 normal none running;-webkit-backface-visibility:visible;backface-visibility:visible;background:transparent none repeat 0 0/auto auto padding-box border-box scroll;border:none;border-collapse:initial;border-image:none;border-radius:0;border-spacing:0;bottom:auto;box-shadow:none;box-sizing:initial;caption-side:top;clear:none;color:#000;-webkit-columns:auto;-webkit-column-count:auto;-webkit-column-fill:balance;column-fill:balance;-webkit-column-gap:normal;column-gap:normal;-webkit-column-rule:medium none currentColor;column-rule:medium none currentColor;-webkit-column-span:1;column-span:1;-webkit-column-width:auto;columns:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;cursor:pointer;direction:ltr;display:inline;empty-cells:show;float:none;font-family:serif;font-size:medium;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:400;height:auto;-webkit-hyphens:none;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:disc none outside;margin:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:2;outline:medium none invert;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;-webkit-perspective:none;perspective:none;-webkit-perspective-origin:50% 50%;perspective-origin:50% 50%;position:static;right:auto;tab-size:8;table-layout:auto;text-align:left;text-align-last:auto;text-decoration:none;text-indent:0;text-shadow:none;text-transform:none;top:auto;-webkit-transform:none;transform:none;-webkit-transform-origin:50% 50% 0;transform-origin:initial;-webkit-transform-style:flat;transform-style:flat;transition:none 0s ease 0s;unicode-bidi:normal;vertical-align:initial;visibility:visible;white-space:normal;widows:2;width:auto;word-spacing:normal;z-index:auto}.favourite__wrapper .favourite_cards__wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;max-width:986px;width:100%}@media screen and (max-width:413px){.favourite__wrapper .favourite_cards__wrapper{-webkit-column-gap:10px;column-gap:10px;row-gap:20px}}.favourite__wrapper .favourite_cards__menu{background-color:inherit;max-height:773px;overflow-y:auto;width:238px}.favourite__wrapper .favourite_cards__menu::-webkit-scrollbar-thumb{background-color:#ff6b00}.favourite__wrapper .favourite_cards__menu::-webkit-scrollbar-track{background-color:transparent;border-radius:10px}@media screen and (max-width:1024px){.favourite__wrapper .favourite_cards__menu{display:none}}.favourite__wrapper .favourite_cards-menu{-webkit-column-gap:20px;column-gap:20px;display:flex;flex-direction:row;justify-content:space-between;width:100%}.favourite__wrapper .favourite_cards-width{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;width:100%}.favourite__wrapper .favourite__wrapper_cards{display:flex;flex-direction:row;flex-wrap:wrap;row-gap:30px}.add__banner-wraper{font:200 20px Ubuntu;padding:20px 0;width:100%}.add__banner-wraper .add__bannew-content{display:grid;justify-content:space-evenly}@media screen and (max-width:530px){.add__banner-wraper .add__bannew-content{margin-left:15px}}.add__banner-wraper button{background-color:#ff6b00;border:2px solid #ff6b00;border-radius:7px;color:#fff;height:30px;margin:15px 32% 0;width:35%}@media screen and (hover:hover){.add__banner-wraper button:hover{background-color:#fff;color:#000;transition:.3s}}.seller__menu{font-size:20px;max-width:560px;position:relative;width:100%}.seller__menu .seller__menu-wrapper{display:flex;flex-direction:column;width:100%}.seller__menu .seller__menu-wrapper .seller__menu-item{align-items:center;border-bottom:1.5px solid hsla(0,0%,7%,.102);cursor:pointer;display:flex;flex-wrap:nowrap;justify-content:space-between;min-height:40px;width:100%}.seller__menu .seller__menu-wrapper .seller__menu-item .enable{transition:.3s}.seller__menu .seller__menu-wrapper .seller__menu-item .enable:hover{color:#ff6b00}.seller__menu .seller__menu-wrapper .seller__menu-item a,.seller__menu .seller__menu-wrapper .seller__menu-item div{color:#000;font:400 20px Ubuntu;max-width:328px}.seller__menu .seller__menu-wrapper .seller__menu-item .menu__item-span{background-color:#fff;border-radius:50%;color:red;display:table;font:400 18px/21px Ubuntu;height:23px;min-width:23px;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.seller__menu .seller__menu-wrapper .seller__menu-item .hide{display:none}.seller_profile{background-color:#fff;width:100%}.seller_profile .seller_profile__header{padding:50px 0;width:100%}@media screen and (max-width:1024px){.seller_profile .seller_profile__header{padding:30px 0}}.seller_profile .seller_profile__header h2{color:#000;font:500 25px/29px Ubuntu;text-align:center}.seller_profile .seller_profile__wrapper{width:100%}.seller_profile .seller_profile__wrapper .seller_profile-burger{display:none}@media screen and (max-width:1024px){.seller_profile .seller_profile__wrapper .seller_profile-burger{cursor:pointer;display:flex;flex-direction:column;height:17px;justify-content:space-between;margin-bottom:12px;padding-left:18px;width:34px}}.seller_profile .seller_profile__wrapper .seller_profile-burger span{background-color:#ff6b00;border-radius:15px;height:3px;width:34px}.seller_profile .seller_profile__wrapper .seller__profile_content{-webkit-column-gap:40px;column-gap:40px;display:flex;justify-content:center}@media screen and (max-width:1024px){.seller_profile .seller_profile__wrapper .seller__profile_content{flex-direction:column;justify-content:center}}.seller_profile .seller_profile__wrapper .seller__profile_content .seller__profile_menu{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:387px;width:100%}.seller_profile .seller_profile__wrapper .seller__profile_main__info{max-width:766px;width:100%}.seller_profile .seller_profile__wrapper .seller__profile_main__info .seller__profile_banner{height:100%;margin-bottom:30px;max-height:434px;position:relative;width:100%}@media screen and (max-width:1024px){.seller_profile .seller_profile__wrapper .seller__profile_main__info .seller__profile_banner{height:auto;max-height:none}}.seller_profile .seller_profile__wrapper .seller__profile_main__info .seller__profile_banner .seller__profile_banner-hover{align-items:center;background-color:#000;background-image:url(/static/media/add-round.eb3c8574a84270590506.svg);background-position:50%;background-repeat:no-repeat;display:flex;height:100%;justify-content:center;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:1}.seller_profile .seller_profile__wrapper .seller__profile_main__info .seller__profile_add__info{display:flex;flex-direction:column;margin-bottom:16px}.seller_profile .seller_profile__wrapper .seller__profile_main__info .seller__profile_add__info .add__info_line__items{align-items:center;-webkit-column-gap:5px;-moz-column-gap:10px;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;margin-bottom:10px}.seller_profile .seller_profile__wrapper .seller__profile_main__info .seller__profile_add__info .add__info_line__items .line__items-title{color:#000;cursor:pointer;font:400 20px/23px Ubuntu;margin-right:2px}.seller_profile .seller_profile__wrapper .seller__profile_main__info .seller__profile_add__info .add__info_line__items .line__items_item{align-items:center;-webkit-column-gap:5px;column-gap:5px;cursor:pointer;display:flex;flex-direction:row}.seller_profile .seller_profile__wrapper .seller__profile_main__info .seller__profile_add__info .add__info_line__items .line__items-name-list{cursor:pointer;display:flex}.seller_profile .seller_profile__wrapper .seller__profile_main__info .seller__profile_add__info .add__info_line__items .line__items-name{color:#000;font:400 20px/23px Ubuntu}.seller_profile .seller_profile__wrapper .seller__profile_main__info .seller__profile_add__info .add__info_line__items .line__items-count{color:#ff6b00}.seller_profile .seller_profile__wrapper .seller__profile_main__info .seller__profile_add__info .add__info_line__items .line__items_add__item{display:flex;flex-direction:row}@media screen and (max-width:1024px){.seller_profile .seller_profile__wrapper .seller__profile_main__info .seller__profile_add__info .add__info_line__items .line__items_add__item{display:none}}.seller_profile .seller_profile__wrapper .seller__profile_main__info .seller__profile_add__info .add__info_line__items .add{align-items:center;background:#fff;border:1px solid #ff6b00;border-radius:7px;box-sizing:border-box;cursor:pointer;display:flex;font:400 700 27px;font-family:Ubuntu;justify-content:center;margin-right:3px;padding:4px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.seller_profile .seller_profile__wrapper .main__info_catalog .catalog__items{-webkit-column-gap:40px;column-gap:40px;display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:128px;row-gap:15px}@media screen and (max-width:1024px){.seller_profile .seller_profile__wrapper .main__info_catalog .catalog__items{-webkit-column-gap:5px;column-gap:5px;justify-content:center;padding:0 4px;position:absolute;width:100vw}}.seller_profile .seller__profile_burger-menu{background-color:#fff;height:100vh;left:0;padding:20px;position:absolute;top:0;width:100%;z-index:10}.seller_profile .hide{display:none}.seller_profile .popap__content{padding:12px 41px 49px}.seller_profile .popap__content h2{color:#000;font:400 18px/20px Ubuntu;margin-bottom:34px}.seller_profile .popap__content .popap__form{display:flex;flex-direction:column;row-gap:23px}.seller_profile .popap__content .popap__form .form__item{background:#fff;border:1px solid #ff6b00;border-radius:13px;height:31px;max-width:365px;padding:5px 12px;position:relative;width:100%}.seller_profile .popap__content .popap__form .form__item p{color:#9a9a9a;font:400 7px/8px Ubuntu;position:absolute;top:-40%}.seller_profile .popap__content .popap__form .form__item input{border:0;border-bottom:1px solid #c8c8c8;height:100%;width:100%}.seller_profile .popap__content .popap__form .form__item .search__result{background-color:#fff;border:1px solid #8e8e8e;border-bottom:none;border-radius:5px;border-top:none;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:200px;max-width:250px;min-width:200px;overflow-y:scroll;position:absolute;top:105%;width:100%;z-index:5}.seller_profile .popap__content .popap__form .form__item .search__result .search__result-item{align-items:center;border-bottom:1px solid #8e8e8e;color:#000;cursor:pointer;display:flex;font:300 18px/21px Ubuntu;height:35px;padding-left:20px;width:100%}.seller_profile .popap__content .popap__form .form__item .search__result .search__result-item:hover{background-color:#ebeeef}.seller_profile .popap__content .popap__form .form__item .hide{display:none}.seller_profile .popap__content .popap__form button{background:#ff6b00;border-radius:13px;color:#fff;font:300 18px/21px Ubuntu;height:31px;max-width:365px;width:100%}.seller__banner_swiper{height:100%;position:relative;width:100%}.seller__banner_swiper .slider__slides-img{height:100%;object-fit:fill;width:100%}@media screen and (max-width:375px){.seller__banner_swiper .slider__slides-img{width:100vw}}.seller__banner_swiper .swiper-button-next,.seller__banner_swiper .swiper-button-prev{color:#ff6b00;height:24px;transition:.3s;width:24px}.seller__banner_swiper .swiper-button-next:hover,.seller__banner_swiper .swiper-button-prev:hover{opacity:1}.seller__banner_swiper .swiper-button-next:after,.seller__banner_swiper .swiper-button-prev:after{align-items:center;font-size:24px}.seach__popap{align-items:center;color:#000;display:flex;font:24px/26px Ubuntu;height:279px;justify-content:center;padding:0 33px;text-align:center;width:418px}@media screen and (max-width:1024px){.seach__popap{font:20px/22px Ubuntu;height:187px;padding:0 30px;width:280px}}.welcome-seller__popap{padding:20px 0;width:100%}.welcome-seller__popap .welcome-seller__popap-content{display:flex;flex-direction:column;row-gap:20px}.welcome-seller__popap .welcome-seller__popap-content .welcome-seller__popap-title{font:700 20px Ubuntu;text-align:center}.welcome-seller__popap .welcome-seller__popap-content .welcome-seller__popap-text{font:400 20px Ubuntu;text-align:center}@media screen and (max-width:530px){.welcome-seller__popap .welcome-seller__popap-content{margin-left:15px}}.welcome-seller__popap button{background-color:#ff6b00;border:2px solid #ff6b00;border-radius:7px;color:#fff;height:30px;margin:15px auto 0;width:145px}@media screen and (hover:hover){.welcome-seller__popap button:hover{background-color:#fff;color:#000;transition:.3s}}@media screen and (max-width:1024px){.welcome-seller__popap button{height:40px;width:155px}}.offerta{font-family:Ubuntu;font-size:20px;font-weight:200;margin:50px auto;max-width:100%;padding-bottom:50px}@media screen and (max-width:480px){.offerta{max-width:90%}}.offerta p{margin-bottom:15px;text-indent:2%}@media screen and (max-width:1024px){.offerta p{font-size:14px}}.offerta b{font:410 20px Ubuntu}.offerta h2{font-weight:500;margin:20px 0;text-align:center;text-indent:2%}.offerta ul li{list-style:inside}@media screen and (max-width:1024px){.offerta ul li{font-size:14px}}.offerta ul{margin-bottom:20px}.offerta a{color:#0078da;text-decoration:underline}.offerta table{border-collapse:collapse;display:block;margin-bottom:20px;overflow-x:auto;white-space:nowrap;width:100%}.offerta table tbody tr td,.offerta table thead tr th{border:1px solid #ccc;padding:10px;text-align:left}@media screen and (max-width:1024px){.offerta table{font-size:14px}}.notfound-wrapper .notfound-text{color:gray;display:grid;font:100 2em Ubuntu;justify-content:center;text-align:center;width:100%}@media screen and (max-width:1024px){.notfound-wrapper .notfound-text{font-size:1em}}.notfound-wrapper .notfound-text h1{font:400 5em Ubuntu}.admin{margin:0 auto;max-width:1000px;padding:50px;width:100%}.admin .block{display:flex;flex-direction:column;margin-bottom:20px;row-gap:20px}.admin .block .block-wrap{-webkit-column-gap:80px;column-gap:80px;display:flex}.admin .block .block-wrap .block-sub{display:flex;flex-direction:column;margin-bottom:20px;row-gap:20px}.admin .block .category,.admin .block input{border:1px solid #000;height:30px;width:200px}.admin .block button{background-color:#00be30;height:30px;width:200px}.admin .block .result{border-bottom:1px solid gray;display:flex;justify-content:space-between;width:200px}.admin .block .result button{background-color:red;height:30px;width:50px}.matrix{margin:50px auto 0;max-width:1240px;width:100%}@media screen and (max-width:1024px){.matrix{margin-top:12px}}.matrix .matrix__wrapper{margin:0 auto;max-width:1240px;width:100%}.matrix .matrix__wrapper .matrix__wrapper-header{display:flex;flex-direction:row;justify-content:space-between}.matrix .matrix__wrapper .matrix__wrapper-header h2{color:#000;font:400 18px/18px Ubuntu;margin-bottom:10px}.matrix .matrix__wrapper .matrix__wrapper-header .matrix__wrapper_remove-filter{color:#000;cursor:pointer;font:400 14px/14px Ubuntu;margin-bottom:5px;text-decoration:underline}.matrix .matrix__table{border-bottom:1px solid #c4c4c4;border-top:1px solid #ff6b00}.matrix .matrix__table-button{background-color:#ff6b00;background-image:url(/static/media/arrowdown-matrix.16ff3442d7ebfb944335.svg);background-position:50%;background-repeat:no-repeat;border-radius:20px;height:32px;margin-bottom:30px;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:100%}.matrix .matrix__table_button-to-fiter-wrapper{display:flex;justify-content:center}.matrix .matrix__table_button-to-fiter-wrapper .matrix__table_button-to-fiter{border:1px solid #ff6b00;border-radius:35px;height:33;transition:.3s;width:133px}.matrix .matrix__table_button-to-fiter-wrapper .matrix__table_button-to-fiter:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.matrix .matrix__table_filter{align-items:center;background:#d9f0f5;display:flex;flex-direction:row;height:38px;justify-content:space-between;margin:40px 0;max-width:1240px;padding:0 20px;width:100%}@media screen and (max-width:1024px){.matrix .matrix__table_filter{flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 0 10px}}.matrix .matrix__table_filter .matrix__table_filter-location ul{-webkit-column-gap:40px;column-gap:40px;display:flex;flex-direction:row}.matrix .matrix__table_filter .matrix__table_filter-location ul li{align-items:center;color:#151515;cursor:pointer;display:flex;font:400 14px/14px Ubuntu;height:38px}.matrix .matrix__table_filter .matrix__table_filter-location ul .active,.matrix .matrix__table_filter .matrix__table_filter-location ul li:hover{background-color:#abd5df}.matrix .matrix__table_filter .matrix__table_filter-sort ul{-webkit-column-gap:40px;column-gap:40px;display:flex;flex-direction:row}.matrix .matrix__table_filter .matrix__table_filter-sort ul li{align-items:center;color:#151515;cursor:pointer;display:flex;font:400 14px/14px Ubuntu;height:38px}.matrix .matrix__table_filter .matrix__table_filter-sort ul .active,.matrix .matrix__table_filter .matrix__table_filter-sort ul li:hover{background-color:#abd5df}.matrix .matrix__swiper{margin:20px 0;width:100%}.matrix .matrix__cards{-webkit-column-gap:20px;column-gap:20px;display:flex;flex-wrap:wrap;justify-content:center;margin-top:30px;row-gap:20px}.matrix .matrix__cards h3{color:#000;font:400 23px/18px Ubuntu;margin-bottom:50px}@media screen and (max-width:1024px){.matrix .matrix__cards{-webkit-column-gap:5px;column-gap:.5%}}.big-table__row-main{border-bottom:1px solid #c4c4c4;display:flex;flex-direction:row;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;min-height:50px;width:100%}.big-table__row-main:last-child{border-bottom:0}.big-table__row-main .table__column-1{background:#e8e8e8;opacity:.8;overflow-wrap:anywhere;padding-top:5px;text-align:center;width:10%}@media screen and (max-width:1024px){.big-table__row-main .table__column-1{width:25%}}.big-table__row-main .table__column-2{display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;min-height:50px;width:100%}.big-table__row-main .table__column-2-row{border-bottom:1px solid #c4c4c4;display:flex}.big-table__row-main .table__column-2-name{background:#f1f1f1;opacity:.8;overflow-wrap:anywhere;padding-top:5px;text-align:center;width:10%}@media screen and (max-width:1024px){.big-table__row-main .table__column-2-name{width:25%}}.big-table__row-main .table__column-value-row{display:flex;flex-direction:row;flex-wrap:wrap;height:50px;min-height:50px;overflow:hidden;padding:5px 0;row-gap:5px;width:80%}@media screen and (max-width:1024px){.big-table__row-main .table__column-value-row{width:50%}}.big-table__row-main .table__column-value{align-items:center;cursor:pointer;display:flex;font:400 14px/14px Ubuntu;height:50px;justify-content:center;text-align:center;width:140px}.big-table__row-main .table__column-value:hover{background:#ececec}.big-table__row-main .checked_value{background-color:#c4c4c4}.big-table__row-main .table__column-button{width:10%}@media screen and (max-width:1024px){.big-table__row-main .table__column-button{width:25%}}.big-table__row-main .table__column-button input{background-color:#dfdede;border-radius:5px;height:20px;max-width:80px;width:100%}.big-table__row-main .table__column-value-row-non{display:flex;flex-direction:row;height:50px;width:100%}.big-table__row-main .table__column-value-wrapp{display:flex;flex-direction:row;flex-wrap:wrap;overflow:hidden;row-gap:5px;width:80%}@media screen and (max-width:1024px){.big-table__row-main .table__column-value-wrapp{width:50%}}.big-table__row-main .table__column-button{align-items:center;background:#ececec;-webkit-column-gap:5px;column-gap:5px;cursor:pointer;display:flex;font:400 14px/14px Ubuntu;justify-content:center;opacity:.8;padding-top:5px;text-align:center;width:109px}.big-table__row-main .table__column-button .select-arrow{background-image:url(/static/media/select.ecd5ce44654fad9e58b9.svg);background-position:50%;background-repeat:no-repeat;height:12px;position:relative;width:12px}.big-table__row-main .table__column-button .up{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.table__row-main{border-bottom:1px solid #c4c4c4;display:flex;flex-direction:row;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;min-height:50px;width:100%}.table__row-main:last-child{border-bottom:0}.table__row-main .table__column-1{background:#e8e8e8;opacity:.8;padding-top:5px;text-align:center;width:10%}@media screen and (max-width:1024px){.table__row-main .table__column-1{width:30%}}.table__row-main .table__column-value{align-items:center;background-color:inherit;cursor:pointer;display:flex;font:400 14px/14px Ubuntu;height:50px;justify-content:center;text-align:center;width:140px}.table__row-main .table__column-value:hover{background:#ececec}@media screen and (max-width:1024px){.table__row-main .table__column-value{width:120px}}.table__row-main .checked_value{background-color:#c4c4c4}.table__row-main .table__column-button{align-items:center;background:#ececec;-webkit-column-gap:5px;column-gap:5px;cursor:pointer;display:flex;font:400 14px/14px Ubuntu;justify-content:center;opacity:.8;padding-top:5px;text-align:center;width:10%}@media screen and (max-width:1024px){.table__row-main .table__column-button{width:10%}}.table__row-main .table__column-button .select-arrow{background-image:url(/static/media/select.ecd5ce44654fad9e58b9.svg);background-position:50%;background-repeat:no-repeat;height:12px;position:relative;width:12px}.table__row-main .table__column-button .up{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.table__row-main .table__column-value-row{display:flex;flex-direction:row;flex-wrap:wrap;height:50px;overflow:hidden;row-gap:5px;width:80%}@media screen and (max-width:1024px){.table__row-main .table__column-value-row{width:60%}}.banner-loader-matrix,.table__row-main .table__column-rows{display:flex;flex-direction:column}.banner-loader-matrix{align-items:center;height:100%;justify-content:center;min-height:200px;position:absolute;top:0;width:100%}.banner-loader-matrix p{font:500 15px Ubuntu;margin-bottom:30px;text-align:center}.MatrixSwiper{height:200px;width:100%}.MatrixSwiper img{height:100%;object-fit:cover;width:100%}.MatrixSwiper .swiper-button-next,.MatrixSwiper .swiper-button-prev{color:#ff6b00;height:24px;transition:.3s;width:24px}.MatrixSwiper .swiper-button-next:hover,.MatrixSwiper .swiper-button-prev:hover{opacity:1}.MatrixSwiper .swiper-button-next:after,.MatrixSwiper .swiper-button-prev:after{align-items:center;font-size:24px}.MatrixSwiper .matrix__slides_view{align-items:center;bottom:5%;-webkit-column-gap:3px;column-gap:3px;display:flex;left:3%;position:absolute}.MatrixSwiper .matrix__slides_view span{color:#ff6b00;font:400 15px Ubuntu}.item__page_wrapper{font-family:Montserrat,sans-serif;font-weight:400;margin:50px auto 0;max-width:90%;width:100%}@media screen and (max-width:1024px){.item__page_wrapper{margin-top:12px;padding:0 5px 10px}}.item__page_wrapper .item__page-header{margin:0 auto 10px;width:100%}.item__page_wrapper .item__page-header .item__page-header__name{margin-bottom:11px}.item__page_wrapper .item__page-header .item__page-header__name h2{color:#000;font:700 25px/29px Ubuntu}.item__page_wrapper .item__page-all_info{display:flex;flex-direction:column;margin:0 auto}.item__page_wrapper .item__page-all_info .all_info-main{-webkit-column-gap:65px;column-gap:65px;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;margin-bottom:10px}@media screen and (max-width:505px){.item__page_wrapper .item__page-all_info .all_info-main{flex-direction:column}}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-photo{align-items:flex-end;display:flex;flex-direction:column;position:relative;row-gap:15px;width:533px}@media screen and (max-width:1024px){.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-photo{align-items:center;max-width:414px;width:100%}}@media screen and (max-width:606px){.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-photo{margin-bottom:20px}}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-photo .likeBTN{background-color:#fff;border-radius:55px;height:36px;margin-right:10px;position:relative;top:60px;width:36px;z-index:2}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-photo .views{color:#ff6b00;-webkit-column-gap:5px;column-gap:5px;display:flex;font:400 15px Roboto;width:85%}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-photo .all_info-main__description{-moz-appearance:none;font:400 20px/23px Ubuntu;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;outline:none;resize:none;width:447px}@media screen and (max-width:1024px){.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-photo .all_info-main__description{margin-bottom:20px;max-width:414px;width:100%}}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info{display:flex;flex-direction:column;row-gap:15px;width:100%}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__statistics{-webkit-column-gap:30px;column-gap:30px;display:flex}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__statistics .statistics_block{align-items:center;-webkit-column-gap:10px;column-gap:10px;display:flex;height:20px}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__statistics .statistics_block p{color:#4c4b4b}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__statistics .wishlist_button{cursor:pointer}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__name{display:flex;flex-direction:column;margin-bottom:50px;row-gap:10px}@media screen and (max-width:1024px){.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__name{margin-bottom:25px}}@media screen and (max-width:606px){.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__name{margin-bottom:15px}}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__name h2{font-size:32px;font-weight:500}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__name p{color:#b3b2b2;font-size:16px;font-weight:400}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__price{color:#ff6b00;font-size:32px;font-weight:700}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__line{font-size:20px;font-weight:700}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__subcategory{display:flex;flex-direction:column;gap:10px}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__subcategory h3{color:#acacac;font-size:18px;font-weight:400px;width:90px}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__subcategory .subcategory-elems_items{align-items:center;border-bottom:1px dotted #dfdddd;-webkit-column-gap:20px;column-gap:20px;display:flex;padding-bottom:10px}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__subcategory .subcategory-elems_items p{color:#000;font-size:18px;font-weight:400}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__subcategory .subcategory-elems{-webkit-column-gap:10px;column-gap:10px;display:flex;flex-direction:row;flex-wrap:wrap}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__subcategory .subcategory-elems button{background-color:inherit;border:2px solid #bebebe;color:#000;font:400 12px Ubuntu;height:20px;width:20px}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__subcategory .subcategory-elems .selected,.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__subcategory .subcategory-elems button:hover{border:2px solid #ff6b00}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__subcategory .subcategory-elems .subcategory-round{-webkit-box-orient:vertical;flex-directionа:column;align-items:center;cursor:pointer;display:flex;padding:2px;row-gap:5px}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__subcategory .subcategory-elems .subcategory-round span{border-radius:50%;box-shadow:0 0 11px rgba(0,0,0,.15);height:32px;width:32px}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__subcategory .color{-webkit-column-gap:30px;column-gap:30px;display:flex}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__subcategory .subcategory-elems-info p{color:#000;cursor:pointer;font:400 15px/17px Ubuntu;text-decoration-line:underline}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__rating{-webkit-column-gap:15px;column-gap:15px;display:flex;max-width:196px;width:100%}@media screen and (max-width:1024px){.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__rating{bottom:-18px;position:absolute;right:0}}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__rating .rating{-webkit-column-gap:5px;column-gap:5px;display:flex}.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__rating .rating p,.item__page_wrapper .item__page-all_info .all_info-main .all_info-main-info .main-info__rating .rating span{align-self:center;color:#000;font:400 18px/21px Ubuntu}.item__page_wrapper .item__page-all_info .all_info-rest{display:flex;flex-direction:column;row-gap:30px}@media screen and (max-width:1024px){.item__page_wrapper .item__page-all_info .all_info-rest{flex-direction:column;margin-bottom:4px;row-gap:31px}}.item__page_wrapper .item__page-all_info .all_info-rest .all_info-description{display:flex;flex-direction:column;row-gap:20px}.item__page_wrapper .item__page-all_info .all_info-rest .all_info-description h3{font-size:20px;font-weight:700px}.item__page_wrapper .item__page-all_info .all_info-rest .all_info-description .description_text{color:#000;font-size:18px;font-weight:400px}.item__page_wrapper .item__page-all_info .all_info-rest .all_info-features{display:flex;flex-direction:column;margin-bottom:60px;row-gap:20px}.item__page_wrapper .item__page-all_info .all_info-rest .all_info-features h3{font-size:20px;font-weight:700}.item__page_wrapper .item__page-all_info .all_info-rest .all_info-features .features__wrapper{-webkit-column-gap:30px;column-gap:30px;display:flex;flex-wrap:wrap;max-height:220px;overflow:hidden;position:relative;row-gap:10px;transition:max-height .3s ease}.item__page_wrapper .item__page-all_info .all_info-rest .all_info-features .features__wrapper:after{background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.75));bottom:0;content:"";height:60px;left:0;position:absolute;width:100%;z-index:1}.item__page_wrapper .item__page-all_info .all_info-rest .all_info-features .features__wrapper.expanded{max-height:none}.item__page_wrapper .item__page-all_info .all_info-rest .all_info-features .features__wrapper.expanded:after{display:none}.item__page_wrapper .item__page-all_info .all_info-rest .all_info-features .features__wrapper .features__items{align-items:center;border-bottom:2px dotted #dfdddd;display:flex;font-weight:400;height:50px;justify-content:space-between;width:calc(50% - 15px)}.item__page_wrapper .item__page-all_info .all_info-rest .all_info-features .features__wrapper .features__items h4,.item__page_wrapper .item__page-all_info .all_info-rest .all_info-features .features__wrapper .features__items p{word-wrap:break-word;font-size:18px}.item__page_wrapper .item__page-all_info .all_info-rest .all_info-features .features__wrapper .features__items h4{color:#acacac;width:150px}.item__page_wrapper .item__page-all_info .all_info-rest .all_info-features .features__wrapper .features__items p{color:#000;width:calc(100% - 110px)}@media screen and (max-width:768px){.item__page_wrapper .item__page-all_info .all_info-rest .all_info-features .features__wrapper .features__items{width:100%}}.item__page_wrapper .item__page-all_info .all_info-rest .all_info-features .open_group{display:flex;justify-content:center;margin-top:10px}.item__page_wrapper .item__page-all_info .all_info-rest .all_info-features .open_group .hide__button{cursor:pointer}.item__page_wrapper .item__page-all_info .all_info-rest .all_info-features .open_group .hide__button p{color:#ff6b00;font-size:18px}.item__page_wrapper .item__page-all_info .all_info-feedback{display:flex;flex-direction:column;margin-bottom:100px;max-width:800px;width:100%}.item__page_wrapper .item__page-all_info .all_info-feedback .feedback__buttons{display:flex;margin-bottom:60px}.item__page_wrapper .item__page-all_info .all_info-feedback .feedback__buttons .feedback__button{border-bottom:1px solid #c2c2c2;color:#767676;font-family:Montserrat,sans-serif;font-size:20px;font-weight:500;height:80px;width:270px}.item__page_wrapper .item__page-all_info .all_info-feedback .feedback__buttons .feedback__button-active{border-bottom:1px solid #ff6b00;color:#ff6b00}.item__page_wrapper .item__page-all_info .linkMobileBtn{border:2px solid #ff6b00;border-radius:31px;margin:40px auto 0;padding:8px 10px;width:262px}.item__page_wrapper .item__page-all_info .linkMobileBtn img{height:36px;margin:0 10px;width:36px}.item__page_wrapper .item__page-all_info .button-favorite{background:#ff6b00;border-radius:30px;color:#fff;font:500 16px/18px Ubuntu;height:38px;margin:40px auto 0;text-align:center;width:262px}@media screen and (max-width:1024px){.item__page_wrapper .item__page-all_info .button-favorite{display:block}}.item__page_wrapper .item__page-text-under-btn{background-color:wheat;font:400 16px/18px Ubuntu;margin-top:40px;text-align:center}@media screen and (max-width:1024px){.item__page_wrapper .item__page-text-under-btn{margin-bottom:20px;margin-top:10px}}.item__page_wrapper .shop-address-btn{background-color:#333;border:none;border-radius:10px;bottom:10px;box-shadow:1px 1px 4.5px 5px rgba(255,107,0,.76);color:#fff;cursor:pointer;display:block;font-family:Montserrat,sans-serif;font-size:16px;height:50px;margin:0 auto;padding:14px 20px;position:-webkit-sticky;position:sticky;transition:background-color .2s ease;width:300px;z-index:10}.item__page_wrapper .shop-address-btn:hover{box-shadow:1px 1px 6px 6px rgba(255,107,0,.9)}.item__page_wrapper .shop-address-btn:active{box-shadow:1px 1px 3px 4px rgba(255,107,0,.85);-webkit-transform:scale(.98);transform:scale(.98)}@media screen and (min-width:506px){.item__page_wrapper .shop-address-btn{display:none}}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.item-page_swipper__wrapper{align-items:center;display:flex;flex-direction:column;height:640px;justify-content:space-between;row-gap:20px}@media screen and (max-width:606px){.item-page_swipper__wrapper{height:460px}}.item-page_swipper__wrapper .item-page_swipper-slides{display:flex;width:520px}@media screen and (max-width:606px){.item-page_swipper__wrapper .item-page_swipper-slides{width:360px}}.item-page_swipper__wrapper .item-page_swipper-slides .slider__slides-img{border-radius:12px;display:block;height:100%;object-fit:cover;overflow:hidden;width:100%}.item-page_swipper__wrapper .item-page_swipper-slides .swiper-wrapper{flex-direction:row!important}.item-page_swipper__wrapper .item-page_swipper-slides .swiper-horizontal{width:100%}.item-page_swipper__wrapper .item-page_swipper-slides .swiper-slide{height:130px!important;width:150px!important}@media screen and (max-width:606px){.item-page_swipper__wrapper .item-page_swipper-slides .swiper-slide{height:110px!important;width:120px!important}}.item-page_swipper__wrapper .item-page_swipper-main{border-radius:20px;height:480px;overflow:hidden;position:relative;width:480px}@media screen and (max-width:606px){.item-page_swipper__wrapper .item-page_swipper-main{height:350px;width:320px}}.item-page_swipper__wrapper .item-page_swipper-main .slider__main{height:100%}.item-page_swipper__wrapper .item-page_swipper-main .slider__main .slider__slides-img{border-radius:20px;display:block;height:100%;object-fit:cover;width:100%}.item-page_swipper-mobile{height:500px;max-width:414px;width:100%}.item-page_swipper-mobile .slider__mobile{height:100%}.item-page_swipper-mobile .slider__mobile .slider__slides-img{display:block;height:100%;object-fit:cover}.item-page_swipper-mobile .slider__mobile .swiper-wrapper{height:93%}.item-page_swipper-mobile .slider__mobile .swiper-pagination-bullet{background-color:#050505;opacity:1}.item-page_swipper-mobile .slider__mobile .swiper-pagination-bullet-active{background-color:#ff6b00}.slider__main .swiper-slide{opacity:0;transition:opacity .3s ease}.slider__main .swiper-slide-active{opacity:1}.swiper-slide-thumb-active{border:2px solid #ff6b00;border-radius:12px}.custom-next,.custom-prev{align-items:center;align-self:center;background-position:50%;background-repeat:no-repeat;background-size:contain;cursor:pointer;display:flex;height:24px;justify-content:center;transition:background .2s ease;width:12px;z-index:10}.custom-prev{background-image:url(/static/media/arrow-back.84c7e972db66ffaee63e.svg);margin-right:8px}.custom-next{background-image:url(/static/media/arrow-next.4a7970c046908cd13f85.svg);margin-left:8px}.new-header{background:#fff;display:flex;margin:0 auto;width:100%}.new-header .new-header__wrapper{align-items:center;display:flex;height:71px;justify-content:space-between;margin:30px auto 0;padding:0 10px;width:90%}@media screen and (max-width:1024px){.new-header .new-header__wrapper{-webkit-column-gap:60px;column-gap:60px;height:60px;justify-content:space-between;margin-top:5px;padding:12px}}@media screen and (max-width:413px){.new-header .new-header__wrapper{-webkit-column-gap:10px;column-gap:10px}}.new-header .new-header__wrapper .new-header__left{align-items:center;display:flex;width:176px}@media screen and (max-width:1024px){.new-header .new-header__wrapper .new-header__left{margin-right:0}}.new-header .new-header__wrapper .new-header__left .new-header__logo{display:flex;flex-direction:column}.new-header .new-header__wrapper .new-header__burger{cursor:pointer;display:none;height:16px;justify-content:space-between;width:20px}@media screen and (max-width:505px){.new-header .new-header__wrapper .new-header__burger{display:flex;flex-direction:column}}.new-header .new-header__wrapper .new-header__burger .burger__link{display:flex!important}.new-header .new-header__wrapper .new-header__burger span{background-color:#ff6b00;display:flex;height:2px;width:20px}.new-header .new-header__wrapper .new-header__burger span:nth-child(2){width:10px}.new-header .new-header__wrapper .new-header__sidebar{display:none}@media screen and (max-width:505px){.new-header .new-header__wrapper .new-header__sidebar{background-color:#fff;color:#000;display:flex;flex-direction:column;font:16px/19px Roboto;height:100vh;padding-top:20px;position:fixed;right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:100vw;z-index:-1}.new-header .new-header__wrapper .new-header__sidebar--active{-webkit-transform:translateX(0);transform:translateX(0);z-index:100}}.new-header .new-header__wrapper .new-header__sidebar .burger__link_li{padding:9px}.new-header .new-header__wrapper .new-header__sidebar .burger__link_li .burger__link{align-items:center;-webkit-column-gap:8px;column-gap:8px;display:flex;flex-direction:row;transition:.3s}.new-header .new-header__wrapper .new-header__sidebar .burger__link_li .burger__link img{height:25px;object-fit:contain;object-position:center;width:25px}.new-header .new-header__wrapper .new-header__sidebar .burger__link_li .burger__link:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.new-header .new-header__wrapper .new-header__sidebar .burger__link_li .burger__link p,.new-header .new-header__wrapper .new-header__sidebar .burger__link_li .burger__link span{color:#000;font:14px/16px Ubuntu;text-align:center}.new-header .new-header__wrapper .new-header__sidebar .new-header__burger-close{align-items:center;background:none;border:0;cursor:pointer;display:flex;height:16px;justify-content:center;position:absolute;right:5%;top:1%;width:16px}.new-header .new-header__wrapper .new-header__sidebar .new-header__burger-close span{border:1.5px solid #5e5e5e;position:absolute;width:16px}.new-header .new-header__wrapper .new-header__sidebar .new-header__burger-close span:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.new-header .new-header__wrapper .new-header__sidebar .new-header__burger-close span:last-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.new-header .new-header__wrapper .new-header__sidebar ul{padding-left:10px}.new-header .new-header__wrapper .new-header__sidebar li{font-size:1.1em;list-style:none;padding:15px 5px;width:90%}.new-header .new-header__wrapper .new-header__sidebar li a:hover{color:#ff6b00}.new-header .new-header__wrapper .new-header__right{display:flex}@media screen and (max-width:1024px){.new-header .new-header__wrapper .new-header__right{justify-content:flex-end}}.new-header .new-header__wrapper .new-header__right .new-header__switch{align-items:flex-end;align-self:flex-end;display:flex}@media screen and (max-width:1024px){.new-header .new-header__wrapper .new-header__right .new-header__switch{display:none}}.new-header .new-header__wrapper .new-header__right .new-header__switch .new-header__switch-link{color:#000;font:500 21px/23px Ubuntu;margin-bottom:4px;margin-right:34px;opacity:.8;padding:0 8px 7px;position:relative}@media screen and (hover:hover){.new-header .new-header__wrapper .new-header__right .new-header__switch .new-header__switch-link:hover{color:#ff6b00}}.new-header .new-header__wrapper .new-header__right .new-header__switch .new-header__switch-link.active{color:#ff6b00}.new-header .new-header__wrapper .new-header__right .new-header__switch .new-header__switch-link:after{background:#ff6b00;bottom:0;content:"";height:4px;left:0;position:absolute;transition:.3s;width:0}.new-header .new-header__wrapper .new-header__right .new-header__switch .new-header__switch-link.active:after,.new-header .new-header__wrapper .new-header__right .new-header__switch .new-header__switch-link:hover:after{width:100%}.new-header .new-header__wrapper .new-header__right .new-header__menu{align-items:center;-webkit-column-gap:10px;column-gap:10px;display:flex}@media screen and (max-width:1024px){.new-header .new-header__wrapper .new-header__right .new-header__menu{align-items:flex-start;-webkit-column-gap:10px;column-gap:10px}}.new-header .new-header__wrapper .new-header__right .new-header__menu .new-header__menu-link{align-items:center;display:flex;flex-direction:column;max-width:111px;row-gap:5px;transition:.3s}@media screen and (max-width:505px){.new-header .new-header__wrapper .new-header__right .new-header__menu .new-header__menu-link{display:none}}.new-header .new-header__wrapper .new-header__right .new-header__menu .new-header__menu-link img{height:25px;object-fit:contain;object-position:center;width:25px}@media screen and (max-width:1024px){.new-header .new-header__wrapper .new-header__right .new-header__menu .new-header__menu-link img{height:18px;width:18px}}@media screen and (max-width:505px){.new-header .new-header__wrapper .new-header__right .new-header__menu .new-header__menu-link img{height:14px;width:14px}}.new-header .new-header__wrapper .new-header__right .new-header__menu .new-header__menu-link:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.new-header .new-header__wrapper .new-header__right .new-header__menu .new-header__menu-link p,.new-header .new-header__wrapper .new-header__right .new-header__menu .new-header__menu-link span{color:#000;font:14px/16px Ubuntu;text-align:center}@media screen and (max-width:1024px){.new-header .new-header__wrapper .new-header__right .new-header__menu .new-header__menu-link p{font:10px/11px Ubuntu}}.new-logo2-h1{color:#ff6b00;font-family:Montserrat;font-size:48px;font-weight:700;text-align:center}@media screen and (max-width:1024px){.new-logo2-h1{font-size:40px}}@media screen and (max-width:505px){.new-logo2-h1{font-size:24px}}.new-logo2-h1 span{color:#050505;font-family:Montserrat;font-size:32px;font-weight:700}@media screen and (max-width:1024px){.new-logo2-h1 span{font-size:24px}}@media screen and (max-width:505px){.new-logo2-h1 span{font-size:15px}}.new-logo2-h2{color:#000;font-family:Montserrat;font-size:13px;font-weight:500;margin-top:-7px;text-align:center}@media screen and (max-width:1024px){.new-logo2-h2{font-size:10px;margin-top:-6px}}@media screen and (max-width:505px){.new-logo2-h2{font-size:7px;margin-top:-1px}}.new-search{max-width:656px;position:relative;width:100%}@media screen and (max-width:1024px){.new-search{margin:12px auto;max-width:384px}}@media screen and (max-width:750px){.new-search{display:none}}.new-search:after{background:url(/static/media/search.2bdde5249e06b45c1934.svg) no-repeat;background-position:50%;background-size:contain;content:"";height:25px;left:20px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:25px}.new-search .new-search__container{background:#fff;border:2px solid #ff6b00;border-radius:25px;display:flex;height:50px;max-width:656px;padding-left:65px;position:relative;width:100%}@media screen and (max-width:1024px){.new-search .new-search__container{padding-left:45px}}.new-search .new-search__container input{border:0;color:#000;font:20px/23px Ubuntu;width:60%}@media screen and (max-width:1024px){.new-search .new-search__container input{border-radius:30px;width:100%}}.new-search button{background:#fff;border:2px solid #ff6b00;border-radius:25px;color:#050505;font:20px/23px Ubuntu;height:50px;position:absolute;right:-2px;top:-2px;width:154px}@media screen and (max-width:1024px){.new-search button{width:100px}}.new-search button:hover{background:#ff6b00}.new-search .new-search__photo_button,.new-search a{cursor:pointer;position:absolute;right:25%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:1024px){.new-search .new-search__photo_button,.new-search a{right:32%}}.new-search .seach__popap{align-items:center;color:#000;display:flex;font:24px/26px Ubuntu;height:279px;justify-content:center;padding:0 33px;text-align:center;width:418px}@media screen and (max-width:1024px){.new-search .seach__popap{font:20px/22px Ubuntu;height:187px;padding:0 30px;width:280px}}.feedback__items{display:flex;flex-direction:column;row-gap:30px}.feedback__items .feedback__empty{color:#999;font-size:16px;text-align:center}.feedback__items .feedback__item{-webkit-column-gap:20px;column-gap:20px;display:flex;width:100%}.feedback__items .feedback__item .feedback__item_foto{background-color:#f2f2f2;border:1px solid #a1a1a1;border-radius:50%;height:77px;min-height:77px;min-width:77px;width:77px}.feedback__items .feedback__item .feedback__item_foto img{border-radius:50%;height:100%;object-fit:cover;width:100%}.feedback__items .feedback__item .feedback__item_data{display:flex;flex-direction:column;justify-content:center;min-width:0;row-gap:8px;width:100%}.feedback__items .feedback__item .feedback__item_data .data__info{display:flex;gap:10px;justify-content:space-between}.feedback__items .feedback__item .feedback__item_data .data__info h4{color:#000;font-size:16px;font-weight:500;word-break:break-word}.feedback__items .feedback__item .feedback__item_data .data__info p{color:#a1a1a1;font-size:16px;font-weight:500;white-space:nowrap}.feedback__items .feedback__item .feedback__item_data .data__text{word-wrap:break-word;color:#000;font-size:16px;line-height:1.4;max-width:100%;overflow-wrap:break-word;white-space:normal}.feedback__items .feedback__button{align-self:center;background:none;border:none;color:#ff6b00;cursor:pointer;font-family:Montserrat,sans-serif;font-size:18px}.feedback__items .feedback__button:hover{text-decoration:underline}.add__feedback_wrapper{display:flex;flex-direction:column;padding:20px 0;row-gap:20px}.add__feedback_wrapper .add__feedback_textarea{border:1px solid #ff6b00;border-radius:8px;font-family:Montserrat,sans-serif;font-size:16px;min-height:100px;outline:none;padding:10px 14px;resize:vertical;width:100%}.add__feedback_wrapper .add__feedback_textarea:focus{border-color:#999}.add__feedback_wrapper .add__feedback_button{align-self:flex-end;background-color:#ff6b00;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-size:16px;padding:10px 20px;transition:background-color .2s ease,-webkit-transform .1s ease}.add__feedback_wrapper .add__feedback_button:hover{background-color:#e66000}.add__feedback_wrapper .add__feedback_button:active{background-color:#cc5600;-webkit-transform:scale(.98);transform:scale(.98)}.features__wrapper{max-height:220px;overflow:hidden;position:relative;transition:max-height .3s ease}.features__wrapper.expanded{max-height:none}.features__wrapper.expanded:after{display:none}.features__wrapper:after{background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.75));bottom:0;content:"";height:60px;left:0;position:absolute;width:100%;z-index:1}.contacts__wrapper{align-items:center;border-radius:10px;box-shadow:3px 3px 20px 0 rgba(97,97,97,.4);display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:400px;min-width:400px;padding:20px;row-gap:30px}@media screen and (max-width:1024px){.contacts__wrapper{align-self:center;max-width:300px;min-width:300px}}.contacts__wrapper .contacts__button{border-radius:10px;cursor:pointer;font-family:Montserrat,sans-serif;font-size:18px;font-weight:500;height:50px;transition:all .3s ease;width:200px}.contacts__wrapper .contacts__button:hover{box-shadow:0 6px 12px rgba(0,0,0,.15);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.contacts__wrapper .contacts__button:active{box-shadow:0 2px 6px rgba(0,0,0,.2);-webkit-transform:scale(.97);transform:scale(.97)}@media(hover:none){.contacts__wrapper .contacts__button:active{box-shadow:0 6px 12px rgba(0,0,0,.15);-webkit-transform:translateY(-2px) scale(.97);transform:translateY(-2px) scale(.97)}}.contacts__wrapper .adress{background-color:#ff6b00;color:#fff}.contacts__wrapper .adress:hover{background-color:#e66000}@media screen and (max-width:505px){.contacts__wrapper .adress{display:none}}.contacts__wrapper .catalog{align-items:center;background-color:#fff;border:1px solid #ff6b00;color:#ff6b00;display:flex;justify-content:center}.contacts__wrapper .catalog:hover{background-color:#ff6b00;color:#fff}.contacts__wrapper .linkBtn img{height:50px;margin:0 5px;object-fit:contain;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;width:50px}.contacts__wrapper .linkBtn img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}@media(hover:none){.contacts__wrapper .linkBtn img:active{-webkit-transform:translateY(-2px) scale(.97);transform:translateY(-2px) scale(.97)}}.adress__popap{-webkit-column-gap:20px;column-gap:20px;display:flex;padding:10px;width:100%}@media screen and (max-width:1024px){.adress__popap{align-items:center;flex-direction:column;row-gap:20px}}.adress__popap .adress__popap-address{background-color:#fbfbfb;border-radius:15px;box-shadow:4px 3px 16px 0 hsla(0,7%,79%,.239);display:flex;flex-direction:column;padding:10px;row-gap:20px;width:390px}@media screen and (max-width:1024px){.adress__popap .adress__popap-address{width:95%}}.adress__popap .adress__popap-address h3{color:#000;font:600 12px Montserrat;text-transform:uppercase}.adress__popap .adress__popap-address .address-item{align-items:flex-start;-webkit-column-gap:0;column-gap:0;display:flex;width:100%}.adress__popap .adress__popap-address .address-item .address-item__title{flex-shrink:0;width:50%}.adress__popap .adress__popap-address .address-item .address-item__title h4{color:#949494;font:400 12px Montserrat;line-height:1.4}.adress__popap .adress__popap-address .address-item .address-item__value{flex-grow:1;min-width:0;width:50%}.adress__popap .adress__popap-address .address-item .address-item__value p{color:#000;font:400 12px Montserrat;line-height:1.4;word-break:break-word}.adress__popap .adress__popap-map{background-color:#fbfbfb;border-radius:15px;box-shadow:4px 3px 16px 0 hsla(0,7%,79%,.239);display:flex;flex-direction:column;font:300 15px/21px Ubuntu;padding:10px;row-gap:10px;width:100%}@media screen and (max-width:1024px){.adress__popap .adress__popap-map{height:360px;width:95%}}.adress__popap .adress__popap-map .map-group{height:100%}.adress__popap .adress__popap-map .map-group .map{bottom:25px;height:100%;position:relative;width:100%;z-index:5}@media screen and (max-width:1024px){.adress__popap .adress__popap-map .map-group .map{width:95%}}.adress__popap .adress__popap-map h3{color:#000;font:600 12px Montserrat;margin-bottom:20px;text-transform:uppercase}.adress__popap .adress__popap-map .ymaps-2-1-79-map{height:100%;width:100%}.address-item:nth-child(2n){background:#fff;border-radius:20px}#popapLinkContent{padding:40px 45px 40px 55px}@media screen and (max-width:425px){#popapLinkContent{padding:40px 0}}#popapLinkContent #linkIcons{display:flex;justify-content:center;margin-bottom:30px;width:100%}#popapLinkContent #linkIcons div{background-position:50%;background-size:cover;height:48px;margin:0 20px;width:48px}@media screen and (max-width:425px){#popapLinkContent #linkIcons div{justify-content:baseline;margin:0 10px}}#popapLinkContent h1,#popapLinkContent p{font:400 16px ubuntu;text-align:center}#popapLinkContent h1{font:400 26px ubuntu}.item__page-header-breadcrumbs{color:#000;font-family:Montserrat,sans-serif;font-size:18px;font-weight:400;margin-bottom:70px;text-transform:capitalize}@media screen and (max-width:1024px){.item__page-header-breadcrumbs{margin:0 auto;padding-bottom:21px}}@media screen and (max-width:505px){.item__page-header-breadcrumbs{margin:0 auto;padding-bottom:17px}}.item__page-header-breadcrumbs .back-btn{background:none;border:none;cursor:pointer;font-size:18px;margin-right:5px;padding:0;transition:color .3s ease}.banner-page__wrapper{margin:0 auto;max-width:1240px;width:100%}@media screen and (max-width:1024px){.banner-page__wrapper{padding:0 5px}}.banner-page__wrapper .banner-page__header{align-items:center;border-bottom:1.5px solid rgba(0,0,0,.2);display:flex;height:71px;margin-bottom:26px;width:100%}.banner-page__wrapper .banner-page__header .banner-page__header-wrapper{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1240px;width:100%}.banner-page__wrapper .banner-page__header .banner-page__header-wrapper h2{color:#ff6b00;font:400 30px/34px Ubuntu;text-transform:uppercase}@media screen and (max-width:1024px){.banner-page__wrapper .banner-page__header .banner-page__header-wrapper h2{font:400 19px/20px Ubuntu}}.banner-page__wrapper .banner-page__header .banner-page__header-wrapper a{color:#000;font:400 20px/23px Ubuntu}.banner-page__wrapper .banner-page__main{display:flex;flex-direction:column}.banner-page__wrapper .banner-page__main .main__place{-webkit-column-gap:70px;column-gap:70px;display:flex;margin-bottom:45px;width:100%}@media screen and (max-width:1024px){.banner-page__wrapper .banner-page__main .main__place{flex-direction:column;row-gap:20px}}.banner-page__wrapper .banner-page__main .main__place .main__place_item{display:flex;flex-direction:column;row-gap:5px}.banner-page__wrapper .banner-page__main .main__place .main__place_item h3{color:#000;font:500 22px/23px Ubuntu}.banner-page__wrapper .banner-page__main .main__place .main__place_item input{margin-left:10px;margin-right:20px}.banner-page__wrapper .banner-page__main .main__place .main__place_item .main__place_item-text{color:#000;-webkit-column-gap:10px;column-gap:10px;display:flex;flex-direction:row;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:400;line-height:23px;margin-right:40px;max-width:400px;width:100%}.banner-page__wrapper .banner-page__main .main__place .main__place_item .main__place_item-text .main__place_item-input{display:flex;width:150px}.banner-page__wrapper .banner-page__main .main__place .main__place_item .main__place_item-text p{color:#ff6b00}.banner-page__wrapper .banner-page__main .main__banner{height:333px;margin:0 auto 83px;max-width:814px;width:100%}@media screen and (max-width:1024px){.banner-page__wrapper .banner-page__main .main__banner{height:270px}}.banner-page__wrapper .banner-page__main .main__banner img{height:100%;object-fit:fill;width:100%}.banner-page__wrapper .banner-page__main .main__banner .banner_container{background-color:#c4c4c4;height:333px;position:relative;width:100%}@media screen and (max-width:1024px){.banner-page__wrapper .banner-page__main .main__banner .banner_container{height:270px}}.banner-page__wrapper .banner-page__main .main__banner .banner_container input{height:100%;opacity:0;position:absolute;width:100%}.banner-page__wrapper .banner-page__main .main__banner .banner_container span{bottom:0;color:#000;cursor:default;font:400 20px/23px Ubuntu;height:23px;left:0;margin:auto;pointer-events:inherit;position:absolute;right:0;text-align:center;top:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.banner-page__wrapper .banner-page__main .main__banner .banners__buttons{-webkit-column-gap:10px;column-gap:10px;display:flex;flex-direction:row}.banner-page__wrapper .banner-page__main .main__banner .banners__buttons button{background:#8abbc4;color:#fff;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:400;height:55px;line-height:23px;margin:30px 0;width:265px}.banner-page__wrapper .banner-page__main .main__banner .banners__buttons button:disabled{background:#969696}.banner-page__wrapper .banner-page__main .main__banner h3{color:#000;font-family:Ubuntu;font-size:20px;font-style:normal;font-weight:400;line-height:23px}.banner-page__wrapper .banner-page__main .main__banner p{color:red;font-family:Ubuntu;font-size:16px;font-style:normal;font-weight:400;line-height:18px}.addCard__wrapper{margin:0 auto;padding:20px 0;width:100%}.addCard__wrapper .addCard__header{align-items:center;background:#ff6b00;display:flex;height:50px;width:100%}.addCard__wrapper .addCard__header .addCard__header_link{align-items:center;display:flex;margin:0 auto;max-width:1240px;width:100%}.addCard__wrapper .addCard__header .addCard__header_link span{color:#fff;font:24px/28px Ubuntu}.addCard__wrapper .addCard__header .addCard__header_link button{align-items:center;background:#ff6b00;background-color:inherit;background-image:url(/static/media/back_arrow.3c348cc51b9ff6386b81.svg);background-position:50%;background-repeat:no-repeat;color:#fff;display:flex;font:24px/28px Ubuntu;height:70px;height:25px;padding:23px 15px;width:100%;width:14px}.addCard__wrapper .addCard__content{margin:0 auto;max-width:1000px;padding:10px 0;width:100%}.addCard__wrapper .addCard__content .addCard__content_section{display:flex;flex-direction:row;justify-content:space-between}@media screen and (max-width:1024px){.addCard__wrapper .addCard__content .addCard__content_section{align-items:center;flex-direction:column;row-gap:10px}}.addCard__wrapper .addCard__content .addCard__content_section .message__section{-ms-flex-order:2px solid #ff6b00;align-items:center;border:2px solid #ff6b00;border-radius:10px;display:flex;height:90px;justify-content:center;max-width:370px;padding:5px}.addCard__wrapper .addCard__content .addCard__content_section .message__section h3{color:#050505;font:700 20px/21px Ubuntu;text-align:center}@media screen and (max-width:1024px){.addCard__wrapper .addCard__content .addCard__content_section .message__section h3{font-size:16px}}.addCard__wrapper .addCard__content .addCard__content_icon{align-items:center;-webkit-column-gap:10px;column-gap:10px;display:flex;flex-direction:row;height:50px}.addCard__wrapper .addCard__content .addCard__content_icon img{height:100%}.addCard__wrapper .addCard__content .addCard__content_icon .addCard__title{color:#050505;font:700 25px/21px Ubuntu;text-align:start}.addCard__wrapper .addCard__content .addCard__form{display:flex;flex-direction:column;row-gap:20px;width:100%}@media screen and (max-width:1024px){.addCard__wrapper .addCard__content .addCard__form{padding:0 20px}}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;row-gap:20px}@media screen and (max-width:1024px){.addCard__wrapper .addCard__content .addCard__form .addCard__form_block{-webkit-column-gap:20px;column-gap:20px;justify-content:center}}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item{align-items:flex-start;-webkit-column-gap:10px;column-gap:10px;display:flex;flex-direction:row;max-width:370px;width:100%}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form_block__item-field{display:flex;flex-direction:column;justify-content:space-between;row-gap:10px;width:100%}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form_block__item-field .form_block__item-field-line{-webkit-column-gap:10px;column-gap:10px;display:flex;flex-direction:row}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form_block__item-field .items-name{align-items:center;border-right:2px solid #fff;-webkit-column-gap:10px;column-gap:10px;display:flex;position:relative;width:100%}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form_block__item-field .items-name .itemlist_button{border:2px solid #ff6b00;border-radius:10px;color:#ff6b00;font:400 30px/15px Ubuntu;height:50px;width:50px}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form_block__item-field .items-name .select-arrow{background-image:url(/static/media/select.ecd5ce44654fad9e58b9.svg);background-position:50%;background-repeat:no-repeat;cursor:pointer;height:12px;position:absolute;right:5%;width:12px}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form_block__item-field .items-name .up{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form_block__item-field .items-name .items-name-select{background-color:#f3f3f3;border-radius:4px;max-height:200px;overflow-y:scroll;position:absolute;top:50px;width:85%}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form_block__item-field .items-name .items-name-select p{align-items:center;border-bottom:1px solid #a0a0a0;color:#000;cursor:pointer;font:400 20px/23px Ubuntu;height:33px;padding:3px 15px}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form_block__item-field .items-name .items-name-select p:hover{background-color:#e9e9e9}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form_block__item-field .items-name .items-name-select p:first-child{border-top:1px solid #a0a0a0}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form_block__item-field .items-name .items-name-select .items-name-select_add{background-image:url(/static/media/add-round.eb3c8574a84270590506.svg);background-position:center right 3%;background-repeat:no-repeat;background-size:30px 30px}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form_block__item-field .items-name .items-name-select_hide{display:none}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form_block__item-field .block__tags_wrapper{align-items:center;-webkit-column-gap:10px;column-gap:10px;display:flex;position:relative}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form_block__item-field .block__tags_wrapper .block__tags{max-width:310px}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form_block__item-field .block__tags_button-addTag{border:1px solid #ff6b00;border-radius:35px;color:#000;font:400 20px/23px Ubuntu;height:33px;margin:5px 0 20px;width:155px}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form_block__item-field .block__tags_button{border:2px solid #ff6b00;border-radius:10px;color:#ff6b00;font:400 30px/15px Ubuntu;height:50px;width:50px}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form_block__item-field_subcategory{display:flex;flex-direction:column;justify-content:space-between;row-gap:10px}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .subcategory_level{display:flex;flex-direction:column;row-gap:10px}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form__addcard_error{color:red;font:400 14px/12px Ubuntu}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item .form__addcard_error_block{display:block}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block h4,.addCard__wrapper .addCard__content .addCard__form .addCard__form_block label{color:#050505;display:flex;flex-direction:column;font:400 20px/21px Ubuntu;position:relative;row-gap:10px;text-align:start}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item-field-label{-webkit-column-gap:5px;column-gap:5px;flex-direction:row}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__item-field-input{border:2px solid #050505;border-radius:10px;color:#050505;font:400 20px/21px Ubuntu;height:50px;padding:5px;width:100%}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .random__button{align-self:end;border:2px solid #ff6b00;border-radius:10px;height:50px;width:50px}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .add__item__button{align-self:end;background-image:url(/static/media/add-round.eb3c8574a84270590506.svg);background-position:bottom;background-repeat:no-repeat;height:40px;width:40px}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .price__checkbox{-webkit-column-gap:7px;column-gap:7px;display:flex;flex-direction:row}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .price__checkbox .price__checkbox_checkbox{display:none}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .price__checkbox .price__checkbox_check{background:#fff;border:1px solid #ff6b00;border-radius:4px;box-sizing:border-box;display:block;height:20px;margin-right:4px;position:relative;width:20px}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .price__checkbox .price__checkbox_check:before{background-image:url(/static/media/checkMark.83a9f2cee7641513d313.svg);content:"";display:block;height:15px;opacity:0;position:absolute;width:19px}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .price__checkbox .price__checkbox_checkbox:checked+.price__checkbox_check:before{opacity:1}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__color_buttons{-webkit-column-gap:25px;column-gap:25px;display:flex;flex-direction:row;flex-wrap:wrap;overflow:hidden;row-gap:25px}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__color_buttons .color_button{border:1px solid #ff6b00;border-radius:5px;height:30px;width:30px}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__subcategory_buttons{-webkit-column-gap:25px;column-gap:15px;display:flex;flex-direction:row;flex-wrap:wrap;overflow:hidden;row-gap:15px}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__subcategory_buttons .subcategory_button{border:1px solid #ff6b00;border-radius:5px;height:30px;min-width:30px;padding:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .form_block__subcategory_buttons .selected{border:3px solid #ff6b00}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .item__field_description{align-items:center;display:flex;flex-direction:column;position:relative;row-gap:5px}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .item__field_description .item__field_description_button{background-color:inherit;border:0;color:#ff6b00;font:400 16px Ubuntu;text-decoration:underline}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .item__field_description .item__field_description_text{color:#ff6b00;font:400 16px Ubuntu}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .item__field_description .full__popap-content{background-color:#fff;border:1px solid #ff6b00;border-radius:10px;display:flex;flex-direction:column;padding:10px;position:absolute;right:-39%;row-gap:10px;top:-400%;width:300px;z-index:5}.addCard__wrapper .addCard__content .addCard__form .addCard__form_block .item__field_description .full__popap-content h4{text-align:center}.addCard__wrapper .addCard__content .addCard__form .addCard__form_button{background:#ff6b00;border-radius:35px;color:#fff;font:400 20px/23px Ubuntu;height:55px;margin:25px auto;width:265px}.addCard__block__title{display:flex;flex-direction:row;position:relative}.addCard__block__title h4{color:#000;font:400 20px/21px Ubuntu;text-align:center}.addCard__block__title .form_block__example{border:2px solid #ff6b00;border-radius:50%;color:#ff6b00;cursor:pointer;font:400 14px/14px Ubuntu;height:20px;margin-left:5px;text-align:center;width:20px}.addCard__block__title .form_block__hint{background-color:#f7f7f7;border:1px solid #ff6b00;border-radius:3px;bottom:100%;display:flex;flex-direction:column;left:0;padding:5px;position:absolute;row-gap:8px;text-align:center;width:400px;z-index:10}@media screen and (max-width:1024px){.addCard__block__title .form_block__hint{bottom:25px;width:100%}}.addCard__block__title .form_block__hint-image{height:auto;margin-bottom:10px;width:100%}.addCard__block__title p{color:#050505;font:400 14px/14px Ubuntu}.addCard__block_foto{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1000px;row-gap:10px;width:100%}.addCard__block_foto .photo_main{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}@media screen and (max-width:1024px){.addCard__block_foto .photo_main{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;overflow-x:auto;padding:10px 0;scroll-behavior:smooth;scrollbar-width:none;width:100%}.addCard__block_foto .photo_main::-webkit-scrollbar{display:none}}.addCard__block_foto .photo_main>*{flex-shrink:0;min-width:0}.addCard__block_foto .photo_preview{border:1px solid #ff6b00;border-radius:6px;flex-shrink:0;height:100px;position:relative;width:100px}.addCard__block_foto .photo_preview .photo_main_img{display:block;height:100%;object-fit:cover;object-position:center;overflow:hidden;width:100%}.addCard__block_foto .photo_preview .photo_main__delete{align-items:center;background-color:rgba(0,0,0,.4);border:none;border-radius:50%;display:flex;height:20px;justify-content:center;position:absolute;right:-7%;rotate:45deg;top:-10px;width:20px;z-index:2}.addCard__block_foto .photo_preview .photo_main__delete img{height:100%;object-fit:contain;width:100%}.addCard__block_foto .photo__empty{align-items:center;background-color:#bcc2c3;border-radius:6px;color:#fff;display:flex;flex-shrink:0;font-size:60px;height:100px;justify-content:center;position:relative;width:100px}.addCard__block_foto .photo__empty .block__photo-main{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.addCard__block_foto .spinner{-webkit-animation:pulse 1s ease-in-out infinite;animation:pulse 1s ease-in-out infinite;color:#ff6b00;font-size:14px;margin-left:10px}@-webkit-keyframes pulse{0%,to{opacity:.3}50%{opacity:1}}@keyframes pulse{0%,to{opacity:.3}50%{opacity:1}}.list_create__popap{padding:20px 40px;width:100%}@media screen and (max-width:1024px){.list_create__popap{padding:20px 10px}}.list_create__popap .list_create__popap-content{display:flex;flex-direction:column;row-gap:20px}.list_create__popap .list_create__popap-content .list_create__popap-title{font:700 20px Ubuntu;text-align:center}.list_create__popap .list_create__popap-content .list_create__popap-input{border:2px solid #050505;border-radius:10px;color:#050505;font:400 20px/21px Ubuntu;height:50px;padding:5px;width:100%}@media screen and (max-width:530px){.list_create__popap .list_create__popap-content{margin-left:15px}}.list_create__popap .list_create__popap-content .list_create__popap-buttons{display:flex;flex-direction:row;justify-content:space-between}.list_create__popap button{background-color:#ff6b00;border:2px solid #ff6b00;border-radius:7px;color:#fff;height:30px;margin:15px auto 0;width:145px}@media screen and (hover:hover){.list_create__popap button:hover{background-color:#fff;color:#000;transition:.3s}}@media screen and (max-width:1024px){.list_create__popap button{height:40px;width:155px}}.cookies_popap{-webkit-animation:showPopup .4s ease forwards;animation:showPopup .4s ease forwards;-webkit-animation-delay:.5s;animation-delay:.5s;background:#fff;border-radius:10px;bottom:5%;box-shadow:3px 3px 20px 0 rgba(97,97,97,.4);display:none;height:200px;opacity:0;position:fixed;right:5%;-webkit-transform:translateY(10px);transform:translateY(10px);width:400px;z-index:100}@media screen and (max-width:1024px){.cookies_popap{height:170px;width:300px}}.cookies_popap .popap__wrapp{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:10px 20px 0;width:100%}@media screen and (max-width:1024px){.cookies_popap .popap__wrapp{padding:10px}}.cookies_popap .popap__wrapp .popap__text{margin-bottom:20px}.cookies_popap .popap__wrapp .popap__text h4{color:#050505;font-family:Montserrat,sans-serif;font-size:15px;font-weight:700}@media screen and (max-width:1024px){.cookies_popap .popap__wrapp .popap__text h4{font-size:15px;margin-bottom:10px}}.cookies_popap .popap__wrapp .popap__text a{display:inline!important;text-decoration:underline}.cookies_popap .popap__wrapp .popap__text p{color:#050505;font-family:Montserrat,sans-serif;font-size:15px;font-weight:400}@media screen and (max-width:1024px){.cookies_popap .popap__wrapp .popap__text p{font-size:15px;margin-bottom:10px}}.cookies_popap .popap__wrapp .popap__buttons{-webkit-column-gap:20px;column-gap:20px;display:flex;flex-direction:row}@media screen and (max-width:1024px){.cookies_popap .popap__wrapp .popap__buttons{-webkit-column-gap:10px;column-gap:10px}}.cookies_popap .popap__wrapp .popap__buttons .popap__button{align-items:center;background-color:#ff6b00;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;height:30px;justify-content:center;transition:all .3s ease;width:150px}.cookies_popap .popap__wrapp .popap__buttons .popap__button:hover{box-shadow:0 6px 12px rgba(0,0,0,.15);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.cookies_popap .popap__wrapp .popap__buttons .popap__button:active{box-shadow:0 2px 6px rgba(0,0,0,.2);-webkit-transform:scale(.97);transform:scale(.97)}@media(hover:none){.cookies_popap .popap__wrapp .popap__buttons .popap__button:active{box-shadow:0 6px 12px rgba(0,0,0,.15);-webkit-transform:translateY(-2px) scale(.97);transform:translateY(-2px) scale(.97)}}@media screen and (max-width:1024px){.cookies_popap .popap__wrapp .popap__buttons .popap__button{font-size:12px;height:30px;width:100px}}.cookies_popap .cookies_popap-img{background-image:url(/static/media/cookies.1dc17c9124d724c7fb42.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:50px;position:absolute;width:50px}@media screen and (min-width:1025px){.cookies_popap .cookies_popap-img{right:45%;top:0}}@media screen and (max-width:1024px){.cookies_popap .cookies_popap-img{bottom:30px;right:20px}}.cookies_popap__active{display:block}@-webkit-keyframes showPopup{to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes showPopup{to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.loader{-webkit-animation:rotation 1s linear infinite;animation:rotation 1s linear infinite;border:5px solid;border-color:#000 #000 transparent;border-radius:50%;box-sizing:border-box;display:inline-block;height:48px;width:48px}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.FAQPage{display:flex;justify-content:space-between;margin-bottom:50px;margin-top:46px;width:100%}@media screen and (max-width:1024px){.FAQPage{padding:0 10px}}.FAQPage .FAQPage_info{width:70%}@media screen and (max-width:1024px){.FAQPage .FAQPage_info{width:100%}}.FAQPage .FAQPage_info .FAQPage_info_banner{display:flex}.FAQPage .FAQPage_info .FAQPage_info-text{display:flex;flex-direction:column}.FAQPage .FAQPage_info .FAQPage_info-text h2{color:#333;font:500 28px CeraPro,sans-serif;margin:17px 0}@media screen and (max-width:1024px){.FAQPage .FAQPage_info .FAQPage_info-text h2{font-size:18px}}.FAQPage .FAQPage_info .FAQPage_info-text .info-text__wrapper{background:#fff;border-radius:3px;box-shadow:0 2px 12px rgba(51,51,51,.25);display:flex;flex-direction:column;padding:21px 15px;row-gap:15px}.FAQPage .FAQPage_info .FAQPage_info-text .info-text__wrapper h3{color:#333;font:500 18px CeraPro,sans-serif}@media screen and (max-width:1024px){.FAQPage .FAQPage_info .FAQPage_info-text .info-text__wrapper h3{font-size:13px}}.FAQPage .FAQPage_info .FAQPage_info-text .info-text__wrapper .info-text__text{background:#f2f2f2;border-radius:3px;box-shadow:0 2px 12px rgba(51,51,51,.25);display:flex;flex-direction:column;padding:15px 13px;row-gap:15px}.FAQPage .FAQPage_info .FAQPage_info-text .info-text__wrapper .info-text__text p{color:#333;font:300 14px CeraPro,sans-serif}@media screen and (max-width:1024px){.FAQPage .FAQPage_info .FAQPage_info-text .info-text__wrapper .info-text__text p{font-size:10px}}.FAQPage .FAQPage_info .FAQPage_info-text .info-text__wrapper .info-text__text h4{color:#333;font:700 14px CeraPro,sans-serif}@media screen and (max-width:1024px){.FAQPage .FAQPage_info .FAQPage_info-text .info-text__wrapper .info-text__text h4{font-size:10px}}.FAQPage .FAQPage_info .FAQPage_info-text .info-text__wrapper .info-text__text .info-text__text-bold{color:#333;font:700 14px CeraPro,sans-serif}@media screen and (max-width:1024px){.FAQPage .FAQPage_info .FAQPage_info-text .info-text__wrapper .info-text__text .info-text__text-bold{font-size:10px}}.FAQPage .FAQPage_info .FAQPage_info-text .info-text__wrapper .info-text__text a{text-decoration:underline}.FAQPage .FAQPage_adt{display:flex;flex-direction:column;row-gap:10px;width:27%}.FAQPage .FAQPage_adt .FAQPage_adt-item{background:#fff;border-radius:19px;box-shadow:0 2px 11px rgba(51,51,51,.25);max-width:394px;position:relative;width:100%}.FAQPage .FAQPage_adt .FAQPage_adt-item img{object-fit:cover;width:100%}.FAQPage .welcome__block{align-items:center;background:#fff;border-radius:15px;box-shadow:0 2px 11px rgba(51,51,51,.25);display:flex;flex-direction:column;height:196px;justify-content:space-around;width:100%}@media screen and (max-width:1024px){.FAQPage .welcome__block{width:113px}}.FAQPage .welcome__block img{width:214px}@media screen and (max-width:1024px){.FAQPage .welcome__block img{width:107px}}.FAQPage .welcome__block button{background:#e97e48;border:2px solid #e97e48;border-radius:3px;box-shadow:0 2px 9px rgba(51,51,51,.25);color:#333;font:500 18px CeraPro,sans-serif;height:45px;left:1080px;width:257px}@media screen and (max-width:1024px){.FAQPage .welcome__block button{font-size:10px;height:21px;width:113px}}@font-face{font-family:CeraPro;font-style:normal;font-weight:400;src:url(/static/media/CeraPro-Regular.a81f68b2a1331c71b4e4.woff) format("woff")}@font-face{font-family:CeraPro;font-style:normal;font-weight:500;src:url(/static/media/CeraPro-Medium.f64d02acab54735d518f.woff) format("woff")}@font-face{font-family:CeraPro;font-style:normal;font-weight:700;src:url(/static/media/CeraPro-Bold.d5b3ad75d9323b167595.woff) format("woff")}@font-face{font-family:CeraPro;font-style:italic;font-weight:400;src:url(/static/media/CeraPro-Italic.1bcaaad76482e92e6372.woff) format("woff")}@font-face{font-family:CeraPro;font-style:normal;font-weight:300;src:url(/static/media/CeraPro-Light.98b5420ed7dadfd6bac8.woff) format("woff")}*{border:0;box-sizing:border-box;overflow-x:visible;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:200 15px Ubuntu;overflow-x:hidden;overflow-y:auto;width:100vw}body>iframe{display:none}*,:after,:before{box-sizing:border-box}:active,:focus,a:active,a:focus{outline:none}aside,footer,header,nav{display:block}body,html{-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;background-color:#f9f9f9;font-size:100%;height:100%;line-height:1}button,input,textarea{background-color:inherit;border:none;font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{border:0;padding:0}a,a:hover,a:visited{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}address>*{font-style:normal}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{display:none}a{color:inherit}::-webkit-scrollbar-track{background-color:#f5f5f5;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}::-webkit-scrollbar{background-color:#f5f5f5;width:5px}::-webkit-scrollbar-thumb{background-color:#c3c1c1;border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}#root{margin:0 auto;max-width:1440px}
/*# sourceMappingURL=main.3996754f.css.map*/