.main-banner .splide__track {
  aspect-ratio: 120/43;
  width: 100%;
}

.main-banner .splide__arrows {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.main-banner .splide__arrow {
  pointer-events: all;
  border-radius: 0;
  background: rgba(55, 55, 55, 0.4);
  opacity: 1;
}

.main-banner .splide__pagination__page {
  border-radius: 0;
  width: 30px;
  height: 4px;
  flex-shrink: 0;
  border: 1px solid var(--grey-dark-stroke);
  background: transparent;
  transition: var(--transition-primary);
}

.main-banner .splide__pagination__page.is-active {
  transform: scale(1);
  width: 74px;
  background: var(--grey-dark-stroke);
}

.main-banner .splide__pagination {
  gap: 8px;
}

.main-banner__img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.main-banner__descr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 35px;
}

.main-banner__title {
  max-width: 674px;
  color: var(--white);
  font-family: var(--font-family-primary);
  font-size: 64px;
  font-style: normal;
  line-height: 100%;
  text-transform: uppercase;
}

.main-banner__link {
  display: flex;
  justify-content: center;
  width: 200px;
  padding: 12px;
  border: 1px solid var(--white);
  color: var(--white);
  font-style: normal;
  line-height: 150%;
}

.main-banner__slide-descr {
  display: none;
}

.stores {
  background-color: var(--white);
}

.stores__wrapper {
  padding: 100px 0;
}

.stores-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.stores-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 516px;
  background-size: cover;
  background-position: center;
  filter: grayscale(50%);
}

.stores-item::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black-main);
  opacity: 0.3;
  transition: var(--transition-primary);
}

.stores-item:last-child {
  display: none;
}

.stores-item__title {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 260px;
  padding: 12px 0;
  border: 1px solid var(--white);
  background: rgba(255, 255, 255, 0.17);
  color: var(--white);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  line-height: 133%;
  text-transform: uppercase;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transition: var(--transition-secondary);
}

.stores-item__accordion {
  position: absolute;
  top: 66px;
  left: 66px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: var(--transition-secondary);
}

.stores-item__accordion.active .stores-item__btn-icon {
  transform: rotate(180deg);
}

.stores-item__accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stores-item__accordion-btn {
  display: none;
}

.stores-item__btn-icon {
  transition: var(--transition-primary);
}

.stores-item__link {
  position: relative;
  color: var(--white);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  line-height: 133%;
  text-transform: uppercase;
  text-decoration-line: none;
}

.stores-item__link::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background: var(--white);
  opacity: 0;
  transition: var(--transition-primary);
}

.stores-item__content-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}

.stores-item__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}

.stores-item__list-link {
  position: relative;
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  line-height: 138%;
}

.stores-item__list-link::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: var(--white);
  opacity: 0;
  transition: var(--transition-primary);
}

.stores .product-select-link {
  display: none;
  max-width: 202px;
  height: 246px;
  padding: 14px;
  cursor: pointer;
}

.stores .product-select-link__box {
  width: 100%;
}

.stores .product-select-link__title {
  font-size: 22px;
}

.company-info {
  background-color: var(--black-main);
}

.company-info__wrap {
  padding: 108px 0;
}

.company-info .section-title {
  color: var(--text-white);
}

.company-info__content {
  display: flex;
  align-items: center;
  gap: 54px;
  height: 407px;
}

.company-info__img-wrap {
  flex-grow: 1;
  height: 100%;
  filter: grayscale(100%);
}

.company-info__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.company-info__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
  list-style: none;
}

.company-info__item {
  padding-top: 14px;
  width: 150px;
  border-top: 1px solid var(--text-white);
  color: var(--text-white);
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  line-height: 128%;
  text-transform: uppercase;
}

