@charset "UTF-8";
html {
  height: 100%;
}

body {
  margin: 0;
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

input {
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
}

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

a {
  color: #ff6300;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: rgb(219.3, 85.14, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
}

h1,
.h1 {
  font-size: 2rem;
}
@media (max-width: 575.98px) {
  h1,
  .h1 {
    font-size: 1.25rem;
    margin-bottom: 1em;
  }
}

h2,
.h2 {
  font-size: 1.625rem;
  margin-bottom: 1em;
}

h3,
.h3 {
  font-size: 1.375rem;
  margin-bottom: 1.1em;
}
@media (max-width: 575.98px) {
  h3,
  .h3 {
    font-size: 1.125rem;
    font-weight: 800;
    margin-bottom: 0.8em;
  }
}

main {
  flex: 1 1 auto;
}

.footer {
  background-color: #252525;
}

.label {
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex: 0 0 auto;
}
.label--price {
  background: rgb(255, 230.9237288136, 160.3);
  border-radius: 6px;
  padding: 0.1rem 0.6rem;
  font-weight: 800;
  font-size: 1rem;
}
@media (max-width: 575.98px) {
  .label--price {
    font-size: 0.8125rem;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 575.98px) {
  .header {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  }
}

/*
 * Стили для компонента слайдера цен
 */
.price-slider-container {
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
}
.price-slider-container__slider {
  margin: 1.875rem 0.625rem 1.25rem;
}
.price-slider-container__inputs {
  display: flex;
  justify-content: space-between;
  gap: 0.9375rem;
}
.price-slider-container__input-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1 50%;
}
.price-slider-container__label {
  font-size: 0.875rem;
  color: #888888;
  flex-shrink: 0;
}
.price-slider-container__field {
  width: 100%;
  padding: 0.375rem 0.625rem;
  border: 1px solid #dadada;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: inherit;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -moz-appearance: textfield;
}
.price-slider-container__field:focus {
  outline: none;
  border-color: #ff6300;
  box-shadow: 0 0 0 2px rgba(255, 99, 0, 0.2);
}
.price-slider-container__field::-webkit-outer-spin-button, .price-slider-container__field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 
 * Кастомизация стилей noUiSlider 
 */
.noUi-target {
  background: #f1f4f6;
  border-radius: 10px;
  border: none;
  box-shadow: none;
  height: 0.25rem;
}

.noUi-connect {
  background: #ff6300;
}

.noUi-handle {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background: #ff6300;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  top: -7px;
  right: -9px;
}
.noUi-handle::before, .noUi-handle::after {
  display: none;
}
.noUi-handle:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 99, 0, 0.3);
}

.noUi-tooltip {
  font-size: 0.75rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #373737;
  border-radius: 6px;
  border: none;
  padding: 0.25rem 0.375rem;
  transform: translate(-50%, -10%);
}

