@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap&subset=latin,cyrillic");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--color-black:#000;--color-white:#fff;--color-gray:#f6f6f6;--color-gray-mid:#ebebeb;--color-gray-dark:#c9c9c9;--color-text:#030303;--font-roboto:"Roboto",Arial,sans-serif;--font-roboto-condensed:"Roboto Condensed",Arial,sans-serif;--header-height:10vh;--breakpoint:980px}html{scroll-behavior:smooth}body{font-family:var(--font-roboto);color:var(--color-text);background-color:var(--color-white);line-height:1.5;margin:0;padding:0}a{color:inherit;text-decoration:none}a:hover{opacity:.8}img{max-width:100%;height:auto}ul{list-style:none}button{cursor:pointer;font-family:inherit}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:var(--color-white);height:var(--header-height);min-height:60px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.header,.header__inner{display:flex;align-items:center}.header__inner{width:100%;max-width:1200px;margin:0 auto;padding:0 40px;justify-content:space-between;gap:20px}.header__logo{display:flex;align-items:center;flex-shrink:0}.header__logo img{width:180px;height:auto}.header__nav,.header__nav-list{display:flex;align-items:center;gap:0}.header__nav-item a{display:block;padding:0 14px;font-size:12px;font-weight:600;font-family:var(--font-roboto);color:var(--color-black);white-space:nowrap;transition:color .2s ease}.header__nav-item a:hover{color:#787878;opacity:1}.header__right{display:flex;align-items:center;gap:8px;flex-shrink:0}.header__phone{font-size:13px;font-weight:600;font-family:var(--font-roboto);color:var(--color-black);white-space:nowrap;padding:8px 12px}.header__phone:hover{opacity:.8}.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;font-size:13px;font-weight:600;font-family:var(--font-roboto);color:var(--color-black);border:2px solid var(--color-black);background:transparent;cursor:pointer;white-space:nowrap;transition:background-color .2s,color .2s}.btn-outline:hover{opacity:1}.btn-outline:hover,.btn-solid{background-color:var(--color-black);color:var(--color-white)}.btn-solid{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;font-size:16px;font-weight:600;font-family:var(--font-roboto);border:none;cursor:pointer;white-space:nowrap;transition:background-color .2s;text-decoration:none}.btn-solid:hover{background-color:#4d4d4d;opacity:1}.header__burger{display:none;flex-direction:column;justify-content:center;align-items:center;width:36px;height:36px;background:none;border:none;cursor:pointer;gap:5px;padding:0}.header__burger span{display:block;width:24px;height:2px;background-color:var(--color-black);transition:transform .3s,opacity .3s}.header__burger.open span:first-child{transform:translateY(7px) rotate(45deg)}.header__burger.open span:nth-child(2){opacity:0}.header__burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;background-color:var(--color-gray-mid);padding-top:90px;padding-left:32px;padding-right:32px;overflow-y:auto;transform:translateX(-100%);transition:transform .3s ease}.mobile-nav.open{transform:translateX(0)}.mobile-nav__list{display:flex;flex-direction:column;gap:8px}.mobile-nav__list a{display:block;font-size:22px;font-weight:600;font-family:var(--font-roboto);color:var(--color-black);padding:10px 0;border-bottom:1px solid rgba(0,0,0,.1)}.mobile-nav__bottom{margin-top:32px}.mobile-nav__bottom a{font-size:16px;font-weight:700;color:var(--color-black);text-decoration:underline;text-transform:uppercase}.page-content{padding-top:max(var(--header-height),60px);min-height:calc(100vh - var(--header-height))}.container{max-width:1200px;margin:0 auto;padding:0 40px}.hero{position:relative;height:60vh;min-height:500px;overflow:hidden;display:flex;align-items:center;background-color:var(--color-gray)}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 40px;width:100%}.hero__title{font-family:var(--font-roboto-condensed);font-size:64px;font-weight:700;letter-spacing:1px;line-height:1.1;color:var(--color-text);margin-bottom:16px}.hero__subtitle{font-family:var(--font-roboto);font-size:20px;font-weight:400;line-height:1.5;color:var(--color-text);margin-bottom:32px;max-width:500px}.section{padding:60px 0}.section--gray{background-color:var(--color-gray)}.section--dark{background-color:var(--color-black);color:var(--color-white)}.section__title{font-family:var(--font-roboto-condensed);font-size:36px;font-weight:700;margin-bottom:16px;text-transform:uppercase}.section__subtitle{font-size:18px;color:#555;margin-bottom:40px}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:40px}.catalog-card{display:block;text-decoration:none;color:inherit}.catalog-card__image{width:100%;aspect-ratio:1400/751;overflow:hidden;background-color:var(--color-gray);position:relative}.catalog-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.catalog-card:hover .catalog-card__image img{transform:scale(1.04)}.catalog-card__name{margin-top:12px;font-size:16px;font-weight:600;font-family:var(--font-roboto)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:32px;gap:32px;margin-top:40px}.feature-card{text-align:center;padding:24px 16px}.feature-card__icon{width:60px;height:60px;margin:0 auto 16px}.feature-card__icon img{width:60px;height:60px;object-fit:contain}.feature-card__title{font-size:18px;font-weight:700;margin-bottom:10px}.feature-card__text{font-size:14px;color:#555;line-height:1.6}.cta-section{background-color:var(--color-gray);padding:60px 40px;text-align:center}.cta-section__title{font-family:var(--font-roboto-condensed);font-size:32px;font-weight:700;margin-bottom:16px}.cta-section__text{font-size:16px;color:#555;margin-bottom:28px;max-width:600px;margin-left:auto;margin-right:auto}.contacts-section{padding:60px 0}.contacts-block{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:start}.contacts-info__address{font-size:15px;line-height:1.7;color:#333;margin-bottom:24px}.contacts-info__item{margin-bottom:12px}.contacts-info__label{font-size:12px;font-weight:600;text-transform:uppercase;color:#888;margin-bottom:4px}.contacts-info__value{font-size:16px;font-weight:600}.contacts-info__value a{color:var(--color-text)}.video-section{padding:30px 0}@media screen and (max-width:640px){.video-section{padding:0}}.video-wrapper{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.cover{position:relative;height:100vh;min-height:500px;overflow:hidden;display:flex;align-items:center}.cover__bg{position:absolute;inset:0;z-index:0}.cover__bg img{width:100%;height:100%;object-fit:cover}.cover__filter{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.5))}.cover__content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 40px;width:100%}.cover__title{font-family:var(--font-roboto-condensed);font-size:56px;font-weight:700;color:var(--color-white);margin-bottom:20px;line-height:1.15}.cover__descr{font-size:22px;color:var(--color-white);margin-bottom:40px;line-height:1.5;max-width:600px}.cover__btns{display:flex;gap:16px;flex-wrap:wrap}.btn-red{color:#0a0a0a;background-color:#fc6060}.btn-green,.btn-red{padding:14px 32px;font-size:16px;font-weight:500;font-family:var(--font-roboto);border:none;border-radius:5px;cursor:pointer;text-decoration:none;transition:background-color .2s}.btn-green{color:#000;background-color:#5ef777}.footer{background-color:var(--color-black);color:var(--color-white);padding:48px 0 32px}.footer__inner{max-width:1200px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:40px;gap:40px}.footer__logo{margin-bottom:16px}.footer__logo img{filter:invert(1);width:160px}.footer__desc{font-size:13px;color:hsla(0,0%,100%,.7);line-height:1.6;margin-bottom:8px}.footer__heading{font-size:14px;font-weight:700;text-transform:uppercase;margin-bottom:16px;letter-spacing:1px}.footer__nav-list{display:flex;flex-direction:column;gap:8px}.footer__nav-list a{font-size:13px;color:hsla(0,0%,100%,.75);transition:color .2s}.footer__nav-list a:hover{color:var(--color-white);opacity:1}.footer__contacts p{font-size:13px;color:hsla(0,0%,100%,.75);margin-bottom:6px;line-height:1.6}.footer__contacts a{color:hsla(0,0%,100%,.85)}.footer__bottom{max-width:1200px;margin:32px auto 0;padding:24px 40px 0;border-top:1px solid hsla(0,0%,100%,.1);font-size:12px;color:hsla(0,0%,100%,.4);text-align:center}.modal-overlay{position:fixed;inset:0;z-index:9999;background-color:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;padding:20px}.modal{background:var(--color-white);width:100%;max-width:480px;padding:48px 40px;position:relative}.modal__close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:#333;width:32px;height:32px;display:flex;align-items:center;justify-content:center;line-height:1}.modal__title{font-family:var(--font-roboto-condensed);font-size:28px;font-weight:700;margin-bottom:8px;text-align:center}.modal__subtitle{font-size:14px;color:#666;text-align:center;margin-bottom:28px}.form-group{margin-bottom:16px}.form-input{width:100%;padding:12px 14px;font-size:15px;font-family:var(--font-roboto);color:var(--color-black);border:1px solid var(--color-gray-dark);border-radius:5px;outline:none;transition:border-color .2s}.form-input:focus{border-color:var(--color-black)}.form-input::placeholder{color:rgba(0,0,0,.4)}.form-submit{width:100%;padding:14px;font-size:15px;font-weight:600;font-family:var(--font-roboto);color:var(--color-white);background-color:var(--color-black);border:none;border-radius:5px;cursor:pointer;margin-top:8px;transition:background-color .2s}.form-submit:hover{background-color:#333}.form-success{text-align:center;padding:20px 0;font-size:16px;color:#333}.partners-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;padding-bottom:60px}.partners-card{display:flex;flex-direction:column}.partners-card__img{position:relative;width:100%;aspect-ratio:581/250;background-color:#f6f6f6;overflow:hidden;margin-bottom:20px}.partners-card__title{font-family:var(--font-roboto-condensed);font-size:34px;font-weight:700;letter-spacing:1px;line-height:1.1;color:#030303;margin-bottom:10px}.partners-card__text{font-family:var(--font-roboto);font-size:20px;line-height:1.5;color:#030303;margin-bottom:20px;flex:1 1}@media screen and (max-width:980px){.partners-cards{grid-template-columns:1fr;gap:48px}.partners-card__title{font-size:30px}.partners-card__text{font-size:18px}}.text-section{padding:60px 0}.text-section h2{font-family:var(--font-roboto-condensed);font-size:36px;font-weight:700;margin-bottom:24px}.text-section p{font-size:16px;line-height:1.7;color:#333;margin-bottom:16px;max-width:800px}.timeline{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;margin-top:40px}.timeline-item__year{font-size:48px;font-weight:700;font-family:var(--font-roboto-condensed);color:#ccc;line-height:1;margin-bottom:12px}.timeline-item__text{font-size:15px;line-height:1.7;color:#444}.dealers-section{padding:60px 0}.dealers-section h2{font-family:var(--font-roboto-condensed);font-size:36px;font-weight:700;margin-bottom:12px}.dealers-section p{font-size:16px;color:#555;margin-bottom:32px}.msk-features{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px;padding:60px 0;text-align:center}.msk-feature__number{font-size:36px;font-weight:700;font-family:var(--font-roboto);margin-bottom:12px}.msk-feature__text{font-size:15px;color:#555;line-height:1.6}.steps-list{display:flex;flex-direction:column;gap:0;max-width:700px;margin:0 auto}.step-item{display:flex;gap:24px;padding:24px 0;border-bottom:1px solid #eee}.step-item__title{font-size:18px;font-weight:600;margin-bottom:6px}.step-item__desc{font-size:14px;color:#666;line-height:1.6}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2px;gap:2px}.gallery-grid__img{width:100%;height:300px;object-fit:cover}.promo-section{padding:60px 0;text-align:center}.promo-section h1{font-family:var(--font-roboto-condensed);font-size:42px;font-weight:700;margin-bottom:16px}.promo-section p{font-size:18px;color:#555;margin-bottom:32px}.promo-badge{display:inline-block;background-color:var(--color-black);color:var(--color-white);font-size:32px;font-weight:700;padding:24px 48px;margin:20px auto}.product-hero{background:#fff;padding-top:var(--header-height)}.product-hero__img-wrap{position:relative;width:100%;height:761px;overflow:hidden;background:#3d3d3d}@media screen and (max-width:1199px){.product-hero__img-wrap{height:521px}}@media screen and (max-width:959px){.product-hero__img-wrap{height:347px}}@media screen and (max-width:639px){.product-hero__img-wrap{height:262px}}@media screen and (max-width:479px){.product-hero__img-wrap{height:175px}}.product-hero__text{max-width:1200px;margin:0 auto;padding:28px 40px 60px}@media screen and (max-width:639px){.product-hero__text{padding:20px 20px 40px}}.product-hero__title{font-family:var(--font-roboto-condensed);font-size:64px;font-weight:700;line-height:1.1;letter-spacing:1px;color:#030303;margin-bottom:14px;max-width:898px}@media screen and (max-width:1199px){.product-hero__title{font-size:48px}}@media screen and (max-width:639px){.product-hero__title{font-size:30px}}.product-hero__desc{font-size:20px;line-height:1.5;color:#030303;max-width:492px;margin-bottom:24px}@media screen and (max-width:1199px){.product-hero__desc{font-size:20px}}@media screen and (max-width:639px){.product-hero__desc{font-size:18px}}.product-gallery-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px;padding:30px 0}@media screen and (max-width:639px){.product-gallery-2{grid-template-columns:1fr;gap:12px}}.product-gallery-2__item{position:relative;aspect-ratio:16/9;overflow:hidden;background:#f0f0f0;display:block}.specs-intro{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;padding:30px 0}@media screen and (max-width:959px){.specs-intro{grid-template-columns:1fr;gap:24px}}.specs-intro__heading{font-family:var(--font-roboto-condensed);font-size:36px;font-weight:700;line-height:1.2;margin-bottom:12px}@media screen and (max-width:1199px){.specs-intro__heading{font-size:38px}}@media screen and (max-width:639px){.specs-intro__heading{font-size:30px}}.specs-intro__text{font-size:18px;line-height:1.5;color:#030303}@media screen and (max-width:1199px){.specs-intro__text{font-size:22px}}@media screen and (max-width:639px){.specs-intro__text{font-size:20px;line-height:1.45}}@media screen and (max-width:479px){.specs-intro__text{line-height:1.4}}.product-video-wrap{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden}.product-video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.spec-table-section{padding:30px 0 90px}.spec-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.spec-table{width:100%;border-collapse:collapse;font-size:14px;line-height:1.2;text-align:center}.spec-table th{font-size:14px;font-weight:600;background:#fff}.spec-table td,.spec-table th{border:1px solid #000;padding:7px;vertical-align:top}.spec-table td{color:#4d4c4c}.spec-table tbody tr:nth-child(odd) td{background:#fff}.spec-table tbody tr:nth-child(2n) td{background:#eee}.spec-table td:first-child,.spec-table th:first-child{text-align:left;font-weight:600;white-space:nowrap}.spec-table__img{display:block;margin:0 auto 4px}.cta-dark{background:#2f2f2f;padding:60px 0;overflow:hidden;position:relative}.cta-dark__inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center}@media screen and (max-width:959px){.cta-dark__inner{grid-template-columns:1fr}.cta-dark__mockup{display:none}}.cta-dark__title{font-family:var(--font-roboto-condensed);font-size:42px;font-weight:700;line-height:1.15;color:#fff;margin-bottom:20px}@media screen and (max-width:1199px){.cta-dark__title{font-size:38px}}@media screen and (max-width:639px){.cta-dark__title{font-size:30px}}.cta-dark__desc{font-size:18px;color:silver;line-height:1.5;margin-bottom:24px}@media screen and (max-width:1199px){.cta-dark__desc{font-size:22px}}@media screen and (max-width:639px){.cta-dark__desc{font-size:20px;line-height:1.45}}.advantages-section{padding:60px 0}.advantages-header{font-family:var(--font-roboto-condensed);font-size:42px;font-weight:700;margin-bottom:8px}@media screen and (max-width:1199px){.advantages-header{font-size:38px}}@media screen and (max-width:639px){.advantages-header{font-size:30px}}.advantages-subhead{font-size:18px;line-height:1.5;max-width:433px;margin-bottom:48px}.advantages-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:48px;gap:48px}@media screen and (max-width:959px){.advantages-grid{grid-template-columns:1fr;gap:32px}}.advantage__icon{width:100px;height:auto;margin-bottom:16px}.advantage__title{font-size:20px;font-weight:700;margin-bottom:10px;line-height:1.2}.advantage__text{font-size:18px;line-height:1.55;color:#333}@media screen and (max-width:1199px){.advantage__text{font-size:16px}}@media screen and (max-width:639px){.advantage__text{font-size:14px;line-height:1.45}}.cta-band{background:#404040;padding:40px 0}.cta-band__inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;align-items:center}@media screen and (max-width:959px){.cta-band__inner{grid-template-columns:1fr}}.cta-band__title{font-family:var(--font-roboto-condensed);font-size:42px;font-weight:700;color:#fff;line-height:1.55}@media screen and (max-width:1199px){.cta-band__title{font-size:38px}}@media screen and (max-width:639px){.cta-band__title{font-size:30px}}.cta-band__desc{font-size:18px;color:silver;line-height:1.5;margin-top:8px}.phone-form{display:flex;gap:12px;flex-wrap:wrap}.phone-form__input{flex:1 1;min-width:200px;padding:0 14px;font-size:16px;color:#545454;background:#fff;border:1px solid #000;outline:none}.phone-form__btn,.phone-form__input{height:50px;font-family:var(--font-roboto)}.phone-form__btn{padding:0 24px;font-size:14px;font-weight:600;color:#fff;background:#000;border:none;cursor:pointer;white-space:nowrap;transition:background .2s}.phone-form__btn:hover{background:#333}.product-nav{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;align-items:center}.product-nav__link{display:flex;align-items:center;gap:8px;padding:12px 20px;border:1px solid #ddd;background:#fff;text-decoration:none;color:#000}.product-nav__label{font-size:11px;color:#888}.product-nav__name{font-weight:700}.product-layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:start}.product-main-img{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#f6f6f6}.product-info{position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + 24px)}.specs-table{border-top:1px solid #eee;padding-top:20px}.specs-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f0f0f0;gap:16px}.specs-label{font-size:13px;color:#888;flex-shrink:0;max-width:55%}.specs-value{font-size:13px;font-weight:600;color:#000;text-align:right}.product-gallery{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.product-gallery__item{position:relative;aspect-ratio:4/3;overflow:hidden;background:#f6f6f6}.sofa-split{display:grid;grid-template-columns:62% 38%;min-height:469px;overflow:hidden}.sofa-split--reversed{grid-template-columns:38% 62%}.sofa-split__img{position:relative;display:block;overflow:hidden;background:#e0e0e0}.sofa-split__text{background:#f9f9f9;display:flex;flex-direction:column;justify-content:center;padding:48px 56px}.sofa-split__title{font-family:var(--font-roboto-condensed);font-size:42px;font-weight:700;color:#000;margin-bottom:16px;line-height:1.2}.sofa-split__desc{font-size:18px;line-height:1.5;color:#000;margin-bottom:28px;max-width:340px}.sofa-split__btn{align-self:flex-start;font-size:14px;padding:12px 20px}@media screen and (max-width:1199px){.sofa-split__title{font-size:36px}}@media screen and (max-width:959px){.sofa-split,.sofa-split--reversed{grid-template-columns:1fr;min-height:auto}.sofa-split--reversed .sofa-split__img{order:1}.sofa-split--reversed .sofa-split__text{order:2}.sofa-split__img{height:302px}.sofa-split__text{padding:32px 20px}.sofa-split__title{font-size:30px}.sofa-split__desc{max-width:none;font-size:16px}}@media screen and (max-width:639px){.sofa-split__img{height:227px}}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;padding-top:8px}.about-grid__col h2{font-family:var(--font-roboto-condensed);font-size:42px;font-weight:700;line-height:1.15;margin-bottom:40px}.about-grid__col h3{font-size:18px;font-weight:700;line-height:1.4;margin-bottom:16px}.about-grid__col p{font-size:18px;line-height:1.55;color:#030303}@media screen and (max-width:1199px){.about-grid__col h2{font-size:36px}.about-grid__col p{font-size:16px}}@media screen and (max-width:959px){.about-grid{grid-template-columns:1fr;gap:32px}.about-grid__col h2{font-size:30px;margin-bottom:24px}.about-grid__col h3{font-size:16px}}.footer-light{background-color:#ebebeb;color:#000}.footer-light__main{display:grid;grid-template-columns:230px 1fr 180px 240px;grid-gap:32px;gap:32px;padding-top:64px;padding-bottom:48px;align-items:start}.footer-light__col{display:flex;flex-direction:column}.footer-light__col--center{align-items:center;padding-top:4px}.footer-light__value{font-size:24px;font-weight:700;line-height:1.4;color:#000}.footer-light__value a{color:#000}.footer-light__label{font-size:16px;color:#000;margin-top:2px}.footer-light__item{margin-top:20px}.footer-light__nav{display:flex;flex-direction:column;padding-top:4px}.footer-light__nav a{display:inline-block;font-size:24px;font-weight:700;line-height:1.65;color:#000;border-bottom:2px solid #000;text-decoration:none}.footer-light__nav a:hover{opacity:.7}.footer-light__price-btn{font-size:14px;padding:12px 24px;white-space:nowrap}.footer-light__callback-title{font-size:24px;font-weight:700;line-height:1.4;margin-bottom:8px}.footer-light__callback-desc{font-size:16px;line-height:1.5;margin-bottom:24px;color:#000}.footer-light__callback-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;font-size:14px;font-weight:600;font-family:var(--font-roboto);color:#000;background:transparent;border:2px solid #000;cursor:pointer;transition:background .2s,color .2s;white-space:nowrap}.footer-light__callback-btn:hover{background:#000;color:#fff;opacity:1}.footer-light__divider{height:1px;background:#c4c4c4;margin:0 40px}.footer-light__bottom{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:32px;gap:32px;padding-top:24px;padding-bottom:48px;font-size:14px;line-height:1.6;color:#000}.footer-light__bottom p{margin-bottom:2px}.footer-light__bottom a{color:#000;text-decoration:none}.footer-light__credits{text-align:right;font-size:12px}@media screen and (max-width:1199px){.footer-light__main{grid-template-columns:1fr 1fr;gap:40px}.footer-light__callback-title,.footer-light__nav a,.footer-light__value{font-size:20px}.footer-light__bottom{grid-template-columns:1fr 1fr}.footer-light__credits{text-align:left}}@media screen and (max-width:980px){.header__nav,.header__right .btn-outline{display:none}.header__phone{font-size:11px;padding:6px 8px;white-space:nowrap}.header__burger{display:flex}.mobile-nav{display:block}.header__inner{padding:0 16px;gap:8px}.header__logo img{width:130px}.hero__title{font-size:36px}.hero__subtitle{font-size:16px}.hero__content{padding:0 20px}.hero__subtitle{max-width:480px}.catalog-grid{grid-template-columns:repeat(2,1fr);gap:16px}.features-grid{grid-template-columns:1fr}.container{padding:0 20px}.footer__inner{grid-template-columns:1fr;gap:32px;padding:0 20px}.footer__bottom{padding:24px 20px 0}.contacts-block{gap:32px}.contacts-block,.msk-features,.timeline{grid-template-columns:1fr}.cover__title{font-size:32px}.cover__descr{font-size:16px}.cover__content{padding:0 20px}.section__title{font-size:26px}.gallery-grid,.product-layout{grid-template-columns:1fr}.product-layout{gap:24px}.product-info{position:static}.product-gallery{grid-template-columns:repeat(2,1fr)}.footer-light__main{grid-template-columns:1fr;gap:32px;padding-top:40px;padding-bottom:32px}.footer-light__col--center{align-items:flex-start}.footer-light__callback-title,.footer-light__nav a,.footer-light__value{font-size:22px;line-height:1.4}.footer-light__bottom{grid-template-columns:1fr;gap:16px;padding-top:20px;padding-bottom:40px}.footer-light__divider{margin:0 20px}.footer-light__credits{text-align:left}}@media screen and (max-width:640px){.catalog-grid{grid-template-columns:1fr}.hero{flex-direction:column;align-items:stretch;height:auto;min-height:auto;background-color:var(--color-white)}.hero__bg{position:relative;width:100%;height:260px;flex-shrink:0}.hero__bg img{object-position:right center}.hero__content{position:static;padding:24px 20px 32px;z-index:auto}.hero__title{font-size:28px;margin-bottom:12px}.hero__subtitle{font-size:15px;margin-bottom:24px;max-width:none}.modal{padding:32px 24px}.footer-light__callback-title,.footer-light__nav a,.footer-light__value{font-size:20px}}.admin-field{display:flex;flex-direction:column;gap:6px}.admin-label{font-size:13px;font-weight:600;font-family:var(--font-roboto);color:var(--color-text)}.admin-textarea{resize:vertical;min-height:60px;border-radius:0}.akcii-rec{background:#fff;padding-top:60px}.akcii-artboard{position:relative;height:490px;width:100%;overflow:hidden}.akcii-img{position:absolute;top:100px;left:calc(50% - 600px + 0px);width:581px;height:296px;background-color:#f6f6f6;background-image:url(/images/cd55bdf1.jpg);background-position:50%;background-size:cover;background-repeat:no-repeat}.akcii-title{top:129px;font-family:Roboto Condensed,Arial,sans-serif;font-size:34px;font-weight:700;line-height:1.1;letter-spacing:1px}.akcii-desc,.akcii-title{position:absolute;left:calc(50% - 600px + 618px);width:582px;color:#030303}.akcii-desc{top:217px;font-family:Roboto,Arial,sans-serif;font-size:20px;font-weight:400;line-height:1.5}.akcii-btn-wrap{position:absolute;top:307px;left:calc(50% - 600px + 618px)}.akcii-btn{display:flex;align-items:center;justify-content:center;width:194px;height:60px;font-family:Arial,sans-serif;font-size:16px;font-weight:600;line-height:1.55;color:#fff;background-color:#000;border:1px solid transparent;cursor:pointer;text-align:center;transition:background-color .2s ease-in-out,color .2s ease-in-out}.akcii-btn:hover{background-color:#4d4d4d;opacity:1}@media screen and (max-width:1199px){.akcii-artboard{height:490px}.akcii-img{top:40px;left:calc(50% - 480px + 0px);width:469px;height:392px}.akcii-title{top:56px;width:458px;font-size:48px}.akcii-desc,.akcii-title{left:calc(50% - 480px + 490px)}.akcii-desc{top:236px;width:459px;font-size:20px;line-height:1.55}.akcii-btn-wrap{top:356px;left:calc(50% - 480px + 490px)}}@media screen and (max-width:959px){.akcii-artboard{height:700px}.akcii-img{top:49px;height:273px}.akcii-img,.akcii-title{left:calc(50% - 320px + 10px);width:620px}.akcii-title{top:334px;font-size:48px;line-height:1.25}.akcii-desc{top:469px;width:620px;font-size:20px;letter-spacing:.5px}.akcii-btn-wrap,.akcii-desc{left:calc(50% - 320px + 10px)}.akcii-btn-wrap{top:559px}}@media screen and (max-width:639px){.akcii-artboard{height:540px}.akcii-img{top:39px;left:calc(50% - 240px + 10px);width:461px;height:197px}.akcii-title{top:244px;font-size:30px}.akcii-desc,.akcii-title{left:calc(50% - 240px + 11px);width:460px}.akcii-desc{top:334px;font-size:18px}.akcii-btn-wrap{top:414px;left:calc(50% - 240px + 10px)}.akcii-btn{width:198px}}@media screen and (max-width:479px){.akcii-artboard{height:580px}.akcii-img{top:45px;width:320px;height:140px}.akcii-img,.akcii-title{left:calc(50% - 160px + 0px)}.akcii-title{top:192px;width:290px;font-size:30px}.akcii-desc{top:320px;width:320px}.akcii-btn-wrap,.akcii-desc{left:calc(50% - 160px + 0px)}.akcii-btn-wrap{top:462px}.akcii-btn{width:202px}}