.section-sts {
  padding-bottom: 140px;
  overflow: hidden;
}
@media only screen and (max-width: 767.98px) {
  .section-sts {
    padding-bottom: 100px;
  }
}

.sts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sts-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  padding: 35px 45px 40px 40px;
  border-radius: 24px;
  background: #fff;
}
@media only screen and (max-width: 1399.98px) {
  .sts-cnt {
    padding: 35px 22px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .sts-cnt {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 40px 25px 55px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sts-cnt {
    gap: 15px;
    padding: 40px 20px 45px;
  }
}
.sts-cnt__desc {
  max-width: 530px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.13;
  color: #272727;
}
@media only screen and (max-width: 1199.98px) {
  .sts-cnt__desc {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .sts-cnt__desc {
    font-size: 20px;
    line-height: 1;
  }
}
.sts-cnt-btns {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  flex-grow: 1;
}
@media only screen and (max-width: 1199.98px) {
  .sts-cnt-btns {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .sts-cnt-btns {
    gap: 10px;
  }
}
@media only screen and (max-width: 575.98px) {
  .sts-cnt-btns {
    flex-direction: column;
  }
}
.sts-cnt__btn {
  width: 100%;
  max-width: 317px;
  min-width: 292px;
}
@media only screen and (max-width: 1279.98px) {
  .sts-cnt__btn {
    min-width: 220px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .sts-cnt__btn {
    max-width: 100%;
  }
}
.sts-app {
  display: flex;
  justify-content: space-between;
  border-radius: 24px;
  background: linear-gradient(131deg, #ffeff9 0%, #fdc6e6 100%);
}
@media only screen and (max-width: 991.98px) {
  .sts-app {
    flex-direction: column;
  }
}
.sts-app-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-shrink: 0;
  max-width: 700px;
  padding: 60px 40px;
}
@media only screen and (max-width: 1399.98px) {
  .sts-app-main {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .sts-app-main {
    max-width: 100%;
    flex-shrink: 1;
    padding: 60px 40px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .sts-app-main {
    padding: 40px 20px 0;
  }
}
.sts-app__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.13;
  color: #272727;
}
@media only screen and (max-width: 767.98px) {
  .sts-app__title {
    font-size: 20px;
    line-height: 1;
  }
}
.sts-app-group {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .sts-app-group {
    flex-direction: column;
    gap: 12px;
  }
}
.sts-app-avt {
  display: flex;
  gap: 10px;
}
.sts-app-avt__icon {
  flex-shrink: 0;
  width: 30px;
}
.sts-app-avt__desc {
  font-size: 17px;
  line-height: 1.18;
  color: #272727;
}
@media only screen and (max-width: 767.98px) {
  .sts-app-avt__desc {
    font-size: 16px;
  }
}
.sts-app-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.sts-app-link {
  display: block;
  max-width: calc(33.3333333333% - 3px);
}
@media only screen and (max-width: 991.98px) {
  .sts-app-link {
    flex-grow: 1;
  }
  .sts-app-link img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .sts-app-link {
    max-width: calc(50% - 3px);
  }
}
.sts-app-pict {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1399.98px) {
  .sts-app-pict {
    margin-right: -60px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .sts-app-pict {
    margin-right: -30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .sts-app-pict {
    justify-content: center;
    margin-right: 0;
  }
}
