@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap);@font-face{font-family:SegoeUI-Bold;font-display:swap;src:url("../fonts/Segoe UI.woff2") format("woff2"),url("../fonts/Segoe UI.woff") format("woff");font-weight:700;font-style:normal}@font-face{font-family:SegoeUI-SemiBold;font-display:swap;src:url("../fonts/Segoe UI.woff2") format("woff2"),url("../fonts/Segoe UI.woff") format("woff");font-weight:600;font-style:normal}@font-face{font-family:SegoeUI;font-display:swap;src:url("../fonts/Segoe UI.woff2") format("woff2"),url("../fonts/Segoe UI.woff") format("woff");font-weight:400;font-style:normal}*{padding:0;margin:0;border:0}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}aside,footer,header,nav,section{display:block}html{font-size:rem(16) px}body,html{min-height:100%;min-width:23.4375em}body{line-height:1;font-family:"Segoe UI";-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}button,input,textarea{font-family:"Segoe UI";font-size:inherit}input::-ms-clear{display:none}button{cursor:pointer;background-color:initial}button::-moz-focus-inner{padding:0;border:0}a,a:visited{text-decoration:none}a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}[class*=__container]{max-width:62rem;margin:0 auto;-webkit-box-sizing:content-box;box-sizing:content-box;padding-left:1rem;padding-right:1rem}input[type=email],input[type=tel],input[type=text],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=email]:focus,input[type=tel]:focus,input[type=text]:focus,textarea:focus{outline:0}.input{width:100%;min-height:3.5rem;display:block;border-radius:25rem;padding:0 2rem;background-color:#fff}.input:focus{outline:1px solid #000!important}.textarea{resize:none;width:100%;border-radius:25rem;padding:.75rem 2rem;background-color:#fff;min-height:8.6875rem;border-radius:28px}.textarea:focus{outline:1px solid #000!important}.btn._fw{width:100%}.quantity{height:2.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border:1px solid #e8e8e8;border-radius:12px}.quantity__button{height:100%;width:2.25rem;-webkit-box-flex:0;-ms-flex:0 0 2.25rem;flex:0 0 2.25rem;position:relative;cursor:pointer}.quantity__button :focus{outline:0}.quantity__button::after,.quantity__button::before{content:"";position:absolute;top:50%;left:50%;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;margin:0 0 0 -4.5px;background-color:#000;width:10px;height:1.5px}.quantity__button_minus::after,.quantity__button_minus::before{width:7px}.quantity__button._lock::after,.quantity__button._lock::before{background-color:#e8e8e8}.quantity__button_plus::before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.quantity__input{height:100%;border-left:1px solid #e8e8e8;border-right:1px solid #e8e8e8;-webkit-box-flex:0;-ms-flex:0 0 3.25rem;flex:0 0 3.25rem}.quantity__input input{font-family:"Segoe UI";font-size:1.125rem;height:100%;color:#000;width:100%;text-align:center}.select{position:relative}.select__item{position:relative}.select__title{color:#000;border:1px solid #d9d9d9;background-color:#fff;cursor:pointer;border-radius:4px}.select__value{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;height:30px;padding:0 15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.select__value span{height:1em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.select__value:before{content:"";display:inline-block;-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;width:11px;height:7px;background:url(../img/icons/select.svg) center/100% no-repeat}.select__input{width:100%;background-color:transparent;height:100%}.select__options{color:#000;position:absolute;top:29px;border-radius:0 0 4px 4px;min-width:100%;left:0;background-color:#fff;border-top:0;border:1px solid #d9d9d9;border-top:0;font-size:14px;padding:10px 0 5px 0}.select__option{cursor:pointer;padding:5px 15px;margin:0}.select._active{z-index:5}.select._active .select__value:before{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.select._active .select__options{display:block}.popup{-webkit-overflow-scrolling:touch;z-index:100;padding:30px 10px;position:fixed;top:0;left:0;width:100%;height:100%;-webkit-transition:visibility .8s ease 0s;-o-transition:visibility .8s ease 0s;transition:visibility .8s ease 0s;visibility:hidden}.popup::before{content:"";background-color:rgba(0,0,0,.9);position:fixed;width:100%;height:100%;top:0;left:0;opacity:0;-webkit-transition:opacity .8s ease 0s;-o-transition:opacity .8s ease 0s;transition:opacity .8s ease 0s}.popup.show{visibility:visible;overflow:auto}.popup.show::before{opacity:1}.popup.show .popup__body{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.popup._active{overflow:auto;visibility:visible}.popup._active::before{opacity:1}.popup._active .popup__body{-webkit-transition:all .3s ease .2s;-o-transition:all .3s ease .2s;transition:all .3s ease .2s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.popup__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;align-items:center}.popup__body{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;transition:all .3s ease 0s;background-color:#666;padding:50px;width:100%;max-width:800px}.popup__close{width:15px;height:15px;position:absolute;top:2px;right:2px;cursor:pointer;z-index:30;background:url(../img/icons/close.svg) 0 0/cover no-repeat}.burger-btn{display:block;position:relative;width:22px;height:20px;cursor:pointer}.modal{background-color:#f2f3f7;position:fixed;top:0;right:-100%;visibility:hidden;width:100%;height:100%;z-index:20;-webkit-transition:all .3s ease-in 0s;-o-transition:all .3s ease-in 0s;transition:all .3s ease-in 0s;overflow:auto;padding-top:5rem}.modal._active{right:0;visibility:visible}.modal._active .modal__header{right:0;visibility:visible}.modal._scroll .modal__header{background:rgba(255,255,255,.9)}.modal__header{z-index:2;min-height:5rem;padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:fixed;top:0;visibility:hidden;right:-100%;width:100%;-webkit-transition:all .3s ease-in 0s;-o-transition:all .3s ease-in 0s;transition:all .3s ease-in 0s;background-color:#f2f3f7;border-bottom:1px solid #dfdfdf}.modal__logo:not(:last-child){margin-right:.625rem}.modal__title{font-weight:600;font-size:1.5rem;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:0 1.5625rem 0 1rem}.modal__title:first-child{padding-left:0}.modal__close-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.5rem;-webkit-box-flex:0;-ms-flex:0 0 1.5rem;flex:0 0 1.5rem;height:1.5rem}.modal__list:not(:last-child){margin-bottom:3rem}.modal__list li{background-color:#fff;min-height:3.75rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px 25px 5px 16px;font-size:1.125rem;line-height:133.3333333333%;border-bottom:1px solid #dfdfdf}.modal__list li :first-child{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.modal__list li a{color:inherit}.modal__list li button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-width:30px;min-height:30px}.modal__list li button::after{margin-left:1.25rem;content:"";width:10px;-webkit-box-flex:0;-ms-flex:0 0 .625rem;flex:0 0 .625rem;height:16px;background:url(../img/icons/arrow.svg) center/cover no-repeat}.modal__back-call{padding:0 1rem 3.875rem}.modal__subtitle{font-size:1.75rem;line-height:121.4285714286%;font-weight:600;padding:2rem 1rem 0}.modal__subtitle:not(:last-child){margin-bottom:1rem}.modal__text{padding:0 1rem}.modal__text:not(:last-child){margin-bottom:2rem}.modal__form{padding:0 1rem}.modal__form:not(:last-child){margin-bottom:1rem}.modal__more-details{margin-top:1rem}.modal .list-ui{padding:0 1rem}.modal .list-ui li{display:initial;background-color:initial;min-height:auto;padding:0;border-bottom:none;-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:initial;-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial}.modal__link{padding:0 1rem;display:block;font-size:1.125rem;line-height:133.3333333333%;font-weight:700}.modal__link:not(:last-child){margin-bottom:1rem}.modal__link_red{color:#ba0f08}.modal__price-ui{padding:0 1rem}.modal__order{padding:0 1rem;margin-bottom:2.5rem}.modal__specifications{padding:2rem 1rem}.modal__search{width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding-left:.875rem}.modal__search input{background:url(../img/icons/close.svg) top 1.25rem right 1.25rem/.9375rem no-repeat,#fff;padding-right:3.125rem}.filter-modal{background-color:#fff}.search-modal{background-color:#fff}.form-modal{padding-bottom:1.875rem}.form-modal__body:not(:last-child){margin-bottom:2.5rem}.form-modal__row:not(:last-child){margin-bottom:1.5rem}.form-modal__row input{background:#fff;border-radius:400px;width:100%;padding:0 35px;min-height:56px}.form-modal__button{width:100%;min-height:3.5rem;font-size:.875rem}.more-details-modal{background:#fff}.more-details{max-width:28.125rem;margin-left:auto;margin-right:auto;position:relative}.more-details__swiper{padding:0 16px}.more-details__magnifier{position:absolute;z-index:1;top:0;right:16px}.more-details__thumb-swiper .swiper-slide{opacity:.2;-webkit-transition:opacity .2s ease-in 0s;-o-transition:opacity .2s ease-in 0s;transition:opacity .2s ease-in 0s}.more-details__thumb-swiper .swiper-slide-thumb-active{opacity:1}.more-details__thumb-swiper .slider-fraction{text-align:right;padding:0 1rem}.more-details .more-details-slide{padding-bottom:123.6151603499%}.more-details .swiper-wrapper{margin-bottom:.5rem}.more-details .buttons-more-details{padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.6875rem}.more-details .buttons-more-details__magnifier{margin:0 .625rem}.more-details .buttons-more-details__button_next{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.more-details .more-details-thumb-slide{padding-bottom:100%}.order-section__prices:not(:last-child){margin-bottom:1rem}.modal-bot{background-color:rgba(0,0,0,.75);position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;z-index:10;-webkit-transition:all .3s ease-in 0s;-o-transition:all .3s ease-in 0s;transition:all .3s ease-in 0s}.modal-bot._active{opacity:1;visibility:visible}.modal-bot._active .modal-bot__wrapper{bottom:0}.modal-bot__wrapper{position:fixed;bottom:-100%;left:0;width:100%;-webkit-transition:bottom .3s ease-in 0s;-o-transition:bottom .3s ease-in 0s;transition:bottom .3s ease-in 0s;background-color:#fff}.modal-bot__header{padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:4.5625rem;border-bottom:1px solid #dfdfdf}.modal-bot__title{font-weight:600;font-size:1.5rem;line-height:133.3333333333%;padding-right:.9375rem}.list-mob-modal li:not(:last-child){border-bottom:1px solid #dfdfdf}.list-mob-modal__link{padding:.75rem 1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1.5rem}.list-mob-modal__link img{width:4rem;height:4rem;-webkit-box-flex:0;-ms-flex:0 0 4rem;flex:0 0 4rem;border-radius:50%;overflow:hidden}.list-mob-modal__content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.list-mob-modal__title{font-weight:600;font-size:1.5rem;line-height:116.6666666667%;color:#000}.list-mob-modal__text{font-size:1.125rem;line-height:133.3333333333%;color:#ba0f08}.title{font-weight:600;font-size:2rem;line-height:106.25%}.title_red{color:#ba0f08}.text{font-size:1.125rem;line-height:133.3333333333%}.btn{padding:.75rem;border-radius:1.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn_red{color:#fff;background-color:#ba0f08;-webkit-transition:background .3s ease-in 0s;-o-transition:background .3s ease-in 0s;transition:background .3s ease-in 0s}.btn_red-shadow{-webkit-box-shadow:0 0 24px rgba(255,31,31,.25);box-shadow:0 0 24px rgba(255,31,31,.25)}.btn_grey{background-color:rgba(82,96,150,.1);-webkit-transition:background .3s ease-in 0s;-o-transition:background .3s ease-in 0s;transition:background .3s ease-in 0s}.btn_grey-shadow{-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);box-shadow:0 0 20px rgba(0,0,0,.1)}.btn_transparent-grey{border:1px solid #dfdfdf}.btn_transparent-red{border:1px solid #ba0f08}.cart-icon{position:relative}.cart-icon span{position:absolute;bottom:-50%;right:-50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#ba0f08;border-radius:50%;padding:3px;height:20px;width:20px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.75rem}.nav-catalog{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);grid-gap:.125rem;padding:2px 0}.nav-catalog__button{background:#f2f3f7;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:3.25rem;padding:5px 10px}.nav-catalog__button img{margin-right:.5rem}.nav-catalog__button span{font-size:1.25rem;color:#303030}.back-call{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.back-call__icons{display:-webkit-box;display:-ms-flexbox;display:flex}.back-call__icons:not(:last-child){margin-bottom:1.125rem}.back-call__icons a{width:2rem;height:2rem;-webkit-box-flex:0;-ms-flex:0 0 2rem;flex:0 0 2rem;position:relative}.back-call__icons a:not(:last-child){margin-right:.1875rem}.back-call__icons a img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.back-call__info{text-align:center}.back-call__info:not(:last-child){margin-bottom:2.5rem}.back-call__info p{font-size:1.125rem;line-height:133.3333333333%}.back-call__info p:not(:last-child){margin-bottom:.25rem}.back-call__info a{font-size:2rem;line-height:106.25%;font-weight:600;color:#303030}.back-call__button{-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.list-ui__title{font-weight:700;color:#303030;font-size:1.125rem;line-height:133.3333333333%}.list-ui__title:not(:last-child){margin-bottom:1.5rem}.list-ui ul.list-ui__list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.list-ui ul.list-ui__list li:not(:last-child){margin-bottom:1.25rem}.list-ui ul.list-ui__list li::before{content:"";-ms-flex-item-align:start;align-self:flex-start;-webkit-box-flex:0;-ms-flex:0 0 1.5rem;flex:0 0 1.5rem;width:1.5rem;height:1.5rem;background:url(../img/icons/check.svg) center/1.0625rem .8125rem no-repeat;margin-right:1rem}.to-order__to-order{width:100%}.to-order__to-order:not(:last-child){margin-bottom:.5rem}.to-order__to-cart{width:100%}.to-order__to-cart::before{content:"";-webkit-box-flex:0;-ms-flex:0 0 1.5rem;flex:0 0 1.5rem;width:1.5rem;height:1.5rem;background:url(../img/icons/cart.svg) center/1.5rem no-repeat;margin-right:1rem}.price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.5rem;line-height:100%;font-weight:600;gap:.5rem}.price__old{color:#c7c7c7;text-decoration:line-through}.price__current{color:#ba0f08}.specifications{background-color:#f2f3f7}.specifications__section:not(:last-child){margin-bottom:2.5rem}.specifications__title{font-weight:600;font-size:2rem;line-height:106.25%}.specifications__title:not(:last-child){margin-bottom:1.5rem}.specifications__list{font-size:1.125rem;line-height:133.3333333333%}.specifications__list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.specifications__list li:not(:last-child){margin-bottom:1.25rem}.specifications__name{color:#9b9b9b;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-right:.625rem}.specifications__meaning{-ms-flex-item-align:end;align-self:flex-end}.specifications__link{color:#ba0f08;font-weight:700}.link-more{color:inherit;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.link-more::after{content:"";margin-left:.375rem;background:url(../img/icons/more-arr.svg) center/.875rem no-repeat;width:1.5rem;height:1.5rem;-webkit-box-flex:0;-ms-flex:0 0 1.5rem;flex:0 0 1.5rem;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.promotion{width:56px;height:56px;border-radius:50%;background-color:#ba0f08;color:#fff;font-size:1.125rem;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.promotion:not(:last-child){margin-bottom:.625rem}._ibg{position:relative}._ibg img{position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}body.ie ._ibg{background-position:center;background-size:cover;background-repeat:no-repeat}body.ie ._ibg img{width:0;height:0;opacity:0;visibility:hidden}._video{position:relative;overflow:hidden;height:0;padding-bottom:56.25%}._video embed,._video iframe,._video object,._video video{position:absolute;top:0;left:0;width:100%;height:100%}.videobg embed,.videobg iframe,.videobg object,.videobg video{position:fixed;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-100;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background-size:cover}.ellipsis{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}._tabs-block{display:none}._tabs-block._active{display:block}/*! nouislider - 14.7.0 - 4/6/2021 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-webkit-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:calc(100% - 12px);margin:0 auto;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;-webkit-transform-style:flat;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:4px}.noUi-horizontal .noUi-handle{width:12px;height:12px;border-radius:100%;right:-6px;cursor:pointer;top:-5px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{width:100%;margin:0 auto;background:#dfdfdf}.noUi-connects{border-radius:3px}.noUi-connect{background:#a7daea}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border-radius:3px;background:#a7daea;cursor:default}.noUi-active{-webkit-box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-webkit-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-sub{background:#aaa}.noUi-marker-large{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);-ms-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);-ms-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);-ms-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);-ms-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}._swiper{overflow:hidden}._swiper .swiper-stock-top__wrapper,._swiper .swiper-wrapper{width:100%;height:100%;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}._swiper.swiper-container-vertical .swiper-stock-top__wrapper,._swiper.swiper-container-vertical .swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}._swiper.swiper-container-autoheight .swiper-stock-top__wrapper,._swiper.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swiper-container-initialized .swiper-slide,.swiper-container-initialized .swiper-stock-top__slide{-ms-flex-negative:0;flex-shrink:0}.swiper-container-android .swiper-slide,.swiper-container-android .swiper-stock-top__slide,.swiper-container-android .swiper-stock-top__wrapper,.swiper-container-android .swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slide-tab-body{-ms-flex-negative:0;flex-shrink:0}.swiper-button-lock{display:none!important}body._lock{overflow:hidden}.header_scroll .header__wrapper{position:fixed;z-index:10;top:0;left:0;width:100%;padding:0 16px;-webkit-transition:min-height .3s ease-in 0s,height .3s ease-in 0s;-o-transition:min-height .3s ease-in 0s,height .3s ease-in 0s;transition:min-height .3s ease-in 0s,height .3s ease-in 0s}.header__container{padding-top:.96875rem;padding-bottom:.96875rem}.header__wrapper{min-height:4.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:rgba(255,255,255,.9)}.menu-header{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center}.footer{background-color:#f2f3f7;padding-top:3.5rem;padding-bottom:2.5rem}.footer__payment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:23px;-moz-column-gap:23px;column-gap:23px}.footer__payment:not(:last-child){margin-bottom:1.5625rem}.footer__info:not(:last-child){margin-bottom:2.5rem}.info-footer__row:not(:last-child){margin-bottom:.625rem}.info-footer__row_grey{color:#9b9b9b}.info-footer__row a{color:inherit}.info-footer__link{color:#ba0f08}.info-footer__link:not(:last-child){display:block;margin-bottom:.625rem}.banner{background-color:#000;color:#fff;padding:.75rem 0}.banner__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1.25rem}.banner__btn{font-weight:600;font-size:.875rem}.informations-banner__schedule{font-size:.75rem;line-height:166.6666666667%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.informations-banner__schedule:not(:last-child){margin-bottom:.1875rem}.informations-banner__links{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.125rem}.informations-banner__links a{width:1.125rem;-webkit-box-flex:0;-ms-flex:0 0 1.125rem;flex:0 0 1.125rem}.informations-banner__links a img{height:1.125rem;width:1.125rem}.informations-banner__phone{font-weight:600;font-size:1.25rem;line-height:120%;color:inherit}.page__main-section:not(:last-child){margin-bottom:8.5625rem}.page__discription{padding-bottom:2.5rem}.page__advertising{padding:32px 0 56px;overflow:hidden}.page__catalog{padding:2.5rem 0 3.375rem}.page__guarantee{padding:3.125rem 0 3rem}.page__bestsellers{padding:2.5rem 0 3.5rem}.page__shares{padding:3.5rem 0 4rem}.page__comment{padding:3rem 0 3.5rem}.page__how-work{padding:3.5rem 0 3.5rem}.page__delivery{background-color:#f2f3f7;padding:4rem 0 4rem}.page__button-delivery{padding-left:1rem;padding-right:1rem}.page__button-delivery:not(:last-child){margin-bottom:2.5rem}.page__more-links:not(:last-child){margin-bottom:7rem}.page__showroom{padding-bottom:3.5rem}.page__request-call{padding:3.5rem 0 3.4375rem}.page__menu-nav{padding:2rem 0 2.5rem}.page__total{padding-top:1.5rem;padding-bottom:2rem}.page__checkout{padding-top:3.5rem;padding-bottom:3rem}.page__more-details{max-width:initial!important;padding-top:1.125rem;padding-bottom:6.5rem}.page__specifications{padding-top:2rem;padding-bottom:2rem}.page__products{padding-top:2rem;padding-bottom:2rem}.page__info{padding-bottom:4.0625rem}.page__filter{margin-top:-1.5625rem}.page__filter:not(:last-child){margin-bottom:1.5rem}.page__products-filter{padding-bottom:4.0625rem}.page__top{padding-bottom:2.8125rem}.page__advice{padding-top:2.375rem;padding-bottom:5.8125rem}.page__question{padding-top:4rem;padding-bottom:4.25rem}.page__stock-card{padding-bottom:6.8125rem}.go-top-page{position:fixed;z-index:10;bottom:1rem;right:1rem;width:56px;height:56px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#ba0f08;-webkit-box-shadow:0 0 24px rgba(255,31,31,.25);box-shadow:0 0 24px rgba(255,31,31,.25);-webkit-animation:gotop 2s ease-in-out 0s infinite alternate forwards;animation:gotop 2s ease-in-out 0s infinite alternate forwards;visibility:hidden;-webkit-transform:translate(0,calc(100% + 1rem));-ms-transform:translate(0,calc(100% + 1rem));transform:translate(0,calc(100% + 1rem));-webkit-transition:all .2s ease-in 0s;-o-transition:all .2s ease-in 0s;transition:all .2s ease-in 0s}.go-top-page._active{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);visibility:visible}.sites-link{position:fixed;z-index:10;bottom:1rem;left:0;width:56px;height:56px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(255,255,255,.95);border:1px solid rgba(186,15,8,.8);-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);box-shadow:0 0 20px rgba(0,0,0,.1);border-radius:0 30px 30px 0}@-webkit-keyframes gotop{0%{-webkit-box-shadow:0 0 10px rgba(255,31,31,.25);box-shadow:0 0 10px rgba(255,31,31,.25)}100%{-webkit-box-shadow:0 0 30px rgba(255,31,31,.9);box-shadow:0 0 30px rgba(255,31,31,.9)}}@keyframes gotop{0%{-webkit-box-shadow:0 0 10px rgba(255,31,31,.25);box-shadow:0 0 10px rgba(255,31,31,.25)}100%{-webkit-box-shadow:0 0 30px rgba(255,31,31,.9);box-shadow:0 0 30px rgba(255,31,31,.9)}}.main-section{background-color:#a7daea}.main-section_transparent{background-color:#fff;margin-bottom:1.5rem!important}.main-section__container{padding-top:2.375rem}.main-section__title:not(:last-child){margin-bottom:.75rem}.main-section__text:not(:last-child){margin-bottom:2rem}.main-section__text_indent:not(:last-child){margin-bottom:4.625rem}.main-section__img{position:relative;min-height:254px}.main-section__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.main-section__img:not(:last-child){margin-bottom:2.625rem}.main-section__note{margin-top:-97px;-webkit-transform:translate(0,97px);-ms-transform:translate(0,97px);transform:translate(0,97px)}.main-section__stock:not(:last-child){margin-bottom:4.125rem}.note{background:#fff;border-radius:12px;-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);box-shadow:0 0 20px rgba(0,0,0,.1);padding-left:1rem;padding-right:1rem;padding-bottom:1.5rem}.note__alert{width:68px;height:68px;border-radius:50%;background:url(../img/icons/alert.svg) center/2rem no-repeat,#ba0f08;margin:0 auto;-webkit-transform:translate(0,-2.125rem);-ms-transform:translate(0,-2.125rem);transform:translate(0,-2.125rem)}.note__title{font-size:1.125rem;line-height:133.3333333333%;text-align:center;font-weight:700}.note__title:not(:last-child){margin-bottom:1rem}.note__title span{display:block;font-weight:400;text-align:center}.note__button{font-weight:600;font-size:.875rem;line-height:135.7142857143%;color:inherit}.discription-section__title:not(:last-child){margin-bottom:1.5rem}.discription-section__text:not(:last-child){margin-bottom:2.5rem}.discription-section__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.discription-section__item:not(:last-child){margin-bottom:1rem}.discription-section__item img{margin-right:.75rem}.discription-section__item span{font-size:1.125rem;line-height:133.3333333333%}.advertising{background-color:#f2f3f7}.advertising__title:not(:last-child){margin-bottom:2rem}.advertising__title b{display:block}.advertising__tabs{position:relative;z-index:1}.advertising__tabs:not(:last-child){margin-bottom:1.875rem}.advertising__form{padding-top:2.75rem;position:relative}.advertising__form::before{content:"";position:absolute;width:200vw;height:7.8125rem;background-color:#fff;left:-100vw;bottom:100%}.tabs-advertising__nav{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:.5rem}.tabs-advertising__nav:not(:last-child){margin-bottom:1.875rem}.tabs-advertising__btn{min-height:3rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px;font-size:1.125rem;line-height:166.6666666667%;font-weight:700;background-color:#fff;color:#303030;-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);box-shadow:0 0 20px rgba(0,0,0,.1);border-radius:15px;-webkit-transition:all .3s ease-in 0s;-o-transition:all .3s ease-in 0s;transition:all .3s ease-in 0s}.tabs-advertising__btn._active{background-color:#ba0f08;color:#fff;-webkit-box-shadow:none;box-shadow:none}.tab-body__swiper{overflow:initial}.slider__wrapper:not(:last-child){margin-bottom:2rem}.slider__nav{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:.625rem}.slider .slider-bullets{-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3}.slider__pagination{font-family:"Open Sans Condensed";font-weight:300;color:#4b4b4b;font-size:1.125rem;-ms-grid-column-align:end;justify-self:end}.slide-tab{border-radius:.75rem;overflow:hidden;background-color:#fff;-webkit-box-shadow:0 0 1.25rem rgba(0,0,0,.1);box-shadow:0 0 1.25rem rgba(0,0,0,.1)}.slide-tab__video{padding-bottom:100%}.slide-tab__label{padding:1rem 1rem 1.5rem;border-top:.0625rem solid #dadada;border-bottom:.0625rem solid #ba0f08;color:#303030;font-size:1.3125rem;line-height:142.8571428571%;font-weight:700}.slide-tab__label span{color:#ba0f08;display:block}.stock-slide{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:0 0 .75rem .75rem;overflow:hidden}.stock-slide__title{padding:.3125rem 1.125rem .3125rem .8125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:6.0625rem;-webkit-box-flex:0;-ms-flex:0 0 6.0625rem;flex:0 0 6.0625rem;background-color:#ba0f08;color:#fff;font-size:1.125rem;line-height:133.3333333333%}.stock-slide__info{padding:.3125rem 1.125rem .3125rem .8125rem;font-size:.75rem;line-height:116.6666666667%}.slider-bullets{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.slider-bullets_hidden{opacity:0;visibility:hidden}.slider-bullets__bullet{-webkit-box-flex:0;-ms-flex:0 0 1rem;flex:0 0 1rem;width:1rem;height:1rem;border:.0625rem solid #4b4b4b;border-radius:50%;position:relative}.slider-bullets__bullet:not(:last-child){margin-right:.75rem}.slider-bullets__bullet::after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);width:.625rem;height:.625rem;background-color:#ba0f08;border-radius:50%;-webkit-transition:-webkit-transform .2s ease-in 0s;transition:-webkit-transform .2s ease-in 0s;-o-transition:transform .2s ease-in 0s;transition:transform .2s ease-in 0s;transition:transform .2s ease-in 0s,-webkit-transform .2s ease-in 0s}.slider-bullets__bullet_active::after{-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.form-advertising__title:not(:last-child){margin-bottom:.5rem}.form-advertising__title span{color:#ba0f08}.form-advertising__text:not(:last-child){margin-bottom:3.0625rem}.form-advertising__row:not(:last-child){margin-bottom:1.5rem}.form-advertising__button{width:100%;font-size:.875rem;line-height:135.7142857143%;min-height:3.5rem}.catalog-section__title:not(:last-child){margin-bottom:1.5rem}.catalog-section__text :not(:last-child){margin-bottom:1rem}.catalog-section__text:not(:last-child){margin-bottom:2.5rem}.catalog-section__text a{color:#ba0f08}.catalog-section__item-big:not(:last-child){margin-bottom:2rem}.item-catalog{display:-webkit-box;display:-ms-flexbox;display:flex}.item-catalog:not(:last-child){margin-bottom:1rem}.item-catalog:not(:last-child) .item-catalog__title{border-bottom:1px solid #dfdfdf}.item-catalog__img{-ms-flex-item-align:start;align-self:flex-start;width:6.5rem;height:6.5rem;-webkit-box-flex:0;-ms-flex:0 0 6.5rem;flex:0 0 6.5rem;position:relative}.item-catalog__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.item-catalog__title{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-left:1.3125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#303030;font-size:1.3125rem;line-height:142.8571428571%;font-weight:700;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch}.item-catalog__title span::after{content:"";display:inline-block;background:url(../img/catalog/arrow.svg) center/contain no-repeat;margin-left:.4375rem;color:#ba0f08;width:1rem;height:.9375rem}.guarantee{background-color:#f2f3f7}.guarantee__row:not(:last-child){margin-bottom:2rem}.card-guarantee{text-align:center}.card-guarantee__img:not(:last-child){margin-bottom:.4375rem}.card-guarantee__title:not(:last-child){margin-bottom:.5rem}.products-section{overflow:hidden}.products-section__title{text-align:center}.products-section__title_left{text-align:left}.products-section__title:not(:last-child){margin-bottom:2rem}.products-section__text:not(:last-child){margin-bottom:2rem}.products-section__slider{max-width:86%;margin-left:auto;margin-right:auto}.products-section__slider:not(:last-child){margin-bottom:1.5rem}.products-section__more{min-height:2.8125rem;font-size:.875rem;color:#000;font-weight:600}.slider-product,.swiper-stock-bottom{overflow:initial}.slider-product_stock{max-width:295px;margin:0 auto}.slider__nav .slider-fraction{-ms-grid-column:3;grid-column:3;-ms-grid-column-align:end;justify-self:end}.slider-fraction{font-family:"Open Sans Condensed";font-size:1.125rem;line-height:177.7777777778%;color:#4b4b4b}.product-slide{text-align:center;background:#fff;-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);box-shadow:0 0 20px rgba(0,0,0,.1);border-radius:15px;position:relative;padding:8px 16px 24px}.product-slide__promotions{position:absolute;top:16px;left:16px;z-index:1}.product-slide__image{padding-bottom:58%}.product-slide__image img{-o-object-fit:contain;object-fit:contain}.product-slide__title{margin-top:.5rem;margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;border-top:1px solid #dadada;padding-top:1rem;font-weight:700;font-size:1.125rem;line-height:133%;color:#303030}.product-slide__title:not(:last-child){margin-bottom:.5rem}.product-slide__more-details{font-weight:700;font-size:1.125rem;line-height:133.3333333333%;color:#ba0f08;display:inline-block}.product-slide__more-details:not(:last-child){margin-bottom:1rem}.product-slide__price-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600;font-size:1.5rem}.product-slide__price-wrapper:not(:last-child){margin-bottom:1rem}.product-slide__old-price{-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#c7c7c7;padding-right:.5rem}.product-slide__price{color:#ba0f08}.product-slide__info{text-align:initial}.product-slide__info:not(:last-child){margin-bottom:.5rem}.info-product__title{font-size:1.125rem;line-height:133.3333333333%;font-weight:700}.info-product__title:not(:last-child){margin-bottom:.5rem}.info-product__list{padding-left:1.5rem}.info-product__list li:not(:last-child){margin-bottom:.625rem}.info-product__paragraph{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.info-product__paragraph span:first-child{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-right:1.25rem}.info-product__paragraph span:last-child{text-align:right;-ms-flex-item-align:start;align-self:flex-start}.shares-section{overflow:hidden;background-color:#f2f3f7}.shares-section .product-slide__image{padding-bottom:64%}.shares-section ._swiper{overflow:initial}.shares-section__title{text-align:center}.shares-section__title:not(:last-child){margin-bottom:2rem}.shares-section__slider{padding-right:3.25rem}.shares-section__slider .slider__nav{margin-right:-3.25rem}.reviews-section{overflow:hidden}.reviews-section__swiper-nav:not(:last-child){margin-bottom:1.875rem}.reviews-section__label{text-align:center;font-size:1.125rem;line-height:133.3333333333%}.reviews-section__label:not(:last-child){margin-bottom:2.5rem}.reviews-section__label span{display:block;color:#ba0f08}.reviews-section__reviews-body{margin:0 -1rem}.reviews-section__more{width:100%;color:inherit}.slide-reviwe-body{overflow:hidden}.tab-section-slider{margin:0 auto;max-width:18.4375rem}.tab-section-slider .swiper-wrapper:not(:last-child){margin-bottom:1.5rem}.tab-section-slider .slider-fraction{text-align:right}.tab-section-slider .slider-fraction:not(:last-child){margin-bottom:1.5rem}.review-slide{background:#fff;border:1px solid rgba(27,215,65,.15);-webkit-box-shadow:0 0 20px rgba(58,159,80,.15);box-shadow:0 0 20px rgba(58,159,80,.15);border-radius:15px;padding-bottom:1.5rem}.review-slide__image{padding-bottom:88.4745762712%;overflow:hidden}.review-slide__image:not(:last-child){margin-bottom:1rem}.review-slide__text{padding:0 1rem}.review-slide__text:not(:last-child){margin-bottom:.5rem}.review-slide__date{padding:0 1rem;color:#ba0f08}.review-slide__date span:first-child::after{content:"•";margin:0 .5rem}.swiper-nav-tab .swiper-slide{border-top:2px solid transparent;-webkit-transition:border-top .2s ease-in 0s;-o-transition:border-top .2s ease-in 0s;transition:border-top .2s ease-in 0s;padding-top:1.5rem;padding-left:.75rem;padding-right:.75rem;font-size:2rem;line-height:94.1176470588%;text-align:center}.swiper-nav-tab .swiper-slide-active{font-weight:600;border-top:2px solid #ba0f08;color:#ba0f08}.slide-tab-body{opacity:0;visibility:hidden;-webkit-transition:all .2s ease-in 0s;-o-transition:all .2s ease-in 0s;transition:all .2s ease-in 0s}.slide-tab-body.swiper-slide-active{opacity:1;visibility:visible}.slider-tab,.slider-tab-body,.swiper-nav-tab{overflow:visible}.comment-section{background:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(43.23%,#f2f3f7));background:-o-linear-gradient(top,#fff 0,#f2f3f7 43.23%);background:linear-gradient(180deg,#fff 0,#f2f3f7 43.23%)}.comment-section__title:not(:last-child){margin-bottom:1.5rem}.comment-section__title span{display:block;color:#ba0f08}.comment-section__text:not(:last-child){margin-bottom:1.5rem}.comment-section__label:not(:last-child){margin-bottom:2.5rem}.comment-section__label span{font-weight:700;color:#ba0f08}.form-comment__row{margin-bottom:1.5rem}.form-comment__button:not(:last-child){margin-bottom:1rem}.form-comment__button button{min-height:3.5rem}.form-comment__button_file{position:relative}.form-comment__button_file input{position:absolute;top:0;left:0;width:0;height:0;opacity:0}.form-comment__button_file input:focus+label{outline:1px solid #000}.form-comment__button_file label{min-height:3.5rem}.form-comment__submit{width:100%}.how-work__title{text-align:center}.how-work__title:not(:last-child){margin-bottom:2.5rem}.how-work__item:not(:last-child){margin-bottom:2rem}.work-card{text-align:center}.work-card__img:not(:last-child){margin-bottom:.5rem}.work-card__title{font-weight:600;font-size:1.5rem;line-height:133.3333333333%}.work-card__title:not(:last-child){margin-bottom:.25rem}.delivery-section__title:not(:last-child){margin-bottom:1rem}.delivery-section__subtitle:not(:last-child){margin-bottom:3rem}.delivery-section__item:not(:last-child){margin-bottom:1.5rem}.item-deliver{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.item-deliver__img{-ms-flex-item-align:start;align-self:flex-start;margin-right:1rem}.delivery-methods{background-color:#f2f3f7}.delivery-methods__title:not(:last-child){margin-bottom:1.5rem}.delivery-methods__cards:not(:last-child){margin-bottom:2.5rem}.delivery-methods__card:not(:last-child){margin-bottom:1.5rem}.card-delivery-method{background:#fff;-webkit-box-shadow:0 0 20px rgba(0,0,0,.25);box-shadow:0 0 20px rgba(0,0,0,.25);border-radius:15px;padding:1.5rem 1rem}.card-delivery-method__title{font-size:1.5rem;line-height:141.6666666667%;font-weight:600}.card-delivery-method__title:not(:last-child){margin-bottom:.1875rem}.card-delivery-method__text:not(:last-child){margin-bottom:.5rem}.card-delivery-method__more{color:inherit;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.card-delivery-method__more::after{content:"";margin-left:.375rem;background:url(../img/icons/more-arr.svg) center/.875rem no-repeat;width:1.5rem;height:1.5rem;-webkit-box-flex:0;-ms-flex:0 0 1.5rem;flex:0 0 1.5rem;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.points-delivery__title:not(:last-child){margin-bottom:1.5rem}.points-delivery__list{height:9.6875rem;position:relative}.points-delivery__list::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background:-webkit-gradient(linear,left top,left bottom,from(#f2f3f7),color-stop(37.5%,rgba(242,243,247,.9)),to(rgba(242,243,247,0)));background:-o-linear-gradient(top,#f2f3f7 0,rgba(242,243,247,.9) 37.5%,rgba(242,243,247,0) 100%);background:linear-gradient(180deg,#f2f3f7 0,rgba(242,243,247,.9) 37.5%,rgba(242,243,247,0) 100%)}.more-links__link{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.more-links__link:not(:last-child){margin-bottom:1rem}.showroom__title:not(:last-child){margin-bottom:1rem}.showroom__text:not(:last-child){margin-bottom:1.5rem}.showroom__gallery{margin:0 -1rem;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:.0625rem;position:relative}.showroom__gallery::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:9.6875rem;z-index:1;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background:-webkit-gradient(linear,left top,left bottom,from(#f2f3f7),color-stop(37.5%,rgba(242,243,247,.9)),to(rgba(242,243,247,0)));background:-o-linear-gradient(top,#f2f3f7 0,rgba(242,243,247,.9) 37.5%,rgba(242,243,247,0) 100%);background:linear-gradient(180deg,#f2f3f7 0,rgba(242,243,247,.9) 37.5%,rgba(242,243,247,0) 100%)}.showroom__photo{padding-bottom:100%}.showroom__more{color:inherit}.request-call{background-color:#a7daea}.request-call__container{text-align:center}.request-call__title:not(:last-child){margin-bottom:1rem}.request-call__label:not(:last-child){margin-bottom:3.5rem}.request-call__form:not(:last-child){margin-bottom:3rem}.request-call__date{font-size:1.125rem;line-height:133.3333333333%}.request-call__date:not(:last-child){margin-bottom:.25rem}.request-call__phone{display:inline-block;font-weight:600;font-size:2rem;line-height:106.25%;color:inherit}.request-call__phone:not(:last-child){margin-bottom:1.125rem}.request-call__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.request-call__socials :first-child:not(:last-child){margin-right:.25rem}.request-call__socials a{-webkit-box-flex:0;-ms-flex:0 0 2rem;flex:0 0 2rem;width:2rem;height:2rem;position:relative}.request-call__socials a img{position:absolute;top:0;left:0;width:100%;height:100%}.form-request-call__row:not(:last-child){margin-bottom:2rem}.form-request-call__button{width:100%;min-height:3.5rem}.nav-menu-page__list:not(:last-child){margin-bottom:2.5rem}.nav-menu-page__list li{text-align:center;font-weight:600;font-size:1.5rem;line-height:141.6666666667%}.nav-menu-page__list li:not(:last-child){margin-bottom:1.25rem}.nav-menu-page__list a{color:inherit}.nav-menu-page__list button{color:inherit;font-weight:inherit}.nav-menu-page__go-top{font-size:.875rem;line-height:135.7142857143%;color:inherit;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.nav-menu-page__go-top::before{content:"";width:1.5rem;height:1.5rem;-webkit-box-flex:0;-ms-flex:0 0 1.5rem;flex:0 0 1.5rem;background:url(../img/icons/goto-arrow.svg) center/1.1875rem no-repeat;margin-right:.625rem}.cart-section__title{margin-top:1.5rem}.cart-section__title:not(:last-child){margin-bottom:1.5rem}.cart-section__item{padding-top:1.5rem;padding-bottom:1.5rem}.cart-section__item:not(:last-child){border-bottom:1px solid #dfdfdf}.item-cart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.3125rem}.item-cart__img{-ms-flex-item-align:start;align-self:flex-start}.item-cart__title{font-size:1.125rem;line-height:133.3333333333%;font-weight:700}.item-cart__title:not(:last-child){margin-bottom:.5rem}.item-cart__info{padding-left:1.25rem}.item-cart__info li:not(:last-child){margin-bottom:.625rem}.item-cart__info:not(:last-child){margin-bottom:.5rem}.item-cart__price{font-weight:700;font-size:1.125rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.item-cart__price:not(:last-child){margin-bottom:1rem}.item-cart__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.item-cart__quantity{-webkit-box-flex:0;-ms-flex:0 0 7.875rem;flex:0 0 7.875rem}.total-price{background-color:#f2f3f7}.total-price__hear{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem;padding-bottom:1.5rem}.total-price__hear:not(:last-child){border-bottom:1px solid #dfdfdf;margin-bottom:1.0625rem}.total-price__name{font-size:1.125rem;line-height:133.3333333333%}.total-price__name_big{font-weight:300;font-size:2rem;line-height:106.25%}.total-price__value{font-size:1.125rem;line-height:133.3333333333%}.total-price__value_big{font-weight:300;line-height:106.25%;font-size:2rem;color:#ba0f08;font-weight:600}.total-price__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem}.total-price__row:not(:last-child){margin-bottom:.625rem}.total-price__link{font-weight:700;color:#ba0f08}.checkout__title:not(:last-child){margin-bottom:1.5rem}.checkout__text:not(:last-child){margin-bottom:2.5rem}.form-checkout__row:not(:last-child){margin-bottom:1.5rem}.form-checkout__input{border:1px solid #dadada}.form-checkout__btn{min-height:3.5rem;font-size:.875rem;width:100%}.form-checkout__btn:not(:first-child){margin-top:3rem}.more-details__subtitle{font-size:2rem;line-height:125%;margin-top:1.5rem;font-weight:600}.more-details__subtitle:not(:last-child){margin-bottom:1.5rem}.more-details__list:not(:last-child){margin-bottom:2.5rem}.products__title:not(:last-child){margin-bottom:2rem}.products__item:not(:last-child){margin-bottom:2rem}.card-products{background:#fff;-webkit-box-shadow:0 0 1.25rem rgba(0,0,0,.1);box-shadow:0 0 1.25rem rgba(0,0,0,.1);border-radius:15px;position:relative;text-align:center}.card-products__discounts{position:absolute;top:16px;left:16px;z-index:1}.card-products__discount{width:56px;height:56px;border-radius:50%;background-color:#ba0f08;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.125rem;line-height:133.3333333333%;font-weight:700;color:#fff}.card-products__discount:not(:last-child){margin-bottom:.3125rem}.card-products__top{padding:.5rem 1rem 1rem;border-bottom:1px solid #dadada}.card-products__bottom{padding:1rem 1rem}.card-products__img{padding-bottom:38.2636655949%}.card-products__img img{-o-object-fit:contain;object-fit:contain}.card-products__img_big{padding-bottom:63.7820512821%}.card-products__title{font-size:1.125rem;line-height:133.3333333333%;font-weight:700}.card-products__title:not(:last-child){margin-bottom:.5rem}.card-products__more{color:#ba0f08;font-weight:700;font-size:1.125rem;line-height:133.3333333333%}.card-products__more:not(:last-child){margin-bottom:1rem}.card-products__price:not(:last-child){margin-bottom:1.5rem}.item-big-catalog{background:#fff;-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);box-shadow:0 0 20px rgba(0,0,0,.1);border-radius:15px;padding:1rem;text-align:center}.item-big-catalog__top{border-bottom:1px solid #dfdfdf;padding-bottom:.5rem;margin-bottom:.5rem}.item-big-catalog__img{padding-bottom:84.5659163987%}.item-big-catalog__title{font-size:1.3125rem;line-height:142.8571428571%;font-weight:700}.item-big-catalog__title:not(:last-child){margin-bottom:1rem}.item-big-catalog__more{min-height:3.5rem;border:1px solid #ba0f08;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.875rem;line-height:135.7142857143%;color:#000}.img-border{-webkit-box-shadow:0 -12px 16px rgba(0,0,0,.08);box-shadow:0 -12px 16px rgba(0,0,0,.08);border-radius:30px 30px 0 0;overflow:hidden;padding:1px;background:-webkit-gradient(linear,left top,left bottom,color-stop(48%,#fff),color-stop(69%,rgba(255,255,255,.773844572)),color-stop(82%,rgba(255,255,255,.6702031154)),color-stop(91%,rgba(255,255,255,.4068977933)),to(rgba(255,255,255,0)));background:-o-linear-gradient(top,#fff 48%,rgba(255,255,255,.773844572) 69%,rgba(255,255,255,.6702031154) 82%,rgba(255,255,255,.4068977933) 91%,rgba(255,255,255,0) 100%);background:linear-gradient(180deg,#fff 48%,rgba(255,255,255,.773844572) 69%,rgba(255,255,255,.6702031154) 82%,rgba(255,255,255,.4068977933) 91%,rgba(255,255,255,0) 100%)}.img-border:not(:last-child){margin-bottom:.875rem}.img-border__body{border-radius:30px 30px 0 0;padding:8px;overflow:hidden;background:#a7daea;padding-bottom:69.970845481%;position:relative}.img-border__body img{border-radius:30px 30px 0 0;height:calc(100% - 16px);width:calc(100% - 16px);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:8px;left:8px}.stock-main__title{font-size:1.5rem;font-weight:700;color:#ba0f08}.stock-main__title:not(:last-child){margin-bottom:.25rem}.stock-main__what{font-size:1.5rem}.stock-main__what:not(:last-child){margin-bottom:1rem}.stock-main__which-date{color:#4b4b4b}.stock-main__which-date:not(:last-child){margin-bottom:1.5rem}.stock-main__more{font-size:.875rem;min-height:3.5rem}.info-section__title:not(:last-child){margin-bottom:1.5rem}.info-section__label:not(:last-child){margin-bottom:2.5rem}.info-section__card:not(:last-child){margin-bottom:1rem}.card-info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:start;align-self:flex-start;-webkit-column-gap:1.3125rem;-moz-column-gap:1.3125rem;column-gap:1.3125rem}.card-info__img{height:6.5rem;width:6.5rem;-webkit-box-flex:0;-ms-flex:0 0 6.5rem;flex:0 0 6.5rem;border-radius:.9375rem;overflow:hidden;position:relative}.card-info__img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;top:0;left:0}.card-info__content{border-bottom:1px solid #dfdfdf;padding-bottom:1.5rem}.card-info__title{color:#303030;font-size:1.3125rem;line-height:142.8571428571%;font-weight:700}.card-info__title:not(:last-child){margin-bottom:.5rem}.filter-buttons_no-indent{margin-top:0}.filter-buttons__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.filter-buttons__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#9b9b9b;-webkit-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem}.filter-buttons__button:not(:last-child){margin-right:1.25rem}.products-filter__item:not(:last-child){margin-bottom:1rem}.products-filter__items:not(:last-child){margin-bottom:1rem}.products-filter__more{color:inherit;min-height:2.8125rem;font-size:.875rem;line-height:135.7142857143%;font-weight:600}.top-section{overflow:hidden}.top-section .card-products__img{padding-bottom:75.6653992395%}.top-section__swiper-nav:not(:last-child){margin-bottom:2.5rem}.top-section__swiper-nav .swiper-nav-tab{overflow:initial}.top-section__title{text-align:center}.top-section__title:not(:last-child){margin-bottom:.5rem}.top-section__label{text-align:center}.top-section__label:not(:last-child){margin-bottom:2.5rem}.top-section .card-products{overflow:hidden}.advice__title:not(:last-child){margin-bottom:1.5rem}.advice__label:not(:last-child){margin-bottom:2.5rem}.advice__item:not(:last-child){margin-bottom:1rem}.item-advice{padding-bottom:1.5rem;border-bottom:1px solid #dfdfdf}.item-advice__title{color:#303030;font-size:1.3125rem;line-height:142.8571428571%;font-weight:700}.item-advice__title:not(:last-child){margin-bottom:.5rem}.item-advice__text p:not(:last-child){margin-bottom:.3125rem}.question-section{background:-webkit-gradient(linear,left bottom,left top,from(#fff),color-stop(43.23%,#f2f3f7));background:-o-linear-gradient(bottom,#fff 0,#f2f3f7 43.23%);background:linear-gradient(0deg,#fff 0,#f2f3f7 43.23%)}.question-section__title:not(:last-child){margin-bottom:2.5rem}.item-question{padding-bottom:1.5rem;border-bottom:1px solid #dfdfdf}.item-question__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.item-question__button._active .item-question__down-up::before{height:0;-webkit-transform:translate(0,5px);-ms-transform:translate(0,5px);transform:translate(0,5px)}.item-question__title{color:#303030;font-size:1.3125rem;line-height:142.8571428571%;margin-bottom:.5rem;font-weight:700;text-align:left;margin-right:2.5rem}.item-question__down-up{-webkit-box-flex:0;-ms-flex:0 0 1.25rem;flex:0 0 1.25rem;width:1.25rem;height:1.25rem;border-radius:50%;background-color:#ba0f08;position:relative}.item-question__down-up::after,.item-question__down-up::before{content:"";position:absolute;background-color:#fff;border-radius:2px}.item-question__down-up::after{height:2px;width:12px;left:4px;top:9px}.item-question__down-up::before{width:2px;height:12px;top:4px;left:9px;-webkit-transition:all .2s ease-in 0s;-o-transition:all .2s ease-in 0s;transition:all .2s ease-in 0s}.card-stock__title{font-size:2.5rem;font-weight:700;color:#fff;text-align:center;background-color:#ba0f08;min-height:3.6875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:.9375rem .9375rem 0 0}.card-stock__wrapper{border:3px solid #ba0f08;border-radius:0 0 .9375rem .9375rem;overflow:hidden}.card-stock__wrapper .card-products{border-radius:0;-webkit-box-shadow:none;box-shadow:none}.options-filter__row{padding:1px 0}.options-filter__row:not(:last-child){margin-bottom:5px}.options-filter__checkbox{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.options-filter__input{margin-right:3px}.options-filter__slider:not(:last-child){margin-bottom:1.0625rem}.slider-filter__inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:7px}.slider-filter__inputs input{padding:5px 10px;border:1px solid #e8e8e8;-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;width:50%;outline:0;-webkit-transition:border-color .2s ease-in 0s;-o-transition:border-color .2s ease-in 0s;transition:border-color .2s ease-in 0s;position:relative;text-align:center}.slider-filter__inputs input:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px;margin-right:-1px}.slider-filter__inputs input:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.filter{background-color:#fff}.filter__section{padding:1rem}.filter__section:not(:last-child){border-bottom:1px solid #dfdfdf}.filter__buttons{margin-top:2rem}.filter__button{min-height:3.5rem;font-size:.875rem;line-height:121.4285714286%;font-weight:600;width:100%}.filter__button:not(:last-child){margin-bottom:1rem}.section-filter__title{font-size:1.125rem;line-height:133.3333333333%;font-weight:700}.section-filter__title:not(:last-child){margin-bottom:1rem}.section-filter__row:not(:last-child){margin-bottom:1rem}.checkbox{position:relative}.checkbox__input{position:absolute;top:0;left:0;width:0;height:0;opacity:0}.checkbox__input:checked+.checkbox__label::before{background-color:#ba0f08;border-color:#ba0f08}.checkbox__input:checked+.checkbox__label::after{opacity:1}.checkbox__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.checkbox__label::before{content:"";border:2px solid #a9acb6;border-radius:2px;width:16px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;height:16px;margin-right:16px}.checkbox__label::after{content:"";position:absolute;top:7px;left:2px;width:12px;height:9px;opacity:0;background:url(../img/filter-icons/check.svg) center/.75rem .5625rem no-repeat}.stock-section{overflow:hidden}.stock-section__title{color:#ba0f08}.stock-section__title:not(:last-child){margin-bottom:1rem}.stock-section__subtitle:not(:last-child){margin-bottom:1rem}.stock-section__label:not(:last-child){margin-bottom:1.5625rem}.sliders-stock__swiper-img:not(:last-child){margin-bottom:2rem}.sliders-stock__info{max-width:18.4375rem;margin:0 auto}.sliders-stock .product-slide__title{border-top:none;margin-top:0;padding-top:8px}.swiper-stock-top{margin:0 -8px;overflow:initial}.slide-stock-img__border{background:-webkit-gradient(linear,left top,left bottom,color-stop(48%,#ba0f08),color-stop(69%,rgba(186,15,8,.2164216028)),color-stop(92%,rgba(186,15,8,0)));background:-o-linear-gradient(top,#ba0f08 48%,rgba(186,15,8,.2164216028) 69%,rgba(186,15,8,0) 92%);background:linear-gradient(180deg,#ba0f08 48%,rgba(186,15,8,.2164216028) 69%,rgba(186,15,8,0) 92%);-webkit-box-shadow:0 -12px 16px rgba(0,0,0,.08);box-shadow:0 -12px 16px rgba(0,0,0,.08);border-radius:30px;padding:1.5px;overflow:hidden}.slide-stock-img__border:not(:last-child){margin-bottom:1rem}.slide-stock-img__img{background-color:#fff;border-radius:30px;position:relative;padding-bottom:71.3091922006%}.slide-stock-img__img img{height:calc(100% - 16px);width:calc(100% - 16px);-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;position:absolute;top:8px;left:8px}.slide-stock-img__title{text-align:center}.slide-stock-img__discounts{position:absolute;top:16px;left:16px}.slide-stock-img__discount{width:56px;height:56px;border-radius:50%;background-color:#ba0f08;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.125rem;line-height:133.3333333333%;font-weight:700;color:#fff}.slide-stock-img__discount:not(:last-child){margin-bottom:.3125rem}.product-slide__controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-slide__controls:not(:last-child){margin-bottom:1rem}.product-slide__quantity{-webkit-box-flex:0;-ms-flex:0 0 7.875rem;flex:0 0 7.875rem;margin-right:1rem}@media (min-width:29.99875em){.main-section__title{text-align:center}.main-section__text{text-align:center}.how-work__items{display:-ms-grid;display:grid;gap:1.25rem;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media (min-width:61.99875em){.quantity__button:hover::after,.quantity__button:hover::before{background-color:rgba(0,0,0,.5)}.how-work__items{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr)}}@media (min-width:992px){.select__option:hover{background:#d9d9d9}}@media (max-width:61.99875px){.select__title{font-size:18px}.select__options{font-size:18px}}@media (any-hover:hover){.btn_red:hover{background-color:#730e0b}.btn_grey:hover{background-color:rgba(49,59,95,.1)}.slider-filter__inputs input:hover{border-color:#636363;z-index:1}}