.about {
  background-color: #fff;
  padding-top: 4.31rem;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .about {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
.about__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.56rem;
}
@media (max-width: 1200px) {
  .about__head {
    flex-direction: column;
    row-gap: 2rem;
    margin-bottom: 2rem;
  }
}
.about__title {
  font-weight: 500;
  font-size: 1.25rem;
  color: #919191;
}
.about__middle {
  margin-bottom: 4.18rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .about__middle {
    flex-direction: column;
    row-gap: 2rem;
    margin-bottom: 2rem;
  }
}
.about__dignity {
  width: 55%;
  display: flex;
  flex-direction: column;
  row-gap: 0.875rem;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .about__dignity {
    width: 100%;
  }
}
.about__more {
  font-weight: 600;
  font-size: 1rem;
  text-align: right;
  color: #b81f1b;
}
.about__more:hover {
  text-decoration: none;
  color: #000;
}
.about-head__info {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  padding-top: 1rem;
}
@media (max-width: 1200px) {
  .about-head__info {
    padding-top: 0;
  }
}
.about-head__info .field--name-field-about__subtitle {
  font-weight: 600;
  font-size: 2.2rem;
  color: #000;
}
@media (max-width: 992px) {
  .about-head__info .field--name-field-about__subtitle {
    font-size: 1.8rem;
  }
}
.about-head__title {
  font-weight: 600;
  font-size: 2.3rem;
  color: #b81f1b;
}
@media (max-width: 992px) {
  .about-head__title {
    font-size: 1.9rem;
  }
}
.field--name-field-predlozhenie-kompanii {
  font-weight: 400;
  font-size: 1.25rem;
  color: #000;
  width: 33%;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .field--name-field-predlozhenie-kompanii {
    width: 100%;
  }
}
.field--name-field-shagi-spisok {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.62rem;
}
@media (max-width: 992px) {
  .field--name-field-shagi-spisok {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.field--name-field-shagi-spisok .field__item {
  flex: 1 1 25%;
}
.field--name-field-shagi-spisok .field__item:nth-child(1) {
  flex-basis: 30%;
}
.field--name-field-shagi-spisok .field__item:nth-child(2) {
  flex-basis: 20%;
}
.field--name-field-shagi-spisok .field__item:nth-child(3) {
  flex-basis: 20%;
}
.field--name-field-shagi-spisok .field__item:nth-child(4) {
  flex-basis: 20%;
}
.field--name-field-shagi-spisok .field__item:nth-child(5) {
  flex-basis: 13%;
}
.field--name-field-shagi-spisok .field__item:nth-child(6) {
  flex-basis: 20%;
}
.field--name-field-shagi-spisok .field__item:nth-child(7) {
  flex-basis: 13%;
}
.field--name-field-shagi-spisok .field__item:nth-child(8) {
  flex-basis: 20%;
}
@media (max-width: 992px) {
  .field--name-field-shagi-spisok .field__item {
    flex-basis: 100%;
  }
}
.paragraph--type--shagi {
  display: flex;
  flex-direction: column;
  row-gap: 0.43rem;
}
.field--name-field-shag-nomer {
  font-weight: 600;
  font-size: 2.2rem;
  color: #b81f1b;
}
.field--name-field-shag-opisanie {
  font-weight: 400;
  font-size: 1rem;
  color: #000;
}
.field--name-field-dostoinstva {
  display: flex;
  flex-direction: column;
  row-gap: 0.875rem;
  text-align: right;
  font-weight: 400;
  font-size: 1rem;
  color: #000;
}
@media (max-width: 992px) {
  .field--name-field-dostoinstva {
    text-align: left;
  }
}
.about-page .region-content {
  padding: 0;
}
.about-page #block-vesta-theme-content {
  padding: 4rem 0;
}
.about-page .about__middle {
  flex-direction: column;
  row-gap: 2rem;
}
.about-page .field--name-field-predlozhenie-kompanii {
  color: #fff;
  width: 100%;
}
.about-page .field--name-field-dostoinstva {
  color: #fff;
  text-align: left;
}
.about-page .field--name-field-about__subtitle {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
