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%}}
footer{background-color:#272624}footer .footer_top{padding:60px 0;display:flex;align-items:flex-start;justify-content:space-between}footer .footer_top .logo{transition:all .2s ease-in}footer .footer_top .logo:hover{transform:scale(1.01)}footer .footer_top .logo a{width:100%;max-width:186px}footer .footer_top>div,footer .footer_top>ul{width:25%}footer .footer_top .contacts{height:100%;display:flex;flex-direction:column;gap:25px}footer .footer_top .contacts-item{display:flex;gap:13px}footer .footer_top .contacts-item .image img{min-width:24px}footer .footer_top .contacts-item .text-wrapper .title{margin:3px 0 8px;text-transform:uppercase;font-weight:500;line-height:100%;color:var(--accent-color)}footer .footer_top .contacts-item .text-wrapper .text{color:#d9d9d9;line-height:150%;transition:all .2s ease-in}footer .footer_top .contacts-item .text-wrapper a:hover{color:var(--accent-color)}footer .footer_top .menu{text-align:center;font-family:"Geologica",sans-serif}footer .footer_top .menu__item{margin-bottom:16px}footer .footer_top .menu__item a{transition:all .2s ease-in;color:#d9d9d9}footer .footer_top .menu__item a:hover{color:var(--accent-color)}footer .footer_top .menu.main .menu__item a{font-weight:500;color:#f3f3f3}footer .footer_top .menu.main .menu__item a:hover{color:var(--accent-color)}footer .footer_bottom{border-top:1px solid #5e5e5e;padding:24px 0}footer .footer_bottom .bottom_flex{display:flex;flex-direction:column;gap:5px;align-items:center}footer .footer_bottom .bottom_flex p{color:#aeaeae}footer .footer_bottom .bottom_flex p a{color:#aeaeae;font-weight:600;transition:all .2s ease-in}footer .footer_bottom .bottom_flex p a:hover{color:var(--accent-color)}@media screen and (min-width: 1150px){footer .footer_top .menu{text-align:start}}@media screen and (max-width: 650px){footer .footer_top{padding:30px;display:grid;grid-template-columns:1fr;gap:30px}footer .footer_top>div,footer .footer_top>ul{width:100%}footer .footer_top .menu{text-align:start}footer .footer_top .logo img{margin:0 auto}}
.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:#fefefe;height:111px;position:fixed;left:0;top:0;z-index:15;width:100%;display:flex;align-items:center;transition:all .2s ease;box-shadow:0px 1px 8px 0px rgba(0,0,0,.0784313725)}header .header_right{display:flex;gap:20px;align-items:center}header .header_right .btn{display:flex;align-items:center;justify-content:center}header .header_right .btn.empty:hover svg path{fill:#fff}header .popup_shadow.show_shadow{opacity:1;pointer-events:all}header .popup_shadow{position:fixed;z-index:5;top:0;left:0;background:rgba(0,0,0,.5);width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:all .4s ease}header .container{display:flex;align-items:center;justify-content:space-between;height:100%}header .header_center{height:100%}header .logo{max-height:91px;min-height:91px;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;font-family:"Geologica",sans-serif}header nav ul li{position:relative}header nav ul li:last-child{margin-right:0}header nav ul li.megamenu span{display:flex;align-items:center;gap:8px}header nav ul li.megamenu>a,header nav ul li.megamenu>span{cursor:pointer}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:#414141;display:flex;align-items:center;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 svg,header nav ul li.menu__item span svg{transition:all .2s ease-in}header nav ul li.menu__item a:hover,header nav ul li.menu__item span:hover{color:#c78800;text-shadow:.5px 0 0 #fff}header nav ul li.menu__item a:hover svg,header nav ul li.menu__item span:hover svg{transform:rotate(180deg)}header nav ul li.menu__item a:hover svg path,header nav ul li.menu__item span:hover svg path{stroke:#c78800}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.active a,header nav ul li.menu__item.active span{color:#c78800}header nav ul li .child a:after{content:none}header nav ul li .megamenu_wrapper{transition:all .2s ease;max-height:0;position:absolute;z-index:12;height:100%;top:35px;left:50%;transform:translate(-50%);background-color:#fff;overflow:hidden;padding:0 40px;border-radius:6px;box-shadow:1px 1px 4px 0px rgba(0,0,0,.1019607843)}header nav ul li .childs_wrapper ul{height:auto;display:block}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{color:#c78800}.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:#414141;border-radius:100px;transition:all .3s ease}.hamburger::after{content:"";position:absolute;top:calc(100% - 3px);right:20px;width:10px;height:3px;background:#414141;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:#414141;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}header nav ul li:hover .megamenu_wrapper{height:fit-content;border-width:1px;padding:18px;max-height:300px}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{transform:translate(0);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:#414141;padding-left:10px;font-size:16px}header .container{position:relative;justify-content:space-between}header .header_center{position:absolute;top:111px;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;flex-direction:row-reverse}}@media screen and (max-width: 700px){header .header_right{gap:0}}@media screen and (max-width: 650px){header{height:80px}header .mobileRight{flex-direction:row;gap:0}header .header_center{top:80px}header .logo{min-width:66px;width:66px}}@media screen and (max-width: 420px){header button-component div.btn{padding:10px 25px}}@media screen and (max-width: 400px){header .container .shared_wrapper{width:auto}header .container .shared_wrapper.logo_wrapper{display:block}}
switch-lang .switch-lang .item{font-size:16px;color:#414141;text-transform:uppercase;position:relative;padding-right:16px;transition:all .2s ease}switch-lang .switch-lang .item:hover{color:var(--accent-color)}switch-lang .switch-lang .item::after{content:"/";position:relative;top:0;left:10px;font-size:16px;color:var(--h-color)}switch-lang .switch-lang .item:last-child{padding-right:0}switch-lang .switch-lang .item:last-child::after{content:none}switch-lang .switch-lang .item.active{color:var(--h-color)}switch-lang[data-type=dropdown] .switch-lang .item::after{content:none}switch-lang[data-type=dropdown] .switch-lang .currentLang{display:flex;align-items:center;gap:5px;background-color:rgba(0,0,0,0);font-size:16px;font-weight:700;line-height:100%;line-height:24.6px;padding:16px;text-transform:uppercase;cursor:pointer}switch-lang[data-type=dropdown] .switch-lang .currentLang-name{color:#414141}switch-lang[data-type=dropdown] .switch-lang .currentLang .arrow{border-bottom:2px solid var(--button-primary-normal-font-color);border-right:2px solid var(--button-primary-normal-font-color);transform:rotate(45deg);transition:all .2s ease;width:10px;height:10px;margin-top:-7px}switch-lang[data-type=dropdown] .switch-lang:hover .dropdown ul{max-height:500px;border-color:var(--block-primary-border-color);background-color:var(--block-primary-bg-color)}switch-lang[data-type=dropdown] .switch-lang .dropdown{position:relative}switch-lang[data-type=dropdown] .switch-lang ul{position:absolute;overflow:hidden;top:0;left:0;z-index:2;display:flex;flex-direction:column;width:100%;background-color:rgba(0,0,0,0);max-height:0;transition:all .2s ease}switch-lang[data-type=dropdown] .switch-lang ul .item{color:var(--block-primary-h-color);display:block;background-color:rgba(0,0,0,0);transition:all .2s ease;font-size:16px;font-weight:400;line-height:24.6px;padding:10px;text-align:center}switch-lang[data-type=dropdown] .switch-lang ul .item:hover{color:var(--accent-color);background-color:var(--block-primary-bg-hover-color)}switch-lang[data-type=dropdown] .switch-lang ul .active.item{color:#fff;background-color:#a45834}
page-banner-simple .page-banner-simple{padding:50px 0}page-banner-simple .page-banner-simple breadcrumbs-component{padding-top:0}page-banner-simple .page-banner-simple breadcrumbs-component .breadcrumbs_list{font-family:"Geologica",sans-serif;margin-bottom:41px}page-banner-simple .page-banner-simple .container{position:relative;z-index:2;height:100%}page-banner-simple .page-banner-simple .container .flex-wrapper{flex-direction:column}page-banner-simple .page-banner-simple .container .flex-wrapper h1{--h1-font-size: 36px;font-weight:700;font-family:"Geologica",sans-serif}page-banner-simple .page-banner-simple .container .flex-wrapper .subtitle{max-width:750px}page-banner-simple .page-banner-simple .container .flex-wrapper button-component .btn{width:fit-content}@media screen and (max-width: 650px){page-banner-simple .page-banner-simple .container .flex-wrapper h1{--h1-font-size: 26px}page-banner-simple .page-banner-simple breadcrumbs-component .breadcrumbs_list{margin-bottom:20px}}
slider-reviews .container{display:flex;justify-content:space-between;align-items:center}slider-reviews .container .left{width:25%}slider-reviews .container .right{width:75%}slider-reviews .left img{width:104px;margin-bottom:20px}slider-reviews .left h2{color:var(--h-color);text-align:left}slider-reviews .navigation_wrapper{display:flex;gap:20px;margin-bottom:32px}slider-reviews .navigation_wrapper .swiper-button-prev,slider-reviews .navigation_wrapper .swiper-button-next{display:grid;place-items:center;cursor:pointer;position:static;height:40px;width:40px;border:1.5px solid #4b5563;border-radius:50%}slider-reviews .navigation_wrapper .swiper-button-prev svg,slider-reviews .navigation_wrapper .swiper-button-next svg{height:16px;width:6px}slider-reviews .navigation_wrapper .swiper-button-prev:hover,slider-reviews .navigation_wrapper .swiper-button-next:hover{background-color:#a45834;border-color:#a45834}slider-reviews .navigation_wrapper .swiper-button-prev:hover svg path,slider-reviews .navigation_wrapper .swiper-button-next:hover svg path{stroke:#fff}slider-reviews .navigation_wrapper.bottom{display:none}slider-reviews .review_item{background:url("/assets/images/review-bg.png") center/100% 100% no-repeat;padding:40px 24px 80px;display:flex;flex-direction:column;gap:20px;height:357px;max-width:411px;transition:all .5s ease}slider-reviews .review_item .content-wrapper{height:100%;display:flex;flex-direction:column;justify-content:space-between}slider-reviews .review_item .review_text p{color:var(--block-primary-text-color);font-size:var(--text-font-size);font-style:italic;line-height:150%}slider-reviews .review_item .author,slider-reviews .review_item .position{color:var(--block-primary-h-color)}slider-reviews .review_item .author-wrapper{font-size:18px;font-weight:300;line-height:150%;font-style:italic;text-align:end}slider-reviews .navigation_wrapper,slider-reviews .swiper-button-prev,slider-reviews .swiper-button-next{user-select:none;-webkit-user-select:none;-ms-user-select:none}@media screen and (max-width: 950px){slider-reviews .container{display:block}slider-reviews .container .left,slider-reviews .container .right{width:100%}}@media screen and (max-width: 650px){slider-reviews .left h2{margin-bottom:40px}slider-reviews .navigation_wrapper.top{display:none}slider-reviews .navigation_wrapper.bottom{display:flex;justify-content:center;margin-bottom:0}}@media screen and (max-width: 550px){slider-reviews .top{align-items:flex-end}slider-reviews .top .left a{display:none}}
@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
portfolio-component .portfolio-component{background:#f7f5f0;width:100%;height:100%;min-height:100vh;padding-top:0}portfolio-component .portfolio-gallery{min-width:100%;border-top:1px solid #d9d9d9;padding-top:60px}portfolio-component .grid{margin:0 auto;width:100% !important}portfolio-component .grid .grid-sizer{width:33.3333333333%}portfolio-component .grid portfolio-image{overflow:hidden}portfolio-component .grid.opacity{opacity:0}portfolio-component .grid-item{cursor:pointer;transition:all .5s ease-out;width:33.3333333333%}portfolio-component .grid-item a{position:relative}portfolio-component .grid-item a.youtube-icon::after{content:"";display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100px;height:100px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2224%22 height%3D%2224%22 viewBox%3D%220 0 24 24%22%3E%3Crect x%3D%225%22 y%3D%225%22 width%3D%2215%22 height%3D%2215%22 fill%3D%22%23ffffff%22/%3E%3Cpath d%3D%22M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z%22 fill%3D%22%23ff0000%22/%3E%3C/svg%3E");background-size:cover;background-repeat:no-repeat;background-position:center}portfolio-component .grid-item img{padding:10px;height:100%;width:100%;object-fit:cover}portfolio-component .grid-item:hover{transform:scale(1.02)}portfolio-component .grid-item:hover .hover-text-wrapper{opacity:1}portfolio-component .skeleton{width:33.3333333333%;padding:10px}portfolio-component .skeleton .loader{position:relative;width:100%;height:100%;background-color:gray}portfolio-component .skeleton .loader::after{content:"";position:absolute;top:48%;left:48%;display:block;width:50px;height:50px;background:#fff;display:inline-block;border-radius:50%;box-sizing:border-box;animation:animloader 1s ease-in infinite}portfolio-component .dropdown-wrapper{display:none}portfolio-component .relative-wrapper{margin:0 auto;position:relative;display:flex;align-items:center;gap:10px}portfolio-component .relative-wrapper .swiper-slide{padding:20px 30px;width:fit-content}portfolio-component .relative-wrapper .swiper-slide a{font-weight:500;font-size:18px;color:#383733}portfolio-component .relative-wrapper .swiper-slide a:hover{color:#c18427}portfolio-component .relative-wrapper .swiper-slide.active{border-bottom:1px solid #c18427}portfolio-component .relative-wrapper .swiper-slide.active a{color:#c18427}portfolio-component .relative-wrapper .swiper-button-prev,portfolio-component .relative-wrapper .swiper-button-next{display:grid;place-items:center;cursor:pointer;position:static;height:40px;width:40px;min-height:40px;min-width:40px;border:1.5px solid #4b5563;border-radius:50%}portfolio-component .relative-wrapper .swiper-button-prev svg,portfolio-component .relative-wrapper .swiper-button-next svg{height:16px;width:6px}portfolio-component .relative-wrapper .swiper-button-prev:hover,portfolio-component .relative-wrapper .swiper-button-next:hover{background-color:#a45834}portfolio-component .relative-wrapper .swiper-button-prev:hover svg path,portfolio-component .relative-wrapper .swiper-button-next:hover svg path{stroke:#fff}portfolio-component portfolio-image{position:relative}portfolio-component .hover-text-wrapper{transition:all .35s ease-in;opacity:0;position:absolute;bottom:0;left:0;background:hsla(0,0%,100%,.85);text-align:center;width:100%}portfolio-component .hover-text-wrapper .hover-text{padding:25px;color:#32312f}portfolio-component .button-wrapper{display:flex;justify-content:center;margin-top:40px}portfolio-component .custom-popup{position:fixed;z-index:9999;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.8);transition:opacity .3s ease;opacity:0;pointer-events:none}portfolio-component .custom-popup .content-wrapper{height:100%;width:100%;display:flex;align-items:center;justify-content:center;position:relative}portfolio-component .custom-popup .content-wrapper .cross{position:absolute;top:15px;right:35px;cursor:pointer}portfolio-component .custom-popup .content-wrapper .cross svg path{transition:all .3s ease}portfolio-component .custom-popup .content-wrapper .cross:hover svg path{fill:var(--accent-color)}portfolio-component .custom-popup.open{opacity:1;pointer-events:all}portfolio-component .custom-popup img{max-width:90vw;max-height:90vh;object-fit:contain;box-shadow:0 0 10px hsla(0,0%,100%,.2)}portfolio-component .custom-popup .popup-text{padding:30px;background-color:#fff;color:#32312f;text-align:center;font-size:20px;font-weight:700;word-wrap:break-word}@media screen and (max-width: 1150px){portfolio-component .portfolio-component .grid .grid-sizer{width:50%}portfolio-component .portfolio-component .grid .grid-item{width:50%}}@media screen and (max-width: 650px){portfolio-component .relative-wrapper{display:none}portfolio-component .portfolio-component{padding-top:0}portfolio-component .portfolio-component .grid{width:100%}portfolio-component .portfolio-component .grid .grid-item{width:100%}portfolio-component .portfolio-gallery{padding-top:30px;border:none}portfolio-component .dropdown-wrapper{display:block;position:sticky;top:60px;z-index:1;height:75px;width:100%;padding:13px 15px;background-color:rgba(0,0,0,0)}portfolio-component .dropdown-wrapper .custom-dropdown{position:relative;width:100%;border:1px solid #272624;background-color:#fff;color:#272624;font-size:22px;cursor:pointer;user-select:none}portfolio-component .dropdown-wrapper .custom-dropdown.open{height:100%}portfolio-component .dropdown-wrapper .custom-dropdown .dropdown-selected{display:flex;justify-content:space-between;align-items:center;position:relative;padding:10px 20px;text-transform:capitalize}portfolio-component .dropdown-wrapper .custom-dropdown .dropdown-selected::after{content:"";width:15px;height:9px;background-image:url("data:image/svg+xml;utf8,<svg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.221566 1.57103L7.46304 8.77502L14.7045 1.57103C14.79 1.50596 14.8604 1.42331 14.9111 1.32864C14.9619 1.23398 14.9916 1.12953 14.9985 1.02236C15.0053 0.915185 14.989 0.807795 14.9508 0.707457C14.9125 0.607118 14.8531 0.516174 14.7766 0.440782C14.7002 0.365389 14.6084 0.307308 14.5075 0.270472C14.4066 0.233635 14.299 0.218901 14.192 0.227269C14.0849 0.235638 13.9809 0.266912 13.8869 0.318975C13.793 0.371038 13.7114 0.442674 13.6475 0.529033L8.21268 5.91891C7.97451 6.14685 8.32806 5.7933 7.97451 6.14685C7.62095 6.50041 7.62607 6.50552 7.46304 6.66855C7.35808 6.56359 7.16514 6.37064 7.02427 6.22978C6.85854 6.06405 6.88064 6.08614 6.71341 5.91891L1.27855 0.529032C1.13739 0.388866 0.946334 0.310517 0.747408 0.31122C0.548482 0.311923 0.357981 0.391619 0.217816 0.532778C0.0776517 0.673937 -0.000697398 0.864996 5.4425e-06 1.06392C0.000708283 1.26285 0.0804068 1.45335 0.221566 1.59351L0.221566 1.57103Z' fill='black'/></svg>");background-repeat:no-repeat;background-size:contain;position:absolute;right:20px;top:50%;transform:translateY(-50%)}portfolio-component .dropdown-wrapper .custom-dropdown .dropdown-list{display:none;position:absolute;top:100%;left:0;width:100%;background-color:#fff;border:1px solid #4c4c4c;box-shadow:0 4px 16px rgba(0,0,0,.12);list-style:none;padding:0;margin:0;z-index:20}portfolio-component .dropdown-wrapper .custom-dropdown .dropdown-list a{display:block;padding:10px 20px;color:#272624;text-transform:capitalize;cursor:pointer;transition:all .1s ease-in}portfolio-component .dropdown-wrapper .custom-dropdown .dropdown-list a:hover{color:var(--accent-color)}portfolio-component .dropdown-wrapper .custom-dropdown.open .dropdown-list{display:block}}@keyframes animloader{0%{transform:scale(0);opacity:1}100%{transform:scale(1);opacity:0}}
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.flex{display:flex;flex-direction:row-reverse;justify-content:center;position:relative}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container.flex .shadow{position:absolute;opacity:0;top:0;left:-200%;background:rgba(0,0,0,.8);width:100%;height:100%;z-index:11;transition:background .5s ease;backdrop-filter:blur(4.6999998093px)}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container.flex .shadow.success{opacity:1;left:0}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container.flex .shadow .popup-wrapper{height:100%;display:flex;justify-content:center;align-items:center;position:relative}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container.flex .shadow .cross{position:absolute;right:15px;top:15px;cursor:pointer;transition:all .2s ease-in}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container.flex .shadow .cross:hover svg path{fill:var(--accent-color)}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container.flex .shadow .popup{border-radius:12px;padding:5%;background-color:#fff;color:#272624;max-width:619px;max-height:375px}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container.flex .shadow .popup .title{font-size:40px;font-weight:500;line-height:100%;text-align:center;margin-bottom:30px}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container.flex .shadow .popup .text{font-size:24px;line-height:150%;text-align:center}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .grid{display:grid;gap:30px 30px;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));margin-bottom:60px}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .grid-item{display:flex;align-items:center;gap:40px;border-radius:12px;background-color:#fff;padding:34px 40px}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .grid-item .left{border-radius:100%;display:grid;place-items:center;height:90px;min-width:90px;background-color:#f7f5f0}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .grid-item .right .title{font-size:18px;text-transform:uppercase;font-weight:600;margin-bottom:12px;color:var(--h-color)}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .grid-item .right a,get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .grid-item .right p{color:#4c4c4c}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .grid-item .right a:hover{color:var(--accent-color)}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .get_in_touch_top,get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .get_in_touch_bottom{width:50%}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .get_in_touch_top{position:relative}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .get_in_touch_top .background{object-fit:cover;height:100%}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .get_in_touch_top .logo{max-width:374px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .get_in_touch_bottom{display:flex;justify-content:center}@media screen and (max-width: 950px){get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container.flex{flex-direction:column;align-items:center}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container.flex .get_in_touch_top,get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container.flex .get_in_touch_bottom{width:100%}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container.flex .get_in_touch_top h3,get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container.flex .get_in_touch_top p{text-align:center}}@media screen and (max-width: 650px){get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .get_in_touch_top .logo{height:80%}}
custom-form .get-in-touch-form{position:relative;width:100%;max-width:858px;background-color:var(--block-primary-bg-color);display:block;padding:60px;border-radius:0}custom-form .get-in-touch-form .subtitle{color:#636363;text-transform:uppercase;font-size:14px;font-weight:500;line-height:100%;height:fit-content;margin-bottom:12px}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 .text{max-width:75%}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:858px;margin-right:24px}custom-form .get-in-touch-form form h3.like_title{--h3-font-size: 36px;text-align:left;color:#272624;position:relative;width:fit-content}custom-form .get-in-touch-form form .btn_wrapper{width:100%;display:flex;align-items:center;justify-content:center}custom-form .get-in-touch-form form .btn_wrapper .btn{font-weight:500;font-size:18px;line-height:100%;width:fit-content;border-radius:150px}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;margin:60px 0 40px;gap:20px 0}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 .select{cursor:pointer;font-family:var(--font-family);color:var(--input-text-color);outline:none;border-radius:0;font-size:14px;width:100%;height:100%;background-color:rgba(0,0,0,0);border:none;border-bottom:1px solid #9ca3af;padding:12px 10px;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 .get-in-touch-form form .select:hover,custom-form .get-in-touch-form form .select:focus{border-color:var(--input-active-border-color)}custom-form .get-in-touch-form form input{font-family:var(--font-family);outline:none;border-radius:0;font-size:14px;width:100%;height:100%;background-color:rgba(0,0,0,0);border-bottom:1px solid #9ca3af;padding:0 10px;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%;height:100px;background-color:rgba(0,0,0,0);border-bottom:1px solid #9ca3af;padding:12px 10px;color:var(--input-text-color);outline:none;border-radius:0;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{display:flex;gap:15px;align-items:center;margin-bottom:25px}custom-form .get-in-touch-form .overflow .icon_wrapper .icon svg{width:50px;height:auto;fill:#2dd6d8}custom-form .get-in-touch-form .overflow .middle{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:var(--h-color)}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 .loader{display:none}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{display:block;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.fail .overflow.fail{opacity:1;z-index:1}@media screen and (max-width: 1350px){custom-form .get-in-touch-form .text{max-width:100%}}@media screen and (max-width: 650px){custom-form .get-in-touch-form{padding:30px 20px}custom-form .get-in-touch-form form .form_wrap{margin:15px 0}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%}}@keyframes loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
