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}
body.edit-mode-enabled .gh-item-hovered{outline:2px solid rgba(43,97,250,.6);outline-offset:2px}body.edit-mode-enabled [gh-id]:hover{outline:1px dashed rgba(43,97,250,.5);cursor:text}body.edit-mode-enabled [gh-id].gh-id-editing{outline:2px solid #2b61fa;outline-offset:2px;background:rgba(43,97,250,.05)}body.edit-mode-enabled .gh-item-hovered:has(.gh-id-editing){outline-color:rgba(0,0,0,0)}.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}#gh-array-panel{position:fixed;z-index:999;display:none;gap:6px;padding:10px 12px;border-radius:10px;background:rgba(255,255,255,.92);color:#000;border:1px solid #d3d3d3;box-shadow:0 10px 30px rgba(0,0,0,.25);user-select:none}.gh-panel-btn{all:unset;cursor:pointer;padding:6px 12px;border-radius:8px;border:1px solid rgba(0,0,0,.12);background:rgba(255,255,255,.7);font:14px system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#000;transition:transform .3s cubic-bezier(0.22, 1, 0.36, 1),box-shadow .3s cubic-bezier(0.22, 1, 0.36, 1),background-color .3s ease-in-out,opacity .3s ease-in-out;box-shadow:0 1px 1px rgba(0,0,0,.04),0 4px 10px rgba(0,0,0,.08);will-change:transform}.gh-panel-btn:hover{transform:translateY(-1px) scale(1.001);background:rgba(255,255,255,.9);box-shadow:0 4px 10px rgba(0,0,0,.12),0 8px 18px rgba(0,0,0,.16)}.gh-panel-btn:active{transform:translateY(0) scale(0.97);box-shadow:0 2px 6px rgba(0,0,0,.18);opacity:.9}.gh-panel-btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(0,125,250,.35),0 6px 16px rgba(0,0,0,.15)}
.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;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{background-color:#0e181e}footer .edit-mode-block{display:flex;justify-content:space-between;padding:8px 20px;align-items:center;gap:30px}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}footer .footer_top{display:flex;width:100%;border-bottom:1px solid #353c40}footer .footer_top .footer_left{padding:0 50px;border-right:1px solid #353c40}footer .footer_top .footer_left .logo{padding-top:70px;margin-bottom:50px;width:100%;max-width:160px}footer .footer_top .footer_left .text{color:#fff;width:260px;line-height:22.4px}footer .footer_top .footer_left .like_a_list{display:flex;align-items:center;gap:10px;margin-top:30px;margin-bottom:20px}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_right{width:100%}footer .footer_top .footer_right_top{display:flex;gap:30px;border-bottom:1px solid #353c40;padding:80px 30px 25px}footer .footer_top .footer_right_bottom{display:flex;justify-content:space-between;padding:25px 30px 50px}footer .footer_top .footer_right_bottom .item{display:flex;flex-direction:column;gap:15px;color:#fff}footer .footer_top .footer_right_bottom .item_title{font-size:20px;font-weight:600;line-height:28px}footer .footer_top .column .like_a_title{color:#fff;font-size:24px;margin-bottom:30px}footer .footer_top .column .menu{display:flex;flex-direction:column;gap:20px}footer .footer_top .column .menu li{position:relative;margin-left:10px}footer .footer_top .column .menu li::before{content:"•";color:#fff;position:absolute;left:-0.8em}footer .footer_bottom{border-top:1px solid #4d555b;padding:24px 0}footer .footer_bottom .bottom_flex{display:flex;align-items:center;justify-content:space-between}footer .footer_bottom .bottom_flex .left{display:flex;align-items:center}footer .footer_bottom .bottom_flex .left .copyright{margin-right:10px;color:#878787;font-size:16px;white-space:nowrap}footer .footer_bottom .bottom_flex .right{display:flex;gap:15px}footer .footer_bottom .bottom_flex .right a{color:#dbe2e7;font-size:16px;line-height:22px;transition:all .2s ease}footer .footer_bottom .bottom_flex .right a:hover{color:var(--accent-color)}@media screen and (max-width: 1200px){footer .footer_middle{padding-top:30px}footer .footer_middle .footer_columns{flex-wrap:wrap;justify-content:initial}footer .footer_middle .column{width:47%;max-width:100% !important;margin-bottom:20px;margin-right:15px}footer .footer_middle .column:nth-child(2n){margin-right:0}footer .footer_middle .column li{margin-bottom:15px}footer .footer_middle .column li a{display:block}footer .footer_middle .like_a_title{margin-bottom:15px}}@media screen and (max-width: 1060px){footer .footer_top{flex-direction:column;align-items:flex-start;gap:0}footer .footer_top .footer_right{justify-content:space-between;width:100%}footer .footer_top .footer_right_top{padding:25px;justify-content:space-between}footer .footer_top .footer_right_bottom{padding:25px}footer .footer_top .footer_left{display:flex;align-items:center;justify-content:space-between;width:100%;border:none;padding:25px;border-bottom:1px solid #353c40}footer .footer_top .footer_left .like_a_list{margin-top:30px;margin:0}footer .footer_top .footer_left .logo{padding:0;margin:0}footer .footer_top .footer_left .text{text-align:center;padding:0 15px;width:100%}}@media screen and (max-width: 850px){footer .footer_left{flex-direction:column;gap:25px}}@media screen and (max-width: 800px){footer .footer_bottom .bottom_flex .left,footer .footer_bottom .bottom_flex .right{flex-direction:column;align-items:flex-start;gap:15px}}@media screen and (max-width: 775px){footer .footer_top .footer_right_top,footer .footer_top .footer_right_bottom{gap:30px 40px;flex-wrap:wrap}}@media screen and (max-width: 480px){footer .footer_bottom .bottom_flex{flex-direction:column;align-items:center;gap:20px}footer .footer_bottom .bottom_flex .left,footer .footer_bottom .bottom_flex .right{align-items:center}}@media screen and (max-width: 450px){footer .footer_top .footer_menu ul{flex-direction:column}footer .footer_top .footer_menu ul li{margin-bottom:10px}footer .footer_top .footer_menu ul li a{padding-right:0}footer .footer_top .footer_menu ul li a::after{content:none}footer .footer_top .footer_right{align-items:flex-start}footer .footer_middle .column:nth-child(2) ul{flex-direction:column}footer .footer_middle .column:nth-child(2) ul li{width:100%}}@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}footer .footer_bottom .bottom_flex .right{flex-direction:column;align-items:center}}
.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:var(--bg-color);height:120px;position:fixed;left:0;top:0;z-index:15;width:100%;display:flex;flex-direction:column;align-items:center;transition:all .2s ease}header .header_right .btn:hover{color:#fff;border-color:#fff}header .shared_wrapper.phone_wrapper{font-weight:bold;font-size:20px}header .shared_wrapper.phone_wrapper a{color:#ca1517}header .info_wrapper{display:none}header .top-info{background-color:#0e181e;width:100%}header .top-info .top-info_wrapper{width:100%;padding:15px 0;display:flex;justify-content:space-between}header .top-info .top-info_wrapper_item{display:flex;gap:10px;align-items:center;color:#fff}header .top-info .top-info_wrapper_item svg{min-width:20px}header .header_right{display:flex;gap:20px;align-items:center}header .header_right .btn{padding:16px 25px;height:52px;display:flex;align-items:center;justify-content:center}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: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;height:fit-content}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:10px;width:10px;height:0px;transition:all .2s ease;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M13 1.5L7 7.5L1 1.5' stroke='%23151515' 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:500;font-size:16px;line-height:25px;color:#fff;display:flex;align-items:center;gap:10px;height:100%;transition:all .2s ease}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);width:600px;transition:all .2s ease;max-height:0;position:absolute;z-index:12;height:100%;top:40px;left:-125px;background-color:var(--block-primary-bg-color);overflow:hidden;padding:0 40px;border-radius:30px;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;flex-direction:column}header nav ul li .childs_wrapper .child li{margin-right:0}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.scrolled{background-color:#fff;box-shadow:0px 4px 6px 0px rgba(46,61,73,.0784313725);color:#000}header.scrolled nav ul.menu li.megamenu>span::before{height:10px}header.scrolled nav ul li span svg{display:none}header.scrolled nav ul li a,header.scrolled nav ul li span{color:#000}header.scrolled .mobileRight{padding-top:0}header.scrolled .hamburger::before{background:#000}header.scrolled .hamburger::after{background:#000}header.scrolled .hamburger>div{background:#000}header.scrolled .header_right .btn:hover{color:var(--accent-color);border-color:var(--accent-color)}header-component.active .header{background-color:#fff;box-shadow:0px 4px 6px 0px rgba(46,61,73,.0784313725);color:#000}header-component.active .header .mobileRight nav ul{height:min-content}header-component.active .header nav ul li a{color:#000}header-component.active .header .mobileRight{padding-top:0}header-component.active .header .hamburger::before{background:#000}header-component.active .header .hamburger::after{background:#000}header-component.active .header .hamburger>div{background:#000}header-component.active .header button-component .btn{color:#000}header-component.active .header .info_wrapper{display:flex;flex-direction:column;gap:15px;margin-top:40px}header-component.active .header .info_wrapper .top-info_wrapper{width:100%;padding:15px 0;display:flex;justify-content:space-between}header-component.active .header .info_wrapper .top-info_wrapper_item{display:flex;gap:10px;align-items:center;color:#000}header-component.active .header .info_wrapper .top-info_wrapper_item svg{min-width:20px}header-component.active .header .info_wrapper .top-info_wrapper_item a{color:#000}.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:#fff;border-radius:100px;transition:all .3s ease}.hamburger::after{content:"";position:absolute;top:calc(100% - 3px);right:20px;width:10px;height:3px;background:#fff;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:#fff;transition:all .5s ease;opacity:1}@media screen and (max-width: 1250px){header nav ul li a,header nav ul li span{padding:0 16px}header nav ul li.megamenu>a::before,header nav ul li.megamenu>span::before{right:0}}@media screen and (max-width: 1100px){header.header{height:90px}.top-info{display:none !important}}@media screen and (min-width: 1024px){.hamburger{display:none}.hamburger_wrapper{display:none}header .shared_wrapper.phone_wrapper{display:none}header nav ul li:hover .megamenu_wrapper{height:fit-content;border-width:1px;padding:15px 30px;max-height:360px}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: 1024px){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 .megamenu_wrapper{transition:all .5s ease}header nav ul li a::after,header nav ul li span::after{content:none}header nav ul li.menu__item a::after,header nav ul li.menu__item span::after{content:none}header nav ul li .childs_wrapper{background-color:rgba(0,0,0,0);box-shadow:none}header nav ul li .childs_wrapper .child a,header nav ul li .childs_wrapper .child span{color:#000;padding-left:10px;font-size:16px}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 .megamenu_wrapper{position:static;padding:0;background-color:rgba(0,0,0,0);width:auto;box-shadow:none}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;color:#000}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}}@media screen and (max-width: 400px){header .container .shared_wrapper{width:auto}header .container .shared_wrapper.logo_wrapper{display:block}header .shared_wrapper.phone_wrapper a.phone{font-size:15px}}
get-in-touch section:has(image-component img){position:relative}get-in-touch section:has(image-component img) image-component img{position:absolute;top:0;left:0;width:100vw;height:100%;object-fit:cover}get-in-touch .container{position:relative;z-index:3;color:#fff}get-in-touch .container .subtitle{text-align:center;max-width:100%}get-in-touch .get_in_touch_bottom{display:flex;justify-content:center;position:relative}get-in-touch .get_in_touch_bottom .get-in-touch-form::before{content:"";position:absolute;top:0;left:0;width:100%;height:12px;background-image:url("/assets/images/red-line.png")}get-in-touch .get_in_touch_bottom get-in-touch-form .get-in-touch-form form input{border:none;border-bottom:1px solid}@media screen and (max-width: 900px){get-in-touch section.get_in_touch{height:100%;width:100%;padding:30px 0}}
slider-component .title{text-align:left;position:relative;display:flex;flex-direction:column;margin-bottom:50px}slider-component .title::before{position:relative;z-index:2;content:"Кейси";text-transform:uppercase;font-size:24px;font-weight:600;line-height:28.8px;letter-spacing:.15em;padding-right:20px;background-color:#0e181e;color:#ca1517;width:min-content}slider-component .title::after{content:"";position:absolute;top:13px;width:190px;border-bottom:1px solid #ca1517}slider-component .item{background-color:rgba(0,0,0,0);transition:all .5s ease;color:#fff;width:290px}slider-component .item image-component img{height:300px;width:290px}slider-component .item .text_wrapper{display:flex;flex-direction:column;gap:10px}slider-component .item .text_wrapper .name{font-size:22px;font-weight:500;line-height:31px}slider-component .item .text_wrapper .place{font-size:16px;font-weight:300;line-height:23px}@media screen and (max-width: 500px){slider-component .swiper{padding:0 10px}}
reviews-component .title{text-align:left;position:relative;display:flex;flex-direction:column}reviews-component .title::before{position:relative;z-index:2;content:"Відгуки";text-transform:uppercase;font-size:24px;font-weight:600;line-height:28.8px;letter-spacing:.15em;padding-right:20px;margin-bottom:25px;background-color:#fff;color:#ca1517;width:min-content}reviews-component .title::after{content:"";position:absolute;top:13px;width:190px;border-bottom:1px solid #ca1517}reviews-component .navigation_wrapper{display:flex;gap:20px;margin:50px 0 30px}reviews-component .navigation_wrapper .swiper-button-prev,reviews-component .navigation_wrapper .swiper-button-next{position:static;border:1px solid #e0e5e7;border-radius:100%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;cursor:pointer}reviews-component .navigation_wrapper .swiper-button-prev:hover,reviews-component .navigation_wrapper .swiper-button-next:hover{background-color:#ca1517}reviews-component .navigation_wrapper .swiper-button-prev:hover.images_slider_prev::after,reviews-component .navigation_wrapper .swiper-button-next:hover.images_slider_next::after{content:"";width:13px;height:22px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="18" viewBox="0 0 13 18" fill="none"><path d="M1 9L6.5 15L12 9" stroke="white" stroke-width="1"></path></svg>')}reviews-component .navigation_wrapper .images_slider_prev::after,reviews-component .navigation_wrapper .images_slider_next::after{content:"";width:13px;height:22px;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="18" viewBox="0 0 13 18" fill="none"><path d="M1 9L6.5 15L12 9" stroke="black" stroke-width="1"></path></svg>');background-repeat:no-repeat}reviews-component .navigation_wrapper .images_slider_prev::after{transform:rotate(90deg)}reviews-component .navigation_wrapper .images_slider_next::after{transform:rotate(270deg)}reviews-component .container{display:flex;gap:20px}reviews-component .left{width:40%;padding-right:20px;border-right:1px solid #dfe5e8}reviews-component .right{width:60%}reviews-component .swiper{height:100%}reviews-component .item{background-color:rgba(0,0,0,0);transition:all .5s ease;width:290px;height:100%}reviews-component .item .text_wrapper{display:flex;flex-direction:column;gap:10px;color:#353c40;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #ebeef0}reviews-component .item .text_wrapper .stars{max-width:125px}reviews-component .item .text_wrapper .texts{font-size:16px;line-height:23px}reviews-component .item .text_wrapper .desc{font-size:14px;font-weight:300;line-height:20px}reviews-component .item .text_wrapper .user{font-weight:600;color:#282c28}@media screen and (max-width: 800px){reviews-component .container{flex-direction:column;gap:50px}reviews-component .container .left,reviews-component .container .right{width:100%}reviews-component .container .left{border:none;border-bottom:1px solid #dfe5e8}}
other-our-services section .container{max-width:1300px}other-our-services .title{position:relative;display:flex;flex-direction:column;align-items:center;margin-bottom:50px}other-our-services .title::before{position:relative;z-index:2;content:"Інші Наші Послуги";text-transform:uppercase;font-size:24px;font-weight:600;line-height:28.8px;letter-spacing:.15em;padding:0 20px;margin-bottom:25px;background-color:#f3f7f9;color:#ca1517;width:fit-content}other-our-services .title::after{content:"";position:absolute;top:13px;width:100%;max-width:522px;border-bottom:1px solid #ca1517}other-our-services .subtitle{text-align:center}other-our-services .wrapper{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}other-our-services .item{background-color:#fff;transition:all .5s ease;border-radius:20px;box-shadow:0px 4px 15px 0px rgba(0,0,0,.1019607843);overflow:hidden;height:100%;max-width:290px;height:300px}other-our-services .item image-component img{height:170px}other-our-services .item .text_wrapper{display:flex;flex-direction:column;padding:10px 20px 15px;justify-content:space-between;color:#353c40;height:130px}other-our-services .item .text_wrapper .name{font-size:20px;font-weight:600;line-height:28px}other-our-services .item .text_wrapper .more{line-height:18.75px;letter-spacing:.03em;color:#ca1517}
aside-menu a.active span{color:#ca1517}aside-menu a.active svg path{stroke:#ca1517}aside-menu .menu-aside{max-width:300px;position:sticky;top:60px;left:0}aside-menu .flex-wrapper{flex-direction:column}aside-menu .flex-button{width:100%;margin-top:50px;display:flex;justify-content:center}aside-menu .flex-button a{max-width:270px}aside-menu a{color:#000;display:block}aside-menu .title{text-align:left;position:relative;display:flex;flex-direction:column;margin-bottom:25px}aside-menu .title::before{position:relative;z-index:2;content:"Товари";text-transform:uppercase;font-size:24px;font-weight:600;line-height:28.8px;letter-spacing:.15em;padding-right:20px;margin-bottom:25px;background-color:#fff;color:#ca1517;width:fit-content}aside-menu .title::after{content:"";position:absolute;top:13px;width:100%;max-width:227px;border-bottom:1px solid #ca1517}aside-menu .content-wrapper{border-radius:20px;box-shadow:0px 4px 15px 0px rgba(0,0,0,.1019607843)}aside-menu .content{display:flex;flex-direction:column;padding:15px 0;overflow:hidden;width:310px}aside-menu .content-item__title{display:flex;font-size:18px;font-weight:500;line-height:25.2px;padding:0 20px;width:100%;transition:linear all .2s}aside-menu .content-item__title span{display:block;width:100%;max-width:200px}aside-menu .content-item__title svg{height:25px}aside-menu .content-item__title:hover{color:#ca1517}aside-menu .content-item__title:hover svg path{stroke:#ca1517}aside-menu .content-item__title svg{margin-left:10px}aside-menu .content-item__childs{display:flex;flex-direction:column;gap:10px;padding:10px 20px}aside-menu .content-item__child span{font-size:14px;font-weight:600;line-height:19.6px;color:#697b86;transition:linear all .2s}aside-menu .content-item__child:hover span{color:#ca1517}aside-menu .content-item__child:hover svg path{stroke:#ca1517}aside-menu .content-item__child svg{margin-left:10px}aside-menu .childs_wrapper{display:flex}@media screen and (max-width: 710px){aside-menu section.menu-aside{max-width:100%}aside-menu section.menu-aside .content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}aside-menu section.menu-aside .content{justify-content:center;align-items:center}aside-menu section.menu-aside .content a{max-width:100%}aside-menu section.menu-aside .content-item__title span{max-width:100%}}
page-banner-breadcrumbs breadcrumbs-component{--breadcrumbsColor: #6D6D6D}page-banner-breadcrumbs breadcrumbs-component ul.breadcrumbs_list{align-items:center;justify-content:center;flex-wrap:wrap}page-banner-breadcrumbs breadcrumbs-component ul.breadcrumbs_list li{margin-bottom:10px}page-banner-breadcrumbs section{background-color:#f6f8f9}@media screen and (min-width: 1300px){page-banner-breadcrumbs section{padding:80px 0 1px}}@media screen and (max-width: 1300px){page-banner-breadcrumbs section{padding:20px 0 1px}}@media screen and (max-width: 600px){page-banner-breadcrumbs section{padding:40px 0 1px}page-banner-breadcrumbs section ul.breadcrumbs_list li a{font-size:14px}page-banner-breadcrumbs section ul.breadcrumbs_list li{font-size:14px}page-banner-breadcrumbs section ul.breadcrumbs_list li:last-child{overflow:visible}}
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)}}form-custom .get-in-touch-form{position:relative;width:100%;min-height:380px;max-width:600px;background-color:var(--block-primary-bg-color);display:block;padding:50px 30px;border-radius:var(--block-primary-border-radius)}form-custom .get-in-touch-form .like_title{font-size:var(--h3-font-size);font-weight:500;line-height:120%;letter-spacing:0em;text-align:center;color:var(--block-primary-h-color);margin-bottom:25px}form-custom .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(--block-primary-text-color);margin-bottom:25px}form-custom .get-in-touch-form .col-1{width:8.3333333333%}form-custom .get-in-touch-form .col-2{width:16.6666666667%}form-custom .get-in-touch-form .col-3{width:25%}form-custom .get-in-touch-form .col-4{width:33.3333333333%}form-custom .get-in-touch-form .col-5{width:41.6666666667%}form-custom .get-in-touch-form .col-6{width:50%}form-custom .get-in-touch-form .col-7{width:58.3333333333%}form-custom .get-in-touch-form .col-8{width:66.6666666667%}form-custom .get-in-touch-form .col-9{width:75%}form-custom .get-in-touch-form .col-10{width:83.3333333333%}form-custom .get-in-touch-form .col-11{width:91.6666666667%}form-custom .get-in-touch-form .col-12{width:100%}form-custom .get-in-touch-form form{width:100%;max-width:950px;margin-right:24px}form-custom .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}form-custom .get-in-touch-form form .btn_wrapper .btn{font-size:16px}form-custom .get-in-touch-form form .btn_wrapper .btn:disabled{opacity:0}form-custom .get-in-touch-form form .form_wrap{display:flex;flex-wrap:wrap}form-custom .get-in-touch-form form .input-wrap{position:relative;padding:8px;flex:0 0 auto}form-custom .get-in-touch-form form .title{color:#fff;font-size:16px;font-weight:500;line-height:17px}form-custom .get-in-touch-form form input{font-family:var(--font-family);outline:none;border-radius:var(--input-border-radius);font-size:18px;width:100%;height:100%;background-color:var(--input-bg-color);border-bottom:1px solid;padding:15px 0 10px;color:var(--input-text-color);height:50px;margin-bottom:8px;transition:all .2s ease}form-custom .get-in-touch-form form input:hover,form-custom .get-in-touch-form form input:focus{border-color:var(--input-active-border-color)}form-custom .get-in-touch-form form input::placeholder{color:var(--input-placeholder-color)}form-custom .get-in-touch-form form input:-webkit-autofill,form-custom .get-in-touch-form form input:-webkit-autofill:hover,form-custom .get-in-touch-form form input:-webkit-autofill:focus,form-custom .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)}form-custom .get-in-touch-form form input.error+.email-error,form-custom .get-in-touch-form form input.error+.phone-error{color:#ff7d7d}form-custom .get-in-touch-form form .email-error,form-custom .get-in-touch-form form .phone-error{font-size:12px;font-weight:400;line-height:120%}form-custom .get-in-touch-form form span{display:block;position:absolute;left:10px;bottom:-2px;color:rgba(0,0,0,0);transition:all .2s ease}form-custom .get-in-touch-form form textarea{overflow:hidden;width:100%;font-family:var(--font-family);height:55px;background-color:var(--input-bg-color);border-bottom:1px solid;padding:15px 0;color:var(--input-text-color);outline:none;border-radius:var(--input-border-radius);margin-bottom:10px;resize:none;font-weight:300;font-size:18px;line-height:36px;transition:all .2s ease}form-custom .get-in-touch-form form textarea::placeholder{font-weight:300;font-size:18px;line-height:36px;color:var(--input-placeholder-color)}form-custom .get-in-touch-form form textarea:hover{border-color:var(--input-active-border-color)}form-custom .get-in-touch-form form .success_text{position:relative;top:-50px;color:rgba(0,0,0,0);transition:all .2s ease;display:none}form-custom .get-in-touch-form form.success .success_text{display:block;top:-12px;color:green}form-custom .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}form-custom .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)}form-custom .get-in-touch-form .overflow .icon_wrapper .icon{width:150px}form-custom .get-in-touch-form .overflow .icon_wrapper .icon svg{width:100%;height:auto}form-custom .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;color:#000}form-custom .get-in-touch-form .overflow .middle .bold{font-size:var(--h1-font-size);color:var(--accent-color)}form-custom .get-in-touch-form .overflow.success .icon{margin-left:10px}form-custom .get-in-touch-form .overflow.success .icon svg path{fill:var(--accent-color)}form-custom .get-in-touch-form .overflow.success .check_entity span:first-child{color:var(--accent-color)}form-custom .get-in-touch-form .overflow.success .check_entity.phone_entity{display:none}form-custom .get-in-touch-form .overflow.success .check_entity.phone_entity.provided{display:block}form-custom .get-in-touch-form .overflow.fail .icon svg path:nth-child(1){fill:var(--accent-color)}form-custom .get-in-touch-form .overflow.fail .icon svg path:nth-child(2){fill:#fff}form-custom .get-in-touch-form .overflow.fail .restart_button{width:50px;transform:scaleX(-1);transition:transform .4s ease-out;cursor:pointer}form-custom .get-in-touch-form .overflow.fail .restart_button svg{transition:all .4s ease-in-out}form-custom .get-in-touch-form .overflow.fail .restart_button svg circle{fill:var(--accent-color)}form-custom .get-in-touch-form .overflow.fail .restart_button:hover svg{transform:rotate(-180deg)}form-custom[data-in-popup] .get-in-touch-form{padding-top:0;padding-bottom:10px;margin-bottom:10px}form-custom[data-in-popup] .get-in-touch-form .overflow{box-shadow:none}form-custom[data-in-popup] .get-in-touch-form .overflow .icon{width:100px}form-custom[data-in-popup] .get-in-touch-form .overflow .bold{font-size:32px}form-custom.loading .btn_wrapper{position:relative}form-custom.loading .btn_wrapper button[type=submit]{opacity:0;transition:none;cursor:none}form-custom.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}form-custom.success .overflow.success{opacity:1;z-index:1}form-custom.fail .overflow.fail{opacity:1;z-index:1}@media screen and (max-width: 650px){form-custom .get-in-touch-form form .input-wrap{width:100%;padding:4px}form-custom .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}}
section.product-page{padding-top:30px}section.product-page .slider_wrapper{display:flex;flex-direction:column;gap:30px;max-width:570px}section.product-page .swiper{width:100%;height:100%}section.product-page .swiper .swiper-slide img{display:block;width:100%;height:100%;object-fit:contain}section.product-page .flex-wrapper{justify-content:space-between;gap:30px}section.product-page .flex-wrapper table.editorjs_parse_table tbody{background-color:#f6f8f9;min-width:290px}section.product-page .flex-wrapper table.editorjs_parse_table tbody tr{border:1px solid #e5e5e5;border-width:1px 0px 1px 0px;box-shadow:0px 4px 15px 0px rgba(0,0,0,.1019607843);height:40px;text-align:center}section.product-page .flex-wrapper table.editorjs_parse_table tbody tr td{padding:10px 20px}section.product-page .flex-wrapper table.editorjs_parse_table tbody tr:nth-child(even){background-color:#fff;color:#777;height:25px}section.product-page .product_info{width:100%;padding:30px;padding-left:0}section.product-page .product_info .description{color:var(--text-color);font-size:var(--text-font-size);font-weight:400;line-height:150%}section.product-page .thumbnails_slider{height:max-content}section.product-page .thumbnails_slider .swiper-button-next{top:auto;bottom:0;transform:rotate(90deg);right:auto;left:calc(50% - 15px)}section.product-page .thumbnails_slider .swiper-button-prev{bottom:auto;top:15px;transform:rotate(90deg);right:auto;left:calc(50% - 15px)}section.product-page .main_thumbnails_slider{border:var(--block-secondary-border) var(--block-secondary-border-color)}section.product-page .main_thumbnails_slider .thumbnail{aspect-ratio:1}section.product-page .thumbnails_slider .swiper-slide{border:var(--block-secondary-border) rgba(0,0,0,0);border-width:2px;transition:all .2s ease;cursor:pointer;aspect-ratio:1;filter:contrast(0.4)}section.product-page .thumbnails_slider .swiper-slide-thumb-active{filter:contrast(1);border-width:2px;border-color:var(--accent-color)}section.product-page h1{font-size:var(--h1-font-size);font-weight:var(--h1-font-weight);line-height:150%;margin-bottom:25px}section.product-page .description{color:var(--text-color);font-size:var(--text-font-size);font-weight:400;line-height:150%}section.product-page button-component .btn{display:inline-block;margin-top:25px}section.product-page .gallery{max-height:159px}section.product-page div.thumbnail{max-width:159px;max-height:116px}section.product-page div.thumbnail image-component img{max-width:159px;max-height:116px}@media screen and (max-width: 1000px){section.product-page .flex-wrapper{flex-direction:column}section.product-page .main_thumbnails_slider{width:100%}section.product-page .left{width:100%;padding-right:30px}section.product-page .product_info{width:100%;padding:15px}section.product-page .slider_wrapper{max-width:600px;width:100%;margin:0 auto}section.product-page .swiper.thumbnails_slider .swiper-slide img{width:100%;height:100%;max-width:100%;max-height:100%}section.product-page .thumbnails_slider{width:100%}section.product-page .thumbnails_slider .swiper-button-next{top:auto;bottom:0;transform:rotate(0deg);right:auto;left:calc(50% - 15px)}section.product-page .thumbnails_slider .swiper-button-prev{bottom:auto;top:15px;transform:rotate(0deg);right:auto;left:calc(50% - 15px)}}@media screen and (max-width: 600px){section.product-page .left{min-width:auto;padding:15px;padding-bottom:0}section.product-page .product_info{padding-top:0}section.product-page .description tr td{font-size:14px}section.product-page .description>*{margin-bottom:15px}section.product-page .description li,section.product-page .description p{font-size:14px}}
editorjs-content h1,editorjs-content h2,editorjs-content h3,editorjs-content h4,editorjs-content h5,editorjs-content h6{text-align:left;color:var(--h-color);margin:25px 0}editorjs-content h2{border-top:1px solid #d4dee4;padding-top:25px}editorjs-content h2:nth-of-type(1){border:none}editorjs-content p{margin-bottom:10px;color:var(--text-color);line-height:140%}editorjs-content ul{list-style:disc}editorjs-content ol{list-style:decimal}editorjs-content ul,editorjs-content ol{padding-left:30px;color:var(--text-color);line-height:140%;margin-bottom:20px}editorjs-content ul li,editorjs-content ol li{margin-bottom:5px}editorjs-content ul li:last-child,editorjs-content ol li:last-child{margin-bottom:0}editorjs-content table{border-collapse:collapse;border-spacing:2px;margin-bottom:30px}editorjs-content table tbody tr.head_row{border:1px solid #0e181e;height:83px}editorjs-content table tbody tr.head_row th{border-right:1px solid #0e181e;width:max-content;max-width:180px;padding:8px 10px}editorjs-content table tbody tr.head_row th:nth-child(2){border-right:1px solid rgba(14,24,30,.3019607843)}editorjs-content table tbody tr.head_row th:nth-child(4){border-right:1px solid rgba(14,24,30,.3019607843)}editorjs-content table tbody tr.row{height:30px}editorjs-content table tbody tr.row:nth-child(odd){background-color:#fafafa}editorjs-content table tbody tr.row td{color:#777;text-align:center;border-bottom:1px solid #d4dee4}editorjs-content table tbody tr.row td:nth-child(1){color:#0e181e}editorjs-content .flex-button{display:flex;justify-content:center}editorjs-content .flex-button .btn{width:fit-content}@media screen and (max-width: 550px){editorjs-content table tbody tr.head_row th{height:150px;font-size:14px;width:15%;writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg)}}
section.similar-products{padding-top:0}section.similar-products .products_wrapper{display:flex;flex-wrap:wrap;gap:30px}section.similar-products .products_wrapper .product{width:calc(25% - 23px);cursor:pointer}section.similar-products .products_wrapper .product .image{margin-bottom:15px}section.similar-products .products_wrapper .product .image img{object-fit:cover;width:100%;height:218px}section.similar-products .products_wrapper .product .title{margin-bottom:13px;word-wrap:break-word;overflow-wrap:break-word}section.similar-products .products_wrapper .product .title a{color:var(--h-color);text-align:left;font-weight:400}section.similar-products .products_wrapper .product .sku{font-size:var(--text-font-size);font-weight:400;margin-top:auto;margin-bottom:15px;color:var(--text-color)}section.similar-products .products_wrapper .product .more_details{font-size:16px;font-weight:400;display:flex;align-items:center;justify-content:center;gap:10px;color:#697b86;width:fit-content}section.similar-products .products_wrapper .product .more_details svg path{stroke:#697b86}section.similar-products .products_wrapper .product .more_details:hover{color:var(--accent-color);width:fit-content}section.similar-products .products_wrapper .product .more_details:hover svg path{stroke:var(--accent-color)}section.similar-products .like_a_title{text-align:left}@media screen and (max-width: 1100px){section.similar-products .products_wrapper .product{width:calc(33% - 20px)}}@media screen and (max-width: 900px){section.similar-products .products_wrapper{gap:20px}section.similar-products .products_wrapper .product{width:calc(50% - 10px)}}@media screen and (max-width: 500px){section.similar-products .products_wrapper .product{width:100%}}
