
/*headline*/

.headline-kurs-students {
    padding: 40px 0 20px 0;
}

.headline-kurs-students__title, .course_head h1 {
    font-size: 65px !important;
    line-height: 65px !important;
    color: #e20155;
    font-family: 'ProximaNova-Extrabld';
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.headline-kurs-students__text {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    padding: 0 140px;
    text-align: center;
    font-style: italic;
}

@media(max-width:1200px) {
    .headline-kurs-students__text {
        padding: 0;
    }
    .headline-kurs-students__title, .course_head h1 {
        font-size: 30px !important;
        line-height: 30px !important;
        display: block;
        text-align: center;
    }
}


/*advantages*/

.kurs-for-students__advantages {
    margin-bottom: 60px;
}

.advantages-kurs-students {
    padding: 30px 100px 50px 100px;
    background-color: #f4f4f4;
    display: flex;
    flex-wrap: wrap;
}

.advantages-kurs-students__item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 5px);
    margin-bottom: 20px;
}

.advantages-kurs-students__item:nth-child(odd) {
    margin-right: 5px;
}

.advantages-kurs-students__item:nth-child(even) {
    margin-left: 5px;
}

.advantages-kurs-students__title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #e20155;
    font-style: italic;
    font-weight: 600;
    font-family: inherit;
}

.advantages-kurs-students__content-wrap {
    display: flex;
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #e0e0e0;
}

.advantages-kurs-students__content {
    display: flex;
    padding: 40px 20px;
    background-color: #fff;
    min-height: 320px;
}

.advantages-kurs-students__img-wrap {
    min-width: 70px;
    height: 70px;
    margin-right: 20px;
}

.advantages-kurs-students__img {
    width: 100%;
    height: 100%;
}

.advantages-kurs-students__text {
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
}

@media(max-width:992px) {
    .kurs-for-students__advantages {
        margin-bottom: 20px;
    }
    .advantages-kurs-students {
        flex-direction: column;
        padding: 30px;
    }
    .advantages-kurs-students__item {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }
    .advantages-kurs-students__content {
        flex-direction: column;
    }
    .advantages-kurs-students__img-wrap {
        margin-bottom: 10px;
    }
}

@media(max-width:400px) {
    .advantages-kurs-students__text {
        font-size: 16px;
    }
}


/*for_whom*/

.for-whom-kurs-students{
    padding: 30px 0;
    margin-bottom: 30px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.for-whom-kurs-students__title{
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 23px;
    text-align: center;
}
.for-whom-kurs-students__content{
    display: flex;
    width: 100%;
}
.for-whom-kurs-students__item{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.for-whom-kurs-students__img-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    border-radius: 100%;
    border: solid 2px #e5e5e5;
}
.for-whom-kurs-students__img{
    max-width: 42px;
    max-height: 48px;
}
.for-whom-kurs-students__text{
    flex-grow: 1;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
}
@media(min-width:1344px){
    .for-whom-kurs-students{
        padding: 30px 150px;
    }
}
@media(max-width:768px){
    .for-whom-kurs-students__text{
        font-size: 16px;
    }
}
/*what-treat*/

.what-treat-kurs-students__content {
    background-image: url(img/bg-what-treat.jpg);
    padding: 80px 50px;
    display: flex;
    justify-content: space-between;
    background-size: contain;
    height: 770px;
    background-position: center;
    background-repeat: no-repeat;
}

.what-treat-kurs-students__title {
    text-align: center;
}

.what-treat-kurs-students__content-title {
    font-size: 23px;
}

.what-treat-kurs-students__text {
    font-size: 40px;
    line-height: 46px;
    color: #e20155;
    font-family: 'PTSans';
    font-weight: 600;
    margin-bottom: 0;
}

.what-treat-kurs-students__subtext {
    color: #e20155;
    font-style: italic;
}

.what-treat-kurs-students__content-left {
    max-width: 310px;
}

.what-treat-kurs-students__content-right {
    max-width: 350px;
}

.what-treat-kurs-students__content-item {
    margin-bottom: 40px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
}

.what-treat-kurs-students__content-right .what-treat-kurs-students__text,
.what-treat-kurs-students__content-right .what-treat-kurs-students__subtext,
.what-treat-kurs-students__content-right .what-treat-kurs-students__content-title {
    text-align: right;
}

@media(max-width:1200px) {
    .what-treat-kurs-students__text {
        font-size: 25px;
        line-height: 30px;
    }
}

@media(max-width:992px) {
    .what-treat-kurs-students__content {
        flex-direction: column;
        padding: 0;
        height: auto;
    }
    .what-treat-kurs-students__content-left,
    .what-treat-kurs-students__content-right {
        max-width: 100%;
        background-color: rgba(255, 255, 255, 0.6);
        padding: 20px;
    }
    .what-treat-kurs-students__content-item {
        min-height: auto;
        margin-bottom: 10px;
    }
    .what-treat-kurs-students__text {
        font-size: 20px;
        line-height: 20px;
    }
}

/*info-kurs-students*/

.info-kurs-students{
    padding: 60px; 
}
.info-kurs-students__title{
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 23px;
}
.info-kurs-students__text{
    font-size: 18px;
    line-height: 28px;
}
@media(max-width:768px) {
    .info-kurs-students{
        padding: 20px 0; 
    }
}
/*questions*/

.questions-kurs-students {
    padding: 0 150px;
}

.questions-kurs-students__title {
    text-align: center;
}

.questions-kurs-students__question {
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'PTSans';
    font-size: 18px;
}

@media(max-width:1200px) {
    .questions-kurs-students {
        padding: 0;
    }
}


/*rewies*/

.rewievs__text {
    padding: 0 150px;
    font-size: 18px;
}

@media(max-width:1200px) {
    .rewievs__text {
        padding: 0;
        font-size: 16px;
    }
    .rewievs .rewievs__title {
        margin-bottom: 10px;
    }
}


/*info-kurs-adult*/

.info-kurs-adult{
    display: flex;
    align-items: center;
    padding: 60px; 
}
.info-kurs-adult__title{
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 23px;
}
.info-kurs-adult__text{
    font-size: 18px;
    line-height: 28px;
}

.info-kurs-adult__banner {
    width: 265px;
    min-width: 265px;
    margin-left:30px;
}

.banner-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background-color: #f4f4f4;
    color: #e20155;
}

