/* =========================================================
   ENGSTUDENT STATIC THEME CSS
   Combined: category/layout + product page
   ========================================================= */

/* =====================
   CATEGORY / LAYOUT CSS
   ===================== */
@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('/catalog/view/theme/engstudent/assets/fonts/MuseoSansCyrl-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('/catalog/view/theme/engstudent/assets/fonts/MuseoSansCyrl-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('/catalog/view/theme/engstudent/assets/fonts/MuseoSansCyrl-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url('/catalog/view/theme/engstudent/assets/fonts/MuseoSansCyrl-100.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --eg-blue: #203e77;
  --eg-accent: #009ad9;
  --eg-text: #051f38;
  --eg-muted: #62748a;
  --eg-border: #e1e2e6;
  --eg-light: #f5f7fa;
  --eg-red: #e60000;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Museo Sans Cyrl', sans-serif;
  color: var(--eg-text);
  background: #fff;
  font-weight: 300;
  max-width: 100%;
  overflow-x: hidden;
}

body.eg-lock {
  overflow: hidden;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

.eg-container {
  max-width: 1770px;
  margin: 0 auto;
  padding: 0 15px;
}

/* HEADER */

.eg-header {
  position: relative;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid var(--eg-border);
}

.eg-mobile-topbar {
  display: none;
}

.eg-header__top {
  height: 40px;
  border-bottom: 1px solid var(--eg-border);
}

.eg-header__top-inner {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.eg-lang {
  display: flex;
  align-items: center;
}

.eg-lang a {
  min-width: 60px;
  height: 24px;
  border: 1px solid rgba(38, 51, 105, .2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #53677f;
  text-decoration: none;
}

.eg-lang a.is-active {
  border-color: var(--eg-accent);
  color: var(--eg-accent);
  background: rgba(0, 154, 217, .08);
}

.eg-top-nav {
  display: flex;
  align-items: center;
  gap: 46px;
}

.eg-top-nav a {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 300;
  text-decoration: none;
  color: #051F38
}

.eg-top-nav a:hover {
  color: var(--eg-accent);
}

.eg-menu.is-open .eg-top-nav {
    flex-direction: column;
    align-items: flex-start;
}

.eg-header__contacts {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 300;
}

.eg-header__contacts a {
  color: var(--eg-accent);
  text-decoration: underline;
}

.eg-header__main {
  height: 60px;
}

.eg-header__main-inner {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.eg-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.eg-logo img {
  display: block;
  width: 122px;
}

.eg-catalog-btn {
  height: 60px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-bottom: 2px solid #fff;
  color: var(--eg-text);
  font-size: 16px;
  line-height: 7px;
  font-weight: 700;
  cursor: pointer;
}

.eg-catalog-btn:hover,
.eg-week-sale:hover {
  border-bottom: 2px solid var(--eg-accent);
  background: #f8fafc;
}

.eg-week-sale {
  /* display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  color: var(--eg-text);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none; */
    height: 60px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-bottom: 2px solid #fff;
  color: var(--eg-text);
  font-size: 16px;
  line-height: 7px;
  font-weight: 700;
  cursor: pointer;
}

.eg-search {
  margin-left: auto;
  width: 440px;
  height: 40px;
  display: flex;
  border: 1px solid #cfd8e3;
  background: #fff;
}

.eg-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 500;
  outline: none;
}

.eg-search button {
  width: 94px;
  border: 0;
  background: #d8f1fb;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid #fff;
  height: 100%;
}

.eg-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--eg-text);
  text-decoration: none;
  font-size: 22px;
}

.eg-cart__count {
  position: absolute;
  top: -7px;
  right: -9px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 50%;
  background: var(--eg-red);
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

/* MENU */

.eg-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 140;
  background: rgba(5, 31, 56, .35);
  opacity: 0;
  visibility: hidden;
  transition: .2s ease;
}

.eg-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.eg-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  width: 375px;
  max-width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  transform: translateX(-100%);
  transition: transform .25s ease;
}

.eg-menu.is-open {
  transform: translateX(0);
}

.eg-menu__head {
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--eg-border);
}

.eg-menu__close {
  border: 0;
  background: transparent;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}

.eg-menu__search {
  padding: 16px;
}

.eg-menu__search form {
  height: 40px;
  display: flex;
  border: 1px solid #cfd8e3;
}

.eg-menu__search input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 0 16px;
  outline: none;
}

.eg-menu__search button {
  width: 74px;
  border: 0;
  background: #d8f1fb;
  color: #fff;
  font-weight: 500;
}

.eg-menu__main-links {
  padding: 12px 24px 64px;
}

.eg-menu__main-links a {
  height: 64px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--eg-text);
  font-weight: 500;
  text-decoration: none;
}

.eg-menu__main-links b {
  margin-left: auto;
  font-size: 28px;
  font-weight: 300;
}

.eg-menu__bottom {
  min-height: 320px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #f4f6f9;
}

.eg-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.eg-menu__nav a {
  color: #445a73;
  text-decoration: none;
}

.eg-menu__contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 14px;
}

