@charset "UTF-8";
.athome-team {
  margin-top: 40px;
  color: black;
  font-weight: 500;
}
.athome-team__owner, .athome-team__benefit, .athome-team__catalog, .athome-team__team {
  margin-top: 45px;
}
@media screen and (min-width: 960px) {
  .athome-team__owner, .athome-team__benefit, .athome-team__catalog, .athome-team__team {
    margin-top: 75px;
    padding: 0 65px;
  }
}
.athome-team__cert {
  margin-top: 45px;
}
@media screen and (min-width: 960px) {
  .athome-team__cert {
    margin-top: 75px;
  }
}
.athome-team__divider {
  border-bottom: 1px solid #bababa;
  font-size: 16px;
  margin-bottom: 40px;
  color: #3d3e3f;
}

.team-first-block {
  background-image: url("/images/athome/team_main.jpg");
  padding: 300px 30px 25px;
  background-position: center;
  background-size: 250%;
  color: white;
  border-radius: 14px;
  margin-top: 14px;
}
@media screen and (min-width: 960px) {
  .team-first-block {
    background-size: 100%;
    padding: 260px 80px 55px;
    background-position: 0 -98px;
    height: 687px;
  }
}
.team-first-block h1 {
  font-size: 35px;
  line-height: 35px;
  text-align: left;
  color: white;
  font-weight: bold;
  padding-right: 35px;
}
@media screen and (min-width: 960px) {
  .team-first-block h1 {
    font-size: 55px;
    line-height: 57px;
    width: 590px;
  }
}
.team-first-block__text {
  margin-top: 10px;
  color: white;
  font-size: 16px;
  line-height: 18px;
}
@media screen and (min-width: 960px) {
  .team-first-block__text {
    margin-top: 25px;
    width: 540px;
    font-size: 20px;
    line-height: 24px;
  }
}
.team-first-block__text p {
  color: white;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .team-first-block__text p {
    font-size: 20px;
    line-height: 24px;
  }
}
.team-first-block__action {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .team-first-block__action {
    width: 255px;
    margin-top: 25px;
  }
}

