/*----------------------------------------*/
/* FONTS */
/*----------------------------------------*/
@font-face {
  font-display: swap;
  font-family: 'SegoeUI';
  src: url('../fonts/SegoeUI-VF.ttf') format('truetype-variations');
}

/*----------------------------------------*/
/* FIXES */
/*----------------------------------------*/
html {
  min-width: 320px;
}

/*----------------------------------------*/
/* CONTAINER */
/*----------------------------------------*/
.v25-container {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 890px;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .v25-container {
    padding: 0 16px;
  }
}
.v25-container--lg {
  max-width: 1024px;
}

/*----------------------------------------*/
/* HEADER LOGO */
/*----------------------------------------*/
.v25-header-logo {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.v25-header-logo__image img {
  height: auto;
  max-width: 100%;
}
.v25-header-logo__text {
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

/*----------------------------------------*/
/* HEADER CITY */
/*----------------------------------------*/
.v25-header-city {
  position: relative;
}
.v25-header-city__dropdown {
  position: relative;
}
.v25-header-city__toggle {
  align-items: center;
  color: #6f231c;
  display: flex;
  gap: 8px;
  margin: 0 0 5px;
  text-decoration: none;
}
.v25-header-city__toggle-image {
  flex-shrink: 0;
}
.v25-header-city__toggle-image--arrow {
  transition: transform 0.3s;
}
.v25-header-city__toggle-text {
  color: inherit;
  font-size: 18px;
  font-weight: 600;
}
.v25-header-city__toggle.is-active .v25-header-city__toggle-image--arrow {
  transform: scale3d(1, -1, 1);
}
.v25-header-city__menu {
  background: #ececec;
  left: 0;
  margin: 10px 0 0;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  top: 100%;
  z-index: 1;
}
.v25-header-city__menu-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
.v25-header-city__menu-item {
  margin: 0;
}
.v25-header-city__menu-link {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 5px 10px;
  text-decoration: none;
  white-space: nowrap;
}
.v25-header-city__menu-link:hover,
.v25-header-city__menu-link:active {
  color: #6f231c;
}
.v25-header-city__menu.is-active {
  opacity: 1;
  visibility: visible;
}
.v25-header-city__address {
  font-size: 12px;
  font-weight: 500;
}

/*----------------------------------------*/
/* HEADER PHONE */
/*----------------------------------------*/
.v25-header-phone {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.v25-header-phone__number {
  color: #6f231c;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 3px;
  text-decoration: none;
  white-space: nowrap;
}
.v25-header-phone__callback {
  color: #000;
}
.v25-header-phone__callback:not(:hover) {
  text-decoration: underline;
}

/*----------------------------------------*/
/* HEADER NAV */
/*----------------------------------------*/
.v25-header-nav {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.v25-header-nav__divider {
  background: #6f231c;
  height: 28px;
  width: 1px;
}
@media screen and (max-width: 1023px) {
  .v25-header-nav__divider {
    height: 24px;
  }
}
.v25-header-nav__item {
  display: flex;
  justify-content: center;
  margin: 0;
  position: relative;
}
.v25-header-nav__item-wrapper {
  position: relative;
}
.v25-header-nav__item.is-active .v25-header-nav__link {
  color: #6f231c;
  text-decoration: underline;
}
.v25-header-nav__item.is-active .v25-header-nav__menu {
  opacity: 1;
  visibility: visible;
}
.v25-header-nav__link {
  color: #000;
  display: block;
  font-size: 18px;
  padding: 5px 0;
  text-decoration: none;
  transition: color 0.3s;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .v25-header-nav__link {
    padding: 3px 0;
  }
}
.v25-header-nav__menu {
  background: #ececec;
  left: 0;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  top: 100%;
  z-index: 1;
}
.v25-header-nav__menu-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
.v25-header-nav__menu-item {
  margin: 0;
}
.v25-header-nav__menu-link {
  color: #000;
  display: block;
  font-size: 14px;
  padding: 5px 10px;
  text-decoration: none;
  white-space: nowrap;
}
.v25-header-nav__menu-link:hover,
.v25-header-nav__menu-link:active {
  color: #6f231c;
}
.v25-header-nav--catalog {
  gap: 0;
}
@media screen and (max-width: 767px) {
  .v25-header-nav--catalog {
    display: grid;
    gap: 16px 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.v25-header-nav--catalog .v25-header-nav__item {
  margin: 0 20px;
}
@media screen and (max-width: 1023px) {
  .v25-header-nav--catalog .v25-header-nav__item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .v25-header-nav--catalog .v25-header-nav__item {
    margin: 0;
  }
  .v25-header-nav--catalog .v25-header-nav__item:nth-child(4n-3) {
    border-right: 1px solid #6f231c;
  }
}
.v25-header-nav--catalog .v25-header-nav__link {
  font-size: 20px;
  font-weight: 350;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .v25-header-nav--catalog .v25-header-nav__link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .v25-header-nav--catalog .v25-header-nav__menu-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .v25-header-nav--catalog .v25-header-nav__divider {
    display: none;
  }
}

/*----------------------------------------*/
/* HEADER */
/*----------------------------------------*/
.v25-header {
  background: #fff;
  padding: 16px 0 27px;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 1023px) {
  .v25-header {
    padding: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .v25-header {
    padding: 16px 0 20px;
  }
}
.v25-header__toggle {
  align-items: center;
  background: #808080;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 40px;
  width: 40px;
}
@media screen and (min-width: 1024px) {
  .v25-header__toggle {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .v25-header__toggle {
    height: 32px;
    width: 32px;
  }
}
.v25-header__toggle:hover,
.v25-header__toggle:active {
  color: #fff;
}

/*----------------------------------------*/
/* HEADER TOP */
/*----------------------------------------*/
.v25-header-top {
  align-items: flex-end;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .v25-header-top {
    gap: 24px;
  }
}
.v25-header-top__logo {
  max-width: 224px;
}

.v25-header-top__content {
  flex-grow: 1;
  padding: 0 16px;
}
@media screen and (max-width: 1023px) {
  .v25-header-top__content {
    padding: 0;
  }
}
.v25-header-top__content-top {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.v25-header-top__content-bottom {
  margin: 32px 0 0;
}
@media screen and (max-width: 1023px) {
  .v25-header-top__content-bottom {
    display: none;
  }
}
.v25-header-top__contact {
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  .v25-header-top__contact {
    display: none;
  }
}
.v25-header-top__contact-title {
  color: #6f231c;
  font-size: 12px;
  margin: 0 0 12px;
}
.v25-header-top__contact-brief a {
  color: #000;
  font: inherit;
}
@media screen and (max-width: 1023px) {
  .v25-header-top__city {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .v25-header-top__controls {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1023px) {
  .v25-header-top__phone {
    align-items: flex-end;
  }
  .v25-header-top__phone .v25-header-phone__number {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .v25-header-top__phone .v25-header-phone__number {
    font-size: 20px;
  }
}

/*----------------------------------------*/
/* HEADER BOTTOM */
/*----------------------------------------*/
.v25-header-bottom {
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  .v25-header-bottom {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .v25-header-bottom {
    margin-top: 20px;
  }
}

/*----------------------------------------*/
/* TABS CONTAINER */
/*----------------------------------------*/
.v25-tabs-container {
  position: relative;
}
.v25-tabs-container__item {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 20;
}
.v25-tabs-container__item:not(.is-active) {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  z-index: 10;
}

/*----------------------------------------*/
/* MOBILE NAV */
/*----------------------------------------*/
.v25-mobile-nav {
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s, visibility 0.3s;
  max-width: 100%;
  width: 375px;
  z-index: 900;
}
@media screen and (min-width: 1024px) {
  .v25-mobile-nav {
    display: none;
  }
}
.v25-mobile-nav:not(.is-active) {
  opacity: 0;
  visibility: hidden;
}
.v25-mobile-nav__close {
  color: #000;
  height: 28px;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 28px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .v25-mobile-nav__close {
    height: 20px;
    right: 16px;
    top: 16px;
    width: 20px;
  }
}
.v25-mobile-nav__content {
  background: #f5f5f5;
  position: relative;
  z-index: 10;
  width: 100%;
}
.v25-mobile-nav__section {
  border-bottom: 1px solid #808080;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .v25-mobile-nav__section {
    padding: 16px;
  }
}
.v25-mobile-nav__section:last-child {
  border: 0;
}
.v25-mobile-nav__back {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 18px;
  gap: 14px;
  margin: 0 0 24px;
  text-decoration: none;
  width: fit-content;
}
.v25-mobile-nav__title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 24px;
}
.v25-mobile-nav__menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.v25-mobile-nav__menu--main {
  align-items: center;
}
.v25-mobile-nav__menu-item {
  margin: 0;
}
.v25-mobile-nav__menu-link {
  color: #000;
  display: block;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s;
}
.v25-mobile-nav__menu-link:hover,
.v25-mobile-nav__menu-link:active {
  color: #6f231c;
  text-decoration: underline;
}
.v25-mobile-nav__phone .v25-header-phone__callback {
  font-size: 12px;
}
.v25-mobile-nav__contact {
  font-size: 12px;
  margin: 20px 0 0;
}
.v25-mobile-nav__contact-title {
  color: #6f231c;
  margin: 0 0 6px;
}
.v25-mobile-nav__contact-brief a {
  color: #000;
  font: inherit;
  text-decoration: none;
}

/*----------------------------------------*/
/* SEARCH BAR */
/*----------------------------------------*/
.v25-search-bar {
  background: rgba(0, 0, 0, 0.5);
  height: 86px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .v25-search-bar {
    height: 78px;
    padding: 16px;
  }
}
.v25-search-bar__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 125px;
}
@media screen and (max-width: 767px) {
  .v25-search-bar__form {
    grid-template-columns: minmax(0, 1fr) 100px;
  }
}
.v25-search-bar__input {
  background: #fff;
  border-radius: 0;
  border: 0;
  height: 46px;
  padding: 0 24px;
}
.v25-search-bar__input:not(:placeholder-shown) {
  color: #000;
  font-style: normal;
  font-size: 16px;
}
.v25-search-bar__button {
  background: none;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-style: normal;
  height: 46px;
  font-size: 18px;
}

/*----------------------------------------*/
/* CART FLOAT */
/*----------------------------------------*/
.v25-cart-float {
  align-items: center;
  background: #fff;
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.41);
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 84px;
  margin: -42px 0 0;
  position: fixed;
  right: 0;
  top: 50%;
  text-decoration: none;
  transition: color 0.3s;
  width: 102px;
  z-index: 700;
}
@media screen and (max-width: 767px) {
  .v25-cart-float {
    border-radius: 14px 14px 0 0;
    box-shadow: 2px -2px 11px 0px rgba(0, 0, 0, 0.25);
    bottom: 0;
    flex-direction: row;
    height: 56px;
    gap: 16px;
    left: 30px;
    margin: 0;
    right: auto;
    top: auto;
    width: 172px;
  }
}
.v25-cart-float:hover {
  color: #a3a3a3;
}
.v25-cart-float:active {
  color: #6f231c;
}
.v25-cart-float__image {
  color: inherit;
  height: 40px;
  position: relative;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .v25-cart-float__image {
    height: 32px;
    width: 32px;
  }
}
.v25-cart-float__count {
  align-items: center;
  background: #6f231c;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 12px;
  height: 22px;
  justify-content: center;
  position: absolute;
  right: -9px;
  top: -6px;
  width: 22px;
}
@media screen and (max-width: 767px) {
  .v25-cart-float__count {
    font-size: 10px;
    height: 16px;
    right: -8px;
    top: -4px;
    width: 16px;
  }
}
.v25-cart-float__text {
  color: inherit;
  font-size: 18px;
  text-align: center;
}

/*----------------------------------------*/
/* HOME SEARCH */
/*----------------------------------------*/
.v25-home-search {
  margin: 0 auto 28px;
  max-width: 1024px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
}
.v25-home-search + .v25-home-section {
  margin-top: -114px;
}
@media screen and (max-width: 767px) {
  .v25-home-search + .v25-home-section {
    margin-top: -106px;
  }
}
.v25-home-search + .v25-home-section .slider {
  padding-top: 0;
}
.v25-home-search + .bl-slider {
  display: none;
}
.v25-home-search ~ .wrapper {
  padding-top: 0;
}

/*----------------------------------------*/
/* HOME SECTION */
/*----------------------------------------*/
.v25-home-section {
  margin: 0 0 62px;
  padding: 0;
}
.v25-home-section__title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 24px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .v25-home-section__title {
    font-size: 24px;
  }
}
.v25-home-section__title a {
  color: inherit;
  display: inline;
  font: inherit;
  margin: 0;
}

/*----------------------------------------*/
/* HOME CATEGORIES */
/*----------------------------------------*/
.v25-home-categories {
  display: grid;
  gap: 18px;
  grid-template-columns: 34.375% 17.578125% repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 1023px) {
  .v25-home-categories {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .v25-home-categories {
    display: flex;
    flex-wrap: wrap;
  }
}
.v25-home-categories__item {
  background: #000;
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
}
.v25-home-categories__item:hover .v25-home-categories__item-image,
.v25-home-categories__item:active .v25-home-categories__item-image,
.v25-home-categories__item:hover .v25-home-categories__item-text,
.v25-home-categories__item:active .v25-home-categories__item-text {
  opacity: 0.7;
}
.v25-home-categories__item--1,
.v25-home-categories__item--2 {
  grid-row: span 2;
  height: 380px;
}
@media screen and (max-width: 1023px) {
  .v25-home-categories__item--1,
  .v25-home-categories__item--2 {
    height: 330px;
  }
}
@media screen and (max-width: 767px) {
  .v25-home-categories__item--1 {
    width: calc(55% - 5px);
  }
  .v25-home-categories__item--2 {
    width: calc(45% - 5px);
  }
}
.v25-home-categories__item--3 {
  grid-column: span 2;
  height: 156px;
}
@media screen and (max-width: 1023px) {
  .v25-home-categories__item--3 {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .v25-home-categories__item--3 {
    height: 180px;
    width: 100%;
  }
}
.v25-home-categories__item--4,
.v25-home-categories__item--5 {
  height: 206px;
}
@media screen and (max-width: 1023px) {
  .v25-home-categories__item--4,
  .v25-home-categories__item--5 {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .v25-home-categories__item--4,
  .v25-home-categories__item--5 {
    width: calc(50% - 5px);
  }
}
.v25-home-categories__item-image {
  left: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 10;
}
.v25-home-categories__item-text {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent);
  display: flex;
  flex-direction: column;
  height: 110px;
  margin: auto 0 0;
  padding: 24px;
  position: relative;
  transition: opacity 0.3s;
  z-index: 20;
}
@media screen and (max-width: 1023px) {
  .v25-home-categories__item-text {
    height: 72px;
    padding: 16px 12px;
  }
}
.v25-home-categories__item-title {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 24px;
  margin: auto 0 0;
}
@media screen and (max-width: 1023px) {
  .v25-home-categories__item-title {
    font-size: 20px;
  }
}

/*----------------------------------------*/
/* HOME BRANDS */
/*----------------------------------------*/
.v25-home-brands {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 767px) {
  .v25-home-brands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.v25-home-brands__item {
  display: flex;
  outline: 1px solid #c5c6c6;
}
.v25-home-brands__item:hover a {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.9);
  z-index: 10;
}
.v25-home-brands__item a {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 24px;
  position: relative;
  transition: box-shadow 0.3s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .v25-home-brands__item a {
    padding: 20px;
  }
}
.v25-home-brands__item img {
  max-height: 100%;
  max-width: 80%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .v25-home-brands__item img {
    max-width: 90%;
  }
}

/*----------------------------------------*/
/* PAGE TITLE */
/*----------------------------------------*/
.v25-page-title {
  color: #6f231c;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin: 12px 0 32px;
}

/*----------------------------------------*/
/* CATALOG BRANDS */
/*----------------------------------------*/
.v25-catalog-brands {
  display: grid;
  gap: 24px 32px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0 0 32px;
}
@media screen and (max-width: 1023px) {
  .v25-catalog-brands {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .v25-catalog-brands {
    gap: 16px 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (max-width: 479px) {
  .v25-catalog-brands {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.v25-catalog-brands__item {
  align-items: center;
  display: flex;
  justify-content: center;
}
.v25-catalog-brands__item img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/*----------------------------------------*/
/* CATALOG FILTER */
/*----------------------------------------*/
.v25-catalog-filter {
  align-items: flex-start;
  border-bottom: 1px solid #c5c6c6;
  border-top: 1px solid #c5c6c6;
  display: flex;
  gap: 40px;
  margin: 24px 0;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .v25-catalog-filter {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
}
.v25-catalog-filter__title {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.2;
  width: 180px;
}
@media screen and (max-width: 1023px) {
  .v25-catalog-filter__title {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .v25-catalog-filter__title {
    width: 100%;
  }
}
.v25-catalog-filter__content {
  display: grid;
  flex-grow: 1;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-items: start;
}
@media screen and (max-width: 767px) {
  .v25-catalog-filter__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
     margin: 0 auto;
     max-width: 286px;
     width: 100%;
  }
}

/*----------------------------------------*/
/* FILTER CONTROL */
/*----------------------------------------*/
.v25-filter-control {
  position: relative;
}
.v25-filter-control__toggle {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.2;
  gap: 8px;
  text-decoration: none;
  transition: color 0.3s;
}
.v25-filter-control__toggle-image {
  flex-shrink: 0;
  position: relative;
  top: 2px;
  transition: transform 0.3s;
}
.v25-filter-control__toggle.is-active {
  color: #6f231c;
}
.v25-filter-control__toggle.is-active .v25-filter-control__toggle-image {
  transform: scale3d(1, -1, 1);
}
.v25-filter-control__toggle-text {
  color: inherit;
}
.v25-filter-control__dropdown {
  left: 0;
  margin: 5px 0 0;
  position: absolute;
  top: 100%;
  transition: opacity 0.3s, visibility 0.3s;
  width: 170px;
  z-index: 1;
}
@media screen and (max-width: 479px) {
  .v25-filter-control__dropdown {
    width: 150px;
  }
}
.v25-filter-control__dropdown--lg {
  width: 250px;
}
.v25-filter-control__dropdown:not(.is-active) {
  opacity: 0;
  visibility: hidden;
}
.v25-filter-control__dropdown-content {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 11px;
  overflow: auto;
  padding: 12px 8px 12px 12px;
}
.v25-filter-control__dropdown-scroller {
  max-height: 200px;
  padding-right: 8px;
  overflow: auto;
}
.v25-filter-control__dropdown-scroller::-webkit-scrollbar {
  border-radius: 2px;
  height: 4px;
  width: 4px;
}
.v25-filter-control__dropdown-scroller::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 2px;
}
.v25-filter-control__dropdown-scroller::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 2px;
}
@supports not selector(::-webkit-scrollbar) {
  .v25-filter-control__dropdown-scroller {
    scrollbar-color: #d9d9d9 rgba(255, 255, 255, 0);
    scrollbar-width: thin;
  }
}
.v25-filter-control__dropdown-item:not(:last-child) {
  margin: 0 0 8px;
}

/*----------------------------------------*/
/* CHECKBOX */
/*----------------------------------------*/
.v25-checkbox {
  cursor: pointer;
  display: block;
  position: relative;
}
.v25-checkbox__input {
  height: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.v25-checkbox__input:checked ~ .v25-checkbox__text {
  color: #6F231C;
}
.v25-checkbox__input:checked ~ .v25-checkbox__text::before {
  background: #6F231C;
  border-color: #6F231C;
}
.v25-checkbox__text {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 350;
  gap: 4px;
  line-height: 16px;
  padding-left: 18px;
  position: relative;
  transition: color 0.3s;
}
.v25-checkbox__text > span {
  color: inherit;
}
.v25-checkbox__text::before {
  border: 1px solid #a3a3a3;
  content: '';
  display: block;
  height: 12px;
  left: 0;
  top: 2px;
  position: absolute;
  transition: border-color 0.3s, background-color 0.3s;
  width: 12px;
}
.v25-checkbox__text-image {
  border-radius: 6px;
  flex-shrink: 0;
  height: 12px;
  width: 12px;
}
.v25-checkbox__text-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

/*----------------------------------------*/
/* RANGE BOX */
/*----------------------------------------*/
.v25-range-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.v25-range-box__field {
  align-items: baseline;
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  display: flex;
  width: calc(50% - 5px);
}
.v25-range-box__field-text {
  color: #d1d1d1;
  font-size: 12px;
  flex-shrink: 0;
  padding: 0 4px;
}
.v25-range-box__field-input {
  background: none;
  border: 0;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-align: right;
  text-overflow: ellipsis;
  width: 100%;
}
.v25-range-box__field-input::-webkit-outer-spin-button,
.v25-range-box__field-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.v25-range-box__widget {
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  height: 6px;
  margin: 6px 0;
  padding: 0 6px;
  width: 100%;
}
.v25-range-box__widget .noUi-target {
  background: inherit;
  border: 0;
  border-radius: inherit;
  height: 100%;
}
.v25-range-box__widget .noUi-connect {
  background: #6f231c;
}
.v25-range-box__widget .noUi-handle {
  background: #6f231c;
  border-radius: 50%;
  border: 3px solid #FFF;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
  cursor: pointer;
  height: 16px;
  right: -9px;
  top: -6px;
  width: 16px;
}
.v25-range-box__widget .noUi-handle::before,
.v25-range-box__widget .noUi-handle::after {
  display: none;
}

/*----------------------------------------*/
/* CATEGORIES */
/*----------------------------------------*/
.v25-categories {
  align-items: center;
  display: grid;
  gap: 32px 96px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 1023px) {
  .v25-categories {
    gap: 32px;
  }
}
.v25-categories__item {
  align-items: center;
  color: #000;
  display: flex;
  gap: 8px;
  text-decoration: none;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .v25-categories__item {
    flex-direction: column;
    text-align: center;
  }
}
.v25-categories__item:hover {
  color: #A3A3A3;
}
.v25-categories__item:active {
  color: #6F231C;
}
.v25-categories__item-image {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  max-width: 100%;
  width: 180px;
}
@media screen and (max-width: 1023px) {
  .v25-categories__item-image {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .v25-categories__item-image {
    height: 120px;
    width: auto;
  }
}
.v25-categories__item-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.v25-categories__item-text {
  color: inherit;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 1023px) {
  .v25-categories__item-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .v25-categories__item-text {
    font-size: 16px;
  }
}

/*----------------------------------------*/
/* ARTICLE */
/*----------------------------------------*/
.v25-article {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
}
.v25-article h1,
.v25-article h2,
.v25-article h3,
.v25-article h4,
.v25-article h5,
.v25-article h6 {
  color: #6f231c;
  font-size: 28px;
  font-weight: 600;
  line-height: inherit;
  margin: 0 0 16px;
}
.v25-article p,
.v25-article ol,
.v25-article ul {
  color: inherit;
  font: inherit;
  margin: 0 0 16px;
  padding: 0;
}
.v25-article p:last-child,
.v25-article ol:last-child,
.v25-article ul:last-child {
  margin-bottom: 0;
}
.v25-article ol li,
.v25-article ul li {
  padding-left: 28px;
  position: relative;
}
.v25-article ol li,
.v25-article ul li {
  color: inherit;
  list-style: none;
  margin: 0 0 8px;
}
.v25-article ol li:last-child,
.v25-article ul li:last-child {
  margin-bottom: 0;
}
.v25-article ol li::before,
.v25-article ul li::before {
  position: absolute;
  top: 0;
}
.v25-article ul > li::before {
  content: '\2022';
  left: 8px;
}
.v25-article ol {
  counter-reset: olCounter;
}
.v25-article ol > li {
  counter-increment: olCounter;
}
.v25-article ol > li::before {
  content: counters(olCounter, '.') '.';
  left: 0;
}
.v25-article ol > li > ol > li {
  padding-left: 36px;
}
.v25-article ol > li > ol > li > ol > li {
  padding-left: 44px;
}
.v25-article li > p + ol,
.v25-article li > p + ul {
  margin-top: -8px;
}
.v25-article a:not([href^='tel:']) {
  color: #6f231c;
}
.v25-article b,
.v25-article strong {
  font-weight: 600;
}
.v25-article section:not(:last-child) {
  margin: 0 0 32px;
}