.btn {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
  font-size: 0.8125rem;
  padding: 0.35rem 0.9rem 0.3rem;
  border-radius: 50rem;
  background-color: #ff6300;
  color: #ffffff;
  text-decoration: none;
  min-width: 0;
  flex: 0 0 auto;
  max-width: 100%;
}
.btn:hover {
  outline: none;
}
.btn:hover:not(:disabled) {
  color: #ffffff;
  background-color: rgb(204, 79.2, 0);
}
.btn:active:not(:disabled) {
  background-color: rgb(178.5, 69.3, 0);
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.btn--sm {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  height: 38px;
}
.btn--lg {
  font-size: 1rem;
  padding: 0.5rem 1rem;
  letter-spacing: 0.2px;
}
.btn--xxl {
  font-size: 1.375rem;
  padding: 0.9rem 1.4rem;
  letter-spacing: 0.2px;
}
.btn--catalog {
  gap: 0.2rem;
}
@media (max-width: 991.98px) {
  .btn--catalog {
    padding: 0.3rem 0.7rem;
  }
  .btn--catalog span span {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .btn--catalog {
    font-size: 0.75rem;
  }
}

.btn--rounded-sm {
  border-radius: 6px;
}
.btn--rounded-md {
  border-radius: 10px;
}
.btn--rounded-lg {
  border-radius: 14px;
}
.btn--rounded-pill {
  border-radius: 50rem;
}
.btn--rounded-circle {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  padding: 0;
  font-size: 1rem;
}

.btn--primary {
  background-color: #ff6300;
  color: #ffffff;
}
.btn--primary:hover:not(:disabled) {
  background-color: rgb(204, 79.2, 0);
}
.btn--primary:active:not(:disabled) {
  background-color: rgb(178.5, 69.3, 0);
}
.btn--secondary {
  background-color: #fff0c4;
  color: #000000;
}
.btn--secondary:hover:not(:disabled) {
  background-color: rgb(255, 246.4830508475, 221.5);
  color: #000000;
}
.btn--secondary:active:not(:disabled) {
  background-color: rgb(255, 242.593220339, 206.2);
}
.btn--telegram {
  background-color: #29aaec;
  color: #ffffff;
}
.btn--telegram:hover:not(:disabled) {
  background-color: rgb(18.4291845494, 143.5536480687, 207.5708154506);
}
.btn--telegram:active:not(:disabled) {
  background-color: rgb(16.3497854077, 127.356223176, 184.1502145923);
}
@media (max-width: 991.98px) {
  .btn--telegram {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    padding: 0;
    font-size: 1rem;
  }
  .btn--telegram img {
    position: relative;
    left: -1px;
  }
  .btn--telegram span {
    display: none;
  }
}
.btn--whatsapp {
  background-color: #25d366;
  color: #ffffff;
}
.btn--whatsapp:hover:not(:disabled) {
  background-color: rgb(29.3911290323, 167.6088709677, 81.0241935484);
}
.btn--whatsapp:active:not(:disabled) {
  background-color: rgb(25.5866935484, 145.9133064516, 70.5362903226);
}
.btn--phone {
  font-size: 0.9375rem;
  font-weight: bold;
}
.btn--phone i {
  font-size: 0.8rem;
}
@media (max-width: 991.98px) {
  .btn--phone {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    padding: 0;
    font-size: 1rem;
  }
  .btn--phone img {
    position: relative;
    left: -1px;
  }
  .btn--phone span {
    display: none;
  }
}
.btn--dark {
  background-color: #252525;
  color: #ffffff;
}
.btn--dark:hover:not(:disabled) {
  background-color: rgb(24.25, 24.25, 24.25);
}
.btn--dark:active:not(:disabled) {
  background-color: rgb(11.5, 11.5, 11.5);
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 1380px;
}
@media (max-width: 1399.98px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .header-top {
    flex-wrap: wrap;
    column-gap: 10px;
  }
}
@media (max-width: 575.98px) {
  .header-top {
    padding: 8px 0;
    gap: 12px;
  }
}
.header-top__catalog-button {
  display: none;
}
@media (max-width: 767.98px) {
  .header-top__catalog-button {
    display: block;
  }
}
.header-top__left {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .header-top__left {
    max-width: 30%;
  }
}
.header-top__logo {
  display: block;
  flex-shrink: 0;
}
.header-top__logo img {
  display: block;
  max-width: 170px;
}
@media (max-width: 767.98px) {
  .header-top__logo img {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .header-top__logo {
    flex-shrink: 1;
  }
}
.header-top__tagline {
  font-size: 0.75rem;
  color: #000000;
  max-width: 250px;
}
@media (max-width: 1199.98px) {
  .header-top__tagline {
    display: none;
  }
}
.header-top__center {
  flex-grow: 1;
  min-width: 200px;
  margin: 0 20px;
  justify-content: center;
  display: flex;
}
@media (max-width: 767.98px) {
  .header-top__center {
    order: 100;
    width: 100%;
    max-width: none;
    justify-content: stretch;
    margin: 0;
  }
}
.header-top__right {
  display: flex;
  align-items: center;
  gap: 11px;
}
@media (max-width: 767.98px) {
  .header-top__right {
    flex-wrap: wrap;
    gap: 6px;
  }
}
@media (max-width: 575.98px) {
  .header-top__right .btn {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1rem;
  }
  .header-top__right .btn img {
    width: 14px;
  }
}

.header-bottom {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  box-sizing: border-box;
  padding: 0.2rem 0;
  gap: 0.5rem;
}
.header-bottom__left, .header-bottom__info, .header-bottom__actions {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 0.8125rem;
  color: #000000;
}
@media (max-width: 1399.98px) {
  .header-bottom__info {
    display: none;
  }
}
.header-bottom__menu-placer {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.5rem 0;
  margin: 0 0.5rem;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .header-bottom {
    display: none;
  }
}

.header-bottom__menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2rem;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.header-bottom__menu::-webkit-scrollbar {
  height: 4px;
}
.header-bottom__menu::-webkit-scrollbar-thumb {
  background-color: #dadada;
  border-radius: 10px;
}
.header-bottom__menu::-webkit-scrollbar-track {
  background: transparent;
}
.header-bottom__menu-item {
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
}
.header-bottom__menu-item a {
  color: #000000;
  text-decoration: none;
  padding: 0.5rem 0;
  transition: color 0.2s ease;
}
.header-bottom__menu-item a:hover {
  color: #ff6300;
}

.main-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.8rem;
  align-items: center;
  white-space: nowrap;
  min-width: 100%;
}
.main-menu::-webkit-scrollbar {
  display: none;
}

.main-menu__link {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  transition: color 0.2s ease;
}
.main-menu__link:hover {
  color: black;
}
.main-menu__link:focus {
  outline: none;
  text-decoration: underline;
}

.main-menu--compact {
  gap: 1.5rem;
}
.main-menu--compact .main-menu__link {
  font-size: 0.875rem;
  padding: 0.4rem 0;
}

.main-menu__item--active .main-menu__link {
  color: #ff6300;
  font-weight: 600;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 1.1rem 0;
  margin: 0;
  list-style: none;
  background: none;
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  color: #929292;
  gap: 0.5rem;
  row-gap: 0.1rem;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    padding: 0.8rem 0;
  }
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  color: #929292;
}
.breadcrumb-item a {
  color: #929292;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb-item a:hover {
  color: #ff6300;
  text-decoration: underline;
}
.breadcrumb-item.active {
  color: #929292;
}
.breadcrumb-item.active a, .breadcrumb-item.active::before {
  color: #929292;
  text-decoration: none;
}

.search-form {
  position: relative;
  width: 100%;
  max-width: 325px;
}
@media (max-width: 767.98px) {
  .search-form {
    max-width: none;
  }
}
.search-form__input {
  width: 100%;
  padding: 0.55rem 0.8rem;
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 50rem;
  -webkit-appearance: none;
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  color: #000000;
  padding-right: 3.5rem;
}
@media (max-width: 575.98px) {
  .search-form__input {
    padding: 0.4rem 0.8rem;
    font-size: 0.8125rem;
  }
}
.search-form__input::placeholder {
  color: #888888;
  opacity: 1;
}
.search-form__input::-webkit-search-decoration, .search-form__input::-webkit-search-cancel-button, .search-form__input::-webkit-search-results-button, .search-form__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search-form__input:focus {
  outline: none;
  border-color: #cecece;
  box-shadow: 0 0 0 3px rgba(255, 99, 0, 0.15);
}
.search-form__button {
  position: absolute;
  top: 0;
  right: 0.2rem;
  height: 100%;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #888888;
  transition: color 0.2s ease-in-out;
  transform: scaleX(-100%);
  border-radius: 0;
}
.search-form__button:hover, .search-form__button:focus {
  color: #ff6300;
  outline: none;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.9rem;
  row-gap: 2.7rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.catalog-page__products .products-grid {
  margin-bottom: 4rem;
}
@media (max-width: 1199.98px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.375rem;
  }
}
@media (max-width: 991.98px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.375rem;
  }
}
@media (max-width: 575.98px) {
  .products-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.products-grid__item {
  display: flex;
  flex-direction: column;
}
.products-grid__item > * {
  flex: 0 1 auto;
}

.filters {
  background: #fbfbfb;
  border: 1px solid #dadada;
  border-radius: 10px;
  padding: 1rem;
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
  /* Контейнер со списком чипсов — по умолчанию 1 строка */
  /* Стрелочка справа */
  /* Адаптив: на узких экранах складываемся в столбик */
}
@media (max-width: 767.98px) {
  .filters {
    border-color: #373737;
  }
}
.filters__toggle-text {
  color: #ff6300;
}
.filters__row {
  display: grid;
  grid-template-columns: minmax(100px, 115px) 1fr auto;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.5rem 0;
}
.filters__row:first-child {
  border-top: 0;
  padding-top: 0;
}
.filters__row--expanded .filters__items {
  max-height: none;
  flex-wrap: wrap;
  overflow: visible;
  -webkit-mask-image: none;
  mask-image: none;
}
.filters__row--expanded .filters__toggle .filters__toggle-text::after {
  content: " ";
}
.filters__row--expanded .filters__toggle .filters__toggle-icon {
  transform: rotate(225deg);
  position: relative;
  top: 2px;
}
@media (max-width: 767.98px) {
  .filters__col--label {
    margin-bottom: -0.125rem;
  }
}
.filters__col--items {
  min-width: 0;
  align-self: center;
}
.filters__col--toggle {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.filters__label {
  font-size: 0.9375rem;
  font-weight: 800;
  color: #7d7d7d;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .filters__label {
    font-size: 0.75rem;
  }
}
.filters__items {
  --chip-h: 2.125rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow: hidden;
  max-height: var(--chip-h);
  /* Мягкое затухание справа, когда обрезается одна строка */
  -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to right, rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0));
}
@media (max-width: 767.98px) {
  .filters__items {
    gap: 0.75rem;
    row-gap: 0.5rem;
  }
}
.filters__chip {
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #000000;
  background: transparent;
  border: 0;
  border-radius: 0;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
@media (max-width: 767.98px) {
  .filters__chip {
    font-size: 0.75rem;
  }
}
.filters__chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 99, 0, 0.25);
  border-color: #ff6300;
}
.filters__chip.is-selected {
  background: #fff0c4;
  border: 1px solid #dadada;
  border-color: #ff6300;
  border-radius: 6px;
  font-weight: 600;
  padding: 0.3rem 0.6rem;
}
.filters__chip.is-disabled {
  color: #929292;
  background: #f1f4f6;
  border-color: #eaeaea;
  border-radius: 6px;
  cursor: not-allowed;
  pointer-events: none;
}
.filters__count {
  color: #888888;
  font-weight: 400;
  margin-left: 0.2rem;
  font-size: 0.75rem;
  display: none;
}
.filters__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  height: var(--chip-h);
  padding: 0;
  background: transparent;
  border: 0;
  color: #7d7d7d;
  font-size: 0.9375rem;
  font-weight: 900;
  cursor: pointer;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease;
}
@media (max-width: 767.98px) {
  .filters__toggle {
    font-size: 0.75rem;
  }
}
.filters__toggle:hover {
  color: #000000;
  border-color: #dadada;
}
.filters__toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 99, 0, 0.25);
  border-color: #ff6300;
  background: #fff;
}
.filters__toggle[hidden] {
  display: none;
}
.filters__toggle-text {
  white-space: nowrap;
}
.filters__toggle-icon {
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #ff6300;
  border-bottom: 2px solid #ff6300;
  transform: rotate(45deg);
  transition: transform 0.2s ease, border-color 0.15s ease;
  position: relative;
  top: -1px;
}
@media (max-width: 767.98px) {
  .filters__toggle-icon {
    border-right: 1px solid #ff6300;
    border-bottom: 1px solid #ff6300;
    width: 0.375rem;
    height: 0.375rem;
  }
}
@media (max-width: 767.98px) {
  .filters__row {
    grid-template-columns: 1fr;
    gap: 0.375rem;
  }
  .filters__col--toggle {
    justify-content: flex-start;
  }
}

