/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes move-up-down{0%,to{transform:translateY(0)}50%{transform:translateY(80%)}}@keyframes appear{0%{opacity:0;scale:.5}to{opacity:1;scale:1}}.screen-action-btn{color:var(--white-color);background:var(--btn-color);border-radius:.5rem;width:75px;padding:.25rem .5rem;font-size:.875rem;font-weight:500;transition:all .2s;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (min-width:640px){.screen-action-btn{width:120px;font-size:1rem}}@media (min-width:768px){.screen-action-btn:hover{transform:scale(1.05)}}.screen-action-btn:active{opacity:.85}.action-button{color:#fff;background:var(--btn-color);border-radius:.75rem;padding:12px 16px;font-size:clamp(12px,4vw,20px);font-weight:500;line-height:23px;transition:all .3s}.action-button:hover:not(:disabled){background-color:var(--hover-btn-color);box-shadow:0 0 15px 2px #ffffff4d}.action-button:active:not(:disabled){box-shadow:none;color:var(--gray-color);background-image:none}.action-button:disabled{opacity:.5;cursor:not-allowed}@media (min-width:640px){.action-button{padding:16px 20px}}@media (min-width:1024px){.action-button{padding:20px 24px}}.navigation-links{transition-duration:.3s}.navigation-links:hover{color:var(--orange-color);text-decoration:underline}.overlay{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100vw;height:100vh;position:fixed;inset:0}.centred-row-flexbox,.overlay{justify-content:center;align-items:center;display:flex}.centred-row-flexbox{gap:1rem}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media (min-width:480px){.container{max-width:480px}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px;padding-left:60px;padding-right:60px}}@media (min-width:1220px){.container{max-width:1220px;padding-left:50px;padding-right:50px}}.mb-20{margin-bottom:20px}.mb-50{margin-bottom:clamp(20px,3vw,50px)}.header-mb90{margin-bottom:clamp(30px,6vw,90px)}.section-title{font-size:clamp(22px,5vw,48px);font-weight:800;line-height:clamp(26px,5vw,56px)}.section-subtitle{color:var(--gray-color);font-size:clamp(12px,3vw,22px);font-weight:500;line-height:clamp(14px,3vw,26px)}.space-for-header{padding-top:62px}.zero-space-for-header{padding-top:0}.section_indent{padding-top:30px;padding-bottom:30px}@media (min-width:640px){.section_indent{padding-top:40px;padding-bottom:40px}}@media (min-width:768px){.space-for-header{padding-top:110px}.section_indent{padding-top:60px;padding-bottom:60px}}@media (min-width:1024px){.section_indent{padding-top:80px;padding-bottom:80px}}.rounded{border-radius:.5rem}.bg-secondary{background:var(--secondary-background)}.error-component{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:30px;font-size:20px;font-weight:700;display:flex}.appear-block{animation:appear 5s linear;animation-timeline:view();animation-range:entry 0 cover 40%}.not-found__page{justify-content:center;align-items:center;width:100%;height:600px;display:flex}.not-found__block{text-align:center;flex-direction:column;gap:20px;padding:40px 50px;display:flex}.not-found__title{color:#00000080;letter-spacing:5px;text-shadow:1px 1px 2px #ffffff4d,-1px -1px 2px #0003;font-size:80px}.not-found__subtitle{color:#2c2c2c;letter-spacing:2px;font-size:20px;font-weight:500}.header__logo{width:90px;height:28px}.header-main{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1001;background-color:#323335c2;justify-content:center;width:100%;height:62px;transition:all .5s;position:fixed;top:0;left:50%;transform:translate(-50%)}.header,.header-main{align-items:center;display:flex}.header{justify-content:space-between;gap:40px}.header-contacts{flex-direction:column;align-items:flex-end;gap:10px;margin-left:20px;display:flex}.header-contacts-link:hover{color:var(--orange-color)}.header-contacts-link.mobile{font-size:20px;position:absolute;bottom:50px;left:auto}.header-contacts-link{letter-spacing:1.5px;color:var(--gray-color);transition:all .5s}.header-burger{z-index:1001;cursor:pointer;align-items:center;width:25px;height:18px;display:flex;position:relative}.header-burger__line:before{content:"";background:var(--white-color);width:100%;height:2px;transition:all .5s;position:absolute;top:0;left:0}.header_burger-nav__overlay{z-index:1002;height:100%;display:flex;position:fixed;top:0;left:0}.header_burger-nav{letter-spacing:clamp(1.2px,3vw,1.8px);background-color:#323335a9;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:clamp(20px,3vw,25px);height:100%;font-size:clamp(14px,3vw,22px);display:flex;overflow:hidden}.header-burger__line:after{content:"";background:var(--white-color);width:100%;height:2px;transition:all .5s;position:absolute;bottom:0;left:0}.header-burger__line[data-isopenmenu=true]:after{top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.header-burger__line[data-isopenmenu=true]{width:0}.header-burger__line[data-isopenmenu=true]:before{top:50%;left:50%;transform:translate(-50%,-50%)rotate(-45deg)}.header-burger__line{background:var(--white-color);width:100%;height:2px;transition:all .5s}.header-nav{text-wrap:nowrap;justify-content:space-between;align-items:center;gap:30px;display:none}.header-nav__link.mobile{padding:0;font-size:22px;transition:all .5s;display:inline-block}.header-nav__modal-sublinks a:hover{color:var(--orange-color)}.header-nav__modal-sublinks a{color:var(--gray-color);font-size:18px;transition:all .4s}.header-nav__modal-sublinks{flex-direction:column;gap:8px;margin-top:10px;padding:0 10px 0 20px;display:flex}.header-nav__sublink a:hover{color:var(--orange-color)}.header-nav__sublink a{text-overflow:ellipsis;cursor:pointer;text-wrap:nowrap;transition:all .5s;display:inline-block;overflow:hidden}.header-nav__sublink{cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#37383c;border-radius:0 10px 10px;flex-direction:column;gap:20px;max-width:200px;padding:20px 10px;transition:opacity .3s,visibility .3s;display:none;position:absolute;top:calc(100% + 10px);left:0}.header-nav__item{position:relative}.header-nav__item:has(.header-nav__sublink){background-color:#0000}.header-nav__item:has(.header-nav__sublink):hover .header-nav__link{background-color:#37383c}.header-nav__item:hover .header-nav__sublink{display:flex}.header-nav__link{cursor:pointer;text-wrap:nowrap;border-radius:10px 10px 0 0;padding:20px 10px}.header-nav__link:hover{color:var(--orange-color)}@media (min-width:768px){.header-main{height:110px}.header__logo{width:130px;height:36px}}@media (min-width:1024px){.header__logo{width:170px;height:50px;transform:scale(1)}.header-burger{display:none}.header-nav{display:flex}}.hero-overlay{object-fit:cover;position:relative;overflow:hidden}.hero-image-desktop{z-index:-10;object-fit:cover;width:100vw;min-height:100%;display:block;position:absolute}.hero{flex-direction:column;align-items:flex-start;min-height:100vh;max-height:1300px;padding-top:70px;padding-bottom:96px;position:relative}.hero,.hero__content{justify-content:center;display:flex}.hero__content{flex-direction:column-reverse;align-items:center;gap:.5rem}.hero__text-block{width:100%}.hero__title{text-transform:uppercase;font-size:1.875rem;font-weight:800}.hero__title-accent{color:var(--orange-color)}.hero__subtitle{color:#9ca3af;margin-top:.75rem;font-size:1rem;font-weight:500}.hero__button{margin-top:1.25rem;font-size:.875rem;display:inline-block}.hero__image-wrapper{width:150px}.hero__image{object-fit:contain;width:auto;height:auto;display:none}.hero__scroll-indicator{opacity:.55;border:2px solid #fff;border-radius:9999px;width:1.25rem;height:2rem;padding:.25rem;position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%)}.hero__scroll-dot-container{width:100%;height:100%;position:relative}.hero__scroll-dot{opacity:.55;background-color:#fff;border-radius:9999px;width:100%;height:.75rem;animation:move-up-down 2s infinite;position:absolute}@media (min-width:640px){.hero-advantages{flex-direction:row;justify-content:space-between}.hero{padding-top:110px}.hero__content{flex-direction:row;justify-content:space-between}.hero__text-block{max-width:42rem}.hero__title{font-size:2.25rem}.hero__subtitle{margin-top:2rem;font-size:1.125rem}.hero__button{margin-top:2.75rem;font-size:1rem}.hero__advantages{margin-top:3rem}.hero__advantage--first{padding-right:1.25rem}.hero__advantage--middle{padding-left:1.25rem;padding-right:1.25rem}.hero__advantage--last{padding-left:1.25rem}.hero__image-wrapper{width:auto}.hero__scroll-indicator{width:1.5rem;height:3rem}.hero__scroll-dot{height:1.25rem}}@media (min-width:768px){.hero-advantage__title{font-size:1.875rem}.hero-advantage__description{font-size:.875rem}}@media (min-width:1024px){.hero__title{font-size:3rem}}@media (min-width:1280px){.hero{padding-top:100px}}.company-info{flex-wrap:wrap;justify-content:space-between;align-items:center;row-gap:1.25rem;padding-top:1.5rem;padding-bottom:1.5rem;display:flex}.company-info__title{font-size:22px;font-weight:800}.company-info__description{color:#9ca3af;font-size:12px;font-weight:500}.company-info__partners-images{flex-direction:row;gap:1rem;max-height:120px;display:none}.company-info__partners-image{object-fit:contain;width:auto;height:auto}@media (min-width:640px){.company-info__description{font-size:22px}.company-info__title{font-size:40px}.company-info__partners-images{display:flex}}.partners__title{text-align:center}.partners-slider{scrollbar-width:none;gap:30px;width:100%;display:flex;overflow-x:auto}.partners-slide img{object-fit:contain}.partner-arrow__overlay,.partners-slide{justify-content:center;align-items:center;display:flex}.partner-arrow__overlay{width:100%;margin:60px auto 0}.partner-arrow__overlay-link{flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.partner-arrow__text{color:var(--gray-color);font-size:12px}@media (min-width:768px){.partner-arrow__overlay{margin-top:80px}.partner-arrow__text{font-size:16px}}.product-overlay{padding-top:2rem;padding-bottom:2rem}.product{flex-wrap:wrap;justify-content:space-between;gap:3.5rem .75rem;display:flex}.product-advantages{flex-direction:column;gap:1.25rem;max-width:350px;margin:0 auto;display:flex}.product-advantages__title{max-width:500px;font-size:22px;font-weight:800}.product-advantages__list{flex-direction:column;gap:1rem;display:flex}.product-advantage{align-items:center;gap:.75rem;display:flex}.product-advantage__icon{background:var(--white-color);border-radius:9999px;width:25px;height:25px}.product-advantage__title{font-size:16px;font-weight:500}.product-advantage__description{color:var(--gray-color);margin-top:.5rem;font-size:12px}.product__more-btm{font-size:11px;font-weight:500;display:inline-block}@media (min-width:640px){.product__more-btm{font-size:20px}.product-advantage__description{margin-top:.5rem;font-size:1.25rem;line-height:1.75rem}.product-advantages__title{font-size:40px}.product-advantage__title{font-size:24px}.product-overlay{padding-top:7rem;padding-bottom:7rem}.product-advantages{gap:1.75rem;max-width:550px}}@media (min-width:1280px){.product-advantages{margin:0}}.product-screen{align-items:center;gap:.75rem;margin:0 auto;display:flex}.product-screen-controllers{flex-direction:column;gap:1rem;max-width:250px;display:flex}.product-screen-controllers__title{color:#6b7280;max-width:11rem;font-size:.875rem}.product-screen-controllers__download{cursor:pointer;justify-content:space-between;align-items:center;gap:.5rem;animation:pulse 2s infinite;display:flex}.product-screen-controllers__download-title{font-size:1.25rem;font-weight:500}.product-screen-controllers__download-icon{background-color:var(--btn-color);border-radius:9999px;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;display:flex}.product-screen-controllers__size{flex-direction:row;justify-content:space-between;gap:.25rem;display:flex}.product-screen-view__overlay{background-color:#000;border:8px solid #1725544d;border-radius:.75rem;width:158px;height:400px;position:relative;box-shadow:0 25px 50px -12px #0f172a40}.product-screen-view__stand{z-index:1;width:190px;position:absolute;bottom:-60px;left:-17%}.product-screen-view__widget{flex-direction:column;height:100%;display:flex}@media (min-width:640px){.product-screen{gap:2.5rem}.product-screen-controllers__title{max-width:18rem;font-size:1rem}.product-screen-view__overlay{width:190px;height:480px}.product-screen-view__stand{width:230px;bottom:-70px;left:-16%}.product-screen-controllers__download{gap:1.5rem}.product-screen-controllers__download-title{font-size:1.5rem}}.services-header{flex-direction:column;justify-content:space-between;gap:30px;display:flex}.service-card{background:var(--card-color);border-radius:20px;width:100%}.services-list{grid-template-columns:1fr;gap:clamp(15px,3vw,37px);display:grid}.service-card-image{background:var(--white-color);object-fit:cover;border-radius:20px 20px 0 0;width:100%;height:220px}.services-card__title{text-wrap:nowrap}.services-card__description{max-width:400px}.service-card__info{flex-direction:column;gap:clamp(8px,3vw,16px);padding:10px 8px;display:flex}.service-card__link{vertical-align:middle;height:clamp(32px,2vw,53px);font-size:clamp(12px,2vw,16px);font-weight:500;line-height:clamp(32px,2vw,53px);transition:all .5s;display:inline-block}.service-card__link>svg{vertical-align:middle;margin-left:8px}.service-card__link:hover{color:var(--orange-color)}.service-card__link-icon{width:18px;height:18px}.service-card__title{font-size:clamp(16px,3vw,20px);font-weight:500;line-height:120%}.service-card__description{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:clamp(12px,2vw,16px);font-weight:400;line-height:130%;display:-webkit-box;overflow:hidden}@media (min-width:640px){.services-header{flex-direction:row;align-items:center}}@media (min-width:768px){.services-list{grid-template-columns:1fr 1fr}.service-card-image{height:280px}.service-card__info{padding:20px 16px}}@media (min-width:1024px){.services-list{grid-template-columns:1fr 1fr 1fr}.service-card-image{height:340px}}.news-header{flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.news-card__image{object-fit:cover;width:100%;height:100%}.news-card__overlay{z-index:1;background:linear-gradient(#0003,#0003);position:absolute;inset:0}.news__subtitle{text-align:center;max-width:400px}.news-card__inner{width:100%;height:100%;position:relative}.news-card__info{z-index:2;flex-direction:column;gap:10px;padding:20px;display:flex;position:absolute;bottom:0;left:0}.news-card__title{-webkit-line-clamp:1;font-size:clamp(14px,3vw,24px);font-weight:800}.news-card__description,.news-card__title{text-overflow:ellipsis;-webkit-box-orient:vertical;line-height:150%;display:-webkit-box;overflow:hidden}.news-card__description{-webkit-line-clamp:2;font-size:clamp(12px,3vw,18px);font-weight:500}.news-list{grid-template-columns:1fr;gap:clamp(15px,3vw,20px);display:grid}.news-card{border-radius:20px;width:100%;height:220px;position:relative;overflow:hidden}@media (min-width:640px){.news-header{flex-direction:row;justify-content:space-between;gap:30px}.news-card__description{text-align:left}.news-card{height:260px}.news__subtitle{text-align:left}}@media (min-width:768px){.news-list{grid-template-columns:1fr 1fr}.news-card__info{gap:20px;padding:50px 24px}.news-card{height:300px}}@media (min-width:1024px){.news-list{grid-template-columns:1fr 1fr 1fr}}:root{--map-form-bg:var(--white-color);--map-form-primary:var(--orange-color);--map-form-foreground:#0f0f34}.map{padding:0 15px}.map__title{width:60%}.map-overlay{align-items:center;width:100%;height:330px;display:flex;position:relative}.map-popup-card img{object-fit:cover;border-radius:6px}.map-popup-card__title{text-align:center;letter-spacing:.4px;font-size:14px;font-weight:600}.map-info{border:5px solid var(--map-form-primary);background:var(--map-form-bg);width:380px;height:450px;color:var(--map-form-foreground);border-radius:40px;flex-direction:column;justify-content:space-between;padding:40px;display:none}.map-info__field{flex-direction:column;gap:8px;display:flex}.map-info__title{color:var(--map-form-foreground);font-size:36px;font-weight:600;line-height:42px}.map-info__label{color:var(--map-form-foreground);font-size:16px;font-weight:300;line-height:19px}.map-info__text{color:var(--map-form-foreground);font-size:18px;font-weight:500;line-height:21px}.map-info__description{color:var(--map-form-foreground);font-size:14px;font-weight:400;line-height:30px}.map-info__text-warn{color:var(--map-form-primary);font-size:20px;font-weight:500;line-height:23px}@media (min-width:640px){.map{padding:0}.map-overlay{height:400px}.map__title{width:50%}}@media (min-width:1024px){.map-info{display:flex}.map-overlay{height:600px}}@media (min-width:1280px){.map__title{width:40%}}.footer{padding-top:48px;padding-bottom:23px}.footer__container{flex-flow:row-reverse wrap;justify-content:space-between;align-items:center;gap:35px;display:flex}.footer__contacts{flex-direction:column;align-items:center;min-width:280px;max-width:340px;margin:0 auto;display:flex}.footer__links{flex-wrap:wrap;justify-content:space-around;gap:30px;width:100%;display:flex}.footer__nav>a:hover{color:var(--orange-color);transition:all .5s}.footer__nav{font-weight:500;line-height:23px}.footer__contact-info,.footer__nav{flex-direction:column;gap:5px;font-size:16px;display:flex}.footer__contact-info{color:var(--gray-color);line-height:1.4}.footer__contact-info h4{color:var(--white-color);font-size:18px}.footer__link{color:inherit;text-decoration:none}.footer__link:hover{text-decoration:underline}.footer__logo{margin:35px auto 0;display:block}.footer__copyright{text-align:center;opacity:.4;margin-top:20px;font-weight:100}.footer-form{width:100%;height:46px;margin-top:20px;position:relative}.footer-form__input{color:#6b7280;letter-spacing:.05em;border-radius:9999px;outline:none;width:100%;height:100%;padding:0 24px;position:absolute}.footer-form__button img{width:24px;height:24px}.footer-form__button{background-color:#ff384a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .3s;display:flex;position:absolute;top:3px;right:3px}.footer-form__button--disabled{cursor:not-allowed;background-color:#a1a1a1}.social-block svg{transition:all .5s}.social-block svg:hover{color:var(--orange-color)}.social-block{justify-content:center;align-items:center;gap:1rem;margin-top:20px;display:flex}.footer-form__message{text-align:center;color:#6b7280;max-width:220px;margin-top:10px;margin-bottom:20px;font-size:14px}@media (min-width:640px){.footer__links{width:auto}.footer-form__message{font-size:16px}}:root{--text-lightgray-color:#d4d4d4;--service-block-input-bg:#37383c}.service-blocks-grid{grid-template-columns:1fr;grid-template-areas:"a""b""f""d""c""e";gap:20px;display:grid}.service-block{background:var(--card-color);border-radius:24px;padding:40px}.service-block__images{flex-direction:column;grid-area:a;gap:clamp(12px,4vw,24px);min-width:0;display:flex}.service-block__price{flex-direction:column;grid-area:b;gap:6px;display:flex}.service-block__social-icon{object-fit:contain;width:32px;height:32px}.service-block__social-images{align-items:center;gap:12px;display:flex}.service-block__feedback{flex-direction:column;grid-area:c;gap:20px;display:flex}.service-block__description{flex-direction:column;grid-area:d;gap:20px;display:flex}.service-block__commerce-offer{cursor:pointer;border:1px solid var(--orange-color);color:var(--orange-color);background:0 0;border-radius:20px;grid-area:f;justify-content:space-around;align-items:center;gap:6px;padding:16px 28px;font-size:18px;font-weight:500;line-height:28px;display:flex}.service-block__social{flex-direction:column;grid-area:e;align-self:start;gap:20px;display:flex}.service-block__highlighted-text{font-size:clamp(24px,4vw,32px);font-weight:600;line-height:130%}.service-block__price-title{font-size:clamp(16px,4vw,20px)}.service-block__description-title,.service-block__price-title{color:var(--text-lightgray-color);font-weight:400;line-height:130%}.service-block__description-title{font-size:clamp(16px,4vw,24px)}.service-block__description-text li{margin-left:30px;list-style-type:disc}.service-block__description-text{flex-direction:column;gap:clamp(6px,4vw,20px);font-size:clamp(14px,4vw,16px);font-weight:500;line-height:130%;display:flex}.service-block__feedback-form{flex-direction:column;gap:32px;display:flex}.service-block__feedback-form-inputs{flex-direction:column;gap:12px;display:flex}.service-block__feedback-form-input::placeholder{color:#9ea3ad}.service-block__feedback-form-input{color:var(--white-color);background:var(--service-block-input-bg);border:1px solid #e5e7eb;border-radius:10px;gap:8px;padding:12px 14px;font-size:16px;font-weight:400;line-height:24px}.service-block__slider{scrollbar-width:none;gap:clamp(12px,4vw,24px);width:100%;height:100px;padding-bottom:5px;display:flex;overflow-x:auto}.service-block__slider img{width:100%;height:100%}.service-block__slider-btn{z-index:10;color:#93959d;background:#ffffffb3;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;padding:12px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.service-block__slider-btn.next{right:0}.service-block__slider-btn.prev>svg{transform:rotate(180deg)}.service-block__slider-btn.prev{left:0}.service-block__image-full{z-index:10;background:0 0;width:64px;height:64px;position:absolute;top:10px;right:10px}.service-block__image-big-overlay{width:100%;height:348px;position:relative}.service-block__image-big{object-fit:cover;border-radius:24px;width:100%;height:100%}.service-block__image{object-fit:cover;border-radius:12px}.service-image-to-poput__overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;background:#37383c40;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.service-image-to-poput{object-fit:contain;border-radius:12px;width:100%;max-width:500px;height:100%;max-height:500px}@media (min-width:768px){.service-blocks-grid{grid-template-columns:1fr 1fr;grid-template-areas:"a b""a f""a c""d e"}.service-block__slider-btn{border-radius:15px;width:54px;height:54px;padding:15px}}@media (min-width:1024px){.service-block__slider-btn{border-radius:20px;width:64px;height:64px}}.news-page-card{flex-direction:column;gap:12px;display:flex}.news-page-card__image{object-fit:cover;border-radius:20px;width:100%;height:268px}.news-page-card__text-block{flex-direction:column;gap:8px;display:flex}.news-page-card__title{-webkit-line-clamp:2;text-overflow:ellipsis;color:#fff;-webkit-box-orient:vertical;font-size:18px;font-weight:700;line-height:130%;display:-webkit-box;overflow:hidden}.news-page-card__description{color:#9ea3ad;font-size:16px;font-weight:400;line-height:130%}.news-page-card__button{color:var(--white-color);background:0 0;border:1px solid #7b7f88;border-radius:8px;align-self:start;padding:7px 22px;font-size:14px;font-weight:600;line-height:22px}.news-page__info-block{grid-template-columns:1fr;gap:25px;display:grid}.news-page__image{object-fit:cover;border-radius:20px;width:100%;height:280px}.news-page__description{margin-top:clamp(10px,3vw,20px);font-size:clamp(14px,4vw,20px);font-weight:400;line-height:140%}.news-page__related-title{text-align:center}.news-page__related-block{flex-direction:column;gap:30px;padding-top:10px;padding-bottom:30px;display:flex}@media (min-width:768px){.news-page__related-title{text-align:left}.news-page__related-block{padding-top:20px;padding-bottom:50px}.news-page__image{height:430px}.news-page__info-block{grid-template-columns:minmax(0,430px) 1fr}}.contacts-page{grid-template-columns:1fr;gap:32px;display:grid}.contacts-page__map{object-fit:cover;border-radius:10px;width:100%;height:350px}.contacts-page__info{flex-direction:column;gap:clamp(24px,4vw,70px);margin-bottom:20px;display:flex}.contacts-page__title-info{flex-direction:column;gap:clamp(4px,4vw,7px);display:flex}.contacts-page__description{font-size:clamp(14px,4vw,20px);font-weight:400;line-height:140%}.contacts-page__contact-info{grid-template-columns:1fr;gap:clamp(24px,4vw,40px);display:grid}.contacts-page__contact-icon{width:22px;height:22px}.contacts-page__contact-text{flex-direction:column;gap:clamp(18px,4vw,24px);display:flex}.contacts-page__contact-title{font-size:clamp(14px,3vw,16px);font-weight:500;line-height:120%}.contacts-page__contact-description{color:#c1c1c1;font-size:16px;font-weight:400;line-height:clamp(12px,3vw,19px)}@media (min-width:768px){.contacts-page__info{margin-bottom:0}.contacts-page__contact-icon{width:32px;height:32px}.contacts-page{grid-template-columns:1fr 1fr}.contacts-page__map{height:390px}.contacts-page__contact-info{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.contacts-page__map{height:340px}}.about{margin:16px 0}.about__header{flex-direction:column;justify-content:space-between;align-items:start;display:flex}.about__content{flex-wrap:wrap;gap:16px;margin-top:24px;display:flex}.about__desc{background:var(--card-color);border-radius:10px;gap:16px;width:100%;padding:14px}.about__desc,.about__section{flex-direction:column;display:flex}.about__section{gap:10px}.about__title{font-size:14px;font-weight:600}.about__text,.about__title{letter-spacing:0;line-height:130%}.about__text{font-size:12px;font-weight:400}.about__list{padding-left:15px}.about__list li{list-style:outside}.about__statistic{flex-direction:column;gap:16px;width:100%;display:flex}.about__statistic-img{border-radius:10px;width:100%;height:100%;max-height:253px;overflow:hidden}.about__statistic-img img{object-fit:cover;width:100%;height:100%;display:block}.about__statistic-nums{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.about__statistic-nums-item{background:#444;border-radius:10px;flex-direction:column;gap:8px;padding:10px 16px;display:flex}.about__statistic-nums-number{text-wrap:nowrap;font-size:18px;font-weight:800}.about__statistic-nums-text{color:var(--gray-color);font-size:12px;font-weight:400}.about__statistic-nums-item--wide{grid-column:span 2}.about__btn{margin-top:16px}.about__btn .action-button{font-size:11px}.cases{margin:16px 0 52px}.cases__header-subtitle{max-width:238px}.cases__body{margin-top:27px}.cases__card-list{flex-direction:column;gap:24px;display:flex}.cases__card{flex-direction:column-reverse;gap:16px;display:flex}.cases__card-img{border-radius:10px;width:100%;max-width:none;height:228px;overflow:hidden}.cases__card-img img{object-fit:cover;object-position:center;width:100%;height:100%}.cases__card-body{flex-direction:column;gap:16px;display:flex}.cases__card-title{letter-spacing:0;font-size:18px;font-weight:600}.cases__card-content{background:var(--card-color);border-radius:10px;flex-grow:1;padding:20px}.cases__card-items{flex-direction:column;gap:24px;display:flex}.cases__card-item{flex-direction:column;gap:8px;display:flex}.cases__card-item h4{font-size:14px;font-weight:500}.cases__card-item p{font-size:12px;font-weight:400}.cases__header{flex-direction:column;justify-content:space-between;align-items:start;display:flex}.cases__contact{margin-top:38px}.cases__contact-title{text-align:center;font-size:18px;font-weight:800}.cases__contact-form{background:var(--card-color);border-radius:24px;max-width:660px;margin:24px auto 0;padding:20px}.cases__contact-form h4{letter-spacing:0;text-align:center;font-size:16px;font-weight:600}.cases__contact-input-group{flex-direction:column;gap:12px;margin-top:20px;display:flex}.cases__contact-input-group label{width:100%}.cases__contact-input-group input{color:#fff;background:#37383c;border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:12px 14px;font-size:16px;transition:border-color .3s}.cases__contact-input-group input:focus{border-color:orange}.cases__contact-button{text-align:center;margin-top:32px}.cases__contact-button button{width:100%}@media (min-width:640px){.section_indent{padding-top:40px;padding-bottom:40px}.title{font-size:48px}.subtitle{font-size:22px}.about{margin:55px 0}.about__content{margin-top:52px}.about__header{flex-direction:row;align-items:center}.about__desc{gap:34px;padding:20px}.about__section{gap:24px}.about__statistic-nums-item{gap:24px;padding:20px 24px}.about__statistic-nums-number{font-size:36px}.about__statistic-nums-text{font-size:24px}.about__statistic,.about__statistic-nums{gap:20px}.about__desc{padding-top:20px}.about__content{gap:20px}.about__title{font-size:24px}.about__text{font-size:16px}.about__btn{margin-top:24px}.about__btn .action-button{font-size:20px}.about__statistic-img{max-height:403px}.about__list{padding-left:20px}.cases{margin:55px 0 112px}.cases__header-subtitle{max-width:431px}.cases__card-img{height:400px}.cases__card{gap:40px}.cases__card-title{font-size:28px}.cases__card-body{gap:24px}.cases__card-item h4{font-size:20px}.cases__card-item p{font-size:16px}.cases__body{margin-top:52px}.cases__card-list{gap:64px}.cases__contact-title{font-size:28px}.cases__contact{margin-top:123px}.cases__contact-form{margin:48px auto 0;padding:40px}.cases__contact-form h4{font-size:24px}.cases__contact-button button{width:auto}}@media (min-width:768px){.section_indent{padding-top:60px;padding-bottom:60px}.contacts__title{font-size:48px}.contacts__list{grid-template-columns:repeat(2,240px);gap:70px 0;width:550px;margin-top:70px}}@media (min-width:1024px){.section_indent{padding-top:80px;padding-bottom:80px}.contacts__content{flex-wrap:nowrap}.contacts__container{padding:0 32px}.contacts__map{min-height:448px}.contacts__content{gap:34px}.about__content{flex-wrap:nowrap}.cases__header{flex-direction:row;align-items:center}.cases__header-subtitle{text-align:end}.cases__card{flex-direction:row}.cases__card-img{max-width:523px;height:auto}}.reviews-header{text-align:center;flex-direction:column;justify-content:space-between;align-items:center;gap:20px;display:flex}.reviews-list{grid-template-columns:1fr;gap:clamp(15px,3vw,20px);display:grid}@media (min-width:768px){.reviews-list{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.reviews-header{text-align:start;flex-direction:row}.reviews-list{grid-template-columns:1fr 1fr 1fr}}.review-card{background:var(--card-color);border-radius:20px;flex-direction:column;gap:16px;width:100%;padding:24px;display:flex;position:relative}.review-card__name{font-size:22px;font-weight:600;line-height:26px}.review-card__info{font-size:20px;font-weight:400;line-height:136%}.review-card__image{object-fit:cover;border-radius:60px;width:60px;height:60px}.review-card__image img{object-fit:cover;width:100%;height:100%}.review-card__stars{color:#ccc;align-self:start;font-size:24px;display:inline-block;position:relative}.review-card__stars:after,.review-card__stars:before{content:"★★★★★";letter-spacing:1px}.review-card__stars:after{color:gold;width:var(--rating,0);position:absolute;top:0;left:0;overflow:hidden}li{list-style-type:none}button{cursor:pointer;border:none;outline:none}a{color:var(--white-color);text-decoration:none}:root{--background:#37383c;--secondary-background:#3a3b3f;--white-color:#fff;--gray-color:#c1c1c1;--orange-color:#ff9102;--red-color:#fc3749;--btn-color:#ff662d;--hover-btn-color:#ff723e;--main-color:#37383c;--card-color:#464646;--card-orange-color:#ff662d;--violet-shadow:#4c1d954d}*{box-sizing:border-box;margin:0;padding:0}body{height:100vh;color:var(--white-color);background-color:var(--background);flex-direction:column;font-family:Roboto,sans-serif;font-weight:400;display:flex;overflow-x:hidden}html{scroll-behavior:smooth}.skeleton_dark{background-color:var(--card-color)}.skeleton_light{background-color:#b9b8b8}.skeleton{animation:pulse 2s linear infinite}