

/* Start:/local/templates/eshop_bootstrap_v4/components/bitrix/news/news/bitrix/news.list/.default/style.css?177800920510624*/
.card {
  position: relative;
  display: block;
  max-width: 465px;
  width: 100%;
  max-height: 624px;
  height: 100%;
  color: white;
  text-decoration: none;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 3/4;
  font-family: 'Hoefler Text', serif;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.card-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
}

.card .more {
  display: inline-block;
  font-size: 16px;
  margin-top: 8px;
  color: white;
}

.card .more::after {
  content: ' >';
}

.news_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 12px;
}

.card-content__title {
  font-weight: 400;
  line-height: 32px;
  font-size: 32px;
  font-family: 'Hoefler Text' !important;
  color: white;
  margin-bottom: 28px !important;
}

.card-content_bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 13px;
}

/* Адаптив */
@media (max-width: 1200px) {
  .news_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .news_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .news_grid {
    grid-template-columns: 1fr;
  }
}
.demo {
  padding: 20px;
}
.btn {
  padding: 10px 14px;
  border: 0;
  border-radius: 10px;
  background: #111;
  color: #fff;
  cursor: pointer;
}

.lock {
  overflow: hidden;
}

/* ===== MODAL ===== */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 2000 !important;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.modal[aria-hidden='false'] {
  display: flex;
}
.modal__backdrop {
  /* position: absolute; */
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
}
/* mobile-first: полноэкранная карта с белым фоном */
.modal__sheet {
  /* position: absolute;
  inset: 0; */
  height: 100%;
  background: #fff;
  overflow: auto;
  border-radius: 20px 20px 0 0;
  display: grid;
  grid-template-areas:
    'header'
    'slider'
    'content';
}

/* header */
.m-header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px var(--pad);
  border-bottom: 1px solid #eee;
  height: min-content;
  grid-area: header;
  padding: 0 14px;
  height: 60px;
}
.brand {
  height: var(--brand-h);
}
.m-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 0;
  background: #f2f2f2;
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 18px;
}

/* slider */
.slider {
  position: relative;
  grid-area: slider;
  max-height: 500px;
  min-height: 500px;
  height: 100%;
}
.slider__viewport {
  overflow: hidden;
}
.slider__track {
  display: flex;
  transition: transform 0.35s ease;
  max-height: 95%;
}
.slide {
  min-width: 100%;
  aspect-ratio: 3/4;
  background: #000;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  padding: 10px 0;
}
.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cfcfcf;
}
.dot.is-active {
  background: #111;
}

/* content */
.content {
  padding: 0 24px 28px;
  padding-bottom: 60px;
  grid-area: content;
  margin-top: 52px;
}
.modal__title {
  margin: 10px 0 12px !important;
  color: #111111 !important;
  font-family: Hoefler Text !important;
  font-weight: 400 !important;
  font-style: Regular !important;
  font-size: 24px !important;
  line-height: 32px !important;
  height: auto !important;
  max-width: 100% !important;
}
.modal__text {
  color: #000000 !important;
  font-family: Helvetica Neue !important;
  font-weight: 400 !important;
  font-style: Regular !important;
  font-size: 16px !important;
  line-height: 24px !important;
}

.arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  display: none !important;
  flex-direction: row;
  justify-content: space-between;
  height: 48px;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 15px;
}

.arrow {
  width: 48px;
  height: 48px;
  background-color: white;
  border-radius: 50%;
  color: #111111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  cursor: pointer;
}

.m-header__logo {
  width: 78px;
  height: 48px;
}
.m-header__close {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  /* background-color: #f5f5f5; */
  color: #111111;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 18px;
}

/* ===== Desktop layout ===== */
@media (min-width: 801px) {
  .arrows {
    display: flex !important;
  }
  .modal__title {
    font-size: 32px !important;
  }
  .modal__sheet {
    width: min(1100px, 92vw);
    height: auto;
    max-height: 500px;
    /* left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
    border-radius: 24px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-areas:
      'slider header'
      'slider content';
    grid-template-rows: 130px auto;
  }
  .m-header {
    padding: 18px 22px;
    grid-column: 2;
    height: min-content;
  }
  .slider {
    grid-column: 1;
  }
  .content {
    padding: 0 22px 24px;
    /* padding-bottom: 60px; */
    grid-column: 2;
    overflow-y: scroll;
  }
  .m-header__logo {
    width: 78px;
    height: 48px;
  }
  .m-header__close {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #111111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    cursor: pointer;
    font-size: 18px;
  }
  .dots {
    display: none;
  }
  .slider__track {
    max-height: 100%;
  }
}

