.hero {
  background: url('../images/about-bg1.webp') center / cover no-repeat;
  min-height: 600px;
  padding-top: 200px;
  position: relative;
  overflow: hidden;
}

.hero:before {
  content: '';
  background: url('../images/about-bg2-m.webp') center / 900px no-repeat;
  width: 100%;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width >= 1024px) {
  .hero {
    padding-top: 158px;
    padding-bottom: 48px;
  }

  .hero:before {
    background: url('../images/about-bg2.webp') center / 1920px no-repeat;
  }
}

.hero__logo-box {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  padding: 30px;
  display: flex;
  position: relative;
}

.hero__logo-box:before {
  content: '';
  z-index: -1;
  backdrop-filter: blur(8px);
  background: #fff3;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 18px 208px 58px #0000, 11px 133px 53px #00000003, 6px 75px 45px #00000008, 3px 33px 33px #0000000d, 1px 8px 18px #0000000f;
}

.hero__logo-box svg {
  width: 296px;
  height: 142px;
}

@media (width >= 1024px) {
  .hero__logo-box {
    margin-bottom: 68px;
  }

  .hero__logo-box svg {
    width: 472px;
    height: 224px;
  }
}

.hero__brands {
  z-index: 1;
  background: none;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  height: 42px;
  display: flex;
  position: relative;
}

@media (width <= 1023px) {
  .hero__brands {
    display: none;
  }
}

@media (width >= 1280px) {
  .hero__brands {
    justify-content: center;
    gap: 51px;
  }
}

.hero-brands__img {
  object-fit: contain;
  filter: grayscale();
  width: 100%;
  max-width: 120px;
  height: auto;
  max-height: 42px;
}

@media (width >= 1280px) {
  .hero-brands__img {
    max-width: 148px;
  }
}

.banners--swiper .banners__container {
  margin-bottom: 30px;
}

.banners__item {
  min-height: 573px;
}

@media (width <= 1279px) {
  .banners__item {
    max-width: 345px;
  }
}

.banner__desc {
  min-height: 253px;
}

@media (width >= 1440px) {
  .banner__desc {
    min-height: 293px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (width >= 1580px) {
  .banner__desc {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (width >= 1280px) and (width <= 1439px) {
  .banner__title {
    font-size: 24px;
  }
}

.banner__link {
  margin-top: auto;
}

.about--1 {
  padding: 50px 0 30px;
}

.about--2 {
  padding: 30px 0 0;
}

@media (width >= 1024px) {
  .about--1 {
    padding: 150px 0 100px;
  }

  .about--2 {
    padding: 100px 0 0;
  }

  .about--3 {
    padding: 50px 0 0;
  }
}

.about__box-wrap {
  flex-direction: column;
  gap: 30px;
  display: flex;
}

@media (width >= 1024px) {
  .about__box-wrap {
    flex-direction: row;
  }
}

@media (width >= 1280px) {
  .about__box-wrap {
    align-items: center;
  }

  .about--1 .about__box-wrap {
    gap: 50px;
  }

  .about--2 .about__box-wrap,
  .about--3 .about__box-wrap {
    gap: 100px;
  }
}

@media (width >= 1024px) {
  .about__box--img {
    flex-shrink: 0;
  }

  .about__box--desc {
    flex-grow: 1;
  }
}

@media (width >= 1280px) {
  .about--2 .about__box--img,
  .about--3 .about__box--img {
    padding: 50px;
  }
}

.about__img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.about__img--cat {
  aspect-ratio: 1;
}

@media (width <= 1023px) {
  .about__img--ten {
    max-height: 272px;
  }

  .about__img--cat {
    max-height: 300px;
  }
}

@media (width >= 1024px) {
  .about__img {
    flex-shrink: 0;
  }

  .about__img--ten {
    width: 420px;
    height: 300px;
  }

  .about__img--cat {
    width: 400px;
    height: 400px;
  }
}

@media (width >= 1280px) {
  .about__img {
    flex-shrink: 0;
  }

  .about__img--ten {
    width: 630px;
    height: 436px;
  }

  .about__img--cat {
    width: 500px;
    height: 500px;
  }
}

.about__desc {
  flex-direction: column;
  display: flex;
}

.about--1 .about__subtitle {
  margin-bottom: 8px;
  font-size: 38px;
  font-weight: 800;
}

.about--2 .about__subtitle,
.about--3 .about__subtitle {
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
}

@media (width <= 1023px) {
  .about--1 .about__subtitle {
    text-align: center;
  }
}

@media (width >= 1024px) {
  .about--1 .about__subtitle {
    font-size: 50px;
  }

  .about--2 .about__subtitle,
  .about--3 .about__subtitle {
    font-size: 36px;
  }
}

.about__title {
  text-transform: lowercase;
  margin-bottom: 30px;
}

@media (width <= 1023px) {
  .about__title {
    text-align: center;
  }
}

.about__icons {
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
  display: flex;
}

.about__icons svg {
  aspect-ratio: 1;
  width: 20px;
  height: 20px;
  fill: var(--color-light, #767b80);
}

@media (width >= 1024px) {
  .about__icons {
    justify-content: flex-start;
  }
}

.about__desc {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.about--2 .about__desc,
.about--3 .about__desc {
  gap: 30px;
}

@media (width >= 1024px) {
  .about--2 .about__desc,
  .about--3 .about__desc {
    gap: 50px;
  }
}

.about__text {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.about__text--gray {
  color: var(--color-light, #767b80);
}

.testing {
  padding: 30px 0;
}

@media (width >= 1024px) {
  .testing {
    padding: 100px 0;
  }
}

.testing__title {
  margin-bottom: 30px;
}

.testing__list {
  --gap: 20px;
  gap: var(--gap);
  flex-wrap: wrap;
  display: flex;
}

@media (width >= 600px) {
  .testing__list {
    --items: 2;
  }
}

@media (width >= 1024px) {
  .testing__list {
    --items: 4;
  }
}

.testing__item {
  width: calc((100% - var(--gap, 16px) * (var(--items, 1) - 1)) / var(--items, 1));
}

.testing-item__link {
  width: fit-content;
  color: var(--color-light, #767b80);
  transition: var(--transition--100, 0.1s linear);
  flex-direction: column;
  gap: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
}

.testing-item__link:hover {
  color: var(--color-accent-primary, #ff6d03);
}

.testing-item__img-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.testing-item__img-wrap:before,
.testing-item__img-wrap:after {
  content: '';
  opacity: 0;
  pointer-events: none;
  transition: var(--transition--100, 0.1s linear);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testing-item__img-wrap:before {
  background: linear-gradient(0deg, #0006 0% 100%);
  width: 100%;
  height: 100%;
}

.testing-item__img-wrap:after {
  background: url('../images/icons/icon-play.svg') center / 100% no-repeat;
  width: 50px;
  height: 50px;
}

.testing-item__link:hover .testing-item__img-wrap:before,
.testing-item__link:hover .testing-item__img-wrap:after {
  opacity: 1;
}

.testing-item__img {
  width: 100%;
  max-width: initial;
  object-fit: cover;
  border-radius: 10px;
  height: auto;
}
