.steps {
  margin-bottom: 100px;
}

.step-list {
  height: 100%;
  margin-bottom: 30px;
}

.step-list__item {
  padding-top: 40px;
}

.step-list__item:first-child .step-list__item__photo {
  display: none;
}

.step-list__item__info__icon {
  margin-right: 35px;
  min-width: 69px;
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.step-list__item__info__desc {
  padding-top: 28px;
}

.step-list__item__info__desc__title {
  color: #101010;
  font-family: "Playfair Display";
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}

.step-list__item__info__desc__text {
  color: #69798f;
  font-size: 13px;
  line-height: 22px;
}

.step-list__item__info__desc__text p {
  margin-bottom: 20px;
}

.step-list__item__info__desc ul > li {
  padding-left: 35px;
  position: relative;
}

.step-list__item__info__desc ul > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 12px;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-position: center;
}

.step-list__item__info__desc ol {
  list-style: decimal;
  padding-left: 35px;
}

.step-list__item__photo {
  max-width: 450px;
  margin: 30px auto;
}

.step-list__item__photo__img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}

.documents {
  background-color: #efefef;
  padding: 50px 0;
}

.documents--white-bg {
  background: #ffffff;
}

.documents__title {
  font-family: "Playfair Display";
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.documents__list {
  margin-bottom: 44px;
}

.documents__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}

.documents__list__item__icon {
  min-width: 30px;
  min-height: 34px;
  margin-right: 20px;
}

.documents__list__item__icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.documents__list__item__name {
  color: #585858;
  font-size: 12px;
  line-height: 18px;
}

.documents__descript {
  padding: 20px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}

.documents__descript a {
  color: #cf2d2b;
}

.section-question {
  padding: 50px 0;
}

.section-question__title {
  font-family: "Playfair Display";
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

.questions__item.expand .questions__item__descript {
  opacity: 1;
  max-height: 100%;
  padding: 30px 0;
}

.questions__item__header {
  width: 100%;
  min-height: 100px;
  padding: 10px 15px;
  border: 1px solid #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.questions__item__header__title {
  width: 100%;
  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;
  color: #101010;
  font-size: 14px;
  line-height: 24px;
}

.questions__item__header__title::after {
  content: "";
  display: inline-block;
  min-width: 10px;
  height: 12px;
  margin-left: 15px;
  background-image: url(../img/btn-expand.png);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.questions__item__descript {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  color: #585858;
  font-size: 12px;
  line-height: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.questions__item__descript p {
  margin-bottom: 30px;
}

.questions__item__descript a {
  color: #cf2d2b;
}

/*

##     ## ######## ########  ####    ###
###   ### ##       ##     ##  ##    ## ##
#### #### ##       ##     ##  ##   ##   ##
## ### ## ######   ##     ##  ##  ##     ##
##     ## ##       ##     ##  ##  #########
##     ## ##       ##     ##  ##  ##     ##
##     ## ######## ########  #### ##     ##

*/
@media (min-width: 992px) {
  .steps {
    padding-top: 50px;
  }
  .step-list {
    margin-bottom: 80px;
  }
  .step-list__item {
    padding-top: 70px;
    /* &:nth-child(2n) {
                .step-list__item {
                    &__photo {
                        margin-left: 0;
                    }
                }
            }*/
  }
  .step-list__item__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .step-list__item__info__icon {
    margin-right: 35px;
    min-width: 135px;
    width: 135px;
    height: 135px;
    background-size: auto;
  }
  .step-list__item__info__desc__title {
    font-size: 36px;
    margin-bottom: 34px;
  }
  .step-list__item__info__desc__text {
    font-size: 16px;
    line-height: 28px;
  }
  .step-list__item__info__desc__text p {
    margin-bottom: 30px;
  }
  .documents {
    padding: 100px 0;
  }
  .documents__title {
    font-size: 36px;
    margin-bottom: 100px;
  }
  .documents__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .documents__list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding-right: 50px;
  }
  .documents__list__item__name {
    font-size: 14px;
  }
  .documents__descript {
    padding: 34px 0;
  }
  .section-question {
    padding: 100px 0;
  }
  .section-question__title {
    font-size: 36px;
    margin-bottom: 100px;
  }
  .questions__item__descript {
    padding-left: 50px;
    padding-right: 115px;
  }
  .questions__item.expand .questions__item__descript {
    padding: 60px 115px 60px 50px;
  }
  .questions__item__header {
    padding: 10px 50px;
  }
  .questions__item__header__title {
    font-size: 16px;
  }
  .questions__item__header__title::after {
    margin-left: 100px;
  }
  .questions__item__descript {
    font-size: 14px;
    line-height: 30px;
  }
}

@media (min-width: 1200px) {
  .step-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .step-list__item:nth-child(2n) .step-list__item__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .step-list__item:nth-child(2n) .step-list__item__photo {
    margin-left: 0;
    margin-right: 90px;
  }
  .step-list__item__photo {
    margin: 0 0 0 70px;
    min-width: 360px;
  }
  .step-list__item__photo__img {
    margin: 0;
  }
}

@media (min-width: 1440px) {
  .step-list__item:first-child .step-list__item__photo {
    display: block;
  }
  .step-list__item:nth-child(2n) .step-list__item__photo {
    margin-right: 90px;
    margin-left: 170px;
  }
  .step-list__item__photo {
    margin-left: 170px;
  }
}
/*# sourceMappingURL=list.css.map */