.eg-menu__contacts a {
  color: var(--eg-accent);
  text-decoration: none;
}

/* MAIN */

.eg-main {
  padding: 20px 0 56px;
}

.eg-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 14px;
  color: #7e8a97;
}

.eg-breadcrumbs a,
.eg-breadcrumbs span {
  text-decoration: none;
  color: #7e8a97;
}

.eg-breadcrumbs a {
  color: black;
}

.eg-breadcrumbs a::after {
  content: '>';
  margin-left: 8px;
}

.eg-catalog__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.eg-catalog__title {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
}

.eg-filter-toggle {
  display: none;
}

.eg-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}

.eg-category-tabs a {
  min-height: 36px;
  padding: 8px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--eg-accent);
  color: var(--eg-text);
  font-weight: 300;
  text-decoration: none;
}

.eg-category-tabs a.is-active {
  background: var(--eg-accent);
  color: #fff;
}

.eg-category-tabs a.is-active:hover {
    border-color: #00a0dc;
    background: #d8f1fb;
    color: #00a0dc;
}

.eg-catalog__layout {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.eg-sidebar {
  width: 210px;
  flex: 0 0 210px;
}

.eg-sidebar__head {
  display: none;
}

.eg-filter-box {
  padding: 0 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--eg-border);
}

.eg-filter-box__title {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 500;
}

.eg-filter-box label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  font-size: 14px;
  color: #334960;
  cursor: pointer;
}

.eg-filter-box input {
  width: 16px;
  height: 16px;
  accent-color: var(--eg-accent);
}

.eg-catalog__content {
  flex: 1;
  min-width: 0;
}

.eg-products-toolbar {
  min-height: 38px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--eg-muted);
  font-size: 14px;
}

.eg-products-toolbar select {
  height: 36px;
  min-width: 190px;
  border: 1px solid var(--eg-border);
  padding: 0 10px;
  background: #fff;
}

.eg-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.eg-product-card {
  position: relative;
  min-width: 0;
  padding: 15px;
  border: 1px solid #e7eaee;
  background: #fff;
  transition: box-shadow .2s ease, transform .2s ease;
}

.eg-product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
}

.eg-product-card__image {
  position: relative;
  height: 210px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f8fb;
  overflow: hidden;
}

.eg-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.eg-product-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  min-width: 42px;
  padding: 4px 8px;
  background: var(--eg-red);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.eg-product-card__badge.ebook {
  background: transparent;
  left: 0px;
}

.eg-product-card__badge + .ebook {
  top: 40px;
}

.eg-product-card__title {
  min-height: 42px;
  display: block;
  margin-bottom: 8px;
  color: var(--eg-text);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
}

.eg-product-card__desc {
  min-height: 38px;
  margin-bottom: 15px;
  color: var(--eg-muted);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45;
}

.eg-product-card__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.eg-product-card__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.eg-price-new {
  color: var(--eg-red);
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.eg-price-old {
  color: #999;
  font-size: 14px;
  font-weight: 300;
  text-decoration: line-through;
}

.eg-product-card__cart {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border: 1px solid var(--eg-accent);
  background: rgba(0, 154, 217, 0.1);
  color: var(--eg-accent);
  cursor: pointer;
}

.eg-product-card__cart svg {
  position: relative;
  top: 2px;
  left: -1px
}

.eg-pagination {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.eg-pagination a {
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--eg-border);
  color: var(--eg-text);
  text-decoration: none;
}

.eg-pagination a.is-active {
  border-color: var(--eg-accent);
  background: var(--eg-accent);
  color: #fff;
}

.eg-seo-text {
  margin-top: 50px;
  /* max-width: 1000px; */
  color: #23364d;
  font-size: 14px;
  line-height: 1.7;
}

.eg-seo-text h2 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.25;
}

.eg-seo-text p {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 300;
}

/* FOOTER */

.eg-footer {
  background: var(--eg-blue);
  color: #fff;
  border-top: 1px solid var(--eg-border);
  padding: 40px 0;
}

.eg-footer__inner {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 15px;
}

.eg-footer__logo {
  display: inline-flex;
  width: 122px;
  margin-bottom: 44px;
}

.eg-footer__logo img {
  display: block;
  width: 100%;
}

.eg-footer__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 120px;
  column-gap: 90px;
}

.eg-footer__col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.eg-footer__title {
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;
}

.eg-footer__col a {
  color: rgba(255,255,255,.78);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
}

.eg-footer__col a:hover {
  color: #fff;
}

.eg-footer__col--bold a {
  color: #fff;
  font-weight: 700;
}

.eg-footer__contacts a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.eg-footer__socials {
  display: flex;
  gap: 12px;
}

.eg-footer__social {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-weight: 500;
  font-size: 19px;
  text-decoration: none !important;
}

.eg-footer__social--ig {
  background: linear-gradient(135deg, #feda75, #d62976, #962fbf, #4f5bd5);
}

.eg-footer__social--fb {
  background: #1877f2;
  font-family: 'Museo Sans Cyrl', sans-serif;
  font-size: 24px;
}

.eg-footer__social--yt {
  background: #ff0000;
  font-size: 15px;
}

.eg-footer__bottom {
  margin-top: 46px;
  padding-top: 14px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.42);
  font-size: 14px;
  line-height: 1.3;
}

