.about {
  position: relative;
  margin-top: 210px;
  padding-bottom: 110px;
  z-index: 3;
}

.about__bg {
  position: absolute;
  top: 110px;
  left: -220px;
  height: 991px;
}

.about-idea__title {
  margin-bottom: 40px;
  width: 100%;
}

.about-idea-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.about-idea__subtitle {
  display: inline-block;
  margin-right: 82px;
}

.about-idea__storie {
  display: inline-block;
  margin-right: 120px;
}

.about-idea__img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
}

.about-idea-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.about-idea-wrapper.first {
  height: 632px;
}

.about-idea-wrapper.second {
  height: 560px;
  margin-top: 160px;
}

.about-article {
  margin-top: 110px;
}

.about-article__title {
  width: 100% !important;
}

.about-article-wrapper {
  width: 100%;
  overflow: hidden;
  height: 606px;
}

.about-article__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 2;
}

.team {
  margin-top: 100px;
  padding-bottom: 60px;
  position: relative;
  z-index: 3;
}

.team__title {
  display: inline-block;
  margin-bottom: 40px;
}

.team-row {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0 -40px;
  scrollbar-width: none;
  padding-left: 150px; */
  /* padding-left: 150px; */
}

.team-row::-webkit-scrollbar {
  display: none;
}

/* .team .team-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 40px;
  width: 800px;
  min-width: 800px;
} */

.team-card {
  margin-bottom: 80px;
  display: flex;
  align-items: stretch;
}

.team-card-wrapper {
  display: inline-block;
  width: 406px;
  min-width: 406px;
  height: 521px;
  overflow: hidden;
  margin-right: 80px;
}

.team-card__img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.team-card__name {
  margin-bottom: 8px;
  margin-top: 10px;
  font-size: 24px;
}

.team-card__job {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #B8B8B8;
}

.team-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.team-card__desc {
  display: inline-block;
  margin-right: 48px;
}

.simple {
  margin-top: 110px;
  height: 930px;
  position: relative;
  z-index: 3;
}

.simple__title {
  margin-bottom: 40px;
  text-align: center;
}

.simple-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0 -16px;
  scrollbar-width: none;
}

.simple-row::-webkit-scrollbar {
  display: none;
}

.simple-card {
  cursor: pointer;
  width: 552px;
  min-width: 552px;
  margin: 0 16px;
}

.simple-card:hover .simple-wrapper {
  height: 552px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.simple-card:hover .simple-details__desc {
  display: block;
}

.simple-card:hover .simple-details__title {
  color: #fff;
  -webkit-transition: cololr 0.2s;
  transition: cololr 0.2s;
}

.simple-wrapper {
  width: 100%;
  height: 660px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.simple__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.simple-details__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #B8B8B8;
  margin-bottom: 20px;
  display: inline-block;
  -webkit-transition: cololr 0.2s;
  transition: cololr 0.2s;
}

.simple-details__desc {
  display: none;
}

.posts {
  margin-bottom: 146px;
  position: relative;
  z-index: 3;
}

.posts-wrap {
  margin-top: 110px;
}

.posts-wrapper {
  width: 100%;
  height: 608px;
  overflow: hidden;
}

.posts__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.posts-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 78px;
  height: 100%;
}

.posts-wrap:nth-child(2n) .posts-article {
  margin-left: 0;
  margin-right: 60px;
}

@media (max-width: 1600px) {
  .team-card-wrapper {
    width: 306px;
    height: 325px;
  }

  .team-card {
    width: 90%;
  }
}