.filters__secondary {
  margin-top: 0.375rem;
}
.filters__attributes {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.filters__attr-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0;
  height: var(--chip-h);
  background: transparent;
  border: 0;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.12s ease, transform 0.12s ease;
  font-size: 0.9375rem;
}
@media (max-width: 767.98px) {
  .filters__attr-btn {
    font-size: 0.75rem;
  }
}
.filters__attr-btn:hover {
  color: #000000;
}
.filters__attr-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 99, 0, 0.18);
  border-radius: 6px;
}
.filters__attr-btn[aria-expanded=true] {
  color: #000000;
}
.filters__attr-btn[aria-expanded=true] .filters__attr-arrow {
  transform: rotate(225deg);
  position: relative;
  top: 2px;
}
.filters__attr-arrow {
  width: 0.375rem;
  height: 0.375rem;
  border-right: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  position: relative;
  top: -1px;
  transform: rotate(45deg);
  transition: transform 0.18s ease, border-color 0.12s ease;
}
.filters__row--panel {
  grid-template-columns: minmax(100px, 115px) 1fr auto;
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
  border-top: 0;
  transition: max-height 0.22s ease, opacity 0.18s ease, transform 0.18s ease;
  overflow: visible;
}
.filters__row--panel[hidden] {
  display: none;
}
.filters__row--panel.filters__row--panel-active {
  display: grid;
}
@media (max-width: 767.98px) {
  .filters__attributes {
    gap: 1rem;
  }
  .filters__row--panel {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .filters__col--toggle {
    justify-content: flex-start;
  }
}

.filters-open {
  display: none;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  padding: 0.625rem 0.875rem;
  border: 1px solid #373737;
  border-radius: 10px;
  background: #fff;
  color: #000000;
  font-weight: 800;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
@media (max-width: 767.98px) {
  .filters-open {
    display: flex;
    margin-bottom: 0.625rem;
  }
}
.filters-open:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}
.filters-open__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
.filters-open__icon--filter {
  width: 1.125rem;
  height: 1.125rem;
  flex: 0 0 auto;
}
.filters-open__icon--close {
  margin-left: auto;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1;
  display: none;
}
.filters-open[aria-expanded=true] .filters-open__icon--close {
  display: inline-block;
}

/* Кнопки "Применить/Сбросить" снизу блока фильтров (только мобайл) */
.filters__actions {
  display: none;
}
@media (max-width: 767.98px) {
  .filters__actions {
    display: flex;
    gap: 0.625rem;
    margin-top: 0.75rem;
  }
}
.filters__apply, .filters__reset {
  appearance: none;
  border-radius: 10px;
  font-weight: 900;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
  width: 50%;
}
@media (max-width: 767.98px) {
  .filters__apply, .filters__reset {
    font-size: 0.875rem;
  }
}
.filters__apply:focus-visible, .filters__reset:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 99, 0, 0.25);
}
.filters__apply {
  background: #ff6300;
  color: #ffffff;
  border: 1px solid #ff6300;
}
text .filters__apply:disabled {
  opacity: 0.6;
  cursor: default;
}
.filters__apply:not(:disabled):hover {
  filter: brightness(0.95);
}
.filters__reset {
  background: transparent;
  border: solid 2px #cecece;
}
text .filters__reset:hover {
  filter: brightness(1.05);
}

