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}}
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}}
news-posts{background:var(--bg-color);--transition-duration: .2s}news-posts section{background-color:#f1f2f2}news-posts .empty_posts{text-align:center;font-size:26px;width:100%}news-posts .posts__container{max-width:1500px;margin:0 auto;padding:0 40px}news-posts .posts__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:25px}news-posts .search{display:flex;align-items:center;justify-content:center;gap:10px;max-width:760px;margin:0 auto;margin-bottom:60px;border-radius:8px;background-color:#fff}news-posts .search input{width:100%;display:block;font-size:14px;color:var(--input-text-color);outline:none}news-posts .search input:focus{background-color:rgba(0,0,0,0);border-radius:var(--input-active-border-radius)}news-posts .search input::placeholder{font-size:16px;line-height:16px;color:var(--input-placeholder-color)}news-posts .search input:-webkit-autofill,news-posts .search input:-webkit-autofill:hover,news-posts .search input:-webkit-autofill:focus,news-posts .search input:-webkit-autofill:active{background-color:rgba(0,0,0,0)}news-posts .search .loader_icon{display:none}news-posts .search input.loading+.icon .search_icon{display:none}news-posts .search input.loading+.icon .loader_icon{display:block;width:23px;height:23px;animation:loading 2s linear infinite}news-posts .post{max-width:500px;position:relative;transition:all .3s ease-in-out;border-radius:12px;background-color:#fff}news-posts .post__image{height:200px;border-top-left-radius:12px;border-top-right-radius:12px;overflow:hidden}news-posts .post__image img{height:200px;width:100%;object-fit:cover}news-posts .post__info{display:flex;flex-direction:column;justify-content:space-between;gap:8px;padding:16px 30px}news-posts .post:hover{transform:scale(1.01)}news-posts .post:hover .arrow{animation:mapArrowPulse 1.4s ease-in-out infinite}news-posts .post-info__posted-at{font-size:15px;color:#616161}news-posts .post-info__title{margin:0;font-size:18px;text-align:start;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}news-posts .post-info__title a{color:#3d3d3d;text-decoration:none;transition:color .3s ease-in-out}news-posts .post-info__title a:hover{color:#2e79b9}news-posts .post-info__read-more{display:flex;flex-direction:column;justify-content:space-between;gap:5px}news-posts .post-info__description{display:flex;align-items:end;gap:1px}news-posts .post-info__intro{font-size:14px;color:#616161;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}news-posts .post-info__description span{font-size:14px;font-weight:500;color:#2e79b9;text-decoration:none;white-space:nowrap;transition:text-decoration .3s ease-in-out}news-posts .post-info__description span:hover{text-decoration:underline}news-posts .pagination{margin-top:30px;display:flex;align-items:center;justify-content:center}news-posts .pagination.hide{display:none}news-posts .pagination_wrapper{display:flex;align-items:center;justify-content:center}news-posts .pagination .prev,news-posts .pagination .next{border:1px solid #b3babf;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all var(--transition-duration) ease;cursor:pointer}news-posts .pagination .prev a,news-posts .pagination .next a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}news-posts .pagination .prev svg path,news-posts .pagination .next svg path{stroke:var(--accent-color);background-color:#fff;transition:all var(--transition-duration) ease}news-posts .pagination .prev.disable,news-posts .pagination .next.disable{cursor:default}news-posts .pagination .prev.disable svg path,news-posts .pagination .next.disable svg path{stroke:#4d555b}news-posts .pagination .prev:not(.disable):hover,news-posts .pagination .next:not(.disable):hover{background-color:var(--accent-color)}news-posts .pagination .prev:not(.disable):hover svg path,news-posts .pagination .next:not(.disable):hover svg path{stroke:#fff}news-posts .pagination .pages{list-style:none;display:flex;align-items:center}news-posts .pagination .pages li{width:40px;height:40px;margin-right:20px;border:1px solid #b3babf}news-posts .pagination .pages li a,news-posts .pagination .pages li span{display:flex;align-items:center;justify-content:center;color:#4d555b;font-size:16px;font-weight:700;line-height:24px;width:100%;height:100%;transition:all var(--transition-duration) ease}news-posts .pagination .pages li a:hover,news-posts .pagination .pages li span:hover{background-color:var(--accent-color);color:#fff}news-posts .pagination .pages li.active a,news-posts .pagination .pages li.active span{background-color:var(--accent-color);color:#fff}news-posts .pagination .prev{margin-right:20px}@keyframes loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media screen and (max-width: 1650px){news-posts .post-info__description{display:block}news-posts .post-info__intro{margin-bottom:5px}}@media screen and (max-width: 1600px){news-posts .post__image{width:100%;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-left-radius:0}news-posts .posts__list a{width:fit-content}news-posts .post__info{padding:16px 30px}news-posts .posts__list{justify-items:center;grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 1024px){news-posts .posts__list{justify-items:center;grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 860px){news-posts .posts__list{justify-items:center;grid-template-columns:repeat(1, 1fr)}}@media screen and (max-width: 650px){news-posts .post__image img{height:150px;width:100%}news-posts .post__image{height:150px}news-posts .post__info{padding:10px 20px}}@media screen and (max-width: 550px){news-posts .post__image img{height:130px}news-posts .post__image{height:130px}news-posts .post-info__title{font-size:16px}}@media screen and (max-width: 530px){news-posts .post__image img{height:200px}news-posts .post__image{height:200px}}
news-categories-list{position:relative;width:100%}news-categories-list .categories__wrapper{width:100%;overflow-x:auto;border-radius:8px;margin-bottom:40px}news-categories-list .categories__arrow{position:absolute;top:50%;transform:translateY(-50%);width:58px;height:58px;background-color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5;opacity:0;pointer-events:none;transform:translateY(-50%);transition:opacity .2s ease,transform .25s ease}news-categories-list .categories__arrow--left{left:0px;border-top-left-radius:8px;border-bottom-left-radius:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18' viewBox='0 0 11 18' fill='none'%3E%3Cpath d='M9.99872 1.63086L1.90234 9.45264L9.99872 17' stroke='%232E79B9' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;border:1px solid #f1f2f2;box-shadow:2px 0px 4px 0px rgba(0,0,0,.1490196078)}news-categories-list .categories__arrow--right{height:100%;right:0px;border-top-right-radius:8px;border-bottom-right-radius:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18' viewBox='0 0 11 18' fill='none'%3E%3Cpath d='M1.00128 16.3692L9.09766 8.54739L1.00128 0.999997' stroke='%232E79B9' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;border:1px solid #f1f2f2;box-shadow:-2px 0px 4px 0px rgba(0,0,0,.1490196078)}news-categories-list.show-left .categories__arrow--left,news-categories-list.show-right .categories__arrow--right{height:100%;opacity:1;pointer-events:auto;transform:translateY(-50%) translateX(0)}news-categories-list .categories__arrow--left{transform:translateY(-50%) translateX(-12px)}news-categories-list.show-left .categories__arrow--left{transform:translateY(-50%) translateX(0) scale(1)}news-categories-list .categories__arrow--right{transform:translateY(-50%) translateX(12px)}news-categories-list.show-right .categories__arrow--right{transform:translateY(-50%) translateX(0) scale(1)}news-categories-list .categories__list{display:flex;justify-content:center;width:fit-content;gap:0;margin:0 auto;padding:0;height:56px;list-style:none;border-radius:8px}news-categories-list .categories__list li:first-child a{border-top-left-radius:8px;border-bottom-left-radius:8px}news-categories-list .categories__list li:last-child a{border-top-right-radius:8px;border-bottom-right-radius:8px}news-categories-list .categories__list li{height:100%;flex-shrink:0}news-categories-list .categories__list a{display:flex;align-items:center;height:100%;padding:18px 25px;font-size:18px;font-weight:700;letter-spacing:.02em;white-space:nowrap;color:#2e79b9;background-color:#fff;text-decoration:none;border:none;transition:background-color .2s ease,color .2s ease}news-categories-list .categories__list li.active a{background-color:#2e79b9;color:#fff}news-categories-list .categories__list li:not(.active) a:hover{background-color:#e6f0fa}news-categories-list .categories__wrapper{-ms-overflow-style:none;scrollbar-width:none}news-categories-list .categories__wrapper::-webkit-scrollbar{display:none}@media(max-width: 768px){news-categories-list .categories__list{height:48px}news-categories-list .categories__list a{font-size:16px;padding:0 14px;font-weight:600}}@media(max-width: 480px){news-categories-list .categories__list{height:44px}news-categories-list .categories__list a{font-size:15px;padding:0 12px}}
news-search{--bg-color: #F1F2F2;position:relative;width:100%;max-width:500px;z-index:20}news-search section{padding:0}news-search .search__container{display:flex;width:100%;z-index:20}news-search .search__input{flex:1;display:flex;align-items:center;gap:10px;padding:16px 20px;background:#fff;border-radius:8px 0 0 8px}news-search .search__input input{width:100%;border:none;outline:none;font-size:18px}news-search .search-dropdown::-webkit-scrollbar-thumb{background:gray;border-radius:4px}news-search .search-btn{padding:18px 30px;background:#2e79b9;color:#fff;border-radius:0 8px 8px 0;font-size:18px;cursor:pointer}news-search .search-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);backdrop-filter:blur(2px);opacity:0;pointer-events:none;z-index:5;transition:.2s}news-search .search-dropdown{display:none;position:absolute;top:80px;width:100%;max-height:300px;overflow-y:auto;background:var(--bg-color);z-index:15}news-search .search-dropdown .search-item{height:fit-content;display:flex;gap:10px;padding:10px;border-bottom:1px solid #ccc;text-decoration:none;color:#616161}news-search .search-dropdown .search-item:hover{background:#eee}news-search .search-dropdown .search-item img{width:auto;max-width:165px;height:100px;object-fit:cover}news-search .search-dropdown .search-item p{font-size:22px;align-self:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}news-search.active .search-overlay{opacity:1;pointer-events:all}news-search.active .search-dropdown{display:block}
