.ss-main{position:relative;display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#666;width:100%}.ss-main .ss-single-selected{display:flex;cursor:pointer;width:100%;height:30px;padding:6px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-single-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-single-selected .placeholder{display:flex;flex:1 1 100%;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;width:calc(100% - 30px);line-height:1em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ss-main .ss-single-selected .placeholder *{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{color:#dedede}.ss-main .ss-single-selected .ss-deselect{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px;font-weight:700}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px}.ss-main .ss-single-selected .ss-arrow span{border:solid #666666;border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:transform .2s,margin .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{transform:rotate(-135deg);margin:3px 0 0}.ss-main .ss-single-selected .ss-arrow span.arrow-down{transform:rotate(45deg);margin:-3px 0 0}.ss-main .ss-multi-selected{display:flex;flex-direction:row;cursor:pointer;min-height:30px;width:100%;padding:0 0 0 3px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-multi-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:#666}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-multi-selected .ss-values{display:flex;flex-wrap:wrap;justify-content:flex-start;flex:1 1 100%;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{display:flex;padding:4px 5px;margin:2px 0;line-height:1em;align-items:center;width:100%;color:#dedede;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.ss-main .ss-multi-selected .ss-values .ss-value{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;font-size:12px;padding:3px 5px;margin:3px 5px 3px 0;color:#fff;background-color:#5897fb;border-radius:4px;animation-name:scaleIn;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{animation-name:scaleOut;animation-duration:.2s;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{margin:0 0 0 5px;cursor:pointer}.ss-main .ss-multi-selected .ss-add{display:flex;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{display:flex;justify-content:center;align-items:center;background:#666666;position:relative;height:10px;width:2px;transition:transform .2s}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666666;content:"";position:absolute;height:2px;width:10px;left:-4px;top:4px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{transform:rotate(45deg)}.ss-content{position:absolute;width:100%;margin:-1px 0 0;box-sizing:border-box;border:solid 1px #dcdee2;z-index:1010;background-color:#fff;transform-origin:center top;transition:transform .2s,opacity .2s;opacity:0;transform:scaleY(0)}.ss-content.ss-open{display:block;opacity:1;transform:scaleY(1)}.ss-content .ss-search{display:flex;flex-direction:row;padding:8px 8px 6px}.ss-content .ss-search.ss-hide,.ss-content .ss-search.ss-hide input{height:0px;opacity:0;padding:0;margin:0}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0px;height:30px;padding:6px 8px;margin:0;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;text-align:left;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:textfield}.ss-content .ss-search input::-moz-placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input::placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px #5897fb}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:22px;font-weight:700;flex:0 0 30px;height:30px;margin:0 0 0 8px;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box}.ss-content .ss-addable{padding-top:0}.ss-content .ss-list{max-height:200px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{padding:6px 10px;font-weight:700}.ss-content .ss-list .ss-optgroup .ss-option{padding:6px 6px 6px 25px}.ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer}.ss-content .ss-list .ss-optgroup-label-selectable:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option{padding:6px 10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ss-content .ss-list .ss-option *{display:inline-block}.ss-content .ss-list .ss-option:hover,.ss-content .ss-list .ss-option.ss-highlighted{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;color:#dedede;background-color:#fff}.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{color:#666;background-color:#5897fb1a}.ss-content .ss-list .ss-option.ss-hide{display:none}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:#fffb8c}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html.fixing{height:100vh;width:100vw;position:fixed}html,body{min-height:100vh;overflow-anchor:none;scroll-behavior:smooth;overflow-x:hidden}body,button,textarea,input{font-family:Mulish,sans-serif;font-size:16px;line-height:1;font-weight:500}main{width:100%;flex:1 0 auto}input::-moz-placeholder,textarea::-moz-placeholder{transition-duration:.3s;font-weight:400;color:#8f8282}input::placeholder,textarea::placeholder{transition-duration:.3s;font-weight:400;color:#8f8282}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{color:transparent!important}input:focus::placeholder,textarea:focus::placeholder{color:transparent!important}a{font-family:Mulish,sans-serif;font-style:normal}body{display:flex;flex-direction:column}main{width:100%;flex:1 0 auto;overflow:hidden}.footer{flex:0 0 auto}img{max-width:100%;max-height:100%}svg{width:100%;height:100%}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.overlay{position:fixed;top:81px;left:0;right:0;bottom:0;background-color:#0000004d;overflow:hidden;opacity:0;visibility:hidden;transition-duration:.22s;z-index:10}.overlay.active{visibility:visible;opacity:1}.fixing{height:100vh;position:fixed;width:100vw}.lg-backdrop{background-color:#525252cc!important}.lg-outer .lg-thumb-outer{background-color:#525252e6!important}.loader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#52525233;overflow:hidden;opacity:1;visibility:visible;transition-duration:.22s;z-index:100;display:flex;justify-content:center;align-items:center}.loader.hidden{z-index:-1;opacity:0;visibility:hidden}.loader__icon{height:100px;width:100px;border:8px solid #fff;margin:0 auto;border-radius:50%;border-top:8px solid #142f4c;animation:spin 2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@font-face{font-display:swap;font-family:Mulish;font-style:normal;font-weight:300;src:url(/build/assets/300-d99c0d7e.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:normal;font-weight:400;src:url(/build/assets/400-c9f1fb2b.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:normal;font-weight:500;src:url(/build/assets/500-d63d0265.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:normal;font-weight:600;src:url(/build/assets/600-7c62b020.woff2) format("woff2")}@font-face{font-display:swap;font-family:Mulish;font-style:normal;font-weight:700;src:url(/build/assets/700-4b4b08c7.woff2) format("woff2")}.container{position:relative;width:100%;padding-left:15px;padding-right:15px}@media screen and (min-width: 576px){.container{max-width:570px;margin:0 auto}}@media screen and (min-width: 768px){.container{max-width:750px}}@media screen and (min-width: 992px){.container{max-width:990px}}@media screen and (min-width: 1200px){.container{max-width:1150px}}@media screen and (min-width: 1360px){.container{max-width:1350px}}*,*:before,*:after{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}*:focus,*:before:focus,*:after:focus{border:none}html,body{scroll-behavior:smooth}html,body,h1,h2,h3,h4,h5,h6,p,address,strong,ol,ul,form,button,label,article,aside,figure,nav{margin:0;padding:0}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}button{outline:none;border:none;padding:0;background-color:transparent;cursor:pointer}input,textarea{outline:none;border-radius:0;border:none;box-shadow:none;padding:0}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1}input::placeholder,textarea::placeholder{opacity:1}ul,ol{list-style:none;padding:0;margin:0}a{text-decoration:none}a:focus{text-decoration:none;outline:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}fieldset{border:none;padding:0;margin-inline:0;padding-block:0;padding-inline:0}@media screen and (min-width: 992px){.header-nav{display:flex;justify-content:space-between;width:100%}.header-nav__box{display:flex;align-items:center}.header-nav__ul{display:flex}.header-nav__li{margin-right:15px}.header-nav__link{font-size:14px;line-height:1;font-weight:400;color:#f6f7f3}.header-nav__contacts{display:flex;align-items:center;gap:20px}.header-nav__number{display:flex;align-items:center}.header-nav__social{width:23px;height:23px;margin-right:5px}.header-nav__social-icon{fill:#25d366;width:100%;height:100%}.header-nav__number-link,.header-nav__schedule{font-size:14px;color:#f6f7f3;font-weight:500}}@media screen and (min-width: 1200px){.header-nav__li{margin-right:35px}.header-nav__link,.header-nav__number-link,.header-nav__schedule{font-size:16px}}.header__wrapper{width:100%;background-color:#f03e49;padding:10px;display:none}.header__wrapper .header__container{padding-left:0;padding-right:0;justify-content:space-between}.header__header-nav{display:none}.header__container{display:flex}.header__link-delivery{display:flex;align-items:center;font-size:10px;line-height:1;font-weight:400;color:#f6f7f3}.header__icon-delivery{display:none;stroke:#fff}.header__lang{display:flex;align-items:center;font-size:10px;line-height:1;font-weight:400;color:#f6f7f3;margin-left:auto}.header__lang-icon{width:13px;height:13px;margin-right:5px}.header__content{width:100%}.header__logo{width:195px;height:40px}.header__logo-text{color:#10263d;font-size:9px;display:inline-block;position:relative;top:-12px;width:-moz-max-content;width:max-content}.header__actions{margin-left:auto;display:flex}.header__action{position:relative;display:flex;justify-content:center;align-items:center;width:30px;height:30px;margin-right:10px}.header__cart-count{position:absolute;top:-4px;right:-3px;width:17px;height:17px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:12px;line-height:1;font-weight:400;color:#f6f7f3;background-color:#f03e49}.header__btn{display:flex;justify-content:center;align-items:center;width:30px;height:30px}.header__btn.active .header__btn-icon{stroke:#f03e49}.header__btn--menu.active .header__menu-box{opacity:.7}.header__btn--menu.active .header__menu-box .header__menu-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(225deg);background-color:#10263d}.header__btn--menu.active .header__menu-box .header__menu-inner:before{background-color:#10263d;top:0;transition:top .1s ease-out,opacity .1s ease-out .12s;opacity:0}.header__btn--menu.active .header__menu-box .header__menu-inner:after{background-color:#10263d;bottom:0;transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.header__btn-icon{stroke:#10263d;stroke-width:1.5}.header__menu-box{position:relative;display:inline-block;width:17px;height:auto}.header__menu-inner{position:absolute;width:17px;height:2px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}.header__menu-inner:before,.header__menu-inner:after{display:block;content:"";position:absolute;width:17px;height:2px;transition-timing-function:ease;transition-duration:.15s;transition-property:transform;border-radius:4px;background-color:#000}.header__menu-inner:before{top:-6px;transition:top .1s ease-in .25s,opacity .1s ease-in}.header__menu-inner:after{bottom:-6px;transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.header__dropdown{width:100vw;display:none;background-color:#fff;height:100vh;left:0;overflow-y:scroll;padding:55px 0 150px;position:absolute;right:0;top:48px;z-index:20}.header__dropdown.active{display:block;visibility:visible;opacity:1;z-index:20}.header__dropdown--menu{background-color:#10263d}.header__dropdown--search{padding:50px 15px}.header__navigation-menu{padding:0 35px}.header__navigation-menu .footer-nav__title{padding:11px 16px}.header__info{width:100%;display:flex;justify-content:space-between;background-color:#f03e49;padding:20px 5px;margin-bottom:25px}.header__categories-nav{width:100%!important;margin-left:0!important;height:auto;margin-bottom:35px}.header__categories-nav .categories-nav__container{width:100%;display:flex;flex-wrap:wrap;overflow-x:initial;white-space:normal}.header__categories-nav .categories-nav__ul{height:auto;display:flex;flex-wrap:wrap}.header__categories-nav .categories-nav__li{width:100%;border:1px solid #fff;padding:7px 25px;margin-bottom:10px}.header__categories-nav .categories-nav__link{font-size:20px;font-weight:600}.header__categories-nav .categories-nav__icon-box{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:#fff;border-radius:50%;margin-right:15px}.header__categories-nav .categories-nav__icon{width:26px;height:26px}.header__content-container{display:flex;align-items:center;justify-content:space-between;background-color:#fff;padding:8px 0}@media screen and (min-width: 360px){.header__link-delivery,.header__lang{font-size:12px}.header__lang-icon{width:18px;height:18px}}@media screen and (min-width: 380px){.header__menu-inner{width:19px}.header__menu-inner:before,.header__menu-inner:after{width:19px}.header__menu-inner:before{top:-7px}.header__menu-inner:after{bottom:-7px}}@media screen and (min-width: 420px){.header__btn{width:35px;height:35px}.header__btn-icon{width:30px;height:30px}}@media screen and (min-width: 768px){.header__wrapper{padding:12px 10px}.header__link-delivery,.header__lang{font-size:14px}.header__lang-icon{width:20px;height:20px}}@media screen and (min-width: 992px){.header__wrapper{display:block;background-color:#10263d}.header__wrapper .header__container{align-items:center;padding-left:15px;padding-right:15px}.header__header-nav{display:flex}.header__link-delivery,.header__lang{font-size:14px}.header__lang-icon{width:20px;height:20px}.header__link-delivery{margin-left:auto;margin-right:30px}.header__icon-delivery{display:flex;width:20px;height:20px;margin-right:5px}.header__action--menu{display:none}.header__action--cart-link{margin-left:auto}.header__action--search,.header__btn--search{display:none}.header__dropdown--search{height:inherit;top:0;padding:0;width:auto;position:relative;display:flex;margin-left:18%;overflow:visible}.header__logo{width:240px}.header__logo-text{font-size:10px;top:-8px}.header__content-container{padding:15px}.header__actions{width:calc(100% - 240px);display:flex;align-items:center}}@media screen and (min-width: 1200px){.header__link-delivery,.header__lang{font-size:16px}.header__lang-icon{width:25px;height:25px}.header__logo{height:50px}.header__logo-text{padding-left:0;font-size:11px}.header__content-container{padding:18px 15px}.header__action,.header__btn{width:45px;height:45px}.header__btn-icon{width:35px;height:35px}.header__cart-count{width:19px;height:19px;top:0;right:0}}@media screen and (min-width: 1360px){.header__logo{width:260px;height:55px}.header__logo-text{font-size:12px}.header__actions{width:calc(100% - 260px)}}@media screen and (min-width: 1560px){.header__logo{width:280px;height:60px}.header__dropdown--search{margin-left:14%}.header__actions{width:calc(100% - 280px)}}@media screen and (min-width: 1700px){.header__dropdown--search{margin-left:10%}}.footer-nav{width:100%;display:flex;flex-wrap:wrap}.footer-nav__item{width:100%;display:flex;flex-wrap:wrap;margin-bottom:10px}.footer-nav__item:last-child{margin-bottom:0}.footer-nav__item.active .footer-nav__list{padding-top:10px}.footer-nav__title{display:flex;justify-content:space-between;align-items:center;width:100%;font-size:17px;line-height:1;font-weight:600;color:#f6f7f3;padding:5px 12px;border:1px solid #fff}.footer-nav__icon{width:10px;height:7px;stroke:#fff}.footer-nav__list{width:100%;padding-left:25px}.footer-nav__li{width:100%;margin-bottom:10px}.footer-nav__li:last-child{margin-bottom:20px}.footer-nav__block-link{display:inline-flex;align-items:center}.footer-nav__link,.footer-nav__link a{font-style:normal;font-size:15px;line-height:1;font-weight:400;color:#f6f7f3}.footer-nav__link a:hover{text-decoration:underline}.footer-nav__link-icon{width:28px;height:28px;fill:#fff;margin-left:4px}.footer-nav a.footer-nav__link:hover{text-decoration:underline}@media screen and (min-width: 768px){.footer-nav{flex-wrap:nowrap;align-items:baseline;justify-content:space-between}.footer-nav__item{width:30%;margin-bottom:0}.footer-nav__title{pointer-events:none;border:none}.footer-nav__icon{display:none}.footer-nav__list{height:auto!important}}@media screen and (min-width: 1200px){.footer-nav__list{padding-left:12px}.footer-nav__title{font-size:21px;margin-bottom:15px}.footer-nav__link,.footer-nav__link a{font-size:18px}}@media screen and (min-width: 1560px){.footer-nav__title{font-size:26px}.footer-nav__link{font-size:18px}}.subscription__container{width:100%;display:flex;flex-wrap:wrap}.subscription__title{display:block;text-align:center;width:100%;font-size:16px;line-height:1.2;font-weight:400;color:#f6f7f3;margin-bottom:10px}.subscription__form{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.subscription__input{width:calc(100% - 110px);height:44px;padding:5px 10px;font-size:16px;line-height:1;font-weight:500;color:#10263d;border:1px solid #8F8282}.subscription__btn{height:44px;padding:0 10px;display:flex;justify-content:center;align-items:center;font-size:18px;line-height:1;font-weight:700;color:#10263d;background-color:#ffed29;border:1px solid #ffed29}.subscription__success{width:100%;text-align:center;font-size:16px;line-height:1.2;font-weight:600;color:#10263d;background-color:#98dda7;padding:14px 7px;margin-top:20px;visibility:hidden;opacity:0;display:none;transition-duration:.3s}.subscription__success.active{visibility:visible;opacity:1;display:block}.subscription__wrapper{width:100%}@media screen and (min-width: 992px){.subscription__success{width:500px;margin:25px auto 0}}@media screen and (min-width: 1200px){.subscription__wrapper{width:100%;display:flex;flex-wrap:wrap}.subscription__container{padding-left:0}.subscription__title{width:100%;text-align:left;font-size:18px}.subscription__form{width:600px}.subscription__input{width:calc(100% - 140px);height:50px;font-size:18px}.subscription__btn{height:50px;padding:0 25px}.subscription__success{font-size:18px}}.accordion.active .accordion__btn svg{transform:scaleY(-1)}.accordion__collapse{height:0;overflow:hidden;transition-duration:.3s;transition-property:margin}.accordion__collapse.active{height:auto}.footer{width:100%;display:flex;flex-wrap:wrap}.footer__top{width:100%;background-color:#10263d;padding:35px 0 95px}.footer__logo{width:100%;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:25px}.footer__logo-icon{width:220px;height:40px}.footer__logo-text{position:relative;display:inline-block;width:100%;margin-left:auto;margin-right:auto;text-align:center;color:#f6f7f3;font-size:15px}.footer__facebook-link{display:flex;height:40px;margin-top:20px;margin-left:15px}.footer__bottom{width:100%;padding:13px 0;background-color:#142f4c}.footer__bottom-text{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:13px;line-height:1;font-weight:600;color:#f6f7f3}.footer__bottom-text .normal{font-weight:400}.footer__bottom-img{max-width:270px}.footer__subscription-wrapper{width:100%;margin-top:20px}.footer__wrapper{width:100%;display:flex;flex-wrap:wrap}.footer__contacts-bottom{display:flex;justify-content:space-between;margin-bottom:55px;position:relative}.footer__contacts-bottom--left{display:flex;flex-direction:column;row-gap:10px;width:-moz-fit-content;width:fit-content}.footer__contacts-bottom--left .footer-nav__link,.footer__contacts-bottom--left .footer-nav__link a{font-weight:400}.footer .business-improve-icon{position:absolute;bottom:-50px;right:5px;fill:#fff;height:50px;width:80px}@media screen and (min-width: 360px){.footer__logo-icon{width:250px;height:50px}}@media screen and (min-width: 768px){.footer__wrapper{flex-wrap:nowrap}.footer__logo{width:40%}.footer__subscription-wrapper{width:60%}.footer__contacts-bottom{justify-content:flex-start}.footer .business-improve-icon{position:static;width:120px;height:60px;margin-left:50px;bottom:inherit;right:inherit;padding-left:30px}.footer__bottom-text{flex-direction:row;justify-content:center}}@media screen and (min-width: 992px){.footer__container{display:flex;justify-content:space-between}.footer__logo,.footer__content{width:100%}.footer__wrapper{width:35%;flex-wrap:wrap}.footer__subscription-wrapper{width:100%;margin-bottom:0}.footer .business-improve-icon{position:static;width:150px;height:75px;margin-left:auto;bottom:inherit;right:inherit;padding-left:30px}}@media screen and (min-width: 1200px){.footer__logo{justify-content:flex-start}.footer__logo-icon{width:300px;height:85px}.footer__logo-text{position:relative;top:-9px;padding-left:10px;text-align:left}.footer__content{width:100%}.footer__facebook-link{margin-left:0}.footer__bottom{padding:16px 0}.footer__bottom-text{font-size:18px}.footer__bottom-img{max-width:320px}.footer__contacts-bottom{padding-right:12px}}@media screen and (min-width: 1350px){.footer__subscription-wrapper{width:400px}.footer .business-improve-icon{padding-left:0;width:170px;height:80px}}@media screen and (min-width: 1560px){.footer__logo-icon{width:400px;height:95px}.footer .business-improve-icon{width:200px;height:100px}}.email{align-items:center;color:#f6f7f3;display:flex;font-size:15px;font-weight:500;line-height:1}.email__icon{width:25px;height:25px;stroke:#fff;margin-right:5px}.phone__link{align-items:center;color:#f6f7f3;display:flex;font-size:15px;font-weight:500;line-height:1}.phone__icon{width:25px;height:25px;stroke:#fff;margin-right:5px}.phone__social-icon{width:26px;height:26px;margin-left:5px}.phone__social-icon--viber{fill:#9000cc}.phone__social-icon--whatsapp{fill:#25d366}.search-box{position:relative;display:flex;flex-wrap:wrap}.search-box__select{width:100%;height:50px}.search-box__select .ss-single-selected{height:50px!important;border-radius:0!important;background-color:#10263d!important;padding:12px}.search-box__select .placeholder{line-height:50px!important;color:#f6f7f3;font-size:16px;font-weight:400}.search-box__select .ss-option{font-size:16px;font-weight:400;color:#10263d}.search-box__select .arrow-down,.search-box__select .arrow-up{border:solid #fff!important;border-width:0 1px 1px 0!important}.search-box__select .ss-search{display:none}.search-box__select .ss-list{max-height:210px;scrollbar-color:#fff #10263d;scrollbar-width:thin}.search-box__select .ss-list::-webkit-scrollbar{width:4px;height:5px;cursor:pointer}.search-box__select .ss-list::-webkit-scrollbar-thumb{background-color:#10263d;border-radius:5px}.search-box__select .ss-list::-webkit-scrollbar-button{display:none}.search-box__select .ss-list::-webkit-scrollbar-track{background-color:#fff}.search-box__wrap{width:100%;display:flex;box-shadow:0 4px 22px #00000040}.search-box__input{width:calc(100% - 50px);height:50px;padding:12px;font-size:16px;font-weight:400;line-height:1;color:#10263d}.search-box__btn{width:50px;height:50px;display:flex;justify-content:center;align-items:center}.search-box__btn-icon{width:30px;height:30px;stroke:#10263d;stroke-width:2}.search-box__clear{position:relative;width:50px;height:50px;display:flex;justify-content:center;align-items:center;visibility:hidden;opacity:0;border-left:1px solid #ccc;border-right:1px solid #ccc}.search-box__clear.active{visibility:visible;opacity:1}.search-box__clear:before,.search-box__clear:after{content:"";position:absolute;top:50%;left:50%;display:block;width:15px;height:1px;background-color:#10263d}.search-box__clear:before{transform:translate(-50%,-50%) rotate(45deg)}.search-box__clear:after{transform:translate(-50%,-50%) rotate(-45deg)}@media screen and (min-width: 768px){.search-box{flex-wrap:nowrap}.search-box__select{width:35%}}@media screen and (min-width: 992px){.search-box{height:auto}.search-box__select{width:150px}.search-box__wrap{width:calc(100% - 150px);box-shadow:0 4px 22px #00000040}}@media screen and (min-width: 1200px){.search-box__select{width:150px}.search-box__input{min-width:400px}}@media screen and (min-width: 1560px){.search-box__select{width:200px}.search-box__select .placeholder,.search-box__select .ss-option{font-size:18px}.search-box__input{min-width:500px;font-size:18px}}.title{display:block;text-align:center;font-size:20px;line-height:1.5;font-weight:700;color:#10263d;margin-bottom:20px}@media screen and (min-width: 380px){.title{font-size:22px}}@media screen and (min-width: 420px){.title{font-size:24px}}@media screen and (min-width: 1200px){.title{font-size:28px;margin-bottom:40px}}.modal{position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:1001;opacity:0;visibility:hidden;pointer-events:none;transition-duration:.3s}.modal__backdrop{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(38,38,38,.6)}.modal.active{opacity:1;visibility:visible;pointer-events:all}.modal__content{position:relative;width:calc(100% - 30px);padding:30px 20px;background-color:#98dda7;z-index:2}.modal__content--error{background-color:#fff}.modal__content--add-to-cart-modal{background-color:#ffed29}.modal__close-button{position:absolute;top:5px;right:5px;width:24px;height:24px}.modal__close-button:before,.modal__close-button:after{content:"";position:absolute;top:50%;left:50%;height:1px;width:calc(100% - 8px);background:#000}.modal__close-button:before{transform:translate(-50%,-50%) rotate(45deg)}.modal__close-button:after{transform:translate(-50%,-50%) rotate(-45deg)}.modal__title{display:block;width:100%;margin-bottom:10px;text-align:center;font-size:16px;font-weight:600;line-height:1.2;color:#000}.modal__description{display:block;width:100%;margin-bottom:10px;text-align:center;font-size:14px;font-weight:400;line-height:1.2;color:#000}.modal__description--blue{color:#00f}.modal__buttons{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}.modal__button{width:48%;display:flex;justify-content:center;align-items:center;text-align:center;padding:6px 8px;font-size:14px;font-weight:400;line-height:1.2;background-color:#fff;border:1px solid #10263d;color:#10263d!important}.success-modal{max-width:330px}.success-modal__icon{position:relative;width:100%;height:50px;fill:orange}@media screen and (min-width: 390px){.modal__title{font-size:21px}.modal__description{font-size:16px}.modal__button{font-size:16px;padding:12px 18px}}@media screen and (min-width: 576px){.modal__content{width:500px}}@media screen and (min-width: 992px){.modal__title{font-size:18px}}@media screen and (min-width: 992px) and (min-width: 992px){.modal__description{font-size:calc(18px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.modal__description{font-size:calc(18px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.modal__description{font-size:15.12px}}@media screen and (min-width: 992px) and (min-width: 1560px){.modal__description{font-size:calc(18px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.modal__description{font-size:18px}}@media screen and (min-width: 992px) and (min-width: 992px){.modal__button{font-size:calc(20px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.modal__button{font-size:calc(20px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.modal__button{font-size:16.8px}}@media screen and (min-width: 992px) and (min-width: 1560px){.modal__button{font-size:calc(20px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.modal__button{font-size:20px}}.breadcrumbs{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;padding:8px 15px;background-color:#e5e0e0;margin-bottom:15px}.breadcrumbs__nav{width:100%}.breadcrumbs__ul{width:100%;display:flex}.breadcrumbs__li{display:inline-flex;margin-right:10px}.breadcrumbs__link{display:inline-flex;font-size:14px;line-height:1;font-weight:500;color:#10263d}.breadcrumbs__text{display:inline;font-size:14px;line-height:1;font-weight:500;color:#000}.breadcrumbs__icon{width:16px;height:16px;stroke:#000;margin-left:10px}@media screen and (min-width: 992px){.breadcrumbs{margin-bottom:0;padding:12px 15px}.breadcrumbs__link,.breadcrumbs__text{font-size:16px}}@media screen and (min-width: 1560px){.breadcrumbs .breadcrumbs__link,.breadcrumbs .breadcrumbs__text{font-size:18px}}.delivery-payment{width:100%;display:flex;flex-wrap:wrap}.delivery-payment__item{width:100%;display:flex;flex-direction:column;padding:40px 0;border-top:1px solid #EFE5E5}.delivery-payment__title{width:100%}.delivery-payment__text{width:100%;text-align:justify!important;margin-bottom:35px}.delivery-payment__icons{width:100%;display:flex;align-items:flex-end;justify-content:space-around;margin-top:auto}.delivery-payment__logo-icon{width:75px;height:28px;margin-right:10px;-o-object-fit:contain;object-fit:contain}@media screen and (min-width: 768px){.delivery-payment{flex-wrap:nowrap;justify-content:space-between}.delivery-payment__item{width:49%;box-shadow:0 4px 15px -3px #86707040;padding:25px 20px;transition-duration:.3s}.delivery-payment__item:hover{box-shadow:0 3px 22px -3px #00000040}}@media screen and (min-width: 992px){.delivery-payment__logo-icon{margin-right:20px}.delivery-payment__title,.delivery-payment__text{text-align:left}.delivery-payment__icons{justify-content:flex-start}}@media screen and (min-width: 1200px){.delivery-payment__item{padding:35px 30px}}.categories-nav{position:relative;margin-left:calc(-50vw + 50%);width:100vw;display:flex;background-color:#142f4c}.categories-nav__box-icon{display:none}.categories-nav__container{width:100vw;overflow-x:auto;white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.categories-nav__container::-webkit-scrollbar{width:0;height:0}.categories-nav__ul{align-items:center;display:flex;height:50px}.categories-nav__li{position:relative;padding:5px 7px;margin-right:11px}.categories-nav__li.active .categories-nav__link{color:#ffed29;font-weight:600}.categories-nav__link{display:flex;align-items:center;color:#f6f7f3;font-size:14px;font-weight:500;line-height:1}@media screen and (min-width: 992px){.categories-nav__icon{display:none}}@media screen and (min-width: 1200px){.categories-nav__link{transition-duration:.3s}.categories-nav__link:hover{color:#ffed29}}@media screen and (min-width: 1360px){.categories-nav__ul{height:56px}.categories-nav__li{margin-right:32px;padding:9px 12px}.categories-nav__link{font-size:16px}}.static-navigation{width:100%}.static-navigation__ul{width:100%;display:flex;flex-wrap:wrap;background-color:#10263d}.static-navigation__li{width:100%}.static-navigation__li.active .static-navigation__link{background-color:#142f4c}.static-navigation__link{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:16px;line-height:1;font-weight:600;color:#f6f7f3;padding:18px 15px}.static-navigation__icon{width:15px;height:15px;stroke:#fff;transform:rotate(-90deg)}.faq__title{font-weight:600}.faq__title span{font-weight:800}.faq__wrapper{width:100%;display:flex;flex-wrap:wrap;align-items:baseline;margin-bottom:25px}.faq__item{width:100%;margin-bottom:6px;box-shadow:0 3px 19px #00000024}.faq__item.active .faq__collapse{border-top:1px solid #B7AEAE;padding:15px 25px}.faq__item.active .faq__header:before{transition-duration:.22s;transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateY(-50%) rotate(360deg);background-color:#10263d}.faq__item.active .faq__header:after{display:none}.faq__header{width:100%;display:flex;align-items:center;font-size:13px;line-height:1;font-weight:400;color:#8f8282;padding:11px 40px 11px 20px;cursor:pointer;position:relative}.faq__header:before,.faq__header:after{position:absolute;content:"";right:15px;top:50%;width:14px;height:2px;background-color:#142f4c;transform:translateY(-50%)}.faq__header:after{right:15px;top:50%;transform:translateY(-50%) rotate(90deg)}.faq__link{width:100%;display:block;text-align:center;font-size:13px;line-height:1;font-weight:400;color:#10263d}.faq__link span{font-weight:600}@media screen and (min-width: 360px){.faq__header{font-size:15px;padding:13px 40px 13px 20px}.faq__link{font-size:15px}.faq__item{margin-bottom:10px}}@media screen and (min-width: 992px){.faq__wrapper{justify-content:space-between}.faq__item{width:49%}.faq__item--full{width:100%}}@media screen and (min-width: 1200px){.faq__header{font-size:18px;font-weight:700;color:#10263d;padding:16px 40px 16px 22px}.faq__item,.faq__wrapper{margin-bottom:25px}.faq__link,.faq__header{font-size:20px}}.text{font-size:14px;line-height:1.2;color:#10263d;font-weight:500}.text p{font-size:14px;line-height:1.4;margin-bottom:15px}.text h1,.text h2,.text h3,.text h4,.text h5{width:100%;display:block;line-height:1.2;font-weight:700;color:#10263d;margin-bottom:10px}.text h1{font-size:24px}.text h2{font-size:22px}.text h3{font-size:20px}.text h4{font-size:18px}.text h5{font-size:16px}.text a{font-size:14px;line-height:1.2;color:#00f}.text ul{font-size:14px;line-height:1.2;list-style-type:disc;list-style-position:inside;padding-bottom:20px}.text ul li{padding-bottom:10px}.text ol{font-size:14px;line-height:1.2;list-style-type:decimal;list-style-position:inside;padding-bottom:20px}.text ol li{padding-bottom:10px}.text .wm-align-justify{text-align:justify}.text .wm-align-right{text-align:right}.text .wm-align-left{text-align:left}.text .wm-align-center{text-align:center}@media screen and (min-width: 380px){.text{font-size:16px}.text h1{font-size:26px}.text h2{font-size:24px}.text h3{font-size:22px}.text h4{font-size:20px}.text h5{font-size:18px}.text a,.text ul,.text ol,.text p{font-size:16px}}@media screen and (min-width: 1200px){.text{font-size:18px}.text h1{font-size:30px}.text h2{font-size:28px}.text h3{font-size:26px}.text h4{font-size:24px}.text h5{font-size:22px}.text a,.text ul,.text ol,.text p{font-size:18px}}@media screen and (min-width: 1560px){.text h1{font-size:30px}.text h2{font-size:28px}.text h3{font-size:26px}.text h4{font-size:24px}.text h5{font-size:22px}}.static__categories-nav{display:none}.static__container{display:flex;flex-wrap:wrap}.static__static-navigation{order:2;width:100%;margin-bottom:35px}.static__content{order:1;width:100%;margin-bottom:50px;text-align:justify!important}.static__delivery-payment{order:3;margin-bottom:50px}.static__faq .faq__title{display:none}.static__faq .faq__header{display:flex;margin-bottom:0}.static__faq .faq__item{box-shadow:none;margin-bottom:0;border-bottom:1px solid #B7AEAE}.static__faq .faq__item.active .faq__collapse{border-top:none}.static__faq .faq__link{display:none}@media screen and (min-width: 992px){.static__categories-nav{display:flex}.static__container{display:flex;flex-wrap:wrap;padding-top:30px}.static__static-navigation{order:1;width:30%;margin-bottom:0}.static__content{order:3;width:70%;padding-top:30px;padding-left:40px;margin-bottom:0}.static__delivery-payment{margin-top:50px;margin-bottom:50px}.static__faq .faq__item{width:100%}}@media screen and (min-width: 1200px){.static__static-navigation{width:320px}.static__content{width:calc(100% - 320px);padding-left:80px;padding-top:50px}}