@media (max-width: 767.98px) {
  .filters {
    display: none;
  }
  .filters.filters--open {
    display: block;
  }
}
.results-toolbar {
  background: #fff;
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
  margin: 1rem 0;
  /* Нейтрализуем лишние отступы Bootstrap-паршала внутри панели */
}
.results-toolbar__grid {
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
  row-gap: 0.75rem;
  align-items: start;
}
.results-toolbar__col--left {
  min-width: 0;
  max-width: 100%;
}
.results-toolbar__col--right {
  display: flex;
  justify-content: flex-end;
  justify-self: flex-end;
  margin-left: auto;
}
.results-toolbar__meta {
  font-size: 0.875rem;
  color: #888888;
  margin-bottom: 0.5rem;
}
.results-toolbar__meta strong {
  color: #000000;
}
.results-toolbar__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.results-toolbar__chips-title {
  font-size: 0.9375rem;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .results-toolbar__chips-title {
    font-size: 0.75rem;
  }
}
.results-toolbar__chips-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  scrollbar-width: thin;
  scrollbar-color: #ff6300 transparent;
}
.results-toolbar__chips-list::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.results-toolbar__chips-list::-webkit-scrollbar-track {
  background: transparent;
}
.results-toolbar__chips-list::-webkit-scrollbar-thumb {
  background: #ff6300;
}
.results-toolbar__chips-list::-webkit-scrollbar-thumb:hover {
  background: #ff6300;
}
@media (max-width: 767.98px) {
  .results-toolbar__chips-list {
    flex-wrap: nowrap;
    overflow: auto;
  }
}
.results-toolbar__chips-list--has-scroll {
  padding-bottom: 1rem;
}
.results-toolbar__placeholder {
  font-size: 0.875rem;
  color: #929292;
}
.results-toolbar__sort {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .results-toolbar__sort {
    width: 100%;
  }
  .results-toolbar__sort .ui-select {
    width: 100%;
  }
  .results-toolbar__sort .form-group {
    width: 100%;
  }
  .results-toolbar__sort .form-group > div {
    width: 100%;
  }
  .results-toolbar__sort .form-control {
    width: 100% !important;
  }
}
.results-toolbar__label {
  font-size: 0.875rem;
  color: #7d7d7d;
}
.results-toolbar__label--sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.results-toolbar .form-group {
  margin: 0;
}
.results-toolbar .form-control {
  width: auto;
}
@media (max-width: 767.98px) {
  .results-toolbar__grid {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .results-toolbar__col--right {
    justify-content: flex-start;
    width: 100%;
  }
}

/* Универсальный селект. Работает с output из form_field.html (select.form-control) */
.ui-select {
  position: relative;
  display: inline-flex;
  align-items: center;
  /* Внутренний контейнер, который отрисовывает partial */
  /* чтобы не растягивался на всю ширину */
}
.ui-select .form-group {
  margin: 0;
}
.ui-select .form-group > div {
  display: inline-block;
}
.ui-select .form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.7rem 2.25rem 0.7rem 0.75rem;
  min-width: 13.75rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #000000;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 50rem;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}
@media (max-width: 767.98px) {
  .ui-select .form-control {
    border-color: #373737;
    border-radius: 10px;
    font-size: 0.8125rem;
  }
}
.ui-select .form-control:hover {
  border-color: #cecece;
  background: white;
}
.ui-select .form-control:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 99, 0, 0.25);
  border-color: #ff6300;
}
.ui-select__icon {
  pointer-events: none;
  position: absolute;
  right: 1rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #7d7d7d;
  border-bottom: 2px solid #7d7d7d;
  transform: rotate(45deg) translateY(-2px);
  transition: border-color 0.15s ease;
}

.ui-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.5rem;
  font-size: 0.9375rem;
  color: #000000;
  font-weight: 600;
  background: transparent;
  border: 1px solid #dadada;
  border-radius: 50rem;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
@media (max-width: 767.98px) {
  .ui-chip {
    font-size: 0.75rem;
  }
}
.ui-chip:hover {
  border-color: #cecece;
  background: rgb(245.6565217391, 247.6586956522, 248.9934782609);
}
.ui-chip:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 99, 0, 0.25);
  border-color: #ff6300;
}
.ui-chip.is-selected {
  border-color: #ff6300;
  font-weight: 600;
  border-radius: 6px;
  align-items: center;
}
.ui-chip.is-selected i {
  position: relative;
  left: 5px;
  margin-left: 0.3rem;
  font-size: 1rem;
  color: #ff6300;
}
.ui-chip__count {
  color: #888888;
  display: none;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  overflow: hidden;
  gap: 0.6rem;
}
@media (max-width: 575.98px) {
  .product-card {
    flex-direction: row;
  }
}
.product-card__image-wrapper {
  position: relative;
  width: 100%;
  height: 236px;
  background: #f1f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #eaeaea;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40"><circle cx="20" cy="20" r="18" fill="none" stroke="%23ddd" stroke-width="3"/><circle cx="20" cy="20" r="18" fill="none" stroke="%23bbb" stroke-width="3" stroke-dasharray="89" stroke-dashoffset="22"><animateTransform attributeName="transform" type="rotate" from="0 20 20" to="360 20 20" dur="1s" repeatCount="indefinite"/></circle></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
}
@media (max-width: 1399.98px) {
  .product-card__image-wrapper {
    height: 190px;
  }
}
@media (max-width: 1199.98px) {
  .product-card__image-wrapper {
    height: 218px;
  }
}
@media (max-width: 991.98px) {
  .product-card__image-wrapper {
    height: 250px;
  }
}
@media (max-width: 767.98px) {
  .product-card__image-wrapper {
    height: 182px;
  }
}
@media (max-width: 575.98px) {
  .product-card__image-wrapper {
    height: 25vw;
    width: 36vw;
  }
}
.product-card__image-wrapper a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.product-card__info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media (max-width: 575.98px) {
  .product-card__info-wrapper {
    justify-content: flex-start;
  }
}
.product-card__labels {
  display: flex;
  gap: 8px;
  position: absolute;
  top: 0.4rem;
  left: 0.5rem;
  opacity: 1;
}
.product-card__label {
  border-radius: 6px;
  background: #d6ff71;
  font-size: 0.75rem;
  color: #000000;
  padding: 0.2rem 0.4rem;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .product-card__label {
    display: none;
  }
}
.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.3s ease;
}
.product-card__title {
  margin: 0;
  flex: 1;
}
@media (max-width: 575.98px) {
  .product-card__title {
    flex: unset;
  }
}
.product-card__title a {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  line-height: 1.4;
  display: block;
}
.product-card__title a:hover {
  color: #ff6300;
}
.product-card__info {
  color: #929292;
  font-size: 0.8125rem;
  margin-top: -0.4rem;
  margin-bottom: -0.1rem;
}
.product-card__price {
  font-size: 1rem;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}
