@custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *));@font-face{font-family:Onest;font-display:swap;src:url(../fonts/OnestExtraBold.woff) format("woff"),url(../fonts/OnestExtraBold.woff2) format("woff2");font-weight:800;font-style:normal}@font-face{font-family:Onest;font-display:swap;src:url(../fonts/OnestBold.woff) format("woff"),url(../fonts/OnestBold.woff2) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Onest;font-display:swap;src:url(../fonts/OnestLight.woff) format("woff"),url(../fonts/OnestLight.woff2) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:Onest;font-display:swap;src:url(../fonts/OnestMedium.woff) format("woff"),url(../fonts/OnestMedium.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Onest;font-display:swap;src:url(../fonts/OnestSemiBold.woff) format("woff"),url(../fonts/OnestSemiBold.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:Onest;font-display:swap;src:url(../fonts/OnestRegular.woff) format("woff"),url(../fonts/OnestRegular.woff2) format("woff2");font-weight:400;font-style:normal}:root{--bg:#333333;--text:#ffffff;--yellow:#F6CA26;--gray:#959595}html[data-theme=light]{--bg:#F5F5F5;--text:#414141}html[data-theme=dark] .switch-theme__sun{display:block}html[data-theme=dark] .switch-theme__moon{display:none}html[data-theme=dark] .select._active .select__title{background-color:#3e3e3f}html[data-theme=dark] .select__value::before{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}html[data-theme=dark] .input,html[data-theme=dark] .select__options,html[data-theme=dark] .select__title{background-color:#3e3e3f;color:#fff;-webkit-box-shadow:none;box-shadow:none}*{padding:0;margin:0;border:0}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}:active,:focus{outline:0}a:active,a:focus{outline:0}aside,footer,header,nav,section{display:block}body,html{height:100%;min-width:320px}body{line-height:1;font-family:Onest;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}button,input,textarea{font-family:Onest}input::-ms-clear{display:none}button{cursor:pointer}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}body{color:var(--text);font-size:18px;background-color:var(--bg)}body._lock{overflow:hidden}.wrapper{width:100%;min-height:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}._container{width:100%;max-width:100%;margin:0 auto;padding:0 60px}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0 0}.btn._fw{width:100%}.select{position:relative}.select__item{position:relative}.select__title{color:var(--text);-webkit-box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.05),inset -5px -5px 5px 0 rgba(255,255,255,.3);box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.05),inset -5px -5px 5px 0 rgba(255,255,255,.3);background:rgba(241,242,244,.7);cursor:pointer;border-radius:22px}.select__value{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:18px;height:44px;padding:0 20px;-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;line-height:1.2}.select__value span{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;transition:all .3s ease 0s;width:16px;height:16px;-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;background:url(../img/icons/select.svg) center/100% no-repeat}.select__input{width:100%;background-color:transparent;height:100%}.select__options{color:rgba(65,65,65,.5);display:none;position:absolute;top:100%;border-radius:0 0 20px 20px;min-width:100%;left:0;-webkit-box-shadow:4px 10px 20px 0 rgba(0,0,0,.1);box-shadow:4px 10px 20px 0 rgba(0,0,0,.1);background:#f1f2f4;font-size:18px;overflow-y:auto}.select__option{cursor:pointer;padding:10px 20px;margin:0}.select._active{z-index:5}.select._active .select__title{border-bottom-left-radius:0;border-bottom-right-radius:0;-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);background:#f1f2f4;color:rgba(var(--text),.5)}.select._active .select__value:before{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.select._active .select__options{display:block}input[type=email],input[type=tel],input[type=text],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}.input{-webkit-box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.05),inset -5px -5px 5px 0 rgba(255,255,255,.3);box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.05),inset -5px -5px 5px 0 rgba(255,255,255,.3);max-width:100%;min-width:0;background:rgba(241,242,244,.7);border-radius:50px;min-height:44px;overflow:hidden;width:100%;display:block;padding:0 20px;font-size:18px;color:var(--text)}textarea.input{resize:none;padding:15px 20px;height:102px;border-radius:20px}.checkbox{position:relative}.checkbox__input{position:absolute;width:0;height:0;opacity:0;visibility:hidden}.checkbox__input:checked+.checkbox__text:before{background:#fff url(../img/icons/check.svg) center no-repeat}.checkbox__text{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:16px;color:#fff;letter-spacing:-.3px;line-height:calc(20 / 16);cursor:pointer}.checkbox__text:before{content:"";-ms-flex-item-align:start;align-self:flex-start;margin:0 14px 0 0;-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;left:0;top:0;width:20px;height:18px;background:#fff;border:1px solid #a7a9ac}.checkbox a{color:#fff;text-decoration:underline}.checkbox._error .checkbox__text:before{border:1px solid #ee1212}.options{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:start;-ms-flex-align:start;align-items:flex-start}.options__item{position:relative;cursor:pointer}.options__input{position:absolute;width:0;height:0;opacity:0;left:0;top:0;visibility:hidden}.options__input:checked+.options__text:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.options__text{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-size:16px;color:#fff;letter-spacing:-.3px;line-height:calc(20 / 16)}.options__text:before{content:"";-ms-flex-item-align:start;align-self:flex-start;margin:0 14px 0 0;-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;left:0;top:0;border-radius:50%;width:20px;height:18px;background:#fff;border:1px solid #a7a9ac}.options__text:after{content:"";-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px;height:10px;border-radius:50%;background-color:#77243a;position:absolute;left:5px;top:4px}.rating-block{display:table;font-size:0}.rating{display:inline-block;position:relative;vertical-align:middle}.rating.edit .star{cursor:pointer}.rating .star{width:17px;height:14px;display:inline-block;position:relative;z-index:3}.rating__line{position:absolute;width:85px;height:14px;top:0;left:0;background:url(../img/icons/bg_rating.svg) 0 0 no-repeat;z-index:1;background-size:85px 100%}.rating__activeline{position:absolute;width:0;height:14px;top:0;left:0;background:url(../img/icons/bg_rating_active.svg) 0 0 no-repeat;z-index:2;background-size:85px 100%}.rating__value{display:inline-block;color:#1b3139;font-size:14px;line-height:13px;vertical-align:middle}.quantity{width:88px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid rgba(166,166,166,.45)}.quantity__button{-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px;position:relative;cursor:pointer}.quantity__button::after,.quantity__button::before{content:"";position:absolute;top:50%;left:50%;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;margin:0 0 0 -4.5px;background-color:#a6a6a6;width:9px;height:1px}.quantity__button_plus::before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.quantity__input{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.quantity__input input{height:100%;color:#a6a6a6;font-size:12px;width:100%;text-align:center}img,svg{max-width:100%;max-height:100%;vertical-align:middle;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}._title{font-size:110px;color:var(--text);font-weight:700;text-transform:uppercase}._title span{color:#f6ca26}ol.counter{list-style-type:none;counter-reset:item}ol.counter li{position:relative;padding:0 0 0 45px}ol.counter li:before{counter-increment:item;content:counter(item);position:absolute;left:0;top:0;color:#818181;font-size:14px;font-weight:700;text-align:center;line-height:26px;border-radius:50%;width:28px;height:28px;border:1px solid #4274bb}.ellipsis{display:block;overflow:hidden;width:100%;white-space:nowrap;text-overflow:ellipsis}.es{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.table{display:table;font-size:0;width:100%}.trow{display:table-row}.cell{display:table-cell}.cell.full{width:100%}._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}.moretext{overflow:hidden}.moretext__more{cursor:pointer}.moretext__more span{font-style:normal}.moretext__more span:first-child{display:block}.moretext__more span:last-child{display:none}.moretext__more.active span{font-style:normal}.moretext__more.active span:first-child{display:none}.moretext__more.active span:last-child{display:block}#map{background:url(../img/icons/loading.gif) center/50px no-repeat}._swiper{overflow:hidden}._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-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}._swiper.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.swiper-container-initialized .swiper-slide{-ms-flex-negative:0;flex-shrink:0}.swiper-container-android .swiper-slide,.swiper-container-android .swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-button-lock{display:none!important}.slick-slider{position:relative}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-slider .slick-list{position:relative;overflow:hidden;width:100%}.slick-slider .slick-track{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.slick-slider .slick-slide{position:relative}.tab__item{display:none}.tab__item.active{display:block}._tabs-block{display:none}._tabs-block._active{display:block}.mirror{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.nicescroll-rails{z-index:1000!important}.gm-style-iw-t{opacity:0}.baloon{opacity:1;right:-7px!important;bottom:80px!important}.baloon button{display:none!important}.baloon:after{display:none!important}.baloon-style{display:none}.baloon-content.gm-style-iw{opacity:1;border-radius:0!important;max-width:300px!important;padding:0!important;left:0!important;width:100%!important;overflow:visible!important}.baloon-content.gm-style-iw>.gm-style-iw-d{overflow:hidden!important;max-width:none!important}.baloon-content.gm-style-iw:after{display:none!important}.baloon-close{top:18px!important}._custom-scroll{position:fixed;right:0;top:0;width:3px;height:100%;z-index:1000}._custom-scroll__line{background-color:rgba(0,0,0,.5);border-radius:3px 0 0 3px;position:relative;left:0;top:0;width:100%}.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;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;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;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;transition:all .3s ease 0s;background-color:#fff;padding:50px;width:100%;max-width:800px}.popup__close{width:15px;height:15px;position:absolute;top:0;right:0;cursor:pointer;z-index:30;background:url(../img/icons/close.svg) 0 0 no-repeat}.header{padding:6px 0;position:relative;z-index:3}.header__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.header__logo{-webkit-box-flex:0;-ms-flex:0 0 133px;flex:0 0 133px}.header__logo img,.header__logo svg{max-width:100%;width:100%}.header__menu{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.menu__icon{position:relative;z-index:5;color:var(--text)}.menu__icon._active{color:#f6ca26}.menu__body{width:100%;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:48px;-moz-column-gap:48px;column-gap:48px}.menu__center{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.list-menu{padding:8px 12px;-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.05);box-shadow:4px 4px 20px 0 rgba(0,0,0,.05);background:rgba(226,230,239,.2);border-radius:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px}.list-menu__link{background-color:#f6ca26;-webkit-box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.1),inset -5px -5px 5px 0 rgba(255,255,255,.3);box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.1),inset -5px -5px 5px 0 rgba(255,255,255,.3);border-radius:100px;border:1px solid;-o-border-image:linear-gradient(90deg,#fff 0,rgba(245,245,245,.22) 52%,rgba(65,65,65,.03) 100%);border-image:-webkit-gradient(linear,left top,right top,from(white),color-stop(52%,rgba(245,245,245,.22)),to(rgba(65,65,65,.03)));border-image:linear-gradient(90deg,#fff 0,rgba(245,245,245,.22) 52%,rgba(65,65,65,.03) 100%);min-height:68px;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;text-align:center;padding:10px 25px;font-size:18px;color:var(--text);-webkit-transition:all .3s 0s;transition:all .3s 0s}.switch-theme{width:84px;height:84px;-webkit-box-flex:0;-ms-flex:0 0 84px;flex:0 0 84px;cursor:pointer;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:50%;background-color:#f6ca26;-webkit-box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.1),inset -5px -5px 5px 0 rgba(255,255,255,.3);box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.1),inset -5px -5px 5px 0 rgba(255,255,255,.3);border:1px solid;-o-border-image:linear-gradient(90deg,#fff 0,rgba(245,245,245,.22) 52%,rgba(65,65,65,.03) 100%);border-image:-webkit-gradient(linear,left top,right top,from(white),color-stop(52%,rgba(245,245,245,.22)),to(rgba(65,65,65,.03)));border-image:linear-gradient(90deg,#fff 0,rgba(245,245,245,.22) 52%,rgba(65,65,65,.03) 100%);-webkit-transition:all .3s 0s;transition:all .3s 0s}.switch-theme__icon{-webkit-box-flex:0;-ms-flex:0 0 33px;flex:0 0 33px;width:33px;height:33px;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}.switch-theme__sun{display:none}.switch-theme__moon{display:block}.lang{width:105px;-ms-flex-item-align:stretch;-ms-grid-row-align:stretch;align-self:stretch;position:relative}.lang._active .lang__link{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.lang__list{padding:24px 12px;-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);background:var(--bg);position:absolute;top:0;left:0;width:100%;border-radius:42px;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;row-gap:8px}.lang__link{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:42px;background-color:#f6ca26;-webkit-box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.1),inset -5px -5px 5px 0 rgba(255,255,255,.3);box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.1),inset -5px -5px 5px 0 rgba(255,255,255,.3);border-radius:100px;border:1px solid;font-size:18px;width:62px;color:var(--text);-webkit-transition:all .3s 0s;transition:all .3s 0s;-o-border-image:linear-gradient(90deg,#fff 0,rgba(245,245,245,.22) 52%,rgba(65,65,65,.03) 100%);border-image:-webkit-gradient(linear,left top,right top,from(white),color-stop(52%,rgba(245,245,245,.22)),to(rgba(65,65,65,.03)));border-image:linear-gradient(90deg,#fff 0,rgba(245,245,245,.22) 52%,rgba(65,65,65,.03) 100%)}.footer{padding:20px 0 80px}.footer__contacts{background:linear-gradient(152deg,#163d82 0,#2394fa 45.76%,#f6cc1e 100%);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 32px;border-radius:40px;min-height:116px;gap:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px}.footer__icon{-webkit-box-flex:0;-ms-flex:0 0 28px;flex:0 0 28px;width:28px;height:28px;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}.footer__value{font-size:25px;font-weight:500;color:#fff}.footer__value a{color:inherit}.footer__socials{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.footer__social{-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px;width:30px;height:30px}.footer__bottom{margin-top:48px;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;text-align:center}.footer__copy{font-size:16px;color:var(--text);font-weight:500}.banner{padding:20px 0}.banner__wrapper{position:relative}.banner__slider{border-radius:42px;-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.2);box-shadow:4px 4px 20px 0 rgba(0,0,0,.2)}.banner__slide{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border-radius:42px;overflow:hidden}.banner__image{width:100%;max-width:100%}.banner__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.banner__pagging{position:absolute;z-index:2;bottom:56px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-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;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}.banner__pagging .swiper-pagination-bullet{-webkit-box-flex:0;-ms-flex:0 0 15px;flex:0 0 15px;aspect-ratio:1;border-radius:50%;cursor:pointer;background-color:rgba(245,245,245,.5);-webkit-transition:background-color .3s 0s;transition:background-color .3s 0s}.banner__pagging .swiper-pagination-bullet-active{background-color:#f6ca26}.banner__pagging .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover{background-color:rgba(245,245,245,.8)}.products-range{padding:50px 0}.products-range__wrapper{position:relative}.products-range__block{padding:58px 40px 52px}.products-range__block:first-child::before{display:none}.products-range__block:last-child::after{display:none}.products-range__title-tab{color:#fff;max-width:1140px}.products-range__text{max-width:820px;font-size:25px;color:#fff;line-height:1.3;margin-top:38px}.products-range__content>:not(.products-range__image){position:relative;z-index:1}.products-range__bottom{margin-top:16px}.products-range__bottom .products-range__btn{min-height:60px;font-size:15px}.products-range__other{margin-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:38px;-moz-column-gap:38px;column-gap:38px}.products-range__other .products-range__btn{min-width:288px}.products-range__features{max-width:450px;display:-ms-grid;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;grid-template-columns:repeat(auto-fit,minmax(70px,1fr))}.products-range__feature{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;text-align:center;row-gap:10px;font-size:18px;color:#fff}.products-range__feature-icon{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;width:60px;height:60px;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}.products-range__btn{background-color:#f6ca26;min-height:66px;border-radius:100px;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;text-align:center;padding:5px 40px;font-size:25px;font-weight:700;text-transform:uppercase;color:#fff;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.25);box-shadow:0 4px 4px 0 rgba(0,0,0,.25);border:1px solid;-o-border-image:linear-gradient(90deg,#fff 0,rgba(245,245,245,.22) 52%,rgba(65,65,65,.03) 100%);border-image:-webkit-gradient(linear,left top,right top,from(white),color-stop(52%,rgba(245,245,245,.22)),to(rgba(65,65,65,.03)));border-image:linear-gradient(90deg,#fff 0,rgba(245,245,245,.22) 52%,rgba(65,65,65,.03) 100%);-webkit-transition:all .3s 0s;transition:all .3s 0s}.products-range__image{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.products-range__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.products-range__image::after{content:'';width:100%;height:100%;position:absolute;z-index:1;inset:0;-webkit-box-shadow:inset 20px 20px 20px 0 rgba(0,0,0,.3),inset -5px -5px 5px 0 rgba(255,255,255,.3);box-shadow:inset 20px 20px 20px 0 rgba(0,0,0,.3),inset -5px -5px 5px 0 rgba(255,255,255,.3)}.products-range__nav{position:relative;z-index:1}.nav-products-range{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.nav-products-range__item{height:180px;border:20px solid var(--bg);color:#fff;border-bottom:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:var(--bg);position:relative;cursor:pointer}.nav-products-range__item:first-child{border-left:0;border-bottom-left-radius:42px;border-top-left-radius:42px}.nav-products-range__item:first-child:not(._active){border-top-left-radius:0}.nav-products-range__item:last-child{border-right:0;border-bottom-right-radius:42px;border-top-right-radius:42px}.nav-products-range__item:last-child:not(._active){border-top-right-radius:0}.nav-products-range__item:has(+._active){border-top-right-radius:42px}.nav-products-range__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px 30px;border-radius:42px}.nav-products-range__icon{-webkit-box-flex:0;-ms-flex:0 0 128px;flex:0 0 128px;width:128px;height:128px;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}.nav-products-range__main{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:10px}.nav-products-range__name{font-size:50px;font-weight:700}.nav-products-range__text{font-size:14px;font-weight:300;line-height:1.4}.export{padding:20px 0}.export__content{margin-top:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:198px;-moz-column-gap:198px;column-gap:198px;row-gap:54px}.export__section{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-width:0}.export__section._delivery .export__item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 24px * 2)/ 3);flex:0 0 calc((100% - 24px * 2)/ 3)}.export__section._delivery .export__items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.export__name-section{font-size:70px;font-weight:700;color:var(--text)}.export__name-section span{color:#f6ca26}.export__inner{position:relative;margin-top:32px}.export__icons{width:100%;height:160px;position:absolute;top:-16px;left:0;border-radius:40px;-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.5),-4px -4px 6px 0 #fff;box-shadow:4px 4px 20px 0 rgba(0,0,0,.5),-4px -4px 6px 0 #fff;background:#e2e6ef;opacity:.2}.export__icon{-webkit-box-flex:0;-ms-flex:0 0 128px;flex:0 0 128px;width:128px;height:128px;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;position:relative;z-index:1}.export__icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.export__items{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:1;gap:24px}.export__item{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;text-align:center;row-gap:40px;-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 24px * 3)/ 4);flex:0 0 calc((100% - 24px * 3)/ 4);min-width:200px}.export__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;row-gap:15px}.export__name{font-size:25px;color:var(--text);font-weight:600;-ms-hyphens:auto;hyphens:auto}.export__weight{color:#959595;font-size:18px}.contacts{padding:50px 0}.contacts__content{margin-top:30px;display:-ms-grid;display:grid;-ms-grid-columns:3fr 9fr;grid-template-columns:3fr 9fr;gap:20px}.contacts__block:nth-child(1) .contacts__details{background:linear-gradient(135deg,#163d82 0,#2394fa 45.76%,#f6cc1e 100%);color:#fff}.contacts__block:nth-child(2) .contacts__details{background:linear-gradient(135deg,#f5c300 0,#df9f01 45.76%,#73a738 100%);color:#fff}.contacts__block:nth-child(3) .contacts__details{background:linear-gradient(141deg,#d3ba15 0,#628e2f 26.44%,#010101 87.52%);color:#fff}.contacts__block:nth-child(4) .contacts__details{background:linear-gradient(141deg,#010101 0,#482501 58.18%,#de8801 100%);color:#fff}.contacts__block:nth-child(5) .contacts__details{background:linear-gradient(135deg,#163d82 0,#2394fa 45.76%,#f6cc1e 100%);color:#fff}.contacts__inner{display:-ms-grid;display:grid;-ms-grid-columns:6fr 3fr;grid-template-columns:6fr 3fr;gap:20px}.sidebar-contacts{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-pack:justify;-ms-flex-pack:justify;justify-content:space-between;row-gap:6px}.sidebar-contacts__item{background-color:rgba(226,230,239,.2);-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.05);box-shadow:4px 4px 20px 0 rgba(0,0,0,.05);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 60px;display:flex;align-items:center;color:#959595;min-height:82px;border-radius:42px;-webkit-transition:color .3s 0s;transition:color .3s 0s;cursor:pointer}.sidebar-contacts__item._active:nth-child(1){background:linear-gradient(135deg,#163d82 0,#2394fa 45.76%,#f6cc1e 100%);color:#fff}.sidebar-contacts__item._active:nth-child(2){background:linear-gradient(135deg,#f5c300 0,#df9f01 45.76%,#73a738 100%);color:#fff}.sidebar-contacts__item._active:nth-child(3){background:linear-gradient(141deg,#d3ba15 0,#628e2f 26.44%,#010101 87.52%);color:#fff}.sidebar-contacts__item._active:nth-child(4){background:linear-gradient(141deg,#010101 0,#482501 58.18%,#de8801 100%);color:#fff}.sidebar-contacts__item._active:nth-child(5){background:linear-gradient(135deg,#163d82 0,#2394fa 45.76%,#f6cc1e 100%);color:#fff}.sidebar-contacts__item._active{background:linear-gradient(135deg,#163d82 0,#2394fa 45.76%,#f6cc1e 100%);color:#fff}.sidebar-contacts__icon{-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;width:40px;height:40px}.sidebar-contacts__name{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;font-size:25px;font-weight:500}.form-contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:30px;padding:26px 40px;background-color:rgba(226,230,239,.2);-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.05);box-shadow:4px 4px 20px 0 rgba(0,0,0,.05);border-radius:42px;display:flex;flex-direction:column;row-gap:20px}.form-contacts__row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.form-contacts__item{-webkit-box-flex:1;-ms-flex:1 0 calc((100% - 20px * 1)/ 2);flex:1 0 calc((100% - 20px * 1)/ 2)}.form-contacts__label{font-size:18px;display:inline-block;margin-bottom:10px;color:var(--text);opacity:.5}.form-contacts__input{width:100%;max-width:100%}.form-contacts__button{color:#f5f5f5;background-color:#f6ca26;-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);border-radius:100px;padding:15px 20px;font-size:18px;font-weight:600;text-transform:uppercase;-webkit-transition:background-color .3s 0s;transition:background-color .3s 0s;min-width:182px}.details-contacts{background:linear-gradient(141deg,#163d82 0,#2394fa 45.76%,#f6cc1e 100%);padding:32px 32px;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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:42px;border-radius:42px}.details-contacts__title{font-size:32px;color:#fff;font-weight:800;text-transform:uppercase;text-align:center;line-height:1.3}.details-contacts__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;max-width:310px;width:100%;row-gap:26px}.details-contacts__item{display:-ms-grid;display:grid;-ms-grid-columns:32px 1fr;grid-template-columns:32px 1fr;gap:15px}.details-contacts__icon{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:32px;height:32px}.details-contacts__value{font-size:25px;font-weight:500;color:#fff;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.map-contacts{margin-top:70px}.map-contacts__image{width:100%;max-width:100%}.map-contacts__image img{width:100%;max-width:100%}.about{padding:20px 0 50px}.about__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:40px}.banner-about{display:-ms-grid;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px}.banner-about__image{-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.2);box-shadow:4px 4px 20px 0 rgba(0,0,0,.2);border-radius:40px;overflow:hidden;aspect-ratio:890/570px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.banner-about__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.banner-about__content{padding-left:50px;padding-top:40px}.banner-about__title{font-size:35px;color:var(--text);font-weight:700;line-height:1.3}.banner-about__text{margin-top:42px;font-size:25px;color:var(--gray);line-height:1.4}.counter-about{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;gap:28px;position:relative;background-color:var(--bg);-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);border-radius:40px;min-height:154px}.counter-about__item{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:start;-ms-flex-align:start;align-items:flex-start}.counter-about__value{font-size:70px;font-weight:700;color:#157ff5;line-height:1}.counter-about__name{color:var(--gray);font-size:25px;font-weight:500}.goals-about{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:20px}.goals-about__item{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:start;-ms-flex-align:start;align-items:flex-start;gap:12px;position:relative;padding:50px 40px;border-radius:40px}.goals-about__item:nth-child(1){background:linear-gradient(135deg,#163d82 0,#2394fa 45.76%,#f6cc1e 100%)}.goals-about__item:nth-child(2){background:linear-gradient(135deg,#f5c300 0,#df9f01 45.76%,#73a738 100%)}.goals-about__item:nth-child(3){background:linear-gradient(141deg,#d3ba15 0,#628e2f 26.44%,#010101 87.52%)}.goals-about__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.goals-about__icon{width:52px;height:52px;position:absolute;top:34px;right:20px}.goals-about__title{font-size:35px;color:#f5f5f5;font-weight:700;line-height:1.3}.goals-about__text{color:#f5f5f5;font-size:25px;line-height:1.4}.news__content{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:32px}.main-news{-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);background:rgba(226,230,239,.2);border-radius:40px;padding:24px;display:-ms-grid;display:grid;-ms-grid-columns:5fr 7fr;grid-template-columns:5fr 7fr}.main-news__content{padding:0 40px 0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:28px}.main-news__top{font-size:18px;color:var(--gray);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:60px;-moz-column-gap:60px;column-gap:60px}.main-news__body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:28px}.main-news__title{font-size:35px;color:var(--text);font-weight:700}.main-news__text{line-height:1.4;font-size:20px;font-weight:300}.main-news__botttom{margin-top:auto;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}.main-news__more{color:#fff;font-size:18px;border-radius:100px;background-color:#f6ca26;padding:10px 25px;min-height:45px;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;text-align:center;-webkit-transition:all .3s 0s;transition:all .3s 0s;min-width:180px;text-transform:uppercase;-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);box-shadow:4px 4px 20px 0 rgba(0,0,0,.1)}.main-news__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px}.main-news__social{-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px;width:30px;height: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;color:var(--text);opacity:.2;-webkit-transition:opacity .3s 0s;transition:opacity .3s 0s}.main-news__image{aspect-ratio:160/83;overflow:hidden;border-radius:40px}.main-news__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.least-news__title{font-size:35px;color:var(--text);font-weight:700}.least-news__list{margin-top:35px;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);gap:20px}.news-item{-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);background:rgba(226,230,239,.2);border-radius:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.news-item__image{aspect-ratio:160/90;overflow:hidden;border-radius:40px}.news-item__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .3s 0s;transition:-webkit-transform .3s 0s;transition:transform .3s 0s;transition:transform .3s 0s,-webkit-transform .3s 0s}.news-item__content{padding:24px 20px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:24px;-webkit-box-flex:1;-ms-flex:1;flex:1}.news-item__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:12px}.news-item__title{font-size:25px;font-weight:700;color:var(--text)}.news-item__title a{color:inherit}.news-item__info{font-size:14px;color:var(--gray);font-weight:400;line-height:1.4}.news-item__text{color:var(--gray);font-size:18px;font-weight:300;line-height:1.4}.news-item__botttom{margin-top:auto;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}.news-item__more{-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);background:rgba(226,230,239,.2);color:var(--gray);font-size:18px;font-weight:500;border-radius:100px;padding:10px 25px;min-height:45px;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;text-align:center;min-width:180px;-webkit-transition:all .3s 0s;transition:all .3s 0s}.news-item__social{color:var(--text);-webkit-transition:all .3s 0s;transition:all .3s 0s}.news-item__social svg{opacity:.2;-webkit-transition:all .3s 0s;transition:all .3s 0s}.page{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:991.98px){.quantity__button:hover::after,.quantity__button:hover::before{background-color:rgba(0,0,0,.5)}.menu__icon{display:none}.lang__link:not(._active){display:none}.products-range__wrapper{margin-top:30px;border-radius:42px;overflow:hidden}.products-range__block{min-height:650px}.products-range__block::after{content:'';position:absolute;bottom:180px;right:0;width:42px;height:42px;z-index:1;pointer-events:none;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);background:radial-gradient(circle at 0 100%,transparent 42px,var(--bg) 42px)}.products-range__block::before{content:'';position:absolute;bottom:180px;left:0;width:42px;height:42px;z-index:2;pointer-events:none;background:radial-gradient(circle at 100% 100%,transparent 42px,var(--bg) 42px);-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.products-range__bottom{display:none}.nav-products-range__item._active{border:0;background-color:transparent;border-radius:0 0 42px 42px;z-index:2}.nav-products-range__item._active+.nav-products-range__item{border-top-left-radius:42px}.nav-products-range__item._active .nav-products-range__inner{background:0 0!important;position:relative;border-radius:0 0 42px 42px}.nav-products-range__item:nth-child(1) .nav-products-range__inner{background:linear-gradient(135deg,#163d82 0,#2394fa 45.76%,#f6cc1e 100%)}.nav-products-range__item:nth-child(2) .nav-products-range__inner{background:linear-gradient(135deg,#f5c300 0,#df9f01 45.76%,#73a738 100%)}.nav-products-range__item:nth-child(3) .nav-products-range__inner{background:linear-gradient(141deg,#d3ba15 0,#628e2f 26.44%,#010101 87.52%)}.nav-products-range__item:nth-child(4) .nav-products-range__inner{background:linear-gradient(141deg,#010101 0,#482501 58.18%,#de8801 100%)}.map-contacts__title{display:none}.counter-about::after{content:'';pointer-events:none;position:absolute;inset:0;border-radius:inherit;background-color:#e2e6ef;-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.5);box-shadow:4px 4px 20px 0 rgba(0,0,0,.5);opacity:.2;z-index:1}.main-news__context{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:28px}.main-news__botttom{margin-top:110px}}@media (min-width:991.98px) and (min-width:991.98px){.nav-products-range__item._active .nav-products-range__inner::after{content:'';position:absolute;bottom:0;right:0;width:42px;height:42px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);background:radial-gradient(circle at 0 100%,transparent 42px,var(--bg) 42px)}.nav-products-range__item._active .nav-products-range__inner::before{content:'';position:absolute;bottom:0;left:0;width:42px;height:42px;background:radial-gradient(circle at 100% 100%,transparent 42px,var(--bg) 42px);-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}}@media (min-width:992px){.select__option:hover{background:#e7e7e7}.checkbox a:hover{text-decoration:none}}@media (max-width:1860px){.export__content{-webkit-column-gap:84px;-moz-column-gap:84px;column-gap:84px}}@media (max-width:1750px){.export__items{gap:12px}.export__item{min-width:160px}.export__name{font-size:18px}}@media (max-width:1700px){.nav-products-range__item{border-width:15px}.nav-products-range__inner{padding:10px 20px;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px}.nav-products-range__icon{-webkit-box-flex:0;-ms-flex:0 0 82px;flex:0 0 82px;width:82px;height:82px}.nav-products-range__name{font-size:32px}.nav-products-range__text{font-size:12px}.export__name-section{font-size:56px}}@media (max-width:1400px){.footer__value{font-size:20px}.sidebar-contacts__item{padding:5px 25px;min-height:72px}.sidebar-contacts__icon{-webkit-box-flex:0;-ms-flex:0 0 34px;flex:0 0 34px;width:34px;height:34px}.sidebar-contacts__name{font-size:20px}.details-contacts{row-gap:32px;padding:24px 24px}.details-contacts__item{gap:12px}.details-contacts__icon{width:24px;height:24px;-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px}.details-contacts__value{font-size:20px}.banner-about__content{padding-left:20px;padding-top:0}.banner-about__title{font-size:28px}.banner-about__text{font-size:20px;margin-top:20px}.counter-about{min-height:124px}.counter-about__value{font-size:50px}.counter-about__name{font-size:20px}.goals-about__item{padding:30px 20px}.goals-about__icon{top:25px;right:20px;width:42px;height:42px}.goals-about__text{font-size:20px}.main-news{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.main-news__content{padding:0 20px 0 0;row-gap:16px}.main-news__body{row-gap:16px}.main-news__title{font-size:28px}.main-news__text{font-size:15px}.least-news__title{font-size:28px}.least-news__list{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr)}.news-item__title{font-size:20px}}@media (max-width:1182px){._container{padding:0 20px}.menu__body{-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}.list-menu{-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px}.nav-products-range__item{height:140px}.nav-products-range__icon{-webkit-box-flex:0;-ms-flex:0 0 62px;flex:0 0 62px;width:62px;height:62px}.nav-products-range__name{font-size:28px}.export__content{-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px}.export__name-section{font-size:46px}.export__icons{height:calc(72px + 16px * 2);top:-16px;border-radius:20px}.export__icon{-webkit-box-flex:0;-ms-flex:0 0 72px;flex:0 0 72px;width:72px;height:72px}.export__item{min-width:100px;row-gap:32px}.export__body{row-gap:10px}.export__weight{font-size:15px}}@media (max-width:991.98px){html[data-theme=dark] .menu__body{background:#414141}._title{font-size:50px}.header__content{display:-ms-grid;display:grid;-ms-grid-columns:1fr auto 1fr;grid-template-columns:1fr auto 1fr}.header__logo{-webkit-box-flex:0;-ms-flex:0 0 54px;flex:0 0 54px;max-width:54px;-ms-grid-column:2;-ms-grid-column-span:1;grid-column:2/3}.header__menu{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:auto;-ms-grid-column:3;-ms-grid-column-span:1;grid-column:3/4}.menu__body{width:100%;height:100%;position:fixed;top:0;left:0;border-radius:42px;background-color:#dfdfdf;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;padding:76px 32px 32px 32px;overflow-y:auto;z-index:2}.menu__body:not(._active){opacity:0;visibility:hidden;pointer-events:none}.menu__center{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.menu__list{width:100%;max-width:180px}.menu__switch-theme{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;margin-left:auto}.menu__lang{-webkit-box-flex:0;-ms-flex:0 0 58px;flex:0 0 58px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.list-menu{background-color:transparent;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:16px;padding:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;border:none}.list-menu__link{background:rgba(var(--text),.2);font-size:20px;color:var(--text);min-height:42px;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.2);box-shadow:0 4px 4px 0 rgba(0,0,0,.2);border:0}.switch-theme{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;border:none;width:24px;height:24px;-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;border:0}.switch-theme__icon{-webkit-box-flex:0;-ms-flex:0 0 24px;flex:0 0 24px;width:24px;height:24px}.lang__list{position:static;background:0 0;padding:0;-webkit-box-shadow:none;box-shadow:none;row-gap:16px}.lang__link{min-height:42px;font-size:20px;width:100%;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.2);box-shadow:0 4px 4px 0 rgba(0,0,0,.2);border:0}.footer{padding:20px 0 40px}.footer__wrapper{background:linear-gradient(152deg,#163d82 0,#2394fa 45.76%,#f6cc1e 100%);padding-top:24px;border-radius:20px}.footer__contacts{background:0 0;padding:24px 20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:0;border-top:1px solid rgba(255,255,255,.3);border-bottom:1px solid rgba(255,255,255,.3)}.footer__item{max-width:320px;width:100%}.footer__icon{-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;width:20px;height:20px}.footer__value{font-size:15px;font-weight:300}.footer__bottom{margin-top:0;padding:24px 20px}.footer__copy{color:#fff}.products-range{padding:20px 0}.products-range__title{display:none}.products-range__block{position:relative;padding:0}.products-range__title-tab{font-size:30px}.products-range__text{margin-top:15px;font-size:15px;max-width:420px}.products-range__content{border-radius:20px;overflow:hidden;position:relative;padding:40px 20px 40px;min-height:320px}.products-range__other .products-range__btn{display:none}.products-range__other{margin-top:15px}.products-range__feature{font-size:15px;row-gap:8px}.products-range__feature-icon{-webkit-box-flex:0;-ms-flex:0 0 54px;flex:0 0 54px;width:54px;height:54px}.products-range__btn{border:0}.products-range__nav{margin-top:15px}.nav-products-range{grid-template-columns:repeat(auto-fit,minmax(50px,1fr));background-color:rgba(226,230,239,.2);padding:5px 7px;border-radius:100px;-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.05);box-shadow:4px 4px 20px 0 rgba(0,0,0,.05)}.nav-products-range__item{height:auto;border:0;background:0 0;color:var(--text);border-radius:100px}.nav-products-range__item._active{background-color:#f6ca26;border-radius:100px}.nav-products-range__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;row-gap:5px;padding:8px 5px}.nav-products-range__icon{-webkit-box-flex:0;-ms-flex:0 0 32px;flex:0 0 32px;width:32px;height:32px;color:var(--text)}.nav-products-range__name{font-size:12px;font-weight:500}.nav-products-range__text{display:none}.export{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.export__content{margin-top:40px;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;row-gap:40px}.export__section{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.export__name-section{font-size:35px;text-align:center}.export__inner{margin-top:20px}.export__icons{display:none}.export__items{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.05);box-shadow:4px 4px 20px 0 rgba(0,0,0,.05);border-radius:20px;padding:12px 4px 18px;background-color:rgba(226,230,239,.2);width:100%;max-width:100%;display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fit,minmax(70px,1fr))}.export__item{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:16px}.export__name{font-size:16px}.contacts{padding:20px 0}.contacts__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:22px}.contacts__inner{-ms-grid-columns:100%;grid-template-columns:100%;gap:22px}.sidebar-contacts{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.sidebar-contacts__item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 10px * 1)/ 2);flex:0 0 calc((100% - 10px * 1)/ 2);padding:10px 12px;min-height:60px;gap:6px}.sidebar-contacts__icon{-webkit-box-flex:0;-ms-flex:0 0 28px;flex:0 0 28px;width:28px;height:28px}.sidebar-contacts__name{font-weight:400;text-align:left}.form-contacts{padding:26px 20px;row-gap:12px;border-radius:20px}.form-contacts__item{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.details-contacts{border-radius:20px}.details-contacts__list{row-gap:12px;max-width:230px}.map-contacts{margin-top:40px}.map-contacts__title{font-size:35px}.map-contacts__image{border-radius:20px;-webkit-box-shadow:4px 4px 10px 0 rgba(0,0,0,.2);box-shadow:4px 4px 10px 0 rgba(0,0,0,.2);overflow:hidden;margin-top:20px}.map-contacts__image img{height:410px;-o-object-fit:cover;object-fit:cover;-o-object-position:83% center;object-position:83% center;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.about{padding:20px 0}.about__container{row-gap:20px}.banner-about{-ms-grid-columns:100%;grid-template-columns:100%;gap:30px}.banner-about__image{border-radius:20px}.banner-about__content .counter-about{margin-top:20px}.banner-about__content{padding-left:0}.banner-about__title{font-size:20px;font-weight:600}.banner-about__text{font-size:15px;color:var(--text)}.counter-about{border-radius:20px;display:-ms-grid;display:grid;-ms-grid-columns:(auto)[2];grid-template-columns:repeat(2,auto);min-height:0;padding:12px 20px;gap:12px}.counter-about__name{font-size:15px;font-weight:400}.goals-about{-ms-grid-columns:100%;grid-template-columns:100%}.goals-about__item{border-radius:20px;padding:20px 10px}.goals-about__head{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.goals-about__icon{position:static}.goals-about__text{font-size:15px}.main-news{-webkit-box-shadow:none;box-shadow:none;background:0 0;border-radius:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:0;row-gap:0}.main-news__content{padding:0}.main-news__context{-webkit-box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);box-shadow:4px 4px 20px 0 rgba(0,0,0,.1);background:rgba(226,230,239,.2);padding:40px 20px 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:28px;margin-top:-20px;border-radius:0 0 20px 20px}.main-news__top{font-size:15px}.main-news__title{font-size:20px}.main-news__more{width:100%;max-width:100%}.main-news__socials{display:none}.main-news__image{border-radius:20px;position:relative;z-index:1}.least-news__title{font-size:20px}.least-news__list{margin-top:20px}.news-item{border-radius:20px}.news-item__image{border-radius:20px}.news-item__content{row-gap:10px;padding:10px}.news-item__title{font-size:15px}.news-item__info{display:none}.news-item__text{font-size:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-item__botttom{display:none}.news-item__more{width:100%;max-width:100%}}@media (max-width:721.98px){.products-range__content{padding:70% 12px 20px;min-height:535px}.products-range__features{max-width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.least-news__list{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media (max-width:479.98px){._container{padding:0 10px}.banner__pagging{bottom:32px;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px}.banner__pagging .swiper-pagination-bullet{-webkit-box-flex:0;-ms-flex:0 0 10px;flex:0 0 10px}.products-range__feature{font-size:12px}.export__title{font-size:35px}.export__content{row-gap:24px}.export__item{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;max-width:100px}.export__body{row-gap:6px}.export__name{font-size:15px}.least-news__list{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;row-gap:15px}}@media (min-width:991.98px) and (max-width:1182px){.products-range__block::after{bottom:140px}.products-range__block::before{bottom:140px}}@media (max-width:1400px) and (min-width:991.98px){.details-contacts__title{font-size:24px}.goals-about__title{font-size:28px}}@media (min-width:991.98px) and (max-width:1400px){.main-news__botttom{margin-top:40px}}@media (any-hover:hover){html[data-theme=dark] .select__option:hover{background-color:#565759}.list-menu__link:hover{-webkit-box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.2),inset -5px -5px 5px 0 rgba(255,255,255,.2);box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.2),inset -5px -5px 5px 0 rgba(255,255,255,.2)}.switch-theme:hover{-webkit-box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.2),inset -5px -5px 5px 0 rgba(255,255,255,.2);box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.2),inset -5px -5px 5px 0 rgba(255,255,255,.2)}.lang__link:hover{-webkit-box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.2),inset -5px -5px 5px 0 rgba(255,255,255,.2);box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.2),inset -5px -5px 5px 0 rgba(255,255,255,.2)}.footer__value a:hover{text-decoration:underline}.products-range__btn:hover{-webkit-box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.1),inset -5px -5px 5px 0 rgba(255,255,255,.3),0 0 10px 0 rgba(0,0,0,.1);box-shadow:inset 5px 5px 5px 0 rgba(0,0,0,.1),inset -5px -5px 5px 0 rgba(255,255,255,.3),0 0 10px 0 rgba(0,0,0,.1)}.sidebar-contacts__item:not(._active):hover{color:var(--text)}.form-contacts__button:hover{background-color:#e0b209}.main-news__social:hover{opacity:1}.news-item__image:hover img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.news-item__title a:hover{text-decoration:underline}.news-item__more:hover{background:#f6ca26;color:#fff}.news-item__social:hover svg{opacity:1}}.nav-products-range__main{min-width:0}.nav-products-range__name{line-height:1;overflow-wrap:anywhere;word-break:break-word}@media (min-width:991.98px) and (max-width:1440px){.nav-products-range__name{font-size:42px}}
.menu__center{min-width:0;position:relative;z-index:2}.menu__switch-theme,.menu__lang{position:relative;z-index:1}.header{isolation:isolate}.lang{z-index:6}.lang__list{z-index:7}.banner__wrapper{z-index:1}.header__content{position:relative;z-index:8}@media (min-width:991.98px){.menu__body{position:relative;z-index:8}}.banner,.banner__slider{position:relative;z-index:0}.banner{isolation:isolate}
@media (min-width:991.98px) and (max-width:1400px){.menu__body{column-gap:24px}.list-menu{column-gap:16px;padding:8px}.list-menu__link{padding:10px 18px;font-size:17px}.lang{width:84px}}
