@import url(https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap);*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}a{text-decoration:none;color:inherit}li,ul{list-style:none}img{max-width:100%;height:auto;pointer-events:none}a,ellipse,line,path,rect{-webkit-transition:all .3s ease;transition:all .3s ease}button,input,option,select,textarea{color:inherit;border:none;background:0 0;font:inherit;-webkit-transition:all .3s ease;transition:all .3s ease}button{cursor:pointer}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=date]::-webkit-calendar-picker-indicator{position:absolute;background:0 0;left:0;top:0;width:100%;height:100%;cursor:pointer}input[type=date]::-webkit-date-and-time-value{text-align:left}:root{--brand-pale:#F7F5E8;--brand:#EECA02;--dark-bg:#0F1014;--dark-secondary-bg:#1C1E23;--dark-separator:#23252F;--gray-text:#B3B4AF;--hint-text:#656669;--light-bg:#FFFFFF;--light-secondary-bg:#EAEAEA;--light-tertiary-bg:#F6F6F6;--separator:#E2E2E3;--text:#0F1014;--white-text:#FFFFFF}body{background:var(--dark-bg,#0f1014);color:var(--text,#0f1014);font-family:Onest,sans-serif;font-optical-sizing:auto;font-weight:400;font-size:16px;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;min-height:100vh}body.open{overflow:hidden}@media screen and (max-width:768px){body{font-size:14px}}main{overflow-x:clip;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}button,input,textarea{font:inherit}.section{padding:96px}.section-box{padding:80px 96px}.section-wrap{padding:48px 96px}.section-wrap-small{padding:48px 16px}.section-small{padding:16px}.section-inner{padding:80px}.section-border{padding-top:48px}.section-border-inner{border-radius:32px 32px 0 0;border:1px solid var(--separator,#e2e2e3);border-bottom:none;padding:96px 96px 48px}.section-border-inner_big{padding-bottom:80px}@media screen and (max-width:991px){.section{padding:80px}}@media screen and (max-width:767px){.section{padding:32px 16px}.section-box{padding:32px 16px}.section-small{padding:32px 16px}.section-inner{padding:0}.section-wrap{padding:16px}.section-wrap-small{padding:16px}.section-border{padding-top:16px}.section-border-inner{border-radius:24px 24px 0 0;padding:32px 16px 16px}.section-border-inner_big{padding-bottom:16px}}.space{height:48px;border-radius:32px 32px 0 0;background:var(--light-bg,#fff)}@media screen and (max-width:767px){.space{height:16px;border-radius:24px 24px 0 0}}.spacing{height:48px;background:var(--light-bg,#fff)}@media screen and (max-width:767px){.spacing{height:16px}}@-webkit-keyframes blinking{50%{opacity:0}}@keyframes blinking{50%{opacity:0}}.btn{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:10px;background:var(--light-bg,#fff);color:var(--text,#0f1014);font-weight:500;font-size:14px;line-height:20px;overflow:hidden;position:relative;cursor:pointer;border:1px solid transparent;-webkit-transition:color .3s cubic-bezier(.33,1,.68,1);transition:color .3s cubic-bezier(.33,1,.68,1)}.btn input{opacity:0;width:100%;height:100%;position:absolute;z-index:2;cursor:pointer}.btn__in,.btn__out{width:100%;height:100%;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;padding:13px 24px;gap:16px}.btn__in span,.btn__out span{color:rgba(0,0,0,.64);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.btn__in span::after,.btn__out span::after{content:"";-webkit-animation:blinking .75s ease-in-out infinite;animation:blinking .75s ease-in-out infinite;width:6px;height:6px;border-radius:50%;border-radius:888px;background:var(--text,#0f1014)}.btn__in{-webkit-transition:-webkit-transform .35s cubic-bezier(.33,1,.68,1);transition:-webkit-transform .35s cubic-bezier(.33,1,.68,1);transition:transform .35s cubic-bezier(.33,1,.68,1);transition:transform .35s cubic-bezier(.33,1,.68,1),-webkit-transform .35s cubic-bezier(.33,1,.68,1)}.btn__out{-webkit-transition:-webkit-transform .35s cubic-bezier(.35,.2,0,1);transition:-webkit-transform .35s cubic-bezier(.35,.2,0,1);transition:transform .35s cubic-bezier(.35,.2,0,1);transition:transform .35s cubic-bezier(.35,.2,0,1),-webkit-transform .35s cubic-bezier(.35,.2,0,1);-webkit-transform:translateY(calc(100% + 4px));transform:translateY(calc(100% + 4px));position:absolute;top:0;left:0;color:var(--white-text,#fff)}.btn__out::before{content:"";z-index:-1;border-radius:10px;background:var(--dark-secondary-bg,#1c1e23);width:calc(100% + 4px);height:calc(100% + 4px);-webkit-transition:-webkit-transform .45s cubic-bezier(.35,.2,0,1);transition:-webkit-transform .45s cubic-bezier(.35,.2,0,1);transition:transform .45s cubic-bezier(.35,.2,0,1);transition:transform .45s cubic-bezier(.35,.2,0,1),-webkit-transform .45s cubic-bezier(.35,.2,0,1);position:absolute;top:-2px;left:-2px;-webkit-transform:scaleX(.5);transform:scaleX(.5)}.btn_small{border-radius:8px}.btn_small .btn__in,.btn_small .btn__out{padding:6px 16px}.btn_small .btn__in::before,.btn_small .btn__out::before{border-radius:8px}.btn:hover{border-color:var(--light-bg,#fff)}.btn:hover .btn__in{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.btn:hover .btn__out{-webkit-transform:translate(0,0);transform:translate(0,0)}.btn:hover .btn__out::before{-webkit-transform:scaleX(1);transform:scaleX(1)}.btn-transparent{background-color:transparent;color:var(--white-text,#fff)}.btn-transparent .btn__out{color:var(--text,#0f1014)}.btn-transparent .btn__out::before{background:var(--light-bg,#fff)}.btn-transparent:hover{border-color:var(--light-bg,#fff)}.btn-accent{background:var(--brand,#eeca02)}.btn-accent .btn__out{color:var(--text,#0f1014)}.btn-accent .btn__out::before{background:var(--light-bg,#fff)}.btn-accent:hover{border-color:var(--brand,#eeca02)}.btn-gray{background:var(--light-secondary-bg,#eaeaea)}.swiper-arrow{width:24px;height:24px;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;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.swiper-arrow.swiper-button-disabled{opacity:.5}.swiper-arrow:hover:first-child{-webkit-transform:translateX(-5px);transform:translateX(-5px)}.swiper-arrow:hover:last-child{-webkit-transform:translateX(5px);transform:translateX(5px)}.swiper-button-lock{display:none}.hint{color:var(--hint-text,#656669)}.hint2{color:rgba(255,255,255,.64)}.bordered{border-radius:32px 32px 0 0}@media screen and (max-width:767px){.bordered{border-radius:24px 24px 0 0}}.swiper-slide{height:auto}.form-input{border-radius:12px;border:1px solid var(--separator,#e2e2e3);background:var(--light-tertiary-bg,#f6f6f6);outline:0;height:52px;width:100%;padding-left:16px;padding-right:16px;font-size:14px;font-weight:500;color:var(--text,#0f1014);-webkit-transition:all .3s ease;transition:all .3s ease}.form-input::-webkit-input-placeholder{color:var(--gray-text,#b3b4af)}.form-input::-moz-placeholder{color:var(--gray-text,#b3b4af)}.form-input:-ms-input-placeholder{color:var(--gray-text,#b3b4af)}.form-input::-ms-input-placeholder{color:var(--gray-text,#b3b4af)}.form-input::placeholder{color:var(--gray-text,#b3b4af)}.form-input:focus{border:2px solid var(--dark-bg,#0f1014)}textarea.form-input{padding-top:16px;padding-bottom:78px;height:150px;resize:none}.light-bg{background:var(--light-bg,#fff)}.light-bg2{background:var(--light-secondary-bg,#eaeaea)}.light-bg3{background:var(--light-tertiary-bg,#f6f6f6)}.first-section{padding-top:128px}@media screen and (max-width:767px){.first-section{padding-top:96px}}.wpcf7-list-item{margin:0!important}.wpcf7-response-output,.wpcf7-spinner{display:none}.wpcf7-list-item-label::after,.wpcf7-list-item-label::before{display:none}.wpcf7-not-valid-tip{font-size:12px;margin-top:8px}li,p{line-height:24px}.body-l{font-size:18px;line-height:26px}@media screen and (max-width:767px){.body-l{font-size:16px}}.body-m{font-size:16px;line-height:24px}@media screen and (max-width:767px){.body-m{font-size:14px}}.body-s{font-size:14px;line-height:20px}@media screen and (max-width:767px){.body-s{font-size:13px}}.body-xs{font-size:12px;line-height:16px}@media screen and (max-width:767px){.body-xs{font-size:11px}}.title{font-weight:700;font-size:84px;line-height:100%}@media screen and (max-width:767px){.title{font-size:36px}}.h1{font-weight:700;font-size:64px;line-height:100%}@media screen and (max-width:767px){.h1{font-size:28px}}.h2{font-weight:700;font-size:48px;line-height:100%}@media screen and (max-width:767px){.h2{font-size:24px}}.h3{font-weight:700;font-size:32px;line-height:100%}@media screen and (max-width:767px){.h3{font-size:22px}}.h4{font-weight:700;font-size:26px;line-height:100%}@media screen and (max-width:767px){.h4{font-size:20px}}.h5{font-weight:700;font-size:20px;line-height:100%}@media screen and (max-width:767px){.h5{font-size:18px}}.h6{font-weight:700;font-size:18px;line-height:100%}@media screen and (max-width:767px){.h6{font-size:16px}}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.header{position:fixed;top:16px;z-index:90;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:10px 10px 10px 24px;border-radius:16px;background:var(--dark-bg,#0f1014);backdrop-filter:blur(12px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:64px;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;max-width:100%}.header-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;padding:6px;border-radius:12px;background:var(--dark-secondary-bg,#1c1e23)}.header .menu-item:nth-last-child(-n+2){display:none}.header .call-btn,.header .menu-btn{display:none}.header .menu-btn{width:44px;height:44px;border-radius:12px;background:var(--brand,#eeca02) url(../img/menu.svg) no-repeat center}.header .call-btn{width:44px;height:44px;border-radius:12px;background:var(--dark-secondary-bg) url(../img/call.svg) no-repeat center;margin-left:auto}.header .close-btn{display:none;position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:44px;height:44px;border-radius:12px;background:var(--brand,#eeca02) url(../img/close.svg) no-repeat center;pointer-events:none;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.header .close-btn.active{opacity:1;pointer-events:all}.header.index{z-index:101}@media screen and (max-width:991px){.header{width:calc(100% - 32px);left:16px;-webkit-transform:none;transform:none;min-width:auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:10px}.header-actions{margin-left:auto}.header .menu-btn{display:-webkit-box;display:-ms-flexbox;display:flex}.header .close-btn{display:-webkit-box;display:-ms-flexbox;display:flex}.header .nav{display:none}}@media screen and (max-width:600px){.header{gap:6px}.header-actions{display:none}.header .logo{max-width:173px}.header .call-btn{display:-webkit-box;display:-ms-flexbox;display:flex}}.menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}.menu a{color:var(--gray-text,#b3b4af);position:relative}.menu a::after{content:"";background-color:var(--white-text,#fff);-webkit-transform-origin:100%;transform-origin:100%;width:100%;height:1px;-webkit-transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);position:absolute;bottom:-2px;left:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.menu a:hover{color:var(--white-text,#fff)}.menu a:hover::after{-webkit-transform-origin:0;transform-origin:0;-webkit-transform:scaleX(1);transform:scaleX(1)}.logo{display:-webkit-box;display:-ms-flexbox;display:flex}.cookie-banner{display:none;position:fixed;z-index:100;width:100%;max-width:320px;bottom:32px;left:32px;border-radius:12px;-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.1607843137);box-shadow:0 2px 2px 0 rgba(0,0,0,.1607843137);background:var(--bg-color,#fff);padding:16px}.cookie-banner__wrap{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;gap:12px}.cookie-banner__desc{width:100%;text-align:center}.cookie-banner__desc a{color:var(--hint-color,#8d8d8d)}.cookie-banner__desc a:hover{color:var(--text-color,#000)}.cookie-banner .btn{width:100%;border-radius:8px}.cookie-banner .btn__in,.cookie-banner .btn__out{padding:6px}@media screen and (max-width:767px){.cookie-banner{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:300px;width:calc(100% - 32px)}}.footer{background:var(--dark-bg,#0f1014);position:relative}.footer.light::before{content:"";width:100%;height:100px;background:var(--light-tertiary-bg,#fff);position:absolute;left:0;top:0}.footer .bordered{background:var(--light-bg,#fff);border-radius:32px;position:relative;z-index:2}.footer-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:96px}.footer-main-top{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.footer-main-top>*{width:calc(25% - 8px)}.footer-main-top__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:32px;border-radius:16px;border:1px solid var(--separator,#e2e2e3)}.footer-main-top__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.footer-main-bot{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;padding-bottom:48px}.footer-main-bot__left{padding:32px 32px 0;display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(50% - 8px)}.footer-main-bot__right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:32px 32px 0;width:calc(50% - 8px)}.footer__dev a{position:relative;color:var(--text,#0f1014)}.footer__dev a::after{content:"";background-color:var(--text,#0f1014);-webkit-transform-origin:100%;transform-origin:100%;width:100%;height:1px;-webkit-transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);position:absolute;bottom:-2px;left:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.footer__dev a:hover::after{-webkit-transform-origin:0;transform-origin:0;-webkit-transform:scaleX(1);transform:scaleX(1)}.footer .socials-item{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:calc(50% - 8px);width:calc(50% - 8px)}.footer .socials-item img{width:40px;height:40px}.footer .socials-item:first-child{width:100%}.footer .socials-item:hover{background-color:var(--light-tertiary-bg,#f6f6f6)}.footer__title{margin-bottom:64px}.footer-menu{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;margin-top:auto}.footer-menu a{position:relative}.footer-menu a::after{content:"";background-color:var(--text,#0f1014);-webkit-transform-origin:100%;transform-origin:100%;width:100%;height:1px;-webkit-transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);position:absolute;bottom:-2px;left:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.footer-menu a:hover::after{-webkit-transform-origin:0;transform-origin:0;-webkit-transform:scaleX(1);transform:scaleX(1)}.footer-sub{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.footer-sub__bg{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.footer-sub__bg img{width:100%}.footer-sub__img{position:absolute;bottom:0;left:0;width:16.6666666667vw;height:8.3333333333vw;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;z-index:2}.footer-sub .scroll-up{cursor:pointer;width:8.3333333333vw;height:8.3333333333vw;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:absolute;bottom:0;right:0;z-index:2}@media screen and (max-width:1200px){.footer-main-top{-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-main-top__item{width:calc(50% - 8px)}.footer-main-top__item:first-child{display:none}.footer-main-top__item:nth-child(2){display:none}.footer-main-top__socials{width:calc(50% - 8px)}.footer-sub__img{width:33.333333vw;height:16.6666666667vw}.footer-sub .scroll-up{width:16.6666666667vw;height:16.6666666667vw}}@media screen and (max-width:767px){.footer .bordered{border-radius:24px}.footer-main{gap:32px;padding-top:16px}.footer-main-top__item{width:100%;padding:16px}.footer-main-top__item:nth-child(2){display:-webkit-box;display:-ms-flexbox;display:flex}.footer-main-top__socials{width:100%}.footer-main-bot{padding-bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.footer-main-bot__left,.footer-main-bot__right{padding:0;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.footer__title{margin-bottom:32px}.footer .socials-item{height:104px}.footer-sub__img{width:66.6666666667vw;height:33.333333vw}.footer-sub .scroll-up{width:33.333333vw;height:33.333333vw}}.error404 .footer::before,.page-template-template-thanks .footer::before{content:"";width:100%;height:100px;background:var(--light-tertiary-bg,#fff);position:absolute;left:0;top:0}.hystmodal,.hystmodal__shadow{-webkit-transition:opacity .3s ease!important;transition:opacity .3s ease!important}.hystmodal__shadow{background:rgba(0,0,0,.64)}.hystmodal__shadow--show{opacity:1}.hystmodal__wrap{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-top:88px;padding-bottom:32px}.hystmodal__window{margin:0;border-radius:20px;background:var(--bg-color,#fff);padding:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(100% - 40px);-webkit-transition:all .4s ease;transition:all .4s ease;-webkit-transform:none;transform:none}@media screen and (max-width:768px){.hystmodal__window{padding:28px}}.menu-modal{width:calc(100% - 32px);height:auto;-webkit-transform:none;transform:none;border-radius:16px;background:var(--light-bg,#fff);-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.16);box-shadow:0 2px 2px 0 rgba(0,0,0,.16);padding:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.menu-modal__close{right:50px;top:0;width:44px;height:44px;background:red;position:absolute}.menu-modal .menu{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:24px}.menu-modal .menu a{color:var(--text,#0f1014)}.menu-modal .menu a::after{background-color:var(--text,#0f1014);bottom:0}.menu-modal__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.menu-modal .socials{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.menu-modal .socials-item{width:calc((100% - 16px)/ 3);height:123px;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:16px;border:1px solid var(--separator,#e2e2e3)}.menu-modal .socials-item img{width:40px;height:40px}.menu-modal .socials-item:hover{background-color:var(--light-tertiary-bg)}@media screen and (max-width:767px){.menu-modal{padding:32px 16px 16px}.menu-modal .socials-item{height:58px}.menu-modal .socials-item img{width:24px;height:24px}}.form-modal{width:calc(100% - 64px);max-width:600px;height:100%;margin-left:auto}.form-modal__close{position:absolute;right:calc(100% + 16px);top:0;width:64px;height:64px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--brand,#eeca02);outline:0}.form-modal-wrap{padding:32px}.form-modal form{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.form-modal .form-checkboxes{margin-top:auto}@media screen and (max-width:991px){.form-modal{max-width:100%;width:100%}.form-modal__close{top:12px;right:12px;width:48px;height:48px}}@media screen and (max-width:767px){.form-modal{padding:16px}.form-modal .call__subtitle{text-align:left;padding:12px 0;margin-bottom:24px}.form-modal-wrap{padding:16px}}#formModal{z-index:101}.product-modal{max-width:960px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;padding:16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:auto;width:100%}.product-modal-wrap{padding:32px}.product-modal__close{width:48px;height:48px;border-radius:50%;background:var(--light-secondary-bg,#eaeaea);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:absolute;right:10px;top:10px;z-index:3}.product-modal__left{width:calc(50% - 8px);position:relative}.product-modal__right{width:calc(50% - 8px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:32px;gap:8px}.product-modal__right .btn{margin-top:auto}.product-modal__title{margin-bottom:8px}.product-modal__desc{margin-bottom:16px}.product-modal .swiper-arrow{width:48px;height:48px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--light-secondary-bg,#eaeaea);position:absolute;top:50%;margin-top:-32px;z-index:3}.product-modal .swiper-arrow:hover{background:var(--brand,#eeca02)}.product-modal .legacy-left{left:16px}.product-modal .thumbs-swiper{width:auto;position:absolute;bottom:16px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.product-modal .thumbs-slide{width:48px;height:48px;border-radius:12px;border:1px solid var(--separator,#e2e2e3);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;cursor:pointer}.product-modal .thumbs-slide img{padding:0;border-radius:12px;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.product-modal .thumbs-slide::after{content:"";width:calc(100% - 2px);height:calc(100% - 2px);border-radius:12px;border:2px solid var(--text,#0f1014);position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.product-modal .thumbs-slide.swiper-slide-thumb-active{border:1px solid transparent}.product-modal .thumbs-slide.swiper-slide-thumb-active::after{opacity:1}.product-modal .legacy-right{right:16px}@media screen and (max-width:1200px){.product-modal .legacy-slide img{padding:0}}@media screen and (max-width:1000px){.product-modal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:0}.product-modal__close{right:32px;top:32px}.product-modal__left{width:100%}.product-modal__right{width:100%}}@media screen and (max-width:767px){.product-modal-wrap{padding:16px}.product-modal__right{padding:0}}.hero{height:100vh;position:sticky;top:0;z-index:1;color:var(--white-text,#fff);-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.hero-animation{height:200vh}.hero-swiper{width:100%;height:100%}.hero-slide{padding:114px 16px 88px;position:relative;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;height:100%}.hero-slide::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;background:-webkit-gradient(linear,left top,left bottom,color-stop(96.15%,rgba(0,0,0,0)),to(var(--dark-bg,#0f1014))),-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.32)),to(rgba(0,0,0,.32)));background:linear-gradient(180deg,rgba(0,0,0,0) 96.15%,var(--dark-bg,#0f1014) 100%),linear-gradient(0deg,rgba(0,0,0,.32) 0,rgba(0,0,0,.32) 100%)}.hero-slide__img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-2}.hero-slide__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-slide__title{margin-bottom:24px;max-width:900px;text-align:center}.hero-slide__desc{max-width:512px;margin-bottom:36px}.hero-slide .btn{margin-top:auto}.hero-slide_center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hero-slide_bottom .hero-slide__title{margin-top:auto}.hero-slide_bottom .btn{margin-top:0}.hero-nav{position:absolute;bottom:32px;left:50%;-webkit-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;gap:16px;z-index:2}.hero-pagination{position:absolute;left:auto!important;top:auto!important;right:32px!important;bottom:32px!important;z-index:2;width:24px!important;height:24px!important}.hero-pagination .swiper-pagination-bullet{position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;background:0 0;margin:0!important}.hero-pagination .swiper-pagination-bullet circle{stroke-linecap:round;stroke-dasharray:70.6858347058px}.hero-pagination .swiper-pagination-bullet circle:first-child{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:center;transform-origin:center}.hero-pagination .swiper-pagination-bullet-active{opacity:1}.hero-pagination .swiper-pagination-bullet-active circle:first-child{-webkit-animation:progress 8s linear;animation:progress 8s linear}.hero .breadcrumbs{margin-bottom:24px}@media screen and (max-width:600px){.hero{height:85vh}.hero-slide{padding-top:144px}.hero-animation{height:170vh}}@-webkit-keyframes progress{from{stroke-dashoffset:70.6858347058px}to{stroke-dashoffset:0}}@keyframes progress{from{stroke-dashoffset:70.6858347058px}to{stroke-dashoffset:0}}.sticky-wrap{margin-top:-100vh;position:relative;z-index:2}@media screen and (max-width:600px){.sticky-wrap{margin-top:-85vh}}.brand{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;position:relative}.brand-section .bordered{background:var(--light-tertiary-bg,#f6f6f6)}.brand__left{width:calc(50% - 8px);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}.brand__title{margin-bottom:32px;max-width:656px}.brand__desc{margin-bottom:64px;max-width:512px}.brand__nav{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:24px;margin-bottom:64px}.brand__nav-item{-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer;position:relative;color:var(--gray-text,#b3b4af)}.brand__nav-item::after{content:"";background-color:var(--text,#0f1014);-webkit-transform-origin:100%;transform-origin:100%;width:100%;height:1.6px;-webkit-transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);position:absolute;bottom:-3px;left:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.brand__nav-item.active,.brand__nav-item:hover{color:var(--text,#0f1014)}.brand__nav-item.active::after,.brand__nav-item:hover::after{-webkit-transform-origin:0;transform-origin:0;-webkit-transform:scaleX(1);transform:scaleX(1)}.brand__right{width:calc(50% - 8px);position:relative;overflow:hidden;position:absolute;right:0;height:100%}.brand__right .btn{display:none}.brand__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:32px}.brand__country path{fill:#0f1014}.brand__tabs{height:100%}.brand__tab{height:100%;position:relative}.brand__text{position:absolute;width:calc(100% - 32px);bottom:64px;max-width:448px;text-align:center;left:50%;color:var(--white-text,#fff);-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width:1400px){.brand{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.brand__left{width:100%}.brand__left .btn{display:none}.brand__country{margin-top:32px}.brand__nav{margin-bottom:0}.brand__right{width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.brand__right .btn{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (max-width:767px){.brand{gap:32px}.brand__left{text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.brand__title{margin-bottom:16px;max-width:360px}.brand__tab{min-height:360px}.brand__country{top:32px}.brand__text{bottom:32px}.brand__img{border-radius:24px}.brand__desc{margin-bottom:32px}.brand__nav{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}}.tab-item{display:none;width:100%}.tab-item.active{display:-webkit-box;display:-ms-flexbox;display:flex}.products{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;gap:64px}.products-bordered{border-width:1px 1px 0 1px;border-style:solid;border-color:var(--separator,#e2e2e3)}.products-section .bordered{background:var(--light-bg,#fff)}.products__head{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;gap:32px;text-align:center}.products__desc{max-width:512px}.products-acc-swiper,.products-swiper{width:100%;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;gap:32px}.products-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.products-nav path{stroke:#0f1014}@media screen and (max-width:1000px){.products-acc-swiper,.products-swiper{overflow:visible;width:59vw}.products .swiper-slide{width:100%}}@media screen and (max-width:767px){.products{gap:32px}.products__head{gap:16px}}.product{border-radius:16px;background:var(--light-tertiary-bg,#f6f6f6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:100px;position:relative;overflow:hidden;-webkit-transition-property:all;transition-property:all}.product__img{margin-top:auto;width:100%;position:relative;z-index:1;-webkit-transition:all .3s ease;transition:all .3s ease}.product__img_out{opacity:0;position:absolute;right:0;bottom:0}.product__head{padding:32px 16px 0;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;gap:8px;position:relative;z-index:1}.product__title{position:relative}.product__title::after{content:"";background-color:var(--text,#0f1014);-webkit-transform-origin:100%;transform-origin:100%;width:100%;height:1.6px;-webkit-transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);position:absolute;bottom:0;left:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.product__big{width:100%;height:auto;position:absolute;top:100px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:0;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.product::after{content:"";width:64px;height:64px;border-radius:50%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#000;background:var(--brand,#eeca02) url(../img/plus.svg) no-repeat center;opacity:0;z-index:2;-webkit-transition:all .3s ease;transition:all .3s ease}.product:hover{background:var(--light-secondary-bg,#eaeaea)}.product:hover .product__big,.product:hover::after{opacity:1}.product:hover .product__title::after{-webkit-transform-origin:0;transform-origin:0;-webkit-transform:scaleX(1);transform:scaleX(1)}.product:hover .product__img_in{opacity:0}.product:hover .product__img_out{opacity:1}@media screen and (max-width:1000px){.product{gap:64px}}@media screen and (max-width:767px){.product{gap:32px}.product__big{top:78px}}.catalog-acc{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-acc__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.catalog-acc__item{width:calc(25% - 12px)}@media screen and (max-width:1000px){.catalog-acc__item{width:calc(50% - 8px)}}@media screen and (max-width:767px){.catalog-acc{padding-top:0}.catalog-acc__list{gap:8px}.catalog-acc__item{width:100%}}.product-acc{border-radius:16px;background:var(--light-tertiary-bg,#f6f6f6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;overflow:hidden;-webkit-transition-property:all;transition-property:all}.product-acc__img{width:100%;position:relative;z-index:1;-webkit-transition:all .3s ease;transition:all .3s ease;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.product-acc__inner{padding:0 16px 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-align:center;-ms-flex-align:center;align-items:center;text-align:center;gap:8px;position:relative;z-index:1}.product-acc__title{position:relative}.product-acc__title::after{content:"";background-color:var(--text,#0f1014);-webkit-transform-origin:100%;transform-origin:100%;width:100%;height:1.6px;-webkit-transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);position:absolute;bottom:0;left:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.product-acc::after{content:"";width:64px;height:64px;border-radius:50%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#000;background:var(--brand,#eeca02) url(../img/plus.svg) no-repeat center;opacity:0;z-index:2;-webkit-transition:all .3s ease;transition:all .3s ease}.product-acc:hover::after{opacity:1}.product-acc:hover .product-acc__title::after{-webkit-transform-origin:0;transform-origin:0;-webkit-transform:scaleX(1);transform:scaleX(1)}.tehno{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;position:relative}.tehno-section .bordered{background:var(--light-tertiary-bg,#f6f6f6)}.tehno__left{width:calc(50% - 8px);position:absolute;left:0;top:0;height:100%;border-radius:32px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.tehno__left img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tehno__right{margin-left:auto;width:calc(50% - 8px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tehno__title{margin-bottom:82px}.tehno__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px;max-width:512px}.tehno-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media screen and (max-width:1400px){.tehno{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.tehno__left{width:100%;position:static}.tehno__title{margin-bottom:64px}.tehno__right{width:100%}}@media screen and (max-width:767px){.tehno__right{text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.tehno__title{margin-bottom:32px}.tehno__list{gap:24px}.tehno__left{border-radius:24px}.tehno__img{min-height:360px}}.sector{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;position:relative}.sector-section .bordered{background:var(--light-secondary-bg,#eaeaea)}.sector__left{position:sticky;top:96px;width:calc(50% - 8px)}.sector__title{max-width:512px}.sector__right{width:calc(50% - 8px)}.sector__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.sector-item{cursor:pointer;padding:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:254px;border-radius:24px;background:var(--light-tertiary-bg,#f6f6f6);-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.16);box-shadow:0 2px 2px 0 rgba(0,0,0,.16)}.sector-item__img{width:50%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}.sector-item__inner{width:50%;padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media screen and (max-width:1400px){.sector{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}.sector__left{width:100%;position:static}.sector__right{width:100%}.sector-item{padding:32px 16px}}@media screen and (max-width:767px){.sector{gap:32px}.sector__title{text-align:center}.sector-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:8px;text-align:center}.sector-item__img{width:100%;min-height:230px}.sector-item__inner{width:100%;padding:16px}}.call{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;position:relative;overflow:hidden;color:var(--white-text,#fff)}.call::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,color-stop(96.15%,rgba(0,0,0,0)),to(var(--dark-bg,#0f1014))),-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.32)),to(rgba(0,0,0,.32)));background:linear-gradient(180deg,rgba(0,0,0,0) 96.15%,var(--dark-bg,#0f1014) 100%),linear-gradient(0deg,rgba(0,0,0,.32) 0,rgba(0,0,0,.32) 100%);z-index:1}.call-section2{background:var(--light-tertiary-bg,#eaeaea)}.call__img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.call__left{width:calc(50% - 8px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:2}.call__title{max-width:656px;margin-bottom:32px}.call__desc{max-width:512px;margin-bottom:32px}.call__right{width:calc(50% - 8px);position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.call__subtitle{text-align:center;margin-bottom:32px}.call__list{margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:48px}.call-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.call-item a:hover{opacity:.8}@media screen and (max-width:1400px){.call{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.call__left{width:100%;position:static}.call__left .call__desc{margin-bottom:0}.call__right{width:100%}.call-section2 .call{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media screen and (max-width:767px){.call{gap:32px}.call__right{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.call__desc,.call__title{text-align:center}.call__title{margin-bottom:16px}.call__list{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;gap:32px;width:100%}}form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}form .wpcf7-list-item{display:-webkit-box;display:-ms-flexbox;display:flex}form .wpcf7-list-item label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}form .wpcf7-list-item label input{display:none}form .wpcf7-list-item label .wpcf7-list-item-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px}form .wpcf7-list-item label .wpcf7-list-item-label .checkmark{width:20px;height:20px;border-radius:4px;background:var(--light-secondary-bg,#eaeaea);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}form .wpcf7-list-item label .wpcf7-list-item-label .checkmark::after{content:"";width:100%;height:100%;background:url(../img/checkbox.svg) no-repeat center/cover;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}form .wpcf7-list-item label .wpcf7-list-item-label span:last-child{width:calc(100% - 36px)}form .wpcf7-list-item label .wpcf7-list-item-label span:last-child a{color:var(--text,#0f1014);position:relative}form .wpcf7-list-item label .wpcf7-list-item-label span:last-child a::after{content:"";background-color:var(--text,#0f1014);-webkit-transform-origin:100%;transform-origin:100%;width:100%;height:1px;-webkit-transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);position:absolute;bottom:0;left:0;-webkit-transform:scaleX(0);transform:scaleX(0)}form .wpcf7-list-item label .wpcf7-list-item-label span:last-child a:hover{color:var(--text,#0f1014)}form .wpcf7-list-item label .wpcf7-list-item-label span:last-child a:hover::after{-webkit-transform-origin:0;transform-origin:0;-webkit-transform:scaleX(1);transform:scaleX(1)}form .wpcf7-list-item label:has(input:checked) .checkmark::after{opacity:1}.form{border-radius:32px;background:var(--light-bg,#fff);color:var(--text,#0f1014)}.form-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;position:relative}.form-item .btn{position:absolute;bottom:16px;left:16px;width:calc(100% - 32px)}.form-checkboxes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}@media screen and (max-width:767px){.form{border-radius:24px;padding:32px 16px}}.videos{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;color:var(--white-text,#fff)}.videos-section .bordered{background:var(--light-bg,#fff)}.videos__wrap{background:var(--dark-bg,#0f1014);border-radius:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px;width:100%}.videos__head{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;gap:32px}.videos__grid{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.videos__left{width:calc(50% - 8px);display:-webkit-box;display:-ms-flexbox;display:flex}.videos__right{width:calc(50% - 8px);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.videos__desc{max-width:512px}.videos-item{border-radius:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:32px;overflow:hidden;height:auto;position:relative;width:100%}.videos-item__title{-webkit-transition:all .3s ease;transition:all .3s ease}.videos-item::after{content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:64px;height:64px;background-color:var(--brand);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;background-image:url(../img/play.svg);background-repeat:no-repeat;background-position:center}.videos-item__img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all .6s ease;transition:all .6s ease}.videos-item__inner{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px}.videos-item_small{padding:16px;min-height:270px;width:calc(50% - 8px)}.videos-item:hover .videos-item__img{-webkit-transform:scale(1);transform:scale(1)}.videos-item:hover .videos-item__title{opacity:.8}.videos-card{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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px;background:var(--dark-secondary-bg,#1c1e23)}.videos-card::after{display:none}.videos-card:hover{-webkit-transform:scale(.95);transform:scale(.95)}.videos-swiper{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px;width:100%}.videos-nav{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;gap:16px}@media screen and (max-width:1200px){.videos__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.videos__left{width:100%}.videos__right{width:100%}.videos-item{height:576px}.videos-item_small{height:280px}}@media screen and (max-width:767px){.videos{padding:16px}.videos__head{gap:16px;margin-bottom:16px}.videos__wrap{padding:32px 16px 16px;border-radius:24px;gap:16px}.videos-swiper{display:-webkit-box;display:-ms-flexbox;display:flex}.videos__left{display:none}.videos__right .videos-item{display:none}.videos__right .videos-card{display:-webkit-box;display:-ms-flexbox;display:flex}.videos-item{height:auto!important;padding:0;border-radius:16px}.videos-item img{aspect-ratio:16/9;position:static;-webkit-transform:none;transform:none}.videos-item__inner{padding:16px;width:100%;position:absolute;left:0;bottom:0}.videos-item::after{width:48px;height:48px}.videos-card{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:16px;height:46px;min-height:1px;width:100%;border-radius:24px}.videos-card img{width:24px;height:24px}}.clients{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}.clients-section .bordered{background:var(--light-tertiary-bg,#eaeaea)}.clients__head{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;gap:32px;text-align:center}.clients__desc{max-width:512px}.clients-swiper{width:100%;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;gap:32px}.clients-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.clients-nav path{stroke:#0f1014}.clients-slide{padding:16px;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:16px;background:var(--light-bg,#fff);min-height:202px;cursor:pointer}@media screen and (max-width:1000px){.clients-swiper{overflow:visible}}@media screen and (max-width:767px){.clients{gap:32px}.clients__head{gap:16px}.clients-slide{width:220px;min-height:124px;padding:32px}}.heading{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;gap:24px}.heading__title{max-width:648px}.heading__desc{max-width:512px}.heading__vk{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.heading__vk img{width:24px;height:24px}.heading__vk:hover{opacity:.8}@media screen and (max-width:767px){.heading{gap:16px;padding-top:16px}.heading__desc br{display:none}}.breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;white-space:nowrap}.breadcrumbs__link{color:var(--hint-text,#656669);position:relative}.breadcrumbs__link::after{content:"";background-color:var(--text,#0f1014);-webkit-transform-origin:100%;transform-origin:100%;width:100%;height:1px;-webkit-transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);position:absolute;bottom:-2px;left:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.breadcrumbs__link:hover{color:var(--text,#0f1014)}.breadcrumbs__link:hover::after{-webkit-transform-origin:0;transform-origin:0;-webkit-transform:scaleX(1);transform:scaleX(1)}.breadcrumbs_light .breadcrumbs__link{color:rgba(255,255,255,.64)}.breadcrumbs_light .breadcrumbs__link::after{background-color:var(--white-text)}.breadcrumbs_light .breadcrumbs__link:hover{color:var(--white-text)}.breadcrumbs_light svg path{stroke:rgba(255,255,255,.32)}.catalog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.catalog-section{padding-bottom:80px}.catalog-nav{position:fixed;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;bottom:16px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:10;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:12px;background:var(--light-bg,#fff);-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.16);box-shadow:0 2px 2px 0 rgba(0,0,0,.16);padding:4px;gap:4px;-webkit-transition:all .3s ease;transition:all .3s ease}.catalog-nav.hide{opacity:0;pointer-events:none}.catalog-nav__item{height:44px}.catalog-nav__item .btn__out{color:var(--text,#0f1014)}.catalog-nav__item .btn__out::before{background:var(--light-tertiary-bg,#f6f6f6)}.catalog-block{padding-top:96px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.catalog-block:first-child{padding-top:64px}.catalog-block:first-child .product__head{margin-bottom:36px}.catalog-hero{padding:32px;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-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;border-radius:32px;overflow:hidden;color:var(--white-text,#fff);min-height:816px;width:100%;gap:32px;text-align:center}.catalog-hero_half{width:calc(50% - 8px);min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}.catalog-hero__img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.catalog-hero::before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;border-radius:32px;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.16)),to(rgba(0,0,0,.16)));background:linear-gradient(0deg,rgba(0,0,0,.16) 0,rgba(0,0,0,.16) 100%)}.catalog-hero__title{position:relative;z-index:2}.catalog-hero__desc{position:relative;z-index:2;max-width:512px}.catalog .product{width:calc(25% - 12px);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:calc(50% - 8px)}@media screen and (max-width:1440px){.catalog-hero{min-height:600px}.catalog .product{width:calc(50% - 8px)}}@media screen and (max-width:991px){.catalog{padding-top:0}.catalog-hero{min-height:400px}.catalog-hero_half{width:100%}}@media screen and (max-width:767px){.catalog-hero{min-height:360px;padding:16px;gap:16px;border-radius:24px}.catalog-block{padding-top:16px}.catalog-block:first-child{padding-top:0}.catalog-section{padding-bottom:32px}.catalog .product{width:100%;max-width:100%}}@media screen and (max-width:500px){.catalog-nav{width:calc(100% - 112px);-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;min-width:auto;overflow:auto;scrollbar-color:transparent transparent}.catalog-nav__item{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.default{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.default_reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.default__full{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.default__full img{width:100%;-o-object-fit:cover;object-fit:cover;border-radius:32px}.default-video{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;border-radius:32px}.default-video::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;background:-webkit-gradient(linear,left top,left bottom,color-stop(96.15%,rgba(0,0,0,0)),to(var(--dark-bg,#0f1014))),-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.32)),to(rgba(0,0,0,.32)));background:linear-gradient(180deg,rgba(0,0,0,0) 96.15%,var(--dark-bg,#0f1014) 100%),linear-gradient(0deg,rgba(0,0,0,.32) 0,rgba(0,0,0,.32) 100%)}.default-video__inner{position:absolute;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;gap:16px;left:50%;top:50%;z-index:2;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.default-video__icon{width:96px;height:96px;border-radius:50%;border-radius:888px;background:var(--brand,#eeca02) url(../img/play.svg) no-repeat center;-webkit-transition:all .6s ease;transition:all .6s ease}.default-video__head{position:relative;z-index:2;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;gap:32px;color:var(--white-text)}.default-video__desc{max-width:512px}.default-video img{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .6s ease;transition:all .6s ease}.default-video_desc{padding:80px 80px 176px;position:relative;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;gap:64px}.default-video_desc img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.default-video_desc .default-video__inner{position:relative;-webkit-transform:none;transform:none;left:auto;top:auto;padding:90px 0;margin-bottom:64px}.default-video:hover img{-webkit-transform:scale(1);transform:scale(1)}.default-video:hover .default-video__icon{-webkit-transform:scale(1.03);transform:scale(1.03)}.default__item{width:calc(50% - 8px);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;gap:48px}.default__item img{width:100%;height:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:32px}@media screen and (max-width:1400px){.default{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:64px}.default__item{width:100%}.default .section-inner{padding:0}.default-video_desc .default-video__inner{padding:0;margin-bottom:64px}}@media screen and (max-width:767px){.default{gap:16px}.default__item{gap:16px}.default img{min-height:270px;border-radius:24px}.default-video{margin:32px 0;border-radius:24px}.default-video__icon{width:64px;height:64px}.default-video__head{gap:16px}.default-video_desc{padding:32px 16px 132px;gap:32px;margin:0}.default-video_desc .default-video__inner{margin-bottom:0}}.faq{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.faq__left,.faq__right{width:calc(50% - 8px)}.faq__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.faq-item{padding:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-top:1px solid var(--separator,#e2e2e3);cursor:pointer}.faq-item__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.faq-item__head img{-webkit-transition:all .3s ease;transition:all .3s ease}.faq-item__title{width:calc(100% - 32px);-webkit-transition:all .3s ease;transition:all .3s ease}.faq-item__content{display:none;width:100%!important;padding:0!important}.faq-item__desc{padding-top:16px}.faq-item__desc a{color:var(--text,#0f1014);position:relative}.faq-item__desc a::after{content:"";background-color:var(--text,#0f1014);width:100%;height:1px;-webkit-transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);position:absolute;bottom:0;left:0;-webkit-transform-origin:0;transform-origin:0;-webkit-transform:scaleX(1);transform:scaleX(1)}.faq-item__desc a:hover::after{-webkit-transform-origin:100%;transform-origin:100%;-webkit-transform:scaleX(0);transform:scaleX(0)}.faq-item:hover .faq-item__title{opacity:.7}.faq-item.active .faq-item__head img{-webkit-transform:scale(1,-1);transform:scale(1,-1)}@media screen and (max-width:1400px){.faq{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}.faq__left,.faq__right{width:100%}}@media screen and (max-width:767px){.faq{gap:32px}.faq-item{padding:16px}}.features{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.features__left,.features__right{width:calc(50% - 8px)}.features__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:64px}.features-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;width:calc(50% - 32px)}.features-item__number{color:var(--gray-text,#b3b4af)}@media screen and (max-width:1400px){.features{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}.features__left,.features__right{width:100%}}@media screen and (max-width:767px){.features{gap:32px}.features__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.features-item{width:100%;gap:12px}}.distr__title{margin-bottom:64px}.distr-swiper{width:100%;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;gap:32px}.distr-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.distr-nav path{stroke:#0f1014}.distr-slide{border-radius:16px;border:1px solid var(--separator,#e2e2e3);-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.16);box-shadow:0 2px 2px 0 rgba(0,0,0,.16);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}.distr-slide__img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--light-tertiary-bg,#f6f6f6);padding:24px;height:360px}.distr-slide__inner{padding:16px;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-flex:1;-ms-flex-positive:1;flex-grow:1}.distr-slide__title{margin-bottom:4px}.distr-slide__desc{margin-bottom:16px}.distr-slide__list{margin-top:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.distr-slide__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.distr-slide__item img{min-width:24px}.distr-slide__item a{margin-left:auto;color:var(--color-text,#0f1014);position:relative}.distr-slide__item a::after{content:"";background-color:var(--text,#0f1014);width:100%;height:1px;-webkit-transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);position:absolute;bottom:0;left:0;-webkit-transform-origin:0;transform-origin:0;-webkit-transform:scaleX(1);transform:scaleX(1)}.distr-slide__item a:hover::after{-webkit-transform-origin:100%;transform-origin:100%;-webkit-transform:scaleX(0);transform:scaleX(0)}@media screen and (max-width:1200px){.distr-slide{width:496px}.distr-swiper{overflow:visible}}@media screen and (max-width:767px){.distr__title{margin-bottom:32px}.distr-slide{width:100%}.distr-slide__img{height:240px}.distr__head{gap:16px}}.info{display:-webkit-box;display:-ms-flexbox;display:flex;gap:64px}.info__left,.info__right{width:calc(50% - 32px)}.info__desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}@media screen and (max-width:1400px){.info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.info__left,.info__right{width:100%}}@media screen and (max-width:767px){.info{gap:32px}}.files{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.files__title{margin-bottom:64px}.files__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.files-item{width:calc(50% - 8px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:4px;padding:16px 16px 16px 32px;border-radius:12px;background:var(--light-tertiary-bg,#f6f6f6)}.files-item__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px;width:calc(100% - 50px)}.files-item__size{color:var(--gray-text,#b3b4af)}.files-item__icon{width:46px;height:46px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(../img/download.svg);background-repeat:no-repeat;background-position:center;-webkit-transition:all .3s ease;transition:all .3s ease;background-color:transparent}.files-item:hover{background:var(--light-secondary-bg,#eaeaea)}.files-item:hover .files-item__icon{background-color:var(--brand,#eeca02)}@media screen and (max-width:991px){.files-item{width:100%}}@media screen and (max-width:767px){.files__title{margin-bottom:32px}}.news{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;padding-bottom:80px}.news-big{width:calc(50% - 8px);margin-bottom:96px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.news-big__img{overflow:hidden;position:relative;border-radius:32px}.news-big__img::after{content:"";width:64px;height:64px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;background:var(--brand,#eeca02) url(../img/plus.svg) no-repeat center;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.news-big__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:4/3;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transition:all .6s ease;transition:all .6s ease}.news-big__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;padding-left:32px;padding-right:64px}.news-big__date{width:124px}.news-big__title{-webkit-transition:all .3s ease;transition:all .3s ease}.news-big__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;width:calc(100% - 156px)}.news-big:hover .news-big__img::after{opacity:1}.news-big:hover .news-big__img img{-webkit-transform:scale(1);transform:scale(1)}.news-big:hover .news-big__title{opacity:.7}.news-item{width:100%;padding:16px 32px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:32px;border-top:1px solid var(--separator,#e2e2e3)}.news-item__date{min-width:124px}.news-item__more{color:var(--gray-text,#b3b4af);-webkit-transition:all .3s ease;transition:all .3s ease}.news-item__title{-webkit-transition:all .3s ease;transition:all .3s ease}.news-item__img{width:44.5%;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:24px;overflow:hidden;position:relative}.news-item__img::after{content:"";width:64px;height:64px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:50%;background:var(--brand,#eeca02) url(../img/plus.svg) no-repeat center;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.news-item__img img{width:100%;height:100%;-webkit-transform:scale(1.1);transform:scale(1.1);aspect-ratio:4/3;-webkit-transition:all .6s ease;transition:all .6s ease}.news-item__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:32px;padding-right:64px}.news-item__inner .news-item__date{display:none}.news-item:hover{border-top:1px solid var(--dark-bg,#0f1014)}.news-item:hover .news-item__more{color:var(--text,#0f1014)}.news-item:hover .news-item__img img{-webkit-transform:scale(1);transform:scale(1)}.news-item:hover .news-item__img::after{opacity:1}.news-item:hover .news-item__title{opacity:.7}@media screen and (max-width:1400px){.news-item__inner{padding-left:0;padding-right:0}}@media screen and (max-width:1200px){.news-big{width:100%;margin-bottom:32px}.news-big:nth-child(2){margin-bottom:80px}.news-item__date,.news-item__more{display:none}.news-item__inner{width:calc(50% - 16px)}.news-item__inner .news-item__date{display:-webkit-box;display:-ms-flexbox;display:flex}.news-item__img{width:calc(50% - 16px)}}@media screen and (max-width:767px){.news{gap:24px;padding-top:0}.news-big{margin-bottom:0;gap:16px}.news-big:nth-child(2){margin-bottom:0}.news-big__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;gap:12px}.news-big__img{border-radius:24px}.news-big__img img{min-height:270px}.news-big__img::after{width:48px;height:48px;opacity:1;-webkit-transform:none;transform:none;right:12px;bottom:12px;top:auto;left:auto}.news-big__inner{gap:12px;width:100%}.news-item{border-top:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;gap:16px}.news-item__inner{width:100%;gap:12px}.news-item__title{font-size:22px}.news-item__img{width:100%;border-radius:24px}.news-item__img::after{width:48px;height:48px;opacity:1;-webkit-transform:none;transform:none;right:12px;bottom:12px;top:auto;left:auto}.news-item__img img{min-height:270px}}.s404-section,.thanks-section{background:var(--light-tertiary-bg)}.thanks-section .default{padding-bottom:16px}.s404{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;position:relative;padding-bottom:0}.s404__title{max-width:648px;margin-bottom:24px;position:relative;z-index:2}.s404__desc{max-width:512px;margin-bottom:48px;position:relative;z-index:2}.s404__img{position:relative;z-index:2;max-width:700px}.s404__number{position:absolute;left:0;width:100%;top:0}.s404__btn{position:absolute;bottom:32px;z-index:3;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}@media screen and (max-width:1200px){.s404__number{top:144px}}@media screen and (max-width:767px){.s404__title{margin-bottom:16px}.s404__desc{margin-bottom:32px}.s404__btn{bottom:16px}.s404__number{top:78px}.s404__img{width:calc(100% - 80px)}}.legacy{display:-webkit-box;display:-ms-flexbox;display:flex}.legacy-section{padding-top:80px;background:var(--light-bg,#fff)}.legacy__left,.legacy__right{position:relative;width:50%}.legacy-swiper{width:100%;height:100%}.legacy-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:var(--light-tertiary-bg,#f6f6f6);border-radius:32px}.legacy-slide img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:32px;max-height:calc(100vh - 112px)}.legacy .swiper-arrow{width:64px;height:64px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--light-secondary-bg,#eaeaea);position:absolute;top:50%;margin-top:-32px;z-index:3}.legacy .swiper-arrow:hover{background:var(--brand,#eeca02)}.legacy-left{left:16px}.legacy .thumbs-swiper{width:auto;position:absolute;bottom:32px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.legacy .thumbs-slide{width:48px;height:62px;border-radius:12px;border:1px solid var(--separator,#e2e2e3);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;cursor:pointer;background-color:var(--light-tertiary-bg,#f6f6f6)}.legacy .thumbs-slide img{padding:10px 0;border-radius:12px;aspect-ratio:24/31;-o-object-fit:cover;object-fit:cover}.legacy .thumbs-slide::after{content:"";width:calc(100% - 2px);height:calc(100% - 2px);border-radius:12px;border:2px solid var(--text,#0f1014);position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.legacy .thumbs-slide.swiper-slide-thumb-active{border:1px solid transparent}.legacy .thumbs-slide.swiper-slide-thumb-active::after{opacity:1}.legacy-right{right:16px}.legacy__right{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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.legacy__title{margin-top:24px;margin-bottom:24px;max-width:512px;text-align:center}.legacy__desc{max-width:512px;margin-bottom:32px;text-align:center}.legacy__links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:16px 24px;max-width:512px;margin-bottom:48px}.legacy-link{position:relative}.legacy-link::after{content:"";background-color:var(--text,#0f1014);width:100%;height:1.5px;-webkit-transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);position:absolute;bottom:-2px;left:0;-webkit-transform-origin:0;transform-origin:0;-webkit-transform:scaleX(1);transform:scaleX(1)}.legacy-link:hover::after{-webkit-transform-origin:100%;transform-origin:100%;-webkit-transform:scaleX(0);transform:scaleX(0)}.legacy-btn{position:fixed;bottom:32px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;z-index:3}.legacy-nomination{display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px;border-radius:16px;border:1px solid var(--separator,#e2e2e3);max-width:213px}@media screen and (max-width:1200px){.legacy{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.legacy__left,.legacy__right{width:100%}.legacy__right{padding-top:48px}.legacy-slide img{padding:40px 0;max-height:none}}@media screen and (max-width:767px){.legacy-section{padding-top:64px}.legacy__title{margin-top:16px}.legacy__left{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;margin-bottom:24px}.legacy__left .swiper-arrow{display:none}.legacy .thumbs-swiper{position:static;-webkit-transform:none;transform:none}.legacy-btn{bottom:16px}.legacy-nomination{max-width:121px;padding:8px;border-radius:12px}}.promo{position:relative;color:var(--white-text);border-radius: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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:32px;background:#000;overflow:hidden}.promo::after{content:"";width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.32)),to(rgba(0,0,0,.32)));background:linear-gradient(0deg,rgba(0,0,0,.32) 0,rgba(0,0,0,.32) 100%)}.promo__video{top:0;width:100%;height:100%;max-height:90vh;-o-object-fit:cover;object-fit:cover}.promo__inner{position:absolute;left:0;top:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.promo__title{margin-bottom:24px;max-width:512px;position:relative;z-index:2}.promo__desc{max-width:512px;margin-bottom:32px;position:relative;z-index:2}.promo__list{margin-top:auto;margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px;position:relative;z-index:2;width:calc(25% - 12px);min-width:360px}.promo-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.promo-item__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}@media screen and (max-width:1200px){.promo__list{min-width:1px;width:100%;margin-left:0}.promo__inner{position:static}.promo__desc{margin-bottom:128px}.promo__video{position:absolute;left:0;top:0}}@media screen and (max-width:767px){.promo{padding:32px 16px;border-radius:24px}.promo-section{padding:16px}.promo__title{margin-bottom:16px}.promo__desc{margin-bottom:96px}.promo__list{gap:12px}}.use{display:-webkit-box;display:-ms-flexbox;display:flex;gap:64px}.use__left,.use__right{width:calc(50% - 32px)}.use__title{max-width:512px;margin-bottom:24px}.use__desc{max-width:512px}.use__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:64px}.use-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;width:calc(50% - 32px)}@media screen and (max-width:1200px){.use{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.use__left,.use__right{width:100%}}@media screen and (max-width:767px){.use{gap:32px}.use__list{gap:16px}.use-item{width:100%;gap:8px}}.work{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}.work__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.work__title{width:calc(50% - 8px)}.work__desc{width:calc(50% - 8px)}.work__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.work-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(25% - 12px)}.work-item__img{height:360px;margin-bottom:16px;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:16px;background:var(--light-tertiary-bg,#f6f6f6)}.work-item__title{margin-bottom:8px}@media screen and (max-width:1200px){.work__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.work__desc,.work__title{width:100%}.work-item{width:calc(50% - 8px)}}@media screen and (max-width:991px){.work__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.work-item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;gap:16px}.work-item__img{width:calc(50% - 16px);height:272px;margin-bottom:0}.work-item__inner{width:calc(50% - 16px)}}@media screen and (max-width:767px){.work{gap:32px}.work-item{gap:16px}.work-item__img{height:173px;width:calc(50% - 8px)}.work-item__img img{width:64px;height:64px}.work-item__inner{width:calc(50% - 8px)}}.areas{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px}.areas__left,.areas__right{width:calc(50% - 16px)}.areas__title{max-width:512px}.areas__desc{max-width:512px}.areas__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:64px}.areas-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;width:calc(50% - 32px)}.areas-item__icon{margin-bottom:16px}.areas-item__title{margin-bottom:8px}@media screen and (max-width:1200px){.areas{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}.areas__left,.areas__right{width:100%}}@media screen and (max-width:767px){.areas{gap:32px}.areas__list{gap:32px 16px}.areas-item{width:calc(50% - 8px)}.areas-item img{width:32px;height:32px}}.function{border-radius:32px;background:var(--dark-bg,#0f1014);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:64px;color:var(--white-text);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.function__nav,.function__title{max-width:308px;width:100%}.function__img{position:relative}.function__video{max-width:1000px;width:100%}.function__numbers-item{position:absolute;width:48px;height: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;border-radius:50%;background:var(--gray-text,#b3b4af);color:var(--white-text,#fff);-webkit-transition:all .3s ease;transition:all .3s ease}.function__numbers-item.active{background:var(--brand,#eeca02);color:var(--text,#0f1014)}.function__numbers-item:nth-child(1){bottom:38%;left:15%}.function__numbers-item:nth-child(2){left:37%;top:41%}.function__numbers-item:nth-child(3){right:18%;top:35%}.function__numbers-item:nth-child(4){top:45%;left:25%}.function__numbers-item:nth-child(5){right:33%;top:42%}.function__numbers-item:nth-child(6){left:43%;top:14%}.function__nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.function__nav-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding:16px;border-radius:16px;color:var(--hint-text,#656669);-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.function__nav-item span{width:32px;height:32px;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:var(--gray-text,#b3b4af);color:var(--white-text,#fff);-webkit-transition:all .3s ease;transition:all .3s ease}.function__nav-item.active,.function__nav-item:hover{color:var(--white-text,#fff);background:var(--dark-secondary-bg,#1c1e23)}.function__nav-item.active span,.function__nav-item:hover span{background:var(--brand,#eeca02);color:var(--text,#0f1014)}@media screen and (max-width:1400px){.function{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.function__nav,.function__title{max-width:100%}.function__img{width:100%}.function__img img{width:100%}.function__video{max-width:100%}}@media screen and (max-width:767px){.function{gap:32px}.function__numbers-item{width:24px;height:24px}.function__numbers-item:nth-child(1){bottom:37%;left:14%}.function__numbers-item:nth-child(2){left:36%;top:39%}.function__numbers-item:nth-child(3){top:33%}.function__numbers-item:nth-child(4){top:43%;left:24%}.function__numbers-item:nth-child(5){right:32%;top:41%}.function__numbers-item:nth-child(6){left:42%;top:10%}.function__nav-item{padding:8px;gap:8px;border-radius:12px}}.interface{border-radius:32px;background:var(--dark-bg,#0f1014);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--white-text);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.interface__nav,.interface__title{max-width:308px;width:100%}.interface__left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px;width:calc(50% - 8px)}.interface__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.interface-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding-top:16px;border-top:1px solid var(--dark-separator,#23252f);color:var(--gray-text,#b3b4af)}.interface__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}.interface__btns .btn__in,.interface__btns .btn__out{gap:4px}.interface__info{color:var(--gray-text,#b3b4af)}.interface__right{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(50% - 8px)}.interface__right img{width:100%;border-radius:32px}@media screen and (max-width:1200px){.interface{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.interface__left,.interface__right{width:100%}}@media screen and (max-width:767px){.interface{padding-top:16px}.interface__left{padding:32px 16px 0;gap:32px}.interface__btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.interface__btns .btn{width:100%}}.perfomens{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}.perfomens-section{padding-bottom:80px}.perfomens__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:64px}.perfomens__left,.perfomens__right{width:calc(50% - 32px)}.perfomens__left{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;padding:64px;border-radius:32px;background:var(--light-tertiary-bg,#f6f6f6)}.perfomens__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px 0}.perfomens-item{padding:16px;min-height:112px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;border-top:1px solid var(--separator,#e2e2e3);width:50%}@media screen and (max-width:1200px){.perfomens__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.perfomens__left{height:576px}.perfomens__left,.perfomens__right{width:100%}}@media screen and (max-width:767px){.perfomens{gap:32px}.perfomens-section{padding-bottom:64px}.perfomens__wrap{gap:32px}.perfomens__left{height:240px;padding:32px;border-radius:24px}.perfomens__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.perfomens-item{width:100%;min-height:1px}}.service{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}.service-section .section-border{padding-top:0}.service__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}.service-item{padding:32px 32px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:64px;border-top:1px solid var(--separator,#e2e2e3)}.service-item__desc,.service-item__title{width:calc(50% - 32px)}@media screen and (max-width:1200px){.service-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.service-item__desc,.service-item__title{width:100%}}@media screen and (max-width:767px){.service{gap:32px}.service__list{gap:32px}.service-item{padding:16px 16px 0;gap:24px}}.main-post{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;height:100%}.main-post-section{height:100vh}.main-post__left{width:calc(50% - 8px);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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;gap:24px}.main-post__right{width:calc(50% - 8px);display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px}.main-post__right img{-o-object-fit:cover;object-fit:cover;border-radius:32px}@media screen and (max-width:1400px){.main-post{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.main-post-section{min-height:1px}.main-post__left{width:100%;padding-top:128px;padding-bottom:64px}.main-post__right{width:100%}}@media screen and (max-width:767px){.main-post__left{padding-top:96px;padding-bottom:16px;gap:16px}.main-post__left .breadcrumbs{overflow:auto;width:100vw;padding-left:16px;padding-right:16px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.main-post__left .breadcrumbs>*{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.main-post__right img{border-radius:24px;min-height:360px}}@media screen and (max-width:500px){.main-post__left .breadcrumbs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.default-post{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;gap:48px;padding-top:68px;padding-bottom:80px;border-radius:32px 32px 0 0;border:1px solid var(--separator,#e2e2e3);border-bottom:none}.default-post a{position:relative}.default-post a::after{content:"";background-color:var(--text,#0f1014);width:100%;height:1px;-webkit-transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);position:absolute;bottom:0;left:0;-webkit-transform-origin:0;transform-origin:0;-webkit-transform:scaleX(1);transform:scaleX(1)}.default-post a:hover::after{-webkit-transform-origin:100%;transform-origin:100%;-webkit-transform:scaleX(0);transform:scaleX(0)}.default-post>*{width:100%;padding:0 16px;max-width:840px}.default-post figure{padding:0;max-width:100%}.default-post img{border-radius:32px}.default-post .wp-block-columns{padding:0;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.default-post .wp-block-column{width:calc(50% - 8px);display:-webkit-box;display:-ms-flexbox;display:flex}.default-post .wp-block-column>*{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.default-post .wp-block-column img{-o-object-fit:cover;object-fit:cover;width:100%}.default-post ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.default-post ul li{position:relative;padding-left:28px}.default-post ul li::before{content:"";width:5px;height:5px;border-radius:50%;background-color:var(--text,#0f1014);position:absolute;left:10px;top:9px}.default-post ol{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;counter-reset:item}.default-post ol li{position:relative;padding-left:28px}.default-post ol li::before{content:counter(item) ". ";counter-increment:item;position:absolute;left:7px;top:0;font-weight:600}.default-post strong{font-weight:600}.default-post figure{display:-webkit-box;display:-ms-flexbox;display:flex;padding:48px 0}.default-post .quote{padding:32px;border-radius:16px;background:var(--brand-pale,#f7f5e8);display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;position:relative;padding-left:66px;font-weight:500}.default-post .quote::before{position:absolute;content:"";display:-webkit-box;display:-ms-flexbox;display:flex;height:calc(100% - 64px);width:2px;left:32px;top:32px;background:var(--brand,#eeca02)}@media screen and (max-width:1400px){.default-post>*{padding:0}}@media screen and (max-width:767px){.default-post{gap:24px;padding:32px 16px}.default-post img{border-radius:24px}.default-post figure{padding:24px 0}.default-post .wp-block-columns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:24px 0}.default-post .wp-block-columns figure{padding:0}.default-post .wp-block-columns img{aspect-ratio:4/3}.default-post .wp-block-column{width:100%}.default-post .quote{padding:16px;padding-left:32px}.default-post .quote::before{left:16px;top:16px;height:calc(100% - 32px)}}.next-post{margin:48px 16px 0;padding:16px;border-radius:12px;background:var(--light-tertiary-bg,#f6f6f6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.next-post::after{display:none}.next-post__img{width:85px;height:64px;border-radius:10px!important}.next-post__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.next-post__name{color:var(--gray-text,#b3b4af)}.next-post__icon{margin:11px;-webkit-transition:all .3s ease;transition:all .3s ease}.next-post:hover{background:var(--light-secondary-bg)}.next-post:hover .next-post__icon{-webkit-transform:translateX(5px);transform:translateX(5px)}@media screen and (max-width:767px){.next-post{margin:16px 0 0}}.map{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.map-section .h2{margin-bottom:64px}.map__wrap{height:680px;width:100%;border-radius:16px;overflow:hidden}.map__inner{width:100%;max-width:432px;height:calc(100% - 32px);position:absolute;left:16px;top:16px;background:var(--light-bg,#fff);-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.1607843137);box-shadow:0 2px 2px 0 rgba(0,0,0,.1607843137);padding:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:3;border-radius:16px}.map__list{width:100%;max-width:432px;height:calc(100% - 32px);position:absolute;left:16px;top:16px;background:var(--light-bg,#fff);-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.1607843137);box-shadow:0 2px 2px 0 rgba(0,0,0,.1607843137);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:3;border-radius:16px;overflow:auto}.map__list::-webkit-scrollbar{width:4px;background:0 0;border-radius:888px}.map__list::-webkit-scrollbar-track{background:0 0;border-radius:888px}.map__list::-webkit-scrollbar-thumb{background:var(--separator,#e2e2e3);opacity:.88;border-radius:888px}.map-item{padding:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.map-item:not(:last-child){border-bottom:1px solid var(--light-secondary-bg,#eaeaea)}.map-item__title{margin-bottom:4px}.map-item__desc{margin-bottom:8px}.map-item__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.map__title{margin-bottom:32px}.map__phone{margin-top:auto;margin-bottom:24px}@media screen and (max-width:1200px){.map{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.map__wrap{height:576px}.map__inner{max-width:100%;position:static}.map__phone{margin-top:48px}.map__list{max-width:100%;position:static}}@media screen and (max-width:767px){.map__wrap{height:361px}.map__inner{padding:16px}.map__title{margin-bottom:16px}.map__phone{margin-top:32px;margin-bottom:16px}}.gallery_rounded{border-bottom-left-radius:32px;border-bottom-right-radius:32px;background:var(--light-bg)}.gallery__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px}.gallery-item{width:calc((100% - 32px)/ 3);-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.gallery-item::before{content:"";width:100%;height:100%;background:rgba(0,0,0,.3215686275);position:absolute;left:0;top:0;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.gallery-item::after{content:"";width:64px;height:64px;border-radius:50%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#000;background:var(--brand,#eeca02) url(../img/plus.svg) no-repeat center;opacity:0;z-index:2;-webkit-transition:all .3s ease;transition:all .3s ease}.gallery-item img{width:100%;height:auto}.gallery-item:hover::after,.gallery-item:hover::before{opacity:1}.gallery-album{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;width:calc(25% - 12px)}.gallery-album__img{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:16px;overflow:hidden;position:relative}.gallery-album__img img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.gallery-album__img::before{content:"";width:100%;height:100%;background:rgba(0,0,0,.1607843137);position:absolute;left:0;top:0;opacity:1;-webkit-transition:all .3s ease;transition:all .3s ease}.gallery-album__img::after{content:"";width:64px;height:64px;border-radius:50%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#000;background:var(--brand,#eeca02) url(../img/plus.svg) no-repeat center;opacity:0;z-index:2;-webkit-transition:all .3s ease;transition:all .3s ease}.gallery-album__title{position:relative}.gallery-album__title::after{content:"";background-color:var(--text,#0f1014);-webkit-transform-origin:100%;transform-origin:100%;width:100%;height:1.6px;-webkit-transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:-webkit-transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1);transition:transform .6s cubic-bezier(.77,0,.175,1),-webkit-transform .6s cubic-bezier(.77,0,.175,1);position:absolute;bottom:0;left:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.gallery-album:hover .gallery-album__img::after{opacity:1}.gallery-album:hover .gallery-album__title::after{-webkit-transform-origin:0;transform-origin:0;-webkit-transform:scaleX(1);transform:scaleX(1)}.gallery__title{text-align:center;margin-bottom:64px}.gallery__videos{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px}.gallery-video{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc((100% - 64px)/ 3);border-radius:32px;overflow:hidden;position:relative}.gallery-video__img{aspect-ratio:16/9;width:100%;-o-object-fit:cover;object-fit:cover;-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transition:all .3s ease;transition:all .3s ease}.gallery-video::before{content:"";width:100%;height:100%;background:rgba(0,0,0,.1607843137);-webkit-transition:all .3s ease;transition:all .3s ease;position:absolute;left:0;top:0;z-index:1}.gallery-video::after{content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:64px;height:64px;background-color:var(--brand);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:2;background-image:url(../img/play.svg);background-repeat:no-repeat;background-position:center}.gallery-video.big{width:calc(50% - 16px)}.gallery-video:hover .gallery-video__img{-webkit-transform:scale(1);transform:scale(1)}.gallery-video:hover::before{opacity:0}@media screen and (max-width:1000px){.gallery__videos{gap:16px}.gallery-video{width:calc(50% - 8px)}.gallery-video.big{width:100%}.gallery-album{width:calc(50% - 4px)}}@media screen and (max-width:767px){.gallery{padding-top:0}.gallery-video{width:100%;border-radius:16px}.gallery-video::after{width:48px;height:48px}.gallery-video::before{display:none}.gallery__title{margin-bottom:32px}.gallery__list{gap:8px}.gallery-item{width:100%}.gallery-album{width:100%}}