.about-stelki {
  max-width: 1392px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 28px;
}
.about-stelki:last-child {
  margin-bottom: 0;
}
.about-stelki.about-stelki_style--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .about-stelki.about-stelki_style--reverse {
    width: 100%;
    position: static;
    flex: 1;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .about-stelki {
    flex-direction: column;
    gap: 16px;
  }
}
.about-stelki__external-title {
  text-align: center;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .about-stelki__external-title {
    font-size: 28px;
  }
}
.about-stelki__external-subtitle {
  text-align: left;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about-stelki__external-subtitle {
    text-align: center;
    font-size: 28px;
  }
}
.about-stelki__info {
  position: relative;
  flex: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .about-stelki__info {
    order: 1;
  }
}
.about-stelki__sticky {
  position: sticky;
  top: 24px;
  flex: 1;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .about-stelki__sticky {
    position: static;
    padding: 10px 24px;
    order: 1;
  }
}
.about-stelki__info-title {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .about-stelki__info-title {
    text-align: center;
    margin-bottom: 0;
  }
}
.about-stelki__info-text p span {
  font-weight: 700;
  color: var(--amc-main-color);
}
.about-stelki__info-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .about-stelki__info-list {
    gap: 16px;
    margin-top: 0;
  }
}
.about-stelki__text-extra--bold {
  position: relative;
  bottom: -100px;
  left: 0;
  right: 0;
  padding: 8px 0;
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .about-stelki__text-extra--bold {
    max-width: 85%;
    margin-left: 20px;
    bottom: -20px;
  }
}
.about-stelki__picture {
  flex: 1;
  position: sticky;
  top: 24px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .about-stelki__picture {
    flex: 0.75;
  }
}
@media screen and (max-width: 992px) {
  .about-stelki__picture {
    flex: 0.5;
  }
}
.about-stelki__picture-title {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: var(--amc-light-gray);
}
.about-stelki__picture .picture {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--amc-box-shadow);
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .about-stelki__picture .picture {
    margin-left: 20px;
    width: 90%;
  }
}
.about-stelki__picture .picture__image {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .about-stelki__picture {
    width: 100%;
    position: static;
    flex: 1;
    order: 2;
  }
}
.about-stelki__picture--no-shadow {
  flex: 1;
  position: sticky;
  top: 24px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .about-stelki__picture--no-shadow {
    flex: 0.75;
  }
}
@media screen and (max-width: 992px) {
  .about-stelki__picture--no-shadow {
    flex: 0.5;
  }
}
.about-stelki__picture--no-shadow-title {
  display: block;
  text-align: center;
  margin-top: 12px;
  color: var(--amc-light-gray);
}
.about-stelki__picture--no-shadow .picture {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .about-stelki__picture--no-shadow .picture {
    margin-left: 20px;
    width: 90%;
  }
}
.about-stelki__picture--no-shadow .picture__image {
  display: block;
  width: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .about-stelki__picture--no-shadow {
    width: 100%;
    position: static;
    flex: 1;
    order: 2;
  }
}
.about-stelki__picture-second {
  display: none;
}
@media screen and (max-width: 768px) {
  .about-stelki__picture-second {
    display: block;
    width: 100%;
    margin-top: 24px;
  }
}

.is-desktop {
  display: block;
  margin-bottom: 28px;
}

.is-mobile {
  display: none;
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .is-desktop {
    display: none;
  }
  .is-mobile {
    display: block;
  }
}
.about-stelki-mobile {
  max-width: 1392px;
  margin: 0 auto;
  padding: 0 24px;
  margin-bottom: 28px;
}
.about-stelki-mobile__title {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-stelki-mobile__title span {
  font-weight: 700;
  color: var(--amc-main-color);
}
.about-stelki-mobile__picture {
  margin-bottom: 20px;
}
.about-stelki-mobile__picture .picture {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.about-stelki-mobile__picture .picture__image {
  display: block;
  width: 100%;
  border-radius: 16px;
}
.about-stelki-mobile__text p {
  margin-bottom: 16px;
}
.about-stelki-mobile__text p span {
  font-weight: 700;
  color: var(--amc-main-color);
}
.about-stelki-mobile__text p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
