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}
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}}
.breadcrumbs_list{display:flex;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.breadcrumbs_list::-webkit-scrollbar{display:none}.breadcrumbs_list li{flex:0 0 auto}products-subcategories-article section{padding:0}products-subcategories-article .post{height:200px}products-subcategories-article .container{display:flex;justify-content:space-between;gap:50px;padding:0}products-subcategories-article .container .primary-block{width:100%}products-subcategories-article breadcrumbs-component{--breadcrumbsAccentColor: var(#fff);--breadcrumbsLastColor: var(#fff)}products-subcategories-article breadcrumbs-component .breadcrumbs_list{justify-content:flex-start;text-transform:uppercase;margin-bottom:26px;padding:0}products-subcategories-article breadcrumbs-component .breadcrumbs_list li{color:#fff !important;font-size:14px !important}products-subcategories-article breadcrumbs-component .breadcrumbs_list li a{transition:all .3s ease}products-subcategories-article breadcrumbs-component .breadcrumbs_list li a:hover{text-decoration:underline}products-subcategories-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}products-subcategories-article breadcrumbs-component .breadcrumbs_list li:last-child{font-weight:700}products-subcategories-article article{background-color:#fff !important;max-width:100% !important}products-subcategories-article article .post{background-color:#2e79b9;padding:42px 30px 70px 30px;color:#fff}products-subcategories-article article .post__info{display:flex;flex-direction:row;padding:0;justify-content:space-between}products-subcategories-article article .post__title{display:flex;text-align:center;flex-direction:row;align-items:center}products-subcategories-article article .post__title h1{font-size:40px;font-weight:700;margin-bottom:0;line-height:100%;color:#fff;text-transform:uppercase}products-subcategories-article article .post .info{justify-content:center}products-subcategories-article article .post .info__container{display:flex;flex-direction:column;justify-content:space-between;gap:26px}products-subcategories-article article .post .info__title{color:hsla(0,0%,100%,.8431372549);margin-bottom:0;font-weight:bold;text-transform:uppercase}products-subcategories-article .content{font-size:20px;line-height:150%;color:#3d3d3d;padding:22px 220px 95px;line-height:25px}products-subcategories-article .content h2{font-weight:700;margin:40px 0 16px 0;font-size:30px;line-height:150%;letter-spacing:.02em;text-align:start}products-subcategories-article .content p,products-subcategories-article .content li{font-size:20px;font-weight:400px;line-height:150%;letter-spacing:.02em}products-subcategories-article .content li{list-style:disc;list-style-position:inside;padding-left:8px}products-subcategories-article .content p+p{margin-top:15px}products-subcategories-article .content ol,products-subcategories-article .content ul{padding-left:30px}products-subcategories-article .content p+ol>li,products-subcategories-article .content p+ul>li{margin-bottom:15px}products-subcategories-article .content p+ol,products-subcategories-article .content p+ul{margin-top:15px}products-subcategories-article .content h3+ol>li,products-subcategories-article .content h3+ul>li{margin-bottom:15px}products-subcategories-article .content h3+ol,products-subcategories-article .content h3+ul{margin-top:15px}products-subcategories-article .content ul:has(+p){margin-bottom:30px}@media(max-width: 1550px){products-subcategories-article article .post{margin-top:10px}}@media(max-width: 1550px){products-subcategories-article article .post{margin-top:0}}@media(max-width: 1500px){products-subcategories-article .content{padding:100px 200px}}@media(max-width: 1300px){products-subcategories-article breadcrumbs-component{padding:0}}@media(max-width: 1000px){products-subcategories-article .content{padding:70px 100px}}@media(max-width: 750px){products-subcategories-article article .post__info{padding:0}}@media(max-width: 700px){products-subcategories-article .content{padding:50px}}@media(max-width: 650px){products-subcategories-article article .post{margin-top:40px}}@media(max-width: 640px){products-subcategories-article breadcrumbs-component .breadcrumbs_list li a,products-subcategories-article breadcrumbs-component .breadcrumbs_list li:last-child{margin-left:10px}}@media(max-width: 570px){products-subcategories-article article .post__title h1{font-size:32px}}@media(max-width: 490px){products-subcategories-article article .post{margin-top:20px}}
products-card-grid section{padding:70px 120px 100px;background-image:url("/assets/images/products/products-card-grid/products-card-grid.jpg");background-repeat:no-repeat;background-position:center;background-size:cover}products-card-grid .container{padding:0;justify-items:center}products-card-grid .container .products__title{font-size:40px;color:#fff;font-weight:700;margin-bottom:42px;letter-spacing:.02em}products-card-grid .container .product__list{display:grid;justify-content:center;width:100%;grid-template-columns:repeat(4, minmax(330px, 1fr));gap:24px}products-card-grid .container .product__list a{text-decoration:none;display:flex;justify-content:center}products-card-grid .product__item{justify-content:center;width:100%;min-width:0;max-width:330px;height:400px;border-radius:10px;overflow:hidden;background-color:#fff;box-shadow:0 20px 40px rgba(0,0,0,.2);transition:transform .25s ease,box-shadow .25s ease;will-change:transform;transform:translateZ(0);backface-visibility:hidden;cursor:pointer}products-card-grid .product__item:hover{transform:scale(1.03);box-shadow:0 25px 45px rgba(0,0,0,.28)}products-card-grid .product__item .product__inner{transition:all 3s ease-in-out}products-card-grid .product__item .product__inner:hover .product__info h2{color:#2e79b9}products-card-grid .product__item .product__image{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:275px;max-height:275px;position:relative;background-color:#f1f2f2;overflow:hidden}products-card-grid .product__item .product__image .product__image-main{padding-bottom:30px;transform:translateZ(0);display:block;line-height:0}products-card-grid .product__item .product__animal-icons{position:absolute;bottom:12px;left:18px;display:flex;gap:12px}products-card-grid .product__item .product__animal-icons img{border-radius:100%;width:40px;height:40px}products-card-grid .product__item .product__info{background-color:#fff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:normal}products-card-grid .product__item .product__info .product__title{padding:20px 18px 20px;font-size:18px;font-weight:700;line-height:140%;letter-spacing:.02em;line-height:1.4}@media(max-width: 1800px){products-card-grid .container .product__list{grid-template-columns:repeat(3, 300px)}}@media(max-width: 1024px){products-card-grid .container .product__list{grid-template-columns:repeat(2, 300px)}}@media(max-width: 670px){products-card-grid .container .product__list{grid-template-columns:repeat(1, 330px)}}
