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}
.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:#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:#fff;width:100%}header .top-info .container{justify-content:flex-end}header .top-info .top-info_wrapper{width:fit-content;padding:5px 0;display:flex;gap:55px;justify-content:space-between}header .top-info .top-info_wrapper_item{display:flex;gap:10px;align-items:center;color:#585858;font-size:15px}header .top-info .top-info_wrapper_item a{color:#585858}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{background-color:#05c2c5;border:1px solid rgba(0,0,0,0);padding:14px 24px;border-radius:50px;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:85px}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:37.33px;font-weight:800;line-height:43.75px;text-transform:uppercase;height:fit-content}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 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.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{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}}
fullscreen-image-and-form .fullscreen-image-and-form{display:flex;min-height:650px}fullscreen-image-and-form .fullscreen-image-and-form .image{width:100%;max-width:885px}fullscreen-image-and-form .fullscreen-image-and-form .image img{width:100%;height:100%;object-fit:cover}fullscreen-image-and-form .fullscreen-image-and-form .form-container{width:100%;position:relative;display:flex;justify-content:center;align-items:center}fullscreen-image-and-form .fullscreen-image-and-form .form-container .get-in-touch-form{margin:0 15px;width:fit-content}fullscreen-image-and-form .fullscreen-image-and-form .form-container image-component img{position:absolute;top:0;left:0;height:100%;width:100%}@media screen and (max-width: 1024px){fullscreen-image-and-form .fullscreen-image-and-form{flex-direction:column;height:100%;max-height:100%;padding:0}fullscreen-image-and-form .fullscreen-image-and-form .form-container{padding:25px 0}fullscreen-image-and-form .fullscreen-image-and-form .image{max-width:100%}}@media screen and (max-width: 600px){fullscreen-image-and-form .fullscreen-image-and-form{flex-direction:column;height:100%;max-height:100%}fullscreen-image-and-form .fullscreen-image-and-form .form-container{padding:50px 0;background-position:center;background-repeat:no-repeat;background-size:cover;background-image:url("/assets/images/page-banner/bg.jpg")}fullscreen-image-and-form .fullscreen-image-and-form .form-container img{display:none}fullscreen-image-and-form .fullscreen-image-and-form .image image-component img{position:static}}
custom-form{background-color:rgba(0,0,0,0)}@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 .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 span{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)}
google-map .google-map{padding:0;position:relative}google-map .google-map iframe{width:100%;max-height:800px}google-map .google-map .info{position:absolute;top:10%;right:5%;width:500px;padding:40px 55px;border-radius:24px;box-shadow:0px 0px 17.5px 4.49px rgba(0,0,0,.2);background-color:#fff}google-map .google-map .info_item{display:flex;align-items:center;gap:22px;margin-bottom:40px;color:#585858}google-map .google-map .info_item:last-child{margin-bottom:0}google-map .google-map .info_item a{color:#585858}@media screen and (max-width: 600px){google-map .google-map iframe{height:500px}google-map .google-map .info{position:static;border-radius:0;width:100%}google-map .google-map .info .info_item svg{width:30px;height:30px}}
footer{background-color:#181c1c}footer .container{max-width:1650px}footer .footer_top{padding:60px 0;display:flex;gap:10%}footer .footer_top .footer_left{min-width:400px}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}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{display:flex;flex-direction:column;align-items:end;gap:11px;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:space-between;padding-top:20px;max-width:480px;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 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;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}}
