@charset "UTF-8";*{-webkit-box-sizing:border-box;box-sizing:border-box}.marquee{max-width:100%;width:100vw;overflow:hidden;position:relative;height:40px}.track{display:-webkit-box;display:-ms-flexbox;display:flex;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-animation:30s linear infinite scroll;animation:30s linear infinite scroll}.track .icon{width:301px;-ms-flex-negative:0;flex-shrink:0;height:40px}@-webkit-keyframes scroll{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes scroll{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}html{scroll-behavior:smooth;text-rendering:optimizeSpeed}body{position:relative;background:#fbfbfb;scroll-behavior:smooth;text-rendering:optimizeSpeed}.container{max-width:1300px;margin:0 auto}h1{font-family:"Golos Text",sans-serif;font-weight:500;font-size:64px;line-height:68px;letter-spacing:-1px;color:#2d2c2c!important}h2{font-family:"Golos Text",sans-serif;font-weight:500;font-size:54px;letter-spacing:-1px;line-height:100%;color:#343434}h3{font-family:"Golos Text",sans-serif;font-weight:600;font-size:41px;line-height:44px}h4{font-family:"Golos Text",sans-serif;font-weight:500;font-size:54px;letter-spacing:-.8px;line-height:56px;color:#343434}h5{font-family:"Golos Text",sans-serif;font-weight:500;font-size:32px;line-height:36px;color:#343434}h6{font-family:"Golos Text",sans-serif;font-weight:500;font-size:31px;line-height:33px;color:#343434}a,li,p{font-family:"Wix Madefor Display",sans-serif;font-weight:400;font-size:20px;line-height:28px;color:#343434;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.header{position:fixed;top:0;width:100%;background:rgba(250,248,248,.6);left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:300;backdrop-filter:blur(15px)}body.admin-bar .header{top:32px}.header-nav{padding:0 20px}.header-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 20px}.header-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:60px;margin-bottom:0;padding-left:0}.header-menu li{list-style:none;line-height:22px;margin-bottom:3px}.header-menu li a{text-decoration:none;text-transform:uppercase;font-family:IBM Plex Mono;font-style:SemiBold;font-weight:600;font-size:15px;line-height:100%;color:#151515;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.header-phone-btn{display:block;position:relative;width:45px;height:45px;background:#cbea68;border-radius:50%;cursor:pointer;border:0;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.header-phone-btn:hover{background:#c8ff46;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.header-phone-btn::after{content:"";position:absolute;width:20px;height:21px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:url(../img/phone-icon.svg) no-repeat;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.header-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:20px}.header-menu-toggle,.header-mobile-nav{display:none}.header-logo{line-height:0;margin-bottom:-3px}.menu-item-12{position:relative;padding:23px 10px 23px 0}.menu-item-12::after{content:"";position:absolute;right:-10px;top:29px;width:7px;height:14px;background:url(../img/arr-menu.svg) no-repeat;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.menu-item-12:hover:after{background:url(../img/arr-menu-2.svg) no-repeat}.menu-item-1105{position:relative;padding:23px 10px 23px 0}.menu-item-1105::after{content:"";position:absolute;right:-10px;top:29px;width:7px;height:14px;background:url(../img/arr-menu.svg) no-repeat;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.menu-item-1105:hover:after{background:url(../img/arr-menu-2.svg) no-repeat}.sub-menu{position:absolute;height:0;width:300px;overflow:hidden;top:65px;left:-30px;background:rgba(243,243,243,.9);border:1px solid #fff;border-radius:16px;backdrop-filter:blur(10px);margin-left:0;padding:0 40px 0 30px;opacity:0;z-index:10}.sub-menu li{margin-top:8px;margin-bottom:16px}.sub-menu li a{font-family:IBM Plex Mono;font-weight:500;font-size:15px;line-height:24px;text-transform:uppercase}.arrows{white-space:nowrap}.arrows-icon{width:10px;height:20px;color:#151515;margin-top:7px;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.header-button a{font-family:IBM Plex Mono;font-weight:600;font-size:20px;line-height:100%;letter-spacing:.8px;color:#151515;text-transform:uppercase;text-decoration:none;padding-right:10px;-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.header-button:hover .arrows-icon,.main-btn:hover .arrows-icon{color:#358f1e!important;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.header-button:hover a{color:#358f1e;-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.sub-menu li a:hover{color:#358f1e;cursor:pointer;-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.header-menu li a:hover{color:#358f1e;-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.menu-item-12:hover .sub-menu{height:auto;-webkit-transition:.3s;transition:.3s;opacity:1}.menu-item-12:hover::after{-webkit-transition:.3s;transition:.3s;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.menu-item-1105:hover .sub-menu{height:auto;-webkit-transition:.3s;transition:.3s;opacity:1}.menu-item-1105:hover::after{-webkit-transition:.3s;transition:.3s;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.header-button:hover .arrows-icon,.header-popup-button:hover .arrows-icon{-webkit-animation:1s infinite slideLeft;animation:1s infinite slideLeft}.header-button:hover .icon2,.header-popup-button:hover .icon2{-webkit-animation-delay:.12s;animation-delay:.12s}.header-button:hover .icon3,.header-popup-button:hover .icon3{-webkit-animation-delay:.24s;animation-delay:.24s}@-webkit-keyframes slideLeft{0%{opacity:1}40%{opacity:.65}100%{opacity:0}}.header-popup{display:none;position:fixed;top:100px;left:50%;-webkit-transform:translate(-50%);-ms-transform:translate(-50%);transform:translate(-50%);width:460px;background:rgba(243,243,243,.6);backdrop-filter:blur(15px);border-radius:19px;padding:30px 30px 40px;z-index:15}.header-popup p{font-weight:500;font-size:24px;line-height:28px;text-align:center;margin-top:0}.header-popup input{height:65px;width:100%;font-size:20px;background:0 0;border:1px solid #343434;border-radius:10px;padding:0 10px}.header-popup input::-moz-placeholder{text-align:center;font-size:20px}.header-popup input:-ms-input-placeholder{text-align:center;font-size:20px}.header-popup input::-webkit-input-placeholder{text-align:center;font-size:20px}.header-popup input::-ms-input-placeholder{text-align:center;font-size:20px}.header-popup input::placeholder{text-align:center;font-size:20px}.header-popup .close{position:absolute;top:13px;right:19px;cursor:pointer}.header-popup-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:25px;border-radius:10px;background:#cbea68}.header-popup-btn{display:block;font-family:IBM Plex Mono;font-weight:600;font-size:22px;line-height:100%;color:#151515;text-transform:uppercase;text-decoration:none;padding-right:20px;padding-top:26px;padding-bottom:24px;padding-left:0;outline:0;border:none;background:0 0;margin-top:-2px;cursor:pointer}@media (max-width:482px){.header-popup-btn{font-size:22px}}@media (max-width:440px){.header-popup-btn{font-size:18px;margin-top:0}}.popup-bg{display:none;position:fixed;background:rgba(0,0,0,.5);left:0;top:0;width:100%;height:100%;z-index:10}.no-scroll{overflow:hidden}.paragraph{position:relative;font-family:IBM Plex Mono;font-size:18px;font-weight:600;text-transform:uppercase;color:#343434;margin-top:0;padding-left:15px;opacity:.8}.paragraph::after{content:"";position:absolute;width:15px;height:25px;left:0;top:1px;background:url(../img/a-bottom.svg) no-repeat;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.button{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}.button-link{font-family:IBM Plex Mono;font-weight:600;font-size:22px;letter-spacing:.8px;line-height:100%;text-transform:uppercase;text-decoration:none;text-align:center;color:#151515;margin-right:15px;-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.anim-arrows.active .arrows-icon,.anim-arrows:hover .arrows-icon{-webkit-animation:1s infinite slideLeft;animation:1s infinite slideLeft}.anim-arrows.active .icon2,.anim-arrows:hover .icon2{-webkit-animation-delay:.12s;animation-delay:.12s}.anim-arrows.active .icon3,.anim-arrows:hover .icon3{-webkit-animation-delay:.24s;animation-delay:.24s}@keyframes slideLeft{0%{opacity:1}40%{opacity:.65}100%{opacity:0}}.main{padding-top:92px}.main-wrap{position:relative;border-radius:20px;overflow:hidden}.main-body{position:relative;z-index:2;padding:65px 15px 355px;width:100%;max-width:335px;margin:0 auto}.main-bg{position:absolute;top:0;left:0;width:100%;overflow:hidden}.main-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.img-desktop{display:none}.main-title{font-family:"Golos Text",sans-serif;font-weight:500;font-size:40px;line-height:100%;letter-spacing:-.05em;margin:0!important;color:#2d2c2c!important}.main-btn{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.main-btn a{white-space:wrap}.button:hover .button-link{color:#358f1e;-webkit-transition:color .25s ease-in-out;transition:color .25s ease-in-out}.button:hover .arrows-icon{-webkit-animation:1s infinite slideLeft;animation:1s infinite slideLeft}.button:hover .icon2{-webkit-animation-delay:.12s;animation-delay:.12s}.button:hover .icon3{-webkit-animation-delay:.24s;animation-delay:.24s}.logo-str{padding-top:72px;padding-bottom:72px}.services-submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#cbea68;border-radius:16px;padding:18px 0;margin:54px auto 0;-webkit-transition:.4s;transition:.4s;cursor:pointer}.services-submit:hover{background:#c8ff46;-webkit-transition:.4s;transition:.4s}.contacts-wrap{margin:0 20px}.seo-button-close,.seo-button-open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:.6;-webkit-transition:.4s;transition:.4s}.seo-btn-close,.seo-btn-open,.seo-button-open a{font-family:IBM Plex Mono;font-weight:600;font-size:15px;line-height:100%;color:#343434;text-transform:uppercase;text-decoration:none;margin-right:14px}.drafts-btn-cart a{font-family:IBM Plex Mono;font-weight:600;font-size:15px;line-height:100%;color:#343434;text-transform:uppercase;text-decoration:none;margin-right:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:.3;-webkit-transition:.4s;transition:.4s}.drafts-content a{font-family:IBM Plex Mono;font-weight:600;font-size:15px;line-height:100%;color:#343434;text-transform:uppercase;text-decoration:none;margin-right:14px}p a{text-decoration:none!important}.drafts-btn-cart:hover,.seo-button-open:hover{opacity:.7;-webkit-transition:.4s;transition:.4s}.seo-arrows{width:8px;height:14px;margin-top:0;opacity:.3;fill:#343434}.seo-button-open{margin-top:20px}.recommended-item .seo-button-open{margin:10px 0;line-height:105%}.contacts{position:relative;padding-top:137px;padding-bottom:140px;background:#232323}.contacts::before{content:"";position:absolute;top:0;left:50%;width:1920px;height:137px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-image:url(../img/bg-form.svg);background-repeat:no-repeat;background-position:top center;background-size:contain;pointer-events:none;z-index:2}.contacts>*{position:relative;z-index:3}.contacts-title{text-align:center;color:#fff;margin-top:0;margin-bottom:25px}.contacts-subtitle{max-width:850px;text-align:center;color:#c6c6c6;margin:0 auto 70px}.form{max-width:866px;margin:0 auto;background:#fbfbfb;border-radius:16px;padding:42px}.form-title{max-width:516px;color:#151515;text-align:center;margin:0 auto}.form-subtitle{color:#151515;text-align:center;font-size:18px;line-height:28px;margin-top:24px}.form-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;margin-top:55px}.form-group label{display:block;margin-bottom:12px}.form-group input{display:block;width:247px;height:48px;padding-left:12px;border-radius:6px;border:.75px solid #d9d2d2}.form-text{margin-top:55px;margin-bottom:18px;font-size:16px}.form-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.form-mess{width:40%;padding:9px 0;background:#eceaea;border-radius:50px;text-align:center;cursor:pointer;-webkit-transition:.4s;transition:.4s}.form-mess:hover{background:#cbea68;-webkit-transition:.4s;transition:.4s}.form-btn{text-decoration:none;color:#151515;padding-left:30px;font-size:16px}.form-submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#cbea68;border-radius:16px;padding:18px 0;margin:54px auto 0;-webkit-transition:.4s;transition:.4s;cursor:pointer}.form-submit:hover{background:#c8ff46;-webkit-transition:.4s;transition:.4s}.wpcf7-response-output{border:0!important;padding:0!important;color:#dc3232!important}.form-submit button{background:0 0;border:none;font-family:IBM Plex Mono;font-weight:600;font-size:22px;line-height:100%;text-transform:uppercase;color:#343434;margin-right:20px;padding:0;cursor:pointer;outline:0}.form-arrows{width:10px;height:18px;margin-top:5px}.telega{position:relative}.telega::before{content:"";position:absolute;width:16px;height:16px;top:2px;left:0;background:url(../img/telega.svg) no-repeat}.viber{position:relative}.viber::before{content:"";position:absolute;width:23px;height:23px;top:0;left:0;background:url(../img/viber.svg) no-repeat}.whatsapp{position:relative}.whatsapp::before{content:"";position:absolute;width:23px;height:23px;top:0;left:0;background:url(../img/whatsapp.svg) no-repeat}.email{position:relative}.email::before{content:"";position:absolute;width:23px;height:23px;top:0;left:0;background:url(../img/email.svg) no-repeat}.form-mess.is-active{background:#cbea68}.a-hero{position:relative;background:url(../img/back.webp) top/100% 100% no-repeat;overflow:hidden;padding-top:88px}.a-hero_author-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:60px;padding-top:0;padding-bottom:140px;margin:0 120px}.a-hero-author{padding-top:50px;position:relative;width:25%;top:20px}.a-hero-author img{position:relative;z-index:1}.a-hero_author-text::after{content:"";position:absolute;width:758px;height:758px;-webkit-transform:rotate(98deg);-ms-transform:rotate(98deg);transform:rotate(98deg);left:-610px;top:-380px;background:url(../img/about-star.webp) 0 0/cover no-repeat;z-index:-1;opacity:.7}.a-hero_author-text{position:relative;width:60%;margin-top:50px;z-index:1}.a-hero_name{font-family:IBM Plex Mono;font-weight:500;font-size:42px;line-height:100%;letter-spacing:-2%;margin:0}.a-hero_text2{font-weight:400;font-size:36px;line-height:38px;letter-spacing:-1.5px;margin:0 0 35px;color:#151515}.a-hero_text3{font-weight:500;font-size:22px;line-height:30px;letter-spacing:0;margin:0}.news-blog-content a{color:#358f1e}.about-str{padding-top:50px;padding-bottom:50px}.author-pic{width:100%;height:100%}.author-pic img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-mask-image:url(../img/author-img.svg);mask-image:url(../img/author-img.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.socials{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;height:38px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:14px;margin-top:-46px;margin-bottom:26px}.socials a{display:-webkit-box;display:-ms-flexbox;display:flex;width:38px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-negative:0;flex-shrink:0;padding:6px;border-radius:4px;background:#232323}.team{position:relative;background:#f3f3f1;padding-top:100px;padding-bottom:50px;overflow:hidden;z-index:0}.squad{position:relative;padding-top:50px;padding-bottom:100px;overflow:hidden;z-index:0}.team::after,.team::before{content:"";position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-repeat:no-repeat;background-size:contain;width:100%;z-index:-1;background-position:center}.team::before{top:0;background-image:url(../img/arrow-2.webp);height:312px;left:calc(30% - 60px)}.team::after{top:250px;background-image:url(../img/arrow-blur.webp);height:542px;left:calc(70% + 60px)}.team-content{margin:0 20px}.team-slider{position:relative;max-width:1400px;margin:100px auto 0}.swiper-slide-wrap{position:relative;width:416px;height:653px;background:linear-gradient(309.46deg,#d4f1b4 34.99%,#c8ff46 58.42%,#cbea68 81.09%);-webkit-mask-image:url(../img/team-bg.svg);mask-image:url(../img/team-bg.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:auto 100%;mask-size:auto 100%;-webkit-mask-position:center;mask-position:center}.swiper-slide-image img{display:block}.swiper-slide-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;left:-1px;bottom:-1px;padding:40px 30px;width:417px;height:320px;background:url(../img/cart-team-bg.png) 0 0/cover no-repeat}.swiper-slide-name{font-family:Golos Text;font-weight:500;font-size:41px;line-height:45px;margin-top:45px;margin-bottom:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.swiper-slide-job{font-weight:400;font-size:30px;line-height:36px;text-transform:capitalize;margin-top:0;margin-bottom:0}.swiper-slide-desc{margin-top:0;margin-bottom:0}.team-swiper{width:95%;height:730px}.team-swiper-slide{width:410px}.team-swiper-pagination{position:absolute;bottom:0}.swiper-button-prev{top:722px!important;left:55px!important}.swiper-button-prev svg{display:none}.swiper-button-prev::before{content:"";position:absolute;top:-3px;left:0;width:18px;height:25px;color:#343434;background:url(../img/a-left.svg) no-repeat;-webkit-transform:scale(65%);-ms-transform:scale(65%);transform:scale(65%);-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);opacity:.4;-webkit-transition:.3s;transition:.3s}.swiper-button-prev:hover::before{opacity:1;-webkit-transition:.3s;transition:.3s}.swiper-button-next{top:722px!important;right:55px!important}.swiper-button-next svg{display:none}.swiper-button-next::before{content:"";position:absolute;top:-3px;right:0;width:18px;height:25px;color:#343434;background:url(../img/a-left.svg) no-repeat;-webkit-transform:scale(65%);-ms-transform:scale(65%);transform:scale(65%);-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:.4;-webkit-transition:.3s;transition:.3s}.swiper-button-next:hover::before{opacity:1;-webkit-transition:.3s;transition:.3s}.team-title{font-size:32px;line-height:30px;max-width:612px;text-align:left}.swiper-pagination-bullet-active{background:#343434;width:10px;height:10px}.swiper-pagination-bullet{border-color:#343434;width:10px;height:10px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,10px)}.list{padding-top:150px;padding-bottom:150px;margin:0 20px}.list-par{position:relative;font-family:IBM Plex Mono;font-weight:600;font-size:18px;line-height:100%;letter-spacing:0;text-transform:uppercase;padding-left:30px;color:#343434;opacity:.3}.list-par::before{content:"";position:absolute;top:-3px;left:0;width:18px;height:25px;color:#343434;background:url(../img/a-left.svg) no-repeat;-webkit-transform:scale(65%);-ms-transform:scale(65%);transform:scale(65%)}.drafts{padding-top:90px;margin:0 20px}.drafts-wrap{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-ms-grid-rows:auto;grid-template-rows:auto;gap:140px 10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.drafts-item-link{position:relative;display:block;text-decoration:none;z-index:1;margin:0}.drafts-item{position:relative;margin:0 auto}.drafts-image img{display:block;border-radius:16px 16px 0 0}.drafts-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;width:100%;height:260px;left:0;bottom:-100px;background:url(../img/project-cart.svg) bottom/100% no-repeat;padding-top:20px;padding-bottom:20px;padding-left:30px;z-index:0}.drafts-item-title{font-weight:500;font-size:28px;line-height:100%;letter-spacing:-2px;text-transform:capitalize;margin-top:0;margin-bottom:0}.drafts-category{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:480px;gap:10px 5px;margin-top:30px;opacity:.5}.drafts-category a{text-decoration:none;font-weight:500;font-size:17.05px;line-height:100%;text-transform:capitalize;border:1px solid #151515;padding:8px 13px;border-radius:16px}.drafts-btn{position:absolute;right:13px;bottom:13px;opacity:.6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.drafts-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.drafts-icon{width:16px;height:20px;margin-top:0}.blog__categories,.blog__categories-desk{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;margin-bottom:40px;-ms-flex-wrap:wrap;flex-wrap:wrap}.blog__categories-mob{display:none}.blog__category{padding:10px 15px;border:1px solid #000;border-radius:16px;background:0 0;cursor:pointer;font-size:20px;-webkit-transition:.3s;transition:.3s;font-family:"Wix Madefor Display",sans-serif;text-decoration:none}.blog__category.active,.blog__category:hover{background:#343434;color:#fff;border-color:#343434}.blog{padding:80px 20px}.blog__title{font-size:42px;margin-bottom:50px}.blog__grid{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:40px}.blog-card{position:relative;border-radius:20px;overflow:hidden;padding-bottom:20px;-webkit-transition:.3s;transition:.3s}.blog-card,.blog-card:active,.blog-card:hover,.blog-card:link,.blog-card:visited,.recommended-item,.recommended-item:active,.recommended-item:hover,.recommended-item:link,.recommended-item:visited{color:inherit;text-decoration:none}.blog-card::after{content:"";position:absolute;inset:0;background:url(../img/blog-rect.svg) center/100% 100% no-repeat;pointer-events:none;z-index:-1;top:40%}.blog-card:hover{-webkit-transform:translateY(-5px);-ms-transform:translateY(-5px);transform:translateY(-5px)}.blog-card__image img{width:100%;height:240px;-o-object-fit:cover;object-fit:cover;display:block}.blog-card__content{padding:20px 25px;position:relative;z-index:2;margin-bottom:20px}.blog-card__content .drafts-btn{bottom:10%!important;right:2%!important}.blog-card__date{font-size:14px;color:#666;display:block;margin-bottom:10px;font-family:"Wix Madefor Display",sans-serif}.blog-card__title{max-width:220px;font-size:20px;font-weight:600;line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.blog-card__content .drafts-btn-cart{visibility:inherit!important}.breadcrumbs{margin-bottom:20px}.breadcrumbs__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;list-style:none;padding:0;margin-top:6px}.breadcrumbs__link{text-decoration:none;color:#777;font-size:14px;-webkit-transition:.3s;transition:.3s}.breadcrumbs__link:hover{color:#111}.breadcrumbs__separator{color:#bbb;font-size:14px}.breadcrumbs__item--current{font-size:14px;color:#111;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumbs__item{white-space:nowrap}.recommended-posts{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}.recommended-item img{width:100%;height:auto;border-radius:6px;display:block}.recommended-item h4{font-size:20px;margin:10px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.articles-pagination{padding:75px 0 150px;text-align:center}.page-numbers{font-family:IBM Plex Mono;font-weight:500;font-size:12px;line-height:100%;text-transform:uppercase;border:1px solid #343434;padding:5px;border-radius:3px;text-decoration:none;opacity:.5}.next{position:relative;border:none}.next::after{content:"";position:absolute;top:1px;right:-20px;width:15px;height:25px;background:url(../img/a-left.svg) no-repeat}.prev{position:relative;border:none}.prev::after{content:"";position:absolute;top:-1px;left:-20px;width:15px;height:25px;background:url(../img/a-left.svg) no-repeat;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.current,.next,.prev{opacity:1}.faq-section{padding:10px 0 80px}.faq-wrapper{margin:0 auto}.faq-header{text-align:center;margin-bottom:40px}.faq-header h2{font-size:32px;text-align:left}.faq-subtitle{text-align:left}.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;gap:14px}.faq-item{background:#fff;border-radius:14px;-webkit-box-shadow:0 10px 30px rgba(0,0,0,.04);box-shadow:0 10px 30px rgba(0,0,0,.04);overflow:hidden;-webkit-transition:.25s;transition:.25s}.faq-item:hover{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.faq-question{width:100%;padding:22px 24px;font-size:24px;font-weight:500;background:0 0;border:none;text-align:left;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.icon{width:18px;height:18px;position:relative}.icon::after,.icon::before{content:"";position:absolute;background:#358f1e;-webkit-transition:.3s;transition:.3s}.icon::before{width:100%;height:2px;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.icon::after{width:2px;height:100%;left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.faq-item.active .icon::after{-webkit-transform:translateX(-50%) rotate(90deg);-ms-transform:translateX(-50%) rotate(90deg);transform:translateX(-50%) rotate(90deg);opacity:0}.faq-answer{height:0;overflow:hidden;opacity:0;-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:height .35s,opacity .25s,-webkit-transform .25s;transition:height .35s,opacity .25s,transform .25s,-webkit-transform .25s;padding:0 24px}.faq-answer-inner{padding-bottom:20px}.faq-answer p{margin:10px;line-height:1.6}.post-content{margin:100px 20px 0}.go-top{position:fixed;left:50px;bottom:50px;width:36px;height:36px;border:none;border-radius:50%;background:#358f1e;text-indent:-9999px;cursor:pointer;opacity:0;visibility:hidden;-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);-webkit-transition:opacity .3s,visibility .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s,visibility .3s,-webkit-transform .3s;z-index:1000}.go-top.is-visible{opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.go-top::after,.go-top::before{content:"";position:absolute;left:50%;background:#fff}.go-top::before{width:10px;height:10px;border-top:3px solid #fff;border-left:3px solid #fff;background:0 0;top:13px;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.go-top::after{width:2px;height:12px;top:13px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.project-post{padding-top:90px}.post-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-moz-column-gap:50px;-webkit-column-gap:50px;column-gap:50px;margin-bottom:20px}.post-block h2,.post-block h4{width:600px;margin-top:0;margin-bottom:0}.post-block h6{margin-top:0;margin-bottom:47px}.post-image{text-align:right}.post-body{width:70%;margin-top:10px}.post-body h3{font-size:28px}.post-body ul{list-style:none;padding-left:0;margin-bottom:0}.news-body{width:70%;margin-top:10px}.news-body ul{list-style:none;padding-left:0;margin-bottom:0}.categ{opacity:1;cursor:pointer;-webkit-transition:3s;transition:3s}.categ:hover{opacity:.8}.categ ul{padding-left:30px}.categ ul li{position:relative}.categ ul li::before{content:"";position:absolute;left:-30px;top:7px;width:7px;height:15px;background:url(../img/one-arrow-left.svg) no-repeat}.profile-card{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;width:100%;padding:15px 20px;border-radius:12px;margin-bottom:120px}.profile-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.profile-avatar{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.profile-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.profile-name{font-size:16px;font-weight:700;margin:0}.profile-position{font-size:14px;color:#777;margin:3px 0 0}.post-gallery ul{list-style:none;padding-left:0}.post-gallery img{-o-object-fit:cover;object-fit:cover;border-radius:16px}.block2{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:50px;border-bottom:1px solid #343434;padding-bottom:100px}.body2 ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.body2 ul li{padding:10px 15px;border:1px solid #000;border-radius:16px}.block3{padding-top:80px;padding-bottom:110px;border-bottom:1px solid #343434}.body3 ul{padding-left:30px}.body3 ul li{position:relative}.body3 ul li::before{content:"";position:absolute;left:-30px;top:7px;width:7px;height:15px;background:url(../img/one-arrow-left.svg) no-repeat}.block4{padding-top:80px;padding-bottom:110px}.body4 p{margin-top:0}.body4 ul{padding-left:30px}.body4 ul li{position:relative}.body4 ul li::before{content:"";position:absolute;left:-30px;top:7px;width:7px;height:15px;background:url(../img/one-arrow-left.svg) no-repeat}.block5{padding-top:80px;padding-bottom:110px}.body5 p{margin-top:0}.body5 ul{padding-left:30px}.body5 ul li{position:relative}.body5 ul li::before{content:"";position:absolute;left:-30px;top:7px;width:7px;height:15px;background:url(../img/one-arrow-left.svg) no-repeat}.news-blog-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px;border-bottom:1px solid #343434;padding-bottom:20px;padding-top:120px;margin:0 20px}.news-blog-hero{width:74%}.news-blog-image img{width:100%;border-radius:16px}.news-blog-title{margin-top:70px;font-size:48px!important;line-height:50px}.news-blog-wrap h2{font-size:32px}.news-blog-wrap h3{font-size:24px;line-height:105%}.news-blog-aut{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:20px;padding-bottom:20px;border-bottom:1px solid #343434}.news-blog-autor,.news-blog-time{margin-top:0;margin-bottom:0}.news-blog-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;gap:40px}.news-blog-sidebar{-webkit-box-flex:1;-ms-flex:1;flex:1}.sidebar-block{margin-bottom:40px}.sidebar-block h3{margin-bottom:15px}.thank{background:url(../img/thankyou-bg.webp) center/cover no-repeat}.thank-wrap{height:860px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.thank-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;padding:30px 40px;margin-top:50px}.thank h1{margin-top:0;margin-bottom:30px}.thank p{font-size:28px;text-align:center;margin-top:0;margin-bottom:0}.errore{background:url(../img/404-bg.webp) 0 0/cover no-repeat}.errore-wrap{width:100%;height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.errore h2,.errore p{color:#fff;text-align:center}.errore-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:16px;background:#cbea68;padding:16px 200px;cursor:pointer}.errore-btn:hover{background:#c8ff46;-webkit-transition:.4s;transition:.4s}.footer{background:#000;padding:80px 20px 60px}.footer-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer-left{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;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer-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-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:10px}.footer-social a{text-decoration:none}.footer-social a:not(:last-child){margin-right:15px}.footer-text{max-width:330px;font-size:15px;line-height:20px;color:#9d9d9d;margin-top:24px;margin-bottom:0}.footer-text-right{color:#9d9d9d;font-size:18px;margin-top:6px;margin-bottom:13px}.footer-email{text-decoration:none;display:block;font-family:Golos Text;font-weight:400;font-size:24px;line-height:35px;color:#fff}.footer-email:active,.footer-email:focus{color:#fff}.footer-phone{text-decoration:none;display:block;font-family:Golos Text;font-weight:400;font-size:24px;line-height:29px;color:#fff;margin-top:14px;margin-bottom:0}.footer-phone:active,.footer-phone:focus{color:#fff}.footer-menu-left{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:0;margin-bottom:0;margin-left:110px;-ms-flex-item-align:end;align-self:flex-end}.footer-menu-left li a:hover{opacity:1;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.footer-menu-left li{list-style:none}.footer-menu-left li a{opacity:.9;text-decoration:none;color:#9d9d9d;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.footer-terms a{opacity:.9;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out;text-decoration:none;color:#9d9d9d;font-size:15px}.footer-terms a:hover{opacity:1;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.menu-item-785 a{opacity:.9;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.menu-item-785 a:hover{opacity:1;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.menu-item-786 a{opacity:.9;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.menu-item-786 a:hover{opacity:1;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.menu-item-787 a{opacity:.9;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.menu-item-787 a:hover{opacity:1;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.footer-right a{opacity:.9;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.footer-right a:hover{opacity:1;-webkit-transition:.25s ease-in-out;transition:.25s ease-in-out}.footer-copy{opacity:.9}.footer-menu_left{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);margin-bottom:0}.footer-menu_left li a{font-size:15px;line-height:20px}.footer-menu-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:50px;padding-left:0;margin-bottom:0}.footer-menu-right li{list-style:none}.footer-menu-right li a{text-decoration:none;color:#9d9d9d;font-size:16px}.footer-menu-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px}.footer-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #9d9d9d;opacity:.9;padding-top:20px;margin-top:30px}.footer-bottom p{color:#9d9d9d;font-size:15px;margin:0}.footer-terms{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}@font-face{font-display:swap;font-family:"IBM Plex Mono";font-style:normal;font-weight:400;src:url(/wp-content/themes/iziweb/assets/fonts/ibm-plex-mono-v20-cyrillic_latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:"IBM Plex Mono";font-style:normal;font-weight:500;src:url(/wp-content/themes/iziweb/assets/fonts/ibm-plex-mono-v20-cyrillic_latin-500.woff2) format("woff2")}@font-face{font-display:swap;font-family:"IBM Plex Mono";font-style:normal;font-weight:600;src:url(/wp-content/themes/iziweb/assets/fonts/ibm-plex-mono-v20-cyrillic_latin-600.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Golos Text";font-style:normal;font-weight:400;src:url(/wp-content/themes/iziweb/assets/fonts/golos-text-v7-cyrillic_latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Golos Text";font-style:normal;font-weight:500;src:url(/wp-content/themes/iziweb/assets/fonts/golos-text-v7-cyrillic_latin-500.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Golos Text";font-style:normal;font-weight:600;src:url(/wp-content/themes/iziweb/assets/fonts/golos-text-v7-cyrillic_latin-600.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Wix Madefor Display";font-style:normal;font-weight:400;src:url(/wp-content/themes/iziweb/assets/fonts/wix-madefor-display-v12-cyrillic_latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Wix Madefor Display";font-style:normal;font-weight:500;src:url(/wp-content/themes/iziweb/assets/fonts/wix-madefor-display-v12-cyrillic_latin-500.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Wix Madefor Display";font-style:normal;font-weight:600;src:url(/wp-content/themes/iziweb/assets/fonts/wix-madefor-display-v12-cyrillic_latin-600.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Wix Madefor Display";font-style:normal;font-weight:700;src:url(/wp-content/themes/iziweb/assets/fonts/wix-madefor-display-v12-cyrillic_latin-700.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Wix Madefor Display";font-style:normal;font-weight:800;src:url(/wp-content/themes/iziweb/assets/fonts/wix-madefor-display-v12-cyrillic_latin-800.woff2) format("woff2")}#ajaxsearchlite1 .probox{padding:10px 15px;border:1px solid #000!important;border-radius:16px!important;background:0 0;cursor:pointer;font-size:20px;-webkit-transition:.3s;transition:.3s;font-family:"Wix Madefor Display",sans-serif;text-decoration:none}.wpml-ls-current-language a{font-weight:700;padding:5px}.wpml-ls-item a{font-size:18px}.wpml-ls ul{display:-webkit-box;display:-ms-flexbox;display:flex}.current-menu-item-span{text-transform:uppercase;font-family:IBM Plex Mono;color:#358f1e;font-size:15px;line-height:100%;font-weight:600}#menu-footer-menu-left span,#menu-footer-menu-right span{font-weight:700;color:#fff;text-transform:capitalize}.wpcf7-form{padding:0}.wpcf7 .form{background:0 0;padding:0}.form-mess .form-btn:focus{outline:0;-webkit-box-shadow:none;box-shadow:none}.contact-form__title.form-title{font-size:32px}@media (min-width:440px){.main-body{padding:80px 15px 455px}}@media (min-width:550px){.main-body{max-width:610px;padding:110px 15px 575px}}@media (min-width:768px){.main-title{font-size:72px}}@media (min-width:1024px){.main-body{padding:160px 40px 175px;max-width:100%;margin:0;min-height:680px}.img-desktop{display:block}.img-mobile{display:none}.main-title{max-width:590px}.main-subtitle{max-width:450px}}@media (max-width:1024px){h1{font-family:"Golos Text",sans-serif;font-size:49px;line-height:49px;color:#2d2c2c!important}a,li,p,span{font-size:20px;line-height:28px}.header-logo .custom-logo{width:260px}.header-nav{display:none}.header-mobile-nav{display:block;position:absolute;width:100%;height:100vh;height:100dvh;left:-450px;top:50px;opacity:0;background:rgba(243,243,243,.9);backdrop-filter:blur(10px);padding:40px 20px 30px;z-index:3;-webkit-transition:.3s;transition:.3s}.header-mobile-nav ul{list-style:none}.header-mobile-nav ul li{margin-bottom:20px;line-height:22px}.header-mobile-nav ul li a{text-decoration:none;text-transform:uppercase;font-family:IBM Plex Mono;font-weight:600;font-size:17px;line-height:100%}.header .menu-item-12::after{left:90px;top:5px}.header .sub-menu{background:0 0;backdrop-filter:none;top:0}.header-menu-toggle{position:relative;display:block;margin-right:10px;padding:20px 10px;-webkit-transition:.3s;transition:.3s}.header-menu-toggle span{display:block;width:26px;height:3px;background:#000}.header-menu-toggle::before{content:"";position:absolute;width:26px;height:3px;top:11px;left:10px;background:#000;-webkit-transition:.3s;transition:.3s}.header-menu-toggle::after{content:"";position:absolute;width:26px;height:3px;top:29px;left:10px;background:#000;-webkit-transition:.3s;transition:.3s}.header-mobile-menu{list-style:none;margin-bottom:0;padding-left:0}.menu-item-12{padding:0}.sub-menu{border:none;top:25px;left:100px;padding:20px}.show{left:0;opacity:1;-webkit-transition:.3s;transition:.3s}.close span{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.close::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);top:21px}.close::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);top:21px}.language_switcher_desktop{display:none}.button-link{font-size:28px}.logo-str{padding-top:60px;padding-bottom:60px}.services-submit{padding:25px 0}.contacts::before{background-size:150% auto}.form-submit button{font-size:28px}.post-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.post-block h2,.post-block h4{width:100%;margin-bottom:30px}.post-body{width:100%}.thank p{font-size:20px}}@media (max-width:425px){a,p,span{font-size:18px;line-height:24px}.header-mobile-nav{width:100%}.a-hero_text2{font-size:35px;line-height:40px}.a-hero_text3{font-size:20px;line-height:28px}.a-hero-author{width:80%}.team-title{line-height:35px}.swiper-button-next{right:13px!important}.swiper-button-prev{left:13px!important}}@media screen and (max-width:782px){body.admin-bar .header{top:46px}}@media (max-width:1180px){.header-menu{gap:30px}.menu-item-12::after{right:-7px}.services-submit{max-width:870px}.footer-menu-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer-menu-right{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-bottom:7px}.footer-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-left{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-text{max-width:520px;text-align:center}.footer-right{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-phone{margin-bottom:40px}.footer-social{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:30px}.footer-menu-left{margin-left:0;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;margin-top:30px}.footer-menu_left{padding-left:0;gap:0 20px}}@media (max-width:1100px){.header-button{display:none}.main-btn{margin-top:100px}}@media (max-width:768px){.header-logo{text-align:center;margin-right:10px}.arrows-icon{width:8px;height:20px}.blog{padding-bottom:0}.contacts{background-size:130% 100%}.form-buttons{-ms-flex-wrap:wrap;flex-wrap:wrap}.form-mess{width:48%}.drafts-wrap{gap:160px}.drafts-content{bottom:-100px}.drafts-item-title{font-size:23px}.drafts-category{margin-top:18px}.drafts-category a{font-size:12px}.post-block h2,.post-block h4{font-size:30px;line-height:34px}.post-block h6{font-size:20px;line-height:25px}.post-block li,.post-block p{font-size:16px;line-height:20px}.errore-btn{padding:16px 100px}.errore h2{font-size:42px}.footer-menu-right{gap:18px}.footer-email{font-size:5vw;margin-bottom:0}.footer-phone{font-size:28px;margin-top:10px}.footer-bottom a,.footer-bottom p,.footer-menu-box a,.footer-menu-box p{font-size:16px}.footer-text{margin-bottom:30px}.footer-terms{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.footer-menu-left{margin-top:0}}@media (max-width:440px){.header{padding-bottom:10px}.arrows-icon{width:8px;height:14px}.button-link{margin-bottom:2px}}@media (max-width:482px){.header-popup{width:95%}.header-wrapper{padding:10px 5px}}@media (max-width:375px){.header-phone a{width:40px;height:40px}.header-logo .custom-logo{width:160px}.contacts{background-size:205% 100%}.form-submit button{font-size:18px}.form-mess{width:70%}}@media (max-width:576px){.paragraph{font-size:18px}.swiper-pagination-bullet-active{background:#000}.contacts{background-size:150% 100%}.form{padding-left:20px;padding-right:20px}.form-buttons{gap:12px}.form-mess{width:47%}.form-mess a{font-size:16px}.form-submit button{font-size:20px}}@media (max-width:1220px){.main-btn{margin-top:140px}}@media (max-width:920px){.main-subtitle{max-width:340px}.main-btn{margin-top:70px}}@media (max-width:840px){.button-link{font-size:26px}.main-subtitle{max-width:280px}.main-btn{margin-top:60px}}@media (max-width:586px){.main-btn{margin-top:310px}.button-link{font-size:20px;margin-bottom:2px}}@media (max-width:820px){.active{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}@media (max-width:900px){.services-submit{max-width:423px}}@media (max-width:450px){.services-submit{padding:25px 0}h2{font-size:10vw}.seo-arrows{margin-top:1px}.contacts{background-size:160% 100%}.form-title{font-size:8vw;line-height:100%}.form-arrows{width:9px;height:15px}.form-subtitle{font-size:18px;line-height:28px}.form-text{font-size:18px}}@media (max-width:600px){.seo-button-open a{font-size:4vw!important}.blog__grid{-ms-grid-columns:1fr;grid-template-columns:1fr}.blog__title{font-size:32px}.blog-card__content{margin-bottom:20px}.blog-card__title{max-width:220px}.faq-section{padding:50px 0}.faq-header{text-align:left}.faq-header h2{font-size:24px}.faq-subtitle{font-size:18px}.faq-question{padding:18px;font-size:20px}.faq-answer{padding:0 18px}}@media (max-width:1920px){.contacts::before{left:0;width:100%;background-size:100% auto;-webkit-transform:none;-ms-transform:none;transform:none}}@media (max-width:1050px){.form-header{-ms-flex-wrap:wrap;flex-wrap:wrap}.form-group,.form-group input{width:100%}}@media (max-width:320px){.form-submit button{margin-right:10px}h1{font-size:12vw;line-height:110%;padding:0 20px}a,p,span{font-size:6vw;line-height:110%}.paragraph::after{top:-4px}}@media (max-width:1200px){.a-hero{overflow-x:hidden}.a-hero_author-text::after{display:none}.a-hero_author-wrap{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-align:left;-ms-flex-align:left;align-items:left;margin:0 20px;gap:0}.a-hero_author-text{width:100%}.a-hero-author{width:60%}.socials a{width:68px!important;padding:20px!important}.socials{margin-top:-76px!important}.blog__categories-mob{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;margin-top:40px;-ms-flex-wrap:wrap;flex-wrap:wrap}.blog__categories-desk{display:none}}@media (max-width:750px){.socials a{width:38px!important;padding:10px!important}.socials{margin-top:-46px!important}.main-bg{height:100%}}@media (max-width:330px){.socials a{width:28px!important;padding:6px!important}.socials{margin-top:-36px!important;gap:8px!important}}@media (max-width:580px){.list{padding-top:60px;padding-bottom:80px}}@media (max-width:470px){.swiper-slide-name{max-width:250px;font-size:35px;line-height:35px}.swiper-slide-job{font-size:22px}}@media (max-width:1440px){.drafts-wrap{-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:auto;grid-template-rows:auto}.drafts-content{max-width:860px}.drafts-item-title{font-size:27px}}@media (max-width:640px){.drafts-btn{bottom:3px}.drafts-btn-cart{visibility:hidden}}@media (max-width:550px){.drafts-wrap{gap:180px}.drafts-category{max-width:320px}}@media (max-width:992px){.blog__grid{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}.blog-card__content .drafts-btn{bottom:20%!important}}@media (max-width:650px){.blog-card__content{margin-bottom:50px}.blog-card__title{max-width:120px}}@media (max-width:510px){.button-link{font-size:16px}}@media (max-width:1280px){.post-block h2,.post-block h4{font-size:45px;line-height:50px}.post-block h6{font-size:35px;line-height:40px}.footer-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:940px){.news-blog-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.news-blog-hero{width:100%!important}.profile-card{gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:480px){.errore-btn{padding:16px 60px}.errore h2{font-size:38px}}@media (max-width:376px){.errore-btn{padding:16px 40px}.errore h2{font-size:32px}}@media (max-width:1340px){.footer-menu-left{margin-left:20px}}@media (max-width:860px){.footer-bottom{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;margin-top:30px}}@media (max-width:360px){.footer-terms a{font-size:13px;line-height:17px}.footer-phone{font-size:8vw;margin-top:10px}.footer-bottom a,.footer-bottom p,.footer-menu-right li a{font-size:4vw}.drafts-arrow{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.drafts-btn{bottom:-10px}h1{font-size:12vw;padding:0}.post-block h4{font-size:10vw;line-height:110%}.post-block h6{font-size:8vw;line-height:110%}.button-link{font-size:4vw}.arrows-icon{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}}