:root{--main-color:#4d2d1e;--text-color:rgba(77,45,30,0.5);--gray-color:#f7f7f7;--transition:all 0.2s cubic-bezier(0.52,0.01,0.16,1);--transition-hover-slow:all 0.8s cubic-bezier(0.52,0.01,0.16,1);--transition-slow:all 0.5s cubic-bezier(0.52,0.01,0.16,1);--transition-super-slow:all 0.8s cubic-bezier(0.52,0.01,0.16,1);--transition-hover:all 0.2s ease-out}body{font-size:16px;line-height:24px;overflow-x:hidden;background:#f5f5f5;color:var(--main-color)}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-thumb{background:rgb(236,236,236);border-radius:20px}body::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-track{background:transparent}@font-face{font-family:Cera Pro;src:url(/fonts/CeraPro-Bold.woff2) format("woff2"),url(/fonts/CeraPro-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Cera Pro;src:url(/fonts/CeraPro-Regular.woff2) format("woff2"),url(/fonts/CeraPro-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;box-sizing:border-box;-webkit-tap-highlight-color:transparent;font-family:Cera Pro}button,input,select,textarea{font-family:inherit}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:400}h1{font-size:60px;letter-spacing:-3px}h1,h2{line-height:120%}h2{font-size:50px;letter-spacing:-2px}h3{font-size:35px;letter-spacing:-1px}h3,h4{line-height:120%}h4{font-size:25px;letter-spacing:-.5px}a{color:inherit;text-decoration:none}.wrapper{position:relative;width:calc(100vw - 50px);background:white;border-radius:40px;margin:25px auto}.page_content{padding:70px 0 0}button{color:black}.max-wrap{width:100%;max-width:1165px;margin:0 auto;padding:0 35px;box-sizing:border-box}.max-wrap-with-overflow{overflow:hidden;max-width:100%;padding:0 0 0 35px;margin:0 auto}.large-wrap{width:100%;max-width:1400px;margin:0 auto;padding:0 35px;box-sizing:border-box}.small-wrap{max-width:960px;margin:0 auto}.tiny-wrap{max-width:800px;margin:0 auto}.block_title_parent{display:flex;justify-content:space-between}.about_section_gray_block .embla_navigation{top:-10px!important}.block_title{display:flex;justify-content:space-between;align-items:flex-end}.block_title_left{width:60%}.block_title h3{font-weight:700;margin:0 0 15px}.block_title_right{padding:0 0 10px}.block_pdf{display:flex;justify-content:flex-end}.block_pdf a{display:inline-block;font-size:16px;position:relative;width:63%;text-align:left;height:max-content;color:var(--main-color);-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:3px;text-underline-position:from-font;transition:var(--transition)}.block_pdf a:hover{text-decoration:none}.text-content{font-weight:300}.text-content p{margin:0 0 15px;color:var(--text-color);line-height:23px;font-size:18px}.text-content h1{font-size:60px;line-height:70px;margin:0 0 15px}.text-content h2{font-size:45px;line-height:50px}.text-content h2,.text-content h3{margin:0 0 15px;color:var(--color-brown)}.text-content h3{font-size:35px;line-height:40px}.text-content h4{font-size:25px;line-height:35px;margin:0 0 15px;color:var(--color-brown)}.text-content li{padding:0 0 0 25px;position:relative;margin:0 0 10px;color:var(--text-color)}.text-content li:before{content:"";width:13px;height:1px;background:var(--main-color);position:absolute;top:50%;left:0;transform:translateY(-50%)}.page_cover .text-content p{color:rgba(255,255,255,.7)}.arrow-bttn{background:white;font-weight:700;letter-spacing:-.3px}.arrow-bttn.border{border:1px solid rgba(77,45,30,.2)}.arrow-bttn{height:60px;border-radius:40px;padding:18px 30px;display:inline-flex;white-space:nowrap;position:relative;box-shadow:0 0 0 0 rgba(0,0,0,.05);transition:var(--transition)}.arrow-bttn:hover{box-shadow:0 0 0 5px rgba(0,0,0,.05)}.arrow-bttn span{position:relative;padding:0 80px 0 0;display:block}.arrow-bttn:after{right:25px;opacity:1}.arrow-bttn:after,.arrow-bttn:before{width:20px;height:20px;position:absolute;top:50%;transform:translateY(-50%);background:url(/img/arrow.svg) no-repeat 50%;display:block;content:"";transition:var(--transition);background-size:11px}.arrow-bttn:before{right:30px;opacity:0}.arrow-bttn:hover:after{opacity:0;right:20px}.arrow-bttn:hover:before{opacity:1;right:25px}.load-more:after{transform:translateY(-50%) rotate(90deg);top:50%;right:30px}.arrow-bttn.load-more:hover:after{top:65%;opacity:0;right:30px}.load-more:before{transform:translateY(-50%) rotate(90deg);top:35%;right:30px}.arrow-bttn.load-more:hover:before{top:50%;opacity:1;right:30px}.loading-indicator{width:30px;height:30px;background:url(/img/loading.svg) no-repeat 50% white;background-size:contain;position:absolute;top:50%;right:25px;transform:translateY(-50%) rotate(0deg);animation:spin-bttn 1s linear infinite;z-index:2}@keyframes spin-bttn{to{transform:translateY(-50%) rotate(1turn)}}.page_cover{background:url(/img/cover_back.svg) no-repeat 50% #00a651;background-size:cover;padding:140px 0;border-radius:0 0 65px 65px}.web-only{display:block}.mobile-only{display:none}.page-wrapper{padding:65px 0}.page-title{position:relative;padding:0 0 70px}.page-title-middle{text-align:center}.page-title-left{position:relative;z-index:2;width:50%}.page-title h1{font-weight:700;font-size:48px;letter-spacing:-3px;line-height:65px;margin:0 0 20px}.page-description{color:var(--text-color)}.page-title-middle .page-description{max-width:600px;margin:0 auto}.page-cover-image{width:60%;position:absolute;bottom:0;right:-8%}.page-cover-image img{width:100%;height:auto;display:block}.form-self{background:var(--gray-color);padding:100px 40px;border-radius:45px}.form-title{font-size:40px;line-height:40px;margin:0 0 20px;font-weight:700}.form-description{font-size:16px;line-height:24px;color:var(--text-color)}.form-holder form{opacity:1;visibility:visible;transition:var(--transition)}.form-success{transition:var(--transition)}.form-holder.hide_form form,.form-success{visibility:hidden;opacity:0}.show_success .form-success{visibility:visible;opacity:1}.form_loader{position:absolute;width:100%;height:100%;background:rgb(247 247 247/69%);display:flex;align-items:center;justify-content:center;z-index:4;top:0;left:0;border-radius:0}.form_loader span{width:60px;height:60px;border-radius:10px;background:white;box-shadow:0 20px 20px rgba(0,0,0,.1)}.form_loader span:after{width:30px;height:30px;background:url(/img/loading.svg) no-repeat 50%;display:block;content:"";animation:spin 1s linear infinite;background-size:contain;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(0deg)}.form-foot{margin:40px 0 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.form-input{margin:0 0 25px}.fly-input{position:relative;background:white;border-radius:10px;padding:0 25px;box-shadow:0 0 0 0 rgb(255,84,84,1);transition:var(--transition)}.input-error .fly-input{box-shadow:0 0 0 2px rgba(255,84,84,1)}.fly-input input{width:100%;font-size:16px;padding:27px 0 14px}.fly-input select{width:100%;font-size:16px;padding:22.5px 0;-moz-appearance:none;appearance:none;-webkit-appearance:none}.form-select{position:relative}.form-select:after{width:70px;height:90%;background:linear-gradient(90deg,rgba(255,255,255,0),white 50%);color:"";top:0}.form-select:after,.form-select:before{position:absolute;content:"";display:block;right:0;pointer-events:none;touch-action:none}.form-select:before{width:20px;height:100%;background:url(/img/arrow_select.svg) no-repeat 100%;top:50%;transform:translateY(-50%);z-index:2}.fly-input textarea{width:100%;font-size:16px;padding:30px 0 20px;height:150px;resize:none}.fly-input label{position:absolute;top:50%;transform:translateY(-50%);left:25px;font-size:16px;color:var(--text-color);transition:var(--transition);pointer-events:none;touch-action:none}.textarea-input .fly-input label{width:100%;top:18px;transform:none}.fly-input input:focus+label,.fly-input input:not(:placeholder-shown)+label{top:18px;font-size:12px}.fly-input textarea:focus+label,.fly-input textarea:not(:placeholder-shown)+label{top:7px;font-size:12px}.checkbox-label{display:flex;align-items:center;color:var(--main-color)}.checkbox-label a{color:var(--main-color);text-decoration:underline}.checkbox-label p{box-sizing:border-box;padding:0 0 0 14px;flex:1 1}.checkbox{position:relative}.checkbox input{position:absolute;opacity:0;cursor:pointer;height:100%;width:100%;z-index:2}.checkbox span{height:30px;width:30px;background:#fff;border:1px solid #dbd5d2;border-radius:5px;display:block;transition:var(--transition-hover)}.checkbox.error span{box-shadow:0 0 0 3px rgba(255,84,84,1)}.checkbox span svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50%;pointer-events:none;touch-action:none}.checkbox span polyline{transition:var(--transition-hover);stroke:#fff}.checkbox input:hover+span{background:rgba(0,166,81,.1)}.checkbox input:checked+span{background:var(--main-color);border:1px solid var(--main-color)}.checkbox input:checked+span polyline{stroke-dashoffset:44}.radio-label{display:flex;align-items:center;color:var(--main-color)}.radio-label p{box-sizing:border-box;padding:0 0 0 14px;flex:1 1}.radio{position:relative}.radio input{position:absolute;opacity:0;cursor:pointer;height:100%;width:100%;z-index:2}.radio span{height:30px;width:30px;background:#fff;border:1px solid #dbd5d2;border-radius:50%;display:block;transition:var(--transition-hover);position:relative}.radio.error span{box-shadow:0 0 0 3px rgba(255,84,84,1)}.radio span svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;height:60%;fill:transparent;stroke:none;pointer-events:none;touch-action:none}.radio input:hover+span{background:rgba(0,166,81,.1)}.radio input:checked+span{background:var(--main-color);border-color:var(--main-color)}.radio input:checked+span svg circle{fill:#fff}.form{margin:30px 0 0}.about-text-content h3{font-size:20px!important;line-height:28px}@media screen and (max-width:1024px){body::-webkit-scrollbar{width:unset}body::-webkit-scrollbar-thumb{background:unset;border-radius:unset}body::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-track{background:unset}.web-only{display:none}.mobile-only{display:block}h1{font-size:50px;line-height:60px;letter-spacing:-2px}h2{font-size:35px;line-height:40px;letter-spacing:-1px}h3{font-size:30px;line-height:35px;letter-spacing:-.5px}h4{font-size:20px;line-height:30px;letter-spacing:-.3px}.page_cover{padding:130px 0;border-radius:0 0 35px 35px;background:url(/img/cover_back_mobile.svg) no-repeat 50% #00a651;background-size:cover}.text-content li,.text-content p{font-size:14px;line-height:20px}.text-content li{padding:0 0 0 20px;margin:0 0 10px;color:var(--text-color)}.text-content h4{font-size:20px;line-height:30px}.text-content h3{font-size:25px;line-height:28px}.text-content h2{font-size:35px;line-height:40px}.text-content h1{font-size:45px;line-height:50px}.form-grid{grid-template-columns:1fr;gap:0}.form-input{margin:0 0 20px}.form-holder{padding:0 0 20px}.form-holder button{width:100%}.form_loader span{width:80px;height:80px}.form_loader span:after{background-size:40px}.inline-scroll{margin:0 -25px;overflow-y:scroll}.inline-scroll::-webkit-scrollbar{display:none}.max-wrap{padding:0 20px;box-sizing:border-box}.max-wrap-with-overflow{padding:0 0 0 20px;box-sizing:border-box}.wrapper{width:calc(100vw - 20px);margin:10px auto;border-radius:20px}.block_title h3{font-size:24px;line-height:26px;margin:0}.page-title{padding:0 0 50px}.page-title h1{font-size:40px;line-height:45px;letter-spacing:-2px;margin:0 0 10px}.page-description{font-size:14px;line-height:20px}.large-wrap,.small-wrap{max-width:100%;padding:0 20px}.page-wrapper{padding:50px 0}.page-title-left{width:100%}.page-cover-image{display:none}.page_content{overflow:hidden}.block_title_left_mobile{width:100%}.block_description{margin:10px 0 0}.block_description p{margin:0}.form-self{padding:30px 25px;border-radius:15px}.form-title{font-size:24px;line-height:26px;margin:0 0 10px}.form-description{font-size:14px;line-height:20px}.fly-input{padding:0 20px}.fly-input label{font-size:14px;left:20px}.fly-input input{font-size:14px}.fly-input textarea{padding:25px 0 15px}.form,.form-foot{margin:20px 0 0}}@media screen and (max-width:768px){.block_title_parent{flex-direction:column;row-gap:10px}.block_pdf{justify-content:flex-start}.block_pdf a{width:80%;font-size:16px}}.footer_wrap__YYVVZ{display:flex;justify-content:space-between;border-top:1px solid #e8e8e8;padding:45px 0 55px}.footer_logo__4wkX3{width:130px;height:40px;background:url(/img/logo.svg) no-repeat 50%;background-size:68px;margin:0 45px 0 0;display:block}.footer_menu__IbotI{display:block;width:100%}.footer_main_nav__RYnUl{display:flex}.footer_main_li__H7M8X{width:20%;box-sizing:border-box;padding:0 30px;border-right:1px solid #dadada}.footer_main_li__H7M8X:first-child{width:40%;padding:0 30px 0 0}.footer_main_li__H7M8X:last-child{border-right:none}.footer_main_link__54MWO{color:var(--main-color)}.footer_main_link__54MWO span{position:relative}.footer_main_link__54MWO span:after{width:0;height:1px;background:var(--main-color);border-radius:20px;position:absolute;bottom:-5px;left:0;content:"";display:block;transition:var(--transition)}.footer_main_link__54MWO:hover span:after,.footer_main_link_active__oKlDD span:after{width:100%}.footer_foot__vCYC_{color:var(--text-color);white-space:nowrap;margin:45px 0 0;padding:20px 0 0;border-top:1px solid #dadada;font-size:14px}.footer_foot__vCYC_,.footer_foot_left__cl2Jd{display:flex;justify-content:space-between;align-items:center}.footer_foot_left__cl2Jd{box-sizing:border-box;padding:0 30px 0 0}.footer_foot_phone__Jxo8E{color:#4D2D1E;font-size:18px;font-style:normal;font-weight:400;line-height:24px;display:flex;align-items:center;column-gap:3px}.footer_jis__UgeXm{display:flex;margin:0 0 0 20px;white-space:nowrap;color:var(--text-color)}.footer_jis__UgeXm span{position:relative}.footer_jis__UgeXm strong{background:url(/img/jis.svg) no-repeat 0;padding:0 0 0 28px;margin:0 0 0 10px;font-weight:400}.footer_jis__UgeXm:hover strong{text-decoration:underline}.footer_submenu_ul__CyIU2{margin:10px 0 0}.footer_submenu_ul__CyIU2 li{margin:0 0 3px}.footer_categories_list__Oij1q{column-count:3}.footer_submenu_link__UvDwn{color:var(--text-color);position:relative}.footer_submenu_link__UvDwn:after{width:0;height:1px;background:var(--text-color);border-radius:20px;position:absolute;bottom:-5px;left:0;content:"";display:block;transition:var(--transition)}.footer_submenu_link__UvDwn:hover:after,.footer_submenu_link_active__LXnLX:after{width:100%}.footer_other_menu__vkpfD li{padding:0 0 13px}.footer_social__5F9ZC{display:flex}.footer_social__5F9ZC li{margin:0 0 0 5px}.footer_social__5F9ZC a{width:40px;height:40px;background:var(--main-color);border-radius:100%;display:block;background-position:50%;background-repeat:no-repeat;background-size:30px;transition:var(--transition);transform:scale(1)}.footer_social__5F9ZC a:hover{transform:scale(1.1)}.footer_social__5F9ZC a.footer_instagram__wpgjq{background-image:url(/img/foor_instagram.svg)}.footer_social__5F9ZC a.footer_facebook__expge{background-image:url(/img/foot_facebook.svg)}.footer_social__5F9ZC a.footer_youtube__bTZxR{background-image:url(/img/foot_youtube.svg)}.footer_social__5F9ZC a.footer_linkedin__32T9_{background-image:url(/img/foot_linkedin.svg)}.footer_social__5F9ZC a.footer_tiktok__Dh1aj{background-image:url(/img/foot_tiktok.svg)}@media screen and (max-width:1024px){.footer_wrap__YYVVZ{display:block;padding:30px 20px 0;margin:0 -20px}.footer_logo__4wkX3{width:100%;height:26px}.footer_main_nav__RYnUl{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;font-size:14px}.footer_main_li__H7M8X{width:100%;padding:0}.footer_submenu_ul__CyIU2{margin:5px 0 0}.footer_submenu_ul__CyIU2 li{margin:0}.footer_main_li__H7M8X:first-child{width:100%;grid-column:1/span 2;padding:20px 0;border-right:none;border-bottom:1px solid #dadada}.footer_main_li__H7M8X:nth-child(3){border-right:none}.footer_main_li__H7M8X:nth-child(4){border-top:1px solid #dadada;grid-column:1/span 2;padding:20px 0}.footer_other_menu__vkpfD{display:flex;justify-content:center;align-items:center}.footer_other_menu__vkpfD li{margin:0 10px;padding:0}.footer_foot__vCYC_{flex-direction:column;margin:0;position:relative}.footer_social__5F9ZC{position:absolute;top:20px;left:0;width:100%;justify-content:center}.footer_foot_left__cl2Jd{flex-direction:column;padding:55px 0 0}.footer_copyright__T8dmE{width:100%;text-align:center;padding:0 0 15px}.footer_jis__UgeXm{padding:20px 0 40px}}.header_header__5W_hF{position:absolute;width:100%;top:0;z-index:9}.header_wrap__iVAVM{position:relative}.header_left__d2_9q{position:absolute;left:25px;top:15px;z-index:2;opacity:0;transition:var(--transition)}.header_mounted__jNXiQ .header_left__d2_9q{opacity:1}.header_social__Hnkx0 ul{display:flex}.header_social__Hnkx0 li{margin:0 5px 0 0}.header_social__Hnkx0 a{width:40px;height:40px;background:var(--main-color);border-radius:100%;display:block;mask-image:radial-gradient(white 100%,white 0),none;-webkit-mask-image:radial-gradient(white 100%,white 0),none;mask-repeat:no-repeat,no-repeat;-webkit-mask-repeat:no-repeat,no-repeat;mask-position:center,center;-webkit-mask-position:center,center;mask-size:100% 100%,40% 40%;-webkit-mask-size:100% 100%,40% 40%;mask-composite:exclude;-webkit-mask-composite:xor;transform:scale(1);transition:var(--transition)}.header_social__Hnkx0 a:hover{transform:scale(1.1)}.header_social__Hnkx0 a.header_instagram__nhlFg{mask-image:radial-gradient(white 100%,white 0),url(/img/instagram.svg);-webkit-mask-image:radial-gradient(white 100%,white 0),url(/img/instagram.svg)}.header_social__Hnkx0 a.header_facebook__kJhj8{mask-image:radial-gradient(white 100%,white 0),url(/img/facebook.svg);-webkit-mask-image:radial-gradient(white 100%,white 0),url(/img/facebook.svg)}.header_social__Hnkx0 a.header_youtube__Cvib_{mask-image:radial-gradient(white 100%,white 0),url(/img/youtube.svg);-webkit-mask-image:radial-gradient(white 100%,white 0),url(/img/youtube.svg)}.header_white_header__2ivnM .header_social__Hnkx0 a{background:white}.header_nav__MKlL3{position:relative;display:flex;padding:25px}.header_logo_holder__IKf2o{position:absolute;width:135px;height:100%;top:0;left:50%;transform:translateX(-50%)}.header_logo__r8QMo{position:absolute;width:100%;height:100%;background:url(/img/logo.svg) no-repeat center 45%;display:block;background-size:115px}.header_nav_left__RMIZS,.header_nav_right__PcoDO{display:flex}.header_nav_left__RMIZS{width:50%;justify-content:flex-end;box-sizing:border-box;padding:0 90px 0 0}.header_nav_left__RMIZS li{margin:0 0 0 15px}.header_nav_left__RMIZS li:first-child{margin:0}.header_nav_right__PcoDO{width:50%;padding:0 0 0 90px}.header_nav_right__PcoDO li{margin:0 15px 0 0}.header_nav_right__PcoDO li:last-child{margin:0}.header_right__nRMi2{position:absolute;right:25px;top:20px}.header_main_link__Noo7J{white-space:nowrap;font-size:16px;padding:8px 15px;background:transparent;border-radius:20px;color:var(--main-color);transition:var(--transition-hover)}.header_main_link__Noo7J:hover,.header_main_link_active__VOFjd{background:var(--main-color);color:white}.header_white_header__2ivnM .header_main_link__Noo7J{color:white}.header_locale__tWWvL{position:relative;margin:0 0 0 10px}.header_active_language__deSm9{border-radius:20px;font-size:14px;padding:3px 10px;background:url(/img/arrow_down_white.svg) no-repeat center right 25% var(--main-color);color:white;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.header_white_header__2ivnM .header_active_language__deSm9{background:url(/img/arrow_down_brown.svg) no-repeat center right 25% white;color:var(--main-color)}.header_active_language__deSm9 p{padding:0 14px 0 0}.header_locales_list__pR6PX{position:absolute;visibility:hidden;opacity:0;top:100%;right:0;transition:var(--transition);padding:10px;background:white;box-shadow:0 14px 24px 0 rgba(0,0,0,.05);border-radius:10px}.header_locale_open_to_top__qxbKL .header_locales_list__pR6PX{top:auto;bottom:100%}.header_locale_open__ICBl9 .header_locales_list__pR6PX{visibility:visible;opacity:1;top:110%}.header_locale_open__ICBl9.header_locale_open_to_top__qxbKL .header_locales_list__pR6PX{top:auto;bottom:120%}.header_locales_list__pR6PX a{border-radius:5px;padding:5px 10px;display:block;background:transparent;transition:var(--transition)}.header_locales_list__pR6PX a:hover{background:var(--gray-color)}.header_fixed_header__NZ_Gi{position:fixed;width:auto;left:50%;top:-120%;transform:translateX(-50%);z-index:12;background:white;border-radius:80px;box-shadow:0 14px 24px 0 rgba(0,0,0,.05);transition:var(--transition-slow)}.header_fixed_header__NZ_Gi.header_show__qFO8b{top:25px}.header_fixed_header__NZ_Gi .header_logo_holder__IKf2o{background:none}.header_fixed_header__NZ_Gi .header_wrap__iVAVM{padding:20px 30px;height:64px;box-sizing:border-box}.header_fixed_header__NZ_Gi .header_nav__MKlL3{padding:0 50px}.header_fixed_header__NZ_Gi .header_nav_left__RMIZS{padding:0 70px 0 0}.header_fixed_header__NZ_Gi .header_nav_right__PcoDO{padding:0 0 0 70px}.header_fixed_header__NZ_Gi .header_nav_left__RMIZS li{margin:0 0 0 5px}.header_fixed_header__NZ_Gi .header_nav_left__RMIZS li:first-child{margin:0}.header_fixed_header__NZ_Gi .header_nav_right__PcoDO li{margin:0 5px 0 0}.header_fixed_header__NZ_Gi .header_nav_right__PcoDO li:last-child{margin:0}.header_open_socials__3Hvw8{width:40px;height:40px;background:var(--main-color);border-radius:100%;display:none;position:relative;z-index:2}.header_open_socials__3Hvw8:after{position:absolute;width:100%;height:100%;top:0;left:0;content:"";background:url(/img/share.svg) no-repeat 50%;background-size:14px;transition:var(--transition);transform:scale(1.7)}.header_show_socials__kkjhl .header_open_socials__3Hvw8:after{transform:scale(0)}.header_open_socials__3Hvw8:before{position:absolute;width:100%;height:100%;top:0;left:0;content:"";background:url(/img/close.svg) no-repeat 50%;background-size:14px;transition:var(--transition);transform:scale(0)}.header_show_socials__kkjhl .header_open_socials__3Hvw8:before{transform:scale(1)}.header_hidden_socials__d2cqK .header_open_socials__3Hvw8{display:block}.header_hidden_socials__d2cqK .header_social__Hnkx0{position:relative}.header_fixed_header__NZ_Gi .header_left__d2_9q{z-index:2}.header_hidden_socials__d2cqK .header_social__Hnkx0 ul li{width:40px;height:40px;position:absolute;border-radius:100%;background:var(--main-color);box-shadow:0 15px 20px rgba(0,0,0,.1)}.header_hidden_socials__d2cqK .header_social__Hnkx0 ul li:first-child{top:0;right:-5px;transform:scale(0);transition:all .2s cubic-bezier(.52,.01,.16,1)}.header_hidden_socials__d2cqK .header_social__Hnkx0.header_show_socials__kkjhl ul li:first-child{top:-21px;right:-47px;transform:scale(1)}.header_hidden_socials__d2cqK .header_social__Hnkx0 ul li:nth-child(2){top:0;right:-5px;transform:scale(0);transition:all .3s cubic-bezier(.52,.01,.16,1)}.header_hidden_socials__d2cqK .header_social__Hnkx0.header_show_socials__kkjhl ul li:nth-child(2){top:28px;right:-51px;transform:scale(1)}.header_hidden_socials__d2cqK .header_social__Hnkx0 ul li:nth-child(3){top:0;right:-5px;transform:scale(0);transition:all .4s cubic-bezier(.52,.01,.16,1)}.header_hidden_socials__d2cqK .header_social__Hnkx0.header_show_socials__kkjhl ul li:nth-child(3){top:47px;right:-8px;transform:scale(1)}.header_hidden_socials__d2cqK .header_social__Hnkx0 a{background:white;width:42px;height:42px;position:relative;top:-1px;left:-1px;border:1px solid #e5e5e5}.header_fixed_header__NZ_Gi .header_logo_holder__IKf2o{width:105px;height:64px;top:50%;left:50%;transform:translate(-50%,-50%)}.header_fixed_header__NZ_Gi .header_logo__r8QMo{height:100%;background:url(/img/logo.svg) no-repeat center 45%;background-size:100px}.header_fixed_header__NZ_Gi .header_left__d2_9q{left:15px;top:12px}.header_fixed_header__NZ_Gi .header_right__nRMi2{right:20px;top:17px}@media screen and (max-width:1024px){.header_nav_holder__3Wn0o{position:absolute;top:0;left:0;width:100%;display:grid;grid-template-rows:0fr;overflow:hidden;transition:var(--transition-slow);border-radius:20px 20px;box-shadow:0 14px 24px 0 rgba(0,0,0,0)}.header_nav_wrapper__Fvqc2{min-height:0}.header_nav_content__UfHzC{visibility:hidden;transition:var(--transition);background:white}.header_mobile_menu_open__HJ6l3 .header_nav_holder__3Wn0o{grid-template-rows:1fr;box-shadow:0 14px 24px 0 rgba(0,0,0,.1)}.header_nav_content__UfHzC{transform:translateY(0);visibility:visible}.header_nav_content__UfHzC .header_logo_holder__IKf2o{display:none}.header_nav__MKlL3{display:block;padding:90px 20px 40px}.header_nav_content__UfHzC ul.header_nav_left__RMIZS,.header_nav_content__UfHzC ul.header_nav_right__PcoDO{display:block;padding:0;width:100%;justify-content:flex-start}.header_nav_content__UfHzC ul li{margin:3px 0!important}.header_foot__dUgli{display:flex;align-items:center;justify-content:space-between;padding:0 20px;margin:50px 0 0}.header_copyright__eqmaf{color:var(--text-color)}.header_header__5W_hF,.header_header__5W_hF .header_wrap__iVAVM{padding:0}.header_mobile_logo__fs6qM{width:calc(100% - 150px);position:relative;top:0;left:0;display:block;height:70px;background:url(/img/logo.svg) no-repeat 50%;z-index:2;margin:0 auto;max-width:200px}.header_left__d2_9q{top:10px;left:10px;z-index:3}.header_right__nRMi2{top:10px;right:10px;z-index:3}.header_open_socials__3Hvw8{width:50px;height:50px}.header_open_socials__3Hvw8:after,.header_open_socials__3Hvw8:before{background-size:17px}.header_menu_button__xXMt1{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:var(--main-color);border-radius:50%;margin:0 0 0 10px;position:relative;z-index:2}.header_menu_icon__j__Se{height:13px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;transform:rotate(0deg);transition:var(--transition-slow)}.header_menu_button__xXMt1.header_active___fqPQ .header_menu_icon__j__Se{transform:rotate(180deg)}.header_menu_line__58DSS{width:20px;height:2px;border-radius:2px;background:white;display:block;transform:translateY(0) scale(1) rotate(0deg);transition:var(--transition-slow)}.header_menu_button__xXMt1.header_active___fqPQ .header_menu_line__58DSS:first-child{transform:translateY(5px) scale(1) rotate(45deg)}.header_menu_button__xXMt1.header_active___fqPQ .header_menu_line__58DSS:nth-child(2){transform:scale(0) rotate(0deg)}.header_menu_button__xXMt1.header_active___fqPQ .header_menu_line__58DSS:nth-child(3){transform:translateY(-6px) scale(1) rotate(-45deg)}.header_hidden_socials__d2cqK .header_social__Hnkx0 ul li{width:50px;height:50px}.header_hidden_socials__d2cqK .header_social__Hnkx0 a{width:52px;height:52px}.header_hidden_socials__d2cqK .header_social__Hnkx0.header_show_socials__kkjhl ul li:first-child{top:-13px;right:-60px}.header_hidden_socials__d2cqK .header_social__Hnkx0.header_show_socials__kkjhl ul li:nth-child(2){top:41px;right:-51px}.header_hidden_socials__d2cqK .header_social__Hnkx0.header_show_socials__kkjhl ul li:nth-child(3){top:54px;right:2px}.header_main_link__Noo7J{font-size:30px;font-weight:600;display:block;padding:6px 20px;line-height:36px;border-radius:48px;letter-spacing:-1px}.header_fixed_header__NZ_Gi{width:90vw}.header_fixed_header__NZ_Gi.header_show__qFO8b{top:10px}.header_fixed_header__NZ_Gi .header_wrap__iVAVM{padding:0}.header_fixed_header__NZ_Gi .header_left__d2_9q{top:7px;left:7px}.header_fixed_header__NZ_Gi .header_right__nRMi2{top:7px;right:7px}.header_fixed_header__NZ_Gi .header_nav_holder__3Wn0o{border-radius:40px}.header_fixed_header__NZ_Gi .header_mobile_logo__fs6qM{height:64px}.header_fixed_header__NZ_Gi .header_nav__MKlL3{padding:80px 20px 40px}}