.banner-info__img-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.banner-info__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-info__title {
    margin-bottom: 10px;
    font-family: 'PTSans';
    font-size: 28px;
    font-weight: bold;
}

.banner-info__text {
    text-align: center;
    font-style: italic;
}

@media(max-width:768px) {
    .info-kurs-adult{
        flex-direction: column;
        padding: 20px 0; 
    }
}





/*programm*/

.online-programm {
  padding: 70px 30px 30px;
}

.online-programm__title {
  margin-bottom: 25px;
  text-align: center;
}

.online-programm__text {
  margin-bottom: 50px;
  text-align: center;
}

.online-programm__item {
  display: flex;
  align-items: center;
  max-width: 1185px;
  width: 100%;
  margin: 0 auto 40px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
}

.online-programm__content-title {
  margin-bottom: 10px;
  font-style: italic;
  font-weight: normal;
  font-size: 22px;
  line-height: 29px;
}

.online-programm__content-text {
  max-width: 642px;
  margin-bottom: 0;
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #8F8F8F;
}

.online-programm__content-item {
  padding-left: 30px;
  padding-right: 55px;
}

.online-programm__content-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.online-programm__content-list-item {
  display: flex;
  align-items: center;
  width: 50%;
  margin-top: 25px;
}

.online-programm__content-list-item:before {
  content: "";
  display: block;
  width: 17px;
  min-width: 17px;
  height: 17px;
  margin-right: 15px;
  background: #E20155;
  border-radius: 50%;
}

.online-programm__content-list-text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

.online-programm__banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 259px;
  margin-right: -20px;
  padding: 20px 0;
  background: #F4F4F4;
}

.online-programm__banner-title {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 37px;
  color: #647279;
}

.online-programm__banner-price {
  margin-bottom: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 64px;
  color: #E20155;
}

.online-programm__banner-descr {
  font-size: 14px;  
  margin-bottom: 0px; 
  line-height: 14px;
  text-align: center; 
}

.online-programm__img-wrap {
  min-width: 224px;
}

.online-programm__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.online-programm__content-text iframe {
    height: 360px      
}
  
@media(max-width:1479px) {
  .online-programm__content-title {
    font-size: 18px;
    line-height: 23px;
  }
  
  .online-programm__content-text {
    font-size: 15px;
    line-height: 19px;
  }

  .online-programm__img-wrap {
    min-width: 178px;
    height: 214px;
  }

  .online-programm__content-item {
    padding-left: 20px;
    padding-right: 40px;
  }

  .online-programm__banner {
    min-width: 206px;
  }

  .online-programm__content-list-text {
    font-size: 15px;
    line-height: 19px;
  }

  .online-programm__content-list-item {
    margin-top: 20px;
  }

  .online-programm__banner-title {
    font-size: 22px;
    line-height: 29px;
  }

  .online-programm__banner-price {
    font-size: 36px;
    line-height: 48px;
  }
}

@media(max-width:1023px) {
  .online-programm {
    padding: 60px 20px 30px;
  }

  .online-programm__content-title {
    font-size: 15px;
    line-height: 18px;
  }
  
  .online-programm__content-text {
    font-size: 15px;
    line-height: 15px;
  }

  .online-programm__img-wrap {
    min-width: 137px;
    height: 165px;
  }

  .online-programm__content-item {
    padding-left: 20px;
    padding-right: 30px;
  }

  .online-programm__banner {
    min-width: 157px;
    margin-right: -10px;
  }

  .online-programm__content-list-text {
    font-size: 11px;
    line-height: 15px;
  }

  .online-programm__content-list-item {
    margin-top: 15px;
  }

  .online-programm__banner-title {
    font-size: 17px;
    line-height: 23px;
  }

  .online-programm__banner-price {
    font-size: 28px;
    line-height: 37px;
  }
}

@media(max-width:767px) {
  .online-programm__item {
    flex-direction: column;
  }

  .online-programm__content-text iframe {
    height: 200px      
  }
  
  .online-programm {
    padding: 40px 15px 0;
  }

  .online-programm__img-wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .online-programm__content-item {
    padding: 0 10px;
  }

  .online-programm__banner {
    width: 157px;
    margin: 20px 0;
  }

  .online-programm__content-list-text {
    font-size: 14px;
    line-height: 15px;
  }

  .online-programm__content-list-item {
    margin-top: 15px;
  }

  .online-programm__banner-title {
    font-size: 17px;
    line-height: 23px;
  }

  .online-programm__banner-price {
    font-size: 28px;
    line-height: 37px;
  }
  .online-programm__banner-descr {
    font-size: 12px;  
    line-height: 12px;
  }   

  .online-programm__content-list-item:before {
    margin-right: 7px;
    width: 10px;
    height: 10px;
    min-width: 10px;
  }
}