@charset "UTF-8";body{margin:0 auto;font-family:Inter,sans-serif;background-color:#f6f6f6;max-width:1500px;padding:0 50px}@media (max-width: 1024px){body{padding:0 50px}}@media (max-width: 768px){body{padding:0 30px}}@media (max-width: 480px){body{padding:0 20px}}.app-wrapper{display:flex;flex-direction:column;min-height:100vh}.app-content{flex:1}.header{padding:15px 0;position:relative;z-index:10;align-items:center}.header__container{margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center}.header__logo img{height:40px}.header__nav-desktop{display:flex;justify-content:center;gap:25px}@media (max-width: 1070px){.header__nav-desktop{display:none}}.header .header__link{font-size:15px;font-weight:500;text-decoration:none;color:#1b1b1b;position:relative;padding-bottom:5px}.header .header__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#0050ff;transition:width .3s ease}.header .header__link:hover:after,.header .header__link.active:after{width:100%}.header .header__link:hover,.header .header__link.active{color:#0050ff}.header__contact{justify-self:end}@media (max-width: 1070px){.header__contact{display:none}}.header__contact .header__phone{display:flex;align-items:center;gap:5px;font-weight:700;color:#0050ff;text-decoration:none}.header__burger{display:none;justify-self:end;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;z-index:1100}.header__burger span{height:2px;width:100%;background:#1b1b1b;transition:.3s}.header__burger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__burger.active span:nth-child(2){opacity:0}.header__burger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 1070px){.header__burger{display:flex}}.header__contact a,.mobile-menu__footer a{display:flex;align-items:center;gap:8px;color:#04c;text-decoration:none;font-weight:500;transition:color .2s,transform .1s}.header__contact a:hover,.mobile-menu__footer a:hover{color:#002a99;cursor:pointer;transform:scale(1.05)}.header__contact a img,.mobile-menu__footer a img{width:20px;height:20px}.mobile-menu{position:fixed;inset:0;z-index:1000;display:flex;justify-content:center;align-items:center;background:#00000073}.mobile-menu__card{width:100%;height:100vh;background:#fff;border-radius:16px;padding:20px 18px;display:flex;flex-direction:column}.mobile-menu__header{padding:10px;display:flex;justify-content:space-between;align-items:center}.mobile-menu__logo{display:flex;flex-direction:column}.mobile-menu__logo img{width:120px}.mobile-menu__nav{margin-top:40px;display:flex;flex-direction:column;align-items:center;gap:18px}.mobile-menu__nav a{font-size:16px;font-weight:500;text-decoration:none;color:#1b1b1b}.mobile-menu__nav a.active{color:#0050ff;text-decoration:underline}.mobile-menu__footer{margin-top:auto;padding:30px 0 50px;border-top:1px solid #e5e5e5;display:flex;justify-content:center}.mobile-menu__footer a{display:flex;align-items:center;gap:6px;font-weight:700;color:#0050ff;text-decoration:none}.mobile-menu__footer a img{width:18px}.before-after{display:flex;gap:8px;width:100%;max-width:600px}.before-after__item{position:relative;flex:1;border-radius:12px;overflow:hidden}.before-after__img{width:100%;height:auto;display:block;object-fit:cover}.before-after__label{position:absolute;bottom:12px;right:12px;background:#007bffe6;color:#fff;font-weight:600;padding:4px 10px;border-radius:8px;font-size:14px}.fade-switch img{animation:fadeIn .6s ease}@keyframes fadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.works{margin-top:40px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border-radius:16px;padding:24px}.works__content{flex:1}.works__title{font-size:24px;font-weight:700;margin-bottom:12px;color:#007bff;text-align:center}.works__text{font-size:16px;margin-bottom:20px;color:#333}.works__buttons{display:flex;flex-wrap:wrap;gap:12px}.works__btn{padding:10px 20px;border:2px solid #007bff;background:transparent;color:#007bff;border-radius:24px;font-size:14px;font-weight:500;cursor:pointer;transition:.3s;white-space:nowrap}.works__btn.active{background:#007bff;color:#fff}.works__btn:hover{opacity:.8}.works .before-after{display:flex;justify-content:center;align-items:center;gap:12px;margin:0 auto}.works .before-after__item{position:relative;width:300px;height:280px}.works .before-after img{width:100%;height:100%;object-fit:cover;border-radius:12px}.works__slider{flex:1;display:flex;justify-content:center}@media (max-width: 1050px){.works{flex-direction:column;padding:16px;gap:20px}.works__content{text-align:center}.works__title{font-size:20px}.works__text{font-size:14px}.works__buttons{justify-content:center}.works__btn{font-size:13px;padding:6px 14px}.works__slider{width:100%;justify-content:center}.before-after{flex-direction:column;max-width:100%;gap:12px}.before-after__item{width:100%}.before-after__label{font-size:12px;padding:3px 8px}}.fade-up{opacity:0;transform:translateY(50px);transition:all .9s ease}.features{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:40px;opacity:0;transform:translateY(40px);animation:featuresFadeIn .9s ease forwards}@keyframes featuresFadeIn{to{opacity:1;transform:translateY(0)}}.features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}@media (max-width: 1400px) and (min-width: 900px){.features .features{flex-direction:column;align-items:center;justify-content:center}.features .features__grid{display:flex;justify-content:center;gap:30px;flex-wrap:nowrap}.features .feature-card{width:120px;height:120px;flex-shrink:0}.features .features__image{display:none}}@media (max-width: 899px){.features{flex-direction:column}.features__grid{grid-template-columns:repeat(2,1fr);order:1}.features__image{order:2;margin-top:20px}}@media (max-width: 400px){.features__grid{grid-template-columns:1fr}}@media (max-width: 1400px){.features__image img{display:none}}@media (max-width: 1400px) and (min-width: 900px){.features{flex-direction:column;align-items:center;justify-content:center}.features__grid{display:flex;justify-content:center;gap:30px;flex-wrap:nowrap}.feature-card{width:120px;height:120px;flex-shrink:0}.features__image{display:none}}.faq{padding:50px 0}.faq__container{display:flex;justify-content:space-between;gap:40px}.faq__left h2{font-size:2rem;font-weight:500;color:#0042db;margin-bottom:20px;text-align:left}.faq__left p{font-size:1rem;color:#333}.faq__right{flex:2;display:flex;flex-direction:column;gap:10px}.faq__item{background:#fff;border-radius:10px;padding:15px 20px;box-shadow:0 2px 8px #0000000d;transition:.3s;min-width:500px}.faq__item--open{background:#eef3ff}.faq__question{display:flex;justify-content:space-between;align-items:center;font-weight:600;cursor:pointer}.faq__question button{border:none;background:transparent;font-size:20px;color:#04c;cursor:pointer}.faq__answer{margin-top:10px;font-size:.95rem;color:#444}@media (max-width: 900px){.faq{padding:20px 16px}.faq__container{flex-direction:column;gap:16px}.faq__right{flex:1;display:flex;flex-direction:column;gap:12px}.faq__item{border-radius:12px;padding:14px 16px;min-width:200px}.faq__item--open{background:#eef3ff}.faq__question{flex-direction:row;justify-content:space-between;align-items:center}.faq__question button{font-size:20px}.faq__answer{margin-top:8px;font-size:.95rem;color:#444}}.services h2{font-size:28px;font-weight:600;margin-bottom:20px;color:#0042db}.services h5{font-weight:500;font-style:Medium;font-size:14px;line-height:20px;letter-spacing:0px;vertical-align:middle;margin:0;color:#000d2ccc;text-align:left}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.service-card{background:#fff;border-radius:16px;padding:20px;text-align:center;box-shadow:0 4px 12px #00000014}.service-card h3{font-size:18px;margin-bottom:8px;margin-top:15px;text-align:left}.service-card p{font-size:16px;color:#04c;font-weight:600;text-align:left}.service-card__info{display:flex;align-items:center;justify-content:space-between}.service-card__arrow{width:40px;height:40px;margin-top:60px}.service-card__image{width:100%;height:200px;object-fit:contain;display:block}.fade-up{opacity:0;transform:translateY(40px);transition:all .9s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.hero{display:flex;overflow:hidden;color:#fff}.hero__content{flex:1;color:#fff;padding:40px;background:#04c;border-radius:16px;display:flex;flex-direction:column}.hero__content h1{text-transform:uppercase;font-size:36px;font-weight:700;margin:0}.hero__content p{font-size:18px;margin-bottom:24px;color:#fff}.hero__image{margin-left:20px;display:flex;align-items:center;justify-content:right}.hero__image img{max-width:100%;border-radius:0}.hero__form{display:flex;gap:10px;margin-top:auto;margin-bottom:12px;flex-wrap:wrap}.hero__form input{padding:12px;border:1px solid #ccc;border-radius:20px;flex:1;min-width:120px;background:#04c;color:#fff;font-size:14px}.hero__form input::placeholder{color:#fff}.hero__form button{border:1px solid #ccc;background:#fff;color:#04c;border-radius:20px;padding:12px 20px;cursor:pointer;display:flex;align-items:center;gap:8px;white-space:nowrap}.hero__form button:hover{background:#ccc}.hero__checkbox{font-size:14px;color:#fff;display:flex;align-items:center;gap:8px}.hero__image img{max-width:400px;border-radius:16px}.features{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:40px}.features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.features .feature-card{background:#fff;border-radius:16px;padding:20px;text-align:center;box-shadow:0 4px 12px #00000014;width:120px;height:120px}.features .feature-card p{margin:-5px;font-size:14px;font-weight:500;color:#333}.features__image{flex:1;display:flex;justify-content:right;align-items:center}.features__image img{height:350px;max-width:100%;border-radius:16px}@media (max-width: 1024px){.features{flex-direction:column}.features__grid{grid-template-columns:repeat(2,1fr);order:1}.features__image{order:2;margin-top:20px}}@media (max-width: 600px){.features__grid{grid-template-columns:1fr}}.contact-form{display:flex;align-items:center;margin-top:60px;margin-bottom:80px;overflow:hidden;height:330px;gap:20px}.contact-form__image{display:flex;align-items:center}.contact-form__image img{max-width:450px;border-radius:16px}.contact-form__content{flex:1;color:#fff;padding:0 20px;background:#04c;border-radius:16px;height:100%;display:flex;flex-direction:column}.contact-form__h2{text-transform:uppercase;font-size:28px;font-weight:700;margin-bottom:0}.contact-form__description{font-size:16px;margin-bottom:12px}.contact-form__file-name{font-size:13px;color:#fff}.contact-form__form{display:flex;gap:10px;margin-top:auto;flex-wrap:wrap}.contact-form__form input{padding:12px;border:1px solid #ccc;border-radius:20px;flex:1;min-width:140px;background:#04c;color:#fff;font-size:14px}.contact-form__form input::placeholder{color:#fff;opacity:.8}.contact-form__form button{display:flex;align-items:center;gap:8px;border:1px solid #ccc;background:#fff;color:#04c;font-weight:600;border-radius:20px;padding:12px 20px;cursor:pointer;transition:.2s ease;white-space:nowrap}.contact-form__form button img{width:16px;height:16px}.contact-form__form button:hover{background:#ccc;color:#04c}.contact-form__checkbox{font-size:14px;color:#fff;display:flex;align-items:center;gap:8px;margin-top:8px;margin-bottom:20px}@media (max-width: 1024px){.contact-form{flex-direction:column}.contact-form__image{order:1;margin-bottom:20px}.contact-form__content{order:2}}.contact-form__photo-upload{border:1px dashed #ffffff;padding:10px;text-align:center;border-radius:10px;cursor:pointer;font-size:13px;background-color:#0042db0d;height:100px;margin:16px auto;width:100%;max-width:350px}.textUp__photo{margin:0;padding-bottom:7px;font-weight:500;font-size:16px;line-height:100%;color:#fff}.textDown__photo{margin:0;font-weight:400;font-size:12px;line-height:100%;color:#fff}@media (max-width: 710px){.hero{flex-direction:column;padding:20px 16px;gap:16px;background-color:#0042db;border-radius:30px}.hero__content{order:1;padding:18px;border-radius:12px;width:100%;box-sizing:border-box;display:flex;flex-direction:column}.hero__image{order:2;margin:0 auto;display:flex;justify-content:center;width:100%}.hero__image img{max-width:none;width:100%;height:auto;border-radius:30px}.hero__form{order:3;flex-direction:column;gap:10px;margin-top:12px;margin-bottom:8px;width:100%}.hero__checkbox{order:4;margin-top:8px}.services{padding:24px 16px}.services__grid{grid-template-columns:1fr;gap:14px}.services h2{font-size:20px}.services .service-card{padding:16px;border-radius:12px}body,.home-page{font-size:14px}}@media (max-width: 1430px){.contact-form{flex-direction:column;align-items:center;padding:20px 16px;gap:16px;height:auto;border-radius:30px;background-color:#0042db}.contact-form__image{display:none}.contact-form__content{order:2;width:100%;max-width:360px;box-sizing:border-box;text-align:center;padding:14px;color:#fff;background:transparent}.contact-form__content h2{font-size:20px;margin-bottom:8px}.contact-form__content p{font-size:14px;margin-bottom:12px;line-height:1.4}.contact-form__form{display:flex;flex-direction:column;gap:10px;margin:0 auto;width:100%}.contact-form__form input{padding:12px 14px;border-radius:14px;border:1px solid white;background:#ffffff0a;color:#fff;font-size:14px}.contact-form__form input::placeholder{color:#ffffffb3}.contact-form__form button{padding:12px 16px;border-radius:14px;background:#fff;color:#04c;font-weight:600;border:none;cursor:pointer;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px}.contact-form__checkbox{margin-top:8px;font-size:13px;color:#fff;display:flex;justify-content:center;align-items:center;gap:8px;text-align:center;width:100%;max-width:360px}}@media (max-width: 850px){.contact-form{flex-direction:column;align-items:center;justify-content:center;padding:24px 16px;gap:16px;height:auto}.contact-form__content{width:100%;max-width:400px;box-sizing:border-box;text-align:center;padding:24px;display:flex;flex-direction:column;align-items:center}.contact-form__image{display:none}.contact-form__h2{font-size:24px;margin-bottom:12px}.contact-form__description{font-size:15px;margin-bottom:16px;line-height:1.4}.contact-form__form{flex-direction:column;gap:12px;width:100%;max-width:400px}.contact-form__form input,.contact-form__form button{width:100%;box-sizing:border-box;padding:12px 14px;border-radius:14px}.contact-form__form input{background:#ffffff26;border:1px solid rgba(255,255,255,.3)}.contact-form__form input::placeholder{color:#ffffffb3}.contact-form__form button{background:#fff;color:#04c;border:none;font-weight:600;display:inline-flex;justify-content:center}.contact-form__form button:hover{background:#f0f0f0}.contact-form__photo-upload{width:100%;max-width:400px;box-sizing:border-box;margin:0 auto}.contact-form__checkbox{width:100%;max-width:400px;margin:0 auto;justify-content:center;font-size:13px}}@media (max-width: 920px){.hero{flex-direction:column;padding:24px 16px;gap:16px}.hero__content{padding:20px;width:100%;box-sizing:border-box}.hero__form{flex-direction:column;width:100%}.hero__form input,.hero__form button{width:100%;box-sizing:border-box}.hero__image{margin:0;width:100%}.hero__image img{width:100%;height:auto}.contact-form{flex-direction:column;padding:24px 16px;gap:16px}.contact-form__content{order:1;width:100%;box-sizing:border-box;text-align:left;padding:16px}.contact-form__image{display:none}.contact-form__form{flex-direction:column;gap:12px;width:100%}.contact-form__form input,.contact-form__form button{width:100%;box-sizing:border-box}.contact-form__form button{margin-top:auto}.contact-form__photo-upload{width:100%;box-sizing:border-box}.contact-form__checkbox{width:100%}.hero__checkbox{font-size:13px}}@media (max-width: 1150px){.hero__image img{display:none}}@media (max-width: 1160px){.contact-form__form{flex-direction:column}}.footer{background:#fff;padding:20px;margin-top:80px;border-radius:16px;margin-bottom:20px}.footer__link{font-size:15px;font-weight:500;text-decoration:none;color:#1b1b1b;position:relative;padding-bottom:5px}.footer__link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#0050ff;transition:width .3s ease}.footer__link:hover:after,.footer__link.active:after{width:100%}.footer__border{height:1px;background:#0042db1a;margin:30px 0}.footer__top{margin:0 auto 20px;display:flex;justify-content:space-between;align-items:center}.footer__left{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.footer__right p{color:#0050ff;margin-bottom:15px;font-size:12px}.footer__logoSite{display:flex;gap:20px}.footer__info .footer__city{font-size:16px;font-weight:600;color:#1b1b1b;margin-bottom:4px}.footer__info .footer__schedule{font-size:14px;color:#666}.footer__hotline-container{text-align:left}.footer__hotline-container .footer__hotline-number{margin-bottom:4px}.footer__hotline-container .footer__hotline-number .footer__hotline{font-size:16px;font-weight:600;color:#000;text-decoration:none}.footer__hotline-container .footer__hotline-number .footer__hotline:hover{text-decoration:underline}.footer__hotline-container .footer__hotline-text{font-size:14px;color:#666}.footer__container{margin:0 auto;display:flex;align-items:center}.footer__logo{display:flex;align-items:center;gap:10px;padding:0 45px 0 0}.footer__logo img{height:40px}.footer__nav{display:flex;gap:25px}.footer__link{font-size:15px;font-weight:500;text-decoration:none;color:#1b1b1b;position:relative}.footer__link:hover,.footer__link.active{color:#0050ff}.footer__contact{display:flex;align-items:center;gap:8px;margin-left:auto}.footer__contact .footer__call-text{font-size:14px;color:#1b1b1b;margin-right:5px}.footer__contact .footer__phone{display:flex;align-items:center;gap:5px;font-weight:700;font-size:15px;color:#0050ff;text-decoration:none}.footer__contact .footer__phone img{width:18px;height:18px}.footer__contact .footer__phone:hover,.footer__contact .footer__phone:active{text-decoration:none;color:#002a99;cursor:pointer;transform:scale(1.05)}@media (max-width: 840px){.footer{padding:15px;border-radius:12px}.footer__top{align-items:center;flex-direction:column;align-items:flex-start;gap:20px}.footer__left{width:100%;gap:15px}.footer__right{width:100%}.footer__right p{font-size:14px;margin-bottom:12px}.footer__container{flex-direction:column;gap:20px;margin-top:30px}.footer__logo{padding:0}.footer__logo img{height:35px}.footer__nav{flex-direction:column;align-items:center;gap:12px}.footer__link{font-size:14px}.footer__contact{border-top:1px #888 solid;padding-top:20px;margin-left:0;align-items:flex-start;gap:6px}.footer__contact .footer__call-text{font-weight:800;color:#0042db;margin-right:0}}.about-us-hero{display:flex;gap:20px;overflow:hidden;color:#fff}.about-us-hero__content{flex:1;padding:40px;background:#04c;border-radius:16px;display:flex;flex-direction:column}.about-us-hero__content h1{font-size:36px;font-weight:700;margin-bottom:16px}.about-us-hero__content p{font-size:18px;margin-bottom:24px}.about-us-hero__image{display:flex;justify-content:center;align-items:center}.about-us-hero__image img{max-width:500px;border-radius:16px}.about-us-hero__form{display:flex;gap:10px;margin-bottom:12px;margin-top:auto}.about-us-hero__form input{flex:1;padding:12px;border-radius:20px;border:1px solid #ccc;background:#04c;color:#fff}.about-us-hero__form input::placeholder{color:#fff}.about-us-hero__checkbox{display:flex;align-items:center;gap:8px;font-size:14px;color:#fff}.about-us-features{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-top:40px}.about-us-features__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.about-us-features__image{display:flex;justify-content:center;align-items:center}.about-us-features__image img{height:350px;min-width:900px;border-radius:16px}.about-us-features .about-us-feature-card{width:120px;height:120px;padding:20px;background:#fff;border-radius:16px;text-align:center;box-shadow:0 4px 12px #00000014}.about-us-features .about-us-feature-card p{margin:0;font-size:14px;font-weight:500;color:#333}.submit-button{background-color:#fff;color:#04c;border:none;border-radius:20px;padding:12px 20px;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease}.submit-button:hover{background-color:#ccc}.submit-button:active{background-color:#bbb}.submit-button img{width:20px;height:20px}.about-us-text{text-align:left}.about-us-text h2{font-size:32px;font-weight:700;margin-bottom:24px;color:#04c;text-align:center}.about-us-text p{font-size:18px;line-height:1.7;margin-bottom:20px;color:#555;width:100%}@media (max-width: 768px){.about-us-text{padding:0 16px;margin:40px auto}.about-us-text h2{font-size:28px}.about-us-text p{font-size:16px}}@media (max-width: 600px){.about-us-hero{flex-direction:column;gap:16px;background-color:#0042db;border-radius:30px}.about-us-hero__content{padding:18px;border-radius:12px}.about-us-hero__form{flex-direction:column;gap:10px}.about-us-features{flex-direction:column;gap:20px;margin-top:20px}.about-us-features__grid{grid-template-columns:1fr;gap:14px;max-width:360px}.about-us-features__image{display:none}.about-us-feature-card{padding:16px;border-radius:12px;aspect-ratio:1/1}}@media (max-width: 1260px){.about-us-hero__image img{display:none}}.contacts-page{margin:0}.contacts-info--with-margin{margin-top:60px;margin-bottom:80px}.contacts-info{display:flex;gap:40px;flex-direction:row;align-items:center;background:#fff;border-radius:30px;padding:20px;color:#0042db}.contacts-info__left{display:inline-block;align-items:center;width:max-content}.contacts-info__left .contacts-info__title{margin:0;font-family:Inter,sans-serif;font-weight:900;font-size:100px;line-height:100%;vertical-align:middle;color:#0042db}.contacts-info__right{flex:1;display:flex;flex-direction:column;width:max-content}.contacts-info__text{font-size:16px;line-height:1.5;color:#0042db}.contacts-form{display:flex;gap:12px;margin-bottom:12px}.contacts-form input{flex:1;padding:16px 20px;border-radius:20px;border:1px solid #0042DB;background:transparent;color:#0042db}.contacts-form input::placeholder{color:#0042db}.contacts-form button{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:20px;background:#0042db;color:#fff;border:none;font-weight:600;cursor:pointer}.contacts-form img,.form-img{width:16px;height:16px}.contacts-upload{display:flex;align-items:center;gap:16px;padding:20px 22px;margin-bottom:16px;border:1px solid rgba(0,66,219,.18);border-radius:24px;background:linear-gradient(180deg,#0042db14,#fffffff2);box-shadow:0 20px 60px #0042db14;color:#0042db;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.contacts-upload input{display:none}.contacts-upload:hover{transform:translateY(-2px);border-color:#0042db4d;box-shadow:0 28px 80px #0042db1f}.form-img{width:52px;height:52px;border-radius:18px;object-fit:contain;border:1px solid rgba(0,66,219,.18);background:#fffc;padding:10px}.textUp__photo,.textDown__photo{margin:0}.textUp__photo{font-size:16px;font-weight:700;letter-spacing:.02em;color:#002c99}.textDown__photo{font-size:13px;color:#0042dbc7}.contacts-upload__file{display:inline-flex;align-self:flex-start;margin-top:4px;padding:8px 14px;border-radius:999px;background:#0042db1f;color:#002c99;font-size:13px;font-weight:700;word-break:break-word}.contacts-consent{font-size:14px;display:flex;gap:8px;align-items:center;color:#0042db}.service-areas{margin-top:80px;color:#0042db}.service-areas__title{font-size:40px;font-weight:700;margin:0 0 16px}.service-areas__card{background:#fff;border-radius:20px;padding:24px;display:flex;gap:60px}.service-areas__column{flex:1}.service-areas__column label{font-weight:600;display:flex;gap:8px;margin-bottom:8px}.service-areas__column ul{list-style:none;padding-left:24px;margin-bottom:16px}.service-areas__column ul li{font-size:14px;line-height:1.6}.service-areas__column input[type=checkbox]{accent-color:#0042DB}@media (max-width: 900px){.contacts-page{flex-direction:column}.service-areas__card{gap:24px}.contacts-form{flex-direction:column}.contacts-info{flex-direction:column;align-items:center;gap:30px;padding:20px}}@media (max-width: 1300px){.contacts-info{flex-direction:column;align-items:center;gap:30px;padding:20px}.contacts-info__left{width:100%}.contacts-info__left .contacts-info__title{font-size:60px;line-height:1}.contacts-info__right{width:100%}.contacts-form{flex-direction:column;gap:12px}}@media (max-width: 480px){.contacts-info{padding:16px;border-radius:20px;gap:20px}.service-areas__card{flex-direction:column;gap:24px;text-align:center}.contacts-info__left .contacts-info__title{font-size:40px}.contacts-info__text{font-size:14px}.contacts-consent{font-size:12px}.service-areas__column label{justify-content:center}}.contacts{padding:20px 0 0}.contacts__container{display:flex;align-items:center;gap:16px;flex-wrap:wrap;width:100%;justify-content:space-between}.contacts__item{display:flex;align-items:center;gap:12px;padding:20px;border:1px solid #0042DB;border-radius:30px;background:#fff;color:#0042db;flex:1;height:50px}.contacts__icon{font-size:18px;display:flex;align-items:center}.contacts__label{font-size:12px;opacity:.8}.contacts__value{font-size:14px;font-weight:500}.contacts__socials{display:flex;gap:10px}.contacts__social{width:40px;height:40px;border:1px solid #0042DB;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#0042db;transition:.3s}.contacts__social:hover{background:#0042db;color:#fff}@media (max-width: 1000px){.contacts__container{justify-content:center}.contacts__item{flex:1 1 45%;max-width:100%}.contacts__socials{width:100%;justify-content:center;margin-top:10px}}@media (max-width: 600px){.contacts__container{flex-direction:column;align-items:stretch}.contacts__item{height:auto;padding:16px 20px}.contacts__socials{margin-top:12px}}.reviews{max-width:1500px;margin:0 auto}.reviews__rating{background:#04c;border-radius:12px;padding:24px;color:#fff;text-align:center;margin-bottom:30px}.reviews__rating h2{margin-bottom:10px;font-size:20px}.reviews__rating-value{display:flex;justify-content:center;align-items:center;gap:12px}.reviews__rating-value span{font-size:32px;font-weight:700}.reviews__rating-value .stars{color:gold;font-size:20px}.reviews__rating-value p{font-size:14px;opacity:.9}.dropdown-wrapper{position:relative;min-width:180px}.dropdown-trigger{width:100%;height:42px;border-radius:999px;border:1px solid rgba(0,13,44,.2);background:transparent;color:#111;display:flex;justify-content:space-between;align-items:center;padding:0 14px;cursor:pointer;transition:.25s ease}.dropdown-trigger:hover{border-color:#000d2c33;box-shadow:0 0 0 3px #0044cc0f}.dropdown-menu{position:absolute;top:48px;width:100%;background:#fff;border-radius:18px;border:1px solid rgba(0,13,44,.2);box-shadow:0 12px 40px #0000000f;overflow:hidden;animation:fadeIn .2s ease;z-index:50}.dropdown-item{padding:12px 16px;cursor:pointer;font-size:14px;color:#111;transition:.2s ease}.dropdown-item:hover{background:#0044cc0d}@keyframes fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.reviews__filters{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:30px}.reviews__filters button{padding:8px 16px;border-radius:20px;border:1px solid rgba(0,13,44,.2);background:#fff;color:#000d2c;cursor:pointer;font-size:14px}.reviews__filters .primary{background:#04c;color:#fff;border:none;margin-left:auto;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px}.reviews__service-style{min-width:127px;height:40px;padding:8px 36px 8px 12px;border-radius:100px;border:1px solid #ccc;font-size:14px;background:#fff;color:#333;cursor:pointer;background-color:#f6f6f6;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-image:url(/Checkmark.png);background-repeat:no-repeat;background-position:right 12px center;background-size:14px}.reviews__grid{column-count:3;column-gap:20px}@media (max-width: 992px){.reviews__grid{column-count:2}}@media (max-width: 600px){.reviews__grid{column-count:1}}.review-card__avatar--placeholder{background:var(--avatar-bg)}.review-card__rating{display:flex;align-items:center;gap:2px}.review-card__rating img{width:16px;height:16px}.reviews__rating-value .stars{display:flex;gap:3px;align-items:center}.reviews__rating-value .stars img{width:18px;height:18px}.review-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;gap:12px;break-inside:avoid;margin-bottom:20px}.review-card__header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.review-card__avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background:#f2f2f2;flex-shrink:0}.review-card__avatar--placeholder{width:48px;height:48px;border-radius:50%;background:#04c;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.review-card__meta{display:flex;flex-direction:column;font-size:13px}.review-card__rating{color:gold;font-size:16px;margin-left:auto}.review-card__text{font-size:14px;line-height:1.4;max-height:7.5em;overflow:hidden;position:relative;max-height:200px;overflow-y:auto}.review-card__image-wrapper{width:100%;margin-top:12px;border-radius:12px;overflow:hidden;background:#f5f5f5}.review-card__image{width:100%;height:auto;display:block;object-fit:cover}.review-card__text--collapsed{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}.review-card__footer{display:flex;justify-content:space-between;font-size:12px;color:#777;margin-top:auto}@media (max-width: 900px){.reviews__grid{column-count:unset;display:grid;grid-template-columns:1fr 1fr;gap:16px}.review-card{margin-bottom:0}}@media (max-width: 700px){.reviews__grid{grid-template-columns:1fr}}@media (max-width: 880px){.reviews__filters{justify-content:center;gap:10px}.dropdown-wrapper{flex:1 1 calc(50% - 10px);min-width:unset}.dropdown-trigger{width:100%}.reviews__filters .primary{flex:1 1 100%;max-width:320px;margin:10px auto 0;justify-content:center}}.read-more{align-self:flex-start;background:#0044cc14;border:1px solid rgba(0,68,204,.15);border-radius:20px;padding:6px 14px;margin-top:6px;font-size:13px;font-weight:600;color:#04c;cursor:pointer;transition:all .2s ease}.read-more:hover{background:#0044cc26;border-color:#0044cc4d;transform:translateY(-1px)}.read-more:active{transform:translateY(0);background:#04c3}.modal-overlay{position:fixed;inset:0;background:#0006;display:flex;justify-content:center;align-items:center;z-index:99999;animation:fadeIn .2s ease-out}.modal{background:#fff;width:360px;padding:20px;border-radius:12px;position:relative;z-index:100000;display:flex;flex-direction:column;gap:14px;transform-origin:center}.text{margin:0;font-weight:500;font-size:16px;line-height:30px}.modal__header{display:flex;align-items:center;justify-content:space-between}.modal__close{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;cursor:pointer;border-radius:6px;transition:background-color .2s ease}.modal__close:hover{background-color:#0000000d}.modal__close:active{background-color:#0000001a}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.modal{background:#fff;width:360px;padding:20px;border-radius:12px;position:relative;display:flex;flex-direction:column;gap:14px}.select_option{width:100%;padding:10px;border-radius:10px;border:1px solid #ccc;color:#000d2c99}.textareaVidguk{border-radius:10px;border:1px solid #ccc;resize:none;height:140px;padding:10px}.stars{display:flex;gap:8px;cursor:pointer}.star img{width:22px;height:22px;display:block}.upload{border:1px dashed #0042DB;padding:20px;text-align:center;border-radius:10px;cursor:pointer;font-size:13px;background-color:#0042db0d;height:125px}.textUp{margin:0;padding-bottom:10px;font-weight:500;font-size:16px;line-height:100%;color:#000d2c}.textDown{margin:0;font-weight:400;font-size:12px;line-height:100%;color:#000d2c99}.imageReview{width:20px;height:20px;padding-bottom:20px}.AddResponse{display:flex;justify-content:center;background:#0042db;color:#fff;border:none;padding:10px 20px;border-radius:50px;cursor:pointer;align-items:center;gap:8px}.addResponseImage{width:20px;height:20px}.input{padding:10px;border-radius:10px;border:1px solid #ccc;font-size:14px}.file-name{font-size:12px;color:#000d2c99;word-break:break-all}.error{color:#e53935;font-size:13px;text-align:center}.AddResponse:disabled{opacity:.6;cursor:not-allowed}.upload:hover{background-color:#0042db1a}.star:active{transform:scale(.95)}.breadcrumb{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px;font-size:14px;color:#333}.breadcrumb__link{color:#04c;text-decoration:none;font-weight:600}.breadcrumb__link:hover{text-decoration:underline}.breadcrumb__separator{color:#999}.breadcrumb__current{color:#333;font-weight:700}.hero-services{display:flex;overflow:hidden;color:#fff}.hero-services__content{flex:1;color:#fff;padding:40px;background:#04c;border-radius:16px;display:flex;flex-direction:column;justify-content:space-between}.hero-services__content h1{font-size:36px;font-weight:700;margin:0}.hero-services__content p{font-size:18px;margin-bottom:24px;color:#fff}.hero-services__image{margin-left:20px;display:flex;align-items:center;justify-content:right}.hero-services__image img{max-width:400px;border-radius:16px}.hero-services__form{display:flex;gap:10px;margin-top:auto;margin-bottom:12px;flex-wrap:wrap}.hero-services__form input{padding:12px;border:1px solid #ccc;border-radius:20px;flex:1;background:#04c;color:#fff}.hero-services__form input::placeholder{color:#fff}.hero-services__form button{border:1px solid #ccc;background:#fff;color:#04c;border-radius:20px;padding:12px 20px;cursor:pointer;display:flex;align-items:center;gap:8px;white-space:nowrap}.hero-services__form button:hover{background:#ccc}.hero-services__checkbox{font-size:14px;color:#fff;display:flex;align-items:center;gap:8px}.ServicesDryCleaners{padding:50px 0 0;display:flex;flex-direction:column;align-items:center}.ServicesDryCleaners__header{width:100%;text-align:left;display:block}.ServicesDryCleaners__header h2{margin:0;padding-bottom:20px;font-size:2rem;font-weight:700;color:#04c}.ServicesDryCleaners__section{display:flex;gap:20px;justify-content:space-between;border-radius:50px;padding:20px;background-color:#fff}.ServicesDryCleaners__item{display:flex;align-items:center;gap:15px;flex:1;min-width:250px;padding:10px}.ServicesDryCleaners__item img{max-width:80px}.ServicesDryCleaners__item__text{display:flex;flex-direction:column}.ServicesDryCleaners__item__text .title{font-weight:600;font-size:16px;margin-bottom:5px}.ServicesDryCleaners__item__text p:not(.title){font-weight:400;font-size:14px;margin:0}.ServicesSteps{padding:60px 20px;margin:0 auto}.ServicesSteps h2{font-size:28px;font-weight:800;color:#0050d0;margin-bottom:40px;text-align:left}.ServicesSteps__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:50px}.ServicesSteps .step .step__header{display:flex;align-items:center;gap:10px}.ServicesSteps .step .step__header span{font-size:48px;font-weight:900;color:#0050d0}.ServicesSteps .step .step__header .step__title{font-size:24px;font-weight:800;margin:0;color:#000}.ServicesSteps .step .step__desc{font-size:16px;line-height:1.5;color:#333;margin-top:8px}.ServicesPrices .price-card img{width:260px;height:180px;object-fit:cover;border-radius:8px;margin-bottom:12px}.ServicesPosluga_h2{font-size:1,5rem;font-weight:700;color:#04c;text-align:center;margin:0;padding-top:15px}.ServicesPrices{padding:0;margin:0 auto}.ServicesPrices .ServicesPrices_h2{font-size:1,5rem;font-weight:700;color:#04c;text-align:center;margin:0;padding-bottom:25px}.ServicesPrices__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,300px));gap:20px;justify-content:center}.ServicesPrices .price-card{background:#fff;border:1px solid #ddd;border-radius:16px;padding:20px;text-align:center;box-shadow:0 2px 6px #0000000d;transition:transform .2s ease}.ServicesPrices .price-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px #0000001a}.ServicesPrices .price-card .subtitle{font-size:14px;color:#999;margin-bottom:6px}.ServicesPrices .price-card .description{font-size:14px;color:#666;margin-bottom:12px}.ServicesPrices .price-card p{font-size:16px;font-weight:500;color:#333;margin-bottom:8px}.ServicesPrices .price-card span{font-size:18px;font-weight:700;color:#04c}.ServicesPrices .price-card span em{font-style:normal;font-weight:400;color:#555;margin-right:4px}@media (max-width: 950px){.ServicesDryCleaners__section{flex-direction:column;align-items:center;gap:30px}.ServicesDryCleaners__item{flex-direction:column;text-align:center;align-items:center}.ServicesDryCleaners__item img{max-width:100px}}@media (max-width: 768px){.hero-services{flex-direction:column;padding:20px 16px;gap:16px;background-color:#0042db;border-radius:30px}.hero-services__content{order:1;padding:18px;border-radius:12px;width:100%;box-sizing:border-box;display:flex;flex-direction:column}.hero-services__content h1{font-size:24px;margin-bottom:12px}.hero-services__content p{font-size:16px;margin-bottom:20px}.hero-services__image{order:2;margin:0 auto;display:flex;justify-content:center;width:100%}.hero-services__image img{max-width:none;width:100%;height:auto;border-radius:20px}.hero-services__form{order:3;flex-direction:column;gap:10px;margin-top:12px;margin-bottom:8px;width:100%}.hero-services__form button{width:100%;justify-content:center}.hero-services__checkbox{order:4;margin-top:8px;font-size:12px}}@media (max-width: 1199px){.hero-services__image{display:none}}@media (max-width: 1100px){.ServicesPrices__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.ServicesPrices__grid{grid-template-columns:1fr}}.servicePage{padding:20px}