@media screen and (max-width: 1539px) {
  .main-banner .splide__pagination__page {
    width: 20px;
    height: 3px;
  }

  .main-banner .splide__pagination__page.is-active {
    width: 49px;
  }

  .main-banner__descr {
    gap: 20px;
  }

  .main-banner__title {
    max-width: 602px;
    font-size: 55px;
  }

  .stores__wrapper {
    padding: 75px 0;
  }

  .stores-list {
    gap: 20px;
  }

  .stores-item {
    min-height: 440px;
  }

  .stores-item__accordion {
    top: 44px;
    left: 44px;
  }

  .company-info__wrap {
    padding: 75px 0;
  }

  .company-info__content {
    gap: 45px;
    height: 290px;
  }

  .company-info__list {
    gap: 29px;
  }

  .company-info__item {
    width: 143px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .main-banner .splide__pagination__page {
    width: 17px;
  }

  .main-banner .splide__pagination__page.is-active {
    width: 42px;
  }

  .main-banner__descr {
    gap: 15px;
  }

  .stores__wrapper {
    padding: 55px 0;
  }

  .stores-list {
    grid-template-columns: 1fr;
  }

  .stores-item {
    min-height: auto;
    background-image: none !important;
    justify-content: flex-start;
    filter: grayscale(0%);
  }

  .stores-item::before {
    display: none;
  }

  .stores-item:last-child {
    display: block;
  }

  .stores-item__title {
    display: none;
  }

  .stores-item__accordion {
    position: static;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    width: 100%;
  }

  .stores-item__accordion-header {
    padding: 26px 22px;
    background-color: var(--grey-bg);
  }

  .stores-item__accordion-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 1px solid var(--grey-dark-stroke);
  }

  .stores-item__link {
    color: var(--text-black);
  }

  .stores-item__link[data-link=brands] {
    flex-grow: 1;
  }

  .stores-item__content {
    overflow: hidden;
    max-height: 0;
    transition: var(--transition-primary);
  }

  .stores-item__content-wrapper {
    padding: 28px 24px;
  }

  .stores-item__list {
    gap: 24px;
  }

  .stores-item__list-link {
    color: var(--text-black);
  }

  .stores .product-select-link {
    display: flex;
  }

  .company-info__wrap {
    padding: 45px 0;
  }

  .company-info__content {
    gap: 25px;
    height: 190px;
  }

  .company-info__list {
    gap: 24px;
  }

  .company-info__item {
    font-size: 10px;
    width: 81px;
    padding-top: 8px;
  }
}

@media screen and (max-width: 1023px) {
  .main-banner__title {
    font-size: 28px;
    max-width: 50%;
  }

  .main-banner__link {
    width: 150px;
    font-size: 14px;
    padding: 8px;
  }
}

@media screen and (max-width: 767px) {
  .main-banner .splide__track {
    aspect-ratio: 72/43;
  }

  .main-banner .splide__pagination__page {
    width: 14px;
  }

  .main-banner .splide__pagination__page.is-active {
    width: 35px;
  }

  .main-banner .splide__pagination {
    gap: 6px;
  }

  .main-banner__descr {
    gap: 10px;
  }

  .main-banner__title {
    font-size: 16px;
  }

  .main-banner__link {
    width: 123px;
    font-size: 10px;
    padding: 6px;
  }

  .stores__wrapper {
    padding: 36px 0;
  }

  .stores-list {
    gap: 18px;
  }

  .stores-item__accordion-header {
    padding: 24px 16px;
  }

  .stores-item__link {
    font-size: 16px;
  }

  .stores-item__content-wrapper {
    flex-direction: column;
    gap: 24px;
    padding: 0;
  }

  .stores-item__list {
    padding: 24px 16px 0;
  }

  .stores .product-select-link {
    max-width: 100%;
    height: 136px;
    padding: 20px 16px;
  }

  .stores .product-select-link__title {
    font-size: 20px;
    max-width: 212px;
  }

  .company-info__wrap {
    padding: 36px 0;
  }

  .company-info__content {
    flex-direction: column;
    height: auto;
  }

  .company-info__img-wrap {
    aspect-ratio: 16/9;
    width: 100%;
  }

  .company-info__descr {
    width: 100%;
  }

  .company-info__list {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    width: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .stores-item:hover::before {
    opacity: 0.5;
  }

  .stores-item:hover .stores-item__title {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .stores-item:hover .stores-item__accordion {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }

  .stores-item__link:hover::before {
    width: 100%;
    opacity: 1;
  }

  .stores-item__list-link:hover::before {
    width: 100%;
    opacity: 1;
  }
}