@media (max-width: 575.98px) {
  .product-card__price {
    margin-top: -0.4rem;
  }
}
.product-card__no-image {
  font-size: 0.875rem;
  color: #929292;
  font-style: italic;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0;
  list-style: none;
  margin: 3.125rem 0;
  font-weight: 800;
}
.pagination__item--active .pagination__link {
  background-color: #ff6300;
  color: #ffffff;
  border-color: #ff6300;
  font-weight: 700;
  cursor: default;
}
.pagination__item--active .pagination__link:hover {
  background-color: #ff6300;
  border-color: #ff6300;
}
.pagination__item--disabled .pagination__text {
  color: #929292;
}
.pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 2.625rem;
  height: 2.625rem;
  padding: 0.5rem;
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  background-color: #fff;
  color: #000000;
  border: 1px solid #dadada;
}
.pagination__link:hover, .pagination__link:focus {
  background-color: #f1f4f6;
  border-color: #cecece;
  outline: none;
}
.pagination__link--prev .pagination__icon {
  transform: rotate(180deg);
}
.pagination__icon {
  width: 1.125rem;
  height: 1.125rem;
  fill: #ff6300;
}
.pagination__text {
  padding: 0.5rem 0.75rem;
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  color: #929292;
  white-space: nowrap;
}

.product-page__info {
  margin-bottom: 6rem;
}
@media (max-width: 767.98px) {
  .product-page__info {
    margin-bottom: 1rem;
  }
}
.product-page__description {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .product-page__description {
    margin-bottom: 1.6rem;
  }
}
.product-page__about {
  margin-bottom: 4.6rem;
}
@media (max-width: 767.98px) {
  .product-page__about {
    margin-bottom: 1.6rem;
  }
}
.product-page__videos {
  margin-bottom: 6rem;
}
@media (max-width: 767.98px) {
  .product-page__videos {
    margin-bottom: 2.5rem;
  }
}
.product-page__how-we-work {
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .product-page__how-we-work {
    margin-bottom: 1.6rem;
  }
}

