.hero-header__right{justify-content:space-between;align-items:center;gap:20px;padding-top:10px;display:flex}.hero-header__col{align-items:center;gap:15px;display:flex}.hero-logo-image{height:auto!important}.hero-header__phones{color:#3e3e3e;flex-direction:column;gap:5px;font-size:20px;display:flex}.hero-header__phone:hover{text-decoration:underline}.hero-header__icon{color:#dd2118}.hero-header__location-row{flex-wrap:wrap;flex-shrink:1;align-items:center;gap:12px 20px;min-width:0;display:flex}.hero-header__location{flex-shrink:0;align-items:center;gap:10px;display:flex}.hero-header__location-icon{flex-shrink:0;display:block}.hero-header__location-text{flex-direction:column;gap:1px;line-height:1.2;display:flex}.hero-header__location-label{letter-spacing:.04em;text-transform:uppercase;color:#6b6b6b;font-size:11px;font-weight:600}.hero-header__location-city{color:#1a1a1a;font-size:18px;font-weight:700}.hero-header__location-addresses{flex-direction:column;gap:4px;min-width:0;line-height:1.25;display:flex}.hero-header__location-address-line{color:#3e3e3e;font-size:14px;font-weight:500}.hero{height:385px;position:relative}.hero-background{z-index:0;position:absolute;inset:0}.hero-background__image{object-fit:cover;object-position:center;width:100%;height:100%}.hero-wrapper{box-sizing:border-box;grid-template-rows:auto 1fr;width:100%;height:100%;display:grid;position:absolute;inset:0}.hero-header.hero-header--relative{z-index:1;position:relative}.hero-content.hero-content--relative{z-index:1;box-sizing:border-box;background-image:url(/images/phpXnZn2E.webp);background-position:right 90%;background-repeat:no-repeat;background-size:auto min(92%,auto);height:100%;min-height:0;position:relative}.hero-header__menu{cursor:pointer;flex-direction:column;gap:13px;min-width:37px;display:flex}.hero-header__menu span{background-color:#dd2118;width:100%;height:4px;display:block}.hero-content__left{padding-top:30px}.hero-title{color:#3e3e3e;text-transform:uppercase;flex-direction:column;margin-bottom:10px;font-size:25px;font-weight:700;display:flex}.hero-button{color:#fff;cursor:pointer;text-align:center;background-color:#dd2118;border-radius:15px;width:100%;max-width:175px;padding-block:13px;font-size:20px;font-weight:700}.hero-menu{background-color:#fff}.hero-menu__header{border-bottom:1px solid #e5e7eb;padding:16px}.hero-menu__header h2{text-transform:uppercase;color:#3e3e3e;margin:0;font-size:20px;font-weight:700}.hero-menu__list{flex-direction:column;gap:8px;padding:16px;display:flex}.hero-menu__item{text-align:left;cursor:pointer;color:#3e3e3e;background-color:#0000;border:none;border-radius:8px;width:100%;padding:12px 16px;font-size:16px;transition:background-color .2s}.hero-menu__item:hover{background-color:#f3f4f6}.hero-menu__phones{border-top:1px solid #e5e7eb;flex-direction:column;gap:8px;margin-top:auto;padding:16px;display:flex}.hero-menu__phone{color:#3e3e3e;font-size:18px;text-decoration:none;transition:-webkit-text-decoration .2s,text-decoration .2s}.hero-menu__phone:hover{text-decoration:underline}.hero-menu__list{padding-left:0;padding-right:0;font-size:0}.hero-menu__item{cursor:pointer;text-transform:uppercase;border-radius:0;margin:0;padding-block:10px;padding-inline:15px;font-weight:700}.hero-menu__phones{flex-direction:row;justify-content:space-between;display:flex}@media (max-width:768px){.hero-header__col{grid-template-columns:1fr auto auto;display:grid}.hero-content.hero-content--relative{background-size:auto 270px}}@media (max-width:620px){.hero-content.hero-content--relative{background-size:auto 250px}}@media (max-width:549px){.hero-content.hero-content--relative{background-size:auto 180px}.hero-header__icon svg{width:25px!important;height:25px!important}.hero-header__location-icon{width:22px;height:auto}.hero-header__location-label{font-size:10px}.hero-header__location-city{font-size:15px}.hero-header__location-address-line{font-size:12px}.hero-header__location-row{gap:10px 14px}.hero-header__col--logo img{width:100px!important;height:auto!important}}@media (max-width:430px){.hero-content.hero-content--relative{background-size:auto 135px}}@media (min-width:550px){.hero-title{margin-bottom:25px}.hero-content__left{padding-top:75px}.hero-title{margin-bottom:25px;font-size:35px}.hero{height:550px}.hero-header__right{padding-top:30px}}@media (max-width:767px){.hero-header__col--actions .hero-header__phones{display:none}}@media (min-width:768px){.hero{height:670px}.hero-header__col{gap:25px}.hero-content__left{padding-top:75px}.hero-title{margin-bottom:45px;font-size:40px}}
.application-modal__overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.application-modal{background-color:#fff;border-radius:20px;width:100%;max-width:500px;padding:40px 30px;position:relative;box-shadow:0 10px 40px #0003}.application-modal__close{cursor:pointer;color:#9d9d9e;background:0 0;border:none;justify-content:center;align-items:center;padding:5px;transition:color .3s;display:flex;position:absolute;top:15px;right:15px}.application-modal__close:hover{color:#3e3e3e}.application-modal__title{text-align:center;color:#3e3e3e;text-transform:uppercase;margin-bottom:30px;font-size:24px;font-weight:700}.application-modal__form{flex-direction:column;gap:20px;display:flex}.application-modal__input{color:#3e3e3e;background-color:#f5f5f5;border:none;border-radius:15px;outline:none;width:100%;padding:15px 20px;font-size:18px;transition:background-color .3s}.application-modal__input:focus{background-color:#ececec}.application-modal__input::placeholder{color:#9d9d9e}.application-modal__question{text-align:center;color:#3e3e3e;margin:0;font-size:18px}.application-modal__methods{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.application-modal__method{cursor:pointer;color:#3e3e3e;background:0 0;border:none;flex-direction:column;align-items:center;gap:10px;padding:15px;font-size:16px;transition:transform .3s;display:flex}.application-modal__method:hover:not(:disabled){transform:scale(1.05)}.application-modal__method:disabled{opacity:.6;cursor:not-allowed}.application-modal__method-icon{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s;display:flex}.application-modal__method-icon--call{color:#fff;background-color:#90ee90}.application-modal__method-icon--telegram{color:#fff;background-color:#08c}.application-modal__method-icon--whatsapp{color:#fff;background-color:#25d366}.application-modal__method--active .application-modal__method-icon{transform:scale(1.1);box-shadow:0 4px 12px #0003}.application-modal__error{color:#dd2118;text-align:center;margin-top:-10px;font-size:14px}.application-modal__submit{text-transform:lowercase;transition:background-color .3s}.application-modal__submit:hover:not(:disabled){background-color:#dd2118}.application-modal__submit:disabled{opacity:.6;cursor:not-allowed}.application-modal__consent{color:#3e3e3e;cursor:pointer;align-items:flex-start;gap:10px;margin-top:-5px;font-size:14px;display:flex}.application-modal__consent input[type=checkbox]{cursor:pointer;accent-color:#25d366;width:18px;height:18px;margin-top:2px}.application-modal__consent-link{color:#3e3e3e;cursor:pointer;font-size:inherit;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:underline}.application-modal__consent-link:hover{color:#25d366}
.privacy-modal__overlay{z-index:2000;background-color:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.privacy-modal{background-color:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:800px;max-height:90vh;padding:40px 30px;display:flex;position:relative;box-shadow:0 10px 40px #0003}.privacy-modal__close{cursor:pointer;color:#9d9d9e;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;padding:5px;transition:color .3s;display:flex;position:absolute;top:15px;right:15px}.privacy-modal__close:hover{color:#3e3e3e}.privacy-modal__title{text-align:center;color:#3e3e3e;text-transform:uppercase;margin-bottom:30px;font-size:24px;font-weight:700}.privacy-modal__content{color:#3e3e3e;flex:1;padding-right:10px;font-size:16px;line-height:1.6;overflow-y:auto}.privacy-modal__content::-webkit-scrollbar{width:8px}.privacy-modal__content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.privacy-modal__content::-webkit-scrollbar-thumb{background:#9d9d9e;border-radius:4px}.privacy-modal__content::-webkit-scrollbar-thumb:hover{background:#3e3e3e}.privacy-modal__content h1,.privacy-modal__content h2,.privacy-modal__content h3{color:#3e3e3e;margin-top:20px;margin-bottom:10px}.privacy-modal__content h1{font-size:22px}.privacy-modal__content h2{font-size:20px}.privacy-modal__content h3{font-size:18px}.privacy-modal__content p{margin-bottom:15px}.privacy-modal__content ul,.privacy-modal__content ol{margin-bottom:15px;padding-left:30px}.privacy-modal__content li{margin-bottom:8px}
.features{background-color:#fff;padding-top:30px;padding-bottom:40px;position:relative;overflow:hidden}.features__background-icon{opacity:.15;z-index:0;pointer-events:none;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.features__container{z-index:1;position:relative}.features__grid{grid-column-gap:25px;grid-row-gap:20px;z-index:1;grid-template-columns:repeat(1,1fr);display:grid;position:relative}.features__title{color:#3e3e3e;text-transform:uppercase;margin-bottom:20px;font-size:25px;font-weight:700;line-height:1.2}.features__card{border-radius:20px;padding-block:35px;padding-inline:30px;position:relative}.features__card-icon{position:absolute;right:0}.features__card-title{color:#fff;max-width:57%;font-size:20px;font-weight:700}.features__card-description{color:#fff;max-width:220px;margin-block:20px;font-size:16px}.features__card-cta{color:#c4c4c4;cursor:pointer;text-transform:uppercase;background:0 0;border:none;padding:0;font-family:inherit;font-size:16px;text-decoration:underline;transition:color .3s}.features__card-cta:hover{color:#fff;text-decoration:none}.features__card img{height:auto!important}.features__card-1 img{width:190px!important}.features__card-2 .features__card-icon{bottom:0}.features__card-2 img{width:116px!important}.features__card-3 .features__card-icon{bottom:0}.features__card-3 img{width:167px!important}.features__card-4 img{width:160px!important}.features__card-5 img{width:141px!important}.features__card-6 .features__card-icon{bottom:0}.features__card-6 img{width:157px!important}.features__card-odd{background-color:#3e3e3e}.features__card-even{background-color:#565656}@media (min-width:550px){.features__title{max-width:550px;margin-bottom:30px;font-size:36px}}@media (min-width:701px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features__grid{grid-column-gap:50px;grid-row-gap:45px;grid-template-columns:repeat(3,1fr)}.features{padding-top:60px;padding-bottom:80px}.features__title{margin-bottom:65px}}
.addresses-schedule{background-color:#ececec;padding-top:30px;padding-bottom:40px}@media (min-width:1024px){.addresses-schedule{padding-top:60px;padding-bottom:65px}}.addresses-schedule__title{color:#3e3e3e;text-transform:uppercase;margin-bottom:20px;font-size:25px;font-weight:700;line-height:1.2}@media (min-width:550px){.addresses-schedule__title{margin-bottom:55px;font-size:36px}}.addresses-schedule__card{background-color:#fff;border-radius:20px;overflow:hidden}.addresses-schedule__card-image{overflow:hidden}.addresses-schedule__card img{width:100%;height:auto}.addresses-schedule__image{object-fit:cover;cursor:pointer;width:100%;display:block}.addresses-schedule__photo-modal{width:100%;max-width:min(1100px,100vw - 2rem)!important;padding:12px!important}.addresses-schedule__photo-modal-inner{grid-template-columns:44px 1fr 44px;align-items:center;gap:10px;display:grid}.addresses-schedule__photo-stage{background:#00000005;border-radius:12px;place-items:center;width:100%;max-height:min(78vh,760px);display:grid;position:relative;overflow:hidden}.addresses-schedule__photo-image{object-fit:contain;width:100%;height:auto;max-height:min(78vh,760px);display:block}.addresses-schedule__photo-caption{color:#fff;background:#0000008c;border-radius:10px;padding:10px 12px;font-size:14px;line-height:1.25;position:absolute;bottom:10px;left:10px;right:10px}.addresses-schedule__photo-nav{cursor:pointer;color:#111;-webkit-user-select:none;user-select:none;background:#00000014;border:none;border-radius:999px;place-items:center;width:44px;height:44px;font-size:28px;line-height:1;display:grid}.addresses-schedule__photo-nav:hover{background:#00000024}@media (max-width:549px){.addresses-schedule__photo-modal-inner{grid-template-columns:36px 1fr 36px}.addresses-schedule__photo-nav{width:36px;height:36px;font-size:24px}}.addresses-schedule__card-content{padding-inline:30px;text-transform:uppercase;flex-direction:column;align-items:flex-start;gap:21px;padding-top:40px;padding-bottom:50px;font-size:20px;display:flex}.addresses-schedule__button{color:#fff;cursor:pointer;background-color:#dd2118;border-radius:15px;padding-block:13px;padding-inline:15px;font-weight:700}.addresses-schedule__address{color:#3e3e3e;font-weight:700}.addresses-schedule__phone{color:#3e3e3e}.addresses-schedule__swiper{width:100%;padding:0}.addresses-schedule__swiper .swiper-wrapper{padding-block:5px}.addresses-schedule__swiper .swiper-slide{width:auto;height:auto}.addresses-schedule__nav-button{cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;width:97px;height:97px;transition:background-color .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.addresses-schedule__nav-button:hover{background-color:#fff}.addresses-schedule__nav-button:disabled,.addresses-schedule__nav-button--disabled{opacity:0;cursor:not-allowed;pointer-events:none}@media (max-width:1200px){.addresses-schedule__nav-prev,.addresses-schedule__nav-next{width:48px;height:48px}}.addresses-schedule__nav-prev{left:0}.addresses-schedule__nav-next{right:0}@media (min-width:1201px){.addresses-schedule__nav-prev{left:-45px}.addresses-schedule__nav-next{right:-45px}}.addresses-schedule__nav-prev img{transform:rotate(180deg)}.addresses-schedule__container{position:relative}
