.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}}.product-card{width:100%;position:relative;background-color:#fff}.product-card__link{width:100%;position:relative;display:flex;flex-direction:column;align-items:stretch;padding:10px}.product-card__link-img{width:100%;position:relative;display:flex;flex-direction:column;margin-bottom:10px}.product-card__img-figure{width:100%;position:relative;overflow:hidden;padding-top:79%}.product-card__img{position:absolute;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;top:0;left:0;bottom:0;right:0;transition-duration:.4s}.product-card__badges{position:absolute;top:5px;right:5px;display:flex;flex-direction:column;gap:6px}.product-card__badge{display:flex;align-items:center;justify-content:center;color:#10263d;font-size:14px;padding:5px;background-color:#ffed29;box-shadow:0 0 4px 1px #0003}.product-card__content-bottom{width:100%;margin-top:auto;display:flex;flex-wrap:wrap}.product-card__link-name{width:100%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:10px;line-height:1.4;font-weight:700;color:#10263d;text-align:left;text-transform:uppercase;margin-bottom:10px;min-height:40px}.product-card__lot{width:100%;display:flex;align-items:baseline;justify-content:center;margin-bottom:10px}.product-card__lot-name{font-size:11px;line-height:1;font-weight:500;color:#8f8282;margin-right:4px}.product-card__lot-number{font-size:11px;line-height:1;font-weight:500;color:#10263d}.product-card__price{width:100%;display:flex;justify-content:center;font-size:11px;line-height:1;font-weight:700;color:#10263d;margin-bottom:10px}.product-card__price-title{padding-right:5px}.product-card__link-buy{background-color:#142f4c;font-size:12px;line-height:1;font-weight:700;color:#f6f7f3;padding:6px 20px;margin:0 auto}@media screen and (min-width: 360px){.product-card__link-buy{padding:6px 30px}}@media screen and (min-width: 380px){.product-card__link-name,.product-card__lot-number,.product-card__price{font-size:12px}}@media screen and (min-width: 420px){.product-card__link-buy{font-size:14px}}@media screen and (min-width: 1200px){.product-card{transition-duration:.3s}.product-card__link{padding:16px}.product-card__link-buy{transition-duration:.3s}.product-card:hover{box-shadow:1px 1px 15px -8px #00000080}.product-card:hover .product-card__link-buy{background-color:#ffed29;color:#10263d}.product-card__img-figure{padding-top:69%}.product-card__link-name{font-size:14px;min-height:40px}.product-card__lot{margin-bottom:20px}.product-card__lot-number{font-size:12px}.product-card__price{font-size:18px;margin-bottom:15px}.product-card__link-buy{font-size:18px;padding:8px 32px}}.contact-us__container{display:flex;flex-wrap:wrap;justify-content:center}.contact-us__title{width:100%;display:block;text-align:center;font-size:22px;line-height:1.3;font-weight:700;color:#10263d;margin-bottom:25px}.contact-us__text{width:100%;display:block;text-align:center;font-size:14px;line-height:1.3;font-weight:500;color:#10263d;margin-bottom:45px}.contact-us__link{background-color:#10263d;font-size:16px;line-height:1;font-weight:700;color:#f6f7f3;padding:10px 60px}@media screen and (min-width: 1200px){.contact-us__title{font-size:24px;margin-bottom:10px}.contact-us__text{font-size:16px;margin-bottom:20px}.contact-us__link{font-size:16px;transition-duration:.3s}.contact-us__link:hover{background-color:#142f4c}}@media screen and (min-width: 1560px){.contact-us__title{font-size:30px}.contact-us__text{font-size:18px}.contact-us__link{font-size:18px;padding:12px 80px}}.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}}.filter-categories__item{width:50%}.filter-categories .ss-single-selected{border-radius:0;background-color:#10263d;border:1px solid #10263d;padding:6px 6px 6px 15px}.filter-categories .placeholder{font-size:14px;line-height:1.5!important;color:#f6f7f3!important}.filter-categories .placeholder .ss-disabled{color:#f6f7f3!important}.filter-categories .ss-arrow span{border-width:0 1px 1px 0!important;border-color:#fff!important}.filter-categories .ss-option{padding:10px 15px!important;border-bottom:1px solid #ded2d2;transition-duration:.3s}.filter-categories .ss-option:hover{background-color:#142f4c!important}@media screen and (min-width: 420px){.filter-categories__item .ss-single-selected{height:38px}.filter-categories__item .placeholder{font-size:14px}}@media screen and (min-width: 992px){.filter-categories__item{width:100%}.filter-categories__item .ss-single-selected{height:50px}.filter-categories__item .placeholder{font-size:20px;font-weight:700}}@media screen and (min-width: 1360px){.filter-categories__item .ss-single-selected{height:56px;padding:13px 20px}.filter-categories__item .placeholder{font-size:24px}.filter-categories__item .ss-arrow span{padding:4px!important}}.filters__form{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;background-color:#fff;padding:10px;box-shadow:0 4px 35px -8px #00000040}.filters__item{width:49.8%;margin-bottom:3px}.filters__item--hidden{display:none}.filters__item .ss-list{max-height:380px}.filters__item .ss-single-selected{border-radius:0;padding:7px 9px;height:32px;filter:drop-shadow(0px 3px 19px rgba(0,0,0,.14))}.filters__item .ss-disabled{background-color:transparent!important}.filters__item .placeholder{font-size:12px;line-height:1.5!important;color:#8f8282!important}.filters__item .placeholder .ss-disabled{color:#8f8282!important}.filters__item .ss-arrow span{border-width:0 1px 1px 0!important;border-color:#8f8282!important}.filters__item .ss-option{padding:10px 15px!important;border-bottom:1px solid #ded2d2;transition-duration:.3s}.filters__item .ss-option:hover{background-color:#142f4c!important}.filters__search{position:relative;width:100%}.filters__search .search__input{width:100%;min-width:unset;height:38px;font-size:16px;font-weight:500}.filters__search .search__input::-moz-placeholder{font-weight:500}.filters__search .search__input::placeholder{font-weight:500}.filters__search .search__btn{position:absolute;top:0;right:0;pointer-events:none}.filters__search>*{height:38px}.filters__submit{width:49.8%;height:32px;display:flex;align-items:center;justify-content:space-between;background-color:#ffed29;padding:7px}.filters__submit-text{font-size:12px;line-height:1;font-weight:500;color:#10263d}.filters__icon{width:12px;height:12px;stroke:#10263d;transform:rotate(-90deg)}@media screen and (min-width: 360px){.filters__item .placeholder,.filters__submit-text{font-size:14px}}@media screen and (min-width: 420px){.filters__item .ss-single-selected,.filters__submit{height:38px}}@media screen and (min-width: 992px){.filters__item .ss-single-selected{height:50px}.filters__item .placeholder{font-size:16px}.filters__submit{height:38px;margin-top:50px}.filters__form{align-content:baseline;height:100%;padding:50px 22px}.filters__item{width:100%;margin-bottom:12px}.filters__submit{width:100%;height:48px;padding:12px 17px}.filters__submit-text{font-size:18px}}.pagination{width:100%;display:flex;flex-wrap:wrap}.pagination__load-more{display:flex;align-items:center;font-size:16px;line-height:1;font-weight:700;color:#10263d;border:2px solid #10263d;padding:12px 70px;margin:0 auto}.pagination__load-more.hide{visibility:hidden;opacity:0}.pagination__load-more.active .pagination__load-icon{animation:loading 2s linear infinite}.pagination__load-more--product{margin-bottom:70px}.pagination__load-icon{width:25px;height:25px;stroke:#10263d;margin-right:5px;stroke-width:1.5}.pagination__pagination{width:100%;display:flex;justify-content:center;margin-bottom:35px}.pagination__item{width:28px;height:28px;margin:0 5px}.pagination__link{display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-size:16px;line-height:1;font-weight:500;color:#10263d;background-color:#fff;box-shadow:0 4px 4px #00000040}.pagination__link.active{pointer-events:none;font-weight:600;border:2px solid #10263d;box-shadow:0 4px 4px #00000073}.pagination__icon{stroke:#10263d;width:13px;height:13px}.pagination__icon--prev{transform:rotate(90deg)}.pagination__icon--next{transform:rotate(-90deg)}@media screen and (min-width: 380px){.pagination__item{width:35px;height:35px}.pagination__link{font-size:16px}}@media screen and (min-width: 1200px){.pagination__load-more{padding:12px 50px}.pagination__load-more--product{margin:0 auto 70px}.pagination__load-more:hover{border:2px solid #142f4c;color:#142f4c}.pagination__load-more:hover .pagination__load-icon{stroke:#142f4c}.pagination__link:hover{border:1px solid #ffed29}.pagination__load-more:hover .pagination__load-more-icon{animation:loading 2s linear infinite}}@media screen and (min-width: 1360px){.pagination__load-more{padding:12px 70px}}.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}}.offer-list__container{display:flex;justify-content:space-between}.offer-list__link{width:31.5%;display:flex;flex-direction:column;align-items:stretch;box-shadow:0 4px 4px #00000040}.offer-list__figure{width:100%;height:100%;display:flex;align-items:center}.offer-list__figure--middle{background-color:#e2fa70}.offer-list__figure--middle .offer-list__img{height:90%}.offer-list__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.filters-categories-list{width:100%;display:flex;flex-wrap:wrap;justify-content:flex-start;background-color:#fff;padding:10px;box-shadow:0 4px 35px -8px #00000040}.filters-categories-list__item{width:-moz-fit-content;width:fit-content}.filters-categories-list__link{width:100%;font-size:14px;line-height:1.8;color:#10263d;margin-right:10px}@media screen and (min-width: 440px){.filters-categories-list__link{font-size:16px}}@media screen and (min-width: 992px){.filters-categories-list{height:100%;align-content:flex-start;flex-direction:column}.filters-categories-list__link{font-size:16px}}@media screen and (min-width: 1200px){.filters-categories-list__item{padding:10px}.filters-categories-list__link{font-size:16px;line-height:1}.filters-categories-list__link:hover{color:#142f4c}}@media screen and (min-width: 1560px){.filters-categories-list__link{font-size:18px;line-height:1}}.catalog-models-wrapper{width:100%;margin-bottom:35px}.catalog-models-wrapper__button{display:none;align-items:center;width:100%;justify-content:center;position:relative;z-index:20;top:-20px;transform:translateY(0);transition-duration:.3s}.catalog-models-wrapper__button:after{content:"";position:absolute;bottom:0;left:0;display:flex;width:100%;height:115px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%);transition-duration:.3s;opacity:1;visibility:visible;pointer-events:none}.catalog-models-wrapper__button.active{transform:translateY(30px)}.catalog-models-wrapper__button.active:after{opacity:0;visibility:hidden}.catalog-models-wrapper__button.active .catalog-models-wrapper__button-icon{transform:rotate(180deg)}.catalog-models-wrapper__button-icon{position:relative;z-index:100;width:20px;height:20px;stroke:#000;stroke-width:1;transition-duration:.3s}.catalog-models{display:flex;flex-wrap:wrap;height:230px;overflow:hidden;transition-duration:.3s}.catalog-models--columned{-moz-column-count:3;column-count:3;-moz-column-gap:10px;column-gap:10px}.catalog-models__item{width:calc(50% - 10px)}.catalog-models__item:not(:last-child){margin-bottom:10px}.catalog-models__link{font-size:16px;font-weight:500;line-height:1.2;color:#000}.catalog-models.unfold{height:auto}@media screen and (min-width: 768px){.catalog-models{-moz-column-gap:15px;column-gap:15px;row-gap:0}@supports (-webkit-touch-callout: none) and (not (translate: none)){.catalog-models{-moz-column-gap:15px;column-gap:15px;row-gap:0}@supports (-webkit-touch-callout: none) and (not (translate: none)){.catalog-models>*:nth-child(n){margin-right:15px}.catalog-models>*:nth-child(3n){margin-right:0}.catalog-models>*:nth-child(n){margin-bottom:0}.catalog-models>*:nth-last-child(-n+3){margin-bottom:0}}}.catalog-models>*{width:calc(100% / 3 - 15px * (3 - 1) / 3)}}@media screen and (min-width: 992px){.catalog-models-wrapper{margin-bottom:15px}.catalog-models{display:flex;flex-wrap:wrap}.catalog-models__link{transition-duration:.3s}}@media screen and (min-width: 992px) and (min-width: 992px){.catalog-models__link{font-size:calc(18px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.catalog-models__link{font-size:calc(18px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.catalog-models__link{font-size:15.12px}}@media screen and (min-width: 992px) and (min-width: 1560px){.catalog-models__link{font-size:calc(18px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.catalog-models__link{font-size:18px}}@media screen and (min-width: 992px){.catalog-models__link:hover{color:#f03e49}}@media screen and (min-width: 1200px){.catalog-models{-moz-column-gap:15px;column-gap:15px;row-gap:0}@supports (-webkit-touch-callout: none) and (not (translate: none)){.catalog-models{-moz-column-gap:15px;column-gap:15px;row-gap:0}@supports (-webkit-touch-callout: none) and (not (translate: none)){.catalog-models>*:nth-child(n){margin-right:15px}.catalog-models>*:nth-child(4n){margin-right:0}.catalog-models>*:nth-child(n){margin-bottom:0}.catalog-models>*:nth-last-child(-n+4){margin-bottom:0}}}.catalog-models>*{width:calc(25% - 11.25px)}}@media screen and (min-width: 1560px){.catalog-models{-moz-column-gap:15px;column-gap:15px;row-gap:0}@supports (-webkit-touch-callout: none) and (not (translate: none)){.catalog-models{-moz-column-gap:15px;column-gap:15px;row-gap:0}@supports (-webkit-touch-callout: none) and (not (translate: none)){.catalog-models>*:nth-child(n){margin-right:15px}.catalog-models>*:nth-child(5n){margin-right:0}.catalog-models>*:nth-child(n){margin-bottom:0}.catalog-models>*:nth-last-child(-n+5){margin-bottom:0}}}.catalog-models>*{width:calc(20% - 12px)}}@media screen and (min-width: 1700px){.catalog-models{-moz-column-gap:30px;column-gap:30px;row-gap:0}@supports (-webkit-touch-callout: none) and (not (translate: none)){.catalog-models{-moz-column-gap:30px;column-gap:30px;row-gap:0}@supports (-webkit-touch-callout: none) and (not (translate: none)){.catalog-models>*:nth-child(n){margin-right:30px}.catalog-models>*:nth-child(5n){margin-right:0}.catalog-models>*:nth-child(n){margin-bottom:0}.catalog-models>*:nth-last-child(-n+5){margin-bottom:0}}}.catalog-models>*{width:calc(20% - 24px)}}.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}}.relinks{width:100%;display:flex;flex-wrap:wrap;margin-bottom:70px}.relinks__ul{width:100%;-moz-columns:2 10px;columns:2 10px}.relinks__li{width:auto;padding:3px;margin-bottom:5px}.relinks__item{color:#10263d;font-size:16px;line-height:1.2;font-weight:400;border-bottom:2px solid transparent}.relinks__title{font-size:18px;line-height:1.3;text-align:left;margin-bottom:10px}@media screen and (min-width: 576px){.relinks__ul{-moz-columns:3 10px;columns:3 10px}}@media screen and (min-width: 992px){.relinks__ul{-moz-columns:4 10px;columns:4 10px}}@media screen and (min-width: 1200px){.relinks{margin-bottom:100px}.relinks__ul{-moz-columns:5 10px;columns:5 10px}.relinks__item{font-size:18px}.relinks__title{font-size:20px;margin-bottom:20px}}@media screen and (min-width: 1560px){.relinks__ul{-moz-columns:6 10px;columns:6 10px}.relinks__item{transition:.3s linear}.relinks__item:hover{color:#f03e49;border-bottom:2px solid #F03E49}}.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}}.products-list{width:100%;display:flex;flex-wrap:wrap;margin-bottom:30px;-moz-column-gap:16px;column-gap:16px;row-gap:16px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.products-list{-moz-column-gap:16px;column-gap:16px;row-gap:16px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.products-list>*:nth-child(n){margin-right:16px}.products-list>*:nth-child(2n){margin-right:0}.products-list>*:nth-child(n){margin-bottom:16px}.products-list>*:nth-last-child(-n+2){margin-bottom:0}}}.products-list>*{width:calc(50% - 8px)}@media screen and (min-width: 576px){.products-list{-moz-column-gap:16px;column-gap:16px;row-gap:16px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.products-list{-moz-column-gap:16px;column-gap:16px;row-gap:16px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.products-list>*:nth-child(n){margin-right:16px}.products-list>*:nth-child(3n){margin-right:0}.products-list>*:nth-child(n){margin-bottom:16px}.products-list>*:nth-last-child(-n+3){margin-bottom:0}}}.products-list>*{width:calc(100% / 3 - 16px * (3 - 1) / 3)}}@media screen and (min-width: 992px){.products-list{-moz-column-gap:20px;column-gap:20px;row-gap:20px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.products-list{-moz-column-gap:20px;column-gap:20px;row-gap:20px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.products-list>*:nth-child(n){margin-right:20px}.products-list>*:nth-child(4n){margin-right:0}.products-list>*:nth-child(n){margin-bottom:20px}.products-list>*:nth-last-child(-n+4){margin-bottom:0}}}.products-list>*{width:calc(25% - 15px)}}@media screen and (min-width: 1360px){.products-list{-moz-column-gap:20px;column-gap:20px;row-gap:20px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.products-list{-moz-column-gap:20px;column-gap:20px;row-gap:20px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.products-list>*:nth-child(n){margin-right:20px}.products-list>*:nth-child(5n){margin-right:0}.products-list>*:nth-child(n){margin-bottom:20px}.products-list>*:nth-last-child(-n+5){margin-bottom:0}}}.products-list>*{width:calc(20% - 16px)}.products-list--similar{-moz-column-gap:20px;column-gap:20px;row-gap:20px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.products-list--similar{-moz-column-gap:20px;column-gap:20px;row-gap:20px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.products-list--similar>*:nth-child(n){margin-right:20px}.products-list--similar>*:nth-child(5n){margin-right:0}.products-list--similar>*:nth-child(n){margin-bottom:20px}.products-list--similar>*:nth-last-child(-n+5){margin-bottom:0}}}.products-list--similar>*{width:calc(20% - 16px)}}.sort{position:relative;display:flex;flex-wrap:wrap}.sort.active .sort__ul{display:flex}.sort__title{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 18px;font-size:13px;line-height:1;font-weight:400;color:#676161;box-shadow:0 1px 22px -3px #00000040;cursor:pointer;border:1px solid rgba(20,47,76,.5)}.sort__icon{width:10px;height:10px;stroke:#8f8282;margin-left:10px}.sort__ul{display:none;position:absolute;top:34px;left:0;right:0;width:100%;flex-wrap:wrap;border:1px solid #DFC7C7;background-color:#fff;z-index:10}.sort__li{width:100%;border-bottom:1px solid #DFC7C7}.sort__li:last-child{border-bottom:none}.sort__li.active .sort__link{color:#10263d}.sort__link{width:100%;display:block;padding:10px 18px;font-size:13px;line-height:1;font-weight:400;color:#8f8282;text-align:left}@media screen and (min-width: 992px){.sort{min-width:150px}}.catalog__categories-nav{display:none}.catalog__container{display:flex;flex-wrap:wrap}.catalog__aside{width:100%;margin-bottom:30px}.catalog__title-h1,.catalog__main{width:100%}.catalog__bottom,.catalog__contact-us{width:100%;margin-bottom:50px}.catalog__filter-box{width:100%;display:flex}.catalog__filters{width:100%}.catalog__filters-btn{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;font-size:14px;line-height:1;font-weight:600;color:#10263d;padding:2px 15px 2px 0;margin-bottom:15px}.catalog__filters-btn-icon{width:21px;height:21px;stroke:#222;margin-right:5px}.catalog__filters-wrap{width:100%;padding:10px;box-shadow:0 4px 35px -8px #00000040}.catalog__filter-categories{width:100%;margin-bottom:10px}.catalog__filter-categories .filter-categories__item{width:100%}.catalog__filter-categories .filter-categories__select .ss-single-selected{height:38px;background-color:#ffed29;border:1px solid #ffed29}.catalog__filter-categories .filter-categories__select .placeholder{font-size:16px;color:#000!important}.catalog__filter-categories .filter-categories__select .placeholder .ss-disabled{color:#000!important}.catalog__filter-categories .filter-categories__select .ss-arrow span{border-color:#000!important}.catalog__filters .filters__form{padding:0;box-shadow:none}.catalog__filters .filters__item{width:100%;margin-bottom:10px}.catalog__filters .filters__select .ss-single-selected{height:38px}.catalog__filters .filters__select .placeholder{font-size:16px}.catalog__filters .filters__submit{width:100%;margin-top:30px;padding:5px 17px}.catalog__filters .filters__submit-text{font-size:16px}.catalog__sort-wrap{margin-left:auto}.catalog__offer-list{display:none}.catalog__sort{display:flex;margin:10px 0 30px;justify-content:flex-end}.catalog__card{box-shadow:0 4px 15px 3px #86707026}.catalog__card:hover .product-card__img{transform:scale(1.1)}.catalog__pagination{margin-bottom:85px}.catalog__note{display:block;width:100%;margin-bottom:15px;font-size:14px;line-height:1.3;font-weight:400;color:#8f8282}.catalog__note a{color:#00f}.catalog__note--empty{font-size:16px;color:#f03e49;font-weight:600}.catalog__faq{width:100%;margin-bottom:25px}.catalog__faq .faq__icon-item{display:none}.catalog__text{width:100%;position:relative;padding:0 10px;margin-bottom:20px}.catalog__text-content{position:relative;height:130px;overflow:hidden;transition-duration:.3s}.catalog__text-button{display:none;align-items:center;width:100%;justify-content:center;position:relative;z-index:20;top:-20px;transform:translateY(0);transition-duration:.3s}.catalog__text-button:after{content:"";position:absolute;bottom:0;left:0;display:flex;width:100%;height:115px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%);transition-duration:.3s;opacity:1;visibility:visible;pointer-events:none}.catalog__text-button.active{transform:translateY(30px)}.catalog__text-button.active:after{opacity:0;visibility:hidden}.catalog__text-button.active .catalog__text-icon{transform:rotate(180deg)}.catalog__text-icon{position:relative;z-index:100;width:20px;height:20px;stroke:#000;stroke-width:1;transition-duration:.3s}@media screen and (min-width: 380px){.catalog__sort-state{margin-right:10px}}@media screen and (min-width: 992px){.catalog__sort-state{margin-right:18px}.catalog__categories-nav{display:flex;margin-bottom:20px}.catalog__header{width:100%;display:flex;align-items:baseline;margin-bottom:20px}.catalog__sort{position:relative;margin-left:auto;margin-top:0;margin-bottom:0;right:auto;top:auto}.catalog__title-h1{margin-bottom:20px}.catalog__title{width:50%;text-align:left;margin-bottom:0}.catalog__filter-box{margin-bottom:20px}.catalog__aside{width:320px}.catalog__main{width:calc(100% - 320px);display:flex;flex-wrap:wrap;align-content:flex-start;padding-left:15px}.catalog__bottom{width:100%}.catalog__filters-btn{display:none}.catalog__offer-list{display:flex}.catalog__offer-list .offer-list__container{flex-wrap:wrap;padding-left:0;padding-right:0}.catalog__offer-list .offer-list__link{width:100%;margin-bottom:10px}.catalog__products-list{-moz-column-gap:20px;column-gap:20px;row-gap:20px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.catalog__products-list{-moz-column-gap:20px;column-gap:20px;row-gap:20px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.catalog__products-list>*:nth-child(n){margin-right:20px}.catalog__products-list>*:nth-child(3n){margin-right:0}.catalog__products-list>*:nth-child(n){margin-bottom:20px}.catalog__products-list>*:nth-last-child(-n+3){margin-bottom:0}}}.catalog__products-list>*{width:calc(100% / 3 - 20px * (3 - 1) / 3)}.catalog__filters .filters__item .ss-single-selected{height:38px!important}.catalog__faq{margin-bottom:65px}}@media screen and (min-width: 1200px){.catalog__title{width:60%}.catalog__header{align-items:center}.catalog__contact-us{margin-bottom:70px}.catalog--empty,.catalog__note--empty{font-size:20px}}@media screen and (min-width: 1360px){.catalog__products-list{-moz-column-gap:20px;column-gap:20px;row-gap:20px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.catalog__products-list{-moz-column-gap:20px;column-gap:20px;row-gap:20px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.catalog__products-list>*:nth-child(n){margin-right:20px}.catalog__products-list>*:nth-child(4n){margin-right:0}.catalog__products-list>*:nth-child(n){margin-bottom:20px}.catalog__products-list>*:nth-last-child(-n+4){margin-bottom:0}}}.catalog__products-list>*{width:calc(25% - 15px)}.catalog__filter-categories .filter-categories__select .ss-single-selected{padding:6px 6px 6px 15px}.catalog__filters .filters__submit{height:38px}.catalog__filters .filters__item .ss-single-selected{height:38px!important}}@media screen and (min-width: 1560px){.catalog__products-list{-moz-column-gap:20px;column-gap:20px;row-gap:20px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.catalog__products-list{-moz-column-gap:20px;column-gap:20px;row-gap:20px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.catalog__products-list>*:nth-child(n){margin-right:20px}.catalog__products-list>*:nth-child(4n){margin-right:0}.catalog__products-list>*:nth-child(n){margin-bottom:20px}.catalog__products-list>*:nth-last-child(-n+4){margin-bottom:0}}}.catalog__products-list>*{width:calc(25% - 15px)}.catalog__note{margin-bottom:25px;font-size:15px}.catalog__note--empty{font-size:20px}}
