about.css 5.02 KB
.about {
  padding-top: 32px;
}
@media (min-width: 780px) {
  .about {
    padding-top: 70px;
  }
}

.about-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-top__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: #333B49;
}
@media (min-width: 480px) {
  .about-top__title {
    font-size: 36px;
    line-height: 39px;
  }
}
@media (min-width: 780px) {
  .about-top__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
  }
}
.about-top__link {
  font-family: "Muller";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #F5851A;
  position: relative;
  margin-right: 38px;
  display: none;
}
.about-top__link:after {
  position: absolute;
  content: "";
  background-image: url("../../../img/main/link.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 13px;
  margin-left: 14px;
  margin-top: 5px;
}
@media (min-width: 780px) {
  .about-top__link {
    display: inline-block;
  }
}

.about-main {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1031px) {
  .about-main {
    margin-top: 40px;
  }
}
@media (min-width: 1031px) {
  .about-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.about-main-text {
  letter-spacing: -0.01em;
  font-size: 14px;
  color: #333B49;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 780px) {
  .about-main-text {
    font-size: 16px;
  }
}
@media (min-width: 1031px) {
  .about-main-text {
    max-width: 658px;
  }
}
.about-main-text__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  max-width: 580px;
  width: 100%;
}
@media (min-width: 480px) {
  .about-main-text__title {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (min-width: 780px) {
  .about-main-text__title {
    font-size: 16px;
    line-height: 20px;
  }
}
.about-main-text__par {
  line-height: 18px;
  margin-top: 24px;
  max-width: 1063px;
  width: 100%;
}
@media (min-width: 780px) {
  .about-main-text__par {
    line-height: 22px;
  }
}

.about-main-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0px;
  padding-top: 44px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1031px) {
  .about-main-numbers {
    padding-top: 20px;
    margin-left: 47px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .about-main-numbers {
    margin-left: 117px;
  }
}
@media (min-width: 640px) {
  .about-main-numbers > :nth-child(-n+2) {
    margin-bottom: 0px;
  }
}
@media (min-width: 1031px) {
  .about-main-numbers > :nth-child(-n+2) {
    margin-bottom: 97px;
  }
}

.about-main-numbers-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-main-numbers-line > *:not(:nth-child(2n)) {
  margin-right: 15px;
}
@media (min-width: 360px) {
  .about-main-numbers-line > *:not(:nth-child(2n)) {
    margin-right: 33px;
  }
}
@media (min-width: 415px) {
  .about-main-numbers-line > *:not(:nth-child(2n)) {
    margin-right: 73px;
  }
}
@media (min-width: 1240px) {
  .about-main-numbers-line > *:not(:nth-child(2n)) {
    margin-right: 133px;
  }
}
.about-main-numbers-line:not(:first-child) {
  margin-top: 50px;
}
@media (min-width: 973px) {
  .about-main-numbers-line:not(:first-child) {
    margin-top: 0;
  }
}

.about-main-numbers-block {
  margin-right: 0;
}
@media (min-width: 480px) {
  .about-main-numbers-block {
    margin-right: 15px;
  }
}
@media (min-width: 1031px) {
  .about-main-numbers-block {
    margin-right: 0px;
  }
}
.about-main-numbers-block__num {
  font-family: "Muller";
  font-weight: 700;
  font-size: 31px;
  line-height: 33px;
  color: #F5851A;
  letter-spacing: -0.03em;
}
@media (min-width: 480px) {
  .about-main-numbers-block__num {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 480px) {
  .about-main-numbers-block__num {
    font-size: 48.75px;
    line-height: 22px;
  }
}
.about-main-numbers-block__def {
  max-width: 166px;
  width: 100%;
  margin-top: 9px;
  font-family: "Muller";
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #333B49;
}
@media (min-width: 420px) {
  .about-main-numbers-block__def {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (min-width: 480px) {
  .about-main-numbers-block__def {
    margin-top: 24px;
  }
}
@media (min-width: 640px) {
  .about-main-numbers-block__def {
    max-width: 192px;
    font-size: 15px;
    line-height: 19px;
  }
}