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}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{transition:all .2s ease}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%}}
header .flex-wrapper{max-height:100px;justify-content:space-between;gap:75px}header .header__top{height:40px;border-bottom:1px solid hsla(0,0%,100%,.25);margin-bottom:12px}header .header__top .contact-item:nth-child(2){margin-left:110px}header .header__top a{color:var(--hyper-text-ad-font-color)}header .header__main{height:100px}header .header__main-left{width:100%;display:flex;justify-content:space-between}header .header__main-right{align-content:center}header .header__main-right .btn{font-size:15px;padding:14px 20px;text-transform:uppercase}header .header__nav{align-content:center}header .header__menu{display:flex;gap:60px}header .header__menu a{font-size:var(--hyper-text-main-font-size);line-height:var(--hyper-text-main-line-height);font-weight:var(--hyper-text-main-font-weight);color:var(--hyper-text-main-font-color)}@media screen and (max-width: 1150px){header .flex-wrapper{gap:40px}header .header__menu{gap:45px}}.burger{display:none;justify-content:center;flex-direction:column;gap:5px;width:30px;cursor:pointer;background:none;border:none}.burger span{display:block;height:3px;width:100%;background:#fff;transition:.3s}.burger.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:rotate(-45deg) translate(6px, -6px)}.mobile-menu{position:fixed;top:0;left:-100%;width:100%;height:100vh;background:#16232b;display:flex;justify-content:center;align-items:center;transition:.4s;z-index:1000}.mobile-menu.active{left:0}.mobile-menu__bottom{padding-left:50px;padding-right:50px}.mobile-menu__content{padding:50px;width:100%;height:100%}.mobile-menu__contacts{display:flex;flex-direction:column;align-items:center;margin-bottom:70px;gap:20px}.mobile-menu__contacts a{font-size:20px;color:#fff}.mobile-menu__logo{display:flex;justify-content:center;margin-bottom:30px}.mobile-menu__logo svg{width:320px;height:200px}.mobile-menu__list{display:flex;flex-direction:column;gap:30px;text-align:center;margin-bottom:30px}.mobile-menu__list a{font-size:24px;text-align:center;color:#fff}.mobile-menu__close{position:absolute;top:25px;right:25px;font-size:28px;color:#fff;background:none;border:none;cursor:pointer;z-index:2}@media screen and (max-width: 1024px){header{position:fixed;top:0;left:0;width:100%;z-index:1100}.mobile-menu__contacts a{text-align:center}.header__logo{margin-left:50%}.header__logo svg{width:140px}body{padding-top:100px}header .header__top{display:none}.header__main{background-color:#16232b;padding-left:30px;padding-right:30px}header .header__main-left{justify-content:start}.header__nav{display:none}.burger{display:flex}}@media screen and (max-width: 650px){header .mobile-menu__logo{display:flex;justify-content:center;margin-bottom:30px}header .mobile-menu__logo svg{width:220px;height:120px}header .header__logo{margin-left:0}header .header__main-left{justify-content:space-between}}@media screen and (max-width: 480px){header .header__main-right{display:none}header .header__logo{margin-left:25%}header .header__main-left{justify-content:start}}
page-banner .page-banner{justify-items:center;padding-top:20px;padding-bottom:175px;background-image:url("/assets/images/banner-bg-image.jpg");background-size:cover;background-position:center;background-repeat:no-repeat}page-banner .container{max-width:825px;margin-top:82px;text-align:center}
work-steps section{background-color:var(--block-primary-bg-color)}work-steps .title{text-align:center}work-steps .steps{display:grid;justify-content:center;grid-auto-flow:column;grid-template-columns:repeat(2, minmax(0, 735px));grid-template-rows:repeat(5, auto);column-gap:75px;row-gap:30px;position:relative}work-steps .steps__item{position:relative;padding-left:50px}work-steps .steps__item::before,work-steps .steps__item::after{content:"";position:absolute;top:25px;left:0px;bottom:0;width:2px;height:200px;background:#cfd6dc}work-steps .steps__item:nth-child(5)::before,work-steps .steps__item:nth-child(5)::after,work-steps .steps__item:nth-child(10)::before,work-steps .steps__item:nth-child(10)::after{height:0}work-steps .steps__icon{position:absolute;left:0;top:30%;transform:translate(-50%, -50%);width:40px;z-index:2}work-steps .steps__icon svg{width:100%;height:100%;display:block}work-steps .steps__card{max-width:685px;height:100%;background:var(--block-primary-h-color);color:#fff;padding:22px 20px 34px 30px;border-radius:15px}work-steps .steps__card span{color:var(--accent-color);font-size:40px}work-steps .steps__card p{font-size:var(--text-font-size);line-height:var(--text-line-height);margin-top:12px}@media screen and (max-width: 1782px){work-steps .steps__item::before,work-steps .steps__item::after{top:40px;height:220px}}@media screen and (max-width: 1423px){work-steps .steps__item::before,work-steps .steps__item::after{height:250px}}@media screen and (max-width: 995px){work-steps .steps__item::before,work-steps .steps__item::after{height:310px}}@media screen and (max-width: 826px){work-steps .steps__item::before,work-steps .steps__item::after{top:60px}}@media screen and (max-width: 775px){work-steps .steps__item::before,work-steps .steps__item::after{height:350px}}@media screen and (max-width: 765px){work-steps .steps{display:grid;grid-template-columns:1fr;grid-auto-flow:row;row-gap:25px;max-width:100%;margin:0 auto;position:relative}work-steps .steps::before{content:"";position:absolute;left:16px;height:1650px;top:30px;bottom:0;width:2px;background:#cfd6dc}work-steps .steps__item::before,work-steps .steps__item::after{display:none}work-steps .steps__icon{left:16px;width:32px;top:25px;transform:translate(-50%, 0)}work-steps .steps__card{width:100%}}@media screen and (max-width: 736px){work-steps .steps::before{height:calc(100% - 30px)}}@media screen and (max-width: 425px){work-steps .steps__card{padding:20px 15px 20px 20px}work-steps .steps__card span{font-size:36px}work-steps .steps__card p{margin-top:5px}work-steps section{padding-left:20px}}
.portfolio-slider{padding-right:15px}.portfolio-slider .swiper-wrapper{margin-bottom:50px;max-height:560px}.portfolio-slider__slider{margin-bottom:20px}.portfolio-slider .swiper-slide{overflow:hidden;border-radius:4px}.portfolio-slider .swiper-slide img{width:560px;height:430px;object-fit:cover;cursor:pointer}.portfolio-slider__nav{display:flex;justify-content:center;gap:20px}.portfolio-slider__prev,.portfolio-slider__next{width:50px;height:50px;border:1px solid var(--block-primary-h-color);background:var(--block-primary-h-color);color:#fff;cursor:pointer;position:relative}.portfolio-slider__prev.is-active,.portfolio-slider__next.is-active{background:#fff;color:var(--block-primary-h-color)}.portfolio-slider__prev.is-active::after,.portfolio-slider__next.is-active::after{border-color:var(--block-primary-h-color)}.portfolio-slider__prev::after{transform:translate(-50%, -50%) rotate(-135deg)}@media screen and (max-width: 1400px){.portfolio-slider .portfolio-slider__slider{margin-bottom:0}}@media screen and (max-width: 1024px){.portfolio-slider .swiper-slide{height:100%}}.review-lightbox{position:fixed;inset:0;z-index:9999;display:none}.review-lightbox.active{display:flex;align-items:center;justify-content:center}.review-lightbox__overlay{position:absolute;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(5px)}.review-lightbox__content{position:relative;z-index:2;max-width:90vw;max-height:90vh}.review-lightbox__content img{width:100%;height:100%;max-width:600px;object-fit:contain;border-radius:10px}.review-lightbox__close{position:fixed;top:20px;right:20px;width:40px;height:40px;cursor:pointer;background:rgba(0,0,0,.4);border:none;border-radius:50%;z-index:10000;display:flex;align-items:center;justify-content:center}.review-lightbox__close::before,.review-lightbox__close::after{content:"";position:absolute;width:20px;height:2px;background:#fff}.review-lightbox__close::before{transform:rotate(45deg)}.review-lightbox__close::after{transform:rotate(-45deg)}.review-lightbox__close:hover{background:rgba(0,0,0,.6)}
footer .container{padding:80px 335px;background:linear-gradient(90deg, rgba(22, 35, 43, 0.9), rgb(29, 45, 61)),url("/assets/images/footer-image.png");background-position:0 0,left center;background-repeat:no-repeat,no-repeat;background-size:100% 100%,1150px;background-color:#070b0d}footer .top-info{max-width:455px}footer .top-info .title{color:var(--h2-seconadry-color);margin-bottom:25px}footer .contact-info{display:flex;flex-direction:column;gap:30px}footer .contact-info .contact-item{display:flex;align-items:center;gap:30px}footer .contact-info .contact-item .contact-image{display:flex;justify-content:center;align-items:center;width:60px;height:60px;background-color:var(--block-seconadry-bg-color)}footer .contact-info .contact-item a{font-size:var(--text-font-size);color:var(--h-color);transition:.2s}footer .contact-info .contact-item a:hover{color:var(--link-hover-color)}footer .footer__top{display:flex;justify-content:space-between}footer .footer__bottom{background-color:var(--block-seconadry-bg-color);padding:25px 337px}footer .footer__bottom .developer-company{width:100%;justify-self:center;max-width:1245px}footer .footer__bottom .developer-company p,footer .footer__bottom .developer-company span{color:#969696}footer .footer__bottom:hover span{color:var(--accent-color)}footer .footer__right{width:100%;max-width:620px}@media screen and (max-width: 1900px){footer .footer__bottom,footer .container{padding-left:30px;padding-right:30px}footer .footer__top{width:100%;justify-self:center;gap:50px;max-width:1245px}}@media screen and (max-width: 1400px){footer .container{padding:50px 30px}}@media screen and (max-width: 750px){footer .footer__top{flex-direction:column}}@media screen and (max-width: 550px){footer .contact-info .contact-item .contact-image{background-color:rgba(0,0,0,0);width:auto;height:auto}}
