@import url("../components/personal-plan.css");
.header {
  background: #0B0B0B;
}

.title-main {
  margin-bottom: 30px;
  margin-top: 70px;
}
@media (max-width: 767.98px) {
  .title-main {
    margin-top: 35px;
  }
}
.title-main .subtitle p {
  margin-bottom: 3px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.title-main h1 {
  color: #0B0B0B;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .title-main h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
  }
}

.about {
  background: #fff;
  padding-top: 110px;
}
@media (max-width: 767.98px) {
  .about {
    padding-top: 74px;
  }
}
.about__list {
  display: flex;
  padding-bottom: 120px;
}
@media (max-width: 1023.98px) {
  .about__list {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .about__list {
    display: block;
    padding-bottom: 56px;
  }
}
.about__col {
  width: 50%;
  margin: 0 auto;
}
.about__col:first-child {
  border-right: 1px dotted #7B7B7B;
}
@media (max-width: 767.98px) {
  .about__col:first-child {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .about__col {
    width: 100%;
    margin-bottom: 56px;
  }
  .about__col:last-child {
    margin-bottom: 0;
  }
}
.about__item {
  width: 436px;
  margin: 0 0 0 93px;
}
@media (max-width: 1199.98px) {
  .about__item {
    margin: 0 auto;
  }
}
@media (max-width: 1023.98px) {
  .about__item {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .about__item {
    width: 100%;
  }
}
.about__photo {
  width: 364px;
  height: 436px;
  margin-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .about__photo {
    margin: 0 auto 45px;
  }
}
@media (max-width: 1023.98px) {
  .about__photo {
    width: 90%;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767.98px) {
  .about__photo {
    width: 100%;
    margin: 0 auto 32px;
  }
}
.about__photo img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .about__info {
    width: 364px;
    margin: 0 auto;
  }
}
@media (max-width: 1023.98px) {
  .about__info {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .about__info {
    width: 100%;
  }
}
.about__name {
  color: #0B0B0B;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 6px;
}
@media (max-width: 1023.98px) {
  .about__name {
    font-size: 24px;
  }
}
.about__position {
  color: #7339F5;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 19px;
}
.about__description {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-right: 75px;
}
@media (max-width: 1199.98px) {
  .about__description {
    margin-right: 0;
  }
}

.main-title .subtitle p {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

.main-title .title .name {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
}

.about-us {
  padding-top: 108px;
  background: #F6F6F8;
}
@media (max-width: 1023.98px) {
  .about-us {
    padding-top: 80px;
  }
}
@media (max-width: 1023.98px) {
  .about-us {
    padding-top: 56px;
  }
}

.about-us__description {
  margin-top: 28px;
}
.about-us__item {
  display: flex;
  padding-bottom: 107px;
}
@media (max-width: 1023.98px) {
  .about-us__item {
    padding-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .about-us__item {
    flex-wrap: wrap;
    padding-bottom: 56px;
  }
}
.about-us__item:nth-child(2n) .about-us__photo-block {
  order: 2;
  margin-right: 0;
  margin-left: 31px;
}
@media (max-width: 767.98px) {
  .about-us__item:nth-child(2n) .about-us__photo-block {
    margin-left: 0;
    order: 1;
  }
}
.about-us__item:nth-child(2n) .about-us__text {
  order: 1;
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .about-us__item:nth-child(2n) .about-us__text {
    order: 2;
    margin-top: 32px;
  }
}
.about-us__photo-block {
  min-width: 457px;
  width: 457px;
  height: 286px;
  margin-right: 31px;
}
@media (max-width: 1023.98px) {
  .about-us__photo-block {
    min-width: 357px;
    width: 357px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .about-us__photo-block {
    min-width: 100%;
    width: 100%;
    margin-right: 0;
  }
}
.about-us__photo-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.about-us__text {
  width: auto;
  flex: 1 1 auto;
  padding-top: 14px;
}
@media (max-width: 767.98px) {
  .about-us__text {
    padding-top: 32px;
  }
}
.about-us__text h3, .about-us__text h2, .about-us__text h4, .about-us__text h5, .about-us__text h6 {
  margin-top: 0;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .about-us__text h3, .about-us__text h2, .about-us__text h4, .about-us__text h5, .about-us__text h6 {
    margin-bottom: 24px;
  }
}
.about-us__text h2 {
  color: #0B0B0B;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .about-us__text h2 {
    font-size: 22px;
  }
}
.about-us__text h3 {
  color: #0B0B0B;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .about-us__text h3 {
    font-size: 20px;
  }
}
.about-us__text h4 {
  color: #0B0B0B;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .about-us__text h4 {
    font-size: 18px;
  }
}
.about-us__text h5 {
  color: #0B0B0B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .about-us__text h5 {
    font-size: 16px;
  }
}
.about-us__text h6 {
  color: #0B0B0B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .about-us__text h6 {
    font-size: 14px;
  }
}
.about-us__text p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 26px;
}
@media (max-width: 1023.98px) {
  .about-us__text p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1023.98px) {
  .about-us__text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=about.css.map */
