.ss-main{color:#666;display:inline-block;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.ss-main .ss-single-selected{background-color:#fff;border:1px solid #dcdee2;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;outline:0;padding:6px;-webkit-transition:background-color .2s;transition:background-color .2s;width:100%}.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{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;line-height:1em;text-align:left;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:calc(100% - 30px)}.ss-main .ss-single-selected .placeholder,.ss-main .ss-single-selected .placeholder *{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-single-selected .placeholder *{width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{color:#dedede}.ss-main .ss-single-selected .ss-deselect{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-flex:0;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 1 auto;flex:0 1 auto;font-weight:700;justify-content:flex-end;margin:0 6px}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-flex:0;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 1 auto;flex:0 1 auto;justify-content:flex-end;margin:0 6px}.ss-main .ss-single-selected .ss-arrow span{border:solid #666;border-width:0 2px 2px 0;display:inline-block;padding:3px;-webkit-transition:margin .2s,-webkit-transform .2s;transition:margin .2s,-webkit-transform .2s;transition:transform .2s,margin .2s;transition:transform .2s,margin .2s,-webkit-transform .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{margin:3px 0 0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.ss-main .ss-single-selected .ss-arrow span.arrow-down{margin:-3px 0 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ss-main .ss-multi-selected{-webkit-box-orient:horizontal;-webkit-box-direction:normal;background-color:#fff;border:1px solid #dcdee2;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;min-height:30px;outline:0;padding:0 0 0 3px;-webkit-transition:background-color .2s;transition:background-color .2s;width:100%}.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{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1 1 100%;flex:1 1 100%;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#dedede;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1em;margin:2px 0;overflow:hidden;padding:4px 5px;text-overflow:ellipsis;white-space:nowrap;width:100%}@-webkit-keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.ss-main .ss-multi-selected .ss-values .ss-value{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:scaleIn;animation-name:scaleIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;background-color:#5897fb;border-radius:4px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:12px;margin:3px 5px 3px 0;padding:3px 5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-name:scaleOut;animation-name:scaleOut;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{cursor:pointer;margin:0 0 0 5px}.ss-main .ss-multi-selected .ss-add{-webkit-box-flex:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:0 1 3px;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#666;display:-webkit-box;display:-ms-flexbox;display:flex;height:10px;justify-content:center;position:relative;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:2px}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666;content:"";height:2px;left:-4px;position:absolute;top:4px;width:10px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ss-content{background-color:#fff;border:1px solid #dcdee2;-webkit-box-sizing:border-box;box-sizing:border-box;margin:-1px 0 0;opacity:0;position:absolute;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:center top;transform-origin:center top;-webkit-transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,-webkit-transform .2s;transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s,-webkit-transform .2s;width:100%;z-index:1010}.ss-content.ss-open{display:block;opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}.ss-content .ss-search{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;padding:8px 8px 6px}.ss-content .ss-search.ss-hide,.ss-content .ss-search.ss-hide input{height:0;margin:0;opacity:0;padding:0}.ss-content .ss-search input{-webkit-box-flex:1;-webkit-appearance:textfield;background-color:#fff;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box;-webkit-box-sizing:border-box;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex:1 1 auto;flex:1 1 auto;font-size:inherit;height:30px;line-height:inherit;margin:0;min-width:0;outline:0;padding:6px 8px;text-align:left;width:100%}.ss-content .ss-search input::-webkit-input-placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input::-moz-placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:-ms-input-placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input::-ms-input-placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input::placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:focus{-webkit-box-shadow:0 0 5px #5897fb;box-shadow:0 0 5px #5897fb}.ss-content .ss-search .ss-addable{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-flex:0;align-items:center;border:1px solid #dcdee2;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex:0 0 30px;flex:0 0 30px;font-size:22px;font-weight:700;height:30px;justify-content:center;margin:0 0 0 8px}.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{font-weight:700;padding:6px 10px}.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{background-color:#5897fb;color:#fff}.ss-content .ss-list .ss-option{cursor:pointer;padding:6px 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-content .ss-list .ss-option *{display:inline-block}.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover{background-color:#5897fb;color:#fff}.ss-content .ss-list .ss-option.ss-disabled{background-color:#fff;color:#dedede;cursor:not-allowed}.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{background-color:rgba(88,151,251,.1);color:#666}.ss-content .ss-list .ss-option.ss-hide{display:none}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:#fffb8c}
html{overflow-x:hidden}body,html{min-height:100vh;overflow-anchor:none}body.fixing,html.fixing{height:100vh;overflow:hidden;width:100vw}body,button,input,textarea{font-family:Inter,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:1}input::-moz-placeholder{transition-duration:.3s}input:-ms-input-placeholder{transition-duration:.3s}input::placeholder{transition-duration:.3s}input:focus::-moz-placeholder{color:transparent!important}input:focus:-ms-input-placeholder{color:transparent!important}input:focus::placeholder{color:transparent!important}a{font-family:Inter,sans-serif;font-style:normal}body{display:flex;flex-direction:column}main{flex:1 0 auto;padding-bottom:100px;width:100%}.footer{flex:0 0 auto}img{max-height:100%;max-width:100%}svg{height:100%;width:100%}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none}.swiper-button-disabled.swiper-button-lock{cursor:default;opacity:0;pointer-events:none}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:local(""),url(/fonts/inter/inter-v11-latin_cyrillic-regular.woff2) format("woff2"),url(/fonts/inter/inter-v11-latin_cyrillic-regular.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:local(""),url(/fonts/inter/inter-v11-latin_cyrillic-500.woff2) format("woff2"),url(/fonts/inter/inter-v11-latin_cyrillic-500.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:local(""),url(/fonts/inter/inter-v11-latin_cyrillic-600.woff2) format("woff2"),url(/fonts/inter/inter-v11-latin_cyrillic-600.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:local(""),url(/fonts/inter/inter-v11-latin_cyrillic-800.woff2) format("woff2"),url(/fonts/inter/inter-v11-latin_cyrillic-800.woff) format("woff")}.container{padding-left:15px;padding-right:15px;position:relative;width:100%}@media screen and (min-width:576px){.container{margin:0 auto;max-width:570px}}@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:1600px}}*,:after,:before{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}:after:focus,:before:focus,:focus{border:none}body,html{scroll-behavior:smooth}address,article,aside,body,button,figure,form,h1,h2,h3,h4,h5,h6,html,label,nav,ol,p,strong,ul{margin:0;padding:0}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}button{background-color:#fff;border:none;cursor:pointer}button,input,textarea{outline:none;padding:0}input,textarea{border:none;border-radius:0;box-shadow:none}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1}input::placeholder,textarea::placeholder{opacity:1}ol,ul{list-style:none;margin:0;padding:0}a,a:focus{text-decoration:none}a:focus{outline:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.navigation__list{display:flex;flex-direction:column;gap:30px;justify-content:flex-start}.navigation__link,.phones-title{font-weight:400;line-height:1.2}.phones-list{display:flex;flex-direction:column;gap:15px}.phones-list__item{display:flex;gap:7px}.phones-list__item-link{align-self:flex-end;font-weight:400;line-height:1.2}.phones-list__icon{align-items:center;display:flex;height:30px;justify-content:center;margin-top:-10px;width:30px}.phones-list__icon svg{height:100%;width:100%}@media screen and (min-width:992px){.phones-list__icon{height:20px;margin-top:0;width:20px}}.search-form{position:relative}.search-form__input{border:1px solid #b8b8b8;border-radius:5px;color:#131313;font-size:12px;font-weight:400;height:44px;line-height:1.2;padding-left:25px;padding-right:61px;width:100%}.search-form__input::-moz-placeholder{color:#b8b8b8}.search-form__input:-ms-input-placeholder{color:#b8b8b8}.search-form__input::placeholder{color:#b8b8b8}.search-form__btn{align-items:center;background-color:#fe652b;border-radius:0 4px 4px 0;display:flex;height:44px;justify-content:center;position:absolute;right:0;top:0;width:56px}.search-form__icon{stroke:#fff;height:20px;width:20px}@media screen and (min-width:380px){.search-form__input{font-size:16px;height:52px}.search-form__btn{height:52px}.search-form__icon{height:26px;width:26px}}@media screen and (min-width:992px){.search-form{width:100%}.search-form__input{font-size:16px;height:48px;padding-right:75px}.search-form__btn{height:48px;overflow:hidden;width:70px}.search-form__btn:before{background:linear-gradient(97.42deg,#ffab07 1.56%,#fe652b 98.68%),linear-gradient(269.49deg,#8d1d51 .09%,#bc3131 99.82%);content:"";display:flex;height:100%;left:0;opacity:0;position:absolute;top:0;transition-duration:.4s;width:100%}.search-form__btn:hover:before{opacity:1}.search-form__icon{z-index:2}}.header-menu.active .header-button{background-color:#131313}.header-menu.active .header-button-icon{stroke:#fe652b}.header-menu.active .header-modal{opacity:1;top:60px;visibility:visible}.header-button,.header-link{align-items:center;background-color:transparent;border-radius:30px;display:flex;height:38px;justify-content:center;transition-duration:.4s;width:38px}.header-button-icon{stroke:#fff;height:24px;transition-duration:.4s;width:24px}.header-modal{background-color:#fff;height:calc(100vh - 60px);left:0;opacity:0;overflow-x:hidden;overflow-y:scroll;padding:20px 35px 50px;position:absolute;top:90px;transition-duration:.4s;visibility:hidden;width:100vw;z-index:100}.header-link{position:relative}.header-link.hide .header-link-count{opacity:0;visibility:hidden}.header-link.hide .header-button-icon{stroke:#595959}.header-link-count{align-items:center;background-color:#fe652b;border-radius:30px;color:#fff;display:flex;font-size:12px;font-weight:500;height:19px;justify-content:center;line-height:1;position:absolute;right:-7px;top:0;transition-duration:.4s;width:19px}@media screen and (min-width:360px){.header-button,.header-link{height:45px;width:45px}.header-button-icon{height:28px;width:28px}}@media screen and (min-width:992px){.header-menu .header-button{display:none}.header-menu .header-modal{background-color:transparent;opacity:1;padding:0;position:static;visibility:visible}.header-button-icon{height:32px;width:32px}.header-link{border-radius:0;box-sizing:border-box;height:80px;width:65px}.header-link:hover{background-color:#1a1a1a}.header-link:hover .header-button-icon{stroke:#fff}.header-link:hover .header-link-count{background-color:#fe652b}.header-link__icon-wrapper{position:relative}.header-link .header-button-icon{stroke:#fe652b}.header-link .header-link-count{background-color:#1a1a1a;right:-9px;top:-6px}}@media screen and (min-width:1200px){.header-link{width:140px}.header-link__icon-wrapper{margin-left:10px}.header-button-icon{flex-shrink:0}}@media screen and (min-width:1360px){.header-link{width:150px}}@media screen and (min-width:1560px){.header-link{width:170px}}.burger-menu.active .burger-menu__button-line,.burger-menu.active .burger-menu__button-line:after,.burger-menu.active .burger-menu__button-line:before{background-color:#fe652b}.burger-menu__button{align-items:center;display:flex;justify-content:center;position:relative}.burger-menu__button-line{top:50%;transition-duration:75ms;transition-property:transform;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.burger-menu__button-line,.burger-menu__button-line:after,.burger-menu__button-line:before{background-color:#fff;border-radius:4px;display:block;height:1px;position:absolute;width:20px}.burger-menu__button-line:after,.burger-menu__button-line:before{content:""}.burger-menu__button-line:before{top:-7px;transition:top 75ms ease .12s,opacity 75ms ease}.burger-menu__button-line:after{bottom:-7px;transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.burger-menu.active .burger-menu__button-line{transform:rotate(45deg);transition-delay:.12s;transition-duration:75ms;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.burger-menu.active .burger-menu__button-line:before{opacity:0;top:0;transition:top 75ms ease,opacity 75ms ease .12s}.burger-menu.active .burger-menu__button-line:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s}.burger-menu .burger-modal .languages{display:flex;gap:15px;justify-content:flex-end;margin-bottom:60px;width:100%}.burger-menu .burger-modal .languages__link{align-items:center;border-radius:25px;color:#b8b8b8;display:flex;font-size:10px;font-weight:400;height:24px;justify-content:center;line-height:1;width:24px}.burger-menu .burger-modal .languages__link.active{background-color:#131313;color:#fe652b}.burger-menu .burger-modal .favorites{align-items:flex-end;color:#595959;display:flex;font-size:14px;font-weight:500;line-height:1.3;margin-bottom:50px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.burger-menu .burger-modal .favorites.hide .favorites__count{display:none}.burger-menu .burger-modal .favorites__icon{stroke:#595959;height:24px;margin-left:20px;width:24px}.burger-menu .burger-modal .favorites__count{align-items:center;background-color:#131313;border-radius:25px;color:#fff;display:flex;font-size:12px;font-weight:500;height:24px;justify-content:center;line-height:1.2;position:absolute;right:-15px;top:-10px;transition-duration:.4s;width:24px}.burger-menu .burger-modal .favorites__count.hide{opacity:0;visibility:hidden}.burger-menu .burger-modal__navigation .navigation__link{color:#131313;font-size:14px}@media screen and (min-width:360px){.burger-menu__button-line,.burger-menu__button-line:after,.burger-menu__button-line:before{width:25px}.burger-menu__button-line:before{top:-8px}.burger-menu__button-line:after{bottom:-8px}.burger-menu .burger-modal .favorites{font-size:18px}.burger-menu .burger-modal__navigation .navigation__link{font-size:20px}.burger-menu .burger-modal .favorites__icon{height:28px;width:28px}.burger-menu .burger-modal .languages__link{font-size:14px;height:34px;width:34px}}@media screen and (min-width:480px){.burger-menu .burger-modal__content-wrapper{margin-left:auto;margin-right:auto;max-width:430px}}@media screen and (min-width:992px){.burger-menu{align-items:center;display:flex;height:70px;margin-left:auto;width:calc(100% - 220px)}.burger-menu .burger-modal{align-items:center;display:flex;height:40px;overflow:hidden;width:100%}.burger-menu .burger-modal__content-wrapper{align-items:center;display:flex;margin-left:0;margin-right:0;max-width:unset;width:100%}.burger-menu .burger-modal .languages{margin-bottom:0;margin-left:auto;order:2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.burger-menu .burger-modal .languages__link{font-size:16px;height:40px;transition-duration:.3s;width:40px}.burger-menu .burger-modal .languages__link:not(.active):hover{color:#fe652b}.burger-menu .burger-modal .navigation{order:1}.burger-menu .burger-modal .navigation__list{flex-direction:row}.burger-menu .burger-modal .navigation__link{color:#fff;font-size:15px;transition-duration:.3s}.burger-menu .burger-modal .navigation__link:hover{color:#fe652b}.burger-menu .burger-modal .favorites{display:none}}@media screen and (min-width:1200px){.burger-menu{width:calc(100% - 270px)}.burger-menu .burger-modal .navigation__list{gap:40px}}@media screen and (min-width:1360px){.burger-menu{width:calc(100% - 320px)}.burger-menu .burger-modal .navigation__list{gap:60px}}.contacts-menu .contacts-modal{padding-top:95px}.contacts-menu .contacts-modal__title{color:#b8b8b8;display:block;font-size:12px;margin-bottom:30px}.contacts-menu .contacts-modal .phones-list{gap:20px}.contacts-menu .contacts-modal .phones-list__item-link{color:#131313;font-size:19px}.contacts-menu .contacts-modal__dropdown{display:none}@media screen and (min-width:360px){.contacts-menu .contacts-modal__title{font-size:18px}.contacts-menu .contacts-modal .phones-list__item-link{font-size:22px}}@media screen and (min-width:480px){.contacts-menu .contacts-modal__content-wrapper{margin-left:auto;margin-right:auto;max-width:290px}}@media screen and (min-width:768px){.contacts-menu .contacts-modal__content-wrapper{max-width:580px}.contacts-menu .contacts-modal__content-wrapper .phones-list{flex-direction:row;flex-wrap:wrap;gap:15px}.contacts-menu .contacts-modal__content-wrapper .phones-list>*{width:calc(50% - 7.5px)}}@media screen and (min-width:992px){.contacts-menu{margin-left:auto;margin-right:auto}.contacts-menu .contacts-modal{height:35px;max-width:485px;overflow:hidden;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.contacts-menu .contacts-modal.active{overflow:visible}.contacts-menu .contacts-modal__content-wrapper{background-color:#fff;border-radius:3px;display:flex;margin-left:0;margin-right:0;max-width:unset;padding-left:10px;padding-right:10px;padding-top:5px}.contacts-menu .contacts-modal__title{display:none}.contacts-menu .contacts-modal__dropdown{align-items:center;display:flex;height:25px;justify-content:center;width:25px}.contacts-menu .contacts-modal__dropdown.active .contacts-modal__dropdown-icon{transform:matrix(1,0,0,1,0,0)}.contacts-menu .contacts-modal__dropdown-icon{stroke:#1a1a1a;height:16px;transform:matrix(1,0,0,-1,0,0);transition-duration:.3s;width:16px}.contacts-menu .contacts-modal .phones-list{-moz-column-gap:5px;column-gap:5px;display:grid;height:35px;overflow:hidden;padding-bottom:15px;padding-top:5px;transition-duration:.3s}.contacts-menu .contacts-modal .phones-list__icon{height:20px;margin-top:0;width:20px}.contacts-menu .contacts-modal .phones-list__item{gap:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.contacts-menu .contacts-modal .phones-list__item:nth-child(2n){grid-column:2}.contacts-menu .contacts-modal .phones-list__item:nth-child(odd){grid-column:1}.contacts-menu .contacts-modal .phones-list__item-link{font-size:18px}}@media screen and (min-width:1200px){.contacts-menu .contacts-modal .phones-list{-moz-column-gap:10px;column-gap:10px;height:38px}}@media screen and (min-width:1360px){.contacts-menu .contacts-modal{max-width:540px}.contacts-menu .contacts-modal .phones-list{-moz-column-gap:30px;column-gap:30px}.contacts-menu .contacts-modal .phones-list__item-link{font-size:20px}}.search-menu .search-modal{padding-left:15px;padding-right:15px;padding-top:180px}.search-menu .search-modal__title{color:#b8b8b8;display:block;font-size:12px;font-weight:400;line-height:1.2;margin-bottom:20px}@media screen and (min-width:380px){.search-menu .search-modal__title{font-size:18px}}@media screen and (min-width:480px){.search-menu .search-modal__content-wrapper{margin-left:auto;margin-right:auto;max-width:440px}.search-menu .search-modal__title{font-size:14px}}@media screen and (min-width:992px){.search-menu{margin-right:auto}.search-menu .search-modal{height:48px;overflow:hidden;padding:0;width:340px}.search-menu .search-modal__title{display:none}.search-menu .search-modal__content-wrapper{max-width:unset}}@media screen and (min-width:1200px){.search-menu .search-modal{width:370px}}@media screen and (min-width:1360px){.search-menu .search-modal{width:445px}}@media screen and (min-width:1560px){.search-menu .search-modal{width:515px}}.header{background-color:#212121;height:60px;width:100%}.header__container{align-items:center;display:flex;height:100%;justify-content:space-between;position:static}.header__logo{display:flex;height:50px;width:121px}.header__logo-svg{height:34px;width:100%}.header__cart-text,.header__favorites,.header__favorites-text{display:none}@media screen and (min-width:380px){.header__logo{height:46px}}@media screen and (min-width:992px){.header{background-color:#fff;border-bottom:2px solid #f3f3f3;box-sizing:border-box;height:150px}.header:before{background-color:#212121;content:"";height:70px;left:0;position:absolute;top:0;width:100%}.header__container{align-items:center;flex-wrap:wrap;justify-content:flex-start;position:relative;z-index:2}.header__logo{height:70px;order:1;width:160px}.header__logo-svg{height:45px;margin-top:5px}.header__burger{order:2}.header__contacts{order:4}.header__search{order:3}.header__favorites{display:flex;order:5}.header__cart{order:6}}@media screen and (min-width:1200px){.header__cart:hover .header__cart-text,.header__cart:hover .header__favorites-text,.header__favorites:hover .header__cart-text,.header__favorites:hover .header__favorites-text{color:#fff}.header__cart-text,.header__favorites-text{color:#595959;display:flex;font-size:14px;font-weight:500;line-height:1.2;transition-duration:.4s}}.address{display:flex;flex-direction:column}.address__title{display:flex;font-weight:400;line-height:1.2}.address__value{font-size:16px;font-weight:600;line-height:1.2}.address__email{border-bottom:1px solid;display:flex;font-size:16px;font-weight:400;line-height:1.2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.schedule__list{display:flex;flex-direction:column;gap:7px;width:100%}.schedule__item{display:flex}.schedule__days{display:flex;font-weight:400;line-height:1.2;width:29%}.schedule__hours{display:flex;font-weight:500;line-height:1.2;width:71%}.socials-list{display:flex;gap:45px;justify-content:center}.socials-list__link{display:flex;height:45px;width:45px}.socials-list__icon{fill:#f9f9f9}@media screen and (min-width:992px){.socials-list__link:hover .socials-list__icon{fill:#fe652b}.socials-list__link--youtube:hover .socials-list__icon{fill:red}.socials-list__link--facebook:hover .socials-list__icon{fill:#3b5998}.socials-list__link--instagram{transition-duration:.4s}.socials-list__link--instagram:hover .socials-list__icon{fill:#c13584}.socials-list__icon{transition-duration:.4s}}.footer{background-color:#000;overflow:hidden;padding-bottom:50px;padding-top:55px}.footer__container{align-items:center;display:flex;flex-direction:column}.footer__logo{display:flex;height:46px;margin-bottom:80px;width:163px}.footer .phones-list{gap:20px;margin-bottom:60px}.footer .phones-list__item-link{color:#fff}.footer__middle-content{background-color:#131313;margin-bottom:60px;padding:35px 20px 50px;position:relative}.footer__middle-content:after,.footer__middle-content:before{background-color:#131313;content:"";display:flex;height:100%;position:absolute;top:0;width:100%}.footer__middle-content:before{left:-100%}.footer__middle-content:after{right:-100%}.footer .address{margin-bottom:50px}.footer .address__title{color:#fff;font-size:16px;margin-bottom:5px}.footer .address__value{color:#fff;margin-bottom:20px}.footer .address__email{color:#fff}.footer .schedule{margin-bottom:50px}.footer .schedule__days{color:#b8b8b8}.footer .schedule__hours{color:#fff}.footer .navigation{margin-bottom:50px}.footer .navigation__list{gap:20px}.footer .navigation__link{color:#fff}.footer__wm{align-items:center;display:flex;flex-direction:column;margin-bottom:45px}.footer__wm-icon{height:24px;margin-bottom:5px;width:200px}.footer__wm-text{line-height:1}.footer__rights,.footer__wm-text{color:#fff;font-size:10px;font-weight:400}.footer__rights{line-height:1.2}@media screen and (min-width:768px){.footer__container{flex-direction:row;flex-wrap:wrap;justify-content:space-between}.footer__logo{align-self:flex-start;margin-bottom:40px}.footer .phones-list{display:grid;margin-bottom:40px}.footer .phones-list__item:nth-child(odd){grid-column:1}.footer .phones-list__item:nth-child(2n){grid-column:2}.footer .phones-list__item-link{font-size:18px}.footer__middle-content{display:grid;grid-template-columns:1fr 1fr;padding-left:13%;padding-right:10%;width:100%}.footer .navigation{grid-column:1;grid-row:1/span 2;margin-bottom:20px}.footer .address{grid-column:2;grid-row:1;margin-bottom:70px}.footer .socials-list{grid-column:1;grid-row:3;justify-content:flex-start}.footer .schedule{grid-column:2;grid-row:2/span 2;margin-bottom:0}.footer__wm{margin-bottom:0;order:5}.footer__wm-icon{height:19px;width:143px}.footer__wm-text{font-size:9px}.footer__rights{font-size:12px}}@media screen and (min-width:992px){.footer{padding-top:30px}.footer__logo{height:63px;width:225px}.footer .phones-list{margin-bottom:15px}.footer .phones-list__item:nth-child(3n+1){grid-column:1}.footer .phones-list__item:nth-child(3n+2){grid-column:2}.footer .phones-list__item:nth-child(3n+3){grid-column:3}.footer__middle-content{grid-template-columns:none;margin-bottom:50px;padding-left:0;padding-right:0}.footer .address{grid-column:1;grid-row:1;margin-bottom:0}.footer .address__email{transition-duration:.3s}.footer .address__email:hover{color:#fe652b}.footer .schedule{grid-column:2;grid-row:1;margin-bottom:0}.footer .navigation{grid-column:3;grid-row:1;margin-bottom:0;margin-left:auto;margin-right:auto}.footer .navigation,.footer .navigation__list{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.footer .navigation__link{transition-duration:.3s}.footer .navigation__link:hover{color:#fe652b}.footer .socials-list{grid-column:4;grid-row:1;margin-bottom:0;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.footer__wm-icon{height:21px;width:162px}.footer__wm-text{font-size:10px}.footer__rights{font-size:14px}}@media screen and (min-width:1200px){.footer .phones-list{gap:15px;margin-bottom:15px}.footer__schedule{max-width:250px}}@media screen and (min-width:1360px){.footer .phones-list{-moz-column-gap:35px;column-gap:35px}.footer .phones-list__item:nth-child(4n+1){grid-column:1}.footer .phones-list__item:nth-child(4n+2){grid-column:2}.footer .phones-list__item:nth-child(4n+3){grid-column:3}.footer .phones-list__item:nth-child(4n+4){grid-column:4}.footer .phones-list__item-link{font-size:20px}.footer .address{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.footer .schedule{width:100%}.footer .navigation{margin-left:0;margin-right:0;max-width:25%;width:100%}.footer .navigation__list{flex-wrap:wrap;max-height:135px;width:100%}.footer .socials-list{margin-left:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.footer__middle-content{display:flex;justify-content:space-between}}@media screen and (min-width:1560px){.footer .phones-list{-moz-column-gap:84px;column-gap:84px}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important;text-transform:none}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.select.selected .ss-single-selected{border:1px solid #131313}.select.selected .ss-single-selected:before{opacity:1;visibility:visible}.select .ss-single-selected{border:1px solid #b8b8b8;height:50px;padding-left:25px;position:relative}.select .ss-single-selected:before{background-color:#ffab07;border-radius:3px 0 0 3px;content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;transition-duration:.3s;visibility:hidden;width:6px}.select .ss-single-selected.ss-open-below{border:1px solid #131313;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.select .ss-single-selected.ss-disabled{background:#e6e6e6;cursor:default}.select .ss-single-selected.ss-disabled .ss-arrow span{border:solid #afb7ba;border-width:0 1px 1px 0}.select .ss-single-selected .placeholder{color:#131313;font-size:16px;font-weight:600;line-height:1.2}.select .ss-single-selected .placeholder .ss-disabled{color:#b8b8b8;font-weight:400}.select .ss-single-selected .ss-arrow{justify-content:center;margin-bottom:-7px;margin-right:-6px;margin-top:-7px;position:relative;width:48px}.select .ss-single-selected .ss-arrow:before{background-color:#e6e6e6;content:"";display:block;height:32px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:1px}.select .ss-single-selected .ss-arrow span{border:solid #131313;border-width:0 1px 1px 0}.select .ss-content .ss-search{position:relative}.select .ss-content .ss-search.ss-hide{display:none}.select .ss-content .ss-search.ss-hide+.ss-list{padding-top:10px}.select .ss-content .ss-search:before{background-image:url(/img/search.svg);background-repeat:no-repeat;content:"";display:block;height:20px;position:absolute;right:22px;top:18px;width:20px}.select .ss-content .ss-search input{border:.5px solid #b8b8b8;border-radius:4px;color:#131313;font-weight:600;height:44px;padding-left:20px;padding-right:35px;transition-duration:.3s}.select .ss-content .ss-search input::-moz-placeholder{color:#b8b8b8;font-weight:400}.select .ss-content .ss-search input:-ms-input-placeholder{color:#b8b8b8;font-weight:400}.select .ss-content .ss-search input::placeholder{color:#b8b8b8;font-weight:400}.select .ss-content .ss-search input:focus{border:.5px solid #131313;box-shadow:none}.select .ss-content .ss-root{max-height:370px;overflow-y:auto;padding-top:15px;scroll-behavior:smooth;scrollbar-color:#fe652b #fff;scrollbar-width:thin}.select .ss-content .ss-root::-webkit-scrollbar{height:5px;width:5px}.select .ss-content .ss-root::-webkit-scrollbar-thumb{background-color:#fe652b;border-radius:5px}.select .ss-content .ss-root::-webkit-scrollbar-button{height:0}.select .ss-content .ss-root__anchors{display:flex;flex-wrap:wrap;gap:3px;list-style:none;margin-bottom:15px;padding-left:10px;padding-right:10px}.select .ss-content .ss-root__anchors>*{height:0;padding-bottom:calc(12.5% - 2.625px);position:relative;width:calc(12.5% - 2.625px)}.select .ss-content .ss-root__anchor{display:flex}.select .ss-content .ss-root__anchor a{align-items:center;border:1px solid #a2a2a2;border-radius:4px;color:#131313;display:flex;font-size:18px;font-weight:400;height:100%;justify-content:center;left:0;line-height:1;position:absolute;top:0;transition-duration:.3s;width:100%}.select .ss-content .ss-root__anchor a:hover{background-color:#fe652b;border:1px solid #fe652b;color:#fff}.select .ss-content .ss-root__anchor a.disabled{color:gray;pointer-events:none}.select .ss-content .ss-root .ss-list{max-height:none;overflow-y:hidden}.select .ss-content .ss-list{max-height:310px;scrollbar-color:#fe652b #fff;scrollbar-width:thin}.select .ss-content .ss-list::-webkit-scrollbar{height:5px;width:5px}.select .ss-content .ss-list::-webkit-scrollbar-thumb{background-color:#fe652b;border-radius:5px}.select .ss-content .ss-list::-webkit-scrollbar-button{height:0}.select .ss-content .ss-list .ss-option{color:#131313;font-size:16px;font-weight:400;line-height:1.2;padding-left:30px;transition-duration:.3s}.select .ss-content .ss-list .ss-option:hover{background-color:#fe652b;color:#fff;cursor:pointer}.select .ss-content .ss-list .ss-option.ss-disabled{cursor:default;font-weight:600}.select .ss-content.ss-open{border-radius:3px;box-shadow:0 4px 50px rgba(0,0,0,.1);padding-bottom:10px;top:calc(100% + 5px)}.button{align-items:center;background-color:#fe652b;border-radius:4px;display:flex;gap:10px;height:50px;justify-content:center;padding-left:20px;padding-right:20px}.button.disabled{background-color:#b8b8b8}.button__icon{stroke:#fff;height:20px;width:20px}.button__text{color:#fff;font-size:16px;font-weight:400;line-height:1.2}.pagination-button{align-items:center;border:.5px solid #595959;border-radius:4px;color:#595959;display:flex;font-size:13px;font-weight:400;height:48px;justify-content:center;line-height:1.2;text-transform:uppercase;width:100%}.pagination-button__icon{fill:#595959;stroke:#595959;height:20px;margin-right:15px;width:20px}@media screen and (min-width:380px){.button__icon{height:24px;width:24px}}@media screen and (min-width:992px){.button{overflow:hidden;position:relative}.button.disabled:before{display:none}.button:before{background:linear-gradient(97.42deg,#ffab07 1.56%,#fe652b 98.68%);content:"";display:flex;height:calc(100% - 2px);left:1px;opacity:0;position:absolute;top:1px;transition-duration:.4s;visibility:hidden;width:calc(100% - 2px);z-index:1}.button__icon{height:28px;width:28px;z-index:2}.button__text{z-index:2}.button:hover:before{opacity:1;visibility:visible}.pagination-button{font-size:16px;height:60px;transition-duration:.3s}.pagination-button:hover{border:.5px solid #fe652b;color:#fe652b}.pagination-button:hover .pagination-button__icon{fill:#fe652b;stroke:#fe652b;transform:rotate(90deg)}.pagination-button__icon{height:24px;transition-duration:.3s;width:24px}}@media screen and (min-width:1200px){.pagination-button{font-size:18px}}.title{color:#131313;display:block;font-size:20px;font-weight:400;line-height:1.2;margin-bottom:20px;text-align:center;text-transform:uppercase;width:100%}@media screen and (min-width:380px){.title{font-size:22px}}@media screen and (min-width:768px){.title{font-size:24px}}@media screen and (min-width:992px){.title{font-size:26px;margin-bottom:30px}}@media screen and (min-width:1200px){.title{font-size:28px;margin-bottom:35px}}@media screen and (min-width:1560px){.title{font-size:30px;margin-bottom:45px}}.filter__container{align-items:center;background-color:#131313;display:flex;flex-direction:column;gap:20px;padding:30px 15px 20px}.filter__title{color:#fff;font-size:20px;font-weight:400;line-height:1.2;text-transform:uppercase}.filter__group{max-width:370px;width:100%}.filter__select{height:50px;width:100%}.filter__submit.disabled{pointer-events:none}@media screen and (min-width:768px){.filter{width:376px}.filter__container{padding-top:25px}}@media screen and (min-width:992px){.filter{overflow:visible}}.product-card{display:flex;flex-direction:column;padding:6px 6px 30px}.product-card.swiper-slide{height:auto}.product-card__link-img{margin-bottom:5px;overflow:hidden;padding-top:92%;position:relative;width:100%}.product-card__img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.product-card__content{align-items:stretch;display:flex;flex:1 1 auto;flex-direction:column;width:100%}.product-card__link-name{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#131313;display:-webkit-box;font-size:12px;line-height:1.3;margin-bottom:10px;overflow:hidden;width:100%}.product-card__wrap{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:auto;width:100%}.product-card__wrap:last-child{margin-top:20px}.product-card__status{display:flex;width:100%}.product-card__status-label{color:#fff;display:flex;font-size:10px;line-height:1;padding:3px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.product-card__status-label--green{background-color:#00af21}.product-card__status-label--yellow{background-color:#fe652b}.product-card__code{color:#b8b8b8;display:flex;font-size:10px;line-height:1;width:calc(100% - 30px)}.product-card__code-number{color:#131313;font-weight:500;margin-left:5px}.product-card__favorites{align-items:center;display:flex;height:25px;justify-content:center;width:25px}.product-card__favorites.active{opacity:1;visibility:visible}.product-card__favorites.active .product-card__favorites-icon{fill:#ffab07}.product-card__favorites-icon{stroke:#ffab07;fill:none;height:17px;width:17px}.product-card__price{align-items:flex-end;display:flex;width:calc(100% - 30px)}.product-card__price-ua{color:#131313;font-size:10px;font-weight:700;line-height:1;margin-right:10px}.product-card__price-ua-currency{font-size:8px;font-weight:400}.product-card__price-usd{color:#b8b8b8;font-size:9px;font-weight:500;line-height:1}.product-card__link-cart{align-items:center;display:flex;height:25px;justify-content:center;width:25px}.product-card__cart-icon{stroke:#000;height:20px;transform:scaleX(-1);width:20px}.card-box{display:flex;flex-wrap:wrap;gap:0;width:100%}.card-box>*{width:50%}.card-box>.card-box__not-found{display:flex;font-size:12px;font-weight:400;line-height:1.2;width:100%!important}@media screen and (min-width:360px){.product-card__link-img{padding-top:82%}.product-card__code,.product-card__price-ua,.product-card__status-label{font-size:12px}.product-card__favorites-icon{height:21px;width:21px}.product-card__cart-icon{height:25px;width:25px}}@media screen and (min-width:400px){.product-card__price-ua{font-size:14px}.product-card__price-usd{font-size:12px}.product-card__link-name{font-size:13px}.product-card__price-ua-currency{font-size:10px}}@media screen and (min-width:768px){.product-card{padding:10px 10px 25px}.card-box{gap:0}.card-box>*{width:33.33333%}.card-box>.card-box__not-found{font-size:16px}}@media screen and (min-width:992px){.product-card{position:relative;transition-duration:.3s;transition-property:all}.product-card:hover{box-shadow:0 4px 15px rgba(0,0,0,.2)}.product-card:hover .product-card__price-ua{color:#fe652b}.product-card:hover .product-card__favorites{opacity:1;visibility:visible}.product-card__price-ua{transition-duration:.3s}.product-card__favorites{opacity:0;transition-duration:.3s;visibility:hidden}.card-box{gap:5px}.card-box>*{width:calc(25% - 3.75px)}}@media screen and (min-width:1200px){.card-box{gap:5px}.card-box>*{width:calc(20% - 4px)}.product-card{padding:10px 10px 15px}.product-card__link-img{margin-bottom:10px;padding-top:90%}.product-card__link-name{font-size:16px}.product-card__favorites-icon{height:20px;width:20px}.product-card__price-ua{font-size:19px}.product-card__price-ua-currency,.product-card__price-usd{font-size:16px}.product-card__status-label{font-size:14px;padding:5px}.product-card__cart-icon{height:22px;width:22px}}@media screen and (min-width:1560px){.card-box{gap:5px}.card-box>*{width:calc(16.66667% - 4.16667px)}.product-card{transition-duration:.3s}.product-card__link-img{padding-top:96%}.product-card__price-ua{margin-right:20px}}.benefits{background-color:#f9f9f9;padding-bottom:35px;padding-top:50px;width:100%}.benefits__container{display:flex;flex-wrap:wrap;padding-left:30px;padding-right:30px}.benefits__title{margin-bottom:40px;padding-left:15%;padding-right:15%}.benefits__box,.benefits__item{display:flex;flex-wrap:wrap;width:100%}.benefits__item{margin-bottom:60px}.benefits__item:last-child{margin-bottom:0}.benefits__item-header{align-items:center;display:flex;margin-bottom:15px;width:100%}.benefits__icon{height:40px;margin-right:20px;width:40px}.benefits__caption{color:#131313;font-size:14px;font-weight:500;line-height:1.3;text-transform:uppercase;width:calc(100% - 60px)}.benefits__text{color:#131313;font-size:12px;line-height:1.5;width:100%}@media screen and (min-width:360px){.benefits__caption{font-size:16px}.benefits__text{font-size:14px}}@media screen and (min-width:568px){.benefits__container{padding-left:15px;padding-right:15px}.benefits__box{justify-content:space-between}.benefits__item{width:49%}.benefits__item:nth-child(3){margin-bottom:0}}@media screen and (min-width:992px){.benefits{padding-bottom:50px}.benefits__item{margin-bottom:0;width:24%}.benefits__caption{font-size:16px}.benefits__text{font-size:14px}}@media screen and (min-width:1200px){.benefits{padding-bottom:90px;padding-top:65px}.benefits__title{margin-bottom:60px}.benefits__item{border:1px solid transparent;border-radius:15px;padding:30px 32px 35px;transition-duration:.3s;width:24%}.benefits__item:hover{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#fff;border:1px solid #fe652b}.benefits__icon{flex-shrink:0;height:70px;width:70px}.benefits__caption{font-size:18px}}@media screen and (min-width:1560px){.benefits__item{width:23%}}.brands__container{display:flex;flex-wrap:wrap;overflow:hidden}.brands__box{width:100%}.brands__figure{align-items:center;display:flex;width:100%}.brands__img-wrap{height:40px;margin-right:10px;width:40px}.brands__img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.brands__caption{color:#131313;font-size:14px;font-weight:400;line-height:1;width:calc(100% - 60px)}.brands__navigation{margin-top:30px;padding:5px 0;position:relative}.brands__slider-btn{height:20px;position:absolute;top:7px;width:36px}.brands__slider-btn--prev{left:0}.brands__slider-btn--next{right:0;transform:rotate(-180deg)}.brands__pagination{align-items:flex-end;color:#b8b8b8;display:flex;font-size:12px;justify-content:center;margin:0 auto;width:70%}.brands__pagination .swiper-pagination-current{color:#fe652b;font-size:20px;font-weight:600;padding-left:5px;padding-right:5px}.brands__pagination .swiper-pagination-total{padding-left:5px;padding-right:5px}@media screen and (min-width:380px){.brands__caption{font-size:15px}}@media screen and (min-width:992px){.brands__caption{font-size:16px;transition-duration:.2s}.brands__img-wrap{background-color:#fff;height:50px;width:50px}.brands__figure,.brands__img,.brands__img-wrap{transition-duration:.2s}.brands__figure{border:1px solid transparent;border-radius:4px;overflow:hidden}.brands__figure:hover{background-color:#131313;border:1px solid #131313}.brands__figure:hover .brands__caption{color:#fff}.brands__figure:hover .brands__img,.brands__figure:hover .brands__img-wrap{background-color:#fff}.brands .swiper-wrapper{display:flex;flex-wrap:wrap;gap:10px;width:100%}.brands .swiper-wrapper>*{width:calc(20% - 8px)}.brands__item{margin-bottom:10px}}@media screen and (min-width:1200px){.brands__item{margin-bottom:0}.brands__caption{font-size:18px;padding-left:10px;width:calc(100% - 80px)}.brands__img-wrap{align-items:center;display:flex;height:80px;justify-content:center;margin-right:0;width:80px}.brands__img{height:60px;width:60px}}@media screen and (min-width:1360px){.brands .swiper-wrapper{gap:15px}.brands .swiper-wrapper>*{width:calc(16.66667% - 12.5px)}}@media screen and (min-width:1560px){.brands .swiper-wrapper{gap:15px}.brands .swiper-wrapper>*{width:calc(16.66667% - 12.5px)}}.main-slider{display:none}@media screen and (min-width:768px){.main-slider{display:flex;height:100%;left:0;position:absolute;width:100%;z-index:1}.main-slider__slide{display:flex;padding-bottom:510px;position:relative}.main-slider__img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.main-slider__caption{background-color:hsla(0,0%,7%,.6);color:#fff;font-size:15px;font-weight:500;line-height:1.2;max-width:210px;padding:5px;position:absolute;right:5px;text-transform:uppercase;top:60px;z-index:2}.main-slider__caption .bold{font-weight:800}.main-slider__caption .orange{color:#fe652b}.main-slider__controll-button{background-color:#fe652b;border-radius:4px;height:30px;width:30px}.main-slider__controll-button:after{color:#fff;font-size:13px;line-height:1}}@media screen and (min-width:992px){.main-slider__slide{padding-bottom:540px}.main-slider__caption{font-size:21px;max-width:300px;right:10px}}@media screen and (min-width:1200px){.main-slider__slide{padding-bottom:600px}.main-slider__caption{font-size:25px;max-width:350px;right:30px}}@media screen and (min-width:1360px){.main-slider__caption{font-size:30px;max-width:405px;right:50px}}@media screen and (min-width:1560px){.main-slider__caption{right:140px}}.arrivals{display:flex;flex-wrap:wrap}.arrivals__title{padding-left:15%;padding-right:15%}.arrivals__box{margin-bottom:30px}@media screen and (min-width:992px){.arrivals__box{margin-bottom:60px}}.main-text__container,.main-text__row{display:flex;flex-wrap:wrap}.main-text__row{flex-direction:column-reverse;width:100%}.main-text__wrraper{padding-left:15px;padding-right:15px;width:100%}.main-text__figure{margin:20px -15px;padding-top:52%;position:relative;width:calc(100% + 30px)}.main-text__img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.main-text h2{color:#131313;display:block;font-size:16px;line-height:1.3;margin-bottom:25px;width:100%}.main-text h2,.main-text h3{font-weight:500}.main-text li,.main-text p,.main-text span{color:#131313;display:block;font-size:12px;line-height:1.5;margin-bottom:10px}.main-text ol,.main-text ul{list-style-position:inside;padding-left:25px}.main-text li{display:list-item;line-height:1.2}.main-text ul{list-style:disc}.main-text ol{list-style:decimal}@media screen and (min-width:360px){.main-text h2{font-size:20px}.main-text li,.main-text p,.main-text span{font-size:14px}}@media screen and (min-width:576px){.main-text__container{padding-left:15px;padding-right:15px}.main-text__wrraper{padding-left:0;padding-right:0}}@media screen and (min-width:992px){.main-text h2{font-size:26px}.main-text li,.main-text p,.main-text span{font-size:16px}.main-text__container{display:block}.main-text__figure{left:0;padding-top:22%;width:45%}.main-text__row{clear:both;display:block;margin-bottom:40px}.main-text__row--left .main-text__figure{float:left;margin:0 30px 30px 0}.main-text__row--right .main-text__figure{float:right;margin:0 0 30px 30px}}@media screen and (min-width:1200px){.main-text__row--left .main-text__figure{float:left;margin:0 40px 40px 0}.main-text__row--right .main-text__figure{float:right;margin:0 0 40px 40px}.main-text__figure{padding-top:19.5%;width:40%}}.home__hero{margin-bottom:50px;padding-top:10px}.home__brands{margin-bottom:100px}.home__arrivals{margin-bottom:70px;width:100%}.home__benefits{margin-bottom:100px}.home__main-text{width:100%}@media screen and (max-width:767px){.home .hero__container{margin-left:0;margin-right:0;max-width:100%;padding-left:0;padding-right:0}}@media screen and (min-width:768px){.home .hero{padding-top:0;position:relative}.home .hero__container{align-items:center;display:flex;height:510px;position:static}.home .hero .filter{width:310px;z-index:2}}@media screen and (min-width:992px){.home .hero__container{height:540px}.home .hero .filter{left:15px;width:343px}.home__arrivals{margin-bottom:120px}}@media screen and (min-width:1200px){.home .hero__container{height:600px}.home .hero .filter{width:376px}}