/* 1920+ */

@media (min-width: 1600px) {
  .eg-container,
  .eg-footer__inner {
    max-width: 1460px;
  }

  .eg-products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* 1440 */

@media (max-width: 1439px) {
  .eg-container,
  .eg-footer__inner {
    max-width: 1230px;
    padding-left: 75px;
    padding-right: 75px;
  }

  .eg-header__main-inner {
    gap: 24px;
  }

  .eg-search {
    width: 360px;
  }

  .eg-footer__grid {
    column-gap: 70px;
  }
}

/* tablet */

@media (max-width: 1199px) {
  .eg-top-nav {
    gap: 24px;
  }

  .eg-header__contacts {
    display: none;
  }

  .eg-search {
    width: 300px;
  }

  .eg-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .eg-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 34px;
  }
}

@media (max-width: 991px) {
  .eg-container,
  .eg-footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .eg-header__desktop {
    display: none;
  }

  .eg-mobile-topbar {
    height: 60px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--eg-border);
  }

  .eg-burger {
    width: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .eg-burger span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: var(--eg-text);
  }

  .eg-main {
    padding-top: 16px;
  }

  .eg-filter-toggle {
    height: 36px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--eg-accent);
    background: #fff;
    color: var(--eg-accent);
    font-weight: 500;
  }

  .eg-catalog__layout {
    display: block;
  }

  .eg-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 160;
    width: 320px;
    max-width: 90vw;
    height: 100vh;
    padding: 20px;
    overflow-y: auto;
    background: #fff;
    transform: translateX(-100%);
    transition: transform .25s ease;
  }

  .eg-sidebar.is-open {
    transform: translateX(0);
  }

  .eg-sidebar__head {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .eg-sidebar__head button {
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
  }
}

/* mobile */

@media (max-width: 767px) {
  .eg-container,
  .eg-footer__inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .eg-logo img {
    width: 124px;
  }

  .eg-breadcrumbs {
    margin-bottom: 16px;
  }

  .eg-catalog__title {
    font-size: 26px;
  }

  .eg-category-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .eg-category-tabs a {
    white-space: nowrap;
  }

  .eg-products-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .eg-products-toolbar select {
    width: 100%;
  }

  .eg-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .eg-product-card {
    padding: 10px;
  }

  .eg-product-card__image {
    height: 150px;
  }

  .eg-product-card__title {
    min-height: auto;
    font-size: 14px;
  }

  .eg-product-card__desc {
    display: none;
  }

  .eg-price-new {
    font-size: 19px;
  }

  .eg-product-card__cart {
    width: 30px;
    height: 30px;
  }

  .eg-seo-text {
    margin-top: 34px;
  }

  .eg-footer {
    padding: 16px 0 17px;
  }

  .eg-footer__logo {
    width: 124px;
    margin-bottom: 34px;
  }

  .eg-footer__grid {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }

  .eg-footer__col {
    gap: 19px;
  }

  .eg-footer__bottom {
    margin-top: 24px;
  }
}

/* =====================
   PRODUCT PAGE CSS
   ===================== */
