.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,body{overflow-x:hidden;min-height:100vh;overflow-anchor:none;scroll-behavior:smooth;margin:0;padding:0}html.fixing,body.fixing,html.lg-on,body.lg-on{width:100vw;height:100vh;overflow:hidden}body,button,textarea,input{font-family:Inter,sans-serif;font-style:normal;font-size:16px;line-height:1;font-weight:400}input::-moz-placeholder,textarea::-moz-placeholder{transition-duration:.3s;color:gray;font-weight:400}input::placeholder,textarea::placeholder{transition-duration:.3s;color:gray;font-weight:400}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{color:transparent!important}input:focus::placeholder,textarea:focus::placeholder{color:transparent!important}body{display:flex;flex-direction:column}main{width:100%;flex:1 0 auto;padding-bottom:50px;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}.lg-backdrop{background-color:#525252cc!important}.lg-outer .lg-thumb-outer{background-color:#525252e6!important}.button-disabled{cursor:default;pointer-events:none}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{height:2px!important;z-index:1!important}.hidden{display:none!important;opacity:0;visibility:hidden}.active{display:flex;opacity:1;visibility:visible}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(/build/assets/200-5e6fc9fa.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/build/assets/400-5420525a.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/build/assets/500-1288467e.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/build/assets/600-2a8728d7.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(/build/assets/800-cb777cd1.woff2) format("woff2")}.container{position:relative;width:100%;padding-left:15px;padding-right:15px;box-sizing:border-box}@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:1170px}}@media screen and (min-width: 1360px){.container{max-width:1350px}}@media screen and (min-width: 1560px){.container{max-width:1530px}}@media screen and (min-width: 1700px){.container{max-width:1650px}}*,*: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}body a{text-decoration:none}body a:focus{text-decoration:none;outline:none}body a:hover{text-decoration: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}.header__logo-wrap{width:40%}.header__menu-box{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.header__menu-inner{position:relative;width:22px;height:2px;transition-property:transform;background-color:#00a7e1;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.header__menu-inner:before,.header__menu-inner:after{position:absolute;content:"";width:100%;height:2px;background-color:#00a7e1;transition:top 75ms ease .12s,opacity 75ms ease}.header__menu-inner:before{top:-6px;left:0}.header__menu-inner:after{right:0;bottom:-6px}.header__container{display:flex;align-items:center;justify-content:space-between;background-color:#fff;padding-top:12px;padding-bottom:12px}.header__actions{display:none}.header__action{position:relative;display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:10px;background-color:#f5f6f9}.header__action--cart-link{margin-right:10px;margin-left:10px}.header__action--cart-link.hide .header__cart-count{visibility:hidden;opacity:0}.header__action-wrap{display:flex;width:60%;justify-content:flex-end}.header__logo{display:block;width:110px}.header__logo-icon{width:110px;height:52px}.header__logo-text{display:block;font-size:5.5px;line-height:1;font-weight:600;color:#000;text-transform:uppercase}.header__btn{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;overflow:hidden}.header__btn.active{border:1px solid #00A7E1}.header__btn.active .header__btn-icon{stroke:#00a7e1}.header__btn.active .header__menu-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.header__btn.active .header__menu-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.header__btn.active .header__menu-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.header__btn.active .header__menu-inner:before,.header__btn.active .header__menu-inner:after{width:100%;background-color:#00a7e1}.header__btn-icon{width:24px;height:24px;fill:#00a7e1}.header__cart-count{position:absolute;top:6px;right:4px;width:17px;height:17px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#00a7e1;color:#fff;font-size:12px;line-height:1;font-weight:700}.header__dropdown{width:100vw;display:none;background-color:#fff;height:100vh;left:0;overflow-y:scroll;padding:25px 15px 150px;position:absolute;right:0;top:80px;border-top:2px solid grey}.header__dropdown.active{display:block;visibility:visible;opacity:1;z-index:20}.header__dropdown--search{background-color:transparent;border-top:none}.header__favorites{width:100%;justify-content:space-between;margin-bottom:30px}.header__navigation .navigation__li{padding:10px 0}.header__dropdown-item{width:100%}.header__langs{margin-top:30px}.header__dropdown-wrap{width:100%;display:flex;flex-wrap:wrap;padding-bottom:15px}.header__cart-count-wrap{display:none}@media screen and (min-width: 380px){.header__logo{width:130px}.header__logo-icon{width:130px;height:54px}.header__logo-text{font-size:6.5px;margin-top:3px}}@media screen and (min-width: 992px){.header{height:167px}.header__favorites--dsk{position:absolute;bottom:36px;right:160px}.header__container{height:inherit;align-items:flex-start;flex-wrap:wrap;padding-top:0;padding-bottom:0}.header__btn--search{display:none!important}.header__dropdown{overflow-y:initial}.header__dropdown--menu{padding:0;width:100%;display:flex;height:47px;align-items:center;position:relative;top:0;border-top:0;background-color:#f5f6f9}.header__dropdown--menu:before,.header__dropdown--menu:after{position:absolute;content:"";width:20%;height:47px;top:0;background-color:#f5f6f9}.header__dropdown--menu:before{left:-20%}.header__dropdown--menu:after{right:-20%}.header__dropdown--menu .phone-item{display:none}.header__dropdown--search{display:block;position:absolute;width:300px;height:auto;padding:0;left:170px;bottom:36px;top:auto;border-top:0}.header__action-wrap{order:1;width:100%}.header__logo-wrap{width:auto;order:2}.header__favorites{display:none!important}.header__favorites--dsk .favorites__text,.header__action--menu{display:none}.header__navigation .navigation__ul{flex-wrap:nowrap}.header__navigation .navigation__li{width:-moz-fit-content;width:fit-content;padding:10px 20px 10px 0}.header__dropdown-wrap{width:-moz-fit-content;width:fit-content;padding-bottom:0}.header__langs{margin-top:0}.header__action--cart-link{width:auto;position:absolute;bottom:36px;right:0;background-color:#fff}.header__action--search{display:block;background-color:transparent;position:absolute;bottom:36px;left:150px;width:auto;min-width:300px}.header__actions{order:3;display:flex;width:-moz-fit-content;width:fit-content;margin-right:210px}.header__cart-count-wrap{width:80px;display:flex;flex-wrap:wrap}.header__cart-count-text{width:100%;font-size:16px;line-height:1;font-weight:400;color:#8b8d92;margin-bottom:5px}.header__btn{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:10px;background-color:#f5f6f9;margin-right:10px}.header__cart-count-sum{width:100%;font-size:16px;line-height:1;font-weight:600;color:#08226e}.header__phones-wrap{top:0;right:0;position:absolute;height:60px;overflow:hidden;border-radius:10px;z-index:10;background-color:#fff;transition:all .3s ease;border:1px solid #fff;padding:10px}.header__phones-wrap.active{top:0;right:0;position:absolute;width:100%;border:1px solid #00A7E1;height:auto;flex-wrap:wrap}.header__phones-wrap.active .header__phones-btn-icon{stroke:#00a7e1;transform:rotate(-90deg)}.header__phones--dsk{position:relative;width:100%;min-width:290px;display:flex}.header .phone-item__number{font-size:16px}.header .phone-item__link{width:25px;height:25px;margin-right:5px}.header__phones-btn{width:35px;height:35px;display:flex;align-items:center;justify-content:center;position:absolute;top:7px;right:-5px}.header__phones-btn-icon{width:15px;height:15px;stroke:#8b8d92;stroke-width:8;transform:rotate(90deg)}}@media screen and (min-width: 1200px){.header__logo{width:157px}.header__logo-icon{width:157px;height:77px}.header__logo-text{font-size:7.8px}.header__dropdown--search{width:350px;left:250px}.header__phones-wrap{top:10px}.header__favorites--dsk{right:164px}.header__actions{margin-right:220px}}@media screen and (min-width: 1360px){.header .header__dropdown--search{width:550px}}@media screen and (min-width: 1560px){.header .header__dropdown--search{width:700px}}@media screen and (min-width: 1700px){.header .header__dropdown--search{width:800px}}.footer{position:relative;width:100%;display:flex;flex-wrap:wrap}.footer__main{width:100%;display:flex;flex-wrap:wrap;background-color:#f5f6f9;padding-top:30px}.footer__item{width:100%;display:flex;flex-wrap:wrap;margin-bottom:30px}.footer__item .schedule{margin-bottom:40px}.footer__logo{width:157px;display:flex;flex-wrap:wrap;margin-bottom:25px}.footer__logo-icon{width:157px;height:70px}.footer__logo-text{display:block;margin-top:5px;font-size:7.8px;line-height:1;font-weight:600;color:#000;text-transform:uppercase}.footer__subitem{width:100%;margin-bottom:12px}.footer__phone-item{width:100%;margin-bottom:6px}.footer__item-title{width:100%;display:block;font-size:18px;line-height:1;font-weight:600;color:#000;margin-bottom:16px}.footer__schedule-note{width:100%;font-size:16px;line-height:1;font-weight:400;color:#000}.footer__schedule-note span{font-weight:600;color:#00a7e1}.footer__bottom{width:100%;display:flex;flex-wrap:wrap;margin-top:20px;margin-bottom:20px}.footer__bottom-link{display:block;width:100%;font-size:16px;line-height:1.3;font-weight:400;color:#000;text-decoration:underline;margin-bottom:8px}.footer__signature{display:block;width:100%;font-size:16px;line-height:1;font-weight:400;color:#000;margin-top:20px}.footer__btn{position:absolute;top:30px;right:15px;width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:10px;background-color:#00a7e1}.footer__btn-icon{width:25px;height:25px;stroke:#fff;stroke-width:4;transform:rotate(-90deg)}.footer__address .address__icon{width:16px;height:16px}.footer__email .email__icon{width:16px;height:16px;margin-top:3px}@media screen and (min-width: 420px){.footer__schedule-note{font-size:18px}.footer__item-title{font-size:20px}.footer__logo{width:160px;height:88px}.footer__logo-icon{width:160px;height:75px}.footer__address .address__icon{width:20px;height:20px}.footer__email .email__icon{width:20px;height:20px;margin-top:3px}}@media screen and (min-width: 768px){.footer__container{display:flex;flex-wrap:wrap;align-items:flex-start}.footer__item{width:50%}}@media screen and (min-width: 992px){.footer__item{margin-bottom:0}.footer__item:nth-child(1){width:25%}.footer__item:nth-child(2){width:20%}.footer__item:nth-child(3){width:20%}.footer__item:nth-child(4){width:35%;padding-left:30px}.footer__item-title{font-size:18px}.footer__schedule-note,.footer__phone-item .phone-item__number{font-size:16px}.footer__bottom-link{margin-bottom:0;width:33%;line-height:1}.footer__bottom-link:nth-child(1){order:1}.footer__bottom-link:nth-child(2){order:3;text-align:right}.footer__signature{width:33%;order:2;line-height:1;margin-top:0;text-align:center}.footer__bottom{margin-top:15px;margin-bottom:15px}.footer__container-bottom{align-items:center;padding-left:0;padding-right:0}.footer__btn{top:-26px}.footer__logo{margin-bottom:40px}.footer__main{padding-top:50px;padding-bottom:50px}}@media screen and (min-width: 1340px){.footer__item:nth-child(1){width:25%}.footer__item:nth-child(2){width:25%}.footer__item:nth-child(3){width:25%}.footer__item:nth-child(4){width:25%}}@media screen and (min-width: 1560px){.footer__item:nth-child(1){width:25%}.footer__item:nth-child(2){width:25%}.footer__item:nth-child(3){width:25%}.footer__item:nth-child(4){width:25%}}.title{display:block;text-align:left;font-size:22px;line-height:1.2;font-weight:600;color:#000;margin-bottom:20px}@media screen and (min-width: 420px){.title{font-size:22px}}@media screen and (min-width: 768px){.title{font-size:24px}}@media screen and (min-width: 992px){.title{font-size:26px}}@media screen and (min-width: 1200px){.title{font-size:28px}}@media screen and (min-width: 1340px){.title{font-size:36px}}.btn{height:54px;display:flex;justify-content:center;align-items:center;border-radius:10px;background-color:#00a7e1;color:#fff;font-size:16px;line-height:1;font-weight:600}@media screen and (min-width: 1200px){.btn{font-size:18px;transition:.3s linear}.btn:hover{background-color:#08226e}}.navigation__ul{display:flex;flex-wrap:wrap}.navigation__li{width:100%;padding:5px 0}.navigation__link{font-size:16px;line-height:1;font-weight:400;color:#000}@media screen and (min-width: 420px){.navigation__link{font-size:18px}}@media screen and (min-width: 992px){.navigation__link{font-size:16px}}@media screen and (min-width: 1200px){.navigation__link{transition:.3s linear}.navigation__link:hover{color:#00a7e1}}.schedule__item{display:flex;padding:5px 0}.schedule__days{font-size:16px;line-height:1;font-weight:400;color:#000;margin-right:5px}.schedule__hours{font-size:16px;line-height:1;font-weight:400;color:#000}@media screen and (min-width: 420px){.schedule__hours,.schedule__days{font-size:18px}}@media screen and (min-width: 992px){.schedule__hours,.schedule__days{font-size:16px}}.address{display:flex;align-items:center}.address__icon{width:24px;height:24px;margin-right:10px;fill:#00a7e1}.address__text{width:calc(100% - 34px);font-size:16px;line-height:1.2;font-weight:600;color:#000;font-style:normal;text-wrap:balance}.phone-item{display:flex;align-items:center;justify-content:flex-start}.phone-item__icon{width:20px;height:20px;stroke:#00a7e1;margin-right:10px;stroke-width:2}.phone-item__number{font-size:18px;line-height:1;font-weight:600;color:#000;min-width:125px;margin-right:10px}.phone-item__link{display:flex;justify-content:center;align-items:center;width:24px;height:24px;margin-right:10px}.phone-item__link-icon{width:100%;height:100%}.phone-item__link-icon--viber{fill:#7360f2}.phone-item__link-icon--whatsapp{fill:#25d366}.phone-item__link-icon--telegram{fill:#24a1de}.phone-wrap{position:relative;width:100%;display:flex;flex-wrap:wrap;padding-left:40px}.phone-wrap--footer{padding-left:25px}.phone-wrap--footer .phone-wrap__icon{top:3px;width:16px;height:16px}.phone-wrap__icon{position:absolute;top:0;left:0;width:30px;height:30px;stroke:#00a7e1;stroke-width:2}@media screen and (min-width: 420px){.phone-item__number{font-size:20px}.phone-item__link{width:28px;height:28px}.phone-wrap--footer{padding-left:27px}.phone-wrap--footer .phone-wrap__icon{top:5px;width:20px;height:20px}}@media screen and (min-width: 992px){.phone-wrap--header-mob{display:none}.phone-item__number{min-width:115px}}@media screen and (min-width: 1340px){.phone-item__icon{width:28px;height:28px}.phone-item__number{font-size:18px}.phone-item__link-icon{width:28px;height:28px}}.email{display:flex;align-items:center}.email__icon{width:20px;height:20px;margin-right:10px;fill:#00a7e1}.email__text{font-size:16px;line-height:1;font-weight:600;color:#000;text-decoration:underline}@media screen and (min-width: 420px){.email__text{font-size:18px}}@media screen and (min-width: 992px){.email__text{font-size:16px}}.switch-langs{display:flex;width:-moz-fit-content;width:fit-content}.switch-langs__btn-icon{display:none}.switch-langs__item{display:flex;align-items:center;font-weight:400;font-size:16px;line-height:1.2;text-transform:uppercase;color:#000}.switch-langs__item.active-lg{font-weight:500;color:#00a7e1;border-bottom:2px solid #00A7E1}.switch-langs__item:not(:last-child){margin-right:20px}@media screen and (min-width: 992px){.switch-langs{position:absolute;right:0;top:15px;width:70px;height:-moz-fit-content;height:fit-content;align-self:center;margin-left:auto;margin-right:0;align-items:center;padding:5px 15px;flex-wrap:wrap}.switch-langs.active{border-radius:10px;border:1px solid #00A7E1;background-color:#fff}.switch-langs.active .switch-langs__item{visibility:visible;opacity:1}.switch-langs.active .switch-langs__btn-icon{transform:rotate(-90deg);stroke:#00a7e1;stroke-width:7}.switch-langs__btn-icon{display:flex;width:15px;height:15px;transform:rotate(90deg);stroke:#000;stroke-width:1.5;pointer-events:none;margin-left:3px}.switch-langs__item{margin-right:0;font-size:14px;color:#000;visibility:hidden;opacity:0}.switch-langs__item.active-lg{visibility:visible;opacity:1;font-weight:400;color:#000;border-bottom:2px solid transparent}.switch-langs__item:not(:last-child){margin-right:0}}.favorites{display:flex;align-items:center}.favorites__wrap{position:relative;display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:10px;background-color:#f5f6f9}.favorites__icon{width:30px;height:30px;stroke:#00a7e1;stroke-width:2;fill:transparent}.favorites__count{position:absolute;top:6px;right:4px;width:17px;height:17px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#00a7e1;color:#fff;font-size:12px;line-height:1;font-weight:700}.favorites__count.hide{visibility:hidden;opacity:0}.favorites__text{font-size:16px;line-height:1;font-weight:400;color:#000}.search{display:flex;height:50px;border-radius:10px;border:1px solid #F5F6F9;overflow:hidden;background-color:#fff}.search.active{border:1px solid #00A7E1}.search.active .search__input,.search.active .search__btn{background-color:#fff}.search__btn-icon{width:24px;height:24px;fill:#00a7e1;position:relative;z-index:1}.search__input{width:calc(100% - 45px);padding-left:20px;font-size:16px;line-height:1;color:#000;font-weight:400}.search__btn{position:relative;width:45px;height:100%;margin-right:1px;background-color:#fff}@media screen and (min-width: 992px){.search,.search__input,.search__btn{background-color:#f5f6f9}}.messengers{width:100%;display:flex;flex-wrap:wrap}.messengers__title{width:100%;display:block;text-align:left;font-size:16px;line-height:1;font-weight:600;color:#000;margin-bottom:10px}.messengers__box{width:100%;display:flex;justify-content:flex-start}.messengers__item{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:10px;background-color:#fff;margin-right:10px;border:1px solid #fff}.messengers__icon{width:21px;height:21px}@media screen and (min-width: 420px){.messengers__title{font-size:18px}.messengers__item{width:45px;height:45px}.messengers__icon{width:25px;height:25px}}@media screen and (min-width: 1200px){.messengers__title{font-size:20px}.messengers__item{transition:.3s linear}.messengers__item:hover{border:1px solid #00A7E1;box-shadow:0 0 5px 5px #a5a3a333}}.card{position:relative;display:flex;flex-direction:column;align-items:stretch;height:auto;border-radius:16px;overflow:hidden;background-color:#fff;border:1px solid #E8E7E7}.card__image{width:100%;height:100%}.card__picture{width:100%;position:relative;display:flex;height:100%;padding-bottom:78%}.card__img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card__favorite-form{position:absolute;top:5px;right:5px;width:30px;height:29px;background-color:#fff;border-radius:6px;display:flex;justify-content:center;align-items:center}.card__favorite-btn{width:100%;height:100%}.card__favorite-btn.clicked .card__favorite-icon{fill:#00a7e1;stroke:#00a7e1}.card__favorite-icon{width:20px;height:20px;fill:#fff;stroke:#00a7e1}.card__content{width:100%;display:flex;flex-wrap:wrap;padding:10px;margin-top:auto}.card__lot{width:100%;font-size:11px;line-height:1;color:#000;font-weight:400;margin-bottom:10px}.card__name-link{width:100%}.card__name{font-size:14px;line-height:1.3;font-weight:600;color:#000;margin-bottom:15px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card__bottom{width:100%;display:flex;justify-content:space-between;align-items:center}.card__price{width:-moz-fit-content;width:fit-content;font-size:16px;line-height:1;font-weight:600;color:#0047ba}.card__cart-link{width:35px;height:35px;border-radius:6px;display:flex;justify-content:center;align-items:center;background-color:#00a7e1}.card__cart-icon{width:22px;height:22px;fill:#fff}@media screen and (min-width: 420px){.card__picture{padding-bottom:72%}.card__lot{font-size:12px}.card__name{font-size:15px}.card__price{font-size:18px}}@media screen and (min-width: 1200px){.card{transition-duration:.3s}.card:hover{box-shadow:0 0 5px 5px #a5a3a333}.card__favorite-form{width:36px;height:36px;border-radius:10px}.card__favorite-icon{width:24px;height:24px}.card__picture{padding-bottom:77%}.card__content{padding:20px}.card__name{font-size:16px}.card__price{font-size:20px}.card__cart-link{width:54px;height:54px;transition:.3s linear}.card__cart-link:hover{background-color:#08226e}.card__cart-icon{width:24px;height:24px}}.breadcrumbs{width:100%;margin-bottom:20px}.breadcrumbs__container{padding-right:0}.breadcrumbs__container:before{position:absolute;content:"";right:0;top:7px;width:50px;height:50px;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,#fff 100%)}.breadcrumbs__nav{width:100%}.breadcrumbs__list{display:flex;flex-wrap:nowrap;padding-top:11px;padding-bottom:11px;overflow:auto;overflow-y:hidden}.breadcrumbs__item{position:relative;display:flex;align-items:center;flex-wrap:nowrap;width:-moz-fit-content;width:fit-content;margin-right:10px;padding-right:10px}.breadcrumbs__item:after{position:absolute;content:"/";right:-3px;top:-2px}.breadcrumbs__item:last-child:after{content:""}.breadcrumbs__item:last-child .breadcrumbs__link{color:#000;cursor:default;text-decoration:none;border-bottom:1px solid transparent}.breadcrumbs__link{white-space:nowrap;font-size:14px;font-weight:400;line-height:1;color:#000;border-bottom:1px solid #000}@media screen and (min-width: 1200px){.breadcrumbs__link{font-size:16px}.breadcrumbs__list{padding-top:25px;padding-bottom:20px}}.faq{position:relative}.faq__container{display:flex;flex-wrap:wrap}.faq__box{position:relative;width:100%;display:flex;flex-wrap:wrap;align-content:flex-start}.faq__header{width:100%}.faq__wrapper{width:100%;display:flex;flex-wrap:wrap;padding-bottom:50px}.faq__item{width:100%;padding:20px;border-radius:15px;border:1px solid #F5F6F9;margin-bottom:10px;flex-wrap:wrap}.faq__item.active .faq__collapse{margin-top:10px}.faq__header{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:16px;line-height:1.3;font-weight:600;color:#000;cursor:pointer}.faq__header span{width:calc(100% - 20px)}.faq__icon{width:15px;height:15px;stroke:#8b8d92;transform:rotate(90deg)}.faq__collapse{height:0;overflow:hidden;transition-duration:.3s;transition-property:height,margin;font-size:14px;line-height:1.5}.faq__collapse div{padding-bottom:25px}.faq__collapse a{color:#00a7e1;font-weight:400;transition-duration:.3s}.faq__collapse a:hover{text-decoration:underline}.faq__collapse ul,.faq__collapse ol{list-style-type:disc;padding-left:15px}.faq__collapse ul li::marker,.faq__collapse ol li::marker{color:#00a7e1;list-style-position:inside}.faq__box-img{width:100%;border-radius:16px;background-color:#08226e;display:flex;align-items:center;height:200px;overflow:hidden}.faq__img-wrap{width:50%;display:flex;flex-wrap:wrap;padding-left:20px}.faq__img-title{display:block;font-size:18px;line-height:1.3;color:#fff;font-weight:600;margin-bottom:16px}.faq__img-text{display:block;font-size:14px;line-height:1.3;color:#fff;font-weight:400}.faq__picture{width:auto;height:100%;position:absolute;right:2px;bottom:0}.faq__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.faq__link{position:absolute;left:0;bottom:20px;width:-moz-fit-content;width:fit-content;display:block;color:#00a7e1;font-size:16px;line-height:1;font-weight:600;border-bottom:2px solid #00A7E1}@media screen and (min-width: 992px){.faq__box{width:50%}.faq__box-img{height:415px;min-height:415px;max-height:415px}.faq__img{height:415px}.faq__link{position:relative;left:auto;bottom:auto;transition:.3s linear}.faq__link:hover{color:#08226e;border-bottom:2px solid #08226E}.faq__box-header{width:100%;display:flex;align-items:baseline;justify-content:space-between;padding-right:20px}.faq__wrapper{padding-bottom:0;padding-right:20px}.faq__item:last-child{margin-bottom:0}.faq__img-title{font-size:20px}.faq__img-text{font-size:16px}}@media screen and (min-width: 1200px){.faq__box-img{height:465px;min-height:465px;max-height:465px}.faq__img{height:465px}.faq__wrapper,.faq__box-header{padding-right:30px}.faq__link{font-size:20px}.faq__header{font-size:18px}.faq__icon{width:18px;height:18px}.faq__collapse{font-size:16px}.faq__img-title{font-size:28px}.faq__img-text{font-size:20px}.faq__img-wrap{width:60%;padding-left:40px}}@media screen and (min-width: 1360px){.faq__box-img{height:455px;min-height:455px;max-height:455px}.faq__img{height:455px}}@media screen and (min-width: 1560px){.faq__link,.faq__header{font-size:22px}.faq__img-title{font-size:34px}.faq__img-text{font-size:22px}.faq__box-img{height:485px;min-height:485px;max-height:485px}.faq__img{height:485px}}.filter{width:100%;padding:20px;background-color:#fff;border-radius:20px}.filter__form{width:100%}.filter__item{width:100%;display:flex;position:relative;margin-bottom:12px}.filter__item select{height:45px}.filter__item--hidden{display:none}.filter .success .select .ss-single-selected{border:1px solid #00A7E1;background-color:#fff}.filter__submit{width:100%;height:45px;background-color:#00a7e1;font-size:16px;line-height:1;font-weight:600;color:#fff}.filter__submit.disabled{pointer-events:none;opacity:.5}.filter__submit-icon{width:24px;height:24px;fill:#fff;margin-right:5px}@media screen and (min-width: 460px){.filter{width:360px;margin:0 auto}}@media screen and (min-width: 992px){.filter{width:100%}.filter__form{display:grid;-moz-column-gap:15px;column-gap:15px;grid-template-columns:repeat(6,1fr)}.filter__item{margin-bottom:0}.filter__submit{height:54px}}@media screen and (min-width: 1350px){.filter__form{grid-template-columns:repeat(5,1fr) 130px}}.models{width:100%}.models__container{display:flex;flex-wrap:wrap}.models__title{width:100%;font-size:22px;line-height:1;font-weight:600;color:#000;margin-bottom:12px}.models__item{border-radius:10px;border:1px solid #00A7E1;font-size:14px;line-height:1;font-weight:600;color:#00a7e1;padding:12px 10px;margin-right:12px;margin-bottom:12px}@media screen and (min-width: 992px){.models{padding-bottom:50px}.models__title{width:-moz-fit-content;width:fit-content;margin-right:16px;font-size:26px}.models__container{align-items:baseline}.models__item{font-size:16px;padding:17px 22px}}@media screen and (min-width: 1200px){.models__item{margin-right:20px;transition:.3s linear}.models__item:hover{background-color:#00a7e1;color:#fff}.models__title{margin-right:30px}}.sort{position:relative;width:100%;display:flex;flex-wrap:wrap}.sort__header{display:flex;width:100%;align-items:center;justify-content:space-between;padding:13px 15px;border-radius:10px;background-color:#f5f6f9;cursor:pointer}.sort__header.active{background-color:#fff;border:1px solid #00A7E1}.sort__header.active .sort__icon{stroke:#00a7e1;transform:rotate(-90deg)}.sort__header-text{font-size:16px;line-height:1;font-weight:400;color:#8b8d92}.sort__icon{width:15px;height:15px;stroke:#8b8d92;stroke-width:3;transform:rotate(90deg)}.sort__box{display:none;width:100%;position:absolute;left:0;top:50px;padding:15px;border-radius:10px;border:1px solid #00A7E1;z-index:10;background-color:#fff;visibility:hidden;opacity:0}.sort__box.active{display:block;visibility:visible;opacity:1}.sort__item{width:100%;padding-bottom:10px}.sort__item:last-child{padding-bottom:0}.sort__item:hover{transition:.3s linear}.sort__item:hover .sort__link{color:#00a7e1;font-weight:600}.sort__link{font-size:16px;line-height:1;font-weight:400;color:#000}.sort__link.active{color:#00a7e1;font-weight:600}@media screen and (min-width: 420px){.address__text{font-size:18px}}@media screen and (min-width: 992px){.address__text{font-size:16px}}.pagination{width:100%;display:flex;flex-wrap:wrap}.pagination__load-more{height:45px;width:100%;margin:0 auto 30px;background-color:#fff;border:1px solid #00A7E1;color:#00a7e1;padding:0 42px}.pagination__load-more.loading .pagination__load-more-icon{animation:loading 2s linear infinite}.pagination__load-more-icon{margin-right:10px;width:24px;height:24px;fill:#00a7e1}.pagination__pagination{width:100%;display:flex;justify-content:center}.pagination__item{width:40px;height:40px;margin:0 5px}.pagination__link{display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-size:15px;line-height:1;font-weight:400;color:#000;background-color:#fff;border:1px solid #F5F6F9;border-radius:10px}.pagination__link.active{border:1px solid #00A7E1;font-weight:600;color:#00a7e1;background-color:#fff}.pagination__link:hover{background-color:#fff;border:1px solid #00A7E1}.pagination__icon{stroke:#8b8d92;width:17px;height:17px;stroke-width:4}.pagination__icon--prev{transform:rotate(180deg)}@media screen and (min-width: 380px){.pagination__load-more{width:-moz-fit-content;width:fit-content}}@media screen and (min-width: 992px){.pagination__load-more{height:54px}}@media screen and (min-width: 1200px){.pagination__load-more{transition:.3s linear;height:54px}.pagination__load-more:hover .pagination__load-more-text{color:#fff}.pagination__load-more:hover .pagination__load-more-icon{fill:#fff}}.text{font-size:14px;line-height:1.4;color:#000;font-weight:400}.text__container{width:100%;display:flex;flex-wrap:wrap}.text p{width:100%;font-size:14px;margin-bottom:15px;line-height:1.4}.text span{width:100%;font-size:14px;line-height:1.4}.text .bold{font-weight:600}.text h1,.text h2,.text h3,.text h4,.text h5{width:100%;display:block;line-height:1.2;font-weight:600;color:#000;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.4;color:#00a7e1;text-decoration:underline}.text ul{font-size:14px;line-height:1.4;list-style-type:disc;list-style-position:inside;padding-bottom:20px}.text ul li{padding-bottom:10px;list-style-image:url(/build/assets/check-circle-eadabde1.svg)}.text ul li::marker{line-height:1.4}.text ol{font-size:14px;line-height:1.4;list-style-type:decimal;list-style-position:inside;padding-bottom:20px}.text ol li{padding-bottom:10px}.text dl{width:100%}.text dt{font-weight:400;width:100%}@media screen and (min-width: 380px){.text{font-size:15px}.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{font-size:15px}.text p,.text span{font-size:16px}}@media screen and (min-width: 768px){.text{font-size:16px}.text h1{font-size:28px}.text h2{font-size:26px}.text h3{font-size:24px}.text h4{font-size:22px}.text h5{font-size:20px}.text a{font-size:18px}.text ul,.text ol,.text p,.text span{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,.text span{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:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:5px;column-gap:5px;row-gap:9px;margin-bottom:20px}.products-list__empty-list{width:100%;grid-column:1/-1;font-size:18px;line-height:1;font-weight:400;color:#000}.products-list__empty-list span{width:100%;display:block;margin-bottom:20px}@media screen and (min-width: 768px){.products-list{grid-template-columns:repeat(3,1fr);-moz-column-gap:18px;column-gap:18px}}@media screen and (min-width: 992px){.products-list{grid-template-columns:repeat(4,1fr);-moz-column-gap:16px;column-gap:16px;margin-bottom:16px}}@media screen and (min-width: 1200px){.products-list{-moz-column-gap:20px;column-gap:20px;row-gap:20px;margin-bottom:20px;grid-template-columns:repeat(5,1fr)}}@media screen and (min-width: 1560px){.products-list{-moz-column-gap:30px;column-gap:30px;row-gap:30px;margin-bottom:30px;grid-template-columns:repeat(6,1fr)}}.select{width:100%;height:45px}.select.selected .ss-single-selected{border:1px solid #00A7E1}.select.selected .ss-single-selected .ss-arrow .arrow-down{border:solid #00A7E1;border-width:0 2px 2px 0}.select.selected .ss-single-selected .placeholder{font-size:16px;line-height:1;font-weight:400;color:#000}.select .ss-open-below{border-radius:10px!important}.select .ss-single-selected{position:relative;height:auto;border-radius:10px;border:1px solid #F5F6F9;padding:8px 16px;background-color:#f5f6f9}.select .ss-single-selected .placeholder{font-size:16px;line-height:1;font-weight:400;color:#000;z-index:2}.select .ss-single-selected .placeholder .ss-disabled{font-size:16px;line-height:1;font-weight:400;color:#8b8d92}.select .ss-single-selected .ss-arrow{width:24px;height:24px;justify-content:center;margin:0;z-index:2}.select .ss-single-selected .ss-arrow span{padding:4px}.select .ss-single-selected .ss-arrow .arrow-down{margin:0;border:solid #000;border-width:0 2px 2px 0}.select .ss-single-selected .ss-arrow .arrow-up{margin:0;border:solid #00A7E1;border-width:0 2px 2px 0}.select .ss-single-selected.ss-disabled{background-color:#f5f6f9;cursor:default}.select .ss-content{position:absolute;overflow:hidden;border-radius:10px;width:100%;margin:10px 0 0;box-sizing:border-box;border:solid 1px #00A7E1;z-index:1010;background-color:#fff;transform-origin:center top;transition:transform .2s,opacity .2s}.select .ss-content:before,.select .ss-content:after{position:absolute;content:"";z-index:5}.select .ss-content:before{top:20px;right:26px;width:15px;height:15px;border-radius:10px;border:2px solid #00A7E1}.select .ss-content:after{top:32px;right:25px;width:2px;height:8px;background:#00A7E1;transform:rotate(-38deg)}.select .ss-content .ss-search{position:relative}.select .ss-content .ss-search input{position:relative;height:44px;font-size:16px;font-weight:400;line-height:1;border-radius:10px;padding:10px 25px}.select .ss-content .ss-search input:focus{box-shadow:none}.select .ss-content .ss-search.ss-hide{display:none}.select .ss-content .ss-list{min-height:auto;max-height:300px;overflow-y:auto;margin-top:7px;padding-bottom:17px;margin-right:10px}.select .ss-content .ss-list::-webkit-scrollbar{width:5px}.select .ss-content .ss-list::-webkit-scrollbar-thumb{background-color:#00a7e1;border-radius:2px}.select .ss-content .ss-list::-webkit-scrollbar-button{height:0}.select .ss-content .ss-list::-webkit-scrollbar-track-piece{width:1px;background-color:#f5f6f9}.select .ss-content .ss-option{font-size:16px;line-height:1.1;font-weight:400;padding:10px 10px 10px 20px;color:#000;text-transform:capitalize}.select .ss-content .ss-option:hover{color:#00a7e1;background-color:#fff}.select .ss-content .ss-option.ss-option-selected{background-color:#fff;color:#000;font-weight:600;cursor:pointer}.select .ss-content .ss-option.ss-disabled{cursor:default}@media screen and (min-width: 1200px){.select,.select .ss-single-selected{height:54px}.select .ss-single-selected .ss-arrow{margin:3px 0 0}}.limit-text{position:relative;overflow:hidden;max-height:150px}.limit-text.active{max-height:100%!important;overflow:visible}.limit-text__hide{display:none;visibility:hidden;opacity:0}.limit-text__btn{width:100%;display:flex;align-items:baseline;justify-content:flex-start;font-size:16px;line-height:1;font-weight:600;color:#00a7e1;margin-top:20px}.limit-text__btn.active .limit-text__btn-icon{transform:rotate(-90deg)}.limit-text__btn.active .limit-text__hide{display:block;visibility:visible;opacity:1}.limit-text__btn.active .limit-text__show{display:none;visibility:hidden;opacity:0}.limit-text__btn-icon{position:relative;width:15px;height:15px;stroke:#00a7e1;stroke-width:10px;transform:rotate(90deg);margin-left:5px;top:3px}.limit-text__show,.limit-text__hide{width:-moz-fit-content!important;width:fit-content!important}.catalog__filter{background-color:#08226e;margin-bottom:30px}.catalog__models{border-bottom:1px solid #F5F6F9;padding-bottom:30px;margin-bottom:30px}.catalog__header{display:flex;flex-wrap:wrap;margin-bottom:14px}.catalog__sorting{width:100%;display:grid;-moz-column-gap:15px;column-gap:15px;grid-template-columns:repeat(2,1fr)}.catalog__pagination{border-bottom:1px solid #F5F6F9;padding-bottom:30px;margin-bottom:30px}.catalog__text{width:100%;border-bottom:1px solid #F5F6F9;margin-bottom:30px;padding-bottom:30px}@media screen and (min-width: 992px){.catalog__header{flex-wrap:nowrap;align-items:baseline}.catalog__sorting{width:400px;margin-left:auto}}
