.digit,
.animation-advantages {
  opacity: 0;
  -webkit-transform: translateY(6rem);
  -ms-transform: translateY(6rem);
  transform: translateY(6rem);
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.digit.visible {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.animation-advantages.visible-advantages {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.digit:nth-child(2) {
  margin-top: 50px;
}

.digit:nth-child(3) {
  margin-top: 50px;
}

.digit:nth-child(5) {
  margin-top: 50px;
}

.digit:nth-child(6) {
  margin-top: 50px;
}

.visible:nth-child(2) {
  margin-top: 0;
}

.visible:nth-child(3) {
  margin-top: 0;
}

.visible:nth-child(5) {
  margin-top: 0;
}

.visible:nth-child(6) {
  margin-top: 0;
}

.about-us__description--img.about-zoom-out img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.about-us__img-scroll.about-zoom-in img {
  -webkit-transform: scale(1.3) !important;
  -ms-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
}

.advantages-img-rotate {
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.about {
  overflow: visible;
}

.about-us__description--img {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-us__description--img picture img {
  width: 100%;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 1.1s;
  -o-transition: 1.1s;
  transition: 1.1s;
}

.about-us__description--img-light {
  display: none;
}

.about-us__description--title {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1.3;
  margin: 4rem 0 3rem;
}

.about-us__description--text {
  max-width: 51rem;
  margin: 0 auto;
}

.about-us__description--text p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.9;
}

.about-us__img-place-to-scroll {
  display: none;
}

.about-us__img-place-to-scroll .about-us__img-scroll {
  position: sticky;
  padding-top: 15rem;
  top: 30rem;
  margin-left: 5rem;
  overflow: hidden;
  width: 42rem;
  height: 62rem;
}

.about-us__img-place-to-scroll .about-us__img-scroll picture {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.about-us__img-place-to-scroll .about-us__img-scroll picture img {
  -webkit-transition: 1.3s;
  -o-transition: 1.3s;
  transition: 1.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.about-advantages {
  margin: 5rem 0 10rem;
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 3.5rem;
  -webkit-column-gap: 3.5rem;
  -moz-column-gap: 3.5rem;
  column-gap: 3.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-advantages .advantages-content {
  background: rgba(246, 243, 240, 0.03);
  padding: 3.2rem 4rem 3.2rem 2.5rem;
}

.about-advantages .advantages-block-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  margin-top: 5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-advantages .advantages-block-image img {
  width: 26rem;
}

.about-advantages__block {
  width: 36rem;
}

.about-advantages__block--title {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1.1;
}

.about-advantages__block--span {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: normal;
  font-size: 6.4rem;
  line-height: 1.3;
}

.about-advantages__block--text {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  padding: 4rem 0 0;
  color: #F6F3F0;
  opacity: 0.5;
}

.about-team {
  display: none;
  margin-top: -5rem;
  padding-top: 5rem;
}

.about-team__title {
  font-family: Roboto Slab;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1.2;
  max-width: 58.5rem;
  margin-bottom: 6rem;
}

.about-team__persons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10rem;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15rem;
}

.about-team__persons-block {
  width: 31rem;
}

.about-team__persons-block picture img {
  width: 100%;
}

.about-team__persons-block .about-team__persons--info {
  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;
  margin-bottom: 2.5rem;
  margin-top: 1.5rem;
}

.about-team__persons-block .about-team__persons--info .about-team__persons--info_name {
  font-family: Roboto Slab;
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.1;
}

.about-team__persons-block .about-team__persons--info::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 0.1rem solid rgba(246, 243, 240, 0.2);
  bottom: -2rem;
}

.about-team__persons-block--position {
  font-family: Roboto Slab;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #F6F3F0;
}

.about-team__persons--social {
  position: absolute;
  right: 0rem;
  border: 2px solid #9C6460;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-team__persons--social:hover {
  background-color: #9C6460;
}

.about-team__persons--social:hover svg path {
  fill: #F6F3F0;
}

.white-theme .advantages-content {
  background: rgba(27, 29, 32, 0.03);
}

.white-theme .advantages-content .about-advantages__block--text {
  color: #1B1D20;
  opacity: 1;
}

.white-theme .about-team__persons-block--position {
  color: #1B1D20;
}

.white-theme .about-team__persons-block .about-team__persons--info::after {
  border-top: 0.1rem solid rgba(27, 29, 32, 0.2);
}

.white-theme .cabout-advantages__block--img g path {
  fill: #1B1D20;
}

.white-theme .about-us__description--img {
  display: none;
}

.white-theme .about-us__description--img-light {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 480px) {
  .about-team__persons--social svg {
    width: 1.2rem;
    height: 2rem;
  }
}

@media only screen and (min-width: 769px) {
  .digit:nth-child(3) {
    margin-top: 100px;
  }

  .digit:nth-child(6) {
    margin-top: 100px;
  }

  .visible:nth-child(3) {
    margin-top: 0;
  }

  .visible:nth-child(6) {
    margin-top: 0;
  }

  .about-advantages {
    margin: 13rem 0 16rem;
    padding-top: 5rem;
  }

  .about-advantages .advantages-block-image {
    margin-top: 0;
  }

  .about-advantages__block--title {
    width: 26rem;
    font-size: 4.8rem;
  }

  .about-advantages__block--text {
    padding: 1rem 0 0;
    line-height: 1.6;
  }

  .about-team__title {
    font-size: 4.8rem;
  }

  .about-team__persons-block .about-team__persons--info .about-team__persons--info_name {
    font-size: 3.2rem;
    width: 50%;
  }

  .about-team__persons-block .about-team__persons--info::after {
    bottom: -1.2rem;
  }
}

@media only screen and (min-width: 968px) {
  .about-us {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about-us__description {
    width: 100%;
    max-width: 68rem;
  }

  .about-us__description--img picture img {
    max-width: 51rem;
  }

  .about-us__img-place-to-scroll {
    display: block;
  }
}