.header{background:#fff}.header__top{border-bottom:1px solid #efeff0}.header__top-in{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:22px;padding-bottom:22px}.header__logo{flex:0 0 auto;width:190px}.header__logo img{width:190px;height:46px;object-fit:contain}.header__nav{display:flex;align-items:center;gap:24px}.header__nav-link{font-size:13.5px;font-weight:600;color:#474d52;white-space:nowrap;transition:color .3s}.header__nav-link:hover{color:#c94f0a}.header__nav-link--active{font-weight:700;color:#1f1f1f}.header__actions{display:flex;align-items:center;gap:16px;flex:0 0 auto}.header__search{font-size:13px;font-weight:600;color:#73787d}.header__search:hover{color:#c94f0a}.header__phone{font-size:18px;font-weight:800;color:#1f1f1f;white-space:nowrap}.header__cart{background:#c94f0a;color:#fff;font-size:13px;font-weight:700;padding:11px 18px;border-radius:4px;white-space:nowrap;transition:background .3s}.header__cart:hover{background:#b3450a}.header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer}.header__burger span{display:block;width:24px;height:2px;background:#1f1f1f;transition:.3s}.header__strip{background:#f7f7f9}.header__strip-in{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:20px;padding-bottom:20px}.header__badge{position:relative;padding-left:11px;font-size:12.5px;font-weight:600;color:#40454a;white-space:nowrap}.header__badge::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:14px;background:#c94f0a}.header__sizes{background:#fff}.header__sizes-in{display:flex;align-items:center;gap:10px;padding-top:13px;padding-bottom:13px}.header__sizes-label{font-size:12.5px;font-weight:600;color:#73787d;margin-right:4px}.header__size{padding:6px 12px;border-radius:3px;background:#f5f5f6;font-size:12.5px;font-weight:600;color:#1f1f1f;transition:.3s}.header__size:hover{background:#ececed}.header__size--accent{background:#faf0e5;color:#c94f0a}.header__size--accent:hover{background:#f6e5d3}.hero{background:#f2f2f3;padding:16px 0}.hero__banner{position:relative;height:518px;border-radius:6px;overflow:hidden;background:#f2f2f3}.hero__decor{position:absolute;top:-150px;right:-148px;width:520px;height:300px;background:#c94f0a;transform:rotate(28deg);transform-origin:center}.hero__photo{position:absolute;top:52px;right:40px;width:620px;height:430px;border-radius:6px;overflow:hidden}.hero__photo img{width:100%;height:100%;object-fit:cover}.hero__content{position:absolute;left:60px;top:60px;width:560px}.hero__title{display:flex;flex-direction:column;gap:2px;font-size:52px;font-weight:800;letter-spacing:-0.5px;line-height:1;color:#1f1f1f}.hero__title span{display:block}.hero__title--accent{color:#c94f0a}.hero__sub{margin-top:22px;display:flex;flex-direction:column;gap:12px;align-items:flex-start}.hero__sub-text{font-size:17px;font-weight:700;letter-spacing:.5px;color:#1f1f1f}.hero__sub-line{width:58px;height:3px;background:#c94f0a}.hero__btn{display:inline-flex;align-items:center;gap:12px;margin-top:30px;padding:17px 24px 17px 30px;border-radius:4px;background:#c94f0a;color:#fff;font-size:14px;font-weight:700;transition:background .3s}.hero__btn img{width:16px;height:12px}.hero__btn:hover{background:#b3450a}.features{background:#fff}.features__in{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 0}.features__item{display:flex;align-items:center;gap:12px}.features__icon{flex:0 0 28px;width:28px;height:28px;display:flex}.features__icon img{width:28px;height:28px}.features__text{display:flex;flex-direction:column;gap:3px}.features__title{font-size:14px;font-weight:700;color:#1f1f1f}.features__desc{font-size:12.5px;color:#73787d}.catalog{background:#fff;padding:50px 0 50px}.catalog__title{font-size:28px;font-weight:800;color:#1f1f1f;margin-bottom:24px}.catalog__grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}.cat-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e6e6e6;border-radius:4px;overflow:hidden;transition:box-shadow .3s,transform .3s}.cat-card:hover{box-shadow:0 10px 26px rgba(31,31,31,.08);transform:translateY(-2px)}.cat-card__photo{display:block;height:150px}.cat-card__photo img{width:100%;height:100%;object-fit:cover}.cat-card__body{display:flex;flex-direction:column;padding:16px 18px 18px}.cat-card__name{font-size:16px;font-weight:700;color:#1f1f1f;margin-bottom:10px}.cat-card__sub{font-size:13.5px;color:#73787d;line-height:28px;transition:color .3s}.cat-card:hover .cat-card__sub{color:#40454a}.products{padding:44px 0 50px}.products--arrivals{background:#fff}.products--promos{background:#f2f2f3}.products__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.products__title{font-size:28px;font-weight:800;color:#1f1f1f}.products--arrivals .products__title{margin-bottom:22px}.products__link{font-size:14px;font-weight:600;color:#c94f0a}.products__grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:16px}.products__more{display:flex;justify-content:center;margin-top:22px}.products__more-btn{padding:14px 34px;border-radius:4px;background:#1f1f1f;color:#fff;font-size:14px;font-weight:700;border:none;cursor:pointer;transition:background .3s}.products__more-btn:hover{background:#000}.prod-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e6e6e6;border-radius:2px;overflow:hidden;transition:box-shadow .3s,transform .3s}.prod-card:hover{box-shadow:0 10px 26px rgba(31,31,31,.08);transform:translateY(-2px)}.prod-card__photo{display:block;height:196px;padding:18px;background:#fff}.prod-card__photo img{width:100%;height:100%;object-fit:cover}.prod-card__body{display:flex;flex-direction:column;flex:1 0 auto;padding:0 16px 18px;gap:10px}.prod-card__badge{align-self:flex-start;padding:4px 8px;border-radius:2px;font-size:11px}.prod-card__badge--ok{background:#edf6ed;color:#3e7d3e}.prod-card__badge--wait{background:#faf0e5;color:#c94f0a}.prod-card__name{font-size:14px;font-weight:700;line-height:20px;color:#1f1f1f}.prod-card__price{margin-top:auto;padding-top:10px;border-top:1px solid #ececed;font-size:19px;font-weight:700;color:#1f1f1f}.about{background:#fff;padding:46px 0}.about__title{font-size:24px;font-weight:800;color:#1f1f1f;margin-bottom:18px}.about__text{font-size:15px;line-height:24px;color:#40454a;margin-bottom:14px}.about__text:last-child{margin-bottom:0}.delivery{background:#f2f2f3;padding:48px 0}.delivery__in{display:grid;grid-template-columns:1fr 1fr;gap:24px}.delivery__col--card{background:#fff;border:1px solid #e6e6e6;border-radius:4px;padding:26px}.delivery__title{font-size:24px;font-weight:800;color:#1f1f1f;margin-bottom:24px}.delivery__col--card .delivery__title{margin-bottom:20px}.delivery__row{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.delivery__row:last-child{margin-bottom:0}.delivery__icon{flex:0 0 24px;width:24px;height:24px;display:flex}.delivery__icon img{width:24px;height:24px}.delivery__text{display:flex;flex-direction:column;gap:3px}.delivery__name{font-size:16px;font-weight:700;color:#1f1f1f}.delivery__desc{font-size:14px;color:#73787d}.delivery__lead{font-size:15px;line-height:24px;color:#40454a;margin-bottom:24px}.delivery__tags{display:flex;flex-wrap:wrap;gap:10px}.delivery__tag{padding:7px 12px;border:1px solid #e6e6e6;border-radius:3px;font-size:13px;color:#40454a}.reviews{background:#fff;padding:52px 0 40px}.reviews__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.reviews__title{font-size:30px;font-weight:800;color:#1f1f1f}.reviews__sub{margin-top:6px;font-size:14px;color:#73787d}.reviews__nav{display:flex;gap:10px}.reviews__arrow{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid #e6e6e6;border-radius:4px;background:#fff;font-size:22px;color:#1f1f1f;cursor:pointer;transition:.3s}.reviews__arrow:hover{background:#c94f0a;border-color:#c94f0a;color:#fff}.reviews__grid{overflow:hidden}.reviews__dots{display:flex;justify-content:center;gap:8px;margin-top:26px}.reviews__dots .swiper-pagination-bullet{width:26px;height:6px;border-radius:3px;background:#e6e6e6;opacity:1;transition:.3s}.reviews__dots .swiper-pagination-bullet-active{background:#c94f0a}.rev-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e6e6e6;border-radius:6px;overflow:hidden;height:auto}.rev-card__photo{display:block;height:200px}.rev-card__photo img{width:100%;height:100%;object-fit:cover}.rev-card__body{display:flex;flex-direction:column;padding:18px 20px 20px}.rev-card__head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.rev-card__avatar{flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:#f2f2f3}.rev-card__person{display:flex;flex-direction:column;gap:3px}.rev-card__name{font-size:15px;font-weight:700;color:#1f1f1f}.rev-card__role{font-size:13px;color:#73787d}.rev-card__stars{color:#c94f0a;font-size:14px;letter-spacing:2px;margin-bottom:12px}.rev-card__text{font-size:14px;line-height:21px;color:#40454a}.footer{background:#1f1f1f}.footer__cta{background:#c94f0a}.footer__cta-in{max-width:1440px;margin:0 auto;padding:26px 30px;display:flex;align-items:center;justify-content:space-between;gap:20px}.footer__cta-title{font-size:24px;font-weight:800;color:#fff;letter-spacing:.24px}.footer__cta-sub{margin-top:4px;font-size:13.5px;color:#ffe2d1}.footer__cta-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto}.footer__cta-btn{padding:11px 18px;background:#fff;color:#c94f0a;font-size:13.5px;font-weight:700;white-space:nowrap;transition:.3s}.footer__cta-btn:hover{background:#f2f2f2}.footer__cta-phone{padding:11px 18px;border:1px solid #fff;color:#fff;font-size:13.5px;font-weight:700;white-space:nowrap;transition:.3s}.footer__cta-phone:hover{background:rgba(255,255,255,.12)}.footer__main{max-width:1440px;margin:0 auto;padding:44px 30px 32px;display:flex;gap:56px;align-items:flex-start}.footer__brand{width:360px;flex:0 0 360px;display:flex;flex-direction:column;gap:14px}.footer__logo{width:186px}.footer__logo img{width:186px;height:45px;object-fit:contain}.footer__about{font-size:13.5px;line-height:21px;color:#a3a3a3}.footer__social{display:flex;gap:8px}.footer__soc{padding:6px 10px;border:1px solid #3a3a3a;border-radius:2px;font-size:11.5px;font-weight:600;color:#a3a3a3;transition:.3s}.footer__soc:hover{border-color:#c94f0a;color:#fff}.footer__cols{flex:1 0 0;display:flex;justify-content:space-between}.footer__col{display:flex;flex-direction:column;gap:10px}.footer__col-title{font-size:13px;font-weight:800;color:#fff;margin-bottom:4px}.footer__col-link{font-size:13.5px;color:#a3a3a3;transition:color .3s}.footer a.footer__col-link:hover{color:#fff}.footer__col-phone{font-size:20px;font-weight:700;color:#fff}.footer__bottom{background:#161616}.footer__bottom-in{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1440px;margin:0 auto;padding:16px 30px 18px}.footer__copy,.footer__policy{font-size:12.5px;color:#7d7d7d;white-space:nowrap}.footer__policy:hover{color:#fff}.footer__pays{display:flex;gap:8px}.footer__pay{padding:6px 10px;border:1px solid #333;border-radius:2px;font-size:11.5px;font-weight:600;color:#7d7d7d}html{scroll-behavior:smooth}.scroll{position:absolute;scroll-margin-top:20px}.page{background:#fff;padding:32px 0 60px;min-height:50vh}.page__crumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;color:#73787d;margin-bottom:18px}.page__crumbs a{color:#73787d}.page__crumbs a:hover{color:#c94f0a}.page__crumbs span{color:#c7c7c9}.page__crumbs-cur{color:#1f1f1f}.page__inner{max-width:860px}.page__cards{margin-bottom:32px}.page__title{font-size:32px;font-weight:800;color:#1f1f1f;margin-bottom:22px}.cat-card__more{display:inline-block;margin-top:12px;font-size:13.5px;font-weight:700;color:#c94f0a}.cat-card__more__content{font-size:15px;line-height:26px;color:#40454a}.rich h2{font-size:24px;font-weight:800;color:#1f1f1f;margin:28px 0 12px}.rich h3{font-size:19px;font-weight:700;color:#1f1f1f;margin:22px 0 10px}.rich p{margin-bottom:14px}.rich a{color:#c94f0a;text-decoration:underline}.rich ul,.rich ol{margin:0 0 16px 20px}.rich li{margin-bottom:6px;list-style:disc}.rich img{border-radius:6px;margin:12px 0}.rich svg{width:auto;height:auto;max-width:40px;max-height:40px}.rich a svg{vertical-align:middle}.rich p{overflow-wrap:anywhere}.rich table{width:100%;border-collapse:collapse;margin:16px 0}.rich table th,.rich table td{border:1px solid #e6e6e6;padding:10px 12px;text-align:left}.rich .vc-img{margin:16px 0}.rich .vc-img img{border-radius:6px}.rich .vc-space{height:24px}.rich .vc-sep{border:none;border-top:1px solid #e6e6e6;margin:20px 0}.rich .vc-gallery{display:grid;grid-template-columns:repeat(auto-fill, minmax(180px, 1fr));gap:12px;margin:16px 0}.rich .vc-gallery img{width:100%;height:100%;object-fit:cover;border-radius:6px}.rich .vc-btn{display:inline-block;margin:8px 0;padding:13px 26px;border-radius:4px;background:#c94f0a;color:#fff;font-weight:700;text-decoration:none}.rich .vc-btn:hover{background:#b3450a}.err404{text-align:center;padding:60px 0 80px}.err404__code{font-size:120px;font-weight:800;line-height:1;color:#c94f0a}.err404__title{font-size:30px;font-weight:800;color:#1f1f1f;margin:12px 0 14px}.err404__text{font-size:15px;color:#73787d;max-width:520px;margin:0 auto 28px}.err404__btn{display:inline-flex;align-items:center;gap:10px;padding:15px 30px;border-radius:4px;background:#c94f0a;color:#fff;font-weight:700}.err404__btn img{width:16px;height:12px}.wpcf7 .wpcf7-form{display:flex;flex-direction:column;gap:14px}.wpcf7 input:not([type=submit]):not([type=checkbox]),.wpcf7 textarea,.wpcf7 select{width:100%;padding:13px 16px;border:1px solid #e6e6e6;border-radius:4px;font-family:"Open Sans",sans-serif;font-size:15px;background:#fff}.wpcf7 input:not([type=submit]):not([type=checkbox]):focus,.wpcf7 textarea:focus,.wpcf7 select:focus{border-color:#c94f0a}.wpcf7 .wpcf7-submit{align-self:flex-start;padding:15px 34px;border:none;border-radius:4px;background:#c94f0a;color:#fff;font-weight:700;cursor:pointer;transition:background .3s}.wpcf7 .wpcf7-submit:hover{background:#b3450a}.wpcf7 .wpcf7-not-valid{border-color:#d63638 !important}.wpcf7 .wpcf7-not-valid-tip{color:#d63638;font-size:13px;margin-top:4px}body .wpcf7 form.invalid .wpcf7-response-output,body .wpcf7 form.unaccepted .wpcf7-response-output{border-color:#d63638;color:#d63638}@media(max-width: 1440px){.container{padding-left:24px;padding-right:24px}.footer__cta-in,.footer__main,.footer__bottom-in{padding-left:24px;padding-right:24px}}@media(max-width: 1200px){.header__nav{gap:16px}.header__nav-link{font-size:12.5px}.hero__content{left:40px;width:46%}.hero__title{font-size:42px}.hero__photo{width:52%;right:24px}.products__grid{grid-template-columns:repeat(3, 1fr)}.catalog__grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 1024px){.header__burger{display:flex}.header__nav{position:absolute;top:100%;left:0;right:0;z-index:40;flex-direction:column;align-items:stretch;gap:0;background:#fff;border-bottom:1px solid #efeff0;box-shadow:0 12px 24px rgba(0,0,0,.08);max-height:0;overflow:hidden;transition:max-height .3s ease}.header__nav--open{max-height:70vh}.header__nav-link{padding:14px 24px;font-size:15px;border-bottom:1px solid #f1f1f2}.header__top-in{position:relative;gap:16px}.header__strip-in{flex-wrap:wrap;gap:10px 20px;justify-content:flex-start}.header__sizes-in{flex-wrap:wrap}.hero__banner{height:auto}.hero__content{position:static;width:100%;padding:40px 28px 24px}.hero__title{font-size:40px}.hero__photo{position:static;width:100%;height:320px;margin-top:8px}.hero__decor{display:none}.features__in{flex-wrap:wrap;gap:20px}.features__item{flex:0 0 calc(50% - 10px)}.delivery__in{grid-template-columns:1fr}}@media(max-width: 768px){.header__phone{font-size:15px}.header__actions{gap:10px}.products__grid{grid-template-columns:repeat(2, 1fr)}.hero__title{font-size:34px}.catalog__title,.products__title,.delivery__title,.reviews__title,.about__title{font-size:24px}.footer__cta-in{flex-direction:column;align-items:flex-start;gap:16px}.footer__cta-title{font-size:20px}.footer__main{flex-direction:column;gap:28px}.footer__brand{width:100%;flex:0 0 auto}.footer__cols{flex-wrap:wrap;gap:24px}.footer__col{flex:0 0 calc(50% - 12px)}.footer__bottom-in{flex-direction:column;align-items:flex-start;gap:12px}.footer__pays,.footer__social{flex-wrap:wrap}}@media(max-width: 560px){.container{padding-left:16px;padding-right:16px}.footer__cta-in,.footer__main,.footer__bottom-in{padding-left:16px;padding-right:16px}.header__top-in{gap:10px}.header__logo,.header__logo img{width:140px;height:auto}.header__actions{gap:8px}.header__search{display:none}.header__phone{font-size:14px}.header__strip{display:none}.header__sizes-in{gap:8px}.hero__content{padding:28px 18px 20px}.hero__title{font-size:28px}.hero__photo{height:240px}.features__item{flex:0 0 100%}.catalog__grid,.products__grid{grid-template-columns:1fr}.products__more-btn{width:100%}.footer__col{flex:0 0 100%}.footer__cta-actions{flex-direction:column;align-items:stretch;width:100%}.footer__cta-btn,.footer__cta-phone{text-align:center}}@media(max-width: 420px){.header__logo,.header__logo img{width:116px}.header__phone{font-size:13px}.header__cart{padding:9px 11px;font-size:12px}.header__actions{gap:7px}}@media(max-width: 360px){.header__phone{display:none}.header__logo,.header__logo img{width:108px}}@media(max-width: 400px){.header__cart{padding:9px 12px}.hero__title{font-size:24px}.hero__sub-text{font-size:15px}.page__title,.err404__title{font-size:24px}.err404__code{font-size:88px}}*{outline:none;box-sizing:border-box}html,body{overflow-x:hidden}body{margin:0;padding:0;font-family:"Open Sans",sans-serif}h1,h2,h3,h4,h5,h6,p,ul,ol,li{margin:0;padding:0}img{max-width:100%;height:auto;display:flex}a{text-decoration:none}textarea{resize:none}.btn{display:flex;justify-content:center;align-items:center;width:fit-content;cursor:pointer;transition:.3s;font-family:"Open Sans",sans-serif;border:none;background:none}body{color:#1f1f1f;background:#fff;-webkit-font-smoothing:antialiased}.container{max-width:1440px;margin:0 auto;padding-left:40px;padding-right:40px}a{color:inherit}
