.about-hero {
  padding-bottom: 32px;
}

.about-hero__banner {
  min-height: 366px;
  padding: 16px;
  margin: 0 -16px;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.about-hero__banner::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: overlay;
  background: url(../images/letters.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 3;
}

.about-hero__banner-data {
  display: flex;
  align-items: center;
  color: var(--white, #fff);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
}

.about-hero__banner-tag {
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
}

.about-hero__banner-tag::before {
  content: "/";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--red, #e60026);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.about-hero__banner-time {
  display: flex;
  gap: 8px;
  padding: 0 16px;
  position: relative;
}

.about-hero__banner-time::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/gray-dot.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.about__thanks-text {
  color: var(--red, #e60026);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  display: block;
  margin-bottom: 24px;
}

.about-page__logo {
  width: 100%;
  max-width: 352px;
  height: 244px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  border: 1px solid var(--red, #e60026);
  background: var(--white, #fff);
  padding: 40px 24px 16px;
  margin-bottom: 32px;
}

.about-page__logo-img {
  width: 100%;
  margin-bottom: 20px;
}

.about-page__logo-text {
  color: var(--blue, #003f53);
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.6;
}

.about-contacts__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: var(--white, #fff);
  font-size: 18px;
  line-height: 1.22;
}

.about-contacts__list-item a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.about-contacts__list-item-img {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  background: var(--white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-contacts__list-social {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media screen and (min-width: 1280px) {
  .about-hero {
    padding-bottom: 64px;
  }
  .about-hero__banner {
    min-height: 502px;
    padding: 72px 32px;
    margin: 0;
  }
  .quote-section__text.about__text {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .about__thanks-text {
    font-size: 37px;
    line-height: 1;
    margin-bottom: 0;
  }
  .about-page__logo {
    margin-bottom: 86px;
    margin-right: unset;
  }
  .about-contacts__list-social {
    gap: 40px;
  }
}

.about-contacts {
  padding-bottom: 32px;
}

.about-contacts__inner {
  background: var(--red, #e60026);
  max-width: 600px;
  margin: 0 auto 32px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.about-contacts__title {
  color: var(--white, #fff);
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 32px;
}

@media screen and (min-width: 1280px) {
  .about-contacts {
    padding-bottom: 64px;
  }
  .about-contacts__inner {
    background: unset;
    max-width: unset;
    margin: 0 auto 64px;
    padding: 0;
  }
  .about-contacts__inner .about-contacts__inner-wrapper {
    background: var(--red, #e60026);
    padding: 40px 256px 48px 96px;
    background-image: url(../images/vezha-bg-red.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
  }
  .about-contacts__title {
    font-size: 50px;
    margin-bottom: 56px;
  }
  .about-contacts__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 56px 146px;
    height: 244px;
  }
  .about-contacts__list-item {
    width: 442px;
  }
}
