/* Shared editorial system: services, symptoms and the journal. */
.slider-header .owl-stage { display: flex; }
.slider-header .owl-item { display: flex; float: none; flex: 0 0 auto; }
.slider-header .slide { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.1fr); align-items: center; gap: clamp(20px,4vw,52px); width: 100%; min-height: 350px; height: auto; padding: 24px 8px 36px; box-sizing: border-box; }
.slider-header .slide__image { float: none; width: 100%; min-width: 0; margin: 0; display: flex; align-items: center; justify-content: center; aspect-ratio: 4/3; max-height: 360px; }
.slider-header .slide__image img { display: block; max-width: 100%; width: 100%; height: 100%; max-height: 360px; object-fit: contain; margin: 0; }
.slider-header .slide__text { min-width: 0; padding: 0; overflow-wrap: anywhere; }
.slider-header .slide__text * { max-width: 100%; box-sizing: border-box; }
.slider-header .slide__text img { height: auto; }
.slider-header .owl-prev, .slider-header .owl-next { font-size: 28px; line-height: 44px; min-width: 32px; min-height: 44px; text-align: center; }
.slider-header .slide__text h2 { font-size: clamp(25px,2.7vw,36px); line-height: 1.2; margin: 0 0 18px; }
.slider-header .slide__text p,.slider-header .slide__copy { font-size: 17px; line-height: 1.65; margin: 0 0 14px; }
.slider-header .slide__text :last-child { margin-bottom: 0; }
.slider-header .slide--no-image { grid-template-columns: 1fr; }
.slider-header .slide--no-image .slide__image { display: none; }
.slider-header .owl-dots { position: static; margin: 12px 0; }
.slider-header .slide__text .editorial-cta { color: white; }
.slider-header .slide__text .slide-terms { font-size: 13px; line-height: 1.5; color: #776779; }
.home-journal { padding-block: 32px 48px; }
.home-journal > h2 { margin-bottom: 28px; }
@media(max-width:700px) {
 .slider-header .slide { grid-template-columns: 1fr; gap: 20px; padding: 16px 0 28px; min-height: 0; }
 .slider-header .slide__image { max-height: 230px; aspect-ratio: auto; height: 230px; }
 .slider-header .slide__image img { max-height: 230px; }
 .slider-header .slide__text h2 { font-size: 27px; }
 .slider-header .slide__text .editorial-cta { display: flex; justify-content: center; }
}
.editorial-page { color: #392e3f; }
body:has(.editorial-page) .b-main__left-col { display: none; }
body:has(.editorial-page) .b-main__main-col { margin-left: 0; width: 100%; float: none; }
.editorial-page p { font-size: 17px; line-height: 1.75; margin: 0 0 18px; }
.editorial-page h2 { font-size: clamp(23px,2.4vw,30px); line-height: 1.25; letter-spacing: -.02em; margin: 0 0 20px; }
.editorial-hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 32px; align-items: center; margin-bottom: 42px; }
.editorial-hero img { display: block; width: 100%; height: auto; border-radius: 24px; }
.editorial-page .editorial-lead { font-size: 21px; line-height: 1.6; max-width: 780px; }
.editorial-eyebrow { display: block; font-size: 12px; line-height: 1.5; letter-spacing: .12em; font-weight: 600; color: #a7342c; margin-bottom: 18px; }
.editorial-cta { display: inline-flex; align-items: center; min-height: 48px; padding: 12px 22px; background: #b8342b; color: white; text-decoration: none; border-radius: 12px; margin-top: 8px; }
.editorial-cta:hover { color: white; background: #a42e26; }
.editorial-section { margin-block: 42px; }
.editorial-section p { max-width: 780px; }
.editorial-section ul { padding-left: 24px; margin: 16px 0; }
.editorial-section li { padding: 6px 0; font-size: 17px; line-height: 1.65; }
.editorial-faults { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.editorial-faults a { display: flex; align-items: center; padding: 16px 20px; min-height: 54px; border: 1px solid #e7dfe6; border-radius: 12px; background: #faf7f8; color: #49334f; text-decoration: none; line-height: 1.45; }
.editorial-faults a:hover { border-color: #bb746a; background: #f4eae7; }
.editorial-more { margin-top: 16px; }
.editorial-more summary { cursor: pointer; padding: 12px 0; color: #a33229; }
.editorial-more[open] summary { margin-bottom: 10px; }
.editorial-note { padding: 24px 28px; background: #f7efeb; border-left: 4px solid #b8342b; border-radius: 0 14px 14px 0; font-size: 17px; line-height: 1.65; margin: 32px 0; }
.editorial-note p { margin: 12px 0; }
.editorial-related { display: grid; gap: 12px; max-width: 800px; }
.editorial-related a { padding-block: 12px; border-bottom: 1px solid #e7dfe6; font-size: 18px; line-height: 1.5; text-decoration: none; }
.editorial-service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; margin-top: 32px; }
.editorial-service-grid > a { color: inherit; text-decoration: none; padding-bottom: 24px; border-bottom: 1px solid #e4dbe6; }
.editorial-service-grid img { width: 100%; height: auto; border-radius: 18px; margin-bottom: 20px; }
.editorial-service-grid h2 { font-size: 23px; margin-bottom: 12px; }
.editorial-service-grid p { font-size: 16px; }
.editorial-service-grid span, .journal-read { color: #a33229; font-size: 15px; font-weight: 500; }
.editorial-back { display: inline-block; line-height: 1.5; }
.editorial-crumbs { font-size: 14px; line-height: 1.7; margin: 20px 0; color: #76647d; }
.journal-intro { padding: 28px 0 18px; }
.journal-categories { display: flex; flex-wrap: wrap; gap: 10px; margin: 10px 0 32px; }
.journal-categories a { padding: 10px 16px; border-radius: 30px; border: 1px solid #ded3df; text-decoration: none; font-size: 15px; line-height: 1.45; }
.journal-categories .is-current { color: white; background: #392847; border-color: #392847; }
.journal-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px 24px; }
.journal-card { text-decoration: none; color: #392e3f; min-width: 0; }
.journal-card img { display: block; width: 100%; height: auto; border-radius: 18px; margin-bottom: 22px; }
.journal-card h2 { font-size: 24px; margin-top: 12px; margin-bottom: 14px; }
.journal-card p { font-size: 16px; line-height: 1.65; color: #6b5c71; }
.journal-card:hover h2 { color: #a33229; }
.journal-card--featured { grid-column: 1/-1; display: grid; grid-template-columns: 1.15fr 1fr; gap: 36px; align-items: center; background: #f6f1f5; border-radius: 24px; padding: 28px; margin-bottom: 8px; }
.journal-card--featured img { margin: 0; }
.journal-card--featured h2 { font-size: clamp(25px,3vw,36px); }
.journal-meta { display: block; font-size: 13px; line-height: 1.5; color: #806e85; }
.tim-comparison { display: grid; gap: 12px; }
.tim-comparison > div { display: grid; grid-template-columns: 1fr 1.4fr 1.6fr; gap: 16px; padding: 20px; border: 1px solid #e4dbe6; border-radius: 12px; }
.tim-comparison h3 { font-size: 18px; line-height: 1.4; }
.tim-comparison p { font-size: 15px; line-height: 1.6; margin: 0; }
.tim-comparison strong { display: block; margin-bottom: 5px; }
.journal-article { max-width: 780px; margin-inline: auto; }
.journal-article > .editorial-lead { margin-top: 20px; }
.journal-cover { width: 100%; height: auto; max-height: 420px; object-fit: contain; background: #f3edf1; border-radius: 24px; margin: 12px 0 24px; }
.journal-toc { display: grid; gap: 12px; border-block: 1px solid #e4dbe6; padding: 24px 0; margin-block: 18px 36px; }
.journal-toc a { font-size: 16px; line-height: 1.5; text-decoration: none; }
.journal-toc strong { margin-bottom: 6px; }
.journal-article section { scroll-margin-top: 130px; }
.journal-sources { border-top: 1px solid #e4dbe6; padding-top: 20px; margin-top: 32px; }
.journal-sources summary { cursor: pointer; line-height: 1.5; }
.journal-sources a { display: block; font-size: 14px; line-height: 1.5; margin: 14px 0; }
@media(max-width:1000px) {
 .editorial-hero { grid-template-columns: 1fr 1fr; }
 .editorial-service-grid,.journal-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
 .editorial-hero { gap: 24px; }
 .journal-card--featured { gap: 24px; padding: 20px; }
}
@media(max-width:650px) {
 .tim-comparison > div { grid-template-columns: 1fr; gap: 10px; }
 .editorial-hero { grid-template-columns: 1fr; }
 .editorial-hero img { max-height: 260px; object-fit: contain; background: #f3edf1; }
 .editorial-page .editorial-lead { font-size: 19px; }
 .editorial-faults,.editorial-service-grid,.journal-grid { grid-template-columns: 1fr; }
 .journal-card--featured { grid-template-columns: 1fr; padding: 16px; }
 .journal-card img { max-height: 280px; object-fit: contain; background: #f3edf1; }
 .editorial-note { padding: 20px; }
 .editorial-section { margin-block: 32px; }
}
/* Understated slider action and authorized brands. */
.slider-header .slide__text .slide-action { display:inline-flex; align-items:center; gap:18px; padding:8px 0; margin:4px 0 18px; color:#4e2756; background:transparent; font-size:17px; font-weight:700; text-decoration:none; border:0; border-bottom:1px solid #bdaabd; border-radius:0; box-shadow:none; }
.slider-header .slide-action span { display:grid; place-items:center; width:38px; height:38px; border-radius:50%; background:#b8342b; color:white; font-size:23px; }
.slider-header .slide-action:hover { color:#b8342b; border-color:#b8342b; }
.slide-action:focus-visible { outline:3px solid #b8342b; outline-offset:5px; }
.brand-wordmark { display:grid; place-items:center; min-height:88px; font:700 32px Arial,sans-serif; color:#43214b; }
.brand-wordmark--haier { color:#005aaa; }
.brand-wordmark--delonghi { color:#163456; }
.service-brands { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; margin-top:44px; border-top:1px solid #e4dbe6; padding-top:24px; }
.service-brands a { display:flex; flex-direction:column; align-items:center; justify-content:center; padding:20px 8px; border:1px solid #e4dbe6; border-radius:14px; text-decoration:none; gap:12px; }
.service-brands strong { font:700 26px Arial,sans-serif; color:#43214b; }
.service-brands a:first-child strong { color:#005aaa; }
.service-brands a:nth-child(2) strong { color:#163456; }
.service-brands span { font-size:12px; text-align:center; }
@media(max-width:650px) { .service-brands { grid-template-columns:repeat(2,minmax(0,1fr)); } }
.brand-focus { background:#f7f4f7; padding:44px 0 28px; color:#392e3f; }
.brand-focus__heading { display:flex; align-items:end; justify-content:space-between; gap:24px; margin-bottom:26px; }
.brand-focus__heading h2 { font-size:clamp(25px,2.4vw,34px); line-height:1.25; margin:10px 0 0; }
.brand-focus a { text-decoration:none; }
.brand-focus__heading > a { color:#6b486d; font-size:14px; white-space:nowrap; }
.brand-focus__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.brand-focus__card { display:flex; flex-direction:column; padding:32px; background:white; border:1px solid #e9e1eb; border-radius:20px; color:#392e3f; transition:border-color .2s,box-shadow .2s; }
.brand-focus__card:hover { border-color:#baa3bf; box-shadow:0 6px 24px #41204b0b; }
.brand-focus__logo { min-height:130px; display:flex; align-items:center; justify-content:center; margin-bottom:26px; background:white; }
.brand-focus__logo img { width:auto; height:auto; max-width:80%; max-height:96px; object-fit:contain; filter:none; opacity:1; }
.brand-focus__label { font-size:10px; letter-spacing:1.2px; color:#816985; }
.brand-focus__card h3 { font-size:23px; margin:12px 0; }
.brand-focus__card p { font-size:16px; line-height:1.65; margin:0 0 22px; max-width:440px; }
.brand-focus__link { font-size:15px; font-weight:700; color:#68396d; display:flex; justify-content:space-between; gap:16px; }
.brand-focus__link > span { color:#b8342b; }
.brand-focus__other { display:flex; align-items:center; flex-wrap:wrap; gap:28px; padding:30px 0 0; font-size:14px; }
.brand-focus__other > a:not(.brand-focus__contacts) { padding:16px; background:white; border-radius:8px; }
.brand-focus__other img { display:block; width:100px; height:32px; object-fit:contain; filter:none; opacity:1; }
.brand-focus__contacts { margin-left:auto; }
.service-brands { grid-template-columns:repeat(2,minmax(0,1fr)); }
.service-brands a:nth-child(-n+2) { padding:30px; min-height:125px; }
.service-brands a:nth-child(n+3) { min-height:90px; }
.service-brands img { display:block; width:auto; height:auto; max-width:180px; max-height:72px; object-fit:contain; filter:none; }
.service-brands a:nth-child(n+3) img { max-width:110px; max-height:32px; }
.baner .brand-logo { display:flex; align-items:center; justify-content:center; min-height:110px; padding:24px; background:white; box-sizing:border-box; }
.baner .brand-logo img { width:auto; height:auto; max-width:100%; max-height:65px; object-fit:contain; filter:none; }
.editorial-hero img,.journal-cover,.journal-card img,.slide__image img { border-radius:18px; }
@media(max-width:700px) { .brand-focus { padding:32px 0 24px; } .brand-focus__heading { align-items:start; flex-direction:column; gap:16px; } .brand-focus__grid { grid-template-columns:1fr; gap:16px; } .brand-focus__card { padding:24px; } .brand-focus__other { gap:14px; } .brand-focus__other > span { width:100%; } .brand-focus__contacts { width:100%; margin:8px 0 0; } .service-brands img { max-width:100%; } .service-brands a:nth-child(-n+2) { padding:20px; } }
/* Equal treatment of brands, with a quiet ordering preference. */
.brand-focus--compact { padding:24px 0 28px; background:#faf8fa; }
.brand-focus--compact .brand-focus__heading { margin-bottom:18px; align-items:center; }
.brand-focus--compact .brand-focus__heading h2 { font-size:23px; line-height:1.3; margin:0 0 6px; }
.brand-focus--compact .brand-focus__heading p { font-size:14px; line-height:1.5; color:#7d6c81; margin:0; }
.brand-focus__row { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.brand-focus__row a { display:flex; align-items:center; justify-content:center; min-height:116px; padding:24px 28px; background:white; border:1px solid #e9e3eb; border-radius:12px; box-sizing:border-box; }
.brand-focus__row a:hover { border-color:#bdaabd; }
.brand-focus__row img { display:block; width:auto; height:auto; max-width:100%; max-height:62px; object-fit:contain; filter:none; opacity:1; }
.service-brands { grid-template-columns:repeat(4,minmax(0,1fr)); }
.service-brands a:nth-child(n) { min-height:120px; padding:24px 18px; }
.service-brands a:nth-child(n) img { max-width:100%; max-height:62px; }
@media(max-width:700px) { .brand-focus--compact .brand-focus__heading { align-items:start; gap:10px; } .brand-focus__row,.service-brands { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; } .brand-focus__row a { padding:20px; min-height:100px; } .brand-focus__row img { max-height:48px; } }
.brand-focus--compact { scroll-margin-top:110px; }
.brand-focus__row img[alt="Haier"],.service-brands img[alt="Haier"] { width:150px; min-height:28px; }
@media(max-width:380px) { .brand-focus__row,.service-brands { grid-template-columns:1fr; } .brand-focus__row a { min-height:96px; } }
.brand-focus__row img[alt="Haier"],.service-brands img[alt="Haier"] { width:190px; max-height:72px; min-height:0; }
@media(max-width:1000px) { .brand-focus__row,.service-brands { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:600px) { .brand-focus__row,.service-brands { grid-template-columns:1fr; } .brand-focus__row a { min-height:104px; padding:18px 24px; } }
/* Preserve the homepage service strips, give every image a stable frame. */
.editorial-copy { line-height:1.75; overflow-wrap:anywhere; }
.editorial-copy h2,.editorial-copy h3 { margin:30px 0 14px; line-height:1.3; text-transform:none; }
.editorial-copy h2 { font-size:clamp(22px,3vw,29px); }
.editorial-copy p { margin:0 0 16px; }
.editorial-copy ul,.editorial-copy ol { padding-left:24px; margin:12px 0 24px; }
.slider-service .owl-stage { display:flex; }
.slider-service .owl-item { display:flex; flex:0 0 auto; float:none; }
.slider-service .service-item { width:100%; height:auto; padding:10px; box-sizing:border-box; }
.slider-service .service-item > a { display:flex; flex-direction:column; height:100%; text-decoration:none; }
.slider-service .service-item__image { height:160px; display:flex; align-items:center; justify-content:center; width:100%; padding:8px; box-sizing:border-box; }
.slider-service .service-item__image:before,.slider-service .service-item__caption:before { display:none; }
.slider-service .service-item__image img { display:block; width:100%; height:100%; max-width:220px; max-height:160px; object-fit:contain; margin:0; border-radius:12px; transform:scale(.88); transform-origin:center; }
.slider-service .service-item__caption { display:flex; align-items:center; justify-content:center; flex:1; height:auto; min-height:64px; text-align:center; padding:12px 6px; overflow-wrap:anywhere; }
.slider-service .service-item__caption p { margin:0; line-height:1.35; }
.service-hub__grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; margin:28px 0; }
.service-hub__grid > a { display:flex; flex-direction:column; gap:12px; padding:26px; border:1px solid #e5dce8; border-radius:16px; text-decoration:none; background:#faf8fa; }
.service-hub__grid h2 { margin:0; font-size:23px; }
.service-hub__grid p { margin:0; color:#756779; line-height:1.65; }
.service-hub__grid span { margin-top:auto; color:#aa342c; font-weight:700; }
.form-help { margin:0 0 24px; color:#756779; line-height:1.65; font-size:15px; }
.field-required { color:#907e94; font-size:11px; font-weight:400; }
.form-card .form-card__ctrl-alert { max-width:100%; }
.form-card .alert { white-space:normal; line-height:1.6; }
#js-answer[role="status"] { margin:18px; padding:16px; border-radius:12px; background:#f5f0f5; line-height:1.6; }
.news-archive { padding:18px 22px; background:#f6f2f6; border-left:3px solid #bba6c0; margin:20px 0; font-size:14px; line-height:1.65; color:#76677c; }
.news-copy { font-size:17px; line-height:1.8; overflow-wrap:anywhere; }
.news-copy img { max-width:100%; height:auto; }
.news-grid .journal-card img { object-fit:contain; background:#f5f2f4; }
.news-grid .journal-card h2 { font-size:23px; }
@media(max-width:650px) { .service-hub__grid { grid-template-columns:1fr; } .slider-service .service-item__image { height:140px; } .slider-service .service-item__caption { font-size:16px; } }
.news-article .detail_picture { display:block; float:none; width:100%; height:auto; max-height:420px; object-fit:contain; border-radius:18px; margin:20px 0; background:#f5f2f4; }
.news-article .news-detail { font-size:17px; line-height:1.8; overflow-wrap:anywhere; }
.news-pagination { margin-top:28px; }
/* Service navigation, partner workspace and information pages */
.services-modern .feedback__ctrl .tabs-nav,.services-modern .feedback__ctrl .tabs-nav:not(.type-switch) {display:flex!important;flex-wrap:wrap;gap:8px;border:0;margin:0 0 24px;padding:0;}
.services-modern .feedback__ctrl .tabs-nav__point,.services-modern .feedback__ctrl .tabs-nav:not(.type-switch) .tabs-nav__point {float:none!important;width:auto!important;flex:0 1 auto;margin:0!important;border:0!important;}
.services-modern .feedback__ctrl .tabs-nav__point a,.services-modern .feedback__ctrl .tabs-nav:not(.type-switch) a {display:flex!important;align-items:center;min-height:44px;height:auto!important;padding:12px 18px!important;background:#f5f2f5;border:1px solid #e9e1e9;border-radius:10px;color:#302139;text-decoration:none;line-height:1.35;}
.services-modern .feedback__ctrl .tabs-nav__point.isActive a,.services-modern .feedback__ctrl .tabs-nav__point.isActive a {background:#b5322b!important;color:#fff!important;border-color:#b5322b;}
.services-hub-page .feedback__ctrl {display:none;}
.service-hub__grid {gap:0 32px;background:#fff;}
.service-hub__grid>a {position:relative;padding:26px 44px 26px 0;border:0;border-bottom:1px solid #e8e0e8;border-radius:0;background:#fff;transition:color .2s;}
.service-hub__grid>a::after {content:'↗';position:absolute;right:8px;top:28px;color:#b5322b;font-size:24px;}
.service-hub__grid>a:hover h2 {color:#b5322b;}
.service-hub__grid>a:focus-visible {outline:2px solid #b5322b;outline-offset:4px;}
.service-hub__grid span {font-size:14px;}
.services-modern #js-container-two .form-card {background:#faf8fa;border:1px solid #e8e0e8;border-radius:20px;padding:24px;}
.services-modern #js-container-two .form-card__title {padding:0 0 20px;}
.services-modern #js-container-two .form-card__body {padding:0;}
.services-modern #js-container-two .form-card__ctrl {padding:20px 0 0;}
.services-modern #js-container-two .type-switch {display:flex;gap:6px;border:0;margin:0 0 24px;padding:5px;background:#eee8ef;border-radius:12px;width:fit-content;}
.services-modern #js-container-two .type-switch li {width:auto;float:none;margin:0;border:0;}
.services-modern #js-container-two .type-switch a {padding:11px 24px;height:auto;border:0;border-radius:9px;color:#302139;background:transparent;}
.services-modern #js-container-two .type-switch .isActive a {background:white!important;color:#302139!important;box-shadow:0 2px 6px #30213912;}
.services-modern #js-check-two,.discount-modern .discount__button {background:#b5322b!important;color:white!important;border:0!important;border-radius:10px!important;padding:14px 24px;min-height:48px;height:auto;}
.services-modern #js-check-two::before,.services-modern #js-check-two::after,.discount-modern .discount__button::before,.discount-modern .discount__button::after {display:none;}
.orders-tools {padding:24px 0 18px;color:#302139;}
.orders-tools h2 {font-size:26px;margin:0 0 8px;}
.orders-tools p {font-size:14px;color:#786b7c;}
.orders-controls {display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:14px;margin:20px 0;}
.orders-controls label {min-width:0;font-size:13px;font-weight:600;display:flex;flex-direction:column;gap:8px;}
.orders-controls input,.orders-controls select {box-sizing:border-box;width:100%;min-width:0;border:1px solid #d9cfdc;border-radius:9px;background:white;padding:12px;font:inherit;font-size:15px;color:#302139;height:46px;}
.orders-controls input:focus,.orders-controls select:focus {outline:2px solid #b5322b;outline-offset:2px;}
.orders-summary {display:flex;justify-content:space-between;gap:16px;font-size:14px;align-items:center;}
.orders-summary button {border:0;background:none;color:#b5322b;text-decoration:underline;cursor:pointer;font:inherit;}
.orders-scroll {max-width:100%;overflow:auto;border:1px solid #e4dce7;border-radius:12px;background:#fff;}
.partner-orders {width:100%;min-width:1100px;border-collapse:collapse;font-size:14px;line-height:1.5;}
.partner-orders td,.partner-orders th {padding:16px 12px;border-bottom:1px solid #eee8ef;text-align:left;vertical-align:top;}
.partner-orders tr.orders-head {background:#f5f1f5;font-weight:600;}
.partner-orders tr:hover {background:#faf7fa;}
.partner-orders tr[hidden] {display:none!important;}
.orders-empty {padding:24px;border:1px dashed #d9cfdc;border-radius:12px;}
.orders-empty[hidden] {display:none;}
.info-grid {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:28px 0;}
.info-card {border:1px solid #e8e0e8;border-radius:18px;padding:28px;background:#faf8fa;}
.info-card h2 {margin-top:0;}
.info-card p {line-height:1.7;}
.info-action {display:inline-flex;align-items:center;gap:16px;color:#b5322b!important;font-weight:600;text-decoration:none;border-bottom:1px solid #decbdc;padding:8px 0;}
.company-milestones {border-left:2px solid #e5dbe6;padding-left:24px;}
.company-milestones p {margin:0 0 22px;line-height:1.75;}
.discount-modern #discount {background:#f8f5f8;border:1px solid #e8e0e8;border-radius:18px;padding:30px;}
.discount-modern .discount__inner {max-width:800px;margin:0 auto;}
.discount-modern .discount__form {display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:22px;}
.discount-modern .discount__input {float:none;flex:1;min-width:200px;width:auto;padding:0;}
.discount-modern .discount__submit {float:none;position:static;width:auto;}
.discount-modern .discount__title {font-size:26px;line-height:1.35;}
.discount-modern .discount__caption {margin-top:12px;color:#786b7c;}
.discount-modern .discount-message {font-size:15px;line-height:1.6;}
@media(max-width:900px){.orders-controls{grid-template-columns:1fr 1fr;}.orders-search{grid-column:1/-1;}}
@media(max-width:650px){.info-grid{grid-template-columns:1fr;}.info-card{padding:20px;}.services-modern #js-container-two .form-card{padding:18px;}.orders-controls{grid-template-columns:1fr;}.orders-search{grid-column:auto;}.orders-summary{align-items:flex-start;}.discount-modern #discount{padding:20px;}.partner-orders{min-width:0;}.partner-orders tr.orders-head{display:none;}.partner-orders tr{display:block;padding:12px;border-bottom:2px solid #e8e0e8;}.partner-orders td{display:grid;grid-template-columns:110px minmax(0,1fr);gap:12px;padding:8px 0;border:0;overflow-wrap:anywhere;}.partner-orders td::before{content:attr(data-label);font-size:12px;color:#786b7c;}.partner-orders tr[hidden]{display:none!important;}}

.services-modern #js-container-two .type-switch li::after,.services-modern #js-container-two .type-switch a::after,.services-modern .feedback__ctrl li::after,.services-modern .feedback__ctrl a::after {display:none!important;}
.services-modern .feedback__ctrl .tabs-nav::after{display:none;}
.services-modern .feedback__ctrl .tabs-nav__point .text-wrap{display:block;}
.partner-demo {margin:28px 0;max-width:100%;}
.partner-demo summary {cursor:pointer;color:#b5322b;padding:16px 0;font-weight:600;}
.services-modern #js-container-two .txt-input__field {border-radius:9px;}

.services-modern .feedback__ctrl .tabs-nav__point,.services-modern #js-container-two .type-switch .tabs-nav__point {background:transparent!important;box-shadow:none!important;}
.services-modern .feedback__ctrl .tabs-nav__point::before,.services-modern #js-container-two .type-switch .tabs-nav__point::before {display:none!important;}
.orders-range-link {display:inline-block;padding:8px 14px;margin:4px;background:#f5f1f5;border-radius:8px;color:#302139;text-decoration:none;}
.orders-range-link:hover,.orders-range-link:focus-visible {color:#b5322b;background:#eee6ee;}
.services-modern #js-check-two,.discount-modern .discount__button {display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:48px;height:48px!important;line-height:1.3!important;}
.services-modern #js-check-two .f-base,.discount-modern .discount__button .f-base {line-height:1.3!important;}
.services-modern #js-container-two .reqForm {max-width:680px;}
.services-modern #js-container-two .form-card__title h4 {font-size:24px;line-height:1.4;}
.partner-demo[hidden]{display:none!important;}
.demo-order-ranges {display:flex;gap:8px;flex-wrap:wrap;margin:24px 0 16px;}
.demo-order-ranges button,.services-modern .filter-preset__link {border:1px solid #e6dfe7;border-radius:10px;background:#f6f3f6;color:#302139;padding:10px 18px;font:inherit;cursor:pointer;display:inline-block;}
.demo-order-ranges button[aria-pressed="true"],.services-modern .filter-preset__link_active {background:#b5322b;color:#fff;border-color:#b5322b;}
.orders-summary {flex-wrap:wrap;gap:12px 20px;}
.orders-summary>[role="status"] {white-space:nowrap;}
.orders-summary .orders-inline-ranges {display:flex;gap:5px;margin:0 auto;align-items:center;float:none;}
.orders-summary .orders-inline-ranges button,.orders-summary .orders-inline-ranges .filter-preset__link {font-size:14px;text-decoration:none;border:1px solid #e6dfe7;padding:8px 13px;margin:0;background:#f6f3f6;color:#302139;border-radius:8px;}
.orders-summary .orders-inline-ranges button[aria-pressed="true"],.orders-summary .orders-inline-ranges .filter-preset__link_active {background:#b5322b;color:white;border-color:#b5322b;}
@media(max-width:650px){.orders-summary .orders-inline-ranges {order:-1;width:100%;margin:0;}.orders-summary .orders-inline-ranges>* {flex:1;text-align:center;}.orders-summary .orders-reset{margin-left:auto;}}
