@charset "UTF-8";.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:0;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container ::after,.fancybox__container ::before{box-sizing:inherit}.fancybox__container :focus{outline:0}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::after,.fancybox__slide::before{content:"";flex:0 0 0;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:0 0;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:0 0}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color,rgba(1,210,232,.94));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio,1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media (max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(1,210,232,.94));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}.ie-stub{padding:13.5vh 0;position:fixed;top:0;bottom:0;width:100%;height:100%;background:#fff;z-index:999;font-family:'Russo One',sans-serif;overflow:auto}.ie-stub__title{font-size:calc(.0075 * 100vw + 25.6px);line-height:1.25;letter-spacing:.02em;text-transform:uppercase}.ie-stub__subtitle{max-width:65%;margin-top:calc(.00375 * 100vw + 16.8px);font-family:Montserrat,sans-serif;font-weight:700;font-size:calc(.00313 * 100vw + 13px);line-height:1.47}.ie-stub__head{margin-bottom:calc(.01 * 100vw + 22.8px)}.ie-stub__head-left{display:inline-block;width:56%}.ie-stub__logo{float:right}.ie-stub__logo-img{width:calc(.10312 * 100vw + 132px);height:calc(.03375 * 100vw + 43.2px)}.ie-stub__logo-text{margin-top:calc(.0025 * 100vw + 3.2px);font-size:calc(.00313 * 100vw + 13px);line-height:1.26;font-family:Montserrat,sans-serif}.ie-stub__grid{margin:0 -15px calc(.0125 * 100vw + 20px)}.ie-stub__grid-col{width:33.3%;padding:0 15px 30px;float:left}.ie-stub__grid::after,.ie-stub__grid::before{content:'';display:table}.ie-stub__grid::after{clear:both}.ie-stub__browser{display:block;padding:calc(.0025 * 100vw + 8.2px) calc(.00625 * 100vw + 18px);color:inherit;background:#fff;box-shadow:0 -1px 12px rgba(30,29,65,.15);transition:box-shadow .4s}.ie-stub__browser-icon{vertical-align:middle;width:calc(.0075 * 100vw + 45.6px);height:calc(.0075 * 100vw + 45.6px);margin-right:calc(.0025 * 100vw + 11.2px)}.ie-stub__browser-name{vertical-align:middle;font-size:calc(.00375 * 100vw + 16.8px);line-height:1.5;text-transform:uppercase;letter-spacing:.02em}.ie-stub__browser:hover{box-shadow:0 -1px 36px rgba(30,29,65,.15)}.ie-stub__tel{vertical-align:middle;color:inherit;font-size:calc(.00375 * 100vw + 16.8px);line-height:1.5;letter-spacing:.02em;text-decoration:underline;text-transform:uppercase}.lazyload.loading{opacity:0}.ie-stub__tel-title{margin-bottom:calc(.00375 * 100vw + 8.8px);font-size:calc(.0075 * 100vw + 25.6px);line-height:1.25;letter-spacing:.02em;text-transform:uppercase}.ie-stub__tel-subtitle{padding-right:calc(.00313 * 100vw + 4px);font-family:Montserrat,sans-serif;font-size:calc(.0025 * 100vw + 10.2px);line-height:1.25;vertical-align:middle}.valid-error{border:1px solid red}@media (max-width:1199px){.ie-stub{padding:calc(.00937 * 100vw + 32px) 0}.ie-stub__head-left{width:100%}.ie-stub__logo{margin-top:calc(.0075 * 100vw + 17.6px);float:none}.ie-stub__subtitle{max-width:100%}.ie-stub__grid-col{width:50%}.button-header-submit{display:none}}@media (max-width:767px){.ie-stub__grid-col{width:100%}}*{margin:0;padding:0;box-sizing:border-box}:focus,:focus *{box-shadow:none!important;outline:0!important}.custom-control-input:focus~.custom-control-label::before{box-shadow:none!important}html{min-height:100%;height:100%}html.opened{overflow:hidden;position:fixed}body{min-width:320px;margin:0;font-family:Montserrat;overflow:auto;overflow-x:hidden}body.opened{overflow:hidden}main{display:flex;flex-direction:column;flex:1 0 auto;background-position:center top;width:100%}ol,ul{padding:0;margin:0}li{list-style-type:none}.h1,.h2,.h3,.h4,h1,h2,h3,h4,p{line-height:normal;margin:0;padding:0}a:focus,button:focus,input:focus,textarea:focus{outline:0;text-decoration:none}a{text-decoration:none}a:hover{text-decoration:none}.page-wrapper{min-height:100vh;display:flex;flex-direction:column;position:relative}.container{width:auto;max-width:1440px;margin:0 auto;padding:0 15px}.container_920{width:100%;max-width:920px;margin:0 auto}.container_950{width:100%;max-width:950px;margin:0 auto}.container_1170{width:100%;max-width:1170px;margin:0 auto}.title{text-align:center}.title p,.title span{font-family:Russo One;font-style:normal;font-weight:400;font-size:calc(.0125 * 100vw + 16px);line-height:calc(.01625 * 100vw + 18.8px);text-align:center;letter-spacing:.02em;text-transform:uppercase;color:#191919}.title p span{font-family:Russo One;font-style:normal;font-weight:400;font-size:calc(.0125 * 100vw + 16px);line-height:calc(.01625 * 100vw + 18.8px);text-align:center;letter-spacing:.02em;text-transform:uppercase;color:#fec000}.title span{color:#fec000;margin-top:20px}.ye_btn{font-family:Russo One;font-style:normal;font-weight:400;font-size:calc(.00063 * 100vw + 10.8px);line-height:calc(0 * 100vw + 16px);text-align:center;letter-spacing:.02em;text-transform:uppercase;color:#191919;border-radius:2px;padding:17px;width:100%;transition:background .3s linear;position:relative;z-index:2;background:#feb700;cursor:pointer}@media (max-width:992px){.ye_btn{margin-top:0;font-size:12px}}@media (max-width:992px){.btn-header-mob-indent{height:40px!important;font-size:11px!important}}.ye_btn::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#fec500 0,#feb700 100%);opacity:1;transition:all .3s linear;z-index:-1}.ye_btn::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#f0bb00 0,#fae123 97.92%);opacity:0;transition:all .3s linear;z-index:-1}.ye_btn:hover::before{opacity:0;transition:all .3s linear}.ye_btn:hover::after{content:'';opacity:1;transition:all .3s linear}.black_btn{position:relative;border-radius:2px;padding:18px;font-family:Russo One;font-style:normal;font-weight:400;font-size:calc(.00125 * 100vw + 12.6px);line-height:calc(.005 * 100vw + 14.4px);letter-spacing:.02em;text-transform:uppercase;color:#fff;margin:0 auto;display:block;width:100%;text-align:center;background:#000;transition:box-shadow .3s linear;box-shadow:0 -34px 63px -6px rgba(255,255,255,0) inset;z-index:2;cursor:pointer}.black_btn:hover{transition:all .3s linear;box-shadow:0 -34px 63px -6px rgba(255,255,255,.322) inset}.border_btn{position:relative;border:2px solid #1d1d1f;border-radius:2px;padding:18px 75px;font-family:Russo One;font-style:normal;font-weight:400;font-size:calc(.00125 * 100vw + 12.6px);line-height:calc(.005 * 100vw + 14.4px);letter-spacing:.02em;text-transform:uppercase;color:#000;margin:0 auto;display:block;text-align:center;z-index:2;width:max-content}a.tel:hover{color:#f0bb00!important;transition:all .3s linear}.sitemap .content-text h2{color:#fbd200}.sitemap .content-text a{color:#000;transition:.3s ease}.sitemap .content-text a:visited{color:#000}.sitemap .content-text a:hover{color:#fbd200;transition:.3s ease}.header{box-shadow:0 10px 33px rgba(0,0,0,.17);z-index:5;background:#fff;position:sticky;top:0}.header a:not(.ye_btn):hover{color:#fec500!important;transition:all .3s ease}.header span:not(.ye_btn):hover{color:#fec500!important;transition:all .3s ease}.header .mob{display:none}.header .header_top{height:44px;background:#1d1d1f;padding:10px}@media (max-width:750px){.header .header_top{height:44px}}.header .header_top .header_top_wrap{display:flex;justify-content:space-between;align-items:center}.header .header_top .header_top_wrap p{font-family:Montserrat;font-style:normal;font-weight:400;font-size:calc(.00125 * 100vw + 11.6px);line-height:calc(.00625 * 100vw + 12px);color:#c1c1c1}.header .header_top .header_top_wrap p span{margin-right:10px}@media (min-width:1920px){.header .header_top .header_top_wrap p{font-size:13px;line-height:125%}}@media (max-width:576px){.hide_window{display:none}}.header .header_top .header_top_wrap .header_top-left{display:flex;position:relative;align-items:center}@media (max-width:992px){.header .header_top .header_top_wrap .header_top-left{position:initial}}@media (max-width:700px){.header .header_top .header_top_wrap .header_top-left{margin:5px auto}}.header .header_top .header_top_wrap .header_top-left .chosen_city-desc{display:flex;align-items:center;cursor:pointer;margin-right:calc(.08056 * 100vw + -84.66667px);position:relative}@media (max-width:992px){.header .header_top .header_top_wrap .header_top-left .chosen_city-desc{margin-right:20px}}@media (min-width:1921px){.header .header_top .header_top_wrap .header_top-left .chosen_city-desc{margin-right:70px}}.header .header_top .header_top_wrap .header_top-left .chosen_city-desc .chosen_city-btn{position:absolute;flex-direction:column;background:#fff;top:25px;max-width:220px;padding:16px 20px 20px;filter:drop-shadow(2px 2px 20px rgba(0, 0, 0, .16));display:none}.header .header_top .header_top_wrap .header_top-left .chosen_city-desc .chosen_city-btn.active{display:flex}.header .header_top .header_top_wrap .header_top-left .chosen_city-desc .chosen_city-btn a{width:max-content;font-family:'Russo One';font-weight:400;font-size:12px;line-height:16px;text-align:center;text-transform:uppercase;color:#191919;margin-bottom:12px}.header .header_top .header_top_wrap .header_top-left .chosen_city-desc .chosen_city-btn p{font-family:Montserrat;font-weight:400;font-size:13px;line-height:115%;color:#000;border-bottom:1px dashed #000;width:max-content;margin:0 auto}.header .header_top .header_top_wrap .header_top-left .chosen_city-desc svg{fill:#fbd200;height:14px;width:12px;margin-right:6px}.header .header_top .header_top_wrap .header_top-left .chosen_city-desc span{color:#fff;margin-left:0;font-family:Montserrat;font-style:normal;font-weight:400;font-size:14px;line-height:115%}@media (max-width:1024px){.header .header_top .header_top_wrap .header_top-left .chosen_city-desc span{max-width:none}}.header .header_top .header_top_wrap .header_top-left a{font-family:Russo One;font-style:normal;font-weight:400;font-size:calc(.00125 * 100vw + 11.6px);line-height:calc(.00625 * 100vw + 12px);color:#fff;margin-left:13px;text-decoration:none}@media (max-width:576px){.header .header_top .header_top_wrap .header_top-left a{display:none}}.header .header_top .header_top_wrap .header_top-left a :hover{text-decoration:none}.header .header_top .header_top_wrap .header_top-left .soc{margin-left:calc(.03472 * 100vw + -26.66667px);display:flex}@media (min-width:1921px){.header .header_top .header_top_wrap .header_top-left .soc{margin-left:40px}}.header .header_top .header_top_wrap .header_top-left .soc a{height:22px;width:22px;margin-left:0;margin-right:20px}.header .header_top .header_top_wrap .header_top-left .soc a svg{height:22px;width:22px;fill:#fbd200}.header .header_top .header_top_wrap .header_top-left .soc a:last-child{margin-right:0}.header .header_top .header_top_wrap .header_top-left .soc a:hover svg{fill:#fff}.header .header_top .header_top_wrap .header_top-center{display:flex;margin-left:auto;margin-right:calc(.03472 * 100vw + -26.66667px);align-items:center}@media (max-width:576px){.header .header_top .header_top_wrap .header_top-center{flex-direction:column;align-items:start}}.header .header_top .header_top_wrap .header_top-center .phone-1200{margin-left:20px;display:none}@media (max-width:1200px){.header .header_top .header_top_wrap .header_top-center .phone-1200{display:inline}}.header .header_top .header_top_wrap .header_top-center .phone-576{display:none}@media (max-width:576px){.header .header_top .header_top_wrap .header_top-center .phone-576{display:inline}}@media (min-width:1921px){.header .header_top .header_top_wrap .header_top-center{margin-right:40px}}.header .header_top .header_top_wrap .header_top-center a{font-family:Russo One;font-style:normal;font-weight:400;font-size:calc(.00187 * 100vw + 12.4px);line-height:calc(.0025 * 100vw + 17.2px);letter-spacing:.02em;text-transform:uppercase;color:#fff;margin-left:20px}@media (max-width:576px){.header .header_top .header_top_wrap .header_top-center a{margin-left:0}}.header .header_top .header_top_wrap .header_top-center p{margin-right:13px}@media (max-width:576px){.header .header_top .header_top_wrap .header_top-center p{margin-right:0}}.header .header_top .header_top_wrap .header_top-right{display:flex;align-items:center}.header .header_top .header_top_wrap .header_top-right p{margin-right:13px}.header .header_top .header_top_wrap .header_top-right a{font-family:Russo One;font-style:normal;font-weight:400;font-size:calc(.00187 * 100vw + 12.4px);line-height:calc(.0025 * 100vw + 17.2px);letter-spacing:.02em;text-transform:uppercase;color:#fff;margin-right:-5px}.header .header_top .header_top_wrap .header_top-right .soc{display:flex}.header .header_top .header_top_wrap .header_top-right .soc a{margin-left:20px;margin-right:0;line-height:0}.header .header_top .header_top_wrap .header_top-right .soc a svg{fill:#fbd200}.header .header_top .header_top_wrap .header_top-right .soc a:hover svg{fill:#fff}.header__wrapper{display:flex;justify-content:space-between;align-items:center;height:82px}.header__wrapper .ye_btn{max-width:216px}.logo{display:flex;align-items:center}.logo__img{width:auto;height:60px;display:block;object-fit:contain;aspect-ratio:400/83}.logo .near_logo{font-family:Montserrat;font-style:normal;font-weight:400;font-size:calc(.00125 * 100vw + 11.6px);line-height:calc(.00125 * 100vw + 15.6px);color:#000;max-width:107px;margin-left:17px}.header-menu>ul>li.menu-item-has-children>a{display:flex}.header-menu>ul>li.menu-item-has-children>span{display:flex}.header-menu>ul>li.menu-item-has-children>a:after{content:'';height:10px;width:10px;display:block;transform:rotate(135deg);border-top:2px solid #a0a8ad;border-right:2px solid #a0a8ad;transition:all .2s ease;margin-left:12px;margin-top:2px}.header-menu>ul>li.menu-item-has-children>span:after{content:'';height:10px;width:10px;display:block;transform:rotate(135deg);border-top:2px solid #a0a8ad;border-right:2px solid #a0a8ad;transition:all .2s ease;margin-left:12px;margin-top:2px}.header-menu>ul>li.menu-item-has-children:hover>a:after{transition:all .2s ease;transform:rotate(315deg);border-color:#fec500;margin-top:8px}.header-menu>ul>li.menu-item-has-children:hover>span:after{transition:all .2s ease;transform:rotate(315deg);border-color:#fec500;margin-top:8px}.header-menu>ul>li>a{padding:26px 0}.header-menu>ul>li>span{padding:26px 0}.header-menu ul{display:flex;align-items:center;padding-right:20px}@media (max-width:701px){.header-menu ul{padding-right:14px;width:100%}}@media (min-width:701px){.header-menu ul li:not(:last-child){margin-right:30px}}.header-menu ul li>a{font-family:Russo One;font-style:normal;font-weight:400;font-size:calc(.00125 * 100vw + 12.6px);line-height:calc(.00375 * 100vw + 16.8px);letter-spacing:.02em;text-transform:uppercase;color:#191919;transition:color .3s;display:block}.header-menu ul li>span{font-family:Russo One;font-style:normal;font-weight:400;font-size:calc(.00125 * 100vw + 12.6px);line-height:calc(.00375 * 100vw + 16.8px);letter-spacing:.02em;text-transform:uppercase;color:#191919;transition:color .3s;display:block;cursor:default}.header-menu ul li a:hover{color:#fbd200}.header-menu ul li .sub-menu{display:none;position:absolute;z-index:1;top:100%;left:-15px;padding:15px;padding-left:30px;width:355px;background:#fff;box-shadow:0 10px 10px rgba(0,0,0,.1)}.header-menu ul li .sub-menu li{margin-right:0}.header-menu ul li .sub-menu li:not(:last-child){margin-bottom:10px}.header-menu ul li.menu-item-has-children{position:relative}.header-menu ul li.menu-item-has-children:hover .sub-menu{display:block}.menu-item-has-children.menu-item-329 .sub-menu::before{content:'';position:absolute;right:20px;width:150px;height:100px;background:url(../static/images/mani.png)}@media (max-width:993){.header .header_top .header_top_wrap .header_top-right .soc{display:none}}@media (max-width:701px){.header{background:#1d1d1f;position:sticky;top:0}}@media (max-width:1199px){.header{position:sticky;top:0}.header .logo{display:none}.header .header_top .header_top_wrap .header_top-left .soc,.header .header_top .header_top_wrap .header_top-left>p{display:none}.header .mob{display:flex;align-items:center;justify-content:space-between;width:100%}.header .mob .logo_mob{width:130px}.header .mob .logo_mob img{width:100%;height:auto;object-fit:contain;aspect-ratio:400/83}.header .mob .soc{display:flex}.header .mob .soc a{margin-right:15px}.header .mob .soc a svg{fill:#fbd200}.header__wrapper{height:50px}.header__wrapper .callback_btn{display:none}.header-menu{display:none}.nav-icon-3{display:none!important}.logo{width:110px;height:50px}}@media (max-width:700px){.header .header_top .header_top_wrap{flex-direction:column;align-items:baseline}}@media (max-width:750px){.header .header_top .header_top_wrap .header_top-center{display:flex;flex-direction:row;justify-content:space-between;width:100%;margin-right:0}}.mobile-menu-open{align-items:center;justify-content:center;cursor:pointer;display:none;width:35px;height:24px;position:relative}@media (max-width:701px){.mobile-menu-open{width:44px}}.mobile-menu-open__button{width:35px;height:4px;background-color:#000}@media (max-width:701px){.mobile-menu-open__button{width:44px;background-color:#fff}}.mobile-menu-open__button:after{content:"";display:block;width:100%;left:0;height:4px;background-color:#000;position:absolute;top:0;transition:.3s}@media (max-width:701px){.mobile-menu-open__button:after{background-color:#fff}}.mobile-menu-open__button:before{content:"";display:block;width:100%;left:0;height:4px;background-color:#000;position:absolute;bottom:0;transition:.3s}@media (max-width:701px){.mobile-menu-open__button:before{background-color:#fff}}.mobile-menu-open.active .mobile-menu-open__button{background-color:transparent}.mobile-menu-open.active .mobile-menu-open__button:after{transform:rotate(-45deg);bottom:0;margin:auto}.mobile-menu-open.active .mobile-menu-open__button:before{transform:rotate(45deg);top:0;margin:auto}.mobile-menu{position:fixed;display:flex;flex-direction:column;justify-content:space-between;top:50px;right:0;width:100%;height:calc(100% - 83px);z-index:600;background-color:#fff;padding-bottom:10px;overflow-y:auto;overflow-x:hidden;left:100%;transition:.3s linear;border-top:1px solid #d0d0d0}.mobile-menu .active a{color:#fbd200}.mobile-menu .active a svg{fill:#fbd200}@media (max-width:1199px){.mobile-menu{top:100px;height:calc(100% - 100px)}}@media (max-width:702px){.mobile-menu{top:112px}}.mobile-menu__wrapper{padding-top:15px}.mobile-menu .nav_close.opened,.mobile-menu.active,.mobile-menu.opened{left:0}.mobile-menu li{padding:0 20px}.mobile-menu li a{display:flex;align-items:center;transition:.2s;padding-bottom:16px;font-family:Russo One;font-size:14px;line-height:24px;letter-spacing:.02em;text-transform:uppercase;color:#191919}.mobile-menu li .sub-menu li a{text-transform:none!important}.mobile-menu li a>svg{width:10px;margin-left:10px;height:6px;fill:#000}.mobile-menu li.back{padding-top:20px;margin-bottom:20px;background-color:#f2f6f9}.mobile-menu li.back a{display:block;font-size:13px;line-height:17px;color:#929fa8}.mobile-menu li.back a>svg{transform:rotate(180deg);margin-right:20px;width:32px;height:10px;fill:#929fa8}.mobile-menu .tel{font-family:Russo One;font-size:20px;line-height:125%;text-align:center;letter-spacing:.02em;text-transform:uppercase;color:#000;display:block;margin:0 auto;margin-top:20px}.mobile-menu .ye_btn{width:288px;margin:0 auto;margin-top:30px;display:block}.mobile-menu_bottom{display:flex;flex-direction:column}.mobile-menu_bottom-footer{margin-top:54px;background:#1d1d1f;padding:20px 16px;padding-bottom:10px}.mobile-menu_bottom-footer .footer-item{margin-bottom:16px;text-align:center}.mobile-menu_bottom-footer .footer-item:nth-child(2){max-width:328px;margin:0 auto}.mobile-menu_bottom-footer .footer-item span{font-family:Montserrat;font-size:14px;line-height:150%;text-align:center;color:#c1c1c1}.mobile-menu_bottom-footer .footer-item a,.mobile-menu_bottom-footer .footer-item p{font-family:Russo One;font-size:14px;line-height:125%;text-align:center;letter-spacing:.02em;color:#fff;display:inline}.mobile-menu_bottom-footer .footer-item:first-child{display:flex;flex-direction:column}.mobile-menu_bottom-footer .soc{display:flex;justify-content:center;margin-top:24px;margin-bottom:25px}.mobile-menu_bottom-footer .soc a{height:22px;width:22px;margin-left:0;margin-right:20px}.mobile-menu_bottom-footer .soc a svg{height:22px;width:22px}.mobile-menu_bottom-footer .soc a:last-child{margin-right:0}.mobile-menu .sub-menu{position:fixed;left:100%;overflow:auto;width:100%;height:max-content;background-color:#fff;z-index:3;display:block}.mobile-menu .sub-menu.active{position:relative;left:0}.mobile-menu .sub-menu li a{color:#111112}.mobile-menu .menu-item-has-children.menu-item-329 .sub-menu::before{display:none}@media (max-width:1199px){.mobile-menu-open{display:flex}}.breadcrumbs{display:flex;gap:5px;font-size:calc(.00125 * 100vw + 11.6px);line-height:1.36;letter-spacing:.02em;color:#616161}@media (max-width:992px){.breadcrumbs{max-width:100%}}.breadcrumbs-container{display:flex;max-width:65%}@media (max-width:992px){.breadcrumbs-container{max-width:100%;overflow:auto}}.breadcrumbs a{color:#000}.breadcrumbs li{display:inline}.breadcrumbs li:not(:last-child){margin-right:0}.breadcrumbs li:last-child{margin-left:5px}@media (max-width:992px){.breadcrumbs li:last-child{margin-left:0;display:block}}.form-request__response-wrap{position:absolute;top:0;right:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:2;background:#1d1d1f;display:none}.form-request__response-wrap .form-request__response-error,.form-request__response-wrap .form-request__response-success{display:none}.form-request__response-wrap.form-request__response-wrap_active{display:flex}.form-request__response-wrap p{font-family:Russo One;font-size:calc(.0075 * 100vw + 17.6px);line-height:calc(.0075 * 100vw + 23.6px);text-align:center;letter-spacing:.02em;text-transform:uppercase;color:#fff}.contact .main_contacts-bottom{background:#1d1d1f;padding:17px 50px;display:flex;align-items:baseline}.contact .main_contacts-bottom span{font-family:Montserrat;font-size:calc(.00125 * 100vw + 11.6px);line-height:calc(.005 * 100vw + 14.4px);color:#c1c1c1;margin-right:13px}.contact .main_contacts-top-wrap .left{display:flex;flex-direction:column;margin-right:40px}.contact .main_contacts-bottom p{font-family:Russo One;font-size:calc(.00125 * 100vw + 11.6px);line-height:calc(.00125 * 100vw + 15.6px);color:#fff}.contact .main_contacts-top-wrap .right{display:flex;flex-direction:column}.select_city{background:#1d1d1f;padding:calc(.01337 * 100vw + 14.33155px) calc(.02406 * 100vw + 13.79679px);max-width:1170px;height:calc(.20423 * 100vw + 307.88732px);margin:0 auto;width:100%;padding-top:0}@media (min-width:1921px){.select_city{padding:40px 60px}}@media (max-width:499px){.select_city{height:calc(100vh - 94px)}}.select_city .title{font-family:'Russo One';font-weight:400;font-size:calc(.01615 * 100vw + 8.99892px);line-height:calc(.01615 * 100vw + 18.99892px);text-align:center;letter-spacing:.02em;text-transform:uppercase;color:#fff;margin-bottom:30px}@media (min-width:1921px){.select_city .title{font-size:40px;line-height:50px}}@media (max-width:499px){.select_city .title{font-size:21px;line-height:135%;margin-bottom:20px}}.select_city .chosen_city{display:none;font-family:'Russo One';font-style:normal;font-weight:400;font-size:15px;line-height:24px;letter-spacing:.02em;text-transform:uppercase;color:#efac00;margin-bottom:20px}@media (max-width:499px){.select_city .chosen_city{display:block}}.select_city .regions_wrap{position:relative}.select_city .regions_wrap .region_list{display:flex;justify-content:space-between;margin-top:calc(.01761 * 100vw + 11.19718px);height:calc(.23143 * 100vw + 5.65124px)}@media (min-width:1921px){.select_city .regions_wrap .region_list{height:450px;margin-top:45px}}@media (max-width:499px){.select_city .regions_wrap .region_list{display:none}}.select_city .regions_wrap .region_list span{font-family:'Russo One';font-style:normal;font-weight:400;font-size:calc(.00861 * 100vw + 1.46609px);line-height:90%;letter-spacing:.02em;text-transform:uppercase;color:#979797;width:100%;border-bottom:1px solid #4b4b4b;padding-bottom:5px;display:block;margin-bottom:calc(.01056 * 100vw + 9.71831px)}@media (min-width:1921px){.select_city .regions_wrap .region_list span{font-size:24px;margin-bottom:30px}}.select_city .regions_wrap .region_list .district{width:30%;max-width:300px}.select_city .regions_wrap .region_list .district .district_listing{overflow-y:auto;height:calc(.1338 * 100vw + 143.09859px)}@media (min-width:1921px){.select_city .regions_wrap .region_list .district .district_listing{height:400px}}.select_city .regions_wrap .region_list .district p.active{color:#efac00}.select_city .regions_wrap .region_list .region{width:30%;max-width:300px}.select_city .regions_wrap .region_list .region .region_listing{overflow-y:auto;height:calc(.1338 * 100vw + 143.09859px)}@media (min-width:1921px){.select_city .regions_wrap .region_list .region .region_listing{height:400px}}.select_city .regions_wrap .region_list .region p.selected{color:#efac00}.select_city .regions_wrap .region_list .city{width:30%;max-width:300px}.select_city .regions_wrap .region_list .city .city_listing{overflow-y:auto;height:calc(.1338 * 100vw + 143.09859px)}@media (min-width:1921px){.select_city .regions_wrap .region_list .city .city_listing{height:400px}}.select_city .regions_wrap .region_list p{font-family:'Russo One';font-style:normal;font-weight:400;font-size:calc(.00431 * 100vw + 5.73305px);line-height:125%;letter-spacing:.02em;text-transform:uppercase;color:#fff;cursor:pointer;margin-bottom:16px}@media (min-width:1921px){.select_city .regions_wrap .region_list p{font-size:14px}}.select_city .regions_wrap .region_list p:hover{color:#ffdc29}.select_city .regions_wrap .region_list p.active{display:block}.select_city .regions_wrap .search_row{display:flex}@media (max-width:499px){.select_city .regions_wrap .search_row{flex-direction:column}}.select_city .regions_wrap .search_row input{height:60px;width:100%;max-width:510px;border-radius:2px;margin-right:40px;font-family:'Russo One';font-style:normal;font-weight:400;font-size:calc(.00323 * 100vw + 8.79978px);line-height:calc(.00861 * 100vw + 7.46609px);letter-spacing:.02em;text-transform:uppercase;color:#000;outline:0;border:none;padding-left:20px}@media (min-width:1921px){.select_city .regions_wrap .search_row input{font-size:15px;line-height:24px}}@media (max-width:992px){.select_city .regions_wrap .search_row input{width:40%;margin-right:25px}.mail_info_block{display:none!important}}@media (max-width:499px){.select_city .regions_wrap .search_row input{width:100%;height:54px;font-size:15px;line-height:24px}}.select_city .regions_wrap .search_row .city_search{display:none}.select_city .regions_wrap .search_row .city_search p{font-family:'Russo One';font-style:normal;font-weight:400;font-size:calc(.00431 * 100vw + 5.73305px);line-height:125%;margin-bottom:16px;cursor:pointer;letter-spacing:.02em;text-transform:uppercase;color:#979797}@media (min-width:1921px){.select_city .regions_wrap .search_row .city_search p{font-size:14px}}@media (max-width:499px){.select_city .regions_wrap .search_row .city_search p{font-size:14px;line-height:125%}}.select_city .regions_wrap .search_row .city_search p mark{color:#fff;background-color:transparent}.select_city .regions_wrap .search_row .city_search p:hover{color:#ffdc29}.select_city .regions_wrap .search_row .city_search p:hover mark{color:#ffdc29}.select_city .regions_wrap .search_row .city_search.show{display:block;position:absolute;width:101%;height:calc(.16685 * 100vw + 159.65554px);background:#1d1d1f;top:80px;left:-1px;overflow-y:auto;padding-top:20px}@media (min-width:1921px){.select_city .regions_wrap .search_row .city_search.show{height:480px}}@media (max-width:499px){.select_city .regions_wrap .search_row .city_search.show{height:calc(100vh - 295px);top:60px;padding-top:0;margin-top:20px}}.select_city .regions_wrap .search_row .big_cities{display:flex;flex-wrap:wrap;max-width:500px;width:100%}@media (max-width:992px){.select_city .regions_wrap .search_row .big_cities{width:60%}}@media (max-width:499px){.select_city .regions_wrap .search_row .big_cities{flex-direction:column;margin-top:40px}}.select_city .regions_wrap .search_row .big_cities p{font-family:'Russo One';font-weight:400;font-size:calc(.00323 * 100vw + 8.79978px);line-height:calc(.00861 * 100vw + 7.46609px);letter-spacing:.02em;text-transform:uppercase;color:#fff;margin-right:30px;cursor:pointer}@media (min-width:1921px){.select_city .regions_wrap .search_row .big_cities p{font-size:15px;line-height:24px}}@media (max-width:499px){.select_city .regions_wrap .search_row .big_cities p{margin-right:0;font-size:15px;line-height:24px;margin-bottom:15px}}.select_city .regions_wrap .search_row .big_cities p:hover{color:#ffdc29}.select_city ::-webkit-scrollbar{width:3px;height:8px;background-color:#343434}.select_city ::-webkit-scrollbar-thumb{background-color:#fbd200}@media (max-width:1200px){.header-desc-mob{display:none!important}}@media (max-width:700px){.header-desc-mob{display:block!important}}.header-desc-mob-flex{height:50px}@media (max-width:1200px){.header-desc-mob-flex{display:none!important}}@media (max-width:700px){.header-desc-mob-flex{display:flex!important}}@media (max-width:701px){.header-desc-mob-main{display:flex}}@media (max-width:701px){.header-desc-mob-main-flex{display:flex}}.header-tabl-main{display:none}@media (max-width:992px){.header-tabl-main{display:block}}@media (max-width:700px){.header-tabl-main{display:none}}.header-tabl-main__wrapper{display:flex;align-items:center;justify-content:space-between;width:100%}.header-tabl-main__left{display:flex;align-items:center}.header-tabl-main__logo{margin-right:25px}.header-tabl-main__logo img{width:79px}.header-tabl-main .chosen_city-desc svg{fill:#fbd200}.header-tabl-main .chosen_city-desc span{color:#fff}.header-tabl-main__right{display:flex;align-items:center}.header-tabl-main .soc{display:flex;flex-wrap:nowrap;margin-right:15px}.header-tabl-main .soc a{display:inline-flex;margin-right:7px}.header-tabl-main .soc a svg{fill:#fbd200}.header-tabl-main__phone{margin-right:20px}.header-tabl-main__phone a{color:#fff;font-family:Russo One;font-weight:400;font-size:13px;line-height:18px;white-space:nowrap}.header-tabl{display:none}@media (max-width:1200px){.header-tabl{display:block}}@media (max-width:576px){.header-tabl{display:none}}.header-tabl__wrapper{display:flex;align-items:center;justify-content:space-between}.header-tabl__logo img{width:79px}.header-tabl__mail a{font-family:Russo One;font-weight:400;font-size:14px;line-height:16px;color:#fff}.header-tabl__phone span{color:#c1c1c1;font-size:13px;margin-right:5px}@media (max-width:767px){.header-tabl__phone span{display:none}}.header-tabl__phone a{font-family:Russo One;font-size:14.5px;line-height:18px;color:#fff}.header-tabl .soc a{font-family:Montserrat;display:inline-flex;margin-right:7px}.header-tabl .soc a svg{fill:#fbd200}.p-menu1{height:100%}.footer-main-cities{width:100%}.footer-main-cities__col{width:50%!important;margin-left:2%}@media (max-width:1199px){.footer-main-cities__col{width:100%!important;margin:20px 0!important}}.footer-main-cities__title{margin-bottom:20px;text-align:center}@media (max-width:1919px){.footer-main-cities__title{margin-bottom:calc(.01042 * 100vw + 0px)}}@media (max-width:991px){.footer-main-cities__title{margin-bottom:12px}}.footer-main-cities__title span{font-size:26px;line-height:125%;color:#fbd200;text-transform:uppercase;font-weight:600}@media (max-width:1919px){.footer-main-cities__title span{font-size:calc(.01354 * 100vw + 0px)}}@media (max-width:991px){.footer-main-cities__title span{font-size:21px}}.footer-main-cities__container{display:grid;grid-template-columns:.5fr 1fr .7fr .5fr;row-gap:20px;column-gap:10px}.footer-main-cities__container a{font-size:18px;line-height:125%;color:#fff}@media (max-width:1919px){.footer-main-cities__container a{font-size:calc(.01094 * 100vw + 0px)}}@media (max-width:1199px){.footer-main-cities__container a{font-size:16px}}.footer-main-cities__container-mob{margin-left:4%;grid-template-columns:repeat(2,1fr);row-gap:20px;column-gap:10px;display:grid}.footer-main-cities__container-mob a{font-size:12px;color:#c1c1c1;font-family:Montserrat}.hamburger1{height:45px;margin:10px;z-index:120;display:flex;align-items:center}.hamburger1 div{background-color:#3d3d3d;position:relative;width:40px;height:5px;margin-top:7px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}#toggle1{display:none}#toggle1:checked+.hamburger1 .top{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:22.5px}#toggle1:checked+.hamburger1 .meat{-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-top:-5px}#toggle1:checked+.hamburger1 .bottom{-webkit-transform:scale(0);transform:scale(0)}#toggle1:checked~.menu1{height:171px;width:355px}.menu1{list-style:none;height:0;overflow:hidden;transition:height .4s ease;z-index:120;-webkit-transition:all .3s ease;transition:all .3s ease;display:flex;background:#fff;position:absolute}.menu1>div{display:flex;flex-direction:column;align-items:flex-start}.menu1>div>img{width:150px;height:100px}.menu1 a:first-child{margin-top:40px}.menu1 a:last-child{margin-bottom:40px}.menu1_title{display:flex}.link1{width:100%;margin:0;padding:10px 0;font:700 20px Oswald,sans-serif}.link1:hover{background-color:#fff;color:#3d3d3d;-webkit-transition:all .3s ease;transition:all .3s ease}.header_bottom_right{display:flex;align-items:center}@media (max-width:750px){.header .header_top .header_top_wrap .header_top-center1{display:flex;flex-direction:row;justify-content:space-between;margin-right:0}}.header .header_top .header_top_wrap .header_top-center1{display:flex;align-items:center}@media (max-width:576px){.header .header_top .header_top_wrap .header_top-center1{flex-direction:column;align-items:start}}.header .header_top .header_top_wrap .header_top-center1 .phone-1200{margin-left:20px;display:none}@media (max-width:1200px){.header .header_top .header_top_wrap .header_top-center1 .phone-1200{display:inline}}.header .header_top .header_top_wrap .header_top-center1 .phone-576{display:none}@media (max-width:576px){.header .header_top .header_top_wrap .header_top-center1 .phone-576{display:inline}}@media (min-width:1921px){.header .header_top .header_top_wrap .header_top-center1{margin-right:40px}}.header .header_top .header_top_wrap .header_top-center1 a{font-family:Russo One;font-style:normal;font-weight:400;font-size:calc(.00187 * 100vw + 12.4px);line-height:calc(.0025 * 100vw + 17.2px);letter-spacing:.02em;text-transform:none;color:#fff;margin-left:15px}@media (max-width:576px){.header .header_top .header_top_wrap .header_top-center1 a{margin-left:0}}.header .header_top .header_top_wrap .header_top-center1 p{margin-right:13px}@media (max-width:576px){.header .header_top .header_top_wrap .header_top-center1 p{margin-right:0}}.header_top-right1{display:flex!important}.header_top-right1>p{display:flex;align-items:center;white-space:nowrap}.header_top-right1 .indent{margin-left:15px}.header-menu>ul>li input{height:44px;padding:20px;width:100%;font-family:Russo One;font-size:12px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.24px;text-transform:uppercase;color:#000;border-radius:2px}@media (max-width:701px){.header-menu>ul>li input{min-width:97px;width:100%;height:24px;border-radius:2px;padding:8px 9px;border:none;font-size:7px}}@media (max-width:1199px){.header-menu>ul>li input{font-size:10px}}.header-menu>ul>.point-width{width:50%}.header-menu>.header-menu_bg{background:#1d1d1f;width:91%;margin-left:5%;height:60px;padding:5px 8px}.header-menu-width{display:flex;width:80%}@media (max-width:701px){.header-menu-width{width:100%;padding-bottom:9px}}.mobile-show{display:none}.mob-logo-show{display:none}@media (max-width:701px){.mobile-show{display:none!important}.mob-logo-hide{display:none}.mob-logo-show{display:flex}.header-hide{display:none}}.ye_btn-mobile{height:95%;padding:14px 34px!important}@media (max-width:992px){.ye_btn-mobile{padding:13px 17px!important;max-width:174px!important;display:flex;align-items:center}}@media (max-width:1199px){.header-desc-mob-main{padding:6px 15px}.mobile-hide{display:none!important}.mobile-show{display:flex;justify-content:center;align-items:center}}.form-request-svg{width:100%;height:50px;display:flex;align-items:center;cursor:pointer}@media (max-width:701px){.form-request-svg{padding:0 11px}}.form-request-svg>svg{width:26px;height:31px}@media (max-width:701px){.form-request-svg>svg{width:16px;height:19px}}.button-header{display:flex;max-width:248px!important;width:248px;height:60px;justify-content:center;align-items:center;margin-right:5%}.dropdown-burger{position:relative;display:inline-block;margin-top:15px;padding-bottom:15px}.dropdown-burger label{cursor:pointer}.dropdown-burger-content{display:none;position:absolute;background-color:#fff;width:336px;right:0;margin-right:-26%;height:171px;z-index:1;user-select:none}.dropdown-burger-content>li{display:flex;flex-direction:column}.dropdown-burger-content>li>p>a{color:var(--text,#000);font-family:Russo One;font-size:15px;font-style:normal;font-weight:400;line-height:125%;letter-spacing:.3px}.dropdown-burger-content>li>.drop_down_title{margin-top:20px;text-transform:uppercase}.dropdown-burger-block-left :not(:first-child,:nth-child(2)){margin-top:15px}.dropdown-burger-block-left :nth-child(2){margin-top:19px}.dropdown-burger-content>li>img{margin-top:14px;width:149px;height:98px}.dropdown-burger-animation{margin-bottom:2px;transition:margin .4s ease}.dropdown-burger-content{margin-top:22%;display:none;justify-content:space-evenly;color:var(--text,#000)}.nav-icon-3{width:45px;height:30px;margin:10px 10px;position:relative;cursor:pointer;display:inline-block}.nav-icon-3 span{background-color:#000;position:absolute;border-radius:2px;transition:.3s cubic-bezier(.8,.5,.2,1.4)}.nav-icon-3 span:nth-child(1){width:100%;height:4px;display:block;top:0;left:0}.nav-icon-3 span:nth-child(2){width:100%;height:4px;display:block;top:13px;left:0}.nav-icon-3 span:nth-child(3){width:100%;height:4px;display:block;bottom:0;left:0}.button-header-submit{background-color:#feb700;display:flex;justify-content:center;align-items:center;margin-right:2%;max-width:246px}.button-header-submit span{pointer-events:none}.dropdown-burger:hover .nav-icon-3 span:nth-child(1){top:-5px;transition:.3s cubic-bezier(.8,.5,.2,1.4)}.dropdown-burger:hover .nav-icon-3 span:nth-child(2){top:13px;transition:.4s cubic-bezier(.8,.5,.2,1.4)}.dropdown-burger:hover .nav-icon-3 span:nth-child(3){bottom:-5px;transition:.3s cubic-bezier(.8,.5,.2,1.4)}.dropdown-burger:hover .dropdown-new{display:block!important}.mail_info_block{display:flex;align-items:center}.form-comment{height:7rem!important;padding-bottom:14%!important}@media (max-width:1199px){.none_in_mobile{display:none!important}}.header-mobile{display:none;flex-direction:row}.header-mobile__top{padding:9px 0 0 0;font-size:10px;display:flex;justify-content:space-between;width:100%;color:#fff}.header-mobile__top img{height:26px;aspect-ratio:400/83}.header-mobile__top div svg{fill:#fbd200}.header-mobile__top .chosen_city-desc{display:flex;align-items:center}.header-mobile__top .chosen_city-desc svg{margin-right:6px}.header-mobile__top .chosen_city-desc span{font-size:14px}@media (max-width:374px){.header-mobile__top .chosen_city-desc span{font-size:12px}}.header-mobile__middle{padding:9px 0 0 0;font-size:12.6px;display:flex;justify-content:space-between;align-items:center}.header-mobile__middle__phone{font-size:calc(.00187 * 100vw + 12.4px);font-family:Russo One}.header-mobile__middle a{color:#fff}.header-mobile__middle p{color:#fff}.header-mobile__middle .soc a svg{fill:#fbd200;width:25px;height:25px}@media (max-width:400px){.header-mobile__middle .soc a svg{width:20px;height:20px}}.header-mobile__middle .soc a:not(:last-child){margin-right:5px}@media (max-width:600px){.header-mobile__middle .soc a:not(:last-child){margin-right:10px}}@media (max-width:400px){.header-mobile__middle .soc a:not(:last-child){margin-right:5px}}@media (max-width:600px){.header-mobile__middle .soc{margin-left:10%}}@media (max-width:400px){.header-mobile__middle .soc{margin-left:3%}}.header-mobile form{padding:9px 0 0 0}.header-mobile form>a{height:24px;min-width:44px;width:44px;padding:0;display:flex;align-items:center;justify-content:center}.header-mobile form>a::before{border-radius:2px}@media (max-width:701px){.header-mobile{display:flex;flex-direction:column}.header-mobile .form-request-svg{height:auto;margin-top:0}}@media (max-width:600px){.hide_block{display:none}}.dropdown-new{width:980px;top:68px;font-family:Russo One;font-weight:400;position:absolute;background:#fff;right:0}.dropdown-new a{cursor:pointer;display:block;color:#000}.dropdown-new__top{display:flex;justify-content:space-between;font-size:clamp(12px,calc(.00781 * 100vw),15px);line-height:18.7px;letter-spacing:.3px;border:1px solid #b3b3b3}.dropdown-new__top__title{text-transform:uppercase;margin-bottom:clamp(12.66667px,calc(.0099 * 100vw),19px)!important}.dropdown-new__top__left{display:grid;grid-template-columns:repeat(2,auto);justify-content:space-between;row-gap:clamp(6.66667px,calc(.00521 * 100vw),10px);column-gap:clamp(22px,calc(.01719 * 100vw),33px);width:604px;padding:clamp(13.33333px,calc(.01042 * 100vw),20px)}.dropdown-new__top__right{display:flex;justify-content:space-between;width:356px;padding:clamp(13.33333px,calc(.01042 * 100vw),20px);border-left:1px solid #b3b3b3;flex-direction:column;gap:10px}.dropdown-new__top__right-wrap{display:flex;justify-content:space-between}.dropdown-new__top__right .c-dropdown-new__top-link{max-width:none}.dropdown-new__top__right .c-dropdown-new__top-link span:hover{color:#000!important}.dropdown-new__top__left2{margin-right:clamp(20px,calc(.01562 * 100vw),30px)}.dropdown-new__top__left2 a{margin-bottom:15px}.dropdown-new__top__right2 img{max-width:149px;object-fit:contain}.dropdown-new__middle{line-height:20px;letter-spacing:.32px;font-size:clamp(12px,calc(.00781 * 100vw),15px);padding:clamp(13.33333px,calc(.01042 * 100vw),20px);row-gap:clamp(5.33333px,calc(.00417 * 100vw),8px);grid-template-columns:repeat(8,auto);display:grid;justify-content:space-between;border:1px solid #b3b3b3}.dropdown-new__middle a:not(.ye_btn){color:#f93!important}.dropdown-new__middle a:not(.ye_btn):hover{color:#000!important}.dropdown-new__bottom{grid-template-columns:repeat(5,auto);justify-content:space-between;row-gap:clamp(4px,calc(.00313 * 100vw),6px);column-gap:clamp(6.66667px,calc(.00521 * 100vw),10px);padding:clamp(13.33333px,calc(.01042 * 100vw),20px);font-size:12px;line-height:15px;letter-spacing:.24px;display:grid;border:1px solid #b3b3b3}.block-sale-time{font-family:'Russo One',sans-serif;font-weight:400!important}@media (max-width:991px){.block-sale-time .container{padding:0 15px!important}}.block-sale-time__wrap{display:flex;gap:clamp(20px,2.29167vw,44px);flex-wrap:nowrap;flex-direction:column}@media (max-width:991px){.block-sale-time__wrap{flex-direction:column}}.block-sale-time__left,.block-sale-time__right{display:flex;align-items:center;justify-content:center;flex-direction:column}@media (max-width:1200px){.block-sale-time__left,.block-sale-time__right{width:570px;margin:0 auto}}@media (max-width:610px){.block-sale-time__left,.block-sale-time__right{width:100%}}.block-sale-time__right{background-color:rgba(255,255,255,.3);position:relative;backdrop-filter:blur(12px);min-height:clamp(181.33333px,14.16667vw,272px);padding:clamp(26.66667px,2.08333vw,40px) clamp(13.33333px,1.04167vw,20px)}@media (max-width:610px){.block-sale-time__right{backdrop-filter:blur(40px)}}.block-sale-time__right-title{font-size:clamp(21px,1.66667vw,32px);margin-bottom:clamp(3px,.52083vw,10px);text-transform:uppercase;color:#fff;line-height:100%;font-weight:400}.block-sale-time__right-subtitle{font-size:clamp(20px,1.66667vw,32px);color:#febe00;margin-bottom:clamp(8px,.625vw,12px)}.block-sale-time__right p{color:#fff;font-size:clamp(10px,.78125vw,15px);margin-top:clamp(3px,.20833vw,4px);line-height:120%;font-weight:400;text-align:center;font-family:Montserrat,sans-serif}.block-sale-time__right-btn{margin-top:clamp(20px,1.5625vw,30px);background-color:#febe00;padding:0 clamp(28px,2.08333vw,40px);display:flex;align-items:center;height:clamp(40px,3.02083vw,58px);border:none;font-size:clamp(10px,.78125vw,15px);text-transform:uppercase;font-weight:400;font-family:'Russo One',sans-serif!important;cursor:pointer}.block-sale-time__right .sale-money{position:absolute}@media (max-width:1280px){.block-sale-time__right .sale-money{transform:scale(.7)}}@media (max-width:768px){.block-sale-time__right .sale-money{transform:scale(.5)}}.block-sale-time__right__money-1{top:-47px;left:-33px;transform:scale(.8)}@media (max-width:768px){.block-sale-time__right__money-1{top:-54px;left:-49px}}.block-sale-time__right__money-2{top:-36px;right:clamp(60px,5.625vw,108px)}.block-sale-time__right__money-3{bottom:clamp(26px,2.03125vw,39px);left:clamp(26px,2.03125vw,39px)}@media (max-width:768px){.block-sale-time__right__money-3{bottom:20px;left:0}}.block-sale-time__right__money-4{bottom:-1px;right:-38px;transform:scale(.9)}@media (max-width:1280px){.block-sale-time__right__money-4{bottom:-71px;right:-38px}}@media (max-width:768px){.block-sale-time__right__money-4{bottom:-95px;right:-34px}}.block-sale-time__left{background-color:#1d1d1f;padding:clamp(22.66667px,1.77083vw,34px) clamp(21.33333px,1.66667vw,32px);min-height:clamp(181.33333px,14.16667vw,272px)}@media (max-width:1200px){.block-sale-time__left{align-items:center;text-align:center;padding-bottom:36px}}.block-sale-time__left-title{font-size:clamp(20px,1.66667vw,32px);line-height:100%;letter-spacing:0;text-align:center;text-transform:uppercase;font-weight:400;color:#febe00;margin-bottom:clamp(8px,.625vw,12px)}.block-sale-time__left p{font-size:clamp(12px,1.04167vw,20px);line-height:100%;letter-spacing:0;text-align:center;color:#fff;margin-bottom:clamp(20px,1.5625vw,30px)}.block-sale-time__left-wrap{width:100%;display:flex;height:clamp(40px,3.02083vw,58px);font-size:clamp(10px,.78125vw,15px);text-transform:uppercase}.block-sale-time__left-wrap.time-out .block-sale-time__left-wrap__btn{display:none}.block-sale-time__left-wrap.time-out .block-sale-time__left-wrap__time{background-color:rgba(255,255,255,.3);color:#fff;position:relative}.block-sale-time__left-wrap.time-out .block-sale-time__left-wrap__time::before{position:absolute;content:'Для получения скидки свяжитесь с оператором';bottom:clamp(-25px,-1.30208vw,-16.66667px);width:100%;text-align:center;left:0;color:#febe00;font-size:clamp(8.66667px,.67708vw,13px)}.block-sale-time__left-wrap__time{background-color:#fff;flex-grow:1;display:flex;justify-content:center;align-items:center}.block-sale-time__left-wrap__btn{background-color:#febe00;padding:0 clamp(28px,2.08333vw,40px);display:flex;align-items:center;cursor:pointer}.soc{display:none!important}
/*# sourceMappingURL=base.css.map */