.home-page__banners {
  margin-top: 1.6rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .home-page__banners {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .home-page__banners {
    margin-top: 0.9rem;
    margin-bottom: 1.5rem;
  }
}
.home-page__latest-products {
  margin-bottom: 2.7rem;
}
@media (max-width: 767.98px) {
  .home-page__latest-products {
    margin-bottom: 1.5rem;
  }
}
.home-page__latest-products section {
  padding-bottom: 4.3rem;
  border-bottom: solid 1px #dadada;
}
@media (max-width: 767.98px) {
  .home-page__latest-products section {
    padding-bottom: 2.2rem;
  }
}
.home-page__videos {
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .home-page__videos {
    margin-bottom: 1.5rem;
  }
}
.home-page__videos section {
  padding-bottom: 3rem;
  border-bottom: solid 1px #dadada;
}
@media (max-width: 767.98px) {
  .home-page__videos section {
    padding-bottom: 2.2rem;
  }
}
.home-page__news {
  margin-bottom: 6rem;
}

.product-main-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
@media (max-width: 991.98px) {
  .product-main-info {
    flex-direction: column;
    gap: 1rem;
  }
}
.product-main-info__column {
  flex: 1;
  min-width: 18.75rem;
  max-width: 100%;
}
.product-main-info__price-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.7rem;
  align-items: center;
}
@media (max-width: 767.98px) {
  .product-main-info__price-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.product-main-info__price-description {
  color: #61bd00;
  font-size: 0.875rem;
  font-weight: 800;
  max-width: 270px;
  line-height: 1.29;
}
.product-main-info__about-price {
  color: #7d7d7d;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .product-main-info__about-price {
    margin-bottom: 1.4rem;
  }
}
.product-main-info__order-button {
  margin-bottom: 1.29rem;
}
@media (max-width: 767.98px) {
  .product-main-info__order-button {
    margin-bottom: 0.5rem;
  }
}
.product-main-info__how {
  display: flex;
  gap: 0.5rem;
  color: #929292;
  font-size: 0.9375rem;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 767.98px) {
  .product-main-info__how {
    margin-bottom: 1.5rem;
  }
}
.product-main-info__how i {
  font-size: 1.2rem;
}
.product-main-info .label--price {
  font-size: 1.675rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .product-main-info .label--price {
    font-size: 1.25rem;
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
}

.product-gallery__main {
  margin-bottom: 0.9375rem;
  background-color: #eaeaea;
}
@media (max-width: 767.98px) {
  .product-gallery__main {
    margin-bottom: 0.5rem;
  }
}
.product-gallery__main .splide__slide {
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.product-gallery__main .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-gallery__thumbnails .splide__track {
  padding-left: 0;
  padding-right: 0;
}
.product-gallery__thumbnails .splide__slide {
  opacity: 0.5;
  cursor: pointer;
  border: 1px solid transparent;
  transition: opacity 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}
.product-gallery__thumbnails .splide__slide:hover {
  opacity: 0.8;
}
.product-gallery__thumbnails .splide__slide.is-active {
  opacity: 1;
  border-color: #ff6300 !important;
}
.product-gallery__thumbnails .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-gallery .splide__arrow {
  width: 1.5em;
  height: 1.5em;
  background-color: white;
  border-radius: 6px;
  opacity: 1;
}
.product-gallery .splide__arrow svg {
  width: 0.7em;
  height: 0.7em;
  opacity: 0.3;
}
.product-gallery .splide__arrow--prev {
  left: 0.7em;
}
.product-gallery .splide__arrow--next {
  right: 0.7em;
}
.product-gallery__single-image {
  display: block;
  width: 100%;
  max-width: 440px;
  height: 400px;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .product-specs__title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.product-specs__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6875rem 2rem;
  margin-top: 1.1rem;
}
@media (max-width: 991.98px) {
  .product-specs__list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .product-specs__list {
    margin-top: 0.5rem;
    gap: 0.625rem;
  }
}
.product-specs__item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: 0.9375rem;
  white-space: wrap;
}
@media (max-width: 991.98px) {
  .product-specs__item {
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 767.98px) {
  .product-specs__item {
    padding-bottom: 0;
    justify-content: flex-start;
    gap: 0.25rem;
  }
}
.product-specs__key {
  margin: 0;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .product-specs__key {
    font-size: 0.75rem;
  }
}
.product-specs__value {
  color: #000000;
  font-weight: 700;
  margin: 0;
  text-align: right;
}
@media (max-width: 767.98px) {
  .product-specs__value {
    font-size: 0.75rem;
  }
}
.product-specs__value a {
  color: #ff6300;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease-in-out;
}
.product-specs__value a:hover {
  border-color: #ff6300;
}

@media (max-width: 767.98px) {
  .product-description__header {
    font-size: 1rem;
  }
}
.product-description__content {
  margin: 0;
  font-size: 0.75rem;
}

.about-us {
  padding-bottom: 2.3rem;
  border-bottom: solid 1px #cecece;
}
@media (max-width: 767.98px) {
  .about-us {
    padding-bottom: 0.7rem;
  }
}
.about-us__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 991.98px) {
  .about-us__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.about-us__title {
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 1.2;
  color: #000000;
}
.about-us__title::after {
  content: "";
  display: block;
  width: 3.5rem;
  height: 0.25rem;
  margin-top: 0.625rem;
  background-color: #ff6300;
  border-radius: 50rem;
}
.about-us__text {
  font-size: 1rem;
  line-height: 1.58;
  letter-spacing: -0.1px;
}
@media (max-width: 767.98px) {
  .about-us__text {
    font-size: 0.75rem;
  }
}
.about-us__text p + p {
  margin-top: 1.5rem;
}
.about-us__socials {
  margin-top: 2rem;
  margin-bottom: 1em;
}
.about-us__socials-buttons {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}
.about-us__socials-buttons img {
  width: 32px;
  height: 32px;
}
.about-us__socials-buttons .btn {
  width: 64px;
  height: 64px;
  font-size: 32px;
}
@media (max-width: 767.98px) {
  .about-us__socials-buttons {
    margin-top: 0.5rem;
    display: flex;
    gap: 0.5rem;
  }
  .about-us__socials-buttons img {
    width: 16px;
    height: 16px;
  }
  .about-us__socials-buttons .btn {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
}

.how-we-work {
  display: grid;
  gap: 1rem;
}

.how-we-work__item {
  position: relative;
  background: #f1f4f6;
  border-radius: 10px;
  padding: 1rem;
}

.how-we-work__number {
  font-weight: 500;
  font-size: 4.0625rem;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .how-we-work__number {
    font-size: 3rem;
  }
}

.how-we-work__content {
  position: relative;
  font-size: 0.875rem;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .how-we-work__content {
    font-size: 0.75rem;
  }
}
.how-we-work__content p {
  margin: 0;
  margin-bottom: 0.5rem;
}
.how-we-work__content p + p {
  margin-top: 1rem;
}
.how-we-work__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3rem;
  background: linear-gradient(to bottom, rgba(241, 244, 246, 0), #f1f4f6 70%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.how-we-work__item.is-truncated:not(.is-open) .how-we-work__content::after {
  opacity: 1;
}

.how-we-work__more {
  display: none;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0;
  color: #ff6300;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.how-we-work__more::before {
  content: attr(data-expand);
}
.how-we-work__more::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid #ff6300;
  border-bottom: 2px solid #ff6300;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  margin-left: 0.125rem;
  position: relative;
  top: -2px;
}
.how-we-work__more:hover {
  text-decoration: underline;
}

.how-we-work__item.is-truncated .how-we-work__more {
  display: inline-flex;
}

.how-we-work__item.is-open .how-we-work__more::before {
  content: attr(data-collapse);
}

.how-we-work__item.is-open .how-we-work__more::after {
  transform: rotate(-135deg);
  top: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .how-we-work__content,
  .how-we-work__more::after {
    transition: none !important;
  }
}
.inline-inner {
  position: relative;
  color: #000000;
  padding: 1.5rem;
  padding-bottom: 2rem;
  line-height: 1.6;
  margin: 0 auto;
}
.inline-inner h4 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
  font-weight: 700;
  color: #000000;
}
.inline-inner .inline-body p {
  font-size: 0.9375rem;
  color: #888888;
  margin: 0 0 0.75rem;
}
.inline-inner .inline-actions {
  margin-top: 1.25rem;
}

.inline-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff6300;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  width: 1.7rem;
  height: 1.7rem;
  font-size: 1.5rem;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.inline-close-btn:hover {
  color: white;
  background: rgb(224.4, 87.12, 0);
}
.inline-close-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(255, 99, 0, 0.25);
}
.inline-close-btn:focus-visible {
  outline: 2px solid #d6ff71;
  outline-offset: 2px;
}

/* Стилизация оболочки GLightbox под ваш бренд (опционально) */
.glightbox-container .goverlay {
  background: rgba(37, 37, 37, 0.82);
}
.glightbox-container .ginner-container {
  padding: 0 0.75rem;
}
.glightbox-container .gclose,
.glightbox-container .gnext,
.glightbox-container .gprev {
  color: #ffffff;
  opacity: 0.9;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.glightbox-container .gclose:hover,
.glightbox-container .gnext:hover,
.glightbox-container .gprev:hover {
  color: #fff0c4;
  opacity: 1;
  transform: scale(1.06);
}
.glightbox-container .gslide-inline .gslide-media .ginline .inline-inner,
.glightbox-container .gslide-inline .gslide-media .inline-inner {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

/* Адаптив */
@media (max-width: 767.98px) {
  .inline-inner {
    padding: 1.25rem;
  }
  .inline-inner h4 {
    font-size: 1.375rem;
  }
}
@media (max-width: 575.98px) {
  .glightbox-container .ginner-container {
    padding: 0 0.5rem;
  }
}
.videos-splide__slide-link {
  display: block;
  position: relative;
}
.videos-splide__slide-link:hover .videos-splide__play-badge {
  transform: translate(-50%, -50%) scale(1.15);
  background: rgba(255, 255, 255, 0.3);
  border-color: rgb(255, 255, 255);
}
.videos-splide__video-thumb {
  position: relative;
  padding-bottom: 177.78%;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}
.videos-splide__preview-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videos-splide__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0.8;
  font-size: 48px;
}
.videos-splide__play-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border: 3px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .videos-splide__play-badge {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }
}
.videos-splide__play-badge .bi-play {
  font-size: 38px;
  margin-left: 6px;
}
@media (max-width: 767.98px) {
  .videos-splide__play-badge .bi-play {
    font-size: 24px;
    margin-left: 3px;
  }
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.9rem 0 0rem;
  color: #ffffff;
  gap: 2rem;
}
.footer-top__menu .main-menu__link {
  color: #929292;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .footer-top__menu .main-menu__link {
    font-size: 0.8125rem;
  }
}
@media (max-width: 575.98px) {
  .footer-top__menu .main-menu {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .footer-top__menu .main-menu {
    align-items: flex-start;
  }
}
@media (max-width: 1199.98px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;
    gap: 2rem;
  }
}
@media (max-width: 575.98px) {
  .footer-top {
    align-items: flex-start;
    padding-bottom: 0;
  }
}