:root{--p-blue:#009ad9;--p-dark:#061f3a;--p-text:#1d344d;--p-muted:#6b7f94;--p-bg:#f5f6f9;--p-border:#e1e2e6;--p-teal:#46b5b0;--p-red:#e60000}
*{box-sizing:border-box}.product-page{background:var(--p-bg);color:var(--p-text);font-family:'Museo Sans Cyrl'}.product-container{max-width:1290px;margin:0 auto;padding:0 15px 50px}.product-hero{display:grid;grid-template-columns:600px 1fr;gap:20px;padding-top:0}.product-gallery,.product-summary,.work-system,.product-section{background:#fff}.product-gallery{grid-row:span 2;padding:0 0 20px}.product-gallery__main{height:570px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-gallery__main img{max-width:100%;max-height:100%;display:block}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:34px;height:44px;border:1px solid var(--p-border);background:#fff;color:#8090a4;font-size:28px;cursor:pointer}.gallery-arrow--prev{left:0}.gallery-arrow--next{right:0}.product-gallery__thumbs{display:flex;gap:10px;padding:0 25px;overflow:auto}.product-gallery__thumbs button{width:70px;height:70px;flex:0 0 70px;background:#fff;border:1px solid var(--p-border);padding:3px;cursor:pointer}.product-gallery__thumbs button.active{border-color:var(--p-blue)}.product-gallery__thumbs img{width:100%;height:100%;object-fit:cover}.product-gallery__dots{display:none}.product-summary{padding:38px 36px 34px}.product-summary h1{margin:0 0 18px;color:var(--p-dark);font-size:28px;line-height:1.22;font-weight:700}.product-rating{display:flex;gap:12px;align-items:center;margin-bottom:18px}.product-rating span{color:#ffa800;letter-spacing:1px}.product-rating a{color:#9aa8b5;font-size:13px}.product-short{margin:0 0 18px;color:#54677d;font-size:15px;line-height:1.55}.product-labels{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.product-labels span{background:#eaf9f8;color:#299b9d;padding:6px 12px;font-size:13px}.product-price{display:flex;align-items:center;gap:12px;margin-bottom:20px}.product-price strong{color:var(--p-red);font-size:28px}.product-price del{color:#94a0ad;font-size:17px}.product-buy{width:160px;height:48px;background:var(--p-blue);border:0;color:#fff;font-weight:700;cursor:pointer}.one-click{display:block;margin:14px 0 20px;color:#526b84;font-size:13px;text-decoration:underline}.delivery-note{display:inline-flex;align-items:center;gap:12px;color:#42566d;font-size:13px;background:#fff}.delivery-note span{width:34px;height:34px;background:#e7f8f8;display:flex;align-items:center;justify-content:center}.work-system{align-self:start;border:1px solid var(--p-teal)}.work-system__head{height:28px;background:var(--p-teal);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.work-system__item{display:flex;gap:16px;padding:17px 24px}.work-system__item span{width:28px;height:28px;border:1px solid #a6dcda;color:var(--p-teal);display:flex;align-items:center;justify-content:center}.work-system__item b{color:var(--p-dark)}.work-system__item p{margin:6px 0 0;color:#536a82}.product-section{margin-top:24px;padding:24px}.product-section h2{margin:0 0 20px;color:var(--p-dark);font-size:20px}.kit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px 120px}.check-item{display:flex;gap:14px}.check-item span,.fit-box li:before{width:18px;height:18px;border-radius:50%;background:var(--p-teal);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;flex:0 0 18px}.check-item b{color:var(--p-dark)}.check-item p{margin:5px 0 0;color:#6d7f92}.steps-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px 110px}.step-item{display:flex;gap:18px}.step-icon{width:54px;height:54px;background:#e5e7eb;color:#fff;display:flex;align-items:center;justify-content:center}.step-item b{color:var(--p-dark)}.step-item p{margin:6px 0 0;color:#6d7f92}.fit-box{display:grid;grid-template-columns:1fr 1fr;gap:80px}.fit-box h3{margin:0 0 14px;color:var(--p-teal);font-size:15px}.fit-box ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}.fit-box li{display:flex;gap:10px;align-items:center}.fit-box li:before{content:'✓'}.fit-box .bad h3{color:#9aa4af}.fit-box .bad li:before{content:'×';background:#d6d9de}.product-carousel{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.mini-card{position:relative;background:#fff;border:1px solid var(--p-border);padding:12px}.mini-card img{width:100%;height:145px;object-fit:contain}.mini-card h3{font-size:15px;color:var(--p-dark);line-height:1.25;margin:10px 0 6px}.mini-card p{margin:0 0 10px;color:#65788d;line-height:1.35}.mini-card strong{color:var(--p-red);font-size:18px}.mini-card del{color:#9aa4af;margin-left:6px}.mini-card button{width:100%;height:36px;margin-top:12px;background:var(--p-blue);border:0;color:#fff;font-weight:700}.discount{position:absolute;top:10px;left:10px;background:var(--p-red);color:#fff;font-weight:700;padding:4px 8px;font-size:13px}.video-box{position:relative;max-width:640px;margin:auto}.video-box img{width:100%;display:block}.video-box button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:46px;border:0;border-radius:10px;background:red;color:#fff;font-size:24px}.topics-section ul{columns:2;margin:0;padding-left:18px;color:#244057}.topics-section li{margin-bottom:12px}.topics-section li::marker{color:var(--p-teal)}.accordion-title{display:flex;width:100%;justify-content:space-between;background:none;border:0;padding:0;margin:0 0 18px;color:var(--p-dark);font-weight:700;font-size:17px;text-align:left}.show-more{display:block;margin:22px auto 0;border:0;background:transparent;color:var(--p-blue);font-weight:700}.section-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.outline-btn{height:36px;padding:0 18px;background:#fff;border:2px solid var(--p-blue);color:var(--p-blue);font-weight:700}.review{background:#fff;border-top:1px solid var(--p-border);padding:20px 0}.review div{color:#ffa800;margin:8px 0}.review img{display:block;margin-top:10px}.faq-item{width:100%;height:58px;background:#fff;border:0;border-top:1px solid var(--p-border);display:flex;align-items:center;justify-content:space-between;color:var(--p-dark);font-weight:700;text-align:left;padding:0 18px}
@media(max-width:991px){.product-container{padding:0 10px 30px}.product-hero{display:block}.product-gallery{padding-bottom:16px}.product-gallery__main{height:auto;padding:16px 40px}.product-gallery__main img{width:100%;height:auto}.gallery-arrow,.product-gallery__thumbs{display:none}.product-gallery__dots{display:flex;justify-content:center;gap:10px;margin:10px 0}.product-gallery__dots span{width:7px;height:7px;border-radius:50%;background:var(--p-border)}.product-gallery__dots span.active{background:var(--p-blue)}.product-summary{padding:24px 10px}.product-summary h1{font-size:28px}.product-buy{width:100%;height:52px;font-size:16px}.work-system{margin-top:24px}.product-section{padding:20px 14px;margin-top:24px}.kit-grid,.steps-grid,.fit-box{grid-template-columns:1fr;gap:20px}.product-carousel{display:flex;overflow:auto;gap:12px}.mini-card{min-width:185px}.topics-section ul{columns:1}.section-row{display:block}.outline-btn{width:100%;margin-top:12px}.video-box{max-width:none}.work-system__item{padding:17px 16px}.product-labels span{font-size:12px}.product-price strong{font-size:28px}}


/* =========================================================
   CATEGORY CORRECTIONS FROM MOCKUP
   ========================================================= */
body {
  background: #F5F6F9;
}

.eg-header,
.eg-menu,
.eg-mobile-topbar {
  background: #fff;
}

.eg-main {
  padding: 20px 0 56px;
  background: #F5F6F9;
}

.eg-search,
.eg-menu__search form {
  position: relative;
}

.eg-search__icon {
  width: 46px;
  flex: 0 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #52657d;
  font-size: 25px;
  line-height: 1;
  pointer-events: none;
}

.eg-search input,
.eg-menu__search input {
  padding-left: 0;
}

.eg-breadcrumbs {
  margin-bottom: 22px;
}

.eg-catalog__top,
.eg-products-toolbar {
  display: none !important;
}

.eg-catalog__layout {
  align-items: flex-start;
  gap: 40px;
}

.eg-sidebar {
  width: 270px;
  flex: 0 0 270px;
  padding: 27px 28px 28px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(31, 55, 93, .06);
}

.eg-sidebar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

.eg-sidebar__head strong {
  font-size: 22px;
  line-height: 1.2;
  color: var(--eg-text);
}

.eg-sidebar__head button {
  display: none;
}

.eg-filter-box {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dce3eb;
}

.eg-filter-box:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.eg-filter-box__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
  font-size: 17px;
  font-weight: 500;
}

.eg-filter-box__title::after {
  content: '⌃';
  color: #49627e;
  font-size: 17px;
  font-weight: 300;
}

.eg-filter-box label {
  gap: 13px;
  margin-bottom: 14px;
  font-size: 16px;
  color: var(--eg-text);
}

.eg-filter-box label span {
  color: #9aa8b6;
}

.eg-filter-box input {
  appearance: none;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 1px solid #cbd5e1;
  background: #fff;
  cursor: pointer;
}

.eg-filter-box input:checked {
  border-color: var(--eg-accent);
  background: var(--eg-accent);
  box-shadow: inset 0 0 0 4px var(--eg-accent);
}

.eg-filter-box input:checked::before {
  content: '✓';
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

.eg-filter-more {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 2px;
  color: var(--eg-accent);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.eg-category-row {
  display: flex;
  align-items: stretch;
  gap: 14px;
  margin-bottom: 30px;
}

.eg-category-tabs {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.eg-category-tabs a {
  min-height: 35px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #dce3eb;
  background: #fff;
  color: #353535;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.eg-category-tabs a.is-active {
  border-color: #e1e2e6;
  background: #f5f6f9;
  color: #353535;
}

.eg-category-tabs__icon {
  font-size: 22px;
  line-height: 1;
  min-width: 22px;
  min-height: 22px;
}

.eg-category-tabs__icon img {
  width: 22px;
  height: 22px;
}

.eg-catalog__content {
  min-width: 0;
}

.eg-products-grid {
  gap: 6px;
}

.eg-product-card {
  border: 0;
  background: #fff;
  box-shadow: 0 4px 18px rgba(31, 55, 93, .04);
}

.eg-product-card__image {
  background: #fff;
}

@media (max-width: 1439px) {
  .eg-catalog__layout {
    gap: 32px;
  }

  .eg-sidebar {
    width: 260px;
    flex-basis: 260px;
  }

  .eg-category-tabs a {
    padding: 0 18px;
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .eg-category-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .eg-catalog__layout {
    display: block;
  }

  .eg-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 160;
    width: 320px;
    max-width: 90vw;
    height: 100vh;
    padding: 20px;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform .25s ease;
  }

  .eg-sidebar.is-open {
    transform: translateX(0);
  }

  .eg-sidebar__head button {
    display: block;
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
  }

  .eg-category-row {
    align-items: flex-start;
  }

  .eg-filter-toggle {
    height: 52px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--eg-accent);
    background: #fff;
    color: var(--eg-accent);
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .eg-category-row {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    overflow-x: auto;
  }

  .eg-category-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    padding-right: 10px;
  }

  .eg-category-tabs a {
    min-height: 44px;
    padding: 0 16px;
    font-size: 15px;
  }

  .eg-category-tabs__icon {
    font-size: 18px;
  }
}

.eg-search {
  position: relative;
}

.eg-search__icon {
  width: 46px;
  flex: 0 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.eg-search input {
  padding: 0 18px 0 0 !important;
}

.ocf-header {
  display: none !important;
}

.ocf-value span.ocf-value-counter {
  color: #a3a3a3; 
}

.ocf-theme-light .ocf-filter-header {
  text-transform: none !important;
  font-size: 18px !important;
}

.ocf-btn-link {
  color: var(--eg-accent) !important;
}

.ocf-noUi-connect:before, .ocf-noUi-handle {
  background-color: var(--eg-accent) !important;
}


.ocf-selected .ocf-value-input::before {
      color: #fff;
    border-color: #3366D5;
    background-color: var(--eg-accent) !important;
}

.ocf-value-input-checkbox::before {
  border-radius: 0 !important;
}

.eg-product-card__cart.is-loading {
    opacity: .6;
    pointer-events: none;
    position: relative;
}

.eg-product-card__cart.is-loading svg {
    opacity: .25;
}

.eg-product-card__cart.is-loading::after {
    content: '';
    width: 14px;
    height: 14px;
    border: 2px solid #009AD9;
    border-top-color: transparent;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -7px;
    animation: eg-spin .7s linear infinite;
}

@keyframes eg-spin {
    to {
        transform: rotate(360deg);
    }
}

.eg-products-grid {
  align-items: stretch;
}

.eg-product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.eg-product-card__image {
  flex: 0 0 300px;
  height: 300px;
}

.eg-product-card__title {
  min-height: 72px;
}

.eg-product-card__desc {
  min-height: 88px;
}

.eg-product-card__bottom {
  margin-top: auto;
}

/* .ocf-container.ocf-mobile-active {
  translateX(-100%) translate3d(0,0,0) !important;
} */


@media (max-width: 991px) {
  /* .eg-mobile-sticky {
    position: sticky;
    top: 0;
    z-index: 120;
    background: #fff;
  } */

  .eg-mobile-topbar {
    border-bottom: 1px solid #e1e2e6;
    background: #fff;
  }

  .eg-category-row {
    display: block;
    margin-bottom: 16px;
  }

  /* .eg-category-row .eg-filter-toggle {
    width: 100%;
    height: 44px;
    margin: 0 0 16px;
    border: 0;
    background: #009ad9;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  } */

  .eg-filter-toggle svg,
  .eg-filter-toggle img {
    margin-right: 8px;
  }

  .eg-category-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .eg-mobile-sticky {
    margin-left: -10px;
    margin-right: -10px;
  }

  .eg-category-row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    overflow: visible;
  }

  .eg-category-row .eg-filter-toggle {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .eg-header {
    position: sticky;
    top: 0;
    z-index: 300;
  }

  .eg-mobile-filter-sticky {
    position: sticky;
    top: 60px;
    z-index: 290;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 10px;
    background: #F5F6F9;
  }

  .eg-mobile-filter-sticky .eg-filter-toggle {
    width: 100%;
    height: 44px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    background: #009AD9;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }

  .eg-mobile-filter-sticky .eg-filter-toggle svg {
    flex: 0 0 auto;
  }

  .eg-category-row {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .eg-mobile-filter-sticky {
    top: 60px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px 10px;
  }
}

@media (max-width: 991px) {
  body.eg-ocf-open .eg-mobile-filter-sticky {
    z-index: 10;
  }

  .ocf-mobile-left,
  .ocf-mobile-left.ocf-mobile-active,
  .ocf-container.ocf-mobile-active {
    z-index: 1000 !important;
  }

  .ocf-mobile-left,
  .ocf-mobile-left.ocf-mobile-active,
  .ocf-container.ocf-mobile-active {
    z-index: 1000 !important;
  }

  .eg-menu-overlay {
    z-index: 140;
  }
}

@media (max-width: 991px) {


  body.eg-ocf-open .eg-mobile-filter-sticky {
    z-index: 1 !important;
  }

  .ocf-mobile-left,
  .ocf-mobile-left.ocf-mobile-active {
    z-index: 1000 !important;
  }

  body.eg-ocf-open .eg-mobile-filter-sticky {
    z-index: 1 !important;
  }

  .ocf-mobile-left,
  .ocf-mobile-left.ocf-mobile-active {
    z-index: 1000 !important;
  }

  .ocf-mobile-left.ocf-mobile-active::before,
  .ocf-mobile-left.ocf-mobile-active::after {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .eg-filter-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 320px;
    z-index: 900;
    background: rgba(5, 31, 56, .35);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .2s ease;
  }

  .eg-filter-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .ocf-mobile-left,
  .ocf-mobile-left.ocf-mobile-active {
    z-index: 1000 !important;
  }
}

@media (max-width: 360px) {
  .eg-filter-backdrop {
    left: 300px;
  }
}

.ocf-value-list-body .ocf-value,
.ocf-value-list-body .ocf-value:hover {
  padding-bottom: 9px;
}

#search {
  margin-right: 5%;
}

.ocf-value-list-body .ocf-value-name {
  font-size: 14px;
  font-family: 'Museo Sans Cyrl';
  font-weight: 300;  
}

.ocf-filter .ocf-active-label:empty + .ocf-filter-name {
  font-size: 16px;
  font-weight: 700;
}

/* PRODUCT MOBILE FIX */

.product-page {
  overflow-x: hidden;
}

.product-container {
  width: 100%;
  max-width: 1290px;
  overflow-x: hidden;
}

.product-gallery,
.product-summary,
.work-system,
.product-section {
  min-width: 0;
}

.product-gallery__main img,
.video-box img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.video-box {
  width: 100%;
  max-width: 640px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .product-page {
    overflow-x: hidden;
  }

  .product-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden;
  }

  .product-hero {
    display: block;
    width: 100%;
  }

  .product-gallery {
    width: 100%;
    padding: 0 0 16px;
    overflow: hidden;
  }

  .product-gallery__main {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    padding: 0;
    background: #e9eef5;
  }

  .product-gallery__main img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  .gallery-arrow {
    display: none;
  }

  .product-summary {
    width: 100%;
    padding: 24px 12px;
    overflow: hidden;
  }

  .product-summary h1 {
    font-size: 28px;
    line-height: 1.2;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .product-short {
    overflow-wrap: anywhere;
  }

  .product-labels {
    display: flex;
    flex-wrap: wrap;
  }

  .product-labels span {
    white-space: nowrap;
  }

  .product-buy {
    width: 100%;
    max-width: 100%;
  }

  .delivery-note {
    max-width: 100%;
    align-items: center;
  }

  .work-system {
    width: 100%;
    margin-top: 24px;
  }

  .product-section {
    width: 100%;
    padding: 20px 12px;
    overflow: hidden;
  }

  .video-box {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
  }

  .video-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-carousel {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .mini-card {
    min-width: 185px;
    max-width: 185px;
  }
}

@media (max-width: 991px) {
  #search {
    width: 90%;
    min-width: unset;
 }

  .eg-menu .eg-logo {
    justify-content: center;
  }

  .eg-menu-overlay.is-open {
    display: none;
  }

  .eg-menu {
    width: 100vw;
    max-width: 100vw;
    height: 100dvh;
    z-index: 1000;
  }

  .eg-menu__head {
    position: relative;
    height: 72px;
    padding: 0 18px;
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    border-bottom: 1px solid #e1e2e6;
  }

  .eg-menu__close {
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 0;
    background: transparent;
    color: #051f38;
    font-size: 34px;
    line-height: 1;
  }

  .eg-menu__logo {
    justify-self: center;
  }

  .eg-menu__logo svg,
  .eg-menu__logo img {
    display: block;
    width: 129px;
    height: auto;
  }

  .eg-menu__cart {
    justify-self: end;
  }

  .eg-menu__search {
    padding: 16px 18px;
  }
}
/* =========================================================
   HOME PAGE CSS
   ========================================================= */
.home-main {
  background: #f5f6f9;
  color: var(--eg-text);
  overflow-x: hidden;
}

.home-container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 15px;
}

.home-btn {
  min-width: 170px;
  height: 44px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.home-btn--primary {
  background: var(--eg-accent);
  color: #fff;
}

.home-btn--outline {
  border-color: var(--eg-accent);
  color: var(--eg-accent);
  background: #fff;
}

.home-hero {
  background: #203e77;
  color: #fff;
}

.home-hero__inner {
  min-height: 450px;
  display: grid;
  grid-template-columns: 1fr 560px;
  align-items: center;
  gap: 40px;
}

.home-hero__content h1 {
  max-width: 610px;
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 700;
}

.home-hero__content p {
  max-width: 475px;
  margin: 0 0 26px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.55;
}

.home-hero__note {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #cfefff;
}

.home-hero__note span {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,154,217,.25);
}

.home-hero__note b,
.home-hero__note small {
  display: block;
}

.home-hero__note small {
  margin-top: 4px;
  opacity: .75;
}

.home-hero__visual {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

.home-hero__visual img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
}

.home-hero__stats {
  max-width: 1290px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,.12);
}

.home-hero__stats div {
  min-height: 78px;
  padding: 18px 24px;
  border-right: 1px solid rgba(255,255,255,.12);
}

.home-hero__stats b,
.home-hero__stats span {
  display: block;
}

.home-hero__stats b {
  font-size: 20px;
}

.home-hero__stats span {
  margin-top: 5px;
  color: rgba(255,255,255,.64);
  font-size: 13px;
}

.home-sale {
  position: relative;
  min-height: 170px;
  margin-top: 40px;
  margin-bottom: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #15c8f3;
  overflow: hidden;
}

.home-sale img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.home-sale__content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.home-sale__content span,
.home-sale__content strong,
.home-sale__content p {
  display: block;
}

.home-sale__content strong {
  margin: 4px 0;
  color: #ff284e;
  font-size: 36px;
  line-height: 1;
}

.home-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 30px;
  height: 30px;
  border: 0;
  background: rgba(255,255,255,.9);
  color: var(--eg-accent);
  transform: translateY(-50%);
}

.home-slider-arrow:first-child {
  left: 20px;
}

.home-slider-arrow:last-child {
  right: 20px;
}

.home-section {
  padding: 48px 0;
}

.home-section--gray {
  background: #eef2f6;
}

.home-section__head {
  margin-bottom: 22px;
}

.home-section__head h2,
.home-system h2,
.home-more-than h2,
.home-cta h2 {
  margin: 0;
  color: var(--eg-text);
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
}

.home-section__head--row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.home-section__head--row a,
.home-more {
  color: var(--eg-accent);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.home-audience {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.home-audience article {
  min-height: 155px;
  padding: 24px;
  background: #fff;
  border: 1px solid #e1e2e6;
}

.home-audience span {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: var(--eg-accent);
  background: #eaf8fc;
}

.home-audience h3 {
  margin: 0 0 8px;
  font-size: 17px;
}

.home-audience p {
  margin: 0 0 12px;
  color: var(--eg-muted);
  line-height: 1.5;
}

.home-audience a {
  color: var(--eg-accent);
  font-weight: 700;
  text-decoration: none;
}

.home-products-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.home-directions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 20px;
}

.home-directions a {
  min-height: 64px;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: 18px 1fr 18px;
  gap: 12px;
  align-items: center;
  background: #fff;
  border: 1px solid #e1e2e6;
  text-decoration: none;
}

.home-directions span {
  width: 16px;
  height: 16px;
  background: var(--eg-accent);
}

.home-directions b,
.home-directions small {
  display: block;
}

.home-directions small {
  margin-top: 3px;
  color: var(--eg-muted);
}

.home-directions em {
  font-style: normal;
  color: var(--eg-muted);
}

.home-system {
  padding: 60px 15px;
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 60px;
  align-items: center;
  background: #fff;
}

.home-system p,
.home-more-than p,
.home-cta p {
  color: var(--eg-muted);
  line-height: 1.55;
}

.home-system ol {
  margin: 26px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  counter-reset: steps;
}

.home-system li {
  position: relative;
  min-height: 46px;
  padding-left: 48px;
  counter-increment: steps;
}

.home-system li::before {
  content: counter(steps);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--eg-accent);
  background: #eaf8fc;
  font-weight: 700;
}

.home-system li b,
.home-system li span {
  display: block;
}

.home-system li span {
  margin-top: 4px;
  color: var(--eg-muted);
}

.home-system__image img {
  width: 100%;
}

.home-reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.home-reviews article {
  min-height: 160px;
  padding: 24px;
  background: #fff;
}

.home-reviews b,
.home-reviews span {
  display: block;
}

.home-reviews span {
  margin: 12px 0;
  color: #ffa800;
}

.home-reviews p {
  margin: 0;
  color: var(--eg-muted);
  line-height: 1.5;
}

.home-more {
  display: table;
  margin: 24px auto 0;
}

.home-more-than {
  padding: 60px 15px;
  background: #fff;
}

.home-more-than__grid {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 1fr 360px 1fr;
  gap: 36px;
  align-items: center;
}

.home-feature-list {
  display: grid;
  gap: 14px;
}

.home-feature-list article {
  padding: 16px;
  display: flex;
  gap: 14px;
  border: 1px solid #e1e2e6;
}

.home-feature-list span {
  color: var(--eg-accent);
}

.home-feature-list b,
.home-feature-list p {
  display: block;
  margin: 0;
}

.home-feature-list p {
  margin-top: 6px;
  color: var(--eg-muted);
}

.home-cta {
  margin-top: 48px;
  margin-bottom: 60px;
  padding: 34px 50px;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 50px;
  align-items: center;
  background: #dff6f6;
}

.home-cta img {
  width: 100%;
}

@media (max-width: 1199px) {
  .home-hero__inner {
    grid-template-columns: 1fr 440px;
  }

  .home-products-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .home-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-hero__inner {
    min-height: auto;
    padding-top: 24px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-hero__content h1 {
    font-size: 28px;
  }

  .home-hero__visual {
    order: -1;
  }

  .home-hero__visual img {
    max-height: 260px;
  }

  .home-hero__stats {
    grid-template-columns: repeat(4, 1fr);
    overflow-x: auto;
  }

  .home-hero__stats div {
    min-width: 110px;
    padding: 14px;
  }

  .home-sale {
    margin-top: 24px;
    margin-bottom: 32px;
    min-height: 140px;
  }

  .home-sale img {
    height: 140px;
  }

  .home-section {
    padding: 34px 0;
  }

  .home-section__head h2,
  .home-system h2,
  .home-more-than h2,
  .home-cta h2 {
    font-size: 22px;
  }

  .home-audience,
  .home-directions,
  .home-reviews,
  .home-system,
  .home-more-than__grid,
  .home-cta {
    grid-template-columns: 1fr;
  }

  .home-products-row {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .home-products-row .eg-product-card {
    min-width: 170px;
    max-width: 170px;
  }

  .home-system,
  .home-more-than {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .home-system__image {
    order: -1;
  }

  .home-cta {
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 24px 18px;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .home-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-hero__inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-hero__content h1 {
    font-size: 24px;
  }

  .home-hero__content p {
    font-size: 14px;
  }

  .home-btn {
    width: 100%;
  }

  .home-sale {
    margin-left: 10px;
    margin-right: 10px;
  }

  .home-audience article,
  .home-reviews article,
  .home-feature-list article {
    padding: 18px;
  }

  .home-directions a {
    padding: 13px 14px;
  }
}
