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}
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%}}
.shadow{position:fixed;top:0;left:-200%;background:rgba(0,0,0,0);width:100%;height:100%;z-index:11;transition:background .5s ease}@media screen and (min-width: 1023px){header-component.scrolled header{top:-50px}header-component.scrolled .top-info{transform:translateY(-100%)}header-component.scrolled .bottom-info{transform:translateY(0);display:block}}header{background:#fff;height:180px;position:fixed;left:0;top:0;z-index:15;width:100%;display:flex;flex-direction:column;align-items:center;transition:all .2s ease;border-bottom:1px solid #d9d9d9}header .container{max-width:1650px}header .top-info{background-color:#f3f4f6;width:100%;padding:15px 0;transition:transform .3s ease;will-change:transform}header .top-info .container{align-items:flex-end;gap:10px}header .top-info .top-info_wrapper{width:fit-content;display:flex;gap:10px}header .top-info .top-info_wrapper_item{display:flex;gap:5px;align-items:center;color:#585858;font-size:15px}header .top-info .top-info_wrapper_item a{transition:all .3s ease;color:#585858}header .top-info .top-info_wrapper_item a:hover{color:#05c2c5}header .top-info .top-info_wrapper_item svg{min-width:20px}header .add-info{display:none;background-color:#fff;width:100%}header .add-info .wrapper{display:flex;align-items:self-start;flex-direction:column;gap:40px;padding:20px}header .add-info .top-info_wrapper{width:fit-content;display:flex;flex-direction:column;gap:10px}header .add-info .top-info_wrapper_item{display:flex;gap:5px;align-items:center;color:#585858;font-size:16px;font-weight:500}header .add-info .top-info_wrapper_item a{color:#585858}header .add-info .top-info_wrapper_item a:hover{color:#05c2c5}header .add-info .top-info_wrapper_item svg{min-width:20px}header .bottom-info{position:absolute;top:100%;width:100%;left:0;display:none;transform:translateY(-100%);background-color:#f3f4f6;width:100%;padding:15px 0;transition:transform .3s ease;will-change:transform;box-shadow:0px 0px 10.6px 0px rgba(39,71,71,.2)}header .bottom-info .flex-wrapper{gap:10px}header .bottom-info .flex-wrapper a{transition:all .3s ease;color:#585858}header .bottom-info .flex-wrapper a:hover{color:#05c2c5}header .header_right{display:flex;gap:20px;align-items:center}header .header_right .btn{background-color:#05c2c5;border:1px solid rgba(0,0,0,0);padding:14px 24px;border-radius:10px;text-transform:uppercase}header .header_right .btn:hover{background-color:rgba(255,255,255,.8);color:#05c2c5;border:1px solid #05c2c5}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 .header_left a{display:flex;align-items:center;justify-content:center;gap:17px}header .header_left a .logo{max-width:65px}header .header_left a .text-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}header .header_left a .title{color:#1bdbde;font-size:30px;font-weight:800;line-height:140%;text-transform:uppercase;height:fit-content;text-align:center;margin:0}header .header_left a .subtitle{height:fit-content;color:#000;font-size:18px;font-weight:400;line-height:21px;text-transform:uppercase;margin-bottom:0}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: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:10px;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='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:600;font-size:20px;line-height:24px;color:#006c7d;display:flex;align-items:center;height:100%;transition:all .2s ease}header nav ul li.menu__item{height:fit-content}header nav ul li.menu__item a:hover,header nav ul li.menu__item span:hover{color:#05c2c5}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 .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:90px;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}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:#05c2c5;border-radius:100px;transition:all .3s ease}.hamburger::after{content:"";position:absolute;top:calc(100% - 3px);right:20px;width:10px;height:3px;background:#05c2c5;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:#05c2c5;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 (min-width: 1024px){.hamburger{display:none}.hamburger_wrapper{display:none}}@media screen and (max-width: 1024px){header .add-info{display:block}header.header{height:80px}header .container .shared_wrapper.logo_wrapper{display:flex;justify-content:center}header .container .shared_wrapper.button_wrapper{display:flex;justify-content:flex-end}header .top-info{display:none}header .header_left a .logo{height:60px}header .header_left a .text-wrapper .title{font-size:25px}header .header_left a .text-wrapper .subtitle{font-size:13px}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{height:fit-content;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}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:80px}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}header .header_left a .text-wrapper .title{font-size:20px;line-height:24px}header .header_left a .logo{max-width:60px}}@media screen and (max-width: 400px){header .container .shared_wrapper{width:auto}header .container .shared_wrapper.logo_wrapper{display:block}}
@keyframes loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}custom-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)}custom-form .get-in-touch-form .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}custom-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}custom-form .get-in-touch-form .col-1{width:8.3333333333%}custom-form .get-in-touch-form .col-2{width:16.6666666667%}custom-form .get-in-touch-form .col-3{width:25%}custom-form .get-in-touch-form .col-4{width:33.3333333333%}custom-form .get-in-touch-form .col-5{width:41.6666666667%}custom-form .get-in-touch-form .col-6{width:50%}custom-form .get-in-touch-form .col-7{width:58.3333333333%}custom-form .get-in-touch-form .col-8{width:66.6666666667%}custom-form .get-in-touch-form .col-9{width:75%}custom-form .get-in-touch-form .col-10{width:83.3333333333%}custom-form .get-in-touch-form .col-11{width:91.6666666667%}custom-form .get-in-touch-form .col-12{width:100%}custom-form .get-in-touch-form form{width:100%;max-width:950px;margin-right:24px}custom-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}custom-form .get-in-touch-form form .btn_wrapper .btn{font-size:16px;width:100%;border-radius:8px}custom-form .get-in-touch-form form .btn_wrapper .btn:disabled{opacity:0}custom-form .get-in-touch-form form .form_wrap{display:flex;flex-wrap:wrap}custom-form .get-in-touch-form form .input-wrap{position:relative;padding:4px 8px;flex:0 0 auto}custom-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}custom-form .get-in-touch-form form input:hover,custom-form .get-in-touch-form form input:focus{border-color:var(--input-active-border-color)}custom-form .get-in-touch-form form input::placeholder{color:var(--input-placeholder-color)}custom-form .get-in-touch-form form input:-webkit-autofill,custom-form .get-in-touch-form form input:-webkit-autofill:hover,custom-form .get-in-touch-form form input:-webkit-autofill:focus,custom-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)}custom-form .get-in-touch-form form input.error+.email-error,custom-form .get-in-touch-form form input.error+.phone-error{color:#ff7d7d}custom-form .get-in-touch-form form .email-error,custom-form .get-in-touch-form form .phone-error{font-size:12px;font-weight:400;line-height:120%}custom-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}custom-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}custom-form .get-in-touch-form form textarea::placeholder{font-weight:300;font-size:14px;line-height:36px;color:var(--input-placeholder-color)}custom-form .get-in-touch-form form textarea:hover{border-color:var(--input-active-border-color)}custom-form .get-in-touch-form form .success_text{position:relative;top:-50px;color:rgba(0,0,0,0);transition:all .2s ease;display:none}custom-form .get-in-touch-form form.success .success_text{display:block;top:-12px;color:green}custom-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}custom-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)}custom-form .get-in-touch-form .overflow .icon_wrapper .icon{width:150px}custom-form .get-in-touch-form .overflow .icon_wrapper .icon svg{width:100%;height:auto;fill:#2dd6d8}custom-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}custom-form .get-in-touch-form .overflow .middle .bold{font-size:var(--h1-font-size);color:#2dd6d8}custom-form .get-in-touch-form .overflow.success .icon{margin-left:10px}custom-form .get-in-touch-form .overflow.success .icon svg path{fill:var(--accent-color)}custom-form .get-in-touch-form .overflow.success .check_entity span:first-child{color:var(--accent-color)}custom-form .get-in-touch-form .overflow.success .check_entity.phone_entity{display:none}custom-form .get-in-touch-form .overflow.success .check_entity.phone_entity.provided{display:block}custom-form .get-in-touch-form .overflow.fail .icon svg path:nth-child(1){fill:var(--accent-color)}custom-form .get-in-touch-form .overflow.fail .icon svg path:nth-child(2){fill:#fff}custom-form .get-in-touch-form .overflow.fail .restart_button{width:50px;transform:scaleX(-1);transition:transform .4s ease-out;cursor:pointer}custom-form .get-in-touch-form .overflow.fail .restart_button svg{transition:all .4s ease-in-out}custom-form .get-in-touch-form .overflow.fail .restart_button svg circle{fill:var(--accent-color)}custom-form .get-in-touch-form .overflow.fail .restart_button:hover svg{transform:rotate(-180deg)}custom-form[data-in-popup] .get-in-touch-form{padding-top:0;padding-bottom:10px;margin-bottom:10px}custom-form[data-in-popup] .get-in-touch-form .overflow{box-shadow:none}custom-form[data-in-popup] .get-in-touch-form .overflow .icon{width:100px}custom-form[data-in-popup] .get-in-touch-form .overflow .bold{font-size:32px}custom-form.loading .btn_wrapper{position:relative}custom-form.loading .btn_wrapper button[type=submit]{opacity:0;transition:none;cursor:none}custom-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}custom-form.success .overflow.success{opacity:1;z-index:1}custom-form.fail .overflow.fail{opacity:1;z-index:1}@media screen and (max-width: 650px){custom-form .get-in-touch-form form .input-wrap{width:100%;padding:4px}custom-form .get-in-touch-form form .btn_wrapper .btn{width:100%}}custom-form .checkbox{padding:20px 8px 8px}custom-form .checkbox .checkbox-wrapper{display:flex;margin-top:16px}custom-form .checkbox .checkbox-wrapper div{width:50%;display:flex;color:#000}custom-form .checkbox .checkbox-wrapper div input{cursor:pointer;height:15px;width:15px;border-color:#b4b4b4;margin-right:12px;padding:0}custom-form .checkbox .checkbox-wrapper div input:checked{background-color:#0bc4c7}custom-form .checkbox .checkbox-wrapper div label{position:static;color:#747979;font-size:14px;font-weight:400;line-height:16.8px}@media screen and (max-width: 600px){custom-form .checkbox .checkbox-wrapper{flex-direction:column}custom-form .checkbox .checkbox-wrapper div{width:100%}}custom-form .select{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;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgMTQgOCI+PHBhdGggZmlsbD0iIzY2NiIgZD0iTTEuNiwzLjJsNSw1IDUtNSIvPjwvc3ZnPg==");background-repeat:no-repeat;background-position:right 10px center;background-size:10px}custom-form .select:hover,custom-form .select:focus{border-color:var(--input-active-border-color)}
footer{background-color:#181c1c}footer .container{max-width:1650px}footer .footer_top{padding:60px 0;display:flex;justify-content:space-between}footer .footer_top .footer_left a.logo-wrapper{display:flex;justify-content:center;align-items:end;gap:17px}footer .footer_top .footer_left a.logo-wrapper .logo{max-width:85px}footer .footer_top .footer_left a.logo-wrapper .title{color:#1bdbde;font-size:40px;font-weight:800;line-height:47px;height:fit-content;min-width:275px}footer .footer_top .footer_left a.logo-wrapper .subtitle{height:fit-content;color:#fff;font-size:20px;font-weight:400;line-height:24px;margin-bottom:0}footer .footer_top .footer_left a.logo-wrapper .text{display:flex;flex-direction:column;justify-content:center;align-items:center}footer .footer_top .footer_left .text-wrapper{color:#41e3e5;margin-top:35px;font-size:14px;font-weight:300;line-height:17px}footer .footer_top .footer_left .text-wrapper span{width:56%}footer .footer_top .footer_middle{display:flex;justify-content:center;gap:24px;padding-top:20px;width:100%}footer .footer_top .footer_middle .footer_middle_menu{display:flex;flex-direction:column;gap:24px}footer .footer_top .footer_middle .footer_middle_menu a{color:#fff;font-size:18px;font-weight:500;transition:all .2s ease-in;opacity:80%}footer .footer_top .footer_middle .footer_middle_menu a:hover{color:#0bc4c7}footer .footer_top .footer_middle .footer_middle_info{display:flex;flex-direction:column;gap:25px}footer .footer_top .footer_middle .footer_middle_info .item{display:flex;align-items:center;gap:20px;color:#fff;transition:all .2s ease-in;font-size:15px;opacity:80%}footer .footer_top .footer_middle .footer_middle_info .item svg{min-height:26px;min-width:26px}footer .footer_top .footer_middle .footer_middle_info a:hover{color:#0bc4c7}footer .footer_top .footer_right{padding-top:20px}footer .footer_top .footer_right .like_a_list{display:flex;justify-content:center;gap:20px}footer .footer_top .footer_right .like_a_list__title{font-size:20px;line-height:23.44px;text-align:left;color:#fff;margin-bottom:16px}footer .footer_top .footer_right .like_a_list a svg{width:36px;height:36px}footer .footer_bottom{height:56px;background:#515151;display:flex;justify-content:center;align-items:center}footer .footer_bottom a{font-size:14px;color:#fff}@media screen and (max-width: 1250px){footer .footer_top{gap:30px}}@media screen and (max-width: 1050px){footer .footer_top{flex-direction:column;align-items:center;gap:30px}footer .footer_top .like_a_list{margin-top:30px;margin-bottom:0}footer .footer_top .footer_middle{justify-content:center;flex-wrap:wrap;gap:30px}footer .footer_top .footer_right{justify-content:space-between;max-width:250px;padding-top:0}footer .footer_left .text-wrapper{align-items:center}footer .footer_top .footer_left a.logo-wrapper .title{font-size:35px}}@media screen and (max-width: 550px){footer .footer_top .footer_left a.logo-wrapper img.logo{max-width:84px}}
slider-reviews .top{display:flex;justify-content:space-between;margin-bottom:25px}slider-reviews .top .left{display:flex;align-items:center;gap:30px}slider-reviews h2{font-size:40px;font-weight:600;line-height:46.88px;color:#274747;margin-bottom:0}slider-reviews .btn .subtitle{text-align:left}slider-reviews .review_item{background:#fff;box-shadow:0px 4px 14px rgba(8,35,48,.1);padding:30px;display:flex;flex-direction:column;gap:20px;height:auto;transition:all .5s ease}slider-reviews .review_item .right img{width:80px}slider-reviews .review_item .stars{display:flex;align-items:center}slider-reviews .review_item svg{width:20px;height:20px}slider-reviews .review_item svg path{fill:var(--accent-color);transition:all .5s ease}slider-reviews .review_item .review_text p{color:var(--block-primary-text-color);font-size:var(--text-font-size);font-weight:400;line-height:140%}slider-reviews .review_item .author,slider-reviews .review_item .position{color:var(--block-primary-h-color)}slider-reviews .review_item .author{font-size:var(--text-font-size);font-weight:600;line-height:140%}slider-reviews .review_item .author_position{display:flex;justify-content:space-between}slider-reviews .review_item .position{font-size:14px;font-weight:500;line-height:140%}slider-reviews .review_item:hover{box-shadow:0px 4px 14px rgba(8,35,48,.2)}slider-reviews .button-wrapper{display:none;place-items:center;margin-top:15px}slider-reviews .swiper{padding:5px}slider-reviews .relative_wrapper{position:relative}slider-reviews .navigation_wrapper{display:flex;justify-content:center;gap:20px}slider-reviews .navigation_wrapper .swiper-button-prev,slider-reviews .navigation_wrapper .swiper-button-next{display:flex;align-items:center;justify-content:center;cursor:pointer;position:static;height:40px;width:40px;border:3px solid #05c2c5;border-radius:50%}slider-reviews .navigation_wrapper .swiper-button-prev svg,slider-reviews .navigation_wrapper .swiper-button-next svg{width:75%;height:75%}slider-reviews .navigation_wrapper .swiper-button-prev:hover,slider-reviews .navigation_wrapper .swiper-button-next:hover{background-color:#05c2c5}slider-reviews .navigation_wrapper .swiper-button-prev:hover svg path,slider-reviews .navigation_wrapper .swiper-button-next:hover svg path{fill:#fff}slider-reviews .navigation_wrapper .swiper-button-prev::after,slider-reviews .navigation_wrapper .swiper-button-next::after{content:""}slider-reviews .navigation_wrapper .swiper-button-next{transform:rotate(180deg)}@media screen and (max-width: 550px){slider-reviews .top{align-items:flex-end}slider-reviews .top .left a{display:none}slider-reviews .button-wrapper{display:grid}}
@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") 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)}}
get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form{background-color:var(--bg-color)}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container{display:flex;gap:50px;justify-content:center}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form h3{font-size:32px;text-align:left}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .get_in_touch_bottom{display:flex;justify-content:center}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .subtitle{text-align:left}@media screen and (max-width: 950px){get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container{flex-direction:column;align-items:center;gap:15px}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container .get_in_touch_top h3,get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container .get_in_touch_top p{text-align:center}}
custom-article-component{--breadcrumbsAccentColor: var(--accent-color)}custom-article-component breadcrumbs-component .breadcrumbs_list{justify-content:flex-start;padding-left:0}custom-article-component .container{display:flex;justify-content:space-between}custom-article-component article{width:calc(70% - 20px);margin-right:15px}custom-article-component article h1{font-size:40px;margin-bottom:30px}custom-article-component article .poster{margin-bottom:30px;display:block}custom-article-component article .poster img{width:100%;border-radius:var(--block-primary-border-radius)}custom-article-component article ul{list-style:disc}custom-article-component article ol{list-style:auto}custom-article-component .share_and_rate{display:flex;align-items:center;justify-content:space-between;margin-bottom:50px}custom-article-component .share_and_rate .share{width:calc(50% - 20px)}custom-article-component .share_and_rate .rate_us{width:calc(50% - 20px)}custom-article-component .meta_share{display:flex;justify-content:space-between;margin-bottom:30px}custom-article-component .meta_share .meta{width:100%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}custom-article-component .meta_share .meta>div{display:flex}custom-article-component .meta_share .meta>div>div{margin-right:15px;font-size:19px;line-height:21px;color:var(--h-color);display:flex;align-items:center;color:#000}custom-article-component .meta_share .meta>div>div svg{margin-right:12px}custom-article-component .meta_share .meta>div>div a{color:var(--text-color);white-space:nowrap;position:relative;transition:all .2s ease}custom-article-component .meta_share .meta>div>div a::after{content:"";position:absolute;bottom:0;left:0;background-color:var(--text-color);transition:all .2s ease;height:1px;width:100%}custom-article-component .meta_share .meta>div>div a:hover{color:var(--accent-color)}custom-article-component .meta_share .meta>div>div a:hover::after{background-color:var(--accent-color)}custom-article-component .meta_share .meta>div>div:last-child{margin-right:0}custom-article-component .meta_share .meta .date .posted_at{font-size:19px}custom-article-component .share .share_button{display:flex;align-items:center;justify-content:center;padding:16px 5px;gap:15px}custom-article-component .share .share_button svg{width:25px;height:25px;min-width:25px}custom-article-component .share .share_button svg path{transition:all .2s ease;fill:var(--button-primary-normal-font-color)}custom-article-component .share .share_button:hover svg path{fill:var(--button-primary-hover-font-color)}custom-article-component .share .background_shadow{opacity:0;pointer-events:none;transition:all .4s ease;width:100%;align-items:center;background:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;z-index:12}custom-article-component .share .background_shadow .share_popup{background-color:var(--block-primary-bg-color);margin-top:200px;max-width:420px;opacity:0;pointer-events:none;transition:all .4s ease;width:100%}custom-article-component .share .background_shadow .share_popup .small_txt{font-weight:400;font-size:16px;line-height:19px;letter-spacing:-0.005em;color:var(--block-primary-text-color);margin-bottom:24px}custom-article-component .share .background_shadow .share_popup .share_popup_top{align-items:center;border-bottom:3px solid var(--accent-color);display:flex;justify-content:space-between;padding:25px 30px}custom-article-component .share .background_shadow .share_popup .share_popup_top span{color:var(--h-color);font-weight:500;font-size:24px;line-height:28px;text-transform:capitalize;width:95%;text-align:center}custom-article-component .share .background_shadow .share_popup .share_popup_top>svg{cursor:pointer}custom-article-component .share .background_shadow .share_popup .share_popup_middle{padding:30px;padding-bottom:0}custom-article-component .share .background_shadow .share_popup .share_popup_middle .socials{align-items:center;display:flex;justify-content:space-between}custom-article-component .share .background_shadow .share_popup .share_popup_middle .socials a{align-items:center;background-color:rgba(0,0,0,.05);border-radius:50%;box-shadow:0 3px 8px rgba(0,0,0,.15),0 3px 1px rgba(0,0,0,.06);display:flex;height:45px;justify-content:center;transition:all .2s ease;width:45px}custom-article-component .share .background_shadow .share_popup .share_popup_middle .socials a:hover{background-color:var(--block-primary-link-hover-color)}custom-article-component .share .background_shadow .share_popup .share_popup_middle .socials a svg{height:100%;width:100%}custom-article-component .share .background_shadow .share_popup .share_popup_middle .socials a:first-child svg{margin-right:5px;margin-top:9px}custom-article-component .share .background_shadow .share_popup .share_popup_middle .socials a:nth-child(3) svg{margin-top:4px}custom-article-component .share .background_shadow .share_popup .share_popup_middle .socials a:nth-child(4) svg{margin-top:8px}custom-article-component .share .background_shadow .share_popup .share_popup_middle .socials a:nth-child(5) svg{margin-left:2px;margin-top:9px}custom-article-component .share .background_shadow .share_popup .share_popup_bottom{padding:30px;padding-top:24px}custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field{align-items:center;cursor:pointer;display:flex;height:45px;padding:0;position:relative;z-index:2}custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field .link{color:var(--text-color);font-size:16px;line-height:16px;max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field .field_left{align-items:center;background:var(--block-secondary-bg-color);border:1px solid var(--block-secondary-border-color);border-radius:50px;display:flex;padding:20px 20px;height:60px;position:relative;width:100%;z-index:2;font-weight:400;font-size:16px;line-height:16px;color:var(--block-secondary-text-color)}custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field .field_left svg path{transition:all .2s ease}custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field .field_left:hover+.like_a_button{background:#fff;color:var(--accent-color)}custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field .field_left:hover+.like_a_button svg path{stroke:var(--accent-color)}custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field .field_left svg{margin-right:10px}custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field .like_a_button{background:var(--accent-color);border:1px solid var(--accent-color);border-radius:50px;display:flex;align-items:center;justify-content:center;padding:14px;text-align:center;width:52px;height:52px;position:absolute;top:-4px;z-index:3;right:5px;transition:all .2s ease}custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field .like_a_button:hover{background:#fff;color:var(--accent-color)}custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field .like_a_button:hover svg path{stroke:var(--accent-color)}custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field .copied{color:green;opacity:0;font-size:18px;right:25px;line-height:22px;position:absolute;top:0;transition:all .2s ease;z-index:1}custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field .copied.true,custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field .copied.false{opacity:1;top:-33px}custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field .copied.false{color:red}custom-article-component .share.active .background_shadow{margin-top:0;opacity:1;pointer-events:all}custom-article-component .share.active .background_shadow .share_popup{margin-top:0;opacity:1;pointer-events:all}custom-article-component .content{margin-bottom:60px}custom-article-component .rate_us{display:flex;flex-direction:column;align-items:center}custom-article-component .rate_us .heading{font-weight:600;font-size:16px;line-height:19px;color:var(--h-color);margin-bottom:5px}custom-article-component .rate_us .rating{display:flex;flex-direction:row-reverse;margin-bottom:10px}custom-article-component .rate_us .rating>div svg{width:25px;height:25px}custom-article-component .rate_us .rating>div svg path{stroke:var(--accent-color)}custom-article-component .rate_us .rating>div.active svg path{fill:var(--accent-color)}custom-article-component .rate_us .rating>div:hover svg path{fill:var(--accent-color)}custom-article-component .rate_us .rating>div:first-child:hover svg path{fill:var(--accent-color)}custom-article-component .rate_us .rating>div:hover~div svg path{fill:var(--accent-color)}custom-article-component aside{width:30%;max-width:362px}custom-article-component aside .aside_wrapper{position:sticky;top:126px}custom-article-component aside .recent{margin-top:30px;margin-bottom:30px;font-weight:600;font-size:28px;line-height:30px;text-transform:uppercase;color:var(--block-secondary-h-color)}custom-article-component aside .post{margin-bottom:24px;background:var(--block-secondary-bg-color);border:1px solid var(--block-secondary-border-color);border-radius:var(--block-secondary-border-radius);display:flex;flex-direction:column;transition:all .2s ease;cursor:pointer}custom-article-component aside .post:hover{box-shadow:0px 0px 10.6px 0px rgba(39,71,71,.2)}custom-article-component aside .post img{display:block;width:100%;border-radius:var(--block-secondary-border-radius)}custom-article-component aside .post_right{padding:20px;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column-reverse}custom-article-component aside .post_right>a{max-width:280px;margin-right:5px}custom-article-component aside .post_right a{font-weight:600;display:block;font-size:20px;line-height:25px;color:var(--h-color)}custom-article-component aside .post_right a:visited{color:initial}custom-article-component aside .post_right .category{margin-bottom:15px}custom-article-component aside .post_right .category a{border-radius:var(--block-secondary-border-radius);background-color:var(--block-tertiary-bg-color);padding:8px 15px;display:inline-block;font-size:15px;line-height:17px;transition:all .2s ease;white-space:nowrap;background-color:var(--button-tertiary-normal-fill-color);border-color:var(--button-tertiary-normal-border-color);color:var(--button-tertiary-normal-font-color)}custom-article-component aside .post_right .category a:hover{color:var(--button-tertiary-hover-font-color);background-color:var(--button-tertiary-hover-fill-color);border-color:var(--button-tertiary-hover-border-color)}custom-article-component .author{display:flex;justify-content:end;gap:25px;margin-top:35px;padding:35px;border-top:1px solid #000}custom-article-component .author .left{width:30%}custom-article-component .author .right{width:70%;display:flex;flex-direction:column;gap:8px}custom-article-component .author .right p{margin-bottom:0}custom-article-component .author .right .name{font-size:22px;font-weight:600;color:var(--h-color)}custom-article-component .author .right .position{font-size:19px}custom-article-component .author .right .btn{margin-top:18px;width:fit-content}custom-article-component .accordion{margin-top:50px;padding:25px;background-color:#f3f4f6}custom-article-component .accordion-title{font-size:24px;font-weight:600;margin-bottom:25px}custom-article-component .accordion .price__list{background-color:#fff;padding:10px;border-radius:10px}custom-article-component .accordion .price__item{display:grid;grid-template-columns:auto 1fr auto;column-gap:12px;color:#000;padding:10px}custom-article-component .accordion .price__item:nth-child(odd){background-color:#eee}custom-article-component .accordion .price__item__title{font-size:18px;font-weight:500}custom-article-component .accordion .price__item p{margin:0}custom-article-component .accordion .price__item span{border-bottom:1px dashed #c3c3c3;margin-bottom:4px}custom-article-component .consultation{position:relative;padding:40px;background:#f3f4f6;display:grid;grid-template-columns:auto auto;column-gap:50px;justify-content:flex-end;align-items:center;overflow:hidden;color:#fff;margin:50px 0}custom-article-component .consultation__title{color:var(--h-color);font-size:25px;font-weight:600}custom-article-component .consultation__text{color:var(--text-color)}custom-article-component .consultation .btn{width:235px}custom-article-component article h2{text-align:left;font-weight:400;font-size:32px;line-height:38px;color:var(--h-color);margin-bottom:15px}custom-article-component article h3,custom-article-component article h4{text-align:left;font-weight:400;font-size:24px;line-height:32px;color:var(--h-color)}custom-article-component article img{width:100%;height:auto;margin-bottom:15px}custom-article-component article h4{font-size:18px;line-height:32px}custom-article-component article p,custom-article-component article ul,custom-article-component article ol{font-size:16px;line-height:25px;color:var(--text-color);margin-bottom:15px}custom-article-component article ul,custom-article-component article ol{padding-left:25px}custom-article-component article table{border-collapse:collapse !important;display:block;font-family:Helvetica;font-size:14px;line-height:20px;margin:15px auto;max-width:100%;overflow-x:auto;overflow:auto;table-layout:fixed;width:fit-content}custom-article-component article table tr th{background-color:var(--block-secondary-text-color);border-bottom:1px solid var(--block-secondary-text-color);border-right:1px solid var(--block-secondary-text-color);color:var(--block-secondary-bg-hover-color);font-size:14px;font-weight:400;font-weight:600;line-height:20px;padding:6px 12px;text-align:center;vertical-align:middle}custom-article-component article table tr:nth-child(2n-1) td{background-color:var(--block-secondary-bg-hover-color)}custom-article-component article table tr:nth-child(2n) td{background-color:var(--block-secondary-bg-color)}custom-article-component article table tr td{background-color:var(--block-secondary-bg-color);box-shadow:inset 0px 1px 0px #e6e7e9,inset 0px -1px 0px #e6e7e9;border-right:1px solid var(--block-primary-bg-hover-color);color:var(--block-primary-text-color);font-size:14px;line-height:20px;padding:8px 26px;vertical-align:middle}custom-article-component article table tr td:first-child{border-left:1px solid var(--block-primary-border-color)}custom-article-component article table tr.head_row{box-shadow:0 3px 14px rgba(74,58,255,.03),0 -2px 4px rgba(20,20,43,.02),0 12px 24px rgba(20,20,43,.04);position:relative;z-index:1}@media screen and (max-width: 1300px){custom-article-component breadcrumbs-component{padding-top:0}}@media screen and (max-width: 1290px){custom-article-component aside{min-width:372px}}@media screen and (max-width: 1100px){custom-article-component breadcrumbs-component{padding-top:30px}custom-article-component section{padding-top:52px}custom-article-component .container{flex-direction:column}custom-article-component article{width:100%;max-width:100%;margin-right:0}custom-article-component aside{margin-top:20px;width:100%;max-width:100%;min-width:initial}custom-article-component aside .post_left{width:auto;min-width:150px}custom-article-component aside .post_right{width:auto}custom-article-component aside .post_right a{margin-bottom:10px}}@media screen and (max-width: 750px){custom-article-component .content{margin-bottom:30px}custom-article-component .consultation{display:flex;flex-direction:column;align-items:center;padding:25px}custom-article-component .consultation__content{text-align:center}}@media screen and (max-width: 660px){custom-article-component section{padding-top:0}custom-article-component .accordion{padding:1rem}custom-article-component .accordion .price__item{display:flex;justify-content:space-between;align-items:center}custom-article-component .accordion .price__item span{display:none}}@media screen and (max-width: 650px){custom-article-component .content .author{padding:35px 0;flex-direction:column;align-items:center}custom-article-component .content .author .left{width:50%;margin:0 auto}custom-article-component .content .author .right{width:100%;align-items:center}custom-article-component .content .author .right p{text-align:center}custom-article-component .content .author .btn{padding:10px 20px}}@media screen and (max-width: 640px){custom-article-component breadcrumbs-component{padding-top:20px}custom-article-component breadcrumbs-component .breadcrumbs_list{margin-bottom:15px}}@media screen and (max-width: 600px){custom-article-component article h1{font-size:32px;line-height:35px;margin-bottom:15px}custom-article-component article h2{font-size:25px;line-height:32px}custom-article-component article p,custom-article-component article ul,custom-article-component article ol{font-size:14px;margin-bottom:10px}custom-article-component aside .recent{margin-top:20px;margin-bottom:20px}}@media screen and (max-width: 545px){custom-article-component article .poster{margin-bottom:25px}custom-article-component .meta_share{margin-bottom:15px}custom-article-component .meta_share .meta>div{flex-wrap:wrap}custom-article-component .meta_share .meta>div>div{margin-bottom:10px}custom-article-component .meta_share .meta>div:first-child{margin-bottom:5px}}@media screen and (max-width: 500px){custom-article-component .content .author{gap:0}custom-article-component .content .author .left{width:100%}}@media screen and (max-width: 420px){custom-article-component aside .post_right{flex-direction:column-reverse}}@media screen and (max-width: 400px){custom-article-component .meta_share{flex-direction:column;align-items:flex-start}custom-article-component .share .background_shadow .share_popup .share_popup_middle,custom-article-component .share .background_shadow .share_popup .share_popup_bottom{padding:15px}custom-article-component .share .background_shadow .share_popup .share_popup_middle .link_field .field_left,custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field .field_left{padding:15px 10px}custom-article-component .share .background_shadow .share_popup .share_popup_bottom{padding-bottom:30px}custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field .link{font-size:12px;line-height:12px;max-width:70%}custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field .field_left{height:50px}custom-article-component .share .background_shadow .share_popup .share_popup_bottom .link_field .field_left svg{margin-right:5px}custom-article-component aside .post{flex-direction:column}custom-article-component aside .post_left{width:100%;margin-right:0;margin-bottom:10px}custom-article-component aside .post img{width:100%;height:auto}custom-article-component .share_and_rate{align-items:flex-start;flex-direction:column;margin-bottom:20px;gap:15px}custom-article-component .share_and_rate .share,custom-article-component .share_and_rate .rate_us{width:100%}}
