breadcrumbs-component .breadcrumbs_list{list-style:none;display:flex;align-items:center;margin-bottom:30px}breadcrumbs-component .breadcrumbs_list li{margin-right:31px;position:relative;font-size:16px;line-height:100%;font-weight:300;height:100%;white-space:nowrap}breadcrumbs-component .breadcrumbs_list li a{display:flex;align-items:center;color:var(--breadcrumbsColor);position:relative}breadcrumbs-component .breadcrumbs_list li a::after{content:"";position:absolute;height:1px;width:0;left:0;bottom:0;background-color:var(--breadcrumbsColor);transition:all .2s ease}breadcrumbs-component .breadcrumbs_list li a:hover{color:var(--breadcrumbsAccentColor)}breadcrumbs-component .breadcrumbs_list li a:hover::after{width:100%;background-color:var(--breadcrumbsAccentColor)}breadcrumbs-component .breadcrumbs_list li:last-child{color:var(--breadcrumbsLastColor);margin-right:0;max-width:80%;overflow:hidden;font-weight:500;text-overflow:ellipsis}breadcrumbs-component .breadcrumbs_list li:last-child::after{content:none}breadcrumbs-component .breadcrumbs_list li::after{content:"";position:absolute;top:calc(50% - 4px);right:-17px;width:6px;height:6px;background-repeat:no-repeat;border-right:1px solid;border-bottom:1px solid;border-color:var(--breadcrumbsColor);transform:rotate(-45deg)}article breadcrumbs-component .breadcrumbs_list li:last-child{overflow:hidden;text-overflow:ellipsis;max-width:400px}@media screen and (max-width: 1300px){breadcrumbs-component{padding-top:30px;display:block}.service_banner_left breadcrumbs-component+h1{margin-top:0}}@media screen and (max-width: 1080px){article breadcrumbs-component .breadcrumbs_list li:last-child{max-width:280px}}@media screen and (max-width: 990px){article breadcrumbs-component .breadcrumbs_list li:last-child{max-width:100%}}@media screen and (max-width: 640px){breadcrumbs-component{padding-top:15px}breadcrumbs-component .breadcrumbs_list{margin-bottom:15px}breadcrumbs-component .breadcrumbs_list li{margin-right:21px;font-size:14px}breadcrumbs-component .breadcrumbs_list li::after{right:-11px}}@media screen and (max-width: 420px){breadcrumbs-component .breadcrumbs_list li{font-size:12px}breadcrumbs-component .breadcrumbs_list li::after{right:-13px}}
get-in-touch-popup get-in-touch-form{background-color:rgba(0,0,0,0)}@keyframes loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}get-in-touch-form .get-in-touch-form{position:relative;width:100%;max-width:600px;background-color:var(--block-primary-bg-color);display:block;padding:30px;border-radius:var(--block-primary-border-radius)}get-in-touch-form .get-in-touch-form .like_title{font-size:var(--h3-font-size);font-weight:700;line-height:120%;letter-spacing:0em;text-align:center;color:var(--block-primary-h-color);margin-bottom:20px}get-in-touch-form .get-in-touch-form .subtitle{font-size:var(--text-font-size);font-weight:var(--text-font-weight);line-height:120%;letter-spacing:0em;text-align:center;color:var(--subtitle-color);margin-bottom:20px}get-in-touch-form .get-in-touch-form .col-1{width:8.3333333333%}get-in-touch-form .get-in-touch-form .col-2{width:16.6666666667%}get-in-touch-form .get-in-touch-form .col-3{width:25%}get-in-touch-form .get-in-touch-form .col-4{width:33.3333333333%}get-in-touch-form .get-in-touch-form .col-5{width:41.6666666667%}get-in-touch-form .get-in-touch-form .col-6{width:50%}get-in-touch-form .get-in-touch-form .col-7{width:58.3333333333%}get-in-touch-form .get-in-touch-form .col-8{width:66.6666666667%}get-in-touch-form .get-in-touch-form .col-9{width:75%}get-in-touch-form .get-in-touch-form .col-10{width:83.3333333333%}get-in-touch-form .get-in-touch-form .col-11{width:91.6666666667%}get-in-touch-form .get-in-touch-form .col-12{width:100%}get-in-touch-form .get-in-touch-form form{width:100%;max-width:950px;margin-right:24px}get-in-touch-form .get-in-touch-form form .btn_wrapper{width:100%;padding-left:8px;padding-right:8px;padding-top:4px;display:flex;align-items:center;justify-content:center}get-in-touch-form .get-in-touch-form form .btn_wrapper .btn{font-size:16px}get-in-touch-form .get-in-touch-form form .btn_wrapper .btn:disabled{opacity:0}get-in-touch-form .get-in-touch-form form .form_wrap{display:flex;flex-wrap:wrap}get-in-touch-form .get-in-touch-form form .input-wrap{position:relative;padding:8px;flex:0 0 auto}get-in-touch-form .get-in-touch-form form input{font-family:var(--font-family);outline:none;border-radius:var(--input-border-radius);font-size:14px;width:100%;height:100%;background-color:var(--input-bg-color);border:1px solid var(--input-border-color);padding:7px 17px;color:var(--input-text-color);height:50px;margin-bottom:8px;transition:all .2s ease}get-in-touch-form .get-in-touch-form form input:hover,get-in-touch-form .get-in-touch-form form input:focus{border-color:var(--input-active-border-color)}get-in-touch-form .get-in-touch-form form input::placeholder{color:var(--input-placeholder-color)}get-in-touch-form .get-in-touch-form form input:-webkit-autofill,get-in-touch-form .get-in-touch-form form input:-webkit-autofill:hover,get-in-touch-form .get-in-touch-form form input:-webkit-autofill:focus,get-in-touch-form .get-in-touch-form form input:-webkit-autofill:active{background-color:rgba(0,0,0,0);-webkit-box-shadow:0 0 0 30px rgba(0,0,0,0) inset !important;-webkit-text-fill-color:var(--input-text-color)}get-in-touch-form .get-in-touch-form form input.error+.email-error,get-in-touch-form .get-in-touch-form form input.error+.phone-error{color:#ff7d7d}get-in-touch-form .get-in-touch-form form .email-error,get-in-touch-form .get-in-touch-form form .phone-error{font-size:12px;font-weight:400;line-height:120%}get-in-touch-form .get-in-touch-form form span{display:block;position:absolute;left:10px;bottom:-2px;color:rgba(0,0,0,0);transition:all .2s ease}get-in-touch-form .get-in-touch-form form textarea{width:100%;font-family:var(--font-family);height:145px;background-color:var(--input-bg-color);border:1px solid var(--input-border-color);padding:7px 17px;color:var(--input-text-color);outline:none;border-radius:var(--input-border-radius);margin-bottom:10px;resize:none;font-weight:300;font-size:14px;line-height:36px;transition:all .2s ease}get-in-touch-form .get-in-touch-form form textarea::placeholder{font-weight:300;font-size:14px;line-height:36px;color:var(--input-placeholder-color)}get-in-touch-form .get-in-touch-form form textarea:hover{border-color:var(--input-active-border-color)}get-in-touch-form .get-in-touch-form form .success_text{position:relative;top:-50px;color:rgba(0,0,0,0);transition:all .2s ease;display:none}get-in-touch-form .get-in-touch-form form.success .success_text{display:block;top:-12px;color:green}get-in-touch-form .get-in-touch-form .overflow{opacity:0;z-index:-1;display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;border-radius:calc(var(--block-primary-border-radius) - 5px);box-shadow:rgba(0,0,0,.35) 0px 5px 15px;transition:opacity .5s ease}get-in-touch-form .get-in-touch-form .overflow .icon_wrapper{width:100%;padding-bottom:10px;margin-bottom:15px;display:flex;justify-content:center;border-bottom:solid 4px var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow .icon_wrapper .icon{width:150px}get-in-touch-form .get-in-touch-form .overflow .icon_wrapper .icon svg{width:100%;height:auto}get-in-touch-form .get-in-touch-form .overflow .middle{max-width:340px;text-align:center;padding-left:10px;padding-right:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;margin-bottom:35px}get-in-touch-form .get-in-touch-form .overflow .middle .bold{font-size:var(--h1-font-size);color:var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow.success .icon{margin-left:10px}get-in-touch-form .get-in-touch-form .overflow.success .icon svg path{fill:var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow.success .check_entity span:first-child{color:var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow.success .check_entity.phone_entity{display:none}get-in-touch-form .get-in-touch-form .overflow.success .check_entity.phone_entity.provided{display:block}get-in-touch-form .get-in-touch-form .overflow.fail .icon svg path:nth-child(1){fill:var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow.fail .icon svg path:nth-child(2){fill:#fff}get-in-touch-form .get-in-touch-form .overflow.fail .restart_button{width:50px;transform:scaleX(-1);transition:transform .4s ease-out;cursor:pointer}get-in-touch-form .get-in-touch-form .overflow.fail .restart_button svg{transition:all .4s ease-in-out}get-in-touch-form .get-in-touch-form .overflow.fail .restart_button svg circle{fill:var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow.fail .restart_button:hover svg{transform:rotate(-180deg)}get-in-touch-form[data-in-popup] .get-in-touch-form{padding-top:0;padding-bottom:10px;margin-bottom:10px}get-in-touch-form[data-in-popup] .get-in-touch-form .overflow{box-shadow:none}get-in-touch-form[data-in-popup] .get-in-touch-form .overflow .icon{width:100px}get-in-touch-form[data-in-popup] .get-in-touch-form .overflow .bold{font-size:32px}get-in-touch-form.loading .btn_wrapper{position:relative}get-in-touch-form.loading .btn_wrapper button[type=submit]{opacity:0;transition:none;cursor:none}get-in-touch-form.loading .btn_wrapper .loader{position:absolute;top:calc(50% - 25px);left:calc(50% - 25px);width:50px;height:50px;border:10px solid var(--accent-color);border-bottom-color:#fff;border-radius:50%;z-index:11;animation:loading 2s linear infinite}get-in-touch-form.success .overflow.success{opacity:1;z-index:1}get-in-touch-form.fail .overflow.fail{opacity:1;z-index:1}@media screen and (max-width: 650px){get-in-touch-form .get-in-touch-form form .input-wrap{width:100%;padding:4px}get-in-touch-form .get-in-touch-form form .btn_wrapper .btn{width:100%}}popup-container[data-position=bottom-right] .popup_top{margin-bottom:10px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form{padding-left:15px;padding-right:15px;padding-bottom:10px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .popup_text{margin-bottom:5px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .btn{width:100%;padding-top:15px;padding-bottom:15px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .success-overflow .bold{font-size:42px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .success-overflow .icon{width:100px}@media screen and (max-width: 400px){popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form{padding:15px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .btn{padding:15px 20px}}
popup-container .background_shadow{position:fixed;top:0;left:0;width:100%;height:100%;z-index:15;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.5);transition:all .3s ease;opacity:0;pointer-events:none}popup-container input,popup-container textarea{border:1px solid #05183a !important}popup-container .popup_top{display:flex;align-items:center;justify-content:flex-end;position:relative;right:15px;top:15px;margin-bottom:15px;z-index:2}popup-container .popup_top .close{cursor:pointer}popup-container .popup{background-color:#fff;border-radius:var(--block-secondary-border-radius);box-shadow:rgba(17,17,26,.1) 0px 4px 16px,rgba(17,17,26,.1) 0px 8px 24px,rgba(17,17,26,.1) 0px 16px 56px;border:1px solid #efefef;margin-top:200px;transition:all .3s ease}popup-container.active .background_shadow{opacity:1;pointer-events:all}popup-container.active .popup{margin-top:0}popup-container[data-position=bottom-right] .popup{width:360px;position:absolute;bottom:5px;right:5px;border-radius:15px}@media screen and (max-width: 650px){popup-container[data-position=bottom-right] .popup{right:50%;transform:translate(50%)}}popup-container[data-no-bg-shadow] .background_shadow{height:0;top:100%}@media screen and (max-width: 400px){popup-container .popup{width:95%}}
footer .footer_top{display:flex}footer .is-active{justify-content:center !important;text-align:center !important}footer .footer-left{display:grid;justify-content:center;list-style:none;padding-top:30px;background-image:url("/assets/images/contacts-bg-image.jpg");background-size:cover;background-position:center}footer .footer-left .content-wrapper{max-width:608px}footer .footer-left .content-wrapper span{letter-spacing:.02em}footer .footer-left .content-wrapper .title{font-size:38px;font-weight:700;letter-spacing:.02em}footer .footer-left li h3{font-weight:700}footer .footer-left li a{gap:22px}footer .footer-left li a>.flex-wrapper,footer .footer-left li .left_side{margin-top:14px;word-break:break-all}footer .footer-left li:not(:last-child){margin-bottom:22px}footer .footer-left li span{color:#fff;transition:color .3s ease;font-size:18px;line-height:150%;letter-spacing:.02em}footer .footer-left li.manyPhones{display:flex;gap:22px}footer .footer-left li.manyPhones .phones_wrapper{display:flex;flex-direction:column;gap:10px}footer .footer-left li.manyPhones .phones_wrapper span:hover{color:#fff !important;text-decoration:underline}footer .footer-left a{display:flex;gap:10px}footer .footer-left h2{color:#fff;margin-bottom:12px;text-align:left}footer .footer-left .subtitle{line-height:150%;letter-spacing:.02em;color:#fff;margin-bottom:40px;text-align:left}footer .footer-left h3{color:#fff;font-size:18px;margin-bottom:6px}footer .footer-left .icon-wrapper{position:relative;min-width:64px;height:64px;display:flex;justify-content:center;align-items:center;background-color:#fff;border-radius:50%}footer .footer-left .icon-wrapper svg{width:28px;height:28px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}footer .footer-left .flex-wrapper{max-width:300px;flex-direction:column;justify-content:center}footer .footer-left .flex-wrapper a,footer .footer-left .flex-wrapper span{color:#fff;line-height:150%;letter-spacing:.02em}footer .footer-left .flex-wrapper span:hover{color:#fff !important;text-decoration:underline}footer .footer-right{display:grid;place-items:center;background-color:#2e79b9}footer .footer-right .content-wrapper{max-width:608px}footer .footer-right .content-wrapper input{margin:0}footer .footer-right .content-wrapper .subtitle{letter-spacing:2%;padding-bottom:18px}footer .footer-right .content-wrapper get-in-touch-form .get-in-touch-form{--block-primary-bg-color: transparent;--input-border-radius: 6px;padding:0}footer .footer-right .content-wrapper get-in-touch-form .get-in-touch-form .input-wrap{padding-left:0}footer .footer-right .content-wrapper get-in-touch-form .get-in-touch-form .input-wrap.col-6:nth-child(3){padding-left:8px}footer .footer-right .content-wrapper get-in-touch-form .get-in-touch-form .btn_wrapper{padding-left:0}footer .footer-right .content-wrapper get-in-touch-form .get-in-touch-form .like_title{color:#fff;font-size:38px;text-align:left}footer .footer-right .content-wrapper get-in-touch-form .get-in-touch-form .subtitle{color:#fff;font-size:18px;text-align:left}footer .footer-right .content-wrapper get-in-touch-form .get-in-touch-form .btn_wrapper{justify-content:flex-start}footer .footer-right .content-wrapper .social-wrapper{display:flex;align-items:center;padding:65px 0;margin:47px 8px 0;gap:20px;border-top:1px solid rgba(254,254,254,.3411764706)}footer .footer-right .content-wrapper .social-wrapper p{color:#fff;font-size:24px;font-weight:700;line-height:100%}footer .footer-right .content-wrapper .social-wrapper .social_links{display:flex;gap:15px}footer .footer-right .content-wrapper .social-wrapper .social_link{transition:all .3s ease-in-out}footer .footer-right .content-wrapper .social-wrapper .social_link:hover{transform:scale(1.07)}footer .footer-left,footer .footer-right{padding-top:80px;width:50%}footer .footer_bottom{background-color:#0d1c10;padding:23px 0;text-align:center}footer .footer_bottom a,footer .footer_bottom span{color:#747474}footer .footer_bottom a{transition:all .2s ease}footer .footer_bottom a:hover{color:#fff}@media screen and (max-width: 1620px){footer .footer-left .content-wrapper{padding-left:30px;padding-right:30px}get-in-touch-form .get-in-touch-form form{padding-left:30px;padding-right:30px}}@media screen and (max-width: 968px){footer{background-color:#306e3d}footer .footer_top{flex-direction:column-reverse}footer .footer-left,footer .footer-right{width:100%;padding-top:50px}footer .footer-right{padding-top:50px}}@media screen and (max-width: 1440px){.content-wrapper{padding:40px}footer .footer-left,footer .footer-right{padding-top:30px}footer .footer-left .content-wrapper{padding-left:70px}}@media screen and (max-width: 650px){.content-wrapper{padding:40px}footer .footer-right .content-wrapper get-in-touch-form .get-in-touch-form .input-wrap.col-6:nth-child(3){padding-left:0}footer .footer-right{padding:50px;padding-bottom:0}footer .footer-left,footer .footer-right{padding:0}}@media screen and (max-width: 380px){get-in-touch-form .get-in-touch-form form{padding:0}footer .footer-right .content-wrapper{padding:0}}@media screen and (max-width: 420px){get-in-touch-form .get-in-touch-form form{margin-right:0;padding:0 30px 0}footer .footer-left .subtitle{font-size:16px}footer .footer-left .content-wrapper .title{font-size:30px}footer .footer-left li h3{font-size:20px}footer .footer-right .content-wrapper get-in-touch-form .get-in-touch-form .like_title{font-size:30px}footer .footer-left .content-wrapper span{font-size:16px}footer .footer-right .content-wrapper get-in-touch-form .get-in-touch-form .subtitle{font-size:16px}footer .footer-left .content-wrapper{padding-left:32px}footer .footer-right .content-wrapper{padding:40px 0 40px}footer .footer-right .content-wrapper .social-wrapper{padding:65px 30px 65px}footer .footer-right .content-wrapper{padding-bottom:0}product-article .content p{font-size:16px}product-article .content h2{font-size:26px}}
header{width:100%;height:110px;position:fixed;top:0;left:0;display:flex;background-color:#fff;box-shadow:0px 2px 15px 0px rgba(0,0,0,.2);z-index:150}header .header__empty-block{min-width:140px;display:flex;justify-content:center;align-items:center}header .header__burger{display:none;background:rgba(0,0,0,0);border:0;padding:0;cursor:pointer}header .header__logo{cursor:pointer}header .header__content{width:100%;display:flex;justify-content:space-between;align-items:center;padding:17px 20px 17px 0}header .header__content__logo{max-height:306px;width:76px}header .header__partner-block{min-width:140px;display:flex;justify-content:center;align-items:center;background-color:#2e79b9}header .navigation{position:relative;display:flex;align-items:center;justify-content:center}header .navigation__list,header .navigation__item{overflow:visible}header .navigation__list{display:flex;align-items:center;justify-content:center;gap:2.5vw}header .navigation__item{position:relative;display:flex;align-items:center;justify-content:center;gap:4px;cursor:pointer}header .navigation__dropdown{position:fixed;top:110px;left:50%;transform:translateX(-50%);opacity:0;visibility:hidden;pointer-events:none;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}header .navigation__item.has-dropdown:hover>.navigation__dropdown,header .navigation__item.has-dropdown:focus-within>.navigation__dropdown,header .navigation__item.has-dropdown.is-open>.navigation__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}header .navigation__link{font-size:20px;color:#3d3d3d;text-transform:uppercase;transition:all .3s ease-in-out}header .navigation__link:hover{color:#2f6f3e;transform:translateY(-1px)}header .navigation__link.arrow-icon-color{color:#2e79b9;transition:all .3s ease-in-out}header .navigation__link.arrow-icon-color:hover{color:#2f6f3e}header .navigation__item .arrow-icon-color:hover+div{transform:translateY(-1px);animation:mapArrowPulse 1.4s ease-in-out infinite}header .navigation__item .arrow-icon-color:hover+div svg>path{fill:#2f6f3e}header .navigation__item.has-dropdown:hover>.dropdown--flyout,header .navigation__item.has-dropdown:focus-within>.dropdown--flyout,header .navigation__item.has-dropdown.is-open>.dropdown--flyout{transform:translate(-85%, 0)}header .dropdown{background:#fff;border:1px solid #e6e6e6;box-shadow:0 12px 34px rgba(0,0,0,.12);overflow:hidden}header .dropdown--mega{width:min(1168px,100vw - 80px);left:50%;transform:translate(-50%, 8px)}header .navigation__item.has-dropdown:hover>.dropdown--mega,header .navigation__item.has-dropdown:focus-within>.dropdown--mega,header .navigation__item.has-dropdown.is-open>.dropdown--mega{transform:translate(-50%, 0)}header .mega{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));padding:20px 0}header .mega__col{padding:12px 0;border-right:1px solid #ececec}header .mega__col:last-child{border-right:0}header .mega__title{font-size:16px;font-weight:700;text-transform:uppercase;color:#3d3d3d;margin-bottom:30px;padding:0 34px}header .mega__list{display:grid}header .mega__link{font-size:16px;text-transform:uppercase;color:#3d3d3d;padding:12px 34px;letter-spacing:2%;line-height:140%}header .mega__link:hover,header .mega__link:focus-visible{background:#eaf2ec;color:#2f6f3e;outline:none}header .dropdown--flyout{overflow:visible}header .flyout{position:relative;display:block}header .flyout__left{width:454px;border-right:1px solid #ececec;background:#fff}header .flyout__right{position:static;background:rgba(0,0,0,0)}header .flyout__submenu{position:absolute;left:454px;top:var(--flyout-top, 0px);display:none;width:454px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 12px 34px rgba(0,0,0,.12);height:auto;max-height:min(420px,100vh - 180px);overflow:auto}header .flyout__submenu.is-active{display:flex;flex-direction:column}header .flyout__cat[data-has-children="0"] .flyout__chevron{display:none}header .flyout__cat{display:flex;justify-content:space-between;align-items:center;padding:16px 25px;font-size:16px;letter-spacing:2%;text-transform:uppercase;color:#3d3d3d}header .flyout__cat:hover,header .flyout__cat:focus-visible{background:#eef4ef;color:#2f6f3e;outline:none}header .flyout__chevron{color:#3d3d3d;font-size:18px;line-height:1}header .flyout__panel{display:none}header .flyout__panel.is-active{display:grid}header .flyout__link{font-size:16px;letter-spacing:2%;text-transform:uppercase;color:#3d3d3d;padding:16px 28px}header .flyout__link:hover,header .flyout__link:focus-visible{background:#eaf2ec;color:#2f6f3e;outline:none}header .actions{display:flex;align-items:center;gap:30px}header .contacts{position:relative;display:inline-flex;align-items:center;max-height:30px}header .contacts__toggle{display:inline-flex;align-items:center;gap:8px;background:rgba(0,0,0,0);border:0;padding:0;cursor:pointer}header .contacts__current{font-size:18px;font-weight:600;font-family:Arial,sans-serif;color:#3d3d3d;transition:all .2s ease-in-out}header .contacts__current:hover{color:#2f6f3e}header .contacts__arrow{display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}header .contacts__dropdown{position:absolute;top:30px;right:0;z-index:50;min-width:200px;border:1px solid #e0e0e0;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.12);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}header .contacts__item{display:flex;justify-content:center;align-items:center;font-size:18px;font-weight:600;color:#3d3d3d;padding:10px 12px}header .contacts__item:hover,header .contacts__item:focus-visible{color:#2f6f3e;outline:none;background-color:#f6f6f6}header .contacts__item:not(:last-child){border-bottom:1px solid #eaeaea}header .contacts.is-open .contacts__toggle{border-color:#e0e0e0}header .contacts.is-open .contacts__dropdown{opacity:1;visibility:visible;pointer-events:auto}header .contacts.is-open .contacts__arrow{transform:rotate(180deg)}header .mobile-menu{position:fixed;inset:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease;z-index:200}header .mobile-menu__panel{position:absolute;inset:0;background:#fff;transform:translateX(-10px);transition:transform .18s ease;overflow:auto;-webkit-overflow-scrolling:touch;padding:40px 0}header .mobile-menu__close{position:absolute;top:18px;right:18px;background:rgba(0,0,0,0);border:0;padding:0;cursor:pointer;line-height:0}header .mobile-menu__phones{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px;margin-bottom:40px;transition:all .2s ease-in-out}header .mobile-menu__phones:hover,header .mobile-menu__phones:focus-visible{color:#2f6f3e}header .mobile-menu__phone{font-size:18px;font-weight:600;color:#3d3d3d;text-decoration:none}header .mobile-menu__search{margin-bottom:24px}header .mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto}header .mobile-menu.is-open .mobile-menu__panel{transform:translateX(0)}header .mnav{display:grid}header .mnav__summary{display:flex;justify-content:space-between;list-style:none;cursor:pointer}header .mnav__summary::-webkit-details-marker{display:none}header .mnav__title-link{color:#3d3d3d}header .mnav__summary--lvl1,header .mnav__link{width:100%;padding:19px 32px;color:#3d3d3d;letter-spacing:2%;font-size:24px;text-transform:uppercase}header .mnav__summary--lvl2 a{color:#3d3d3d;letter-spacing:2%;font-size:18px;font-weight:600;text-transform:uppercase}header .mnav__summary--lvl2{width:100%;padding:19px 32px 19px 46px;color:#3d3d3d;letter-spacing:2%;font-size:18px;font-weight:600;text-transform:uppercase}header .mnav__link--lvl3{display:flex;align-items:center;padding:19px 32px 19px 46px;font-weight:400;font-size:16px;letter-spacing:2%;transition:all .2s ease-in-out}header .mnav__link--lvl3:hover,header .mnav__link--lvl3:focus-visible{background:#eaf2ec;color:#2f6f3e;outline:none}header .mnav__link--lvl3.is-active{background:#eaf2ec;color:#2f6f3e}header .mnav__panel--lvl3{padding:18px 0}header .mnav__chevron{display:inline-block;width:10px;height:10px;margin:auto 0;border-right:2px solid #3d3d3d;border-bottom:2px solid #3d3d3d;transform:rotate(45deg);transition:transform .18s ease}header .mnav details[open]>summary .mnav__chevron{transform:rotate(-135deg)}header .mnav__panel--lvl2,header .mnav__panel--lvl3{box-shadow:0px 2px 15px 0px rgba(0,0,0,.1490196078) inset}@keyframes mapArrowPulse{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-1px) scale(1.07)}}@media screen and (max-width: 1730px){header .header__logo{max-width:230px}header .navigation__list{gap:2.5vw}header .actions{gap:14px}header .contacts__current,header .contacts__item{font-size:16px}header .contacts__dropdown{min-width:182px}header search-component .search__open-icon{height:24px;width:24px}}@media screen and (max-width: 1515px){header .header__logo{max-width:215px}header .navigation__list{gap:2.2222222222vw}header .navigation__link{font-size:17px}header .contacts__current,header .contacts__item{font-size:14px}header .contacts__dropdown{min-width:163px}header search-component .search__open-icon{height:20px;width:20px}}@media screen and (max-width: 1345px){header .header__content{padding:17px 20px}header .header__empty-block{display:none}}@media screen and (max-width: 1250px){header .header__partner-block{min-width:120px}}@media screen and (max-width: 1200px){header .header__logo{max-width:200px}header .actions{gap:10px}header .navigation__list{gap:1.6666666667vw}header search-component .search__open-icon{margin-top:4px}}@media screen and (max-width: 1140px){header .header__logo{max-width:180px}header .header__content{padding:14px 15px}header .navigation__link{font-size:15px}header .contacts__current,header .contacts__item{font-size:12px}header .contacts__dropdown{min-width:146px}header search-component .search__open-icon{height:16px;width:16px}}@media screen and (max-width: 1024px){header .header__logo{max-width:306px}header .header__content{padding:17px 30px}header .header__empty-block{display:flex;min-width:80px}header .header__burger{display:block;background:rgba(0,0,0,0);border:0;padding:0;cursor:pointer}header .navigation{display:none}header .actions{gap:2.5vw}header .contacts__current,header .contacts__item{font-size:16px}header .contacts__dropdown{min-width:181px}header search-component .search__open-icon{height:28px;width:28px}}@media screen and (max-width: 800px){header .contacts{display:none}}@media screen and (max-width: 625px){header .header__logo{max-width:220px}header .header__content{padding:17px 14px}header search-component .search__open-icon{height:24px;width:24px}header .mnav__summary--lvl1,header .mnav__link{font-size:20px}header .mnav__link--lvl3,header .mnav__summary--lvl2,header .mnav__summary--lvl2 a{font-size:16px}}@media screen and (max-width: 490px){header{height:90px}header .header__logo{max-width:180px}header .header__partner-block{min-width:100px}header .header__empty-block{min-width:60px}}@media screen and (max-width: 412px){header .header__partner-block{display:none}}
search-component section{padding:0}search-component .search__dialog{pointer-events:none}search-component .search__form,search-component .search__results-wrapper{pointer-events:auto}search-component .search__open{padding:0;background:rgba(0,0,0,0);transition:all .3s ease-in-out}search-component .search__open:hover{transform:scale(1.03);cursor:pointer}search-component .search__modal{position:fixed;inset:0;z-index:999;display:none;align-items:stretch;justify-content:center}search-component .search__modal[aria-hidden=false]{display:flex}search-component .search__backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.7);z-index:0;cursor:pointer}search-component .search__dialog{position:relative;width:100%;height:100%;max-width:100%;display:flex;flex-direction:column;padding:24px 20px;background:rgba(0,0,0,0)}search-component .search__form{min-height:56px;width:min(920px,100%);margin:0 auto 50px auto;display:grid;grid-template-columns:56px 1fr;align-items:center;border-radius:8px;overflow:hidden;background:#fff}search-component .search__field-icon{position:relative;display:flex;align-items:center;justify-content:center;height:56px}search-component .search__field-icon svg{height:26px;width:26px}search-component .search__field-icon::after{content:"";width:2px;height:40px;position:absolute;right:0;border-radius:12px;background-color:#e5e6e6}search-component .search__input{height:56px;border:0;outline:none;font-size:18px;padding:0 16px}search-component .search input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;height:16px;width:16px;cursor:pointer;background-image:url("../../../../assets/images/header/close-icon.svg");background-repeat:no-repeat;background-position:center;background-size:contain;transition:all .3s ease-in-out}search-component .search input[type=search]::-webkit-search-cancel-button:hover{transform:scale(1.1)}search-component .search__results{width:min(920px,100%);margin:14px auto 0;background:#fff;border-radius:10px;overflow:hidden;max-height:calc(100vh - 56px - 24px - 24px - 48px);overflow-y:auto;display:none}search-component .search__results.search__results--visible{max-height:64vh;display:block;clip-path:inset(0 round 12px)}search-component .search__results-wrapper{margin:0 auto;max-width:min(920px,100%)}search-component .search__results-title{display:none;font-size:30px;font-weight:700;color:#fff;letter-spacing:2%;margin-bottom:30px}search-component .search-results{max-height:calc(100vh - 56px - 24px - 24px - 48px);overflow-y:auto}search-component .search-results__item{display:flex;gap:12px;padding:14px 16px;text-decoration:none;color:#111;border-bottom:1px solid #eee}search-component .search-results__item:hover{background:#f6f6f6}search-component .search-results__type{min-width:100px;font-size:18px;font-weight:600}search-component .search-results__content{display:flex;flex-direction:column;gap:2px}search-component .search-results__title{font-size:18px}search-component .search-results__description{color:#616161;font-size:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}search-component .search-results__empty{padding:16px;color:#666}search-component .search__results::-webkit-scrollbar{width:6px}search-component .search__results::-webkit-scrollbar-track{background:rgba(0,0,0,0)}search-component .search__results::-webkit-scrollbar-thumb{background:#d0d0d0;border-radius:12px}search-component .search__results::-webkit-scrollbar-thumb:hover{background:#bcbcbc}@media screen and (max-width: 768px){search-component .search__results.search__results--visible{max-height:50vh}}html.gh-scroll-locked,body.gh-scroll-locked{overflow:hidden}
news-article section{padding:0}news-article .banner__poster img{object-fit:cover}news-article breadcrumbs-component{--breadcrumbsAccentColor: var(#fff);--breadcrumbsLastColor: var(#fff)}news-article breadcrumbs-component .breadcrumbs_list{justify-content:flex-start;text-transform:uppercase;margin-bottom:26px;padding:0}news-article breadcrumbs-component .breadcrumbs_list li{color:#fff !important;font-size:14px !important}news-article breadcrumbs-component .breadcrumbs_list li a{transition:all .3s ease}news-article breadcrumbs-component .breadcrumbs_list li a:hover{text-decoration:underline}news-article breadcrumbs-component .breadcrumbs_list li::after{width:auto !important;height:auto !important;background:none !important;border:none !important;transform:none !important;content:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M12.3536 4.03553C12.5488 3.84027 12.5488 3.52369 12.3536 3.32842L9.17157 0.146442C8.97631 -0.0488198 8.65973 -0.0488198 8.46447 0.146442C8.2692 0.341705 8.2692 0.658287 8.46447 0.853549L11.2929 3.68198L8.46447 6.5104C8.2692 6.70567 8.2692 7.02225 8.46447 7.21751C8.65973 7.41277 8.97631 7.41277 9.17157 7.21751L12.3536 4.03553ZM0 3.68198V4.18198H12V3.68198V3.18198H0V3.68198Z" fill="white"/></svg>');position:absolute;top:calc(50% - 8px);right:-22px}news-article breadcrumbs-component .breadcrumbs_list li:last-child{font-weight:700}news-article .banner{position:relative;min-width:100%}news-article .banner__breadcrumbs{position:absolute;top:40px;left:30px}news-article .banner__poster{display:block;width:100%}news-article .banner__poster img{width:100%;max-height:538px}news-article .article__container{max-width:1000px;margin:0 auto;padding:65px 0 80px 0}news-article .article__title{color:#3d3d3d;font-size:52px;margin-bottom:18px}news-article .article__info{display:flex;align-items:center;gap:30px;padding:11px 18px 11px 18px;color:#616161;background-color:#f1f2f2;margin-bottom:52px}news-article .article__content{color:#616161;font-size:18px;line-height:150%;letter-spacing:2%;font-family:Arial,sans-serif}news-article .article__content h2{color:#3d3d3d;font-size:42px;font-weight:400;text-align:left;margin:30px 0 20px 0}news-article .article__content h3{color:#3d3d3d;font-size:32px;font-weight:400;text-align:left;margin:30px 0 20px 0}news-article .article__content p+p{margin-top:15px}news-article .article__content ol,news-article .article__content ul{padding-left:30px}news-article .article__content p+ol>li,news-article .article__content p+ul>li{margin-bottom:15px}news-article .article__content p+ol,news-article .article__content p+ul{margin-top:15px}news-article .article__content h3+ol>li,news-article .article__content h3+ul>li{margin-bottom:15px}news-article .article__content h3+ol,news-article .article__content h3+ul{margin-top:15px}news-article .article__content a{color:#196fb9}news-article .article__content ul{margin:24px 0;padding-left:0;list-style:none}news-article .article__content ul li{position:relative;padding-left:28px;margin-bottom:12px;font-size:16px;line-height:1.6;color:#616161}news-article .article__content ul li::before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:50%;background-color:#3d3d3d}news-article .article__content ol{margin:24px 0;padding-left:0;list-style:none;counter-reset:item}news-article .article__content ol li{position:relative;padding-left:28px;margin-bottom:12px;font-size:16px;line-height:1.6;color:#616161;counter-increment:item}news-article .article__content span{color:#616161 !important;font-size:18px !important}news-article .article__content ol li::before{content:counter(item) ".";position:absolute;left:0;top:0;color:#3d3d3d;font-weight:500}news-article .article__content img{margin:30px 0}news-article .article__content table{width:100%;border-collapse:collapse;margin:32px 0;font-size:15px;background-color:#fff;border-radius:6px;overflow:hidden;border:1px solid #e5e7eb}news-article .article__content table th{background-color:#f5f6f8;color:#111827;text-align:left;font-weight:600;padding:14px 16px;border-bottom:1px solid #e5e7eb}news-article .article__content table td{padding:14px 16px;color:#374151;border-bottom:1px solid #f0f1f3}news-article .article__content table td:not(:first-child),news-article .article__content table th:not(:first-child){text-align:center}news-article .article__content table tr:last-child td{border-bottom:none}news-article .article__content table tr:hover td{background-color:#fafafa}news-article .share-popup__button{cursor:pointer;user-select:none}news-article .share-modal{position:fixed;inset:0;z-index:1000;display:none}news-article .share-modal--open{display:block}news-article .share-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.4)}news-article .share-modal__content{position:relative;width:100%;max-width:420px;margin:10vh auto;background:#fff;border-radius:12px;padding:24px;box-shadow:0 10px 40px rgba(0,0,0,.15);animation:modalFade .2s ease}news-article .share-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}news-article .share-modal__title{font-weight:600;font-size:18px}news-article .share-modal__close{background:none;border:none;cursor:pointer;font-size:20px}news-article .share-modal__section{margin-bottom:20px}news-article .share-modal__label{font-size:16px;color:#6b7280;margin-bottom:8px}news-article .share-modal__socials{display:flex;gap:12px;flex-wrap:wrap}news-article .share-modal__social{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:all .23s ease-in-out;cursor:pointer}news-article .share-modal__social svg{width:44px;height:44px}news-article .share-modal__social:hover{transform:scale(1.07)}news-article .share-modal__copy{display:flex;gap:8px;align-items:center}news-article .share-modal__link{flex:1;font-size:14px;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .3s ease-in-out}news-article .share-modal__link:hover{color:#196fb9}news-article .share-modal__copy-btn{padding:10px 14px;font-size:16px;border-radius:8px;transition:all .3s ease-in-out;cursor:pointer}news-article .share-modal__copy-btn:hover{color:#fff;background-color:#1c7030}news-article .share-modal__copy.is-hidden{display:none}news-article .share-modal__copied{display:none;margin-top:14px;font-size:16px;color:#16a34a}news-article .share-modal__copied.is-visible{display:flex;justify-content:center;align-self:center}@keyframes modalFade{from{transform:translateY(10px);opacity:0}to{transform:none;opacity:1}}@media screen and (max-width: 1500px){news-article section{justify-items:center}news-article .article__container{margin:0;padding:65px 100px 80px}}@media screen and (max-width: 1024px){news-article .banner__breadcrumbs{padding:0}}@media screen and (max-width: 760px){news-article breadcrumbs-component .breadcrumbs_list{flex-wrap:wrap}news-article breadcrumbs-component .breadcrumbs_list li:last-child{white-space:revert}news-article .article__container{padding:35px 50px 80px}}@media screen and (max-width: 640px){news-article breadcrumbs-component .breadcrumbs_list li::after{margin-right:5px}}@media screen and (max-width: 450px){news-article .article__title{font-size:32px}news-article .article__content{font-size:14px}news-article div.article__info>div.article__created_date.created_date>div>div>div{font-size:14px}news-article .article__content h2{font-size:24px}news-article .article__content h3{font-size:24px}news-article .article__container{padding:35px 20px 80px}}
news-tags section{padding:0}news-tags .tags__container{max-width:1000px;margin:0 auto;padding:0 0 100px 0}news-tags .tags__title{color:#3d3d3d;margin-bottom:50px}news-tags .list{display:flex;flex-wrap:wrap;gap:22px}news-tags .list__item{--accent: #306E3D;--default: #2E79B9;color:var(--default);position:relative;padding:8px 16px;background:#fff;border:1px solid var(--default);border-top-left-radius:12px;border-bottom-right-radius:12px;font-size:16px;font-weight:500;letter-spacing:.2px;cursor:pointer;transition:color .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s cubic-bezier(0.2, 0.7, 0.2, 1)}news-tags .list__item a{color:var(--default)}news-tags .list__item:hover{background:#f4f8f5;border-color:rgba(48,110,61,.35);transform:translateY(-1px);box-shadow:0 6px 18px rgba(16,60,32,.08),0 0 0 1px rgba(48,110,61,.08)}news-tags .list__item:hover a{color:var(--accent)}news-tags .list__item:active{transform:translateY(0);box-shadow:0 3px 10px rgba(16,60,32,.08),0 0 0 1px rgba(48,110,61,.12)}@media screen and (max-width: 1500px){news-tags .tags__container{margin:0 auto;padding:0 100px 80px}}@media screen and (max-width: 760px){news-tags .tags__container{padding:0 50px 80px}}@media screen and (max-width: 450px){news-tags .tags__container{padding:0 20px 80px}news-tags .list{gap:16px}}
news-preview-posts section{background-color:#f1f2f2}news-preview-posts .preview-posts{padding:100px 0}news-preview-posts .preview-posts__container{max-width:1500px;margin:0 auto;padding:0 40px}news-preview-posts .preview-posts__title{color:#3d3d3d;font-size:40px;font-weight:700;margin:0 auto;margin-bottom:50px}news-preview-posts .preview-posts__list{display:grid;grid-template-columns:repeat(2, 1fr);gap:25px}news-preview-posts .preview-posts__button{display:block;cursor:pointer;padding:16px 46px;margin:0 auto;font-size:18px;margin-top:50px;border:2px solid #196fb9;transition:all .3s ease-in-out}news-preview-posts .preview-posts__button:hover{background:#196fb9}news-preview-posts .preview-posts__button:hover a{color:#fff}news-preview-posts .preview-posts__button a{color:#196fb9;font-weight:700}news-preview-posts .list__posts{background:#fff;border-radius:12px;display:flex;max-height:200px;max-width:765px}news-preview-posts .post{position:relative;transition:all .3s ease-in-out}news-preview-posts .post__image{width:235px;height:200px;border-top-left-radius:12px;border-bottom-left-radius:12px;overflow:hidden}news-preview-posts .post__image img{height:200px;width:100%;object-fit:cover}news-preview-posts .post__info{max-width:400px;display:flex;flex-direction:column;justify-content:space-between;gap:8px;padding:16px 58px 16px 30px}news-preview-posts .post:hover{transform:scale(1.01)}news-preview-posts .post:hover .arrow{animation:mapArrowPulse 1.4s ease-in-out infinite}news-preview-posts .post-info__posted-at{font-size:15px;color:#616161}news-preview-posts .post-info__title{margin:0;font-size:18px;text-align:start;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}news-preview-posts .post-info__title a{color:#3d3d3d;text-decoration:none;transition:color .3s ease-in-out}news-preview-posts .post-info__title a:hover{color:#2e79b9}news-preview-posts .post-info__read-more{display:flex;flex-direction:column;justify-content:space-between;gap:5px}news-preview-posts .post-info__description{display:flex;align-items:end;gap:1px}news-preview-posts .post-info__intro{font-size:14px;color:#616161;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}news-preview-posts .post-info__description span{font-size:14px;font-weight:500;color:#2e79b9;text-decoration:none;white-space:nowrap;transition:text-decoration .3s ease-in-out}news-preview-posts .post-info__description span:hover{text-decoration:underline}news-preview-posts .link:hover{color:#2e79b9}news-preview-posts .arrow{position:absolute;right:15px;top:12px}@keyframes mapArrowPulse{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-1px) scale(1.07)}}@media screen and (max-width: 1650px){news-preview-posts .post-info__description{display:block}news-preview-posts .post-info__intro{margin-bottom:5px}news-preview-posts .list__posts{max-width:635px}}@media screen and (max-width: 1600px){news-preview-posts .list__posts{display:inline-table;max-width:330px}news-preview-posts .post__image{width:100%;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:0}news-preview-posts .preview-posts__list a{width:fit-content}news-preview-posts .post__info{padding:16px 30px}news-preview-posts .post-info__title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}news-preview-posts .preview-posts__list{justify-items:center;grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 1024px){news-preview-posts .preview-posts__list{justify-items:center;grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 650px){news-preview-posts .post__image img{height:150px;width:100%}news-preview-posts .post__image{height:150px}news-preview-posts .post__info{padding:10px 20px}}@media screen and (max-width: 550px){news-preview-posts .post__image img{height:130px}news-preview-posts .post__image{height:130px}news-preview-posts .post-info__title{font-size:16px}}@media screen and (max-width: 530px){news-preview-posts .preview-posts__list{grid-template-columns:repeat(1, 1fr)}news-preview-posts .post__image img{height:200px}news-preview-posts .post__image{height:200px}}