@media (min-width: 1600px) {
  .team-card.reverse .team-card-wrapper {
    order: 2;
    margin-right: 0px;
    margin-left: 80px;
  }

  .team-card {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .h2 {
    font-size: 36px;
  }

  .underlined {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .about-article .row>div:nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .posts-wrap:nth-child(2n) .row>div:nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .about {
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .about-idea__subtitle {
    margin-right: 168px;
  }

  .about-idea__storie {
    margin: 0;
  }

  .about-idea-wrap {
    margin-bottom: 80px;
  }

  .about-article {
    margin-top: 80px;
  }

  .about-article__storie {
    margin-bottom: 40px;
  }

  .team {
    margin-top: 80px;
    padding-bottom: 50px;
  }

  .team-card__desc {
    margin: 0;
  }

  .about-article-wrapper:nth-child(1) {
    margin-bottom: 40px;
  }

  .team-card-wrapper {
    height: 426px;
  }

  .team-card.reverse .team-card-wrapper {
    order: -1;
    margin-left: 0;
    margin-right: 80px;
  }

  .team-card {
    margin-bottom: 32px;
  }

  .simple {
    margin-top: 80px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .posts-wrapper {
    margin-bottom: 80px;
  }

  .posts-article {
    margin: 0;
  }

  .posts-wrap {
    margin: 0;
  }

  .posts-wrap:nth-child(2n) .posts-article {
    margin: 0;
  }

  .posts-article__storie {
    margin-bottom: 80px;
  }

  .posts {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .posts-article__title {
    font-size: 20px;
  }

  .posts-article__storie b {
    font-weight: 400;
  }

  .about__bg {
    height: 722px;
  }

  .simple-details__title {
    font-size: 16px;
  }

  .simple-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about {
    padding-top: 165px;
  }
}

@media (max-width: 767px) {
  .article {
    font-size: 14px;
  }

  .underlined {
    width: 100%;
  }

  .about__bg {
    height: 610px;
    top: -80px;
  }

  .about-idea-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-idea__title {
    margin-bottom: 26px;
  }

  .about-idea__subtitle {
    margin-bottom: 16px;
    font-size: 18px;
    margin-right: 0;
  }

  .about-idea-wrap {
    margin-bottom: 32px;
  }

  .about-idea-wrapper.second {
    margin: 0;
    height: 516px;
  }

  .about-idea-wrapper {
    height: 582px;
  }

  .about-idea-wrapper.first {
    margin-bottom: 20px;
  }

  .h2 {
    font-size: 24px;
  }

  .about-idea__storie {
    font-size: 14px;
  }

  .about-article {
    margin-top: 30px;
  }

  .about-article-wrapper:nth-child(1) {
    margin-bottom: 20px;
  }

  .about-article-wrapper {
    height: 288px;
  }

  .about {
    padding-bottom: 34px;
  }

  .team {
    margin-top: 50px;
  }

  .team-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .team-card-wrapper {
    width: 100%;
    margin-bottom: 20px;
    min-width: unset;
    margin-right: 0;
  }

  .team-card.reverse .team-card-wrapper {
    order: -1;
    margin-left: 0;
    margin-right: 0px;
  }

  .h3 {
    font-size: 18px;
  }

  .team-card__job {
    margin-bottom: 16px;
  }

  .team-card__desc {
    font-size: 14px;
  }

  .team-card__name {
    margin-top: 0;
  }

  .simple {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .simple-details__title {
    font-size: 14px;
  }

  .simple-wrapper {
    height: 371px;
  }

  .simple-card:hover .simple-wrapper {
    height: 294px;
  }

  .posts {
    margin-top: 50px;
  }

  .posts-wrapper {
    margin-bottom: 32px;
  }

  .underlined {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .posts-article__storie {
    margin-bottom: 32px;
  }

  .posts-wrapper {
    height: 279px;
  }

  .about {
    padding-top: 145px;
  }
}

@media (max-width: 600px) {
  .about__bg {
    height: 518px;
  }
  .about-idea__title {
    font-size: 28px !important;
    display: inline-block;
    width: 100% !important;
  }
  .about-article__title {
    font-size: 28px !important;
    display: inline-block;
    width: 100% !important;
  }
  .team__title {
    font-size: 28px !important;
  }
  .simple__title {
    font-size: 28px !important;
  }
  .posts-article__title {
    font-size: 28px !important;
    display: inline-block;
    width: 100% !important;  }
}

@media (max-width: 480px) {
  .about__bg {
    height: 474px;
  }

  .about {
    padding-top: 110px;
  }
}

@media (max-width: 425px) {
  .about-article__title.underlined {
    padding-bottom: 16px;
  }

  .about__bg {
    height: 300px;
    top: -40px;
    left: -78px;
  }

  .h2 {
    font-size: 20px;
  }

  .about-idea-wrapper.first {
    height: 370px;
  }

  .about-idea-wrapper.second {
    height: 328px;
    margin-bottom: 10px;
  }

  .about-article-wrapper {
    height: 184px;
  }

  .about-article__storie {
    margin-bottom: 32px;
  }

  .about {
    padding-bottom: 16px;
    margin-top: 40px;
  }

  .team {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .team-card-wrapper {
    height: 266px;
  }

  .simple-wrapper {
    width: 272px;
  }

  .posts-wrapper {
    height: 184px;
  }

  .posts-article__title {
    font-size: 18px;
  }

  .posts-article__title.underlined {
    padding-bottom: 16px;
  }

  main::after {
    display: none;
  }

  main::before {
    display: none;
  }
}

@media (max-width: 1200px) {
  .team-row {
    display: block;
    padding-left: 0;
    margin: 0;
  }

  .team-card {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 990px) {
  .simple-row {
    margin: 0 -10px;
  }

  .simple-card {
    width: 272px;
    min-width: 272px;
    margin: 0 10px;
  }

  .simple-wrapper {
    height: 372px;
  }

  .simple-card:hover .simple-wrapper {
    height: 200px;
  }
}

.about-article__storie {
  position: relative;
  z-index: 2;
}

/*# sourceMappingURL=about.css.map */