@font-face{font-family:'Inter';src:url('/assets/fonts/inter-variablefont-opsz-wght.ttf') format('truetype');font-weight:100 900;font-style:normal;font-display:swap}body{font-family:'Inter',Arial,sans-serif;color:#000;padding:0;margin:0;background-color:#fdfdfd;overflow-x:hidden}html{overflow-x:hidden}.no-scroll{overflow:hidden;position:fixed;left:0;right:0;width:100%}h1,h2,h3,p{margin:0;line-height:1.5}h2{font-size:25px;font-weight:700;line-height:1.5;text-align:left}a{text-decoration:none}@media (max-width: 980px){h2{font-size:23px}}@media (max-width: 640px){h2{font-size:22px;line-height:1.3}}section{width:100%;display:flex;flex-direction:column;align-items:center}.container{width:1200px;display:flex;flex-direction:column;align-items:center}.wrapper{display:flex;flex-direction:column;width:100%}@media (max-width: 1200px){.container{width:100%}.wrapper{width:calc(100% - 60px);padding:0}}@media (max-width: 510px){.wrapper{width:calc(100% - 40px)}}img.lazy{opacity:0;transition:opacity 0.3s ease-in-out}img.lazy.loaded{opacity:1}.custom-alert{position:fixed;top:0;left:0;width:100%;height:100%;display:none;justify-content:center;align-items:center;z-index:2000;background-color:rgba(0,0,0,0.5)}.custom-alert__overlay{position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:2000}.custom-alert__content{position:relative;background-color:#fff;padding:25px
35px;margin:20px;max-width:400px;width:90%;text-align:center;box-shadow:0 4px 10px rgba(0,0,0,0.3);z-index:2001;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;border-radius:15px}.custom-alert__icon{width:50px;height:auto}.custom-alert__message{font-size:16px}.custom-alert__button{padding:13px
30px;font-size:14px;color:#fdfdfd;background-color:#d87108;border:none;cursor:pointer;border-radius:10px;width:140px;transition:all 0.3s ease}.custom-alert__button:hover{background-color:#2d2d2d}.burger-menu{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;visibility:hidden;opacity:0;transition:visibility 0.3s ease, opacity 0.3s ease;display:none}.burger-menu--open{visibility:visible;opacity:1;display:block}.burger-menu__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);cursor:pointer}.burger-menu__container{position:absolute;top:0;right:0;width:100%;max-width:300px;height:100%;background-color:#fdfdfd;transform:translateX(100%);transition:transform 0.3s ease;display:flex;flex-direction:column}.burger-menu--open .burger-menu__container{transform:translateX(0)}.burger-menu__header{display:flex;justify-content:flex-end;padding:20px}.burger-menu__close{position:relative;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:0}.burger-menu__close-line{position:absolute;top:50%;left:50%;width:24px;height:2px;background-color:#000}.burger-menu__close-line:first-child{transform:translate(-50%, -50%) rotate(45deg)}.burger-menu__close-line:last-child{transform:translate(-50%, -50%) rotate(-45deg)}.burger-menu__nav{flex:1}.burger-menu__list{list-style:none;margin:0;padding:0}.burger-menu__item{}.burger-menu__link{display:flex;align-items:center;justify-content:space-between;padding:7px
30px;color:#000;text-decoration:none;font-size:17px;line-height:1.4;transition:background-color 0.2s ease;width:100%;border:none;background:none;text-align:left;cursor:pointer;font-weight:400;box-sizing:border-box}.burger-menu__link:hover{color:#d87108;opacity:0.8}.burger-menu__link--active{font-weight:500;color:#d87108}.burger-menu__arrow{display:inline-block;width:8px;height:8px;border-right:2px solid #000;border-bottom:2px solid #000;transform:rotate(45deg);transition:transform 0.3s ease;margin-left:auto}.burger-menu__link--toggle[aria-expanded="true"] .burger-menu__arrow{transform:rotate(-135deg)}.burger-menu__submenu{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;transition:max-height 0.3s ease}.burger-menu__link--toggle[aria-expanded="true"]+.burger-menu__submenu{max-height:1000px}.burger-menu__submenu-item{border-bottom:1px solid #e5e5e5}.burger-menu__submenu-item:last-child{border-bottom:none}.burger-menu__submenu-link{display:block;padding:8px
20px 8px 40px;color:#333;text-decoration:none;font-size:14px;line-height:1.4;opacity:0.8;transition:opacity 0.2s ease}.burger-menu__submenu-link:hover{opacity:1}@media (max-width: 980px){.header__burger{display:flex}}@media (max-width: 480px){.burger-menu__container{max-width:300px;overflow-y:scroll}.burger-menu__link{font-size:15px}.burger-menu__submenu-link{font-size:13px}}.custom-modal{position:fixed;inset:0;display:none;justify-content:center;align-items:center;z-index:1000}.custom-modal__overlay{position:absolute;inset:0;background-color:rgba(0,0,0,0.3);backdrop-filter:blur(7px)}.custom-modal__content{position:relative;width:min(360px, calc(100% - 40px));background-color:#fdfdfd;border-radius:10px;box-shadow:0 0 30px rgba(0, 0, 0, 0.1);padding:40px
45px;z-index:1001;box-sizing:border-box}.custom-modal__close-button{position:absolute;top:10px;right:10px;width:44px;height:44px;padding:0;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.custom-modal__close-icon{position:relative;width:22px;height:22px;color:#242424}.custom-modal__close-icon
span{position:absolute;top:50%;left:50%;width:22px;height:2px;background-color:currentColor;border-radius:2px;transform-origin:center}.custom-modal__close-icon span:nth-child(1){transform:translate(-50%, -50%) rotate(45deg)}.custom-modal__close-icon span:nth-child(2){transform:translate(-50%, -50%) rotate(-45deg)}.custom-modal__close-icon span:nth-child(3),
.custom-modal__close-icon span:nth-child(4){opacity:0}.custom-modal__title{margin:0
0 16px;color:#d87108;font-family:Inter,Arial,sans-serif;font-weight:600;font-size:28px;line-height:1.2;text-align:center}.custom-modal__text{margin:0;color:#535353;font-family:Inter,Arial,sans-serif;font-weight:400;font-size:16px;line-height:1.55;text-align:left}.custom-modal__form{margin-top:24px}.custom-form__input,.custom-form__textarea{width:100%;height:60px;box-sizing:border-box;padding:0
18px;margin-bottom:20px;color:#242424;border:1px
solid #e6e6e6;border-radius:10px;font-family:Inter,Arial,sans-serif;font-size:16px;line-height:1.33;outline:none}.custom-form__textarea{height:100px;padding:14px
18px;resize:vertical}.custom-form__input::placeholder,.custom-form__textarea::placeholder{color:#000;opacity:0.5}.custom-form__input:focus,.custom-form__textarea:focus{border-color:rgba(15,70,149,0.6)}.custom-form__checkbox-wrap{margin:6px
0 18px}.custom-form__checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer}.custom-form__checkbox{appearance:none;width:18px;height:18px;border:2px
solid #242424;border-radius:4px;position:relative;margin-top:2px;flex:0 0 auto}.custom-form__checkbox:checked::before{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-58%);font-size:13px;font-weight:700;color:#d87108}.custom-form__checkbox-text{font-family:Inter,Arial,sans-serif;font-size:14px;line-height:1.35;font-weight:400;color:#d6d6d6}.custom-form__link{color:#d6d6d6;text-decoration:underline}.custom-form__button-wrap{position:relative;width:100%;overflow:hidden;border-radius:10px}.custom-form__button{width:100%;height:60px;border:none;border-radius:10px;background-color:#d87108;color:#fdfdfd;font-family:Inter,Arial,sans-serif;font-size:16px;font-weight:600;line-height:1;cursor:pointer;transition:background-color 0.2s ease-in-out, color 0.2s ease-in-out}.custom-form__button:hover,.custom-form__button:focus-visible{background-color:#2d2d2d}.custom-form__button-wrap .custom-form__button-effects{position:absolute;top:0;left:30px;width:100%;height:100%;transform:translateX(-100%);animation-name:flash;animation-duration:3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-delay:1s;pointer-events:none}.custom-form__button-wrap .custom-form__button-effects::before{content:'';background:linear-gradient(90deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .28));width:45px;height:100%;position:absolute;top:0;left:0;transform:skewX(-45deg)}@keyframes
flash{0%{transform:translateX(-100%)}50%{transform:translateX(100%)}100%{transform:translateX(100%)}}@media (max-width: 980px){.custom-modal__content{width:100%;height:100%;border-radius:0;padding:40px;overflow:auto}}@media (max-width: 640px){.custom-modal__content{padding:30px
20px}.custom-modal__title{font-size:30px}}@media (max-width: 480px){.custom-modal__content{padding:26px
16px}.custom-modal__close-button{top:16px;right:16px}.custom-form__input,.custom-form__textarea{height:56px;margin-bottom:16px}.custom-form__button{height:56px}}.policy-info{padding:60px
0}.policy-info__title{margin:0
0 30px 0;box-sizing:border-box;font-size:20px;font-weight:700;color:#000}.policy-info__content
p{margin:0
0 20px 0;color:#000;font-size:15px;font-family:'Inter',Arial,sans-serif;line-height:1.55;font-weight:400;box-sizing:border-box}.policy-info__content p:last-child{margin-bottom:0}@media screen and (max-width: 1200px){.policy-info{padding:50px
0}}@media screen and (max-width: 980px){.policy-info__title{font-size:17px;margin-bottom:25px}.policy-info__content
p{font-size:13px}}@media screen and (max-width: 640px){.policy-info{padding:40px
0}}@media screen and (max-width: 480px){.policy-info__content
p{font-size:12px}}
.sticky-header{border-bottom:1px solid #bfbfbf}.sticky-header__top-bar{display:flex;justify-content:space-between;align-items:center;padding:0;min-height:40px}.sticky-header__company-name{color:#9b9b9b;font-size:12px;font-weight:500;line-height:1.55;margin:0}.sticky-header__phone-link{display:flex;align-items:center;gap:8px;text-decoration:none}.sticky-header__phone-icon{width:20px;height:20px}.sticky-header__phone-number{color:#d87108;font-size:14px;font-weight:600;line-height:1.55}.main-header{position:sticky;top:0;background-color:#fdfdfd;border-bottom:1px solid #bfbfbf;z-index:100;transition:transform 0.3s ease}.main-header.header-fixed{position:fixed;top:0;left:0;right:0}.main-header.header-hidden{transform:translateY(-100%)}.main-header__content{display:flex;justify-content:space-between;align-items:center;padding:20px
0;gap:20px}.main-header__logo{width:82px;height:auto;flex-shrink:0}.main-header__nav{display:flex;gap:20px;align-items:center;margin-right:auto}.main-header__nav-link{color:#000;font-size:14px;font-weight:400;line-height:1.55;text-decoration:none;white-space:nowrap;transition:color 0.2s ease}.main-header__nav-link:hover{color:#d87108}.main-header__actions{display:flex;gap:20px;align-items:center;flex-shrink:0;margin-left:auto}.main-header__phone{color:#d87108;font-size:16px;font-weight:500;text-decoration:none;white-space:nowrap;transition:color 0.2s ease}.main-header__phone:hover{color:#b85f07}.main-header__button{display:inline-flex;align-items:center;justify-content:center;width:157px;height:35px;color:#d87108;font-size:13px;font-weight:600;text-transform:uppercase;text-decoration:none;background-color:#fdfdfd;border:1px
solid #d87108;border-radius:5px;transition:all 0.2s ease;flex-shrink:0}.main-header__button:hover{background-color:#2d2d2d;border-color:#2d2d2d;color:#fdfdfd}.main-header__burger{display:none;flex-direction:column;gap:5px;width:30px;height:auto;background:none;border:none;padding:0;cursor:pointer;flex-shrink:0}.main-header__burger-line{display:block;width:30px;height:4px;background-color:#2d2d2d;border-radius:2px;transition:all 0.3s ease}@media screen and (max-width: 1200px){.main-header__logo{width:80px}.main-header__nav{gap:30px}.main-header__nav-link{font-size:13px}}@media screen and (max-width: 980px){.sticky-header__top-bar{min-height:50px}.sticky-header__company-name{max-width:224px;line-height:1.3}.main-header__content{gap:20px}.main-header__nav{display:none}.main-header__phone{margin-left:auto}.main-header__burger{display:flex}}@media screen and (max-width: 640px){.main-header__logo{width:74px}.main-header__phone{font-size:14px}.main-header__button{width:116px;font-size:12px}}@media screen and (max-width: 480px){.sticky-header__top-bar{flex-direction:column;align-items:center;gap:10px;padding:10px
0}.sticky-header__company-name{max-width:100%;font-size:11px}.sticky-header__phone-number{font-size:15px}.main-header__content{flex-wrap:wrap;gap:15px}.main-header__logo{order:1}.main-header__phone{order:2;font-size:15px;margin-left:auto}.main-header__burger{order:3}.main-header__button{order:4;width:100%;margin-left:0}.main-header__actions{order:4;width:100%;margin-left:0}}.main-header__nav-dropdown{position:relative}.main-header__nav-link--with-dropdown::after{content:'';display:inline-block;width:0;height:0;margin-left:5px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000;transition:transform 0.2s ease;vertical-align:middle}.main-header__nav-link--with-dropdown:hover::after,
.main-header__nav-dropdown.is-active .main-header__nav-link--with-dropdown::after{transform:rotate(180deg)}.dropdown-menu{position:fixed;transform:translateX(-50%);top:-9999px;left:-9999px;background-color:#fdfdfd;border-radius:10px;box-shadow:0px 0px 7px rgba(0, 0, 0, 0.2);max-width:250px;width:max-content;min-width:250px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.2s ease, visibility 0.2s ease;z-index:1000}.dropdown-menu.is-visible{opacity:1;visibility:visible;pointer-events:auto}.dropdown-menu__arrow{position:absolute;top:-6.5px;left:50%;transform:translateX(-50%) rotate(45deg);width:13px;height:13px;background-color:#fdfdfd;box-shadow:-2px -2px 3px rgba(0,0,0,0.05)}.dropdown-menu__content{position:relative;background-color:#fdfdfd;border-radius:10px;overflow:hidden;z-index:1}.dropdown-menu__list{list-style:none;padding:10px
0;margin:0;text-align:center;box-sizing:border-box}.dropdown-menu__item{margin:0}.dropdown-menu__link{display:block;padding:7px
25px;color:#000;font-size:14px;font-weight:400;font-family:'Inter',sans-serif;line-height:1.55;text-decoration:none;transition:color 0.2s ease;white-space:nowrap}.dropdown-menu__link:hover,.dropdown-menu__link.is-active{color:#d87108 !important}@media screen and (max-width: 980px){.dropdown-menu{max-width:100%}}
.hero{position:relative;padding-top:70px;padding-bottom:40px}.hero__grid{display:grid;grid-template-columns:460px 1fr;gap:40px;margin-bottom:20px}.hero__content{display:flex;flex-direction:column;justify-content:flex-start}.hero__subtitle{margin:0
0 30px 0;color:#2d2d2d;font-size:16px;font-family:'Inter',Arial,sans-serif;line-height:1.3;font-weight:400}.hero__buttons{display:flex;gap:15px}.hero__button{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;padding:14px
20px;font-size:12px;font-family:'Inter',Arial,sans-serif;font-weight:600;line-height:1.55;text-decoration:none;text-align:center;border:none;border-radius:5px;cursor:pointer;transition:all 0.3s ease;white-space:normal}.hero__button--primary{background-color:#d87108;color:#fdfdfd;border:1px
solid transparent;width:100%}.hero__button--primary:hover{background-color:#2d2d2d;color:#fdfdfd}.hero__button--secondary{background-color:#fdfdfd;color:#2d2d2d;border:1px
solid #2d2d2d;width:100%}.hero__title-wrapper{display:flex;align-items:flex-start;justify-content:flex-end}.hero__title{margin:0;color:#d87108;font-size:47px;font-family:'Inter',Arial,sans-serif;line-height:1.4;font-weight:700;text-align:right}.hero__image{width:100%;border-radius:5px;overflow:hidden}.hero__image
img{width:100%;height:640px;display:block;object-fit:cover;object-position:center top}@media screen and (max-width: 1200px){.hero__grid{grid-template-columns:380px 1fr;gap:30px}.hero__subtitle{font-size:15px}.hero__title{font-size:41px}.hero__image
img{height:500px}}@media screen and (max-width: 980px){.hero__grid{grid-template-columns:1fr;gap:30px}.hero__subtitle{font-size:14px;max-width:100%}.hero__title{font-size:40px;text-align:left}.hero__image
img{height:420px}.hero__title-wrapper{justify-content:flex-start;order:-1}.hero__button{width:100%;max-width:320px}}@media screen and (max-width: 640px){.hero__title{font-size:35px}.hero__button{max-width:100%}.hero__image
img{height:500px}}@media screen and (max-width: 480px){.hero__grid{gap:25px;margin-bottom:25px}.hero__image
img{height:430px}.hero__subtitle{font-size:15px;margin-bottom:25px}.hero__title{font-size:30px}.hero__buttons{flex-direction:column}}
.utp-benefits{padding-bottom:40px}.utp-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;align-items:center}.utp-benefits__item{display:flex;align-items:center;gap:10px;border-left:1px solid #bfbfbf;height:70px;padding:0
20px;box-sizing:border-box}.utp-benefits__item:last-child{border-right:1px solid #bfbfbf}.utp-benefits__icon{width:27px;height:27px;flex-shrink:0;object-fit:contain}.utp-benefits__text{color:#000;font-family:'Inter',Arial,sans-serif;font-size:15px;line-height:1.55;font-weight:400}@media screen and (max-width: 1200px){.utp-benefits__text{font-size:14px;line-height:1.3}.utp-benefits__icon{width:25px;height:25px}}@media screen and (max-width: 980px){.utp-benefits__grid{gap:25px}}@media screen and (max-width: 720px){.utp-benefits__item{padding:0
10px}}@media screen and (max-width: 640px){.utp-benefits__grid{grid-template-columns:repeat(2,1fr);gap:20px}.utp-benefits__item{border-left:none;height:auto;padding:0}.utp-benefits__item:last-child{border-right:none}.utp-benefits__icon{width:30px;height:30px}}@media screen and (max-width: 480px){.utp-benefits__grid{grid-template-columns:1fr;gap:15px}.utp-benefits__icon{width:25px;height:25px}.utp-benefits__text{font-size:13px}}
.emergency-block{background-color:#d87108;padding:40px
0}.emergency-block__content{display:flex;justify-content:space-between;align-items:center;gap:40px}.emergency-block__title{color:#fdfdfd;font-size:43px;font-family:'Inter',Arial,sans-serif;line-height:1.05;font-weight:700;max-width:514px;margin:0}.emergency-block__contact{display:flex;flex-direction:column;gap:10px;min-width:382px}.emergency-block__label{color:#fdfdfd;font-size:23px;font-family:'Inter',Arial,sans-serif;line-height:1.05;font-weight:400;text-align:center;margin:0}.emergency-block__button{display:flex;align-items:center;justify-content:center;height:50px;color:#fdfdfd;font-size:14px;font-family:'Inter',Arial,sans-serif;line-height:1.55;font-weight:600;background-color:#2d2d2d;border-radius:5px;text-decoration:none;transition:background-color 0.2s ease-in-out, color 0.2s ease-in-out}.emergency-block__button:hover{background-color:#fdfdfd;color:#2d2d2d}@media screen and (max-width: 980px){.emergency-block{padding:41px
0}.emergency-block__content{flex-direction:column;align-items:flex-start;gap:30px}.emergency-block__title{font-size:40px;max-width:481px}.emergency-block__contact{flex-direction:row;align-items:center;justify-content:space-between;gap:20px;min-width:auto;width:100%}.emergency-block__label{text-align:left;font-size:18px}.emergency-block__button{flex:1;max-width:382px;height:38px}}@media screen and (max-width: 640px){.emergency-block{padding:42px
0}.emergency-block__title{font-size:38px;max-width:470px}.emergency-block__label{flex:0 0 178px;font-size:16px}.emergency-block__button{max-width:260px;flex:auto}}@media screen and (max-width: 480px){.emergency-block{padding:42px
0 50px}.emergency-block__content{gap:28px}.emergency-block__title{font-size:36px;max-width:auto}.emergency-block__contact{flex-direction:column;gap:10px;width:100%}.emergency-block__label{text-align:center;width:100%;max-width:100%;flex:0}.emergency-block__button{width:100%;max-width:100%;height:50px}}
.services{padding:60px
0;font-family:'Inter',Arial,sans-serif}.services__title{margin-bottom:20px}.services__subtitle{font-size:18px;color:#000;margin-bottom:50px;line-height:1.4;max-width:800px}.services__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;width:100%}.services__card{display:flex;flex-direction:column;justify-content:space-between;background-color:#fff;border:1px
solid #e0e0e0;border-radius:5px;padding:20px;height:245px;box-sizing:border-box;transition:box-shadow 0.2s ease}.services__card-mini{height:160px}.services__card-wrapper{display:block}.services__card-header{display:flex;align-items:center;gap:15px;margin-bottom:15px}.services__card-icon{width:30px;height:30px;object-fit:contain;flex-shrink:0}.services__card-title{font-size:16px;font-weight:600;line-height:1.3;color:#000;margin:0}.services__card-desc{font-size:14px;line-height:1.4;color:#777;margin:0}.services__card-button{display:flex;align-items:center;justify-content:center;width:100%;height:40px;background-color:#d97810;color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;text-decoration:none;border-radius:5px;border:none;cursor:pointer;transition:background-color 0.2s;letter-spacing:0.5px}.services__card-button:hover{background-color:#2d2d2d;color:#fdfdfd}@media screen and (max-width: 1200px){.services__grid{grid-template-columns:repeat(4, 1fr)}}@media screen and (max-width: 980px){.services__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 640px){.services__grid{grid-template-columns:1fr}}@media screen and (max-width: 480px){.services__grid{grid-template-columns:1fr}.services__card{height:200px;width:100%}.services__card-mini{height:160px}.services__subtitle{font-size:16px}.services__title{font-size:26px}}
.trust-reasons{padding:40px
0}.trust-reasons__title{margin-bottom:50px}.trust-reasons__content{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.trust-reasons__item{display:flex;align-items:flex-start;gap:20px}.trust-reasons__icon-wrapper{flex-shrink:0;width:66px;height:66px;border:1px
solid #bfbfbf;border-radius:50%;display:flex;align-items:center;justify-content:center}.trust-reasons__icon{width:35px;height:auto;object-fit:contain}.trust-reasons__text{flex:1;padding-top:5px}.trust-reasons__item-title{font-size:17px;line-height:1.3;font-weight:700;margin-bottom:8px;color:#000}.trust-reasons__item-desc{font-size:14px;line-height:1.3;color:#999;font-weight:400;margin:0}@media screen and (max-width: 1200px){.trust-reasons__content{grid-template-columns:repeat(2, 1fr);gap:30px}}@media screen and (max-width: 980px){.trust-reasons__content{grid-template-columns:1fr;gap:40px}.trust-reasons__title{font-size:23px;margin-bottom:40px}}@media screen and (max-width: 640px){.trust-reasons{padding:40px
0}.trust-reasons__item{gap:15px}.trust-reasons__icon-wrapper{width:56px;height:56px}.trust-reasons__icon{width:30px}}@media screen and (max-width: 480px){.trust-reasons__title{font-size:22px;line-height:1.3}.trust-reasons__item-title{font-size:16px}}
.reviews{padding:40px
0;overflow:hidden}.reviews__top-panel{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.reviews
h2{margin:0;max-width:80%}.reviews__nav{display:flex;gap:12px;flex-shrink:0}.reviews__btn{width:48px;height:48px;border-radius:50%;border:none;background-color:#f7f7f7;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color 0.2s ease, transform 0.2s ease;color:#333}.reviews__btn:hover{background-color:#e5e5e5}.reviews__card{background-color:#f9f9f9;border-radius:6px;padding:40px;height:100%;box-sizing:border-box;display:flex;flex-direction:column}.reviews__slide{height:auto}.reviews__card-header{display:flex;align-items:center;gap:20px;margin-bottom:25px}.reviews__avatar{width:70px;height:70px;border-radius:50%;overflow:hidden;flex-shrink:0}.reviews__avatar
img{width:100%;height:100%;object-fit:cover}.reviews__meta{display:flex;flex-direction:column}.reviews__name{font-size:18px;font-weight:700;color:#000;margin-bottom:6px}.reviews__stars{color:#ccc;font-size:14px;letter-spacing:2px;margin-bottom:6px}.reviews__location{font-size:14px;color:#b5b5b5;font-style:italic}.reviews__text{font-size:15px;line-height:1.6;color:#333}@media (max-width: 640px){.reviews__top-panel{flex-direction:row;align-items:center}.reviews
h2{font-size:24px}.reviews__card{padding:25px}.reviews__btn{width:40px;height:40px}}
.about-story{padding:40px
0}.about-story
h2{margin-bottom:40px}.about-story__content{display:flex;justify-content:space-between;align-items:stretch;gap:60px}.about-story__info{width:50%;max-width:560px;display:flex;flex-direction:column}.about-story__text{margin-bottom:40px;color:#000;font-family:'Inter',Arial,sans-serif;font-size:16px;line-height:1.3;font-weight:400}.about-story__text
p{margin-bottom:1em}.about-story__text p:last-child{margin-bottom:0}.about-story__button{display:inline-flex;justify-content:center;align-items:center;width:100%;max-width:560px;height:44px;box-sizing:border-box;background-color:#fdfdfd;border:1px
solid #bfbfbf;border-radius:5px;color:#2d2d2d;font-family:'Inter',Arial,sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;text-decoration:none;transition:background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out}.about-story__button:hover{background-color:#2d2d2d;color:#fdfdfd;border-color:#2d2d2d}.about-story__media{width:50%;display:flex;flex-direction:column}.about-story__image{display:block;width:100%;height:100%;object-fit:cover;border-radius:5px}@media screen and (max-width: 1200px){.about-story__content{gap:40px}.about-story__image{min-height:350px}}@media screen and (max-width: 980px){.about-story__content{flex-direction:column;gap:40px}.about-story__info,.about-story__media,.about-story__button{width:100%;max-width:100%}.about-story__media{order:3}.about-story
h2{margin-bottom:30px}.about-story__image{height:auto;min-height:400px}}@media screen and (max-width: 640px){.about-story{padding:40px
0}.about-story__text{font-size:15px}.about-story__image{min-height:300px}}@media screen and (max-width: 480px){.about-story
h2{margin-bottom:20px}.about-story__text{margin-bottom:30px}.about-story__image{min-height:250px}}
.service-areas{padding:50px
0}.service-areas__title{margin-bottom:24px}.service-areas__text{font-size:17px;margin-bottom:40px}.service-areas__buttons{display:flex;flex-wrap:wrap;gap:15px}.service-areas__link{display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;min-height:55px;padding:10px
20px;box-sizing:border-box;border-radius:10px;font-family:'Inter',Arial,sans-serif;font-size:14px;font-weight:500;line-height:1.3;background-color:#fdfdfd;border:1px
solid #d87108;color:#d87108;transition:all 0.2s ease-in-out;flex:1;min-width:200px}.service-areas__link--primary{background-color:#d87108;color:#fff;border-color:#d87108;pointer-events:none}@media screen and (max-width: 1200px){.service-areas__text{max-width:100%;font-size:16px}}@media screen and (max-width: 640px){.service-areas__buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.service-areas__link{width:100%;min-width:0;font-size:14px;min-height:55px}.service-areas__text{font-size:15px}}@media screen and (max-width: 480px){.service-areas{padding:40px
0}.service-areas__buttons{grid-template-columns:1fr}.service-areas__title{font-size:22px;margin-bottom:20px}.service-areas__text{font-size:14px;margin-bottom:30px}}
.process-steps{padding:60px
0}.process-steps
h2{margin-bottom:20px}.process-steps__subtitle{font-size:17px;margin-bottom:60px}.process-steps__list{display:flex;justify-content:space-between;align-items:flex-start;position:relative}.process-steps__item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0
15px;position:relative}.process-steps__icon-wrapper{width:80px;height:80px;border:1px
solid #bfbfbf;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:30px;background-color:#fdfdfd;z-index:2;position:relative}.process-steps__icon{width:60%;height:60%;object-fit:contain}.process-steps__title{font-family:'Inter',Arial,sans-serif;font-size:18px;color:#d87108;margin:0
0 10px 0;font-weight:600}.process-steps__text{font-family:'Inter',Arial,sans-serif;font-size:14px;line-height:1.55;color:#000}.process-steps__item:not(:last-child)::after{content:'';position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3' fill='%23d87108'/%3E%3C/svg%3E");background-repeat:space;background-size:16px 16px;z-index:1}@media (min-width: 981px){.process-steps__item:not(:last-child)::after{top:32px;right:-50%;width:100%;height:16px}.process-steps__item:not(:last-child)::after{left:calc(50% + 50px);width:calc(100% - 100px);right:auto}}@media (max-width: 1200px){.process-steps__title{font-size:17px}}@media (max-width: 980px){.process-steps__list{flex-direction:column;align-items:center}.process-steps__item{width:100%;max-width:500px;margin-bottom:80px;padding:0}.process-steps__item:last-child{margin-bottom:0}.process-steps__subtitle{font-size:16px;margin-bottom:40px}.process-steps__title{font-size:18px}.process-steps__text{font-size:14px}.process-steps__item:not(:last-child)::after{top:auto;bottom:-60px;left:50%;transform:translateX(-50%);width:16px;height:40px;background-repeat:repeat-y;background-position:center}}@media (max-width: 640px){.process-steps__subtitle{font-size:15px}.process-steps__icon-wrapper{width:70px;height:70px;margin-bottom:20px}.process-steps__title{font-size:17px}}@media (max-width: 480px){.process-steps__subtitle{font-size:14px;margin-bottom:30px}.process-steps__title{font-size:16px}}
.repair-promo{background-color:#d87108;color:#fff;padding:30px
0;overflow:hidden}.repair-promo__content{display:flex;justify-content:space-between;align-items:center;position:relative;width:100%}.repair-promo__image-col{flex-shrink:0;margin-right:30px}.repair-promo__gear{display:block;width:209px;height:auto;opacity:0.2}.repair-promo__info-group{display:flex;justify-content:space-between;align-items:center;flex-grow:1;width:100%}.repair-promo__text-col{max-width:450px;margin-right:30px}.repair-promo__title{margin:0
0 15px 0;padding:0;font-size:34px;font-weight:600;line-height:1.3;color:#fff}.repair-promo__subtitle{margin:0;font-size:17px;font-weight:400;line-height:1.3}.repair-promo__action-col{flex-shrink:0;width:450px;text-align:center}.repair-promo__button{display:flex;justify-content:center;align-items:center;width:100%;height:77px;background-color:#2d2d2d;color:#fff;font-size:14px;font-weight:500;text-transform:uppercase;text-decoration:none;border-radius:5px;transition:background-color 0.2s ease-in-out, color 0.2s ease-in-out;border:none;box-shadow:none;cursor:pointer}.repair-promo__button:hover{background-color:#fdfdfd;color:#d87108}.repair-promo__disclaimer{margin-top:15px;font-size:12px;line-height:1.55;opacity:0.45;text-align:left}@media screen and (max-width: 1200px){.repair-promo__content{justify-content:flex-start}.repair-promo__gear{width:150px}.repair-promo__title{font-size:32px}.repair-promo__info-group{justify-content:flex-end}.repair-promo__action-col{margin-left:auto;width:400px}}@media screen and (max-width: 980px){.repair-promo{padding:20px
0}.repair-promo__content{align-items:center}.repair-promo__image-col{margin-bottom:20px}.repair-promo__gear{width:260px}.repair-promo__info-group{display:block;width:auto}.repair-promo__text-col{margin-right:0;margin-bottom:25px;max-width:100%}.repair-promo__action-col{width:100%;max-width:390px;margin-left:0;text-align:left}}@media screen and (max-width: 640px){.repair-promo__image-col{position:absolute;left:-170px;top:50%;transform:translateY(-50%);margin:0;width:auto;z-index:0}.repair-promo__info-group{margin-left:130px}.repair-promo__gear{width:280px}.repair-promo__text-col,.repair-promo__action-col{position:relative;z-index:1}.repair-promo__title{font-size:28px}}@media screen and (max-width: 480px){.repair-promo{padding-top:120px;padding-bottom:40px}.repair-promo__image-col{top:-120%;left:50%;transform:translateX(-50%)}.repair-promo__info-group{margin-left:0}.repair-promo__gear{width:320px}.repair-promo__title{font-size:28px}.repair-promo__subtitle{font-size:14px;max-width:240px}.repair-promo__action-col{width:100%}}
.faq{padding:60px
0}.faq
h2{margin-bottom:40px}.faq__list{border-top:1px solid #bfbfbf}.faq__item{border-bottom:1px solid #bfbfbf}.faq__button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px
0;background:none;border:none;cursor:pointer;text-align:left;transition:color 0.3s ease}.faq__question{font-size:18px;font-weight:600;color:#000;padding-right:20px;transition:color 0.3s ease}.faq__title{font-size:18px;font-weight:600;color:#000;padding-right:30px;font-family:inherit;line-height:1.35}.faq__icon-wrapper{position:relative;width:40px;height:40px;flex-shrink:0;transition:transform 0.3s ease-in-out}.faq__icon{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:opacity 0.3s ease}.faq__icon--default{background-color:transparent;opacity:1}.faq__icon--hover{background-color:#d87108;opacity:0}.faq__button:hover .faq__icon--default{opacity:0}.faq__button:hover .faq__icon--hover{opacity:1}.faq__item.active .faq__icon-wrapper{transform:rotate(45deg)}.faq__item.active .faq__icon--default{opacity:0}.faq__item.active .faq__icon--hover{opacity:1;background-color:#d87108}.faq__answer{max-height:0;overflow:hidden;transition:max-height 0.4s ease-in-out}.faq__text{padding-bottom:40px;font-size:16px;line-height:1.55;color:#9e9e9e;max-width:90%}@media (max-width: 640px){.faq__button{padding:20px
0}.faq__title{font-size:18px}.faq__text{font-size:14px}}
.cta-section *,
.cta-section *::before,
.cta-section *::after{box-sizing:border-box}.cta-section{background-color:#fdfdfd;padding-top:20px;padding-bottom:50px}.cta-section__box{background-color:#efefef;border-radius:5px;padding:30px;width:100%}.cta-section__inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.cta-section__info{flex:1;max-width:600px}.cta-section__title{color:#d87108;font-family:'Inter',Arial,sans-serif;font-size:42px;line-height:1.3;font-weight:700;margin-bottom:15px}.cta-section__text{color:#000;font-family:'Inter',Arial,sans-serif;font-size:17px;line-height:1.55;text-align:left;margin:0}.cta-section__action{flex-shrink:0;width:480px}.cta-section__button{display:flex;justify-content:center;align-items:center;width:100%;height:91px;background-color:#d87108;color:#fff;font-family:'Inter',Arial,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;text-decoration:none;border-radius:5px;transition:background-color 0.2s ease-in-out;text-align:center;letter-spacing:0.5px}.cta-section__button:hover{background-color:#2d2d2d;color:#fdfdfd}@media (max-width: 1200px){.cta-section__box{padding:40px}.cta-section__title{font-size:37px}.cta-section__action{width:380px}}@media (max-width: 980px){.cta-section__inner{flex-direction:column;text-align:center;gap:30px}.cta-section__info{max-width:100%}.cta-section__title{font-size:40px}.cta-section__action{width:100%}.cta-section__button{height:70px;font-size:16px}}@media (max-width: 640px){.cta-section__box{padding:30px
20px}.cta-section__title{font-size:30px;line-height:1.2}.cta-section__text{font-size:16px}}@media (max-width: 480px){.cta-section__title{font-size:26px}.cta-section__button{height:60px;font-size:14px}}
.footer{background:#2d2d2d;color:#fdfdfd}.footer__title{margin:0;position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.footer__divider{height:1px;background:#bfbfbf;width:100%}.footer__top{padding:50px
0;display:flex;gap:80px;justify-content:space-between}.footer__brand{max-width:380px}.footer__logo-link{display:inline-block}.footer__logo{display:block;width:245px;height:auto;opacity:0.65}.footer__brand-text{margin:14px
0 0;font-size:11px;line-height:1.55;opacity:0.4}.footer__nav{flex:1 1 auto;display:flex;gap:80px;justify-content:space-between}.footer__col{min-width:200px}.footer__col-title{margin:0
0 18px;font-size:14px;line-height:1.55;font-weight:700;text-transform:uppercase;letter-spacing:0.02em;opacity:0.4}.footer__services-columns{display:grid;grid-template-columns:1fr;gap:5px}.footer__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:5px}.footer__list--bullets{margin:10px
0 10px;padding-left:18px;list-style:disc;gap:5px}.footer__item{font-size:11px;line-height:1.55;opacity:0.4}.footer__link{color:inherit;font-size:11px}.footer__contact_wrapper{display:flex;flex-direction:column;gap:5px}.footer__contact_wrapper>.footer__link{opacity:0.4}.footer__aside{display:flex;gap:80px}.footer__phone{color:inherit;text-decoration:none;font-size:15px;line-height:1.55;opacity:0.4}.footer__text{margin:0;font-size:11px;line-height:1.55;opacity:0.4}.footer__contact .footer__text+.footer__text{margin-top:10px}.footer__bottom{padding:10px
0 40px;display:flex;gap:40px;justify-content:space-between;align-items:flex-start}.footer__legal{margin:0;font-size:11px;line-height:1.55;opacity:0.4;max-width:320px}.footer__policy{color:inherit;text-decoration:none;border-bottom:1px solid #fdfdfd;opacity:0.4;transition:opacity 0.2s ease}.footer__disclaimer{margin:0;font-size:11px;line-height:1.55;opacity:0.4;max-width:660px}@media (max-width: 1200px){.footer__top{gap:50px}.footer__nav{gap:50px}.footer__aside{gap:50px}.footer__logo{width:169px}.footer__brand{max-width:260px}}@media (max-width: 980px){.footer__top{flex-direction:column;gap:34px;padding:40px
0}.footer__brand{max-width:100%;display:flex;gap:24px;align-items:flex-start}.footer__brand-text{margin-top:10px;max-width:420px}.footer__nav{gap:34px 40px}.footer__services{flex:1 1 520px}.footer__aside{flex:1 1 520px;justify-content:space-between}.footer__bottom{flex-direction:column;gap:14px;padding:10px
0 30px}.footer__legal,.footer__disclaimer{max-width:100%}}@media (max-width: 720px){.footer__nav{flex-wrap:wrap}.footer__services-columns{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 640px){.footer__brand{flex-direction:column;gap:12px}.footer__aside{gap:26px}.footer__col{min-width:auto}}@media (max-width: 480px){.footer__top{padding:40px
0}.footer__logo{width:141px}.footer__brand-text{margin-top:6px}.footer__bottom{padding:10px
0 26px}}
.story-timeline{padding:60px
0}.story-timeline
h2{margin-bottom:40px}.story-timeline__list{display:flex;flex-direction:column;gap:20px}.story-timeline__item{display:flex;flex-direction:row;align-items:stretch;gap:0}.story-timeline__image-block{flex-shrink:0;width:254px;border:1px
solid #cdcdcd;border-radius:5px;overflow:hidden;background-color:#fdfdfd}.story-timeline__image-block
img{width:100%;height:100%;object-fit:cover}.story-timeline__content-block{flex:1;padding:20px;border:1px
solid #cdcdcd;border-radius:5px;background-color:#fdfdfd;display:flex;flex-direction:column;justify-content:center}.story-timeline__year{color:#d87108;font-size:30px;font-weight:700;line-height:1.05;margin-bottom:12px}.story-timeline__text{color:#000;font-size:16px;line-height:1.45;margin:0}@media screen and (max-width: 1200px){.story-timeline{padding:50px
0}.story-timeline
h2{margin-bottom:30px}.story-timeline__content-block{padding:20px
20px}}@media screen and (max-width: 980px){.story-timeline__image-block{width:198px}.story-timeline__year{font-size:25px}.story-timeline__text{font-size:15px}}@media screen and (max-width: 640px){.story-timeline{padding:40px
0}.story-timeline
h2{margin-bottom:20px}.story-timeline__text{font-size:14px}.story-timeline__content-block{padding:15px}}@media screen and (max-width: 480px){.story-timeline{padding:50px
0}.story-timeline__item{flex-direction:column}.story-timeline__image-block{width:100%;height:150px}.story-timeline__content-block{padding:20px
15px}.story-timeline__year{font-size:25px}.story-timeline__text{font-size:14px}}.team{padding:60px
0}.team
h2{margin-bottom:20px}.team__subtitle{margin-bottom:30px;font-size:17px;line-height:1.55;color:#000}.team__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.team__card{display:flex;flex-direction:column;background-color:#fdfdfd;border:1px
solid #cdcdcd;border-radius:5px;overflow:hidden;padding:20px;gap:20px}.team__photo
img{width:100%;height:180px;border-radius:5px;object-fit:cover;display:block;object-position:top center}.team__info{display:flex;flex-direction:column;flex-grow:1}.team__name{margin:0
0 8px;font-size:18px;font-weight:700;color:#d87108;line-height:1.35}.team__position{margin:0
0 20px;font-size:16px;font-weight:700;color:#a4a4a4;line-height:1.35}.team__desc{margin:0;font-size:14px;line-height:1.55;color:#2d2d2d}@media (max-width: 1200px){.team__grid{grid-template-columns:repeat(3, 1fr)}}@media (max-width: 980px){.team__grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 640px){.team{padding:60px
0}.team__photo
img{height:150px}}@media (max-width: 480px){.team__grid{grid-template-columns:1fr}.team__photo
img{height:130px}}.locations{padding:60px
0}.locations
h2{margin-bottom:40px}.locations__content{}.locations__inner{display:flex;gap:60px;align-items:flex-start}.locations__column--text{flex:1 1 50%}.locations__column--map{flex:1 1 50%}.locations__intro{margin-bottom:30px;font-size:16px;line-height:1.5}.locations__offices{margin-bottom:40px}.locations__offices-title{margin:0
0 10px 0;font-weight:600;font-size:16px}.locations__offices-item{margin-bottom:8px;font-size:16px;font-weight:600}.locations__offices-item--head{margin-bottom:20px}.locations__offices-list{list-style:none;padding:0;margin:0}.locations__offices-item
a{color:#d87108;text-decoration:none;transition:opacity 0.3s}.locations__offices-item a:hover{opacity:0.8}.locations__bottom-text{font-size:16px;line-height:1.5}.locations__map-wrapper{width:100%;height:450px;border:1px
solid #cdcdcd;border-radius:5px;overflow:hidden}.locations__map-img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 1200px){.locations__inner{gap:40px}.locations
h2{margin-bottom:30px}.locations__map-wrapper{height:420px}}@media (max-width: 980px){.locations__inner{flex-direction:column}.locations__column--text,.locations__column--map{flex:1 1 100%}.locations__column--text{margin-bottom:0}.locations__map-wrapper{height:480px}}@media (max-width: 640px){.locations{padding:50px
0}.locations
h2{margin-bottom:25px}.locations__intro,.locations__bottom-text,.locations__offices-title,.locations__offices-item{font-size:15px}.locations__offices{margin-bottom:30px}.locations__map-wrapper{height:420px}}@media (max-width: 480px){.locations{padding:50px
0}.locations
h2{margin-bottom:20px}.locations__intro,.locations__bottom-text{font-size:14px}.locations__map-wrapper{height:380px}}.difference{background-color:#d87108;color:#fdfdfd;padding:80px
0}.difference
h2{font-weight:700;margin-bottom:60px;font-size:43px}.difference__content{display:flex;gap:60px;align-items:flex-end}.difference__image-wrap{flex:1 1 40%}.difference__image{width:100%;height:auto;border-radius:5px;display:block}.difference__text-wrap{flex:1 1 48%}.difference__text{margin:0
0 40px 0;line-height:1.55}.difference__buttons{display:flex;flex-direction:column;gap:20px}.difference__button{background-color:#2d2d2d;color:#fdfdfd;font-weight:600;text-align:center;padding:18px
24px;border-radius:5px;box-sizing:border-box;text-decoration:none;transition:background-color 0.2s ease-in-out, color 0.2s ease-in-out}.difference__button:hover{background-color:#fdfdfd;color:#2d2d2d}@media (max-width: 1200px){.difference{padding:70px
0}.difference
h2{margin-bottom:50px}.difference__content{gap:50px}}@media (max-width: 980px){.difference{padding:60px
0}.difference
h2{margin-bottom:40px}.difference__content{gap:40px}.difference__text-wrap{flex:1 1 35%}.difference
h2{font-size:40px}}@media (max-width: 768px){.difference{padding:50px
0}.difference
h2{margin-bottom:30px;font-size:36px}.difference__content{flex-direction:column}.difference__text-wrap{order:1}.difference__image-wrap{order:2;width:100%;margin:0
auto}.difference__text{margin-bottom:30px}.difference__buttons{align-items:center}.difference__button{width:100%}}@media (max-width: 480px){.difference{padding:40px
0}.difference
h2{margin-bottom:25px;font-size:32px}.difference__button{padding:16px
20px}}
.btn-contact{width:410px;height:55px}@media (max-width: 980px){.btn-contact{width:100%;max-width:100%}}.contact{padding:60px
0}.contact__content{display:flex;justify-content:space-between;gap:40px;width:100%}.contact__title{margin-bottom:30px;font-size:24px;font-weight:700;line-height:1.2}.contact__info{flex:0 1 45%;display:flex;flex-direction:column}.contact__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:25px}.contact__item{display:flex;align-items:center;gap:15px;font-size:16px;line-height:1.55}.contact__item--align-start{align-items:flex-start}.contact__icon-wrap{flex-shrink:0;width:25px;height:25px;display:flex;justify-content:center;align-items:center}.contact__icon{width:100%;height:100%;object-fit:contain}.contact__link{text-decoration:none;color:inherit;font-weight:700;transition:opacity 0.2s ease}.contact__link:hover{opacity:0.7}.contact__label{font-weight:700}.contact__address{font-style:normal;font-weight:700}.contact__form-wrapper{flex:0 1 50%}.contact__form{display:flex;flex-direction:column;gap:15px;width:100%}.contact__input{width:100%;height:50px;padding:0
20px;border:1px
solid #d19f43;border-radius:4px;font-size:14px;color:#000;outline:none;transition:border-color 0.2s ease;box-sizing:border-box}.contact__input:focus{border-color:#b5832a}.contact__input::placeholder{color:#999;opacity:1}.contact__button{width:100%;height:55px;background-color:#d67a10;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background-color 0.2s ease;margin-top:10px}.contact__button:hover{background-color:#bf6a0b}.contact__policy{margin-top:10px;font-size:12px;color:#000}.contact__policy-link{text-decoration:none;color:inherit;border-bottom:1px solid transparent}.contact__policy-link:hover{border-bottom-color:currentColor}@media screen and (max-width: 1200px){.contact__content{gap:30px}}@media screen and (max-width: 980px){.contact__content{flex-direction:column;gap:60px}.contact__info,.contact__form-wrapper{flex:1 1 auto;width:100%;max-width:600px;margin:0
auto}.contact__title{text-align:center}.contact__list{align-items:flex-start}}@media screen and (max-width: 640px){.contact{padding:40px
0}.contact__content{gap:40px}}@media screen and (max-width: 480px){.contact__title{font-size:20px}.contact__item{font-size:14px}}
.cta-double{padding:40px
0;background-color:#fdfdfd}.cta-double__box{background-color:#efefef;border-radius:5px;padding:40px;width:100%;box-sizing:border-box}.cta-double__inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.cta-double__info{flex:1;max-width:600px}.cta-double__title{color:#d87108;font-family:'Inter',Arial,sans-serif;font-size:42px;line-height:1.3;font-weight:700;margin-bottom:20px;margin-top:0}.cta-double__text{color:#000;text-align:left;font-size:17px;line-height:1.4;font-weight:400}.cta-double__actions{display:flex;flex-direction:column;gap:15px;flex-shrink:0;width:480px}.cta-double__btn{display:flex;justify-content:center;align-items:center;width:100%;height:55px;border-radius:5px;text-decoration:none;font-family:'Inter',Arial,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;transition:all 0.2s ease-in-out;text-align:center;cursor:pointer;box-sizing:border-box}.cta-double__btn--primary{background-color:#d87108;color:#fff;border:1px
solid transparent}.cta-double__btn--primary:hover{background-color:#2d2d2d;color:#fff}.cta-double__btn--secondary{background-color:#fdfdfd;color:#2d2d2d;border:1px
solid #cdcdcd}.cta-double__btn--secondary:hover{background-color:#2d2d2d;color:#fff;border-color:#2d2d2d}@media (max-width: 1200px){.cta-double__title{font-size:36px}.cta-double__actions{width:400px}}@media (max-width: 980px){.cta-double__inner{flex-direction:column;text-align:center;gap:30px}.cta-double__info{max-width:100%}.cta-double__actions{width:100%}}@media (max-width: 640px){.cta-double__box{padding:30px
20px}.cta-double__title{font-size:32px;margin-bottom:15px}.cta-double__text{font-size:16px}.cta-double__btn{font-size:13px}}@media (max-width: 480px){.cta-double__title{font-size:27px}.cta-double__actions{width:100%}}
.cta-form{padding:40px
0;background-color:#fdfdfd}.cta-form__box{background-color:#efefef;border-radius:5px;padding:40px;width:100%;box-sizing:border-box}.cta-form__inner{display:flex;justify-content:space-between;align-items:center;gap:40px}.cta-form__content{flex:1;max-width:600px;display:flex;flex-direction:column;justify-content:center;height:100%;padding-top:10px;box-sizing:border-box}.cta-form__title{color:#d87108;font-family:'Inter',Arial,sans-serif;font-size:42px;line-height:1.2;font-weight:700;margin-bottom:20px;margin-top:0}.cta-form__desc{color:#000;font-size:17px;line-height:1.5;margin-bottom:20px;text-align:left}.cta-form__extra-btn-wrapper{margin-top:10px;width:100%}.cta-form__extra-btn{display:inline-flex;justify-content:center;align-items:center;background-color:#2d2d2d;color:#fff;font-family:'Inter',Arial,sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;text-decoration:none;padding:12px
30px;box-sizing:border-box;border-radius:5px;transition:background-color 0.2s ease;width:100%}.cta-form__extra-btn:hover{background-color:#d87108;color:#fff}.cta-form__action-area{flex-shrink:0;width:480px;max-width:100%}.cta-form__form{display:flex;flex-direction:column;gap:10px}.cta-form__input{width:100%;height:55px;background-color:transparent;border:1px
solid #d87108;border-radius:5px;padding:0
20px;font-family:'Inter',Arial,sans-serif;font-size:15px;color:#2d2d2d;outline:none;box-sizing:border-box;transition:border-color 0.2s ease}.cta-form__input:focus{border-color:#2d2d2d}.cta-form__input::placeholder{color:#888}.cta-form__submit{width:100%;height:55px;background-color:#d87108;color:#fff;border:none;border-radius:5px;font-family:'Inter',Arial,sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background-color 0.2s ease}.cta-form__submit:hover{background-color:#2d2d2d}.cta-form__footer-text{margin-top:15px;font-family:'Inter',Arial,sans-serif;font-size:14px;line-height:1.4;color:#686868;text-align:left}@media (max-width: 1200px){.cta-form__title{font-size:36px}.cta-form__action-area{width:400px}}@media (max-width: 980px){.cta-form__inner{flex-direction:column;align-items:center;gap:30px}.cta-form__content{max-width:100%;text-align:center;align-items:center}.cta-form__action-area{width:100%}.cta-form__extra-btn{width:100%;box-sizing:border-box}}@media (max-width: 640px){.cta-form__box{padding:30px
20px}.cta-form__title{font-size:30px}.cta-form__input,.cta-form__submit{height:50px;font-size:14px}.cta-form__desc{font-size:16px}}@media (max-width: 480px){.cta-form__title{font-size:26px}.cta-form__desc{font-size:15px}}
.hero--blog{padding-top:50px;padding-bottom:40px;box-sizing:border-box}.hero__blog-header{margin-bottom:30px;max-width:930px;box-sizing:border-box}.hero__title--blog{text-align:left;margin-bottom:20px;font-weight:700}.hero__expert-text{margin:0
0 15px 0;color:#2d2d2d;font-size:18px;font-family:'Inter',Arial,sans-serif;line-height:1.3;font-weight:500;box-sizing:border-box}.hero__description{color:#2d2d2d;font-size:16px;font-family:'Inter',Arial,sans-serif;line-height:1.3;font-weight:400;box-sizing:border-box}.hero__image{width:100%;border-radius:5px;overflow:hidden;box-sizing:border-box}.min{width:100%;height:450px !important;display:block;object-fit:cover}@media screen and (max-width: 1200px){.hero__expert-text{font-size:17px}.hero__description{font-size:15px;max-width:860px}.min{height:430px !important}}@media screen and (max-width: 980px){.hero__expert-text{font-size:16px}.hero__description{font-size:14px}.min{height:430px !important}}@media screen and (max-width: 640px){.hero__blog-header{margin-bottom:25px}.min{height:450px !important}}@media screen and (max-width: 480px){.hero--blog{padding-top:40px}.hero__expert-text{font-size:17px;margin-bottom:10px}.hero__description{font-size:15px}.min{height:385px !important}}.blog-list{padding-bottom:40px;box-sizing:border-box;background-color:#fdfdfd}.blog-list__grid{display:flex;flex-wrap:wrap;gap:20px 10px;box-sizing:border-box}.blog-card{flex:0 1 calc((100% - 20px) / 3);display:flex;flex-direction:column;text-decoration:none;color:inherit;box-sizing:border-box;transition:transform 0.3s ease}.blog-card__image{width:100%;height:206px;border-radius:5px;overflow:hidden;margin-bottom:20px;box-sizing:border-box}.blog-card__image
img{width:100%;height:100%;object-fit:cover;display:block}.blog-card__content{text-align:left;box-sizing:border-box}.blog-card__date{display:block;font-family:'Inter',Arial,sans-serif;font-size:14px;color:#a4a4a4;margin-bottom:12px}.blog-card__title{display:block;font-family:'Inter',Arial,sans-serif;font-size:16px;line-height:1.3;font-weight:700;color:#d87108;margin-bottom:15px}.blog-card__text{font-family:'Inter',Arial,sans-serif;font-size:14px;line-height:1.55;color:#2d2d2d;margin:0}@media screen and (max-width: 980px){.blog-card{flex:0 1 calc((100% - 20px) / 2)}}@media screen and (max-width: 640px){.blog-list__grid{gap:35px}.blog-card{flex:0 1 100%}.blog-card__image{height:250px}}@media screen and (max-width: 480px){.blog-list{padding-bottom:30px}.blog-card__image{height:200px}}.post-nav{padding:40px
0;background-color:#fdfdfd;box-sizing:border-box}.post-nav__title{margin-bottom:25px}.post-nav__list{list-style:none;padding:0;margin:0}.post-nav__item{margin-bottom:12px}.post-nav__item:last-child{margin-bottom:0}.post-nav__link{font-family:'Inter',Arial,sans-serif;font-size:17px;line-height:1.55;color:#000;text-decoration:none;font-weight:700;transition:opacity 0.3s ease;display:inline-block}.post-nav__link::before{content:"•";margin-right:10px}.post-nav__link:hover{opacity:0.7}@media screen and (max-width: 1200px){.post-nav{padding:50px
0}}@media screen and (max-width: 980px){.post-nav{padding:40px
0}.post-nav__link{font-size:16px}}@media screen and (max-width: 640px){.post-nav__link{font-size:15px;line-height:1.3}}@media screen and (max-width: 480px){.post-nav{padding:30px
0}.post-nav__title{margin-bottom:20px}}.blog-post{background-color:#fdfdfd;padding:40px
0;box-sizing:border-box;font-family:'Inter',Arial,sans-serif;color:#000}.blog-post__title{font-size:25px;line-height:1.55;font-weight:700;margin:0
0 25px 0}.blog-post__subtitle{font-size:17px;line-height:1.55;font-weight:700;color:#d87108;margin:0
0 15px 0}.blog-post__text{font-size:17px;line-height:1.55;font-weight:400;margin:0
0 20px 0}.blog-post__text:last-child{margin-bottom:0}.blog-post__accent{color:#d87108}.blog-post__list{margin:0
0 20px 0;padding-left:20px;list-style:disc}.blog-post__list-item{font-size:17px;line-height:1.55;margin-bottom:10px}.blog-post__grid{display:flex;flex-wrap:wrap;gap:40px;align-items:stretch}.blog-post__col{flex:1;min-width:300px;display:flex;flex-direction:column}.blog-post__grid--reverse{flex-direction:row-reverse}.blog-post__image-wrap{width:100%;height:100%;min-height:300px;position:relative;overflow:hidden;border-radius:5px}.blog-post__image{width:100%;height:100%;object-fit:cover;display:block}@media screen and (max-width: 1200px){.blog-post__title{font-size:23px}}@media screen and (max-width: 980px){.blog-post__grid{flex-direction:column-reverse;gap:30px;align-items:flex-start}.blog-post__grid--reverse{flex-direction:column-reverse}.blog-post__col{width:100%;display:block}.blog-post__image-wrap{height:350px}}@media screen and (max-width: 640px){.blog-post__title{font-size:22px;line-height:1.3}.blog-post__subtitle{font-size:16px}.blog-post__text{font-size:15px;line-height:1.4}.blog-post__list-item{font-size:15px}.blog-post__image-wrap{height:250px}}@media screen and (max-width: 480px){.blog-post{padding:30px
0}}.blog-post__subtitle--black{color:#000 !important;font-weight:700;margin-bottom:15px;font-size:17px;line-height:1.55}.blog-post__text-highlight{color:#d87108;font-weight:700}.blog-post__strong{font-weight:700;color:inherit}.blog-post__content-below{margin-top:40px}.blog-post__list{margin-top:15px;margin-bottom:25px;padding-left:20px}.blog-post__list-item{margin-bottom:15px;line-height:1.55}.blog-post__grid--no-stretch{align-items:flex-start !important}.blog-post__subtitle--black{color:#000 !important;font-weight:700;margin-bottom:15px;font-size:17px;line-height:1.55}.blog-post__text-highlight{color:#d87108;font-weight:700}.blog-post__italic{font-style:italic}.blog-post__stack-item{margin-bottom:40px}.blog-post__stack-item:last-child{margin-bottom:0}.blog-post__image-wrap--compact{height:350px !important;width:100%}.blog-post__image-wrap--compact-300{height:300px !important;width:100%}@media screen and (max-width: 980px){.blog-post__image-wrap--compact{height:350px !important}}@media screen and (max-width: 640px){.blog-post__image-wrap--compact,.blog-post__image-wrap--compact-300{height:250px !important}}.blog-post__cards-row{display:flex;gap:20px;margin-top:40px;align-items:stretch}.blog-post__card{flex:1;background-color:#fdfdfd;border:1px
solid #d87108;border-radius:5px;padding:25px;box-sizing:border-box}.blog-post__card-title{display:block;font-weight:700;margin-bottom:10px;font-size:15px;text-decoration:underline}.blog-post__card-text{font-size:15px;line-height:1.3}@media screen and (max-width: 980px){.blog-post__cards-row{flex-direction:column}.blog-post__card{width:100%}}
.hero--service{padding-top:60px;padding-bottom:40px}.hero--service .hero__content-wrapper{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:40px;max-width:100%}.hero--service
.hero__title{margin:0
0 20px 0;text-align:left;color:#d87108;font-size:43px;font-weight:700;line-height:1.4;max-width:800px}.hero--service
.hero__subtitle{margin:0
0 35px 0;text-align:left;font-size:16px;line-height:1.3;max-width:1043px;font-weight:500}.hero--service
.hero__buttons{display:flex;gap:20px;flex-wrap:wrap;width:100%}.hero--service
.hero__button{width:auto;min-width:280px;padding:18px
30px;font-size:14px;text-transform:uppercase;letter-spacing:0.5px}.hero--service .hero__button--primary{background-color:#d87108;color:#fdfdfd}.hero--service .hero__button--primary:hover{background-color:#2d2d2d;color:#fdfdfd}.hero--service .hero__button--secondary{background-color:#fdfdfd;color:#2d2d2d;border:1px
solid #d87108;width:auto;min-width:280px}.hero--service .hero__button--secondary:hover{background-color:#2d2d2d;border-color:#2d2d2d;color:#fdfdfd}.hero--service
.hero__image{width:100%;border-radius:5px;overflow:hidden}.hero--service .hero__image
img{width:100%;height:408px;object-fit:cover;object-position:center;display:block}@media screen and (max-width: 1200px){.hero--service
.hero__title{font-size:41px}.hero--service .hero__image
img{height:368px}}@media screen and (max-width: 980px){.hero--service
.hero__title{font-size:33px}.hero--service
.hero__subtitle{font-size:15px;max-width:100%}.hero--service
.hero__buttons{flex-direction:column;gap:15px}.hero--service
.hero__button{width:100%;max-width:100%}.hero--service .hero__image
img{height:310px}}@media screen and (max-width: 640px){.hero--service{padding-top:40px}.hero--service
.hero__title{font-size:29px}.hero--service .hero__content-wrapper{margin-bottom:30px}}@media screen and (max-width: 480px){.hero--service
.hero__title{font-size:27px}.hero--service
.hero__button{font-size:13px;padding:16px
20px}}.trust-features{padding-top:60px;padding-bottom:60px;background-color:#fdfdfd}.trust-features__title{margin-bottom:50px}.trust-features__grid{display:grid;grid-template-columns:1fr 1fr;column-gap:60px;row-gap:50px}.trust-features__item{display:flex;align-items:flex-start;gap:20px}.trust-features__icon-wrapper{width:66px;height:66px;flex-shrink:0;border:1px
solid #bfbfbf;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#fdfdfd}.trust-features__icon{width:35px;height:35px;object-fit:contain;display:block}.trust-features__content{display:flex;flex-direction:column}.trust-features__item-title{margin:0
0 10px 0;font-family:'Inter',Arial,sans-serif;font-size:18px;font-weight:700;color:#000;line-height:1.3}.trust-features__text{margin:0;font-family:'Inter',Arial,sans-serif;font-size:14px;font-weight:400;color:#999;line-height:1.5}@media screen and (max-width: 1200px){.trust-features__grid{column-gap:40px}}@media screen and (max-width: 768px){.trust-features{padding-top:40px;padding-bottom:40px}.trust-features__grid{grid-template-columns:1fr;row-gap:40px}.trust-features__item{align-items:flex-start}.trust-features__title{margin-bottom:30px}}@media screen and (max-width: 480px){.trust-features__item{gap:15px}.trust-features__icon-wrapper{width:56px;height:56px}.trust-features__icon{width:30px;height:30px}.trust-features__item-title{font-size:16px}}.info-block{padding:40px
0;background-color:#fdfdfd}.info-block__title{margin-bottom:25px;color:#000}.info-block__subtitle{font-family:'Inter',Arial,sans-serif;font-weight:700;font-size:16px;line-height:1.35;color:#000;margin-bottom:15px;margin-top:0}.info-block__text{font-family:'Inter',Arial,sans-serif;font-weight:400;font-size:16px;line-height:1.55;color:#2d2d2d;margin-bottom:20px}.info-block__group{margin-bottom:40px}.info-block__group:last-child,.info-block__text:last-child{margin-bottom:0}.info-block__grid{display:flex;gap:40px;align-items:stretch;margin-bottom:40px}.info-block__grid:last-child{margin-bottom:0}.info-block__col{flex:1;display:flex;flex-direction:column;justify-content:center}.info-block__grid--reverse{flex-direction:row-reverse}.info-block__image-wrap{width:100%;border-radius:5px;overflow:hidden;height:100%;min-height:300px}.info-block__image-wrap--fixed{height:auto;max-height:300px;min-height:auto}.info-block__image{width:100%;height:100%;display:block;object-fit:cover}.info-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:30px}.info-card{background:transparent;border:1px
solid #e0e0e0;border-radius:5px;padding:20px;height:100%;box-sizing:border-box}.info-card__title{color:#d87108;font-size:16px;font-weight:700;margin-top:0;margin-bottom:8px;font-family:'Inter',Arial,sans-serif}.info-card__text{font-size:14px;line-height:1.45;color:#2d2d2d;margin:0;font-family:'Inter',Arial,sans-serif}.info-block__list{list-style:none;padding:0;margin:0
0 20px 0}.info-block__list-item{position:relative;padding-left:25px;margin-bottom:6px;font-size:16px;line-height:1.55;color:#2d2d2d;font-family:'Inter',Arial,sans-serif}.info-block__list:last-child{margin-bottom:0}.info-block__list-item:last-child{margin-bottom:0}.info-block__list-item::before{content:"•";position:absolute;left:0;top:0;font-weight:bold;font-size:16px;line-height:1.2;color:#000}.text-orange{color:#d87108;font-weight:700}.text-orange-italic{color:#d87108;font-weight:700;font-style:italic}.text-bold-underline{font-weight:700;text-decoration:underline;color:#000}.text-italic-underline{font-style:italic;text-decoration:underline}@media screen and (max-width: 980px){.info-block__grid,.info-block__grid--reverse{flex-direction:column;align-items:stretch;gap:30px}.info-card-grid{grid-template-columns:1fr}.info-block__image-wrap{height:auto;max-height:400px;min-height:auto}}
.cta-banner{background-color:#d87108;color:#fdfdfd;padding:45px
0;width:100%;box-sizing:border-box}.cta-banner__content{display:flex;justify-content:space-between;align-items:center;width:100%;gap:30px}.cta-banner__info{flex:1}.cta-banner__title{color:#fdfdfd;font-size:43px;line-height:1.3;font-weight:700}.cta-banner__description{font-size:15px;line-height:1.55;font-weight:400;color:#fdfdfd}.cta-banner__action{flex:1;width:auto;display:flex;flex-direction:column;gap:15px}.cta-banner__button{display:inline-flex;justify-content:center;align-items:center;text-align:center;min-width:540px;padding:15px
20px;height:50px;background-color:#2d2d2d;color:#fdfdfd;font-size:14px;font-weight:600;text-decoration:none;text-transform:uppercase;border-radius:5px;transition:background-color 0.2s ease-in-out, color 0.2s ease-in-out;border:1px
solid transparent;box-sizing:border-box}.cta-banner__button:hover{background-color:#fdfdfd;color:#2d2d2d}@media screen and (max-width: 1200px){.cta-banner__title{font-size:40px}.cta-banner__button{min-width:480px}}@media screen and (max-width: 980px){.cta-banner{padding:40px
0;box-sizing:border-box}.cta-banner__content{flex-direction:column;text-align:left;align-items:flex-start;gap:20px}.cta-banner__info{max-width:100%}.cta-banner__title{font-size:40px}.cta-banner__action{width:100%;display:flex;justify-content:center}.cta-banner__button{width:100%;min-width:auto;max-width:100%;height:auto;min-height:57px}}@media screen and (max-width: 640px){.cta-banner__title{font-size:38px}.cta-banner__button{font-size:13px}}@media screen and (max-width: 480px){.cta-banner{padding:30px
0;box-sizing:border-box}.cta-banner__title{font-size:34px}.cta-banner__description{font-size:14px}.cta-banner__button{font-size:12px;min-height:56px}}
.warning-signs{padding:60px
0}.warning-signs__title{margin-bottom:40px}.warning-signs__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;width:100%}.warning-signs__grid--3col{grid-template-columns:repeat(3,1fr)}.warning-signs__card{display:flex;flex-direction:column;background-color:transparent;border:1px
solid #bfbfbf;border-radius:5px;padding:20px;height:auto;box-sizing:border-box;transition:border-color 0.3s ease}.warning-signs__card:hover{border-color:#d97810}.warning-signs__card-header{display:flex;flex-direction:column;gap:15px;margin-bottom:15px}.warning-signs__card-header--row{flex-direction:row;align-items:center}.warning-signs__card-icon{width:30px;height:30px;object-fit:contain;flex-shrink:0}.warning-signs__card-title{font-size:16px;font-weight:500;line-height:1.3;color:#000;margin:0}.warning-signs__card-desc{font-size:14px;line-height:1.3;color:#9d9d9d;margin:0}@media screen and (max-width: 1200px){.warning-signs__grid{grid-template-columns:repeat(4, 1fr)}}@media screen and (max-width: 980px){.warning-signs__grid,.warning-signs__grid--3col{grid-template-columns:repeat(2,1fr)}.warning-signs__card{height:auto;min-height:200px}}@media screen and (max-width: 640px){.warning-signs__grid{grid-template-columns:1fr}.warning-signs__card{padding:15px;min-height:auto}.warning-signs__card-header{flex-direction:row;align-items:center}}@media screen and (max-width: 480px){.warning-signs{padding:40px
0}.warning-signs__card-title{font-size:15px}}.info-block__list--italic .info-block__list-item{font-style:italic}.leak-gallery{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.leak-gallery__item{display:flex;flex-direction:column}.leak-gallery__image-wrap{width:100%;aspect-ratio:1 / 0.5;border-radius:5px;overflow:hidden;margin-bottom:15px}.leak-gallery__image{width:100%;height:100%;object-fit:cover;display:block}.leak-gallery__title{font-family:'Inter',Arial,sans-serif;font-weight:700;font-size:15px;line-height:1.35;color:#d87108;margin:0}@media screen and (max-width: 1200px){.leak-gallery{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 640px){.leak-gallery{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 480px){.leak-gallery{grid-template-columns:1fr}.leak-gallery__image-wrap{aspect-ratio:16 / 9}}.info-card-grid--4-cols{grid-template-columns:repeat(4, 1fr)}@media screen and (max-width: 1200px){.info-card-grid--4-cols{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 640px){.info-card-grid--4-cols{grid-template-columns:1fr}}.info-block__list--cards{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:15px}.info-block__list--cards .info-block__list-item{border:1px
solid #cdcdcd;border-radius:5px;padding:15px
20px;background-color:#fdfdfd;box-sizing:border-box;padding-left:20px;margin-bottom:0;display:flex;align-items:center}.info-block__list--cards .info-block__list-item::before{content:none}.info-block__list--cards .info-block__list-item .list-bullet{color:#d87108;font-size:20px;line-height:1;margin-right:12px;display:inline-block}.info-card-grid--3-cols{grid-template-columns:repeat(3, 1fr)}@media screen and (max-width: 980px){.info-card-grid--3-cols{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 640px){.info-card-grid--3-cols{grid-template-columns:1fr}}.leak-gallery--3-cols{grid-template-columns:repeat(3, 1fr)}@media screen and (max-width: 980px){.leak-gallery--3-cols{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 640px){.leak-gallery--3-cols{grid-template-columns:1fr}}.info-block__grid--align-start{align-items:flex-start}.info-block__image-stack{display:flex;flex-direction:column;gap:20px;width:100%}.info-block__image-stack .info-block__image-wrap{height:300px;min-height:auto}@media screen and (max-width: 980px){.info-block__image-stack .info-block__image-wrap{height:auto;aspect-ratio:16/9}}.leak-gallery__text-small{margin-top:8px;margin-bottom:0;font-size:14px;line-height:1.4;color:#2d2d2d}.leak-gallery--6-cols{grid-template-columns:repeat(6, 1fr)}.leak-gallery--6-cols .leak-gallery__image-wrap{aspect-ratio:1}@media screen and (max-width: 1200px){.leak-gallery--6-cols{grid-template-columns:repeat(3, 1fr);gap:20px}.leak-gallery--6-cols .leak-gallery__image-wrap{aspect-ratio:1/0.6}}@media screen and (max-width: 640px){.leak-gallery--6-cols{grid-template-columns:repeat(2, 1fr);gap:10px}}@media screen and (max-width: 480px){.leak-gallery--6-cols{grid-template-columns:1fr}.leak-gallery--6-cols .leak-gallery__image-wrap{aspect-ratio:16 / 9}}.leak-gallery__desc{font-size:13px;line-height:1.4;color:#2d2d2d;margin-top:8px;margin-bottom:0}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:40px;margin-bottom:40px}.steps-grid--2-cols{grid-template-columns:repeat(2, 1fr);width:66%;margin:0
auto}.step-item{display:flex;flex-direction:row;gap:20px;align-items:flex-start}.step-item__number{font-size:60px;font-weight:700;color:#d87108;line-height:1;flex-shrink:0;font-family:'Inter',Arial,sans-serif}.step-item__content{display:flex;flex-direction:column}.step-item__title{font-size:17px;font-weight:700;color:#d87108;margin:0
0 10px 0;font-family:'Inter',Arial,sans-serif}.step-item__text{font-size:14px;line-height:1.4;color:#000;margin:0}@media screen and (max-width: 980px){.steps-grid,.steps-grid--2-cols{grid-template-columns:repeat(2, 1fr);width:100%}}@media screen and (max-width: 640px){.steps-grid,.steps-grid--2-cols{grid-template-columns:1fr}}.info-card--orange-border{border-color:#d87108}.maintenance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-bottom:50px}.maintenance-grid:last-child{margin-bottom:0}.maintenance-card{display:flex;flex-direction:column}.maintenance-card__image-wrap{width:100%;aspect-ratio:16 / 9;border-radius:5px;overflow:hidden;margin-bottom:20px;background-color:#f0f0f0}.maintenance-card__image{width:100%;height:100%;object-fit:cover;display:block}.maintenance-card__title{color:#d87108;font-weight:700;font-size:16px;margin-top:0;margin-bottom:10px;font-family:'Inter',Arial,sans-serif}.maintenance-card__text{font-size:14px;line-height:1.5;color:#2d2d2d;margin:0;font-family:'Inter',Arial,sans-serif}.info-block__subtitle--margin-top{margin-top:20px}.info-block__subtitle--margin-top-150{margin-top:150px}@media screen and (max-width: 980px){.info-block__subtitle--margin-top-150{margin-top:0}}@media screen and (max-width: 768px){.maintenance-grid{grid-template-columns:1fr;gap:30px;margin-bottom:40px}}.leak-gallery--4-cols{grid-template-columns:repeat(4, 1fr)}@media screen and (max-width: 1200px){.leak-gallery--4-cols{grid-template-columns:repeat(2, 1fr);gap:20px}}@media screen and (max-width: 640px){.leak-gallery--4-cols{grid-template-columns:1fr}}.info-block__ordered-list{margin:0
0 20px 0;padding-left:20px;list-style-type:decimal}.info-block__ordered-list-item{font-family:'Inter',Arial,sans-serif;font-weight:400;font-size:16px;line-height:1.55;color:#2d2d2d;margin-bottom:6px;padding-left:10px}.info-block__ordered-list-item:last-child{margin-bottom:0}.info-block__ordered-list-item::marker{color:#000;font-weight:400}.benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:20px}.benefits-list__item{font-family:'Inter',Arial,sans-serif;font-size:16px;line-height:1.55;color:#2d2d2d}.benefits-list__label{color:#d87108;font-weight:700;font-size:20px}@media screen and (max-width: 480px){.benefits-list__label{font-size:18px}.benefits-list{gap:15px}}.info-card--full-width{margin-top:10px}@media screen and (max-width: 980px){.info-card--full-width{margin-top:30px}}