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}}
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

slider-reviews section{padding:0}slider-reviews .is-active{height:fit-content !important}slider-reviews .container{background-image:url("/assets/images/about-us/reviews-background.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;padding:0;display:flex;justify-content:space-between;align-items:center}slider-reviews .container .left{margin:195px 64px 120px 140px;max-width:430px}slider-reviews .container .left h2{font-weight:700;line-height:150%;letter-spacing:.02em;color:#fff;margin-bottom:12px}slider-reviews .container .left img{left:120px;top:140px;margin:0 0 0 20px;position:absolute}slider-reviews .container .left .subtitle{font-size:18px;font-weight:400;letter-spacing:.02em;line-height:150%;color:#fff;margin-bottom:128px}slider-reviews .container .right{width:60%}slider-reviews .container .right .swiper-wrapper .review_item{background-color:#fff;margin-left:20px}slider-reviews .left img{width:104px;margin-bottom:20px}slider-reviews .left h2{color:var(--h-color);text-align:left}slider-reviews .navigation_wrapper{display:flex;gap:20px}slider-reviews .navigation_wrapper .swiper-button-prev,slider-reviews .navigation_wrapper .swiper-button-next{display:grid;place-items:center;cursor:pointer;position:static;height:48px;width:48px;border:2px solid #fff;border-radius:50%}slider-reviews .navigation_wrapper .swiper-button-prev::after,slider-reviews .navigation_wrapper .swiper-button-next::after{display:none !important;content:none !important}slider-reviews .navigation_wrapper .swiper-button-prev svg,slider-reviews .navigation_wrapper .swiper-button-next svg{height:25px;width:12px}slider-reviews .navigation_wrapper .swiper-button-prev:hover,slider-reviews .navigation_wrapper .swiper-button-next:hover{background-color:#fff;border-color:#fff}slider-reviews .navigation_wrapper .swiper-button-prev:hover svg path,slider-reviews .navigation_wrapper .swiper-button-next:hover svg path{stroke:#306e3d}slider-reviews .navigation_wrapper.bottom{display:none;margin-top:25px}slider-reviews .review_item{background-color:var(--block-primary-bg-color);border-radius:var(--block-primary-border-radius);display:flex;flex-direction:column;margin:150px 0 120px;gap:20px;height:370px;max-width:660px;transition:max-height .6s ease}slider-reviews .review_item .content-wrapper{padding:40px;height:100%;display:flex;flex-direction:column}slider-reviews .review_item .review_text{position:relative}slider-reviews .review_item .review_text p{word-wrap:break-word;color:#616161;font-size:16px;font-weight:400;line-height:150%;margin-bottom:15px;letter-spacing:.02em;max-height:145px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden;position:relative}slider-reviews .review_item .review_text .review_text.expanded p{-webkit-line-clamp:unset;max-height:1000px}slider-reviews .review_item .review_text.expanded p{display:block;max-height:1000px}slider-reviews .review_item .read-more{color:#306e3d;font-weight:500;cursor:pointer;white-space:nowrap}slider-reviews .review_item .author,slider-reviews .review_item .position{color:var(--block-primary-h-color)}slider-reviews .review_item .author-wrapper{display:flex;font-size:18px;font-weight:300;line-height:150%;text-align:end;margin-bottom:22px}slider-reviews .review_item .author-wrapper img{height:90px;width:90px;border-radius:50%}slider-reviews .review_item .author-wrapper .author-info{margin-left:20px;display:flex;height:100px;flex-direction:column}slider-reviews .review_item .author-wrapper .author-info .author-name h2{text-transform:uppercase;color:#3d3d3d;text-align:left;font-weight:400;letter-spacing:.02em;line-height:150%;font-size:20px;font-style:normal;margin-bottom:6px;padding-top:25px}slider-reviews .review_item .author-wrapper .author-info .author-position p{color:#306e3d;font-size:16px;font-weight:400;text-align:left;letter-spacing:.02em;line-height:140%;font-style:normal;margin-bottom:6px}slider-reviews .navigation_wrapper,slider-reviews .swiper-button-prev,slider-reviews .swiper-button-next{user-select:none;-webkit-user-select:none;-ms-user-select:none}@media screen and (max-width: 1920px){slider-reviews .container .right .swiper-wrapper .review_item{margin-left:20px}}@media screen and (max-width: 1800px){slider-reviews .container .left{margin-left:100px}}@media screen and (max-width: 1440px){slider-reviews .container .right .swiper-wrapper .review_item{margin-left:40px;margin-left:10px}}@media screen and (max-width: 1100px){slider-reviews .container{display:block}slider-reviews .container .right{width:100%;padding-left:100px}slider-reviews .container .left{justify-items:center;max-width:100%;margin:0}slider-reviews .container .right .swiper-wrapper .review_item{margin-top:40px}slider-reviews .container .left img{top:50px;left:300px}slider-reviews .container .left{padding:60px 200px 0}slider-reviews .container .left .subtitle{margin-bottom:30px;text-align:center}}@media screen and (max-width: 950px){slider-reviews .container{display:block}slider-reviews .container .right{width:100%;padding-left:50px}slider-reviews .container .left{width:100%}}@media screen and (max-width: 750px){slider-reviews .container .left,slider-reviews slider-reviews .container .right{padding:60px 150px 0}slider-reviews .review_item .review_text p{font-size:14px}slider-reviews .container .right{padding-left:0}}@media screen and (max-width: 650px){slider-reviews .left h2{margin-bottom:40px}slider-reviews .navigation_wrapper.top{display:none}slider-reviews .navigation_wrapper.bottom{display:flex;justify-content:center;margin-bottom:0}slider-reviews .container .right .swiper-wrapper .review_item{margin-bottom:40px}slider-reviews .container .right .swiper-wrapper .review_item{width:90%;margin-left:0}slider-reviews .container .left,slider-reviews slider-reviews slider-reviews .container .right{padding:60px 50px 0}slider-reviews .container .left img{display:none}slider-reviews .navigation_wrapper.bottom{margin:0;padding-bottom:30px}}@media screen and (max-width: 550px){slider-reviews .top{align-items:flex-end}slider-reviews .top .left a{display:none}slider-reviews .review_item .author-wrapper .author-info .author-name h2{font-size:18px;padding-top:5px}}@media screen and (max-width: 450px){slider-reviews .container .right .swiper-wrapper .review_item{height:400px}slider-reviews .review_item .author-wrapper{margin-bottom:8px}slider-reviews .review_item .author-wrapper{display:block}slider-reviews .review_item .author-wrapper img{justify-self:center}slider-reviews .review_item .author-wrapper .author-info .author-name h2,slider-reviews .review_item .author-wrapper .author-info .author-position p{text-align:center}slider-reviews .review_item .content-wrapper{padding:20px}slider-reviews .review_item .author-wrapper .author-info{height:85px}slider-reviews .review_item .review_text p{-webkit-line-clamp:7}}@media screen and (max-width: 400px){slider-reviews .container .right .swiper-wrapper .review_item{height:450px}slider-reviews .review_item .author-wrapper{margin-bottom:10px}}
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}
aside-banner .aside-banner{background:rgba(0,0,0,0);padding:0;width:140px;position:fixed;z-index:20;margin-top:565px;right:0}aside-banner .aside-banner .wrapper{display:flex;flex-direction:column;align-items:center}aside-banner .aside-banner .wrapper .phone-btn,aside-banner .aside-banner .wrapper .mail-btn{cursor:pointer;background-color:rgba(0,0,0,0);border-radius:50%}aside-banner .aside-banner .wrapper a{transition:all .3s ease-in-out}aside-banner .aside-banner .wrapper a:hover{transform:scale(1.07)}@media screen and (max-height: 850px){aside-banner .aside-banner{margin-top:50vh;width:90px}}@media screen and (max-height: 800px){get-in-touch-form .get-in-touch-form form textarea{max-height:80px}get-in-touch-form .get-in-touch-form{padding:10px !important}get-in-touch-form .get-in-touch-form form{padding:0 15px 0}get-in-touch-form .get-in-touch-form .like_title{margin-bottom:10px}get-in-touch-form popup-container .popup_top{margin-bottom:0 !important}get-in-touch-form .get-in-touch-form .subtitle{margin-bottom:5px !important}get-in-touch-form .get-in-touch-form form input{margin-bottom:0}}
page-banner-simple section{background-color:#2e79b9;padding:0}page-banner-simple breadcrumbs-component{--breadcrumbsAccentColor: var(#fff);--breadcrumbsLastColor: var(#fff)}page-banner-simple breadcrumbs-component .breadcrumbs_list{justify-content:flex-start;text-transform:uppercase;margin-bottom:26px;padding:0}page-banner-simple breadcrumbs-component .breadcrumbs_list li{color:#fff !important;font-size:14px !important}page-banner-simple breadcrumbs-component .breadcrumbs_list li a{transition:all .3s ease}page-banner-simple breadcrumbs-component .breadcrumbs_list li a:hover{text-decoration:underline}page-banner-simple 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}page-banner-simple breadcrumbs-component .breadcrumbs_list li:last-child{font-weight:700}page-banner-simple .container{display:flex;flex-direction:column;padding:35px 34px 78px 34px}page-banner-simple .title{text-align:left;font-size:48px;text-align:center;margin:0;color:#fff;text-transform:uppercase}page-banner-simple .subtitle{margin-bottom:40px}page-banner-simple .flex_button{display:flex;gap:20px;justify-content:center}page-banner-simple .flex_button .btn{text-transform:uppercase;padding-right:49px;border-radius:0;font-size:18px;font-weight:700;margin-top:25px}page-banner-simple .flex_button .btn::after{content:"";position:absolute;inline-size:18px;block-size:18px;margin-inline-start:8px;background-color:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M13.1434 1.85654C13.1434 1.30425 12.6957 0.856537 12.1434 0.856537L3.14337 0.856538C2.59109 0.856537 2.14337 1.30425 2.14337 1.85654C2.14337 2.40882 2.59109 2.85654 3.14337 2.85654L11.1434 2.85654L11.1434 10.8565C11.1434 11.4088 11.5911 11.8565 12.1434 11.8565C12.6957 11.8565 13.1434 11.4088 13.1434 10.8565L13.1434 1.85654ZM0.856445 13.1435L1.56355 13.8506L12.8505 2.56364L12.1434 1.85654L11.4363 1.14943L0.149339 12.4364L0.856445 13.1435Z'/%3E%3C/svg%3E") no-repeat center/100% 100%;aspect-ratio:1/1}@media screen and (max-width: 1300px){page-banner-simple section{padding-top:16px}}@media screen and (max-width: 968px){page-banner-simple .title{font-size:38px}}@media screen and (max-width: 740px){page-banner-simple .title{font-size:32px}}@media screen and (max-width: 1024px){page-banner-simple .container{margin-top:30px}page-banner-simple .container .flex-wrapper{flex-direction:column}page-banner-simple .container .flex-wrapper .text{flex-shrink:0;max-width:100%}page-banner-simple .container .flex-wrapper .image{max-width:100%;justify-content:center;flex-shrink:0;margin-top:-20px}page-banner-simple .container .flex-wrapper .flex_button{gap:10px}}@media screen and (max-width: 550px){page-banner-simple .flex_button{flex-wrap:wrap}page-banner-simple .flex_button>*{width:100%}}@media screen and (max-width: 1550px){page-banner-simple breadcrumbs-component .breadcrumbs_list{margin-top:0;margin-bottom:20px}}@media screen and (max-width: 1300px){page-banner-simple .container{padding-top:0}page-banner-simple .title{font-size:42px}page-banner-simple breadcrumbs-component{padding-top:20px}}@media screen and (max-width: 650px){page-banner-simple .container{margin-top:40px;padding-bottom:60px;padding-left:15px;padding-right:15px}page-banner-simple breadcrumbs-component .breadcrumbs_list{margin-top:0;margin-bottom:25px}page-banner-simple breadcrumbs-component .breadcrumbs_list li{margin-left:10px}}@media screen and (max-width: 450px){page-banner-simple .container{padding-bottom:50px}}@media screen and (max-width: 420px){page-banner-simple .breadcrumbs_list li:after{top:calc(50% - 6px);margin-right:3px}page-banner-simple .breadcrumbs_list li:last-child{margin-left:2px}}@media screen and (max-width: 1024px){page-banner-simple breadcrumbs-component{padding-top:10px;margin-top:0}page-banner-simple .container{margin-top:10px}}@media screen and (max-width: 650px){page-banner-simple breadcrumbs-component{padding-top:60px}}@media screen and (max-width: 490px){page-banner-simple breadcrumbs-component{padding-top:40px}}
text-only-1{background-color:var(--bg-color)}text-only-1 section{padding:0}text-only-1 section img{width:100%}text-only-1.centered h2{text-align:center}text-only-1.centered .content{text-align:center}text-only-1 .container{padding:80px 18.6%}text-only-1 .content{display:flex;flex-direction:column;gap:20px;font-size:16px;line-height:25px;color:var(--text-color)}text-only-1 .content p{font-size:20px;line-height:30px;color:#3d3d3d;font-family:"arial";font-weight:400}@media(max-width: 1080px){text-only-1 section .container{padding:60px 9%}}@media(max-width: 500px){text-only-1 .text-only__image img{height:300px;object-fit:cover;object-position:left}}
about-us-article .about-us-article{width:100%;padding:0}about-us-article .about-us-article image-component img{width:max-content;height:100%;width:100%;object-fit:cover}about-us-article .about-us-article .container{display:flex;justify-content:center;background-color:#eef2e4;padding:0}about-us-article .about-us-article .container .content{padding:80px 116px 100px 60px}about-us-article .about-us-article .container .content h1{display:flex;margin-bottom:60px;justify-content:center;font-size:39px;font-weight:700;line-height:150%;letter-spacing:.02em}about-us-article .about-us-article .container .content .key-points{display:grid;grid-template-columns:repeat(2, auto);column-gap:80px;row-gap:30px}about-us-article .about-us-article .container .content .key-points .key-point{justify-items:start;max-width:690px}about-us-article .about-us-article .container .content .key-points .key-point__title{margin-bottom:8px;font-size:18px;font-weight:700;letter-spacing:.02em;color:#2f6f3e;text-transform:uppercase}about-us-article .about-us-article .container .content .key-points .key-point__title::before{content:"";width:10px;height:10px;border-radius:50%;margin-right:20px;background-color:#2f6f3e;display:inline-block}about-us-article .about-us-article .container .content .key-points .key-point__text{font-size:16px;font-weight:400;line-height:140%;letter-spacing:.02em;margin-left:30px;color:#616161}@media(max-width: 1250px){about-us-article .about-us-article .container .content{padding-top:50px}}@media(max-width: 850px){about-us-article .about-us-article .container .content{padding-left:30px;padding-right:30px}about-us-article .about-us-article .container .content .key-points{column-gap:30px}}@media(max-width: 650px){about-us-article .about-us-article .container .content .key-points{display:block}.about-us-article .container .content .key-points .key-point__text{margin-bottom:15px}about-us-article .about-us-article .container .content h1{font-size:32px}about-us-article .about-us-article .container .content{padding-bottom:50px}}@media(max-width: 520px){about-us-article .about-us-article .container .content{padding-right:60px}}@media(max-width: 450px){about-us-article .about-us-article .container .content h1{font-size:28px}about-us-article .about-us-article .container .content .key-points .key-point__title{font-size:15px}about-us-article .about-us-article .container .content .key-points .key-point__text{font-size:14px}about-us-article section{overflow:hidden}about-us-article .about-us-article image-component img{object-fit:contain;transform:scale(1.5);transform-origin:0% 40%}}@media(max-width: 375px){about-us-article .about-us-article .container .content{padding:50px 0 50px}about-us-article .about-us-article .container .content .key-points{padding:0 50px}}
certificates-slider section{padding-top:100px;padding-bottom:130px;background:#eef2e4}certificates-slider h2{margin:0}certificates-slider .coverflow{position:relative;height:570px}certificates-slider .track{position:relative;width:100%;height:100%;perspective:1200px}certificates-slider .slide{position:absolute;top:50%;left:50%;transition:transform .5s ease,opacity .35s ease;cursor:pointer}certificates-slider .slide img{width:100%;height:290px;border-radius:20px;display:block}certificates-slider .pagination{display:flex;justify-content:center;gap:12px}certificates-slider .nav{display:grid;place-items:center;background-color:#fff;cursor:pointer;position:static;height:48px;width:48px;border:2px solid #306e3d;border-radius:50%}certificates-slider .nav::after{display:none !important;content:none !important}certificates-slider .nav svg{height:25px;width:12px}certificates-slider .nav:hover{background-color:#306e3d;border-color:#306e3d}certificates-slider .nav:hover svg path{stroke:#fff}@media(max-width: 1000px){certificates-slider section{padding-top:80px}certificates-slider .coverflow{height:500px}certificates-slider .slide img{height:250px}}@media(max-width: 750px){certificates-slider .slide{width:300px}certificates-slider .slide img{justify-self:center}}
partners-banner section{padding:100px 65px}partners-banner section .partners-title{text-align:center;font-size:40px;font-weight:700;margin-bottom:65px}partners-banner section .partners-swiper{width:100%}partners-banner section .swiper-slide{display:flex;justify-content:center;align-items:center}partners-banner section .partners__logo{height:140px;display:flex;align-items:center;justify-content:center}partners-banner section .partners__logo img{max-height:100%;max-width:100%;object-fit:contain;transition:transform .3s ease}partners-banner section .swiper-pagination{position:relative;margin-top:100px}
media-text-block section{padding:100px 0}media-text-block section .container{display:flex;justify-content:center;gap:110px;padding:0 265px 0 140px}media-text-block section .container .content .title{font-size:30px;font-weight:700;line-height:150%;letter-spacing:.02em;text-align:start}media-text-block section .container .content .info__wrapper{max-width:730px;color:#616161;font-size:20px;font-weight:400;line-height:150%;letter-spacing:.02em}media-text-block section .container .content .info__list{margin:30px 0 30px}media-text-block section .container .content .info__list li{display:block;align-items:center}media-text-block section .container .content .info__list li::before{content:"";width:5px;height:5px;border-radius:50%;margin-left:10px;margin-right:10px;background-color:#616161;display:inline-block}@media screen and (max-width: 1670px){media-text-block section .container{padding-right:150px}media-text-block section image-component{align-content:center}}@media screen and (max-width: 1500px){media-text-block section .container{padding:0 100px}}@media screen and (max-width: 950px){media-text-block section .container{gap:60px;padding:0 50px}}@media screen and (max-width: 900px){media-text-block section .container .content .title{font-size:22px}media-text-block section .container .content .info__wrapper{font-size:16px}}@media screen and (max-width: 750px){media-text-block section .container{flex-direction:column;gap:30px}media-text-block section image-component{align-self:center}}@media screen and (max-width: 1250px){media-text-block section{padding:50px 0}}