.team-owner {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .team-owner {
    flex-direction: row;
    gap: 65px;
  }
}
.team-owner__head {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #070707;
}
@media screen and (min-width: 960px) {
  .team-owner__head {
    font-size: 45px;
    line-height: 48px;
  }
}
.team-owner__text {
  margin-top: 25px;
  font-style: italic;
}
.team-owner__text p {
  line-height: 20px;
}
@media screen and (min-width: 960px) {
  .team-owner__text {
    margin-top: 45px;
    width: 533px;
  }
  .team-owner__text p {
    font-size: 20px;
    line-height: 24px;
  }
}
.team-owner__image {
  width: 100%;
  height: 559px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (min-width: 960px) {
  .team-owner__image {
    width: 618px;
    height: 514px;
  }
}
.team-owner__image img {
  position: absolute;
  height: 100%;
  min-width: 100%;
  max-width: none;
  right: 0px;
}

.team-benefit__head {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #070707;
}
@media screen and (min-width: 960px) {
  .team-benefit__head {
    font-size: 45px;
    line-height: 48px;
    width: 630px;
  }
}
.team-benefit__items {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media screen and (min-width: 960px) {
  .team-benefit__items {
    margin-top: 40px;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
  }
}
@media screen and (min-width: 960px) {
  .team-benefit__item {
    width: 293px;
  }
}
.team-benefit__item:nth-child(1) .team-benefit-item {
  background-image: url("/images/athome/percent_white_back.png");
  background-repeat: no-repeat;
}
.team-benefit__item:nth-child(2) .team-benefit-item {
  background-image: url("/images/athome/lock.png");
  background-repeat: no-repeat;
}
.team-benefit__item:nth-child(3) .team-benefit-item {
  background-image: url("/images/athome/white_building.png");
  background-repeat: no-repeat;
}
.team-benefit__item:nth-child(4) .team-benefit-item {
  background-image: url("/images/athome/gift.png");
  background-repeat: no-repeat;
}
.team-benefit .team-benefit-item {
  height: 100%;
  background-color: #f2f0f7;
  font-size: 18px;
  line-height: 24px;
  padding: 206px 25px 25px;
  color: black;
  border-radius: 20px;
}
@media screen and (min-width: 960px) {
  .team-benefit .team-benefit-item {
    padding: 206px 20px 20px;
  }
}
.team-benefit .team-benefit-item__head {
  font-weight: bold;
}

.team-catalog {
  color: black;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .team-catalog {
    flex-direction: row;
    gap: 65px;
  }
}
.team-catalog__right {
  flex-shrink: 0;
  width: 579px;
  max-width: 100%;
}
.team-catalog__head {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  color: #070707;
}
@media screen and (min-width: 960px) {
  .team-catalog__head {
    font-size: 45px;
    line-height: 48px;
  }
}
.team-catalog__text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 18px;
}
@media screen and (min-width: 960px) {
  .team-catalog__text {
    margin-top: 45px;
    font-size: 20px;
    line-height: 24px;
  }
}
.team-catalog__nums {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 960px) {
  .team-catalog__nums {
    margin-top: 45px;
    flex-wrap: nowrap;
  }
}
.team-catalog__num {
  width: 45%;
}
.team-catalog__num div:nth-child(1) {
  font-size: 35px;
  color: #6231c5;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .team-catalog__num div:nth-child(1) {
    font-size: 45px;
    line-height: 1;
  }
}
.team-catalog__num div:nth-child(2) {
  font-size: 14px;
  color: black;
}
@media screen and (min-width: 960px) {
  .team-catalog__num div:nth-child(2) {
    font-size: 16px;
  }
}
.team-catalog__get-pdf {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .team-catalog__get-pdf {
    width: 255px;
    margin-top: 25px;
  }
}
.team-catalog__image {
  margin-top: 20px;
  height: 465px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (min-width: 960px) {
  .team-catalog__image {
    height: 536px;
  }
}
.team-catalog__image img {
  height: 100%;
  max-width: none;
  position: absolute;
}

.team-cert {
  background-image: url("/images/athome/sert_mob.jpg");
  border-radius: 15px;
  color: white;
  padding: 30px 20px 0;
  height: 900px;
}
@media screen and (min-width: 960px) {
  .team-cert {
    background-image: url("/images/athome/sert.jpg");
    background-position: bottom right;
    background-size: cover;
    min-height: 687px;
    padding: 55px 79px 0;
  }
}
.team-cert__head {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .team-cert__head {
    font-size: 45px;
    line-height: 48px;
    width: 585px;
  }
}
.team-cert__text {
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
@media screen and (min-width: 960px) {
  .team-cert__text {
    width: 750px;
    font-size: 15px;
    line-height: 22px;
  }
}
.team-cert__text ul li {
  padding-left: 15px;
  position: relative;
  padding-bottom: 1px;
}
.team-cert__text ul li::before {
  content: "●";
  transform: scale(0.7);
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
}
.team-cert__action {
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .team-cert__action {
    width: 255px;
    margin-top: 25px;
  }
}

.team-team {
  overflow: hidden;
  position: relative;
}
.team-team__nav {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .team-team__nav {
    margin-bottom: 25px;
    justify-content: end;
  }
}
.team-team__head {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .team-team__head {
    font-size: 45px;
    line-height: 48px;
  }
}
.team-team__text {
  margin-top: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  max-width: 800px;
}
.team-team__items {
  margin-top: 50px;
}

.team-item-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-item {
  height: 560px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .team-item {
    max-width: 325px;
  }
}
.team-item__image {
  height: 380px;
  position: relative;
  overflow: hidden;
  border-radius: 26px;
}
.team-item__image img {
  position: absolute;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}
.team-item__text-block {
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: #D8D1E4;
  padding: 20px 20px 30px;
}
.team-item__name {
  font-size: 24px;
  line-height: 29px;
  color: #692ecc;
}
.team-item__firstname {
  font-size: 24px;
  line-height: 29px;
  color: #000021;
}
.team-item__title {
  font-size: 16px;
  line-height: 20px;
  color: #74648f;
  margin-top: 12px;
  width: 215px;
}

/*# sourceMappingURL=athome-team.css.map */
