.conditions {
  padding-bottom: 100px;
}

.conditions__heading {
  margin-bottom: 60px;
}

.conditions__s-heading {
  margin-bottom: 60px;
  max-width: 450px;
}

@media screen and (max-width: 1200px) {
  .conditions {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .conditions__heading {
    margin-bottom: 30px;
  }
  .conditions__s-heading {
    margin-bottom: 30px;
    max-width: 100%;
  }
  .conditions .decor-bg-stripes {
    display: none;
  }
}

.conditions .condition {
  padding: 40px;
  background-color: #fff;
  border-radius: 4px;
}

.conditions .condition:not(:last-child) {
  margin-bottom: 30px;
}

.conditions .condition .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0a2896;
}

.conditions .condition .title .digit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #eaeaf1;
}

@media screen and (max-width: 768px) {
  .conditions .condition {
    margin-right: -15px;
    margin-left: -15px;
    padding: 20px 15px;
  }
  .conditions .condition .title {
    letter-spacing: -0.05em;
    font-size: 1.66rem;
  }
  .conditions .condition .title .digit {
    margin-right: 20px;
  }
}

.conditions .condition.activity {
  padding-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .conditions .condition.activity {
    padding-bottom: 30px;
  }
}

.conditions .condition.activity > .title {
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .conditions .condition.activity > .title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .conditions .condition.activity .swiper-container {
    padding-bottom: 30px;
  }
}

.conditions .condition.activity .swiper-pagination {
  display: none;
  top: unset;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .conditions .condition.activity .swiper-pagination {
    display: block;
  }
}

.conditions .condition.activity .swiper-slide {
  width: auto;
}

.conditions .condition.investments {
  position: relative;
  padding-bottom: 92px;
}

@media screen and (max-width: 1200px) {
  .conditions .condition.investments {
    padding-bottom: 30px;
  }
}

.conditions .condition.investments img {
  display: block;
  position: absolute;
  top: 40px;
  right: 102px;
  width: 968px;
  height: 469px;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .conditions .condition.investments img {
    position: static;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    max-width: 343px;
  }
}

.conditions .condition.investments .title {
  margin-bottom: 231px;
}

@media screen and (max-width: 1200px) {
  .conditions .condition.investments .title {
    margin-bottom: 30px;
  }
}

.conditions .condition.investments .text {
  max-width: 470px;
}

@media screen and (max-width: 1200px) {
  .conditions .condition.investments .text {
    max-width: 100%;
  }
}

.conditions .condition.reg {
  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;
}

@media screen and (max-width: 992px) {
  .conditions .condition.reg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.conditions .condition.reg .title {
  max-width: 630px;
  margin-right: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 992px) {
  .conditions .condition.reg .title {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.conditions .condition.reg picture {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 386px;
  height: 365px;
}

.conditions .condition.reg picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

@media screen and (max-width: 992px) {
  .conditions .condition.reg picture {
    width: 100%;
    height: auto;
  }
  .conditions .condition.reg picture img {
    height: auto;
  }
}

.activity-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .activity-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.activity-card__pic {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  width: 343px;
  height: 220px;
}

@media screen and (max-width: 768px) {
  .activity-card__pic {
    width: 100%;
    height: 0;
    margin-right: 0;
    margin-bottom: 20px;
    padding-bottom: 64.22962962962963%;
  }
}

.activity-card__info {
  width: 100%;
}

.activity-card__img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
}

.activity-card__title {
  margin-bottom: 20px;
  color: #090521;
}

@media screen and (max-width: 768px) {
  .activity-card__title {
    min-height: unset;
  }
}

@media screen and (max-width: 576px) {
  .activity-card__title {
    padding-right: 50px;
    min-height: 48px;
  }
}

.activity-card__text {
  color: #606981;
}
