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}header{background-color:var(--bg-color);height:170px;position:fixed;left:0;top:0;z-index:15;width:100%;display:flex;flex-direction:column;align-items:center;transition:all .2s ease}header .shared_wrapper.phone_wrapper{font-weight:bold;font-size:20px}header .shared_wrapper.phone_wrapper a{color:var(--accent-color)}header .info_wrapper{display:none}header .top-info{background-color:var(--accent-color);width:100%}header .top-info .top-info_wrapper{width:100%;padding:15px 0;display:flex;justify-content:space-between}header .top-info .top-info_wrapper_item{display:flex;gap:10px;align-items:center;color:var(--h-color)}header .top-info .top-info_wrapper_item a{color:var(--h-color)}header .top-info .top-info_wrapper_item svg{min-width:20px}header .header_right{display:flex;gap:20px;align-items:center}header .social-list{display:flex;gap:30px;align-items:center}header .popup_shadow.show_shadow{opacity:1;pointer-events:all}header .popup_shadow{position:fixed;z-index:5;top:0;left:0;background:rgba(0,0,0,.5);width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:all .4s ease}header .container{display:flex;align-items:center;justify-content:space-between;height:100%}header .header_center{height:100%}header .logo{max-width:85px;min-width:80px;display:flex;align-items:center;justify-content:center}header .mobileRight{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}header nav{height:100%}header nav ul{height:100%;list-style:none;display:flex;align-items:center}header nav ul li{position:relative;height:fit-content}header nav ul li:last-child{margin-right:0}header nav ul li.megamenu>a,header nav ul li.megamenu>span{cursor:pointer}header nav ul li.megamenu>a::before,header nav ul li.megamenu>span::before{content:"";position:absolute;top:calc(50% - 2px);right:10px;width:10px;height:0px;transition:all .2s ease;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M13 1.5L7 7.5L1 1.5' stroke='%23151515' stroke-width='2'/%3E%3C/svg%3E");background-size:contain}header nav ul li a,header nav ul li span{padding:0 25px;position:relative;white-space:nowrap;font-weight:500;font-size:16px;line-height:25px;color:#fff;display:flex;align-items:center;gap:10px;height:100%;transition:all .2s ease}header nav ul li.menu__item a .arrowIcon{margin-top:3px;margin-left:5px}header nav ul li.menu__item a:hover,header nav ul li.menu__item span:hover{text-shadow:.5px 0 0 #fff}header nav ul li.menu__item a:hover::after,header nav ul li.menu__item span:hover::after{width:calc(100% - 50px)}header nav ul li.menu__item a::after,header nav ul li.menu__item span::after{content:"";position:absolute;bottom:32px;left:25px;width:0;height:1px;background-color:var(--primary-color);transition:all .2s ease}header nav ul li .child a:after{content:none}header nav ul li .megamenu_wrapper{border:0px solid var(--block-primary-border-color);width:600px;transition:all .2s ease;max-height:0;position:absolute;z-index:12;height:100%;top:40px;left:-125px;background-color:var(--block-primary-bg-color);overflow:hidden;padding:0 40px;border-radius:30px;box-shadow:rgba(0,0,0,.24) 0px 3px 8px}header nav ul li .childs_wrapper ul{height:auto}header nav ul li .childs_wrapper .child{flex-wrap:wrap;align-items:flex-start;flex-direction:column}header nav ul li .childs_wrapper .child li{margin-right:0}header nav ul li .childs_wrapper .child a,header nav ul li .childs_wrapper .child span{font-size:16px;line-height:22px;color:var(--block-primary-text-color);padding:10px;transition:all .2s ease}header nav ul li .childs_wrapper .child a:hover,header nav ul li .childs_wrapper .child span:hover{text-shadow:.5px 0 0 var(--block-primary-text-color)}header.scrolled{background-color:#fff;box-shadow:0px 4px 6px 0px rgba(46,61,73,.0784313725);color:#000}header.scrolled nav ul.menu li.megamenu>span::before{height:10px}header.scrolled nav ul li span svg{display:none}header.scrolled nav ul li a,header.scrolled nav ul li span{color:#000}header.scrolled .mobileRight{padding-top:0}header.scrolled .hamburger::before{background:#000}header.scrolled .hamburger::after{background:#000}header.scrolled .hamburger>div{background:#000}header.scrolled .header_right .btn:hover{color:var(--accent-color);border-color:var(--accent-color)}header-component.active .header .mobileRight nav ul{height:min-content}header-component.active .header .mobileRight{padding-top:0}header-component.active .header .info_wrapper{display:flex;flex-direction:column;gap:15px;margin-top:40px}header-component.active .header .info_wrapper .top-info_wrapper{width:100%;padding:15px 0;display:flex;justify-content:space-between}header-component.active .header .info_wrapper .top-info_wrapper_item{display:flex;gap:10px;align-items:center;color:var(--h-color)}header-component.active .header .info_wrapper .top-info_wrapper_item svg{min-width:20px}header-component.active .header .info_wrapper .top-info_wrapper_item a{color:var(--h-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:#fff;border-radius:100px;transition:all .3s ease}.hamburger::after{content:"";position:absolute;top:calc(100% - 3px);right:20px;width:10px;height:3px;background:#fff;transition:all .3s ease;z-index:3;border-radius:100px}.hamburger>div{border-radius:100px;position:absolute;top:calc(50% - 1px);right:10px;width:20px;height:3px;background:#fff;transition:all .5s ease;opacity:1}@media screen and (max-width: 1250px){header nav ul li a,header nav ul li span{padding:0 16px}header nav ul li.megamenu>a::before,header nav ul li.megamenu>span::before{right:0}}@media screen and (max-width: 1100px){header.header{height:90px}header.header .logo{width:70px;min-width:unset}.top-info{display:none !important}}@media screen and (min-width: 1024px){.hamburger{display:none}.hamburger_wrapper{display:none}header .shared_wrapper.phone_wrapper{display:none}header nav ul li:hover .megamenu_wrapper{height:fit-content;border-width:1px;padding:15px 30px;max-height:360px}header nav ul li.megamenu:hover>a::before,header nav ul li.megamenu:hover>span::before{transform:rotate(180deg);top:calc(50% - 7px)}}@media screen and (max-width: 1024px){header .container .social-list{display:none}header .container .shared_wrapper.logo_wrapper{display:flex;justify-content:center}header .container .shared_wrapper.button_wrapper{display:flex;justify-content:flex-end}header nav ul li .megamenu_wrapper{transition:all .5s ease}header nav ul li a::after,header nav ul li span::after{content:none}header nav ul li.menu__item a::after,header nav ul li.menu__item span::after{content:none}header nav ul li .childs_wrapper{background-color:rgba(0,0,0,0);box-shadow:none}header nav ul li .childs_wrapper .child a,header nav ul li .childs_wrapper .child span{color:#000;padding-left:10px;font-size:16px}header .container{position:relative;justify-content:space-between}header .header_center{position:absolute;top:80px;left:-200%;width:100%;max-width:500px;height:calc(100vh - 68px);background:var(--bg-color);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:58px}header{height:60px}header .logo{width:100px}header .btn{font-size:14px;line-height:25px;font-weight:500;padding:8px 12px;border-radius:10px;width:auto;height:auto;white-space:nowrap}}@media screen and (max-width: 430px){header .container .shared_wrapper{width:auto}header .container .shared_wrapper.logo_wrapper{display:block}}
page-banner{background:var(--bg-color)}page-banner .page-banner{position:relative;overflow:hidden}page-banner .page-banner .background{position:absolute;top:0;left:0;width:100%;height:100%}page-banner .page-banner .background img{height:100%;width:100%;object-fit:cover;filter:brightness(0.35)}page-banner .page-banner .container{position:relative}page-banner .flex-wrapper{align-items:center;justify-content:space-between}page-banner .right{max-width:500px;--input-border-color: #1D1D1B}page-banner .left{max-width:597px}page-banner .left .content{line-height:140%;color:var(--text-color);margin-bottom:20px}page-banner .banner_list li{display:flex;gap:10px;align-items:center;margin-bottom:25px;color:var(--text-color)}page-banner .buttons{display:flex;align-items:center;gap:20px}page-banner .btn{white-space:nowrap}@media screen and (max-width: 1024px){page-banner .flex-wrapper{flex-direction:column;gap:50px}page-banner .flex-wrapper .delivery-title{max-width:100%}page-banner .left,page-banner .right{width:100%}page-banner .right{display:flex;justify-content:center}}@media screen and (max-width: 600px){page-banner .buttons{flex-direction:column;align-items:initial}page-banner .buttons .btn{text-align:center}}
@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)}}
kovryk-component .flex-wrapper{gap:100px}kovryk-component .right,kovryk-component .left{width:45%}kovryk-component .left .swiper.main{margin-bottom:15px}kovryk-component .left .swiper.main .item{width:600px;height:660px}kovryk-component .left .swiper.thumbs .item{width:103px;height:137px;cursor:pointer}kovryk-component .left .swiper.thumbs .item img{object-fit:cover}kovryk-component .left .swiper img{height:100%;width:100%;object-fit:cover;cursor:pointer}kovryk-component .right-block{font-size:18px;line-height:140%;margin-bottom:20px}kovryk-component .right-block-title{font-weight:600;margin-bottom:20px}kovryk-component .right-block .list{padding-left:15px;list-style:disc}kovryk-component .right-block.colors{display:flex;gap:20px}kovryk-component .right-block.colors .color-item{padding:0 8px}kovryk-component .right-block.colors .color-item img{border-radius:100%;margin-bottom:20px}kovryk-component .right-block.colors .color-item p{text-align:center}kovryk-component .right-block.price{display:flex;gap:20px}kovryk-component .right-block.price p{font-size:28px;font-weight:500}kovryk-component .right-block.price .discount{color:var(--accent-color)}kovryk-component .right-block.price .full{text-decoration:line-through}kovryk-component .right .btn{width:fit-content}kovryk-component .navigation_wrapper{display:flex;justify-content:space-between;width:100%;position:absolute;top:50%;z-index:3}kovryk-component .navigation_wrapper .images_slider_next,kovryk-component .navigation_wrapper .images_slider_prev{display:flex;justify-content:center;align-items:center;height:50px;width:50px;border-radius:100%;background-color:#fff;cursor:pointer;margin:0 20px}kovryk-component .navigation_wrapper .images_slider_next svg path,kovryk-component .navigation_wrapper .images_slider_prev svg path{stroke:var(--accent-color)}kovryk-component .navigation_wrapper .images_slider_next:hover,kovryk-component .navigation_wrapper .images_slider_prev:hover{background-color:var(--accent-color)}kovryk-component .navigation_wrapper .images_slider_next:hover svg path,kovryk-component .navigation_wrapper .images_slider_prev:hover svg path{stroke:#fff}@media screen and (max-width: 1150px){kovryk-component .flex-wrapper{gap:20px}}@media screen and (max-width: 1000px){kovryk-component .flex-wrapper{flex-direction:column}kovryk-component .right,kovryk-component .left{width:100%}}@media screen and (max-width: 650px){kovryk-component .left .swiper.main .item{height:100%}kovryk-component .left .swiper.main .item img{object-fit:contain}kovryk-component .right-block.price p{font-size:20px}}
get-in-touch-popup get-in-touch-form{background-color:rgba(0,0,0,0)}@keyframes loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}form-custom .get-in-touch-form{position:relative;width:100%;min-height:380px;max-width:600px;background-color:var(--block-primary-bg-color);display:block;padding:50px 30px;border-radius:var(--block-primary-border-radius)}form-custom .get-in-touch-form .like_title{font-size:var(--h3-font-size);font-weight:500;line-height:120%;letter-spacing:0em;text-align:center;color:var(--block-primary-h-color);margin-bottom:25px}form-custom .get-in-touch-form .subtitle{font-size:var(--text-font-size);font-weight:var(--text-font-weight);line-height:120%;letter-spacing:0em;text-align:center;color:var(--block-primary-text-color);margin-bottom:25px}form-custom .get-in-touch-form .col-1{width:8.3333333333%}form-custom .get-in-touch-form .col-2{width:16.6666666667%}form-custom .get-in-touch-form .col-3{width:25%}form-custom .get-in-touch-form .col-4{width:33.3333333333%}form-custom .get-in-touch-form .col-5{width:41.6666666667%}form-custom .get-in-touch-form .col-6{width:50%}form-custom .get-in-touch-form .col-7{width:58.3333333333%}form-custom .get-in-touch-form .col-8{width:66.6666666667%}form-custom .get-in-touch-form .col-9{width:75%}form-custom .get-in-touch-form .col-10{width:83.3333333333%}form-custom .get-in-touch-form .col-11{width:91.6666666667%}form-custom .get-in-touch-form .col-12{width:100%}form-custom .get-in-touch-form form{width:100%;max-width:950px;background-color:var(--block-primary-bg-color)}form-custom .get-in-touch-form form .btn_wrapper{width:100%;padding-left:8px;padding-right:8px;padding-top:4px;display:flex;align-items:center;justify-content:center}form-custom .get-in-touch-form form .btn_wrapper .btn:disabled{opacity:0}form-custom .get-in-touch-form form .form_wrap{display:flex;flex-wrap:wrap}form-custom .get-in-touch-form form .input-wrap{position:relative;padding:8px 8px 16px;flex:0 0 auto}form-custom .get-in-touch-form form .title{color:var(--block-primary-text-color);font-size:16px;font-weight:500;line-height:17px}form-custom .get-in-touch-form form input{font-family:var(--font-family);outline:none;border-radius:var(--input-border-radius);font-size:18px;width:100%;height:100%;background-color:var(--input-bg-color);border-bottom:1px solid;border-color:var(--input-border-color);padding:15px 0 10px;color:var(--input-text-color);height:50px;margin-bottom:8px;transition:all .2s ease}form-custom .get-in-touch-form form input:hover,form-custom .get-in-touch-form form input:focus{border-color:var(--input-active-border-color)}form-custom .get-in-touch-form form input::placeholder{font-weight:500;font-size:14px;line-height:100%;color:var(--input-placeholder-color)}form-custom .get-in-touch-form form input:-webkit-autofill,form-custom .get-in-touch-form form input:-webkit-autofill:hover,form-custom .get-in-touch-form form input:-webkit-autofill:focus,form-custom .get-in-touch-form form input:-webkit-autofill:active{background-color:rgba(0,0,0,0);-webkit-box-shadow:0 0 0 30px rgba(0,0,0,0) inset !important;-webkit-text-fill-color:var(--input-text-color)}form-custom .get-in-touch-form form input.error+.email-error,form-custom .get-in-touch-form form input.error+.phone-error{color:#ff7d7d}form-custom .get-in-touch-form form .email-error,form-custom .get-in-touch-form form .phone-error{font-size:12px;font-weight:400;line-height:120%}form-custom .get-in-touch-form form span{display:block;position:absolute;left:10px;bottom:-2px;color:rgba(0,0,0,0);transition:all .2s ease}form-custom .get-in-touch-form form textarea{overflow:hidden;width:100%;font-family:var(--font-family);height:55px;background-color:var(--input-bg-color);border-bottom:1px solid;border-color:var(--input-border-color);padding:15px 0;color:var(--input-text-color);outline:none;border-radius:var(--input-border-radius);margin-bottom:10px;resize:none;font-weight:300;font-size:18px;line-height:36px;transition:all .2s ease}form-custom .get-in-touch-form form textarea::placeholder{font-weight:500;font-size:14px;line-height:100%;color:var(--input-placeholder-color)}form-custom .get-in-touch-form form textarea:hover{border-color:var(--input-active-border-color)}form-custom .get-in-touch-form form .success_text{position:relative;top:-50px;color:rgba(0,0,0,0);transition:all .2s ease;display:none}form-custom .get-in-touch-form form.success .success_text{display:block;top:-12px;color:green}form-custom .get-in-touch-form .overflow{opacity:0;z-index:-1;display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;border-radius:calc(var(--block-primary-border-radius) - 5px);box-shadow:rgba(0,0,0,.35) 0px 5px 15px;transition:opacity .5s ease}form-custom .get-in-touch-form .overflow .icon_wrapper{width:100%;padding-bottom:10px;margin-bottom:15px;display:flex;justify-content:center;border-bottom:solid 4px var(--accent-color)}form-custom .get-in-touch-form .overflow .icon_wrapper .icon{width:150px}form-custom .get-in-touch-form .overflow .icon_wrapper .icon svg{width:100%;height:auto}form-custom .get-in-touch-form .overflow .middle{max-width:340px;text-align:center;padding-left:10px;padding-right:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;margin-bottom:35px;color:#000}form-custom .get-in-touch-form .overflow .middle .bold{font-size:var(--h1-font-size);color:var(--accent-color)}form-custom .get-in-touch-form .overflow.success .icon{margin-left:10px}form-custom .get-in-touch-form .overflow.success .icon svg path{fill:var(--accent-color)}form-custom .get-in-touch-form .overflow.success .check_entity span:first-child{color:var(--accent-color)}form-custom .get-in-touch-form .overflow.success .check_entity.phone_entity{display:none}form-custom .get-in-touch-form .overflow.success .check_entity.phone_entity.provided{display:block}form-custom .get-in-touch-form .overflow.fail .icon svg path:nth-child(1){fill:var(--accent-color)}form-custom .get-in-touch-form .overflow.fail .icon svg path:nth-child(2){fill:#fff}form-custom .get-in-touch-form .overflow.fail .restart_button{width:50px;transform:scaleX(-1);transition:transform .4s ease-out;cursor:pointer}form-custom .get-in-touch-form .overflow.fail .restart_button svg{transition:all .4s ease-in-out}form-custom .get-in-touch-form .overflow.fail .restart_button svg circle{fill:var(--accent-color)}form-custom .get-in-touch-form .overflow.fail .restart_button:hover svg{transform:rotate(-180deg)}form-custom[data-in-popup] .get-in-touch-form{padding-top:0;padding-bottom:10px;margin-bottom:10px}form-custom[data-in-popup] .get-in-touch-form .overflow{box-shadow:none}form-custom[data-in-popup] .get-in-touch-form .overflow .icon{width:100px}form-custom[data-in-popup] .get-in-touch-form .overflow .bold{font-size:32px}form-custom.loading .btn_wrapper{position:relative}form-custom.loading .btn_wrapper button[type=submit]{opacity:0;transition:none;cursor:none}form-custom.loading .btn_wrapper .loader{position:absolute;top:calc(50% - 25px);left:calc(50% - 25px);width:50px;height:50px;border:10px solid var(--accent-color);border-bottom-color:#fff;border-radius:50%;z-index:11;animation:loading 2s linear infinite}form-custom.success .overflow.success{opacity:1;z-index:1}form-custom.fail .overflow.fail{opacity:1;z-index:1}@media screen and (max-width: 650px){form-custom .get-in-touch-form form .input-wrap{width:100%;padding:4px}form-custom .get-in-touch-form form .btn_wrapper .btn{width:100%}}popup-container[data-position=bottom-right] .popup_top{margin-bottom:10px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form{padding-left:15px;padding-right:15px;padding-bottom:10px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .popup_text{margin-bottom:5px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .btn{width:100%;padding-top:15px;padding-bottom:15px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .success-overflow .bold{font-size:42px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .success-overflow .icon{width:100px}@media screen and (max-width: 400px){popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form{padding:15px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .btn{padding:15px 20px}}
contact-us-block-custom{background-color:var(--bg-color)}contact-us-block-custom .contact_us_block{padding:0}contact-us-block-custom .contact_us_block .title,contact-us-block-custom .contact_us_block .subtitle{text-align:left}contact-us-block-custom .contact_us_block .contact_info_list{list-style:none}contact-us-block-custom .contact_us_block .contact_info_list li{margin-bottom:30px}contact-us-block-custom .contact_us_block .contact_info_list li span{color:var(--text-color);transition:color .3s ease}contact-us-block-custom .contact_us_block .contact_info_list li:not(li.manyPhones):hover span{color:var(--accent-color)}contact-us-block-custom .contact_us_block .contact_info_list li.manyPhones{display:flex;gap:10px}contact-us-block-custom .contact_us_block .contact_info_list li.manyPhones .phones_wrapper{display:flex;flex-direction:column;gap:8px}contact-us-block-custom .contact_us_block .contact_info_list li.manyPhones .phones_wrapper a:hover span{color:var(--accent-color)}contact-us-block-custom .contact_us_block .contact_info_list .item-wrapper{display:flex;align-items:center;gap:10px}contact-us-block-custom .contact_us_block .contact_info_list h3{font-size:28px;margin-bottom:0}contact-us-block-custom .contact_us_block .contact_info_list .icon-wrapper{position:relative;min-width:64px;height:64px;display:flex;justify-content:center;align-items:center;background-color:var(--accent-color);border-radius:50%}contact-us-block-custom .contact_us_block .contact_info_list .icon-wrapper svg{width:28px;height:28px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}contact-us-block-custom .contact_us_block .contact_info_list .flex-wrapper{max-width:300px;flex-direction:column;justify-content:center}@media screen and (max-width: 900px){contact-us-block-custom .contact_us_block .contact_info_list{padding-top:0}}
slider-component{position:relative;background-color:var(--bg-color)}slider-component .container{max-width:95%}slider-component .item{position:relative;display:block;flex-direction:column;gap:20px;height:auto;transition:all .5s ease}slider-component .item .text_wrapper{position:absolute;height:100%;width:100%;top:0;left:0}slider-component .item-title{position:absolute;color:var(--h-color);font-size:36px;line-height:49px;top:30px;left:28px}@media screen and (max-width: 1024px){slider-component .item-title{font-size:26px;line-height:39px;top:10px;left:10px}}slider-component div.swiper-pagination{margin-top:20px;position:static}slider-component span.swiper-pagination-bullet{border-radius:0;width:15px;height:15px;--swiper-pagination-bullet-horizontal-gap: 6px}slider-component span.swiper-pagination-bullet-active{background:#ce201b}slider-component div.primary-block{background-color:rgba(0,0,0,0)}slider-component .navigation_wrapper{display:block}slider-component .navigation_wrapper .swiper-button-prev{left:-5px;right:auto}slider-component .navigation_wrapper .swiper-button-prev::after{content:"";height:19px;width:19px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 33' fill='none'%3E%3Cpath d='M17 2L3 16.6706L16.6818 31' stroke='black' stroke-width='4'/%3E%3C/svg%3E")}slider-component .navigation_wrapper .swiper-button-prev:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 33' fill='none'%3E%3Cpath d='M17 2L3 16.6706L16.6818 31' stroke='red' stroke-width='4'/%3E%3C/svg%3E")}slider-component .navigation_wrapper .swiper-button-next{right:-5px;left:auto;transform:rotate(180deg)}slider-component .navigation_wrapper .swiper-button-next::after{content:"";height:19px;width:19px;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 33' fill='none'%3E%3Cpath d='M17 2L3 16.6706L16.6818 31' stroke='black' stroke-width='4'/%3E%3C/svg%3E")}slider-component .navigation_wrapper .swiper-button-next:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 33' fill='none'%3E%3Cpath d='M17 2L3 16.6706L16.6818 31' stroke='red' stroke-width='4'/%3E%3C/svg%3E")}slider-component image-component img{height:100%;width:100%;object-fit:contain}slider-component .icon{width:24px;height:24px;display:flex;justify-content:center;align-items:center;position:absolute;bottom:10px;right:10px}slider-component .icon svg{width:16px;height:auto;transform:rotate(270deg)}slider-component .icon svg path{stroke:var(--h-color);transition:stroke .5s ease}
@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)}}
get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form{background-color:var(--bg-color);position:relative}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form .container{display:flex;gap:50px;justify-content:center;align-items:center;position:relative}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form h2{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}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form image-component{position:absolute;top:0;height:100%;width:fit-content}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form image-component img{width:fit-content}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form image-component.left{left:0}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form image-component.left img{height:100%}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form image-component.right{right:0}get-in-touch-block-with-custom-form .get-in-touch-block-with-custom-form image-component.right img{height:500px}@media screen and (max-width: 900px){get-in-touch-block-with-custom-form image-component.right{display:none}get-in-touch-block-with-custom-form image-component.left img{object-fit:cover}get-in-touch-block-with-custom-form .container{flex-direction:column}}
footer{background-color:var(--bg-color)}footer .footer_top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:50px;width:100%;padding:50px 0}footer .footer_top .logo{margin-bottom:50px;width:100%;max-width:80px}footer .footer_top .text{color:var(--text-color);width:260px;line-height:22.4px}footer .footer_top .like_a_list{display:flex;align-items:center;gap:25px}footer .footer_top .column .like_a_title{color:var(--text-color);font-size:24px;margin-bottom:30px}footer .footer_top .column a{color:var(--text-color)}footer .footer_top .column a:hover{color:var(--accent-color)}footer .footer_top .column .menu{display:flex;flex-direction:column;gap:20px}footer .footer_top .column .menu li{position:relative;margin-left:10px}footer .footer_top .column .menu li::before{content:"•";color:#fff;position:absolute;left:-0.8em}footer .footer_top .column .item{margin-bottom:10px;max-width:250px}footer .footer_top .column .item_title{color:#fff;margin-bottom:10px}footer .footer_bottom{border-top:1px solid #4d555b;padding:24px 0}footer .footer_bottom .bottom_flex{display:flex;align-items:center;justify-content:space-between}footer .footer_bottom .bottom_flex .left{display:flex;align-items:center}footer .footer_bottom .bottom_flex .left .copyright{margin-right:10px;color:#878787;font-size:16px;white-space:nowrap}footer .footer_bottom .bottom_flex .left a{color:var(--text-color)}footer .footer_bottom .bottom_flex .right{display:flex;gap:15px}footer .footer_bottom .bottom_flex .right a{color:var(--text-color);font-size:16px;line-height:22px;transition:all .2s ease}footer .footer_bottom .bottom_flex .right a:hover{color:var(--accent-color)}@media screen and (max-width: 850px){footer .footer_left{flex-direction:column;gap:25px}}@media screen and (max-width: 800px){footer .footer_bottom .bottom_flex .left,footer .footer_bottom .bottom_flex .right{flex-direction:column;align-items:flex-start;gap:15px}}@media screen and (max-width: 775px){footer .footer_top .footer_right_top,footer .footer_top .footer_right_bottom{gap:30px 40px;flex-wrap:wrap}}@media screen and (max-width: 550px){footer .footer_top{flex-direction:column}}
