accordion-only{--hover-transition-duration: .2s;--expand-transition-duration: .5s;--gap: 20px;background:var(--bg-color)}accordion-only .subtitle{max-width:940px;margin-left:auto;margin-right:auto;text-align:center}accordion-only .flex-wrapper{display:flex;gap:var(--gap)}accordion-only .accordion-column{width:calc(50% - var(--gap)/2)}accordion-only .accordion-column>*:not(:last-child){margin-bottom:20px}accordion-only .primary-block{width:100%;background:var(--block-primary-bg-color);border-radius:var(--block-primary-border-radius);box-shadow:var(--block-primary-box-shadow);cursor:pointer;transition:all var(--hover-transition-duration) ease}accordion-only .primary-block:hover,accordion-only .primary-block.expand{background-color:var(--block-primary-bg-hover-color)}accordion-only .primary-block .visible-content{display:flex;justify-content:space-between;align-items:center;padding:16px}accordion-only .primary-block .visible-content .title{margin-bottom:0;transition:color var(--hover-transition-duration) ease}accordion-only .primary-block .visible-content .icon{width:24px;height:24px;display:flex;justify-content:center;align-items:center}accordion-only .primary-block .visible-content .icon svg{width:16px;height:auto;transition:transform var(--hover-transition-duration) linear}accordion-only .primary-block .visible-content .icon svg path{stroke:var(--h-color);transition:stroke var(--hover-transition-duration) ease}accordion-only .primary-block .expandable-wrapper{max-height:0;display:flex;flex-direction:column;gap:12px;overflow:hidden;transition:max-height var(--expand-transition-duration) ease}accordion-only .primary-block .expandable-wrapper .content{padding:20px 15px}accordion-only .primary-block .expandable-wrapper .content .text,accordion-only .primary-block .expandable-wrapper .content li{font-size:var(--text-font-size);font-weight:var(--text-font-weight);color:var(--block-primary-text-color);line-height:140%;letter-spacing:.01em;text-align:inherit}accordion-only .primary-block .expandable-wrapper .content ul{padding-top:10px;padding-left:18px;list-style:disc}accordion-only .primary-block .expandable-wrapper .content ol{padding-top:10px;padding-left:18px;list-style:decimal}accordion-only .primary-block.expand .expandable-wrapper{max-height:200px}accordion-only .primary-block.expand .icon svg{transform:rotate(180deg)}accordion-only .primary-block.overflow .expandable-wrapper{overflow:auto}accordion-only .primary-block:hover .title,accordion-only .primary-block.expand .title{color:var(--block-primary-accent-color)}accordion-only .primary-block:hover .icon svg path,accordion-only .primary-block.expand .icon svg path{stroke:var(--block-primary-accent-color)}@media screen and (max-width: 800px){accordion-only .flex-wrapper{flex-direction:column}accordion-only .accordion-column{width:100%}}
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}
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}
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}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{transition:all .2s ease}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}}
footer{box-sizing:border-box;background-color:var(--bg-color);position:relative}footer image-component img{position:absolute;width:40%;height:100%;object-fit:cover;top:0;right:0}footer .container{position:relative;z-index:2}footer .footer_top{padding:100px 0;display:flex;align-items:center;justify-content:space-around}footer .footer_top .footer_buttons{display:flex;align-items:center;flex-direction:column;align-items:flex-start;gap:25px;justify-content:space-around;width:100%}footer .footer_top .footer_buttons .footer_button{display:flex;align-items:center;gap:10px;color:var(--block-primary-text-color)}footer .footer_top .footer_buttons .footer_button .icon_wrapper{background-color:var(--bg-color);border-radius:50%;min-width:60px;height:60px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;border:var(--block-primary-border);border-color:var(--block-primary-border-color)}footer .footer_top .footer_buttons .footer_button .email,footer .footer_top .footer_buttons .footer_button .address,footer .footer_top .footer_buttons .footer_button .tel{transition:all .2s ease}footer .footer_top .footer_buttons .footer_button:hover .email,footer .footer_top .footer_buttons .footer_button:hover .address,footer .footer_top .footer_buttons .footer_button:hover .tel{color:var(--block-primary-accent-color)}footer .footer_top .footer_buttons .footer_button:hover .icon_wrapper{background-color:var(--block-primary-accent-color)}footer .footer_top .footer_buttons .footer_button .title{font-size:20px;font-weight:700;margin-bottom:5px}footer .footer_top .footer_buttons .footer_button .address{display:flex;flex-wrap:wrap}footer .edit-mode-block{display:flex;width:fit-content;justify-content:space-between;padding:8px 20px;align-items:center;gap:30px;border:1px solid gray}footer .edit-mode-block .edit-mode-subtitle{font-size:10px;color:#9698a5}footer .edit-mode-block p{color:#fff;font-size:16px}footer .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 .edit-mode-block edit-mode .edit-mode-label{width:33px;height:20px}footer .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 .edit-mode-block edit-mode .edit-mode-switch:checked+.edit-mode-label:after{left:32px}@media screen and (max-width: 880px){.footer_top{flex-direction:column;gap:32px}.footer_top .footer_buttons{display:flex;flex-direction:row}}
.shadow{position:fixed;top:0;left:-200%;background:rgba(0,0,0,0);width:100%;height:100%;z-index:11;transition:background .5s ease}.shared_wrapper{width:100%;display:flex;justify-content:space-between;align-items:center}.shared_wrapper .number{display:flex;align-items:center;gap:10px;font-weight:700;font-size:20px;color:rgba(206,32,27,.8980392157)}.shared_wrapper .phone{height:16px;width:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 18 18' fill='black'%3E%3Cpath d='M3.62 7.79C5.06 10.62 7.38 12.93 10.21 14.38L12.41 12.18C12.68 11.91 13.08 11.82 13.43 11.94C14.55 12.31 15.76 12.51 17 12.51C17.55 12.51 18 12.96 18 13.51V17C18 17.55 17.55 18 17 18C7.61 18 0 10.39 0 1C0 0.45 0.45 0 1 0H4.5C5.05 0 5.5 0.45 5.5 1C5.5 2.25 5.7 3.45 6.07 4.57C6.18 4.92 6.1 5.31 5.82 5.59L3.62 7.79Z' fill='black'/%3E%3C/svg%3E")}header{background-color:#fff;height:80px;position:fixed;left:0;top:0;z-index:15;width:100%;display:flex;align-items:center;transition:all .2s ease}header .header_right{display:flex;gap:20px;align-items:center}header .header_right .btn{padding:12px 25px;height:45px;display:flex;align-items:center;justify-content:center}header .header_right .btn.empty:hover svg path{fill:#fff}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{max-width:160px;min-width:100px;display:flex;align-items:center;justify-content:center}header .mobileRight{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;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;height:100%}header nav ul li:last-child{margin-right:0}header nav ul li.megamenu>a,header nav ul li.megamenu>span{cursor:pointer}header nav ul li.megamenu>a::before,header nav ul li.megamenu>span::before{content:"";position:absolute;top:calc(50% - 2px);right:0;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='%232B60FA' stroke-width='2'/%3E%3C/svg%3E");background-size:contain}header nav ul li a,header nav ul li span{padding:0 25px;position:relative;white-space:nowrap;font-weight:400;font-size:18px;line-height:25px;color:#1b1b1d;display:flex;align-items:center;height:100%;transition:all .2s ease}header nav ul li a:hover,header nav ul li span:hover{color:rgba(206,32,27,.8980392157)}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{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 a:after{content:none}header nav ul li .megamenu_wrapper{border:0px solid var(--block-primary-border-color);transition:all .2s ease;max-height:0;position:absolute;z-index:12;height:100%;top:80px;left:-125px;background-color:var(--block-primary-bg-color);overflow:hidden;padding:0 40px;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-direction:column;align-items:flex-start}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)}.hamburger{display:block;position:relative;z-index:2;width:40px;height:20px;transition:all .2s ease;padding:10px 0;cursor:pointer}.hamburger::before{z-index:3;content:"";position:absolute;top:0;right:5px;width:25px;height:3px;background:#000;border-radius:100px;transition:all .3s ease}.hamburger::after{content:"";position:absolute;top:calc(100% - 3px);right:20px;width:10px;height:3px;background:#000;transition:all .3s ease;z-index:3;border-radius:100px}.hamburger>div{border-radius:100px;position:absolute;top:calc(50% - 1px);right:10px;width:20px;height:3px;background:#000;transition:all .5s ease;opacity:1}.header_bottom{background-color:#000;width:100%}.header_bottom .general{height:100px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:70px;color:#fff}.header_bottom .general_block{display:flex;align-items:center;justify-content:space-between;width:45%}.header_bottom .general_block-item{display:flex;align-items:center;gap:11px;color:#fff;transition:all .2s ease}.header_bottom a.general_block-item:hover{color:rgba(206,32,27,.8980392157)}.header_bottom .socials{display:flex;align-items:center}.header_bottom .socials .social_item{display:flex;align-items:center;justify-content:center;height:50px;width:50px;border-radius:50%;transition:all .2s}.header_bottom .socials .social_item:hover{background:#2b61fa;transition:all .2s}.header_bottom .socials .social_item:first-child:hover{background:#2b61fa}.header_bottom .socials .social_item:nth-child(2):hover{background:#f70095}@media screen and (max-width: 1250px){header nav ul li a,header nav ul li span{padding:0 16px}}@media screen and (min-width: 1025px){.hamburger{display:none}.hamburger_wrapper{display:none}}@media screen and (max-width: 1024px){.header_bottom{display:none}header .container .shared_wrapper.logo_wrapper{display:flex;justify-content:center}header .container .shared_wrapper.button_wrapper{display:flex;justify-content:flex-end}header nav ul li.menu__item a::after,header nav ul li.menu__item span::after{content:none}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.hover .megamenu_wrapper{max-height:1000px}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 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: 700px){header .header_right{display:none}}@media screen and (max-width: 650px){header .header_center{top:58px}header{height:60px}header .logo{width:100px}header .btn{font-size:14px;line-height:25px;font-weight:500;padding:8px 12px;border-radius:10px;width:auto;height:auto;white-space:nowrap}}
counter-section-with-image{--col-gap: 40px;--items-in-row: 3;background-color:var(--bg-color)}counter-section-with-image .service_counter{padding:40px 0}counter-section-with-image .service_counter .container .flex-wrapper{display:flex;justify-content:space-between;align-items:center;gap:var(--col-gap)}counter-section-with-image .service_counter .container .flex-wrapper .left,counter-section-with-image .service_counter .container .flex-wrapper .right{max-width:100%}counter-section-with-image .service_counter .container .flex-wrapper .left{min-width:250px;display:flex;flex-direction:column;gap:50px}counter-section-with-image .service_counter .container .flex-wrapper .left .text{text-align:left}counter-section-with-image .service_counter .container .flex-wrapper .left .text .h2{text-align:inherit}counter-section-with-image .service_counter .container .flex-wrapper .left .text>:last-child{margin-bottom:0}counter-section-with-image .service_counter .container .flex-wrapper .right .counters{min-width:100%;display:flex;justify-content:space-between;--gap: 12px;gap:var(--gap)}counter-section-with-image .service_counter .container .flex-wrapper .right .counters .counter_item{display:flex;flex-direction:column;justify-content:flex-start;text-align:center;width:160px}counter-section-with-image .service_counter .container .flex-wrapper .right .counters .counter_item .counter_top{display:flex;width:100%;color:var(--h-color);margin-bottom:10px}@media screen and (max-width: 900px){counter-section-with-image .service_counter .container .flex-wrapper .right .counters .counter_item .counter_top{justify-content:center}}counter-section-with-image .service_counter .container .flex-wrapper .right .counters .counter_item .counter_bottom{text-align:left;font-size:14px;line-height:140%;color:var(--text-color)}@media screen and (max-width: 900px){counter-section-with-image .service_counter .container .flex-wrapper .right .counters .counter_item .counter_bottom{text-align:center}}counter-section-with-image[data-items-in-row][data-items-in-row="5"]{--items-in-row: 5}@media screen and (max-width: 1500px){counter-section-with-image[data-items-in-row][data-items-in-row="5"]{--items-in-row: 2}}counter-section-with-image[data-items-in-row][data-items-in-row="4"]{--items-in-row: 4}@media screen and (max-width: 1050px){counter-section-with-image[data-items-in-row][data-items-in-row="4"]{--items-in-row: 2}}counter-section-with-image[data-items-in-row][data-items-in-row="3"]{--items-in-row: 3}@media screen and (max-width: 850px){counter-section-with-image[data-items-in-row][data-items-in-row="3"]{--items-in-row: 2}}counter-section-with-image[data-items-in-row][data-items-in-row="2"]{--items-in-row: 2}@media screen and (max-width: 1200px){counter-section-with-image .service_counter .container .flex-wrapper{flex-direction:column}counter-section-with-image .service_counter .container .flex-wrapper .right .counters{flex-wrap:wrap;justify-content:center}counter-section-with-image .service_counter .container .flex-wrapper .right .counters .counter_item .counter_bottom{text-align:center}counter-section-with-image .service_counter .container .flex-wrapper .right .counters .counter_top{justify-content:center}}@media screen and (max-width: 1025px){counter-section-with-image .service_counter .container .flex-wrapper .left{gap:20px}}@media screen and (max-width: 930px){counter-section-with-image .service_counter .container .flex-wrapper .right .counters{max-width:550px}}@media screen and (max-width: 730px){counter-section-with-image .service_counter .container .flex-wrapper{flex-direction:column;margin-bottom:20px}counter-section-with-image .service_counter .container .flex-wrapper .left,counter-section-with-image .service_counter .container .flex-wrapper .right{max-width:100%}counter-section-with-image .service_counter .container .flex-wrapper .left .text{text-align:center}counter-section-with-image .service_counter .container .flex-wrapper .left .bottom_button{display:none}counter-section-with-image .service_counter .container .flex-wrapper .right .counters{flex-direction:row}}@media screen and (max-width: 600px){counter-section-with-image{--items-in-row: 2}}
text-and-media-and-expandeble-vertical{position:relative}text-and-media-and-expandeble-vertical accordion-only{position:relative;z-index:2}text-and-media-and-expandeble-vertical accordion-only div.container,text-and-media-and-expandeble-vertical accordion-only section{padding:0}text-and-media-and-expandeble-vertical accordion-only h2{font-size:24px}text-and-media-and-expandeble-vertical accordion-only h3{font-size:18px}text-and-media-and-expandeble-vertical accordion-only .primary-block{background-color:rgba(0,0,0,0);width:100%;border-bottom:1px solid #e5e5e5;position:relative}text-and-media-and-expandeble-vertical accordion-only .primary-block .visible-content .icon{display:none}text-and-media-and-expandeble-vertical accordion-only .primary-block:hover,text-and-media-and-expandeble-vertical accordion-only .primary-block.expand{background-color:rgba(0,0,0,0)}text-and-media-and-expandeble-vertical accordion-only .primary-block.overflow .expandable-wrapper{overflow:unset}text-and-media-and-expandeble-vertical accordion-only .accordion-column{width:100%}text-and-media-and-expandeble-vertical accordion-only .primary-block::after,text-and-media-and-expandeble-vertical accordion-only .primary-block::before{background-color:#1b1b1d;content:"";position:absolute;display:block;margin-left:10px}text-and-media-and-expandeble-vertical accordion-only .primary-block::after{height:16px;right:30px;top:20px;transition:all .2s ease;width:2px}text-and-media-and-expandeble-vertical accordion-only .primary-block::before{position:absolute;content:"";height:2px;top:27px;right:23px;width:16px}text-and-media-and-expandeble-vertical accordion-only .expand::after{transform:rotate(90deg)}text-and-media-and-expandeble-vertical .background-image{position:absolute;background:url("/assets/images/background-material.svg") center/cover no-repeat;z-index:0;left:0;height:800px;width:15%;overflow:hidden}text-and-media-and-expandeble-vertical h2{text-align:left}text-and-media-and-expandeble-vertical.reverse .flex-wrapper{flex-direction:row-reverse}text-and-media-and-expandeble-vertical .flex-wrapper{gap:20px}text-and-media-and-expandeble-vertical .left,text-and-media-and-expandeble-vertical .right{width:calc(50% - 10px)}text-and-media-and-expandeble-vertical .left .content,text-and-media-and-expandeble-vertical .right .content{color:var(--text-color);margin-bottom:50px}@media screen and (max-width: 1024px){text-and-media-and-expandeble-vertical.reverse .flex-wrapper,text-and-media-and-expandeble-vertical .flex-wrapper{flex-direction:column}text-and-media-and-expandeble-vertical .left,text-and-media-and-expandeble-vertical .right{width:100%}text-and-media-and-expandeble-vertical .right{display:flex;justify-content:center}}
page-banner{display:block}page-banner .main-subtitle{margin-bottom:40px}page-banner .banner_list,page-banner .text{color:var(--text-color);margin-bottom:40px}page-banner .text p{margin-bottom:10px;font-size:var(--text-font-size)}page-banner .text p:last-child{margin-bottom:0}page-banner .flex_button{display:flex;gap:20px}page-banner .flex-wrapper{gap:20px}page-banner .flex-wrapper .left{flex-shrink:1}page-banner .flex-wrapper .right{display:flex;justify-content:center;align-items:center;flex-shrink:0;max-width:50%}page-banner .flex-wrapper .right img{width:100%;max-width:100%}page-banner .btn{white-space:nowrap}@media screen and (max-width: 1024px){page-banner .flex-wrapper{flex-direction:column}page-banner .flex-wrapper .left{flex-shrink:0}page-banner .flex-wrapper .right{max-width:100%;justify-content:center;flex-shrink:0}}@media screen and (max-width: 550px){page-banner .flex_button{flex-wrap:wrap}page-banner .flex_button>*{width:100%}}
masonry-gallery-custom .grid{width:100%;height:100%;margin:0 auto}masonry-gallery-custom .grid-item{width:33%;margin-bottom:10px}@media screen and (max-width: 1200px){masonry-gallery-custom .grid-item{width:50%}}@media screen and (max-width: 800px){masonry-gallery-custom .grid-item{width:100%}}masonry-gallery-custom .btn{font-size:18px;font-weight:600;max-width:170px;--button-primary-normal-fill-color: #fff;--button-primary-normal-border-color: #CE201B;--button-primary-normal-font-color: #CE201B}masonry-gallery-custom .btn:hover{background-color:#ce201b;border-color:#ce201b;color:#fff}masonry-gallery-custom .button-wrapper{display:flex;justify-content:center;margin-top:20px}masonry-gallery-custom image-component img{display:block;max-width:none;margin-bottom:10px}@media screen and (max-width: 1200px){masonry-gallery-custom image-component img{width:50%}}@media screen and (max-width: 800px){masonry-gallery-custom image-component img{width:100%}}
@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
slider-component{position:relative;background-color:var(--bg-color)}slider-component .container{max-width:95%}slider-component .subtitle{text-align:center;font-size:20px;color:#ce201b}slider-component .item{position:relative;display:block;flex-direction:column;gap:20px;height:auto;transition:all .5s ease}slider-component .item .text_wrapper{position:absolute;height:100%;width:100%;top:0;left:0}slider-component .item-title{position:absolute;color:var(--h-color);font-size:36px;line-height:49px;top:30px;left:28px}@media screen and (max-width: 1024px){slider-component .item-title{font-size:26px;line-height:39px;top:10px;left:10px}}slider-component div.swiper-pagination{margin-top:20px;display:flex;justify-content:center;gap:6px}slider-component span.swiper-pagination-bullet{display:block;border-radius:0;width:15px;height:15px;background-color:#000;opacity:.2;cursor:pointer}slider-component span.swiper-pagination-bullet-active{opacity:1;background:#ce201b}slider-component div.primary-block{background-color:rgba(0,0,0,0)}slider-component .navigation_wrapper{display:block}slider-component .navigation_wrapper .swiper-button-prev,slider-component .navigation_wrapper .swiper-button-next{position:absolute;cursor:pointer;top:50%;z-index:10;user-select:none;-webkit-user-select:none;-ms-user-select:none}slider-component .navigation_wrapper .swiper-button-prev{left:-5px;right:auto}slider-component .navigation_wrapper .swiper-button-prev::after{content:"";display:block;height:19px;width:19px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 33' fill='none'%3E%3Cpath d='M17 2L3 16.6706L16.6818 31' stroke='black' stroke-width='4'/%3E%3C/svg%3E")}slider-component .navigation_wrapper .swiper-button-prev:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 33' fill='none'%3E%3Cpath d='M17 2L3 16.6706L16.6818 31' stroke='red' stroke-width='4'/%3E%3C/svg%3E")}slider-component .navigation_wrapper .swiper-button-next{right:-5px;left:auto;transform:rotate(180deg)}slider-component .navigation_wrapper .swiper-button-next::after{content:"";display:block;height:19px;width:19px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 33' fill='none'%3E%3Cpath d='M17 2L3 16.6706L16.6818 31' stroke='black' stroke-width='4'/%3E%3C/svg%3E")}slider-component .navigation_wrapper .swiper-button-next:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 33' fill='none'%3E%3Cpath d='M17 2L3 16.6706L16.6818 31' stroke='red' stroke-width='4'/%3E%3C/svg%3E")}slider-component image-component img{height:100%;width:100%}slider-component .icon{width:24px;height:24px;display:flex;justify-content:center;align-items:center;position:absolute;bottom:10px;right:10px}slider-component .icon svg{width:16px;height:auto;transform:rotate(270deg)}slider-component .icon svg path{stroke:var(--h-color);transition:stroke .5s ease}
