.framework__textBlock__btn__link, .aboutBanner__textBlock__btns__link {
  padding: 10px 18px;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.5s, color 0.5s;
}
@media (min-width: 760px) {
  .framework__textBlock__btn__link, .aboutBanner__textBlock__btns__link {
    padding: 12px 24px;
  }
}
@media (min-width: 1200px) {
  .framework__textBlock__btn__link, .aboutBanner__textBlock__btns__link {
    padding: 14px 30px;
  }
}

.framework__textBlock__btn__link {
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 16px;
}
@media (min-width: 760px) {
  .framework__textBlock__btn__link {
    padding: 15px 30px;
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .framework__textBlock__btn__link {
    padding: 18px 35px;
    font-size: 18px;
  }
}

.framework__textBlock__btn__link, .aboutBanner__textBlock__btns__link--contact {
  background-color: #ffffff;
  color: #101828;
}

.aboutBanner__textBlock__btns__link--team {
  background-color: #101828;
  color: #ffffff;
}

@media (min-width: 1200px) {
  .framework__textBlock__btn__link:hover, .aboutBanner__textBlock__btns__link--contact:hover, .aboutBanner__textBlock__btns__link--team:hover {
    background-color: #0095ec;
    color: #ffffff;
  }
}

.team__container, .framework__container, .missionValues__container, .countsAbout__container, .aboutBanner__container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

.framework__textBlock__patch, .missionValues__textBlock__patch, .aboutBanner__textBlock__patch {
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .framework__textBlock__patch, .missionValues__textBlock__patch, .aboutBanner__textBlock__patch {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .framework__textBlock__patch, .missionValues__textBlock__patch, .aboutBanner__textBlock__patch {
    padding: 12px 25px;
    margin-bottom: 30px;
    font-size: 15px;
  }
}

.team__list__pic__img, .missionValues__pic__img, .aboutBanner__images__pic__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.aboutBanner {
  position: relative;
  margin-bottom: 20px;
  padding: 60px 0;
}
@media (min-width: 760px) {
  .aboutBanner {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .aboutBanner {
    padding: 100px 0;
  }
}
.aboutBanner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d1ecfd;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}
.aboutBanner__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .aboutBanner__container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.aboutBanner__textBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 30px;
  max-width: 600px;
}
@media (min-width: 760px) {
  .aboutBanner__textBlock {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .aboutBanner__textBlock {
    width: 50%;
    max-width: none;
    padding: 0 25px 0 0;
  }
}
.aboutBanner__textBlock__patch {
  background-color: #192a56;
}
.aboutBanner__textBlock__title {
  font-size: 32px;
  padding-bottom: 15px;
}
@media (min-width: 760px) {
  .aboutBanner__textBlock__title {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .aboutBanner__textBlock__title {
    font-size: 56px;
  }
}
.aboutBanner__textBlock__title .inlineBlock {
  display: inline-block;
}
.aboutBanner__textBlock__text {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 30px;
}
@media (min-width: 760px) {
  .aboutBanner__textBlock__text {
    font-size: 18px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .aboutBanner__textBlock__text {
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 40px;
  }
}
.aboutBanner__textBlock__btns {
  display: flex;
  flex-wrap: wrap;
}
.aboutBanner__textBlock__btns__link--team {
  margin-right: 20px;
}
.aboutBanner__images {
  position: relative;
  width: 100%;
  max-width: 600px;
}
@media (min-width: 1200px) {
  .aboutBanner__images {
    width: 50%;
    max-width: none;
    padding-left: 25px;
  }
}
.aboutBanner__images__pic--sm {
  position: absolute;
  bottom: 25px;
  width: 75%;
  height: 200px;
}
@media (min-width: 500px) {
  .aboutBanner__images__pic--sm {
    width: 50%;
    height: 250px;
    bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .aboutBanner__images__pic--sm {
    width: 40%;
    height: 300px;
  }
}
.aboutBanner__images__pic--big {
  padding-left: 20%;
  height: 380px;
}
@media (min-width: 500px) {
  .aboutBanner__images__pic--big {
    height: 450px;
  }
}
@media (min-width: 1200px) {
  .aboutBanner__images__pic--big {
    height: 520px;
    padding-left: 35%;
  }
}
.aboutBanner__images__pic__img {
  border-radius: 16px;
}

.countsAbout {
  padding-bottom: 40px;
}
@media (min-width: 760px) {
  .countsAbout {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .countsAbout {
    padding-bottom: 100px;
  }
}
.countsAbout__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.countsAbout__item {
  text-align: center;
  padding: 0 20px 20px;
}
@media (min-width: 760px) {
  .countsAbout__item {
    padding: 0 30px 30px;
  }
}
@media (min-width: 1200px) {
  .countsAbout__item {
    width: 25%;
    padding: 0;
  }
}
.countsAbout__item__top {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #006d77;
  font-weight: 600;
}
.countsAbout__item__top__num {
  font-size: 48px;
  padding-right: 5px;
}
@media (min-width: 760px) {
  .countsAbout__item__top__num {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .countsAbout__item__top__num {
    font-size: 68px;
  }
}
.countsAbout__item__top__plus {
  font-size: 20px;
}
@media (min-width: 760px) {
  .countsAbout__item__top__plus {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .countsAbout__item__top__plus {
    font-size: 28px;
  }
}
.countsAbout__item__text {
  font-size: 16px;
  color: #7f8c8d;
}
@media (min-width: 760px) {
  .countsAbout__item__text {
    font-size: 18px;
    padding-top: 3px;
  }
}
@media (min-width: 1200px) {
  .countsAbout__item__text {
    font-size: 20px;
    padding-top: 5px;
  }
}

.missionValues {
  margin-bottom: 60px;
}
@media (min-width: 760px) {
  .missionValues {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .missionValues {
    margin-bottom: 100px;
  }
}
.missionValues__textBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15px;
  text-align: center;
}
@media (min-width: 1200px) {
  .missionValues__textBlock {
    padding: 0 200px 30px;
  }
}
.missionValues__textBlock__patch {
  color: #192a56;
  background-color: #d1ecfd;
}
.missionValues__textBlock__title {
  font-size: 32px;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .missionValues__textBlock__title {
    font-size: 40px;
  }
}
.missionValues__textBlock__text {
  line-height: 1.5;
  padding-bottom: 15px;
}
.missionValues__pic {
  width: 100%;
  height: 320px;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 760px) {
  .missionValues__pic {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .missionValues__pic {
    height: 450px;
  }
}
@media (min-width: 760px) {
  .missionValues__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
  }
}
@media (min-width: 1200px) {
  .missionValues__list {
    margin: 0 -15px;
  }
}
.missionValues__list__item {
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .missionValues__list__item {
    width: calc(50% - 20px);
    margin: 0 10px 20px;
  }
}
@media (min-width: 1200px) {
  .missionValues__list__item {
    width: calc(33.3333% - 30px);
    margin: 0 15px;
    padding: 30px;
  }
}
.missionValues__list__item:first-child {
  background-color: #ecf0f1;
}
.missionValues__list__item:nth-child(2) {
  background-color: #e3f2f4;
}
.missionValues__list__item:last-child {
  background-color: #fff3ea;
  margin-bottom: 0;
}
.missionValues__list__title {
  font-size: 20px;
  padding-bottom: 5px;
}
@media (min-width: 1200px) {
  .missionValues__list__title {
    font-size: 24px;
    padding-bottom: 8px;
  }
}
.missionValues__list__text {
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .missionValues__list__text {
    line-height: 1.6;
  }
}

.framework {
  background-color: #d1ecfd;
  padding: 60px 0;
  margin-bottom: 60px;
}
@media (min-width: 760px) {
  .framework {
    padding: 80px 0;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .framework {
    padding: 110px 0;
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .framework__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.framework__textBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
}
@media (min-width: 1200px) {
  .framework__textBlock {
    width: 40%;
    padding: 0 25px 0 0;
  }
}
.framework__textBlock__patch {
  background-color: #101828;
}
.framework__textBlock__title {
  font-size: 24px;
  padding-bottom: 10px;
}
@media (min-width: 760px) {
  .framework__textBlock__title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .framework__textBlock__title {
    font-size: 44px;
  }
}
.framework__textBlock__text {
  line-height: 1.5;
  font-size: 16px;
  padding-bottom: 25px;
}
@media (min-width: 760px) {
  .framework__textBlock__text {
    line-height: 1.6;
    font-size: 18px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .framework__textBlock__text {
    font-size: 20px;
    padding-bottom: 35px;
  }
}
.framework__textBlock__btn {
  display: flex;
}
.framework__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 760px) {
  .framework__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .framework__list {
    width: 60%;
    padding-left: 25px;
  }
}
.framework__list__item {
  background-color: #ffffff;
  padding: 20px;
}
@media (min-width: 1200px) {
  .framework__list__item {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .framework__list__item:nth-child(1), .framework__list__item:nth-child(3) {
    transform: translateY(-10px);
  }
}
@media (min-width: 1200px) {
  .framework__list__item:nth-child(2), .framework__list__item:nth-child(4) {
    transform: translateY(10px);
  }
}
.framework__list__title {
  font-size: 20px;
  padding-bottom: 10px;
  line-height: 1.4;
}
.framework__list__text {
  line-height: 1.5;
  color: #667273;
}
@media (min-width: 1200px) {
  .framework__list__text {
    line-height: 1.6;
  }
}

.team {
  padding-bottom: 60px;
}
@media (min-width: 760px) {
  .team {
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .team {
    padding-bottom: 100px;
  }
}
.team__title {
  font-size: 28px;
  padding-bottom: 5px;
  text-align: center;
}
@media (min-width: 760px) {
  .team__title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .team__title {
    font-size: 42px;
  }
}
.team__text {
  text-align: center;
  font-size: 16px;
  padding-bottom: 30px;
  line-height: 1.4;
}
@media (min-width: 760px) {
  .team__text {
    font-size: 17px;
    padding: 0 100px 35px;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .team__text {
    font-size: 18px;
    line-height: 1.6;
    padding: 0 250px 40px;
  }
}
.team__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (min-width: 760px) {
  .team__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .team__list {
    gap: 50px;
  }
}
.team__list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.team__list__item:nth-child(4n+1) .team__list__textBlock {
  background-color: #d1ecfd;
}
.team__list__item:nth-child(4n+2) .team__list__textBlock {
  background-color: #e3f2f4;
}
.team__list__item:nth-child(4n+3) .team__list__textBlock {
  background-color: #fff3ea;
}
.team__list__item:nth-child(4n+4) .team__list__textBlock {
  background-color: #ecf0f1;
}
.team__list__pic {
  position: relative;
  width: 240px;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .team__list__pic {
    width: 280px;
  }
}
.team__list__pic__img {
  object-position: center top;
}
.team__list__textBlock {
  border-radius: 20px;
  padding: 100px 20px 5px;
  margin-top: -80px;
  flex: 1;
}
@media (min-width: 1200px) {
  .team__list__textBlock {
    padding: 100px 30px 20px;
  }
}
.team__list__textBlock__name {
  font-size: 22px;
  padding-bottom: 5px;
}
@media (min-width: 1200px) {
  .team__list__textBlock__name {
    font-size: 26px;
  }
}
.team__list__textBlock__position {
  opacity: 0.8;
  font-weight: 500;
}
.team__list__textBlock__desc {
  padding-top: 20px;
}
.team__list__textBlock__desc p {
  line-height: 1.5;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .team__list__textBlock__desc p {
    line-height: 1.7;
  }
}
.team__list__textBlock__desc p strong {
  font-weight: 500;
}

/*# sourceMappingURL=about-page.css.map */