.footer-top__logo {
  flex: 0 0 200px;
}
@media (max-width: 1199.98px) {
  .footer-top__logo {
    flex: 1 1 auto;
  }
}

.footer-top__menu {
  flex: 1 1 auto;
  min-width: 0;
}

.footer-top__actions {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .footer-top__actions {
    gap: 0.7rem;
  }
}
@media (max-width: 767.98px) {
  .footer-top__actions {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .footer-top__actions .btn {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
.footer-top__actions .btn--whatsapp {
  display: none;
}
@media (max-width: 1199.98px) {
  .footer-top__actions .btn--whatsapp {
    display: flex;
    width: auto;
    height: auto;
    border-radius: 50rem;
    padding: 0.35rem 0.9rem 0.3rem;
    font-size: 0.8125rem;
  }
}
@media (max-width: 767.98px) {
  .footer-top__actions .btn--whatsapp {
    width: calc(50% - 0.35rem);
  }
}
@media (max-width: 991.98px) {
  .footer-top__actions .btn--telegram {
    display: flex;
    width: auto;
    height: auto;
    border-radius: 50rem;
    padding: 0.35rem 0.9rem 0.3rem;
    font-size: 0.8125rem;
  }
}
@media (max-width: 767.98px) {
  .footer-top__actions .btn--telegram {
    width: calc(50% - 0.35rem);
  }
}
@media (max-width: 1199.98px) {
  .footer-top__actions .btn--telegram span {
    display: inline-block;
  }
}
.footer-top__actions .btn--phone {
  display: none;
}
@media (max-width: 1199.98px) {
  .footer-top__actions .btn--phone {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .footer-top__actions .btn--phone {
    display: flex;
    width: auto;
    height: auto;
    border-radius: 50rem;
    padding: 0.35rem 0.9rem 0.3rem;
    font-size: 0.8125rem;
  }
}
@media (max-width: 767.98px) {
  .footer-top__actions .btn--phone {
    width: 100%;
  }
}
.footer-top__actions .btn--phone span {
  display: none;
}
@media (max-width: 1199.98px) {
  .footer-top__actions .btn--phone span {
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  .footer-top__actions .btn--callback {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footer-top__actions {
    flex-direction: row;
    justify-content: center;
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
  color: #929292;
  font-size: 0.8125rem;
}
@media (max-width: 1199.98px) {
  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .footer-bottom {
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 575.98px) {
  .footer-bottom__copyright {
    order: 2;
  }
}

.footer-bottom__links {
  display: flex;
  gap: 2rem;
}
.footer-bottom__links a {
  color: #888888;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-bottom__links a:hover {
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .footer-bottom__links {
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 575.98px) {
  .footer-bottom__links {
    align-items: flex-start;
  }
}

.c-form {
  display: block;
  width: 100%;
  font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Helvetica Neue", sans-serif;
  color: #000000;
}
.c-form__group {
  margin-bottom: 1rem;
  position: relative;
}
.c-form__group--required > .c-form__label::after {
  content: " *";
  color: rgb(255, 69.3, 0);
  margin-left: 0.25em;
}
.c-form__group--error .c-form__control {
  border-color: rgb(255, 69.3, 0);
  box-shadow: none;
}
.c-form__group--success .c-form__control {
  border-color: #61bd00;
}
.c-form__label {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 0.875rem;
  color: #7d7d7d;
}
.c-form__control {
  display: block;
  width: 100%;
  padding: 12px 14px;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #000000;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.c-form__control::placeholder {
  color: #929292;
}
.c-form__control:focus-visible {
  outline: none;
  border-color: #ff6300;
  box-shadow: 0 0 0 3px rgba(255, 99, 0, 0.22);
}
.c-form__control:disabled, .c-form__control[readonly] {
  background-color: #f1f4f6;
  color: #888888;
  cursor: not-allowed;
}
.c-form__control[aria-invalid=true] {
  border-color: rgb(255, 69.3, 0);
}
.c-form__control--textarea {
  min-height: 110px;
  resize: vertical;
}
.c-form__error {
  margin-top: 6px;
  min-height: 1em;
  font-size: 0.8125rem;
  color: rgb(255, 69.3, 0);
  display: none;
}
.c-form__actions {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}
.c-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 12px 18px;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #ff6300;
  border: 1px solid #ff6300;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.02s ease;
}
.c-form__submit:hover {
  background-color: rgb(234.6, 91.08, 0);
  border-color: rgb(234.6, 91.08, 0);
}
.c-form__submit:active {
  transform: translateY(1px);
}
.c-form__submit:focus-visible {
  outline: none;
  border-color: #ff6300;
  box-shadow: 0 0 0 3px rgba(255, 99, 0, 0.28);
}
.c-form__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.c-form__submit--loading {
  pointer-events: none;
  position: relative;
}
.c-form__submit--loading::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-top-color: #fff;
  border-radius: 50%;
  animation: c-form-spin 0.8s linear infinite;
}
.c-form__status {
  margin-top: 0.75rem;
  min-height: 1.25rem;
  font-size: 0.875rem;
  color: #7d7d7d;
}
.c-form__status--success {
  color: #61bd00;
}
.c-form__status--error {
  color: rgb(255, 69.3, 0);
}
.c-form__status:empty {
  display: none;
}
.c-form--compact .c-form__group {
  margin-bottom: 0.75rem;
}
.c-form--compact .c-form__control {
  padding: 10px 12px;
}
.c-form--inline {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
}
.c-form--inline .c-form__group {
  margin: 0;
}
.c-form--inline .c-form__status {
  grid-column: 1/-1;
}
@media (max-width: 767.98px) {
  .c-form--inline {
    grid-template-columns: 1fr;
  }
  .c-form--inline .c-form__group {
    margin-bottom: 0.75rem;
  }
}
.c-form--dark .c-form__label {
  color: rgb(155.6, 155.6, 155.6);
}
.c-form--dark .c-form__control {
  background-color: #252525;
  color: #ffffff;
  border-color: #c7c7c7;
}
.c-form--dark .c-form__control::placeholder {
  color: rgb(176.6, 176.6, 176.6);
}
.c-form--dark .c-form__control:focus-visible {
  outline: none;
  border-color: rgb(255, 117.72, 30.6);
  box-shadow: 0 0 0 3px rgba(255, 117.72, 30.6, 0.28);
}
.c-form--dark .c-form__status {
  color: rgb(150.5, 150.5, 150.5);
}

@keyframes c-form-spin {
  to {
    transform: rotate(360deg);
  }
}
.u-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.banners-slider {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.banners-slider__item {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.banners-slider__link {
  display: block;
  width: 100%;
  height: 100%;
}
.banners-slider__link:hover .banners-slider__image {
  transform: scale(1.01);
}
.banners-slider__image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.banners-slider .splide__arrow {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.banners-slider .splide__arrow:hover {
  opacity: 1;
}
.banners-slider .splide__arrow svg {
  fill: #000000;
}
.banners-slider .splide__pagination {
  bottom: 1rem;
}
.banners-slider .splide__pagination__page {
  background-color: rgba(255, 255, 255, 0.5);
}
.banners-slider .splide__pagination__page.is-active {
  background-color: #ff6300;
}
@media (max-width: 767.98px) {
  .banners-slider {
    margin-bottom: 1.5rem;
  }
  .banners-slider__item {
    border-radius: 10px;
  }
  .banners-slider .splide__arrow {
    width: 2rem;
    height: 2rem;
  }
  .banners-slider .splide__arrow svg {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 575.98px) {
  .banners-slider {
    margin-bottom: 1rem;
  }
  .banners-slider__item {
    border-radius: 6px;
  }
}

.banners-slider .splide__arrow svg {
  fill: #fff;
}

.banners-slider .splide__arrow {
  background-color: transparent;
  opacity: 1;
}

.news-slider {
  position: relative;
  margin-bottom: 3rem;
}
.news-slider .splide__arrow {
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.news-slider .splide__arrow:hover {
  opacity: 1;
}
.news-slider .splide__arrow svg {
  fill: #000000;
}
.news-slider .splide__pagination {
  bottom: -2rem;
}
.news-slider .splide__pagination__page {
  background-color: #dadada;
}
.news-slider .splide__pagination__page.is-active {
  background-color: #ff6300;
}

.news-slide {
  overflow: hidden;
  height: 100%;
}
.news-slide:hover .news-slide__image {
  transform: scale(1.05);
}
.news-slide__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.news-slide__image-wrapper {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
  margin-bottom: 0.6rem;
  border-radius: 10px;
}
.news-slide__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-slide__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.news-slide__date {
  font-size: 0.9375rem;
  color: #888888;
  margin-bottom: 0.2rem;
}
@media (max-width: 575.98px) {
  .news-slide__date {
    font-size: 0.75rem;
  }
}
.news-slide__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #000000;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: -0.02em;
}
@media (max-width: 575.98px) {
  .news-slide__title {
    font-weight: 800;
    font-size: 0.75rem;
  }
}

.news-category__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #000000;
}
@media (max-width: 767.98px) {
  .news-category__title {
    font-size: 1.625rem;
  }
}
.news-category__description {
  font-size: 1rem;
  color: #888888;
  margin-bottom: 3rem;
  line-height: 1.6;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width: 991.98px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .news-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.news-list__empty {
  grid-column: 1/-1;
  text-align: center;
  color: #888888;
  font-size: 1rem;
  padding: 3rem 0;
}

.news-card {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.news-card:hover .news-card__image {
  transform: scale(1.05);
}
.news-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.news-card__image-wrapper {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}
.news-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-card__content {
  padding: 1.5rem;
}
.news-card__date {
  font-size: 0.9375rem;
  color: #888888;
  margin-bottom: 0.2rem;
  display: block;
}
.news-card__title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .news-card__title {
    font-size: 1rem;
  }
}
.news-card__description {
  font-size: 0.875rem;
  color: #7d7d7d;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-detail {
  margin-bottom: 6rem;
}
.news-detail__header {
  margin-bottom: 2rem;
}
.news-detail__breadcrumbs {
  font-size: 0.875rem;
  color: #888888;
  margin-bottom: 1.5rem;
}
.news-detail__breadcrumbs a {
  color: #888888;
  text-decoration: none;
  transition: color 0.2s ease;
}
.news-detail__breadcrumbs a:hover {
  color: #ff6300;
}
.news-detail__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #000000;
}
@media (max-width: 767.98px) {
  .news-detail__title {
    font-size: 1.625rem;
  }
}
@media (max-width: 575.98px) {
  .news-detail__title {
    font-size: 1.375rem;
  }
}
.news-detail__meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 0.875rem;
  color: #888888;
  margin-bottom: 1rem;
}
.news-detail__date {
  display: flex;
  align-items: center;
}
.news-detail__date::before {
  content: "📅";
  margin-right: 0.5rem;
}
.news-detail__views {
  display: flex;
  align-items: center;
}
.news-detail__views::before {
  content: "👁";
  margin-right: 0.5rem;
}
.news-detail__image-wrapper {
  margin-bottom: 2rem;
  border-radius: 14px;
  overflow: hidden;
}
.news-detail__image {
  width: 100%;
  height: auto;
  display: block;
}
.news-detail__content {
  font-size: 1rem;
  line-height: 1.7;
  color: #000000;
}
.news-detail__content h2,
.news-detail__content h3,
.news-detail__content h4,
.news-detail__content h5,
.news-detail__content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.news-detail__content h2 {
  font-size: 1.625rem;
}
.news-detail__content h3 {
  font-size: 1.375rem;
}
.news-detail__content p {
  margin-bottom: 1.5rem;
}
.news-detail__content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 1.5rem 0;
}
.news-detail__content ul,
.news-detail__content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.news-detail__content ul li,
.news-detail__content ol li {
  margin-bottom: 0.5rem;
}
.news-detail__content blockquote {
  border-left: 4px solid #ff6300;
  padding-left: 1.5rem;
  margin: 2rem 0;
  font-style: italic;
  color: #7d7d7d;
}
.news-detail__content a {
  color: #ff6300;
  text-decoration: underline;
}
.news-detail__content a:hover {
  text-decoration: none;
}
.news-detail__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}
.news-detail__content table th,
.news-detail__content table td {
  border: 1px solid #dadada;
  padding: 0.75rem;
  text-align: left;
}
.news-detail__content table th {
  background-color: #f1f4f6;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .news-slide__title {
    font-size: 0.9375rem;
  }
  .news-detail__content {
    font-size: 0.9375rem;
  }
}

/*# sourceMappingURL=styles.css.map */