:root {
  --bg: #0f0f0f;
  --text: #fff;
  --muted: #2e2e2e;
  --muted-2: #3a3a3a;
  --pill: #2f2f2f;
  --pill-text: #cfcfcf;
  --accent: #fff;
}

* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  color: var(--text);
  background: white;
}

/* HERO */
.hero {
  position: relative;
  /*min-height:100svh;               !* на всю высоту экрана *!*/
  display: flex;
  flex-direction: column;
  gap: 61px;
  place-items: center;
  text-align: center;
  padding: 64px 20px 140px; /* отступ снизу под «пилюлю» */
  align-items: center;
  justify-content: center;
  max-height: 624px;
  height: 100%;
  background-color: rgba(17, 17, 17, 1);
}

.logo {
  display: inline-block;
  margin: 0;
}
.logo svg {
  display: block;
  height: 48px;
  width: auto;
}

/* .modal__title {
  font-weight: 900 !important;
  font-size: clamp(36px, 6vw, 128px) !important;
  line-height: 0.95 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  margin: 0 !important;
} */

/* PILLS BAR */
.filters {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  background: var(--pill);
  border-radius: 999px;
  padding: 10px 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.tabs {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.tab {
  border: 0;
  background: transparent;
  color: var(--pill-text);
  padding: 13px 17px;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  transition: background 0.2s, color 0.2s, transform 0.05s;
  white-space: nowrap;
}
.tab:hover {
  color: #fff;
}
.tab:active {
  transform: translateY(1px);
}
.tab.is-active {
  background: #fff;
  color: #000;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

.spacer {
  flex: 1;
} /* тянет поиск вправо */

.search {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 999px;
}

.search__button {
  background-color: transparent;
  border: none;
  color: rgba(255, 255, 255, 1);
  font-family: Inter, sans-serif;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.search__icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.search__icon_mobile {
  display: none;
}

.search__block_input {
  display: none;
}

.tabs_mobile {
  display: none;
}

/* узкие экраны */
@media (max-width: 532px) {
  .tabs {
    display: none;
  }
  .spacer {
    display: none;
  }
  .search {
    width: 100%;
    justify-content: space-between;
  }

  .filters {
    bottom: 80px;
  }

  .tabs_mobile {
    display: flex;
    position: absolute;
    bottom: 24px;
    gap: 18px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .search__icon {
    display: none;
  }

  .search__icon_mobile {
    display: flex;
  }

  .search__block_input {
    display: none;
    gap: 16px;
  }

  .search-label-input {
    text-align: left;
  }

  .search__block_btn-reset {
    background-color: rgba(117, 117, 117, 1);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: none;
    align-items: center;
    justify-content: center;
  }
}
.titles {
  font-weight: 900;
  font-size: clamp(36px, 6vw, 128px);
  line-height: 0.95;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0;
}

.titles {
  background-image: url('/local/templates/eshop_bootstrap_v4/components/bitrix/news/news/bitrix/news.list/.default/img/main_title_pc.svg');
  max-width: 734px;
  width: 100%;
  max-height: 200px;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .titles {
    background-image: url('/local/templates/eshop_bootstrap_v4/components/bitrix/news/news/bitrix/news.list/.default/img/main_title_mob.svg');
    max-width: 279px;
    max-height: 76px;
    width: 100%;
    height: 100%;
  }
}

.logos {
  display: inline-block;
  margin: 0;
}
.logos {
  height: 64px;
  width: 104px;
  background-image: url('/local/templates/eshop_bootstrap_v4/components/bitrix/news/news/bitrix/news.list/.default/img/hero_logo_main.svg');
}
@media screen and (max-width: 800px) {
  .logos {
    width: 70px;
    height: 40px;
    background-image: url('/local/templates/eshop_bootstrap_v4/components/bitrix/news/news/bitrix/news.list/.default/img/logo_mh_mob.svg');
  }
}

.search-label-input {
  width: 100%;
  color: white;
  background: transparent;
  border: none;
  text-align: right;
}

.search-label-input::placeholder {
  color: white;
}

@media (max-width: 532px) {
  .search-label-input {
    text-align: left;
  }
}
.card-date{
  margin-top: 22px;
  font-size: 12px;

}
/* End */
/* /local/templates/eshop_bootstrap_v4/components/bitrix/news/news/bitrix/news.list/.default/style.css?177800920510624 */
