@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400%3b500%3b600%3b800&display=swap);*{margin:0;padding:0}*,:after,:before{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}:active,:focus{outline:0}a:active,a:focus{outline:0}aside,footer,header,nav{display:block}body{min-height:100vh;min-width:100%;max-width:100vw;overflow-x:hidden}button,input,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input::-ms-clear{display:none}button{cursor:pointer;border:none;background:0 0}button::-moz-focus-inner{padding:0;border:0}a,a:hover,a:visited{text-decoration:none}ol li,ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400}:root{--app-height:100%;--white:#fff;--black:#151515;--gray:#F6F7F9;--green:#4CBE57;--blue:#2D68FF;--red:#F64B4B;--yellow:#FFC600;--bg:url("../img/loading.gif") 50% no-repeat}body{font-family:Montserrat,sans-serif;font-weight:400;color:var(--black)}body._lock,body.lock{overflow:hidden}.wrapper{display:flex;flex-direction:column;min-height:100vh;min-width:320px;max-width:100vw;height:100%;position:relative;overflow:hidden}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 15px}.page{flex:1 1 auto}.btn_yellow{display:flex;align-items:center;justify-content:center;font-weight:500;background:var(--yellow);box-shadow:0 0 24px var(--yellow);padding:20px;border-radius:100px;border:2px solid var(--white);transition:all .5s ease;white-space:nowrap}.btn_yellow svg{width:24px;height:24px;fill:var(--black);margin-left:8px;transition:all .5s ease}.btn_black{display:flex;align-items:center;justify-content:center;font-weight:500;background:var(--black);padding:20px;border-radius:100px;border:2px solid var(--black);transition:all .5s ease;white-space:nowrap;color:var(--white)}.btn_black svg{width:24px;height:24px;fill:var(--white);margin-left:8px;transition:all .5s ease}.navigation{display:flex;align-items:center;justify-content:center}.navigation_vertical{flex-direction:column}.navigation_vertical .navigation__next:not(:last-child),.navigation_vertical .navigation__prev:not(:last-child){margin:0 0 24px}.navigation_vertical .navigation__prev svg{transform:rotate(90deg)}.navigation_vertical .navigation__next svg{transform:rotate(-90deg)}.navigation_vertical .navigation__pagination{margin:0 0 24px;transform:translate(0,0)!important}.navigation__next,.navigation__prev{width:60px;min-width:60px;height:60px;padding:0}.navigation__next:not(:last-child),.navigation__prev:not(:last-child){margin-right:24px}.navigation__next.disable,.navigation__prev.disable{box-shadow:none;border:none;background:var(--white);pointer-events:none}.navigation__next.disable svg,.navigation__prev.disable svg{fill:#ddd}.navigation__next svg,.navigation__prev svg{width:40;height:40;margin:0}.navigation__next svg{transform:rotate(180deg)}.navigation__pagination{width:unset!important;margin-right:24px}.pagination{display:flex;align-items:center;justify-content:center}.pagination_vertical{flex-direction:column}.pagination_vertical .pagination__bullet{height:16px;width:4px}.pagination_vertical .pagination__bullet:not(:last-child){margin:0 0 8px}.pagination_vertical .pagination__bullet.active{width:4px;height:48px}.pagination__bullet{width:16px;height:4px;border-radius:100px;background:#ddd;transition:all .5s ease;cursor:pointer}.pagination__bullet:not(:last-child){margin-right:8px}.pagination__bullet.active{width:48px;background:var(--yellow)}.pagination_vertical__bullet{border-radius:100px;background:#ddd;transition:all .5s ease;cursor:pointer}.pagination_vertical__bullet:not(:last-child){margin-bottom:8px}.pagination_vertical__bullet.active{height:48px;background:var(--yellow)}.input{width:100%}.input:not(:last-child){margin-bottom:16px}.input__label{font-weight:600;margin-bottom:8px}.input input{border-radius:4px;background:var(--white);border:1px solid #ddd;padding:16px;font-size:.875rem;width:100%}.tabs__header{display:flex;width:-moz-fit-content;width:fit-content;padding:4px;border-radius:8px;background:#ececf4;margin-bottom:48px}.tabs__link{font-weight:600;display:flex;align-items:center;padding:16px 24px;border-radius:5px;transition:all .5s ease;color:var(--black)}.tabs__link.active{background:var(--yellow)}.tabs__link svg{width:18px;height:18px;margin-left:8px}.tabs__body{position:relative}.tabs__block{position:absolute;width:100%;opacity:0;visibility:hidden;padding-bottom:24px}.tabs__block.active{position:relative;opacity:1;visibility:visible}.modal{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.9);top:0;left:0;opacity:0;visibility:hidden;pointer-events:none;transition:all .8s ease;overflow-y:auto;z-index:1000}.modal._active{opacity:1;visibility:visible;pointer-events:all}.modal__wrapper{min-height:100vh;padding:15px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.modal__content{max-width:700px;width:100%;padding:64px 52px;background:var(--gray);position:relative;border-radius:16px}.modal__close{position:absolute;top:8px;right:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.modal__close svg{width:18px;height:18px}.modal__title{font-size:2rem;font-weight:600;margin-bottom:8px;text-align:center}.modal__text{text-align:center;font-size:1.25rem;color:#4b4b4b}.modal__body{margin-top:64px;display:flex}.modal__btn{margin-top:32px}.modal__form{flex:1 1 50%;max-width:50%;margin-right:16px}.modal__image{flex:1 1 50%;position:absolute;bottom:0;right:0;max-width:60%;transform:translate(20%,0)}.modal__image img{max-width:100%}.modal__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:var(--yellow);margin:0 auto 24px}.modal__icon svg{width:50%;height:50%}.modal__feedbacks{padding:0!important}.modal__feedbacks .feedbacks__text{margin-bottom:0;overflow:visible;display:block}.modal__feedbacks .feedbacks__image{height:60px}.modal .close{width:-moz-fit-content;width:fit-content;margin:24px auto 0}.modal .product{border-left:1px solid #ddd;padding-left:16px}.modal .product__properties{padding:0;border:none}#consultation .modal__content,#order .modal__content{overflow:hidden}#consultation .modal__content::before,#order .modal__content::before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%,0);width:150%;height:70%;background:url(../img/popup/blur.svg) bottom/contain no-repeat;pointer-events:none}.wpcf7-response-output{display:none}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.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}.header{background:#f3f3f3;position:fixed;top:0;left:0;width:100%;z-index:100;border-top:4px solid var(--yellow);transition:all .5s ease}.header.fixed .header__body{height:60px}.header.fixed .header__logo{width:42px;height:42px;min-width:42px}.header.fixed .header__btn{height:42px}.header__container{max-width:1570px}.header__body{display:flex;align-items:center;position:relative;height:100px;transition:all .5s ease}.header__logo{width:72px;height:72px;min-width:72px;margin-right:16px;transition:all .5s ease}.header__logo img{width:100%;height:100%}.header__slogan{font-size:.875rem;font-weight:700;margin-right:16px}.header__menu{flex:1 1 auto}.header__menu-icon{margin-left:16px;width:42px;height:42px;min-width:42px;border-radius:50%;background:var(--black);position:relative;display:none;z-index:5}.header__menu-icon span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:2px;width:50%;background:var(--white);border-radius:1px}.header__menu-icon span:nth-child(1){top:35%}.header__menu-icon span:nth-child(3){top:66%}.header__menu-icon._active span:nth-child(1){animation:topLineActive .5s ease forwards}.header__menu-icon._active span:nth-child(2){opacity:0;transition:all .1s ease .2s}.header__menu-icon._active span:nth-child(3){animation:bottomLineActive .5s ease forwards}.header__menu-icon._inactive span:nth-child(1){animation:topLineInactive .5s ease forwards}.header__menu-icon._inactive span:nth-child(2){opacity:1;transition:all .1s ease .2s}.header__menu-icon._inactive span:nth-child(3){animation:bottomLineInactive .5s ease forwards}.header__btn{height:60px;transition:all .5s ease}.menu__list{display:flex;align-items:center;justify-content:center}.menu__item{display:flex;align-items:center}.menu__item:not(:last-child){margin-right:20px}.menu__link{color:var(--black);font-weight:600;transition:all .5s ease;position:relative;padding:5px 22px 5px 0;white-space:nowrap}.menu__link::before{content:"";position:absolute;top:110%;left:50%;transform:translate(-50%,0);height:1px;width:0;background:var(--yellow);transition:all .5s ease}.menu__link::after{content:"";position:absolute;top:50%;right:0;transform:translate(0,-50%);width:18px;height:18px;-webkit-mask:url(../img/icons/icons.svg#arrow) center/contain no-repeat;mask:url(../img/icons/icons.svg#arrow) center/contain no-repeat;background:var(--yellow)}.menu__contacts{display:none;margin-bottom:32px!important}.menu__address{display:none}.phones{position:relative;margin-right:16px}.phones__link{color:var(--black);font-weight:800;padding:16px;display:block;white-space:nowrap;display:flex;align-items:center;transition:all .5s ease}.phones__link svg{width:24px;height:24px;margin-left:9px;fill:var(--black);transition:all .5s ease}.phones__block{display:flex;flex-direction:column;border-radius:8px;border:1px solid #f3f3f3;background:var(--white);box-shadow:0 0 15px rgba(0,0,0,.1);position:absolute;opacity:0;visibility:hidden;transform:translate(0,20px);transition:all .5s ease;pointer-events:none}@keyframes topLineActive{0%{top:35%;transform:translate(-50%,-50%) rotate(0)}30%{top:50%;transform:translate(-50%,-50%) rotate(0)}100%{top:50%;transform:translate(-50%,-50%) rotate(-45deg)}}@keyframes bottomLineActive{0%{top:66%;transform:translate(-50%,-50%) rotate(0)}30%{top:50%;transform:translate(-50%,-50%) rotate(0)}100%{top:50%;transform:translate(-50%,-50%) rotate(45deg)}}@keyframes topLineInactive{0%{top:50%;transform:translate(-50%,-50%) rotate(-45deg)}30%{top:50%;transform:translate(-50%,-50%) rotate(0)}100%{top:35%;transform:translate(-50%,-50%) rotate(0)}}@keyframes bottomLineInactive{0%{top:50%;transform:translate(-50%,-50%) rotate(45deg)}30%{top:50%;transform:translate(-50%,-50%) rotate(0)}100%{top:66%;transform:translate(-50%,-50%) rotate(0)}}.promo__container{max-width:1570px}.promo__body{display:flex;align-items:center;min-height:100vh;padding:100px 0 0;position:relative}.promo__body::before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-20%);width:200%;aspect-ratio:1716/318;background:url(../img/promo/blur.svg) center/contain no-repeat;pointer-events:none}.promo__info{flex:1 1 50%}.promo__title{font-size:4.75rem;font-weight:600;margin-bottom:32px;max-width:500px;line-height:1}.promo__for{margin-bottom:64px}.promo__footer{display:flex;align-items:center}.promo__btn{margin-right:32px}.promo__help{font-size:.875rem;font-weight:500;max-width:250px}.promo__help span{font-style:italic;color:var(--red)}.promo__slider{flex:1 1 50%;min-width:0;overflow:hidden}.promo__slide{height:auto!important}.promo__image{height:100%;display:flex;align-items:center}.promo__image img{max-width:100%;height:auto}.for-promo{display:flex;align-items:center}.for-promo__item{font-size:1.25rem;font-weight:500;text-transform:uppercase}.for-promo__item:not(:last-child){margin-right:32px}.reasons__body{padding:64px 0 128px;position:relative}.reasons__body::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-40%);width:220%;aspect-ratio:1560/400;background:url(../img/reasons/blur.svg) center/contain no-repeat;z-index:-1}.reasons__title{font-size:3rem;font-weight:600;text-align:center;max-width:540px;margin:0 auto 64px}.reasons__wrapper{display:grid!important;grid-template-columns:repeat(6,1fr);gap:24px}.reasons__item{grid-column:span 2;border-radius:32px;border:1px solid #ddd;background:var(--white);padding:32px;width:100%!important}.reasons__item_main{grid-column:span 4}.reasons__item_main .reasons__desc{font-size:2rem}.reasons__icon{width:64px;height:64px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.reasons__icon img{width:50%;height:50%}.reasons__desc{font-size:1.25rem;font-weight:600}.reasons__navigation{margin-top:24px;display:none}.catalog{background:var(--gray)}.catalog__body{padding:96px 0}.catalog__title{font-size:3rem;font-weight:600;margin-bottom:64px;border-left:4px solid var(--yellow);line-height:1;padding-left:12px}.catalog__slider{margin-bottom:48px}.catalog__footer{display:flex;justify-content:space-between;align-items:center}.catalog__help{padding:16px;background:var(--white);max-width:300px;line-height:1.4;position:relative;margin-right:24px;border-radius:6px}.catalog__help::before{content:"";position:absolute;width:0;height:0;top:0;left:0;transform:translate(0,-50%);border-left:10px solid var(--white);border-bottom:10px solid transparent;border-top:10px solid transparent}.product__body{border-radius:8px;background:var(--white);padding:8px}.product__image{border-radius:12px;background:var(--gray);overflow:hidden;width:100%;aspect-ratio:360/250;max-height:250px;height:100%;margin-bottom:24px;background:var(--bg);position:relative}.product__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product__properties{padding:24px 16px 0;border-top:1px solid #ddd}.product__value{font-size:2rem;font-weight:600}.product__value_last{margin-top:12px}.product__property{display:flex;flex-direction:column;margin-top:16px}.product__property span:nth-child(1){font-weight:600;margin-bottom:4px}.product__property span:nth-child(2){color:#5e5e5e}.product__footer{padding:0 16px 24px;margin-top:16px;display:flex;flex-direction:column;justify-content:space-between}.product__btn{margin-top:24px}.product__help{padding:16px;background:var(--white);line-height:1.4;max-width:300px;position:relative;margin-top:24px;border-radius:6px}.product__help::before{content:"";position:absolute;width:0;height:0;top:0;left:0;transform:translate(0,-50%);border-left:10px solid var(--white);border-bottom:10px solid transparent;border-top:10px solid transparent}.offer{background:var(--gray);padding:48px 0;position:relative}.offer__bg{position:absolute;bottom:48px;left:30px;right:30px;height:63%;background:var(--yellow);background:linear-gradient(135deg,#ffdb3e 0,#f7971e 100%);border-radius:32px}.offer__container{max-width:1660px;padding:0 60px}.offer__body{display:flex;align-items:flex-end;position:relative}.offer__info{flex:1 1 50%;padding:64px 0}.offer__header{display:flex;margin-bottom:64px}.offer__logo{width:100px;height:100px;min-width:100px;margin-right:16px}.offer__logo img{max-width:100%;height:auto}.offer__help{font-size:1.25rem;font-weight:600;padding:16px;background:var(--white);border-radius:6px;margin-top:56px;position:relative}.offer__help::before{content:"";position:absolute;width:0;height:0;top:0;left:0;transform:translate(0,-50%);border-left:10px solid var(--white);border-bottom:10px solid transparent;border-top:10px solid transparent}.offer__title{font-size:3rem;font-weight:600;margin-bottom:32px;line-height:1}.offer__image{flex:1 1 50%}.offer__image img{max-width:100%;height:auto}.about{padding:128px 0}.about__title{font-size:4.75rem;font-weight:600;margin-bottom:96px;text-align:center}.about__body{display:flex}.about__list{flex:1 1 60%;padding-right:24px;counter-reset:ol-counter}.about__item{padding:32px 24px 32px 98px;border-bottom:1px solid #ddd;position:relative}.about__item::before{content:counter(ol-counter);counter-increment:ol-counter;position:absolute;left:24px;top:50%;transform:translate(0,-50%);font-size:1.25rem;font-weight:600;width:60px;height:60px;border:1px solid #000;border-radius:50%;display:flex;align-items:center;justify-content:center}.about__name{font-size:1.25rem;font-weight:600;margin-bottom:8px}.about__desc{line-height:1.4}.about__block{flex:1 1 40%}.about__image{width:100%;position:relative;border-radius:16px;overflow:hidden;aspect-ratio:1/1;margin-bottom:60px}.about__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about__logo{position:absolute;top:6.7%;left:6.7%;width:28%;height:28%}.about__logo img{max-width:100%}.about__slogan{font-size:2rem;font-weight:600;border-left:4px solid var(--yellow);padding-left:12px}.cooperation{padding:0 52px}.cooperation__container{background:var(--gray);border-radius:24px;max-width:unset;padding:0}.cooperation__body{padding:96px 30px;max-width:1200px;margin:0 auto}.cooperation__title{font-size:3rem;font-weight:600;margin-bottom:64px;border-left:4px solid var(--yellow);padding-left:12px;line-height:1}.cooperation__list{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.cooperation__item{display:flex;align-items:center}.cooperation__image{background:var(--bg);margin-right:16px;border-radius:24px;overflow:hidden;position:relative;flex:1 1 50%;height:176px}.cooperation__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cooperation__info{flex:1 1 50%}.cooperation__name{font-size:1.25rem;font-weight:600;margin-bottom:8px}.cooperation__desc{line-height:1.4}.process{position:relative}.process::before{content:"";position:absolute;left:0;top:0;height:100%;width:100%;background:url(../img/process/blur.svg) top left/contain no-repeat;pointer-events:none}.process__body{padding:128px 0;display:flex;min-width:0}.process__info{flex:1 1 40%;margin-right:24px}.process__title{font-size:3rem;font-weight:600;margin-bottom:48px;border-left:4px solid var(--yellow);padding-left:12px;line-height:1}.process__desc{font-size:1.25rem;margin-bottom:48px}.process__slider{flex:1 1 50%;height:544px;overflow:hidden}.process__wrapper{counter-reset:slider-counter}.process__slide{height:-moz-fit-content!important;height:fit-content!important;position:relative;padding-left:40px}.process__slide::before{content:"0" counter(slider-counter);counter-increment:slider-counter;position:absolute;top:50%;left:0;transform:translate(0,-50%);font-size:1.25rem;color:#4b4b4b}.process__slide:not(:last-child)::after{content:"";position:absolute;left:0;top:70%;width:12px;height:75%;border-right:2px dotted var(--yellow)}.process__slide:not(:last-child) .process__item::after{content:"";position:absolute;left:3px;top:140%;width:16px;height:16px;-webkit-mask:url(../img/icons/icons.svg#arrow2) center/contain no-repeat;mask:url(../img/icons/icons.svg#arrow2) center/contain no-repeat;background:var(--yellow)}.process__item{display:flex;align-items:center;padding:16px 24px;background:var(--gray);border-radius:8px;height:124px;border-bottom:1px solid #f3f3f3}.process__icon{width:60px;min-width:60px;height:60px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center;margin-right:24px}.process__icon img{width:50%;height:50%}.process__name{font-size:1.25rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.process__navigation{margin-left:16px}.get{background:var(--gray);position:relative}.get__body{display:flex}.get__info{flex:0 1 60%;position:relative;z-index:1;padding:128px 0;background:var(--gray)}.get__info::before{content:"";position:absolute;width:30%;height:100%;left:100%;top:0;background:linear-gradient(90deg,#f6f7f9 10%,rgba(246,247,249,0) 100%);pointer-events:none;z-index:-1}.get__title{font-size:3rem;font-weight:600;border-left:4px solid var(--yellow);margin-bottom:64px;padding-left:12px;line-height:1}.get__list{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.get__item{border:1px solid #ddd;border-radius:32px;padding:32px 40px 60px}.get__icon{width:64px;height:64px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.get__icon img{width:50%;height:50%}.get__desc{font-size:1.25rem;font-weight:600}.get__image{position:absolute;top:0;right:0;width:47%;height:100%;background:var(--bg)}.get__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.features{padding:64px 52px}.features__container{max-width:unset;background:linear-gradient(135deg,#ffdb3e 0,#f7971e 100%);border-radius:32px;padding:0}.features__body{padding:96px 30px;display:flex;align-items:center;margin:0 auto;max-width:1600px}.features__info{flex:1 1 40%;padding-right:24px}.features__title{font-size:3rem;font-weight:600;margin-bottom:64px;padding-left:12px;border-left:4px solid var(--white);line-height:1;max-width:576px}.features__desc{font-size:1.25rem;margin-bottom:32px}.features__list{flex:1 1 60%;display:flex;flex-wrap:wrap;-moz-column-gap:8px;column-gap:8px;row-gap:12px}.features__item{flex:1 1 30%;padding:8px 12px 8px 8px;border-radius:100px;background:var(--white);display:flex;align-items:center}.features__icon{margin-right:16px;width:64px;height:64px;min-width:64px;border-radius:50%;background:var(--yellow);display:flex;align-items:center;justify-content:center}.features__icon img{width:50%;height:50%}.features__name{font-weight:600}.sertificates__body{padding:96px 0}.sertificates__title{font-size:3rem;font-weight:600;margin-bottom:64px;border-left:4px solid var(--yellow);padding-left:12px;line-height:1}.sertificates__slider{margin-bottom:48px}.sertificates__slide{display:flex!important;align-items:center;justify-content:center;height:auto!important}.sertificates__slide img{max-width:100%;height:auto}.feedbacks{padding:0 52px}.feedbacks__container{max-width:unset;background:var(--gray);padding:0;border-radius:24px;overflow:hidden}.feedbacks__body{max-width:1230px;padding:96px 30px;margin:0 auto}.feedbacks__title{font-size:3rem;font-weight:600;margin-bottom:64px;line-height:1;padding-left:12px;border-left:4px solid var(--yellow)}.feedbacks__item{border-radius:16px;background:var(--white);border:1px solid #ddd;padding:64px 24px 24px;display:flex!important;flex-direction:column;position:relative}.feedbacks__item::before{content:"";position:absolute;width:64px;height:64px;background:var(--gray) url(../img/icons/icons.svg#quote) center/50% 50% no-repeat;border-radius:50%;top:0;left:16px;transform:translate(0,-50%)}.feedbacks__header{margin-bottom:24px;display:flex}.feedbacks__user{margin-right:16px;flex:1 1 auto}.feedbacks__name{font-size:1.25rem;font-weight:600;margin-bottom:6px}.feedbacks__extra{font-weight:600;margin-bottom:6px}.feedbacks__location{color:#4b4b4b}.feedbacks__image{max-width:120px;height:45px;width:100%;position:relative}.feedbacks__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:top right;object-position:top right}.feedbacks__text{margin-bottom:24px;color:#4b4b4b;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.feedbacks__btn{align-self:flex-end;font-weight:600;display:flex;align-items:center;position:relative}.feedbacks__btn::after{content:"";position:absolute;top:110%;left:50%;width:0;height:1px;background:var(--yellow);transform:translate(-50%,0);transition:all .5s ease}.feedbacks__btn svg{width:18px;height:18px;fill:var(--yellow);margin-left:4px}.feedbacks__navigation{margin-top:48px}.partners__body{padding:128px 0;display:flex}.partners__info{flex:1 1 40%;display:flex;flex-direction:column;justify-content:center;border-right:4px solid var(--yellow);margin-right:24px;padding-right:24px}.partners__title{font-size:3rem;font-weight:600;margin-bottom:32px}.partners__desc{font-size:1.25rem}.partners__list{flex:1 1 60%;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.partners__item{border:1px solid #ddd;background:var(--gray);border-radius:16px;aspect-ratio:326/176;display:flex;align-items:center;justify-content:center;padding:32px}.partners__logo{display:flex;align-items:center;justify-content:center;max-width:190px;width:100%;max-height:80px;height:100%;position:relative}.partners__logo img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.providers{background:var(--gray)}.providers__body{padding:128px 0}.providers__header{margin-bottom:48px;display:flex;align-items:center}.providers__title{font-size:3rem;font-weight:600;margin-right:32px}.providers__desc{font-size:1.25rem;border-left:4px solid var(--yellow);padding-left:12px}.providers__list{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.providers__item{border:1px solid #ddd;background:var(--white);aspect-ratio:216/100;display:flex;align-items:center;justify-content:center;border-radius:16px;padding:16px}.providers__logo{position:relative;display:flex;align-items:center;justify-content:center;max-width:140px;width:100%;max-height:50px;height:100%}.providers__logo img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.outro{position:relative}.outro__body{display:flex;align-items:center}.outro__info{flex:0 1 60%;position:relative;padding:132px 0;z-index:1;background:var(--white)}.outro__info::before{content:"";position:absolute;width:30%;height:100%;left:100%;top:0;background:linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 100%);pointer-events:none;z-index:-1}.outro__desc{font-size:2rem;margin-bottom:16px}.outro__title{font-size:3rem;font-weight:600;margin-bottom:48px}.outro__image{position:absolute;top:0;right:0;width:45%;height:100%}.outro__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.footer{background:var(--black);border-radius:32px 32px 0 0;margin-top:-32px;position:relative;z-index:2;color:var(--white);overflow:hidden}.footer::before{content:"";position:absolute;left:0;top:0;width:40%;aspect-ratio:1.3/1;background:linear-gradient(120deg,#fdca14 0,#f38300 27%,#fde614 100%);filter:blur(500px);z-index:-1;opacity:.2}.footer__container{max-width:1570px}.footer__body{padding:64px 0 32px}.footer__top{display:flex;margin-bottom:96px}.footer__main{flex:1 1 auto;margin-right:24px}.footer__logo{width:225px;height:225px;display:flex;align-items:center;margin-bottom:32px}.footer__logo img{width:100%}.footer__slogan{font-size:3rem;font-weight:600}.footer__bottom{display:flex}.footer__rights{font-size:.75rem;color:#9b9b9b;flex:0 0 286px}.footer__info{flex:1 1 auto;font-size:.75rem;color:#9b9b9b}.footer__info a{color:var(--yellow)}.contacts{color:var(--white)}.contacts:not(:last-child){margin-right:24px}.contacts__title{font-size:2rem;font-weight:600;margin-bottom:24px}.contacts__body{display:flex}.contacts__links{display:flex;flex-direction:column;align-items:flex-start}.contacts__links:not(:last-child){padding-right:12px}.contacts__links:not(:first-child){border-left:1px solid #393939;padding-left:12px}.contacts__link{padding:6px 0;white-space:nowrap;position:relative;color:var(--white)}.contacts__link::after{content:"";position:absolute;top:100%;left:50%;width:0;transform:translate(-50%,0);height:1px;background:var(--yellow);transition:all .5s ease}.contacts__btn{margin-top:24px;border:2px solid var(--yellow);box-shadow:0 0 24px var(--yellow)}.address{color:var(--white)}.address__title{font-size:2rem;font-weight:600;margin-bottom:24px}.address__name{margin-bottom:16px}.address__link{display:flex;align-items:center;font-weight:600;margin-bottom:32px;color:var(--white)}.address__link svg{width:18px;height:18px;margin-right:4px}.address__btn{border:2px solid var(--yellow);box-shadow:0 0 24px var(--yellow)}@media (max-width:1920px){.btn_yellow{font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1600)}.btn_black{font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1600)}.navigation__next,.navigation__prev{width:calc(42px + 18 * (100vw - 320px)/ 1600);min-width:calc(42px + 18 * (100vw - 320px)/ 1600);height:calc(42px + 18 * (100vw - 320px)/ 1600)}.tabs__header{margin-bottom:calc(24px + 24 * (100vw - 320px)/ 1600)}.modal__content{padding-block:calc(48px + 16 * (100vw - 320px)/ 1600);padding-inline:calc(32px + 20 * (100vw - 320px)/ 1600);border-radius:calc(4px + 12 * (100vw - 320px)/ 1600)}.modal__title{font-size:calc(1.25rem + 12 * (100vw - 20rem)/ 1600)}.modal__text{font-size:calc(1rem + 4 * (100vw - 20rem)/ 1600)}.header__logo{width:calc(42px + 30 * (100vw - 320px)/ 1600);min-width:calc(42px + 30 * (100vw - 320px)/ 1600);height:calc(42px + 30 * (100vw - 320px)/ 1600)}.promo__title{font-size:calc(2rem + 44 * (100vw - 20rem)/ 1600);margin-bottom:calc(16px + 16 * (100vw - 320px)/ 1600)}.promo__for{margin-bottom:calc(32px + 32 * (100vw - 320px)/ 1600)}.for-promo__item:not(:last-child){margin-right:calc(16px + 16 * (100vw - 320px)/ 1600)}.for-promo__item{font-size:calc(1rem + 4 * (100vw - 20rem)/ 1600)}.reasons__body{padding-bottom:calc(48px + 80 * (100vw - 320px)/ 1600);padding-top:calc(32px + 32 * (100vw - 320px)/ 1600)}.reasons__title{font-size:calc(2rem + 16 * (100vw - 20rem)/ 1600);margin-bottom:calc(32px + 32 * (100vw - 320px)/ 1600)}.reasons__item{border-radius:calc(16px + 16 * (100vw - 320px)/ 1600)}.reasons__item_main .reasons__desc{font-size:calc(1rem + 16 * (100vw - 20rem)/ 1600)}.reasons__icon{width:calc(32px + 32 * (100vw - 320px)/ 1600);height:calc(32px + 32 * (100vw - 320px)/ 1600)}.reasons__desc{font-size:calc(1rem + 4 * (100vw - 20rem)/ 1600)}.catalog__body{padding:calc(48px + 48 * (100vw - 320px)/ 1600) 0}.catalog__title{font-size:calc(2rem + 16 * (100vw - 20rem)/ 1600);margin-bottom:calc(32px + 32 * (100vw - 320px)/ 1600)}.catalog__slider{margin-bottom:calc(24px + 24 * (100vw - 320px)/ 1600)}.product__value{font-size:calc(1.25rem + 12 * (100vw - 20rem)/ 1600)}.offer__info{padding:calc(24px + 40 * (100vw - 320px)/ 1600) 0}.offer__header{margin-bottom:calc(24px + 40 * (100vw - 320px)/ 1600)}.offer__logo{width:calc(60px + 40 * (100vw - 320px)/ 1600);min-width:calc(60px + 40 * (100vw - 320px)/ 1600);height:calc(60px + 40 * (100vw - 320px)/ 1600);margin-right:calc(8px + 8 * (100vw - 320px)/ 1600)}.offer__title{font-size:calc(2rem + 16 * (100vw - 20rem)/ 1600)}.about{padding:calc(48px + 80 * (100vw - 320px)/ 1600) 0}.about__title{font-size:calc(2rem + 44 * (100vw - 20rem)/ 1600);margin-bottom:calc(32px + 64 * (100vw - 320px)/ 1600)}.about__item::before{font-size:calc(1rem + 4 * (100vw - 20rem)/ 1600);width:calc(42px + 18 * (100vw - 320px)/ 1600);height:calc(42px + 18 * (100vw - 320px)/ 1600)}.about__item{padding-block:calc(12px + 20 * (100vw - 320px)/ 1600);padding-left:calc(64px + 34 * (100vw - 320px)/ 1600)}.about__slogan{font-size:calc(1.25rem + 12 * (100vw - 20rem)/ 1600)}.cooperation{padding:0 calc(15px + 37 * (100vw - 320px)/ 1600)}.cooperation__body{padding-inline:calc(15px + 15 * (100vw - 320px)/ 1600);padding-block:calc(48px + 48 * (100vw - 320px)/ 1600)}.cooperation__title{font-size:calc(2rem + 16 * (100vw - 20rem)/ 1600)}.cooperation__name{font-size:calc(1rem + 4 * (100vw - 20rem)/ 1600)}.cooperation__desc{font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1600)}.process__body{padding:calc(48px + 80 * (100vw - 320px)/ 1600) 0}.process__title{font-size:calc(2rem + 16 * (100vw - 20rem)/ 1600);margin-bottom:calc(24px + 24 * (100vw - 320px)/ 1600)}.process__desc{font-size:calc(1rem + 4 * (100vw - 20rem)/ 1600);margin-bottom:calc(24px + 24 * (100vw - 320px)/ 1600)}.process__icon{width:calc(48px + 12 * (100vw - 320px)/ 1600);min-width:calc(48px + 12 * (100vw - 320px)/ 1600);height:calc(48px + 12 * (100vw - 320px)/ 1600);margin-right:calc(12px + 12 * (100vw - 320px)/ 1600)}.process__name{font-size:calc(1rem + 4 * (100vw - 20rem)/ 1600)}.get__info{padding:calc(48px + 80 * (100vw - 320px)/ 1600) 0}.get__title{font-size:calc(2rem + 16 * (100vw - 20rem)/ 1600);margin-bottom:calc(24px + 40 * (100vw - 320px)/ 1600)}.get__list{gap:calc(16px + 8 * (100vw - 320px)/ 1600)}.get__item{padding-top:calc(24px + 8 * (100vw - 320px)/ 1600);padding-bottom:calc(24px + 36 * (100vw - 320px)/ 1600);padding-inline:calc(24px + 16 * (100vw - 320px)/ 1600)}.get__icon{margin-bottom:calc(16px + 8 * (100vw - 320px)/ 1600);width:calc(32px + 32 * (100vw - 320px)/ 1600);height:calc(32px + 32 * (100vw - 320px)/ 1600)}.get__desc{font-size:calc(1rem + 4 * (100vw - 20rem)/ 1600)}.features{padding-block:calc(32px + 32 * (100vw - 320px)/ 1600);padding-inline:calc(16px + 36 * (100vw - 320px)/ 1600)}.features__body{padding-block:calc(24px + 72 * (100vw - 320px)/ 1600)}.features__title{font-size:calc(2rem + 16 * (100vw - 20rem)/ 1600);margin-bottom:calc(32px + 32 * (100vw - 320px)/ 1600)}.features__desc{font-size:calc(1rem + 4 * (100vw - 20rem)/ 1600);margin-bottom:calc(16px + 16 * (100vw - 320px)/ 1600)}.features__icon{width:calc(32px + 32 * (100vw - 320px)/ 1600);min-width:calc(32px + 32 * (100vw - 320px)/ 1600);height:calc(32px + 32 * (100vw - 320px)/ 1600)}.features__name{font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1600)}.sertificates__body{padding:calc(48px + 48 * (100vw - 320px)/ 1600) 0}.sertificates__title{font-size:calc(2rem + 16 * (100vw - 20rem)/ 1600);margin-bottom:calc(32px + 32 * (100vw - 320px)/ 1600)}.sertificates__slider{margin-bottom:calc(24px + 24 * (100vw - 320px)/ 1600)}.feedbacks{padding:0 calc(15px + 37 * (100vw - 320px)/ 1600)}.feedbacks__body{padding-block:calc(48px + 48 * (100vw - 320px)/ 1600);padding-inline:calc(15px + 15 * (100vw - 320px)/ 1600)}.feedbacks__title{font-size:calc(2rem + 16 * (100vw - 20rem)/ 1600);margin-bottom:calc(48px + 16 * (100vw - 320px)/ 1600)}.feedbacks__navigation{margin-top:calc(24px + 24 * (100vw - 320px)/ 1600)}.partners__body{padding:calc(48px + 80 * (100vw - 320px)/ 1600) 0}.partners__title{font-size:calc(2rem + 16 * (100vw - 20rem)/ 1600);margin-bottom:calc(16px + 16 * (100vw - 320px)/ 1600)}.partners__desc{font-size:calc(1rem + 4 * (100vw - 20rem)/ 1600)}.partners__list{gap:calc(8px + 16 * (100vw - 320px)/ 1600)}.partners__item{padding:calc(16px + 16 * (100vw - 320px)/ 1600);border-radius:calc(8px + 8 * (100vw - 320px)/ 1600)}.providers__body{padding:calc(48px + 80 * (100vw - 320px)/ 1600) 0}.providers__title{font-size:calc(2rem + 16 * (100vw - 20rem)/ 1600)}.providers__desc{font-size:calc(1rem + 4 * (100vw - 20rem)/ 1600)}.providers__list{gap:calc(8px + 16 * (100vw - 320px)/ 1600)}.providers__item{border-radius:calc(8px + 8 * (100vw - 320px)/ 1600)}.outro__info{padding:calc(48px + 84 * (100vw - 320px)/ 1600) 0}.outro__desc{font-size:calc(1.25rem + 12 * (100vw - 20rem)/ 1600)}.outro__title{font-size:calc(2rem + 16 * (100vw - 20rem)/ 1600)}.footer__top{margin-bottom:calc(48px + 48 * (100vw - 320px)/ 1600)}.footer__logo{width:calc(64px + 161 * (100vw - 320px)/ 1600);height:calc(64px + 161 * (100vw - 320px)/ 1600)}.footer__slogan{font-size:calc(1.25rem + 28 * (100vw - 20rem)/ 1600)}.contacts__title{font-size:calc(1.25rem + 12 * (100vw - 20rem)/ 1600)}.contacts__link{font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1600)}.address__title{font-size:calc(1.25rem + 12 * (100vw - 20rem)/ 1600)}.address__name{font-size:calc(.875rem + 2 * (100vw - 20rem)/ 1600)}}@media (max-width:1200px){.header__slogan{flex:1 1 auto}.header__menu-icon{display:block}.menu{position:fixed;top:0;left:0;width:100%;height:100%;transform:scale(2);opacity:0;visibility:hidden;transition:all .5s ease;background:var(--black);padding-top:100px;border-top:4px solid var(--yellow)}.menu._active{transform:scale(1);opacity:1;visibility:visible}.menu__body{height:100%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#fff #000}.menu__body::-webkit-scrollbar{width:1px;height:100%}.menu__body::-webkit-scrollbar-thumb{background:#fff}.menu__list{flex-direction:column}.menu__item:not(:last-child){margin:0 0 20px}.menu__link{color:var(--white)}}@media (max-width:1200px) and (max-width:576px){.menu{padding-top:80px}}@media (max-width:992px){.header__btn{margin:0 auto 32px;background:var(--yellow);box-shadow:0 0 24px var(--yellow);border:2px solid var(--white);color:var(--black)}.menu__list{margin-bottom:32px}.phones{margin-right:0}.cooperation__item{flex-direction:column}.cooperation__image{flex:unset;width:100%;margin:0 0 16px;min-height:176px}.get__info{flex:0 1 50%}.get__list{grid-template-columns:1fr}.get__image{width:50%}.outro__info{flex:0 1 50%}.outro__image{width:50%}.footer::before{height:unset;width:50%}.footer__top{flex-wrap:wrap}.footer__main{flex:1 1 100%;margin-bottom:calc(48px + 48 * (100vw - 320px)/ 1600)}.contacts{flex:1 1 40%}.address{flex:1 1 40%}}@media (max-width:992px) and (any-hover:hover){.header__btn:hover{color:var(--black)!important}}@media (max-width:768px){.header__body{height:80px}.menu__contacts{display:none!important}.menu__address{display:none!important}.promo__body::before{transform:translate(-50%,-50%);top:unset;bottom:0}.promo__body{flex-direction:column;justify-content:center}.promo__info{flex:unset}.promo__title{text-align:center}.promo__footer{flex-direction:column}.promo__btn{margin:0 0 16px}.promo__help{max-width:unset;text-align:center}.promo__slider{flex:unset;width:100%}.for-promo{justify-content:center}.reasons__item{grid-column:span 3;height:auto!important}.reasons__item_main{grid-column:span 6}.catalog__footer{flex-direction:column;align-items:stretch}.catalog__help{margin:0 0 24px}.offer__bg{left:15px;right:15px;top:48px;height:unset}.offer__body{flex-direction:column}.offer__info{flex:unset}.offer__image{flex:unset}.about__body{flex-direction:column}.about__list{padding:0 32px;margin-bottom:48px}.about__item::before{left:0}.about__item{padding-right:0}.about__block{max-width:476px;width:100%;margin:0 auto}.about__image{margin-bottom:24px}.process::before{width:150%;background-position:center left}.process__body{flex-direction:column}.process__info{margin:0 0 32px;flex:unset}.process__slider{flex:unset;height:unset}.process__slide{padding-left:32px}.process__slide::before{font-size:1rem}.process__item{padding:12px;height:90px;background:0 0;border-radius:0}.get__body{flex-direction:column-reverse;padding:48px 0}.get__info{padding:0}.get__image{position:relative;border-radius:16px;overflow:hidden;width:100%;padding-bottom:60%;margin-bottom:48px}.features__body{flex-direction:column}.features__info{padding:0;margin-bottom:48px}.features__list{width:100%}.features__item{flex:1 1 45%;border-radius:8px;padding:16px}.partners__body{flex-direction:column}.partners__info{margin:0 0 48px;border:none;border-left:4px solid var(--yellow);padding:0 0 0 12px}.providers__header{flex-direction:column;align-items:flex-start;border-left:4px solid var(--yellow);padding-left:12px}.providers__title{margin:0 0 16px 0}.providers__desc{padding-left:0;border:none}.providers__list{grid-template-columns:repeat(3,1fr)}.outro__body{flex-direction:column}.outro__image{position:relative;width:calc(100% + 30px);padding-bottom:80%}.footer::before{left:50%;width:100%;transform:translate(-50%,0)}.footer__main{display:flex;flex-direction:column;align-items:center;margin-right:0}.footer__bottom{flex-direction:column}.footer__rights{flex:unset;margin-bottom:8px}.contacts:not(:last-child){margin:0 0 16px}.contacts{flex:1 1 100%;display:flex;flex-direction:column;align-items:center}.address{flex:1 1 100%;display:flex;flex-direction:column;align-items:center}.address__name{text-align:center}}@media (max-width:576px){.tabs__header{background:0 0;flex-wrap:wrap}.modal__body{flex-direction:column}.modal__form{max-width:unset;margin:0 0 24px}.modal__image{position:relative;max-width:unset;transform:translate(0,0)}.modal .product{border:none;padding:0}#consultation .modal__content,#order .modal__content{padding-bottom:0}.header__slogan{margin:0;text-align:center}.header__btn{margin-bottom:48px}.menu__contacts{display:flex!important}.menu__contacts .contacts__body{flex-direction:column;align-items:center}.menu__contacts .contacts__links{align-items:center}.menu__contacts .contacts__links:not(:last-child){padding:0}.menu__contacts .contacts__links:not(:first-child){padding:0;border:none}.menu__address{display:flex!important}.phones{display:none}.reasons__wrapper{display:flex!important;gap:0}.reasons__navigation{display:flex}.offer__container{padding:0 30px}.features__item{flex:1 1 100%}}@media (max-width:480px){.features__container{border-radius:16px}}@media (max-width:360px){.offer__bg{left:0;right:0}.offer__container{padding:0 15px}.about__list{padding:0}.cooperation__list{grid-template-columns:1fr}.features{padding:0}.features__body{padding-inline:15px}.feedbacks{padding:0}.providers__list{grid-template-columns:repeat(2,1fr)}.contacts__body{flex-direction:column;align-items:center}.contacts__links{align-items:center}.contacts__links:not(:last-child){padding:0;margin-bottom:16px}.contacts__links:not(:first-child){padding:0;border:none}}@media (any-hover:hover){.btn_yellow:hover{background:var(--black);color:var(--yellow);border:2px solid var(--yellow)}.btn_yellow:hover svg{fill:var(--yellow)}.btn_black:hover{color:var(--yellow);border:2px solid var(--yellow);box-shadow:0 0 24px var(--yellow)}.btn_black:hover svg{fill:var(--yellow)}.tabs__link:hover{font-weight:600}.menu__link:hover{font-weight:600}.menu__link:hover::before{width:100%}.phones:hover .phones__block{opacity:1;visibility:visible;transform:translate(0,0);pointer-events:all}.phones:hover>.phones__link{color:var(--yellow)}.phones:hover>.phones__link svg{fill:var(--yellow);transform:rotate(-180deg)}.phones__link:hover{font-weight:800;color:var(--yellow)}.phones__link:hover svg{fill:var(--yellow);transform:rotate(-180deg)}.feedbacks__btn:hover::after{width:100%}.footer__info a:hover{text-decoration:underline}.contacts__link:hover::after{width:100%}.address__link:hover{font-weight:600}}