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}}
button-component .btn{color:var(--button-primary-normal-font-color);border-radius:var(--button-primary-border-radius);border:1px solid;background-color:var(--button-primary-normal-fill-color);border-color:var(--button-primary-normal-border-color);padding:20px 25px;cursor:pointer;font-weight:var(--button-primary-font-weight);transition:all .2s ease}button-component .btn:hover{color:var(--button-primary-hover-font-color);background-color:var(--button-primary-hover-fill-color);border-color:var(--button-primary-hover-border-color)}button-component .btn.empty{color:var(--button-secondary-normal-font-color);border-radius:var(--button-secondary-border-radius);background-color:var(--button-secondary-normal-fill-color);border-color:var(--button-secondary-normal-border-color);font-weight:var(--button-secondary-font-weight)}button-component .btn.empty:hover{color:var(--button-secondary-hover-font-color);background-color:var(--button-secondary-hover-fill-color);border-color:var(--button-secondary-hover-border-color)}button-component a{display:block}
cookies-popup{display:none}cookies-popup.show{display:block;background-color:#10182f;padding:15px 0;position:fixed;bottom:0;left:0;width:100%;z-index:10;transition:all 1s ease}cookies-popup.show.hide{bottom:-100%}cookies-popup.show .cross{cursor:pointer;margin-left:15px}cookies-popup.show .flex_wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}cookies-popup.show .text{color:#fff;font-size:16px;line-height:25px}cookies-popup.show .text a{color:#fff;font-size:14px;line-height:22px;text-decoration:underline;transition:all .2s ease}cookies-popup.show .text a:hover{color:#00bfd6}cookies-popup.show .flex-wrapper{gap:15px;align-items:center}cookies-popup.show .text-wrapper{display:flex;gap:15px;align-items:center}cookies-popup.show .text-wrapper .text.mobile{display:none}cookies-popup.show .text-wrapper a{font-size:18px;text-decoration:none}cookies-popup.show .text-wrapper a:hover{color:#d9d9d9}cookies-popup.show .text-wrapper svg{min-width:60px}cookies-popup.show .btn{font-size:18px;cursor:pointer;padding:10px 25px;color:#10182f;border-radius:5px;background-color:#fff;border:2px solid rgba(0,0,0,0);transition:all .3s ease-in}cookies-popup.show .btn:hover{color:#fff;background-color:#10182f;border-color:#fff}cookies-popup.show .btn.empty{color:#fff;background-color:rgba(0,0,0,0);border-color:#fff}cookies-popup.show .btn.empty:hover{color:#10182f;background-color:#fff;border-color:#10182f}@media screen and (max-width: 950px){cookies-popup.show .flex_wrap .text.desktop{display:none}cookies-popup.show .flex_wrap .text.mobile{display:block}}@media screen and (max-width: 675px){cookies-popup.show .container{padding:0 15px}cookies-popup.show .btn{padding:8px 20px}}@media screen and (max-width: 620px){cookies-popup.show .flex_wrap{flex-direction:column;gap:15px}cookies-popup.show .text-wrapper{justify-content:center;width:100%;gap:15px}}
body.edit-mode-enabled [gh-id]:hover{outline:1px solid #2b61fa}.tox-tinymce-inline .tox-editor-header{position:absolute !important;top:-15px !important;left:0;z-index:1000 !important;width:max-content}edit-mode{margin-top:15px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;width:100%}edit-mode .edit-mode-button{display:flex;align-items:center;justify-content:center}edit-mode .edit-mode-switch{height:0;width:0;visibility:hidden}edit-mode .edit-mode-label{cursor:pointer;text-indent:-9999px;width:60px;height:30px;background:#dbdbdb;display:block;border-radius:100px;position:relative}edit-mode .edit-mode-label:after{content:"";position:absolute;top:2px;left:2px;width:26px;height:26px;background:#fff;border-radius:90px;transition:.3s}edit-mode .edit-mode-switch:checked+.edit-mode-label{background:#2b61fa}edit-mode .edit-mode-switch:checked+.edit-mode-label:after{left:calc(100% - 2px);transform:translateX(-100%)}edit-mode .edit-mode-label:active:after{width:36px}edit-mode p{font-size:24px;color:#fff}
.gudhub-login-popup__bg{position:fixed;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.8);z-index:1000}.gudhub-login-popup__bg.active{display:flex}.gudhub-login-popup__bg gudhub-login form{background:#fff;margin-top:0px;padding:15px;font-family:Helvetica}.gudhub-login-popup__bg gudhub-login form h2{font-family:Helvetica;color:#2b60fa}.gudhub-login-popup__bg gudhub-login form .change-auth-form{display:none}.gudhub-login-popup__bg gudhub-login form .auth__button{background:#2b60fa;font-family:Helvetica}.gudhub-login-popup__bg gudhub-login form .login-form__item label{font-family:Helvetica}.gudhub-login-popup__bg gudhub-login form .login-form__item input{font-family:Helvetica}
edit-mode-notifications{position:fixed;left:25px;top:25px;z-index:99999}edit-mode-notifications .notification{background:rgba(0,0,0,.8);border-radius:10px;padding:10px 20px;color:#fff;font-family:Helvetica;font-size:18px;box-shadow:0 0 10px rgba(0,0,0,.3);margin-bottom:10px}
.shadow{position:fixed;top:0;left:-200%;background:rgba(0,0,0,0);width:100%;height:100%;z-index:11;transition:background .5s ease}header{background-color:rgba(0,0,0,0);height:90px;position:fixed;left:0;top:0;z-index:15;width:100%;max-width:100vw;display:flex;align-items:center;transition:all .2s ease}header .popup_shadow.show_shadow{opacity:1;pointer-events:all}header .popup_shadow{position:fixed;z-index:5;top:0;left:0;background:rgba(0,0,0,.5);width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:all .4s ease}header .container{display:flex;align-items:center;justify-content:space-between;height:100%}header .header_center{height:100%}header .logo{display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;position:relative}header .logo_main{font-size:32px;line-height:37px}header .logo_sub{font-size:10px;line-height:11.5px;position:absolute;top:39px;right:-13px}header .mobileRight{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}header nav{height:100%}header nav ul{height:100%;list-style:none;display:flex;align-items:center}header nav ul li{position:relative}header nav ul li:last-child{margin-right:0}header nav ul li.megamenu>a,header nav ul li.megamenu>span{padding:0 32px 0 16px;cursor:pointer}header nav ul li.megamenu>a::before,header nav ul li.megamenu>span::before{content:"";position:absolute;top:calc(50% - 2px);right:14px;width:10px;height:10px;transition:all .2s ease;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M1.59998 1L5.09998 4.88889L8.59998 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");background-size:contain}header nav ul li a,header nav ul li span{padding:0 19px;position:relative;white-space:nowrap;font-weight:500;font-size:16px;line-height:25px;color:#fff;display:flex;align-items:center;height:100%;transition:all .2s ease}header nav ul li.menu__item a .icon{width:16px;height:16px;display:flex;justify-content:center;align-items:center}header nav ul li.menu__item a .arrowIcon{display:none;margin-top:3px;margin-left:5px}header nav ul li.menu__item a:hover,header nav ul li.menu__item span:hover{text-shadow:.5px 0 0 #fff}header nav ul li.menu__item a:hover::after,header nav ul li.menu__item span:hover::after{width:calc(100% - 50px)}header nav ul li.menu__item a::after,header nav ul li.menu__item span::after{content:"";position:absolute;bottom:32px;left:25px;width:0;height:1px;background-color:var(--primary-color);transition:all .2s ease}header nav ul li .child{flex-direction:column}header nav ul li .child a:after{content:none}header nav ul li .megamenu_wrapper{width:fit-content;transition:all .2s ease;max-height:0;position:absolute;z-index:12;height:100%;top:30px;left:0;background-color:#fff;overflow:hidden;padding:0 20px;border-radius:5px;box-shadow:rgba(0,0,0,.24) 0px 3px 8px}header nav ul li .childs_wrapper ul{height:auto}header nav ul li .childs_wrapper .child{flex-wrap:wrap;align-items:flex-start;max-height:0}header nav ul li .childs_wrapper .child li{margin-right:0;width:50%}header nav ul li .childs_wrapper .child a,header nav ul li .childs_wrapper .child span{font-size:16px;line-height:22px;color:var(--block-primary-text-color);padding:10px;transition:all .2s ease}header nav ul li .childs_wrapper .child a:hover,header nav ul li .childs_wrapper .child span:hover{text-shadow:.5px 0 0 var(--block-primary-text-color)}header button-component .btn{font-size:22px}header-component.scrolled .header,header-component.active .header{margin-top:0;border-bottom:1px solid #f0f0f0;background:#fff}header-component.scrolled .header button-component .btn:hover,header-component.active .header button-component .btn:hover{--button-primary-hover-font-color: #fff;--button-primary-hover-fill-color: #0E1011;--button-primary-hover-border-color: #0E1011}header-component.scrolled header .logo_main,header-component.scrolled header .logo_sub,header-component.scrolled header nav ul li a,header-component.scrolled header nav ul li span,header-component.active header .logo_main,header-component.active header .logo_sub,header-component.active header nav ul li a,header-component.active header nav ul li span{color:#0e1011}header-component.scrolled header nav ul li.megamenu>a::before,header-component.scrolled header nav ul li.megamenu>span::before,header-component.active header nav ul li.megamenu>a::before,header-component.active header nav ul li.megamenu>span::before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M1.59998 1L5.09998 4.88889L8.59998 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E")}header-component.scrolled .hamburger::before,header-component.scrolled .hamburger::after,header-component.scrolled .hamburger>div,header-component.active .hamburger::before,header-component.active .hamburger::after,header-component.active .hamburger>div{background:#0e1011}.hamburger{display:block;position:relative;z-index:2;width:25px;height:20px;transition:all .2s ease;padding:10px 0;cursor:pointer}.hamburger::before{z-index:3;content:"";position:absolute;top:0;right:0;width:25px;height:1px;background:#fff;border-radius:100px;transition:all .3s ease}.hamburger::after{content:"";position:absolute;top:calc(100% - 3px);right:0;width:25px;height:1px;background:#fff;transition:all .3s ease;z-index:3;border-radius:100px}.hamburger>div{border-radius:100px;position:absolute;top:calc(50% - 1px);right:0;width:25px;height:1px;background:#fff;transition:all .5s ease;opacity:1}@media screen and (max-width: 1350px){header-component header nav ul li a,header-component header nav ul li span{padding:0 10px}header nav ul li.megamenu>a::before,header nav ul li.megamenu>span::before{right:0}}@media screen and (min-width: 1250px)and (max-width: 1350px){header nav ul li.megamenu>span{padding:0 15px}}@media screen and (min-width: 1125px)and (max-width: 1250px){header nav ul li a,header nav ul li span{padding:0 16px}header-component header nav ul li.megamenu>span,header-component header nav ul li.megamenu>a{padding:0 15px 0 10px}}@media screen and (min-width: 1125px){header nav ul li.megamenu:hover .megamenu_wrapper{max-height:500px;height:auto;overflow:visible}header nav ul li.megamenu:hover .megamenu_wrapper .child{max-height:100%}.hamburger{display:none}.hamburger_wrapper{display:none}header nav ul li.megamenu:hover>a::before,header nav ul li.megamenu:hover>span::before{transform:rotate(180deg);top:calc(50% - 7px)}}@media screen and (max-width: 1125px){header .container .shared_wrapper.logo_wrapper{display:flex;justify-content:center}header .container .shared_wrapper.button_wrapper{display:flex;justify-content:flex-end}header .container{position:relative;justify-content:space-between}header .header_center{position:absolute;top:80px;left:-200%;width:100%;max-width:500px;height:calc(100vh - 68px);background:#fff;transition:all .5s ease}header .header_center nav{padding:20px}header .header_center nav ul{align-items:flex-start}header .header_center nav ul li{height:auto;width:100%}header .header_center nav ul li a,header .header_center nav ul li span{font-size:20px;line-height:30px;padding:5px 0;height:auto}header .header_center nav ul li.megamenu.hover .megamenu_wrapper{position:static;border:none;background-color:rgba(0,0,0,0);box-shadow:none;overflow:visible;height:auto;max-height:100%}header .header_center nav ul li.megamenu.hover .megamenu_wrapper .child{max-height:100%}header nav ul{flex-direction:column}.active .shadow{background:rgba(0,0,0,.5);left:0}.active header .header_center{left:0}.active .hamburger{height:28px}.active .hamburger>div{opacity:0;right:100px}.active .hamburger::before{right:0;top:calc(50% - 1px);transform:rotate(-45deg)}.active .hamburger::after{right:0;top:calc(50% - 1px);width:25px;transform:rotate(45deg)}header .mobileRight{width:auto;gap:20px}}@media screen and (max-width: 650px){header .header_center{top:58px}header{height:60px}header .container{padding:0 20px}header .mobileRight{gap:60px}header .logo_main{font-size:18px;line-height:20px}header .logo_main .accent-color{color:#c7e86f}header .logo_sub{top:20px;font-size:6px;line-height:7px}header img.logo{height:28px;width:26px}header-component header button-component div.btn{font-size:14px;line-height:16.1px;padding:17px 25px;width:fit-content;background-color:#0e1011;color:#fff;border-color:#0e1011}}@media screen and (max-width: 400px){header .container .shared_wrapper{width:auto}header .container .shared_wrapper.logo_wrapper{display:block}}
footer{background-color:#0e1011;color:#cfcfcf}footer .container{max-width:1516px}footer .footer_top{display:flex;gap:50px;justify-content:space-between;padding:80px 0 50px}footer .footer_top .footer_left{display:flex;flex-direction:column}footer .footer_top .footer_left .footer_left__top .logo{display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;height:70px;width:fit-content;margin-bottom:30px;position:relative}footer .footer_top .footer_left .footer_left__top .logo_main{font-size:32px;line-height:37px}footer .footer_top .footer_left .footer_left__top .logo_sub{font-size:10px;line-height:11.5px;position:absolute;top:46px;right:-12px}footer .footer_top .footer_left .footer_left__top p.text{max-width:415px;font-size:15px;line-height:21px}footer .footer_top .footer_left .like_a_list{display:flex;justify-content:left;gap:40px;margin-top:40px}footer .footer_top .footer_left .like_a_list a{width:25px;height:25px}footer .footer_top .footer_left .like_a_list svg path{fill:#fff}footer .footer_top .footer_center{display:flex;gap:40px}footer .footer_top .footer_center .block__title{font-size:16px;font-weight:700;line-height:22.4px;color:#fff;margin-bottom:32px}footer .footer_top .footer_center .block__list_wrapper{display:flex}footer .footer_top .footer_center .block__list_wrapper .add-list{margin-left:50px}footer .footer_top .footer_center .block__list_wrapper li a{display:block;font-size:14px;font-weight:400;line-height:19.6px;color:#cfcfcf;width:max-content;margin-bottom:10px;max-width:198px}footer .footer_top .footer_center .block__list_wrapper li a:hover{color:#fff}footer .footer_top .footer_right{display:flex;flex-direction:column;gap:30px;margin-top:20px}footer .footer_top .footer_right .info-block{display:flex;align-items:center;gap:20px}footer .footer_top .footer_right .info-block__title{font-weight:700;margin-bottom:8px;color:#fff}footer .footer_top .footer_right .info-block__info{font-size:15px;width:200px;color:#cfcfcf}footer .footer_top .footer_right .info-block__info:hover{color:#c6e76c}footer .footer_bottom{border-top:2px solid #4d555b;padding:30px 0}footer .footer_bottom .bottom_flex{display:flex;align-items:center;justify-content:space-between;text-transform:uppercase}footer .footer_bottom .bottom_flex .left{display:flex;align-items:center;gap:15px}footer .footer_bottom .bottom_flex .left a{color:#cfcfcf;font-size:14px;letter-spacing:.03em;width:200px}footer .footer_bottom .bottom_flex .left a:hover{color:#c6e76c}footer .footer_bottom .bottom_flex .left .edit-mode-block{width:100%;max-width:218px;display:flex;justify-content:space-between;padding:8px 20px;background:#1b1b1d;align-items:center;gap:30px}footer .footer_bottom .bottom_flex .left .edit-mode-block .edit-mode-subtitle{font-size:10px;color:#9698a5}footer .footer_bottom .bottom_flex .left .edit-mode-block p{color:#fff;font-size:16px}footer .footer_bottom .bottom_flex .left .edit-mode-block edit-mode{background:gray;border-radius:100px;cursor:pointer;display:block;height:30px;position:relative;text-indent:-9999px;width:33px;height:20px}footer .footer_bottom .bottom_flex .left .edit-mode-block edit-mode .edit-mode-label{width:33px;height:20px}footer .footer_bottom .bottom_flex .left .edit-mode-block edit-mode .edit-mode-label::after{width:18px;height:18px;top:1px;left:1px;box-shadow:0px 1.94px 5.16px 0px rgba(0,0,0,.1490196078)}footer .footer_bottom .bottom_flex .left .edit-mode-block edit-mode .edit-mode-switch:checked+.edit-mode-label:after{left:32px}@media screen and (max-width: 1350px)and (min-width: 1050px){footer .footer_top .footer_center{flex-direction:column}}@media screen and (max-width: 1050px){footer .footer_top{flex-direction:column;align-items:center;gap:30px}}@media screen and (max-width: 775px){footer .footer_top .footer_center{justify-content:center;flex-wrap:wrap}}@media screen and (max-width: 775px){footer .footer_top .footer_center .block:nth-of-type(1){width:83%}}@media screen and (max-width: 550px){footer .footer_top .footer_left__top{display:flex;flex-direction:column;align-items:center;text-align:center}footer .footer_top .footer_left .like_a_list{justify-content:center}footer .footer_top .footer_center .block__title{text-align:center}footer .footer_top .footer_center .block__list_wrapper{flex-direction:column;align-items:center}footer .footer_top .footer_center .block__list_wrapper .add-list{margin-left:0}footer .footer_top .footer_center .block__list_wrapper ul li a{width:100%;text-align:center}footer .footer_top .footer_right .info-block{gap:36px}footer .footer_bottom .bottom_flex{flex-direction:column;align-items:center;gap:15px}}@media screen and (max-width: 400px){footer .footer_top .soc_list{justify-content:flex-start}footer .footer_left{margin-bottom:20px}footer .footer_top{flex-direction:column}}
