.about {
  margin-top: 40px;
}

/* Heading */
.about__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
  gap: 12px;
}
.about__heading h3 {
  font-size: 20px;
  line-height: 105%;
  font-weight: 400;
}
.about__heading p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 1200px) {
  .about__heading {
    gap: 20px;
  }
  .about__heading h3 {
    font-size: 35px;
  }
  .about__heading p {
    font-size: 20px;
    line-height: 24px;
  }
}

/* Cards */
.about__cards {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about__cards img[office] {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center center;
  border-radius: 12px;
}
.card__left,
.card__right {
  background: #f6f6f6;
  border-radius: 12px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: unset;
}
.card__info-wrapper {
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 13px;
}
.card__info-contacts {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.card__info {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  color: #000000;
}
.card__info img {
  width: 16px;
  height: 16px;
}
.card__info[address] span {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}
.card__info[sales] span,
.card__info[service] span {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
}
@media (min-width: 600px) {
  .about__cards {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
  }
  .card__left,
  .card__right {
    padding: 24px;
    gap: 32px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .about__cards img[office] {
    height: 399px;
  }
  .card__info-wrapper {
    gap: 21px;
    margin-left: 13px;
  }
  .card__info-contacts {
    gap: 7px;
  }
  .card__info {
    gap: 8px;
  }
  .card__info img {
    width: 24px;
    height: 24px;
  }
  .card__info[address] span {
    font-size: 24px;
    line-height: 28px;
  }
  .card__info[sales] span,
  .card__info[service] span {
    font-size: 20px;
    line-height: 23px;
  }
}

/* advantages */
.about__advantages {
  margin-top: 20px;
  padding: 20px 12px;
  background: #f6f6f6;
  border-radius: 16px;

  display: flex;
  flex-direction: column;
  gap: 28px;
}
.about__advantages hr {
  width: 100%;
  color: #dfdfdf;
  display: none;
}
.about__advantage img {
  width: 24px;
  height: 24px;
}
.about__advantages-block {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.about__advantage {
  display: flex;
  gap: 4px;
  flex-direction: row;
  align-items: flex-start;
}
.about__advantage-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.about__advantage-info span[advantage-title] {
  font-size: 15px;
  line-height: 120%;
  font-weight: 400;
}
.about__advantage-info span[advantage-desc] {
  font-size: 11px;
  line-height: 120%;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .about {
    margin-top: 72px;
  }
  .about__advantages hr {
    display: block;
  }
  .about__advantage img {
    width: 59px;
    height: 59px;
  }
  .about__advantages {
    margin-top: 28px;
    padding: 32px 26px 38px;
    border-radius: 35px;
    gap: 32px;
  }
  .about__advantages-block {
    flex-direction: row;
    gap: 34px;
    justify-content: space-between;
  }
  .about__advantages-block[second] {
    flex-direction: row-reverse;
  }
  .about__advantage {
    max-width: 345px;
    gap: 19px;
  }
  .about__advantage-info span[advantage-title] {
    font-size: 16px;
    font-weight: 500;
  }
  .about__advantage-info span[advantage-desc] {
    max-width: 221px;
    font-size: 12px;
  }
}

.about__banner {
  margin-bottom: 40px;
  margin-top: 24px;
  background: url(../../img/about/bg.svg) right 9px top 20px / auto no-repeat,
    #202020;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  border-radius: 24px;
  padding: 32px 16px;

  height: 414px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 44px;
}
.about__banner__info {
  display: flex;
  flex-direction: column;
  gap: 28px;
  z-index: 2;
}
.about__banner__info-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about__banner img[logo] {
  width: 24px;
  height: 24px;
}
.about__banner__info-text h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.about__banner__info-text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
}
.about__banner__button {
  color: #ffffff;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  padding: 13px 27px;
  border-radius: 16px;
  background: #f90000;
  z-index: 2;
}
@media (min-width: 1200px) {
  .about__banner__info {
    max-width: 777px;
    gap: 12px;
  }
  .about__banner {
    margin-top: 40px;
    margin-bottom: 81px;
    padding: 43px 58px;
  }
  .about__banner__info img[logo] {
    width: 43px;
    height: 43px;
  }
  .about__banner__info-text h4 {
    font-size: 35px;
    line-height: 105%;
    font-weight: 500;
  }
  .about__banner__info-text p {
    max-width: 502px;
    font-size: 16px;
  }
  .about__banner__button {
    padding: 16px 50px;
    border-radius: 999px;
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
  }
  .about__banner__info-text {
    gap: 28px;
  }
}
