.ms {
    color: #000;
}
.ms__container {
    position: relative;
}
.ms__top {
    display: flex;
    align-items: center;
}
.ms__title {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.ms__subtitle{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 108%; /* 25.92px */
    letter-spacing: 0.48px;
    max-width: 470px;
}
p.ms__lead {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 74px;
    color: #F55F89;
}
.ms__lead span{
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.ms__form {
    display: flex;
    width: 100%;
    max-width: 670px;
    gap: 30px;
}
.ms__form .button{
    width: calc(50% - 15px);
    background: #F55F89;
    color: #fff;
    border: none;
}
.ms__form .input{
    width: calc(50% - 15px);
}
.ms__bot {
    display: flex;
    justify-content: space-between;
    list-style: none;
    gap: 30px;
    margin-top: 30px;
}
.ms__bot li h2{
    color: #F55F89;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 108%; /* 25.92px */
    letter-spacing: 0.48px;
    margin-bottom: 5px;
}
.ms__img{
    width: 41.88%;
}
.ms__bot li p{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 108%; /* 21.6px */
    letter-spacing: 0.4px;
}
.ms__bot li:nth-of-type(2) {
    max-width: 240px;
}

.ms__elipses{
    position: absolute;
    bottom: 80px;
    right: -200px;
    z-index: -1;
}


@media(max-width: 1165px) {
    .ms__elipses{
        height: 100%;
        top: 0;
    }
}


@media(max-width: 1200px) {
    .ms__form{
        flex-direction: column;
        gap: 15px;
        max-width: 320px;
    }
    .ms__form .button{
        width: 100%;
    }
    .ms__form .input{
        width: 100%;
    }
}

@media(max-width: 1000px) {
    .ms__title{
        font-size: 35px;
    }
}

@media(max-width: 960px) {
    .ms__bot{
        max-width: 500px;
        margin: 0 auto;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .ms__bot li{
        width: 100%;
        max-width: 230px;
    }
}

@media(max-width: 860px) {
    .ms__top{
        flex-direction: column;
        align-items: center;
    }
    .ms__text{
        max-width: 450px;
        display: flex;
        flex-direction: column;
    }
    .ms__img{
        width: 100%;
        max-width: 450px;
    }
    .ms__elipses{
        max-height: 560px;
        bottom: 100px;
        top: initial;
    }
    .ms__subtitle{
        font-size: 18px;
    }
    .ms__form{
        max-width: initial;
    }
    p.ms__lead{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    p.ms__lead span{
        font-size: 35px;
    }
    .ms__title{
        font-size: 27px;
        margin-bottom: 5px;
    }
}

@media(max-width: 530px) {
    .ms__bot li{
        width: 100%;
        max-width: initial!important;
    }
    .ms__bot li br{
        display: none;
    }
}





.first-step {
    background: #fff;
    color: #000;
    margin-top: 40px;
}
.first-step__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 140px;
    gap: 40px;
}
.first-step__text {
    max-width: 505px;
}
.first-step__wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    max-width: 900px;
    gap: 40px;
}
.first-step__text p{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 108%;
    letter-spacing: 0.48px;
}
.first-step__text p span{
    color: #3E4A42;
}
.first-step .button {
    border: 1px solid #000;
    background: none;
    color: #000;
}

@media(max-width: 1100px) {
    .first-step__container{
        max-height: initial;
        gap: 40px;
        padding: 20px;
    }
}

@media(max-width: 940px) {
    .first-step__wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
}


@media(max-width: 750px) {
    .first-step__container{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .first-step__wrapper{
        align-items: center;
    }
}







.why {
    padding-top: 146px;
    overflow: hidden;
}
.why__container {
    position: relative;
}
.why__title {
    margin-bottom: 110px;
    max-width: 760px;
}
.why__content {
    border-radius: 20px;
    background: #14231B;
    display: flex;
    padding: 44px 50px;
    padding-right: 60px;
    padding-bottom: 47px;
    position: relative;
    margin-bottom: 106px;
}
.why__text {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: 555px;
    width: 51.2%;
    position: relative;
    z-index: 20;
}
.why__circle {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 5;
    width: 38.38%;
}
.why__img {
    position: absolute;
    right: 100px;
    bottom: 0;
    z-index: 10;
    max-width: 582px;
    width: 30.54%;
}
.why__elipses {
    position: absolute;
    top: -70px;
    right: -310px;
    z-index: 7;
}

@media(max-width: 970px) {
    .why__circle{
        right: 20px;
    }
    .why__img{
        right: 60px;
    }
    .why__text{
        width: 54.89%;
        max-width: initial;
    }
}

@media(max-width: 850px) {
    .why{
        padding-top: 60px;
    }
    .why__title{
        margin-bottom: 40px;
    }
    .why__content{
        padding-bottom: 450px;
    }
    .why__img{
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        width: 100%;
        max-width: 357px;
    }
    .why__circle{
        left: 50%;
        transform: translate(-50%);
        bottom: 0;
        width: 100%;
        max-width: 450px;
    }
    .why__text{
        width: 100%;
        max-width: initial;
    }
}

@media(max-width: 600px) {
    .why__text{
        font-size: 20px;
    }
    .why__content{
        padding: 30px;
        padding-bottom: 450px;
    }
}



.why__answers {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    gap: 30px;
    row-gap: 52px;
    margin-bottom: 109px;
}
.answer {
    height: 247px;
    width: calc((100% - 115px) / 3);
    border-radius: 20px;
    background: #F3F4F7;
    padding: 35px 21px 21px 37px;
    position: relative;
    opacity: 0;
    transition: .7s linear;
}
.answer h3{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 108%; /* 25.92px */
    letter-spacing: 0.48px;
    min-height: 85px;
    padding-right: 35px;
}
.answer p{
    color: #F55F89;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 108%;
    letter-spacing: 0.4px;
}
.answer p span{
    color: #000;
}
.answer::after{
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #F55F89;
    position: absolute;
    top: 30px;
    right: 31px;
}

.answer:nth-child(2n + 1)::after{
    background-color: #434343;
}
@media(max-width: 1190px) {
    .why__answers{
        row-gap: 30px;
    }
    .answer {
        width: calc(50% - 15px);
    }
}

@media(max-width: 768px) {
    .answer {
        width: 100%;
    }
    .answer::after{
        width: 25px;
        height: 25px;
    }
}







.results {
    background: #FFF;
    padding-top: 141px;
}
.results__container {
    position: relative;
    padding-bottom: 300px;
}
.results__title {
    color: #000;
    max-width: 760px;
    margin-bottom: 77px;
}
.results__title span{
    color: #F55F89;
}
.results__title {
    color: #000;
    max-width: 760px;
}
.results__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 112px;
}
.results__list-wrapper {
    width: calc(50% - 20px);
}
.results__list-wrapper h3{
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 26px;
    margin-bottom: 23px;
    border-bottom: 1px solid #434343;
}
.results__list-wrapper ul{
    color: #F55F89;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 30px;
    margin-left: 25px;
}
.results__list-wrapper ul li:nth-child(2n + 1){
    color: #000;
}

.result__img{
    position: absolute;
    bottom: 0px;
    right: -30px;
    max-width: 647px;
}

@media(max-width: 1290px) {
    .result__img{
        position: static;
        width: calc(50% - 20px);
    }
    .results__container{
        padding-bottom: 0;
    }
    .results{
        padding-bottom: 100px;
    }
}

@media(max-width: 960px) {
    .results__list-wrapper{
        width: 100%;
    }
    .results__content{
        flex-direction: column;
        align-items: center;
    }

    .result__img{
        width: 100%;
    }
    .results__content{
        row-gap: 70px;
    }
    .results__title{
        margin-bottom: 40px;
    }
    .results{
        padding-bottom: 20px;
    }
    .results__list-wrapper ul{
        padding-right: 0;
    }
}

@media(max-width: 760px) {
    .results{
        padding-top: 50px;
    }
}







.start-learning {
    background-color: #fff;
    overflow: hidden;
}
.start-learning__container {
    position: relative;
    padding-bottom: 177px;
    padding-top: 100px;
}
.start-learning__content {
    border-radius: 20px;
    border: 1px solid #F55F89;
    background: #EBEAEA;
    color: #000;
    padding: 59px 58px 64px 79px;
    position: relative;
    z-index: 10;
}
.start-learning__title {
    margin-bottom: 28px;
    max-width: 768px;
}
.start-learning__title span{
    color:  #F55F89;
}
.start-learning__text {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.start-learning__text p{
    max-width: 455px;
}

.start-learning__elipses{
    position: absolute;
    right: -300px;
    top: -60px;
    z-index: 5;
}

@media(max-width: 940px) {
    .start-learning__text{
        flex-direction: column;
        gap: 20px;
    }
    .start-learning__text .button{
        width: 100%;
    }
    .start-learning__text p{
        width: 100%;
        max-width: initial;
    }
    .start-learning__container{
        padding-bottom: 80px;
    }
}

@media(max-width: 730px) {
    .start-learning__text{
        font-size: 18px;
    }
}

@media(max-width: 580px) {
    .start-learning__content {
        padding: 30px;
    }
}







.faq {
    background-color: #fff;
    padding-bottom: 112px;
}
.faq__title {
    margin-bottom: 30px;
    max-width: 760px;
    color: #000;
}
.faq__title span{
    color: #F55F89;
}
.faq__items {
    list-style: none;
}
.faq__items > li{
    padding: 65px 0;
    border-bottom: 1px solid #434343;
    position: relative;
}
.faq__items ol,
.faq__items ul{
    margin-left: 25px;
}
.faq__items ul{
    list-style: disc;
    margin-top: 10px;
    margin-bottom: 15px;
}
.faq__items ol li + li,
.faq__items ul li + li{
    margin-top: 7px;
}
.faq__items ol + p{
    margin-top: 15px;
}
.question {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding-right: 140px;
}
.faq__answer{
    max-width: 980px;
    margin-top: 15px;
}
.question::before {
    content: "";
    display: block;
    width: 20px;
    height: 40px;
    background: url(/assets/images/faq-aroow.svg) center center no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    transition: .1s linear;
}

.question.active::before{
    transform: rotate(180deg) translateY(50%);
}

@media(max-width: 730px) {
    .question{
        font-size: 18px;
    }
    .faq__items li{
        padding: 30px 0;
    }
}

@media(max-width: 580px) {
    .question::before {
        right: 20px;
        width: 10px;
        height: 20px;
        top: 50%;
        background-size: cover;
    }
    .question{
        padding-right: 60px;
    }
}






.courses-price__title {
    margin-top: 130px;
    max-width: 770px;
    margin-bottom: 120px;
    color: #000;
}
.courses-price__title span{
    color: #F55F89;
}
.courses-price__items {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 49px;
}
.courses-price__item {
    display: flex;
    align-items: center;
    width: 100%;

}
.courses-price__item__img {
    margin-right: 40px;
    max-width: 304px;
    object-fit: cover;
    border-radius: 20px;
}
.courses-price__item__info {
    display: flex;
    align-items: center;
    width: 100%;
}
.courses-price__item__text {
    padding-bottom: 48px;
    border-bottom: 1px solid #000;
    max-width: 500px;
}
.courses-price__item__text h3{
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: 390px;
    margin-bottom: 8px;
    color: #F55F89;
}
.courses-price__item__text h3 strong{
    color: #000;
    font-weight: 700;
}
.courses-price__item__text > p{
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: 390px;
}
.courses-price__item__right {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
}
.courses-price__item__right .button{
    background-color: #F55F89;
    color: #fff;
    border: none;
    max-width: 320px;
    padding: 12px 50px;
}
.courses-price__item__right a{
    color: #000;
    text-align: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    max-width: 150px;
    text-align: right;
}
.full-course-price {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: right;
    display: block;
    text-align: right;
}
.price-per-month span{
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.price-per-month {
    text-align: right;
    color: #F55F89;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}


@media(max-width: 1050px) {
    .courses-price__item__info{
        flex-direction: column;
        align-items: flex-start;
        width: calc(50% - 25px);
        gap: 15x;
    }
    .courses-price__item__right{
        margin-left: 0;
        align-items: flex-start;
        margin-top: 30px;
        text-align: left;
        text-align-last: left;
    }
    .courses-price__item__right a{
        text-align: left;
        max-width: initial;
    }
    .price-per-month {
        text-align: left;
    }
    .full-course-price{
        text-align: left;
    }
    .courses-price__item__img{
        height: 290px;
        max-width: initial;
        width: calc(50% - 20px);
    }
    .courses-price__item__text{
        padding-bottom: 10px;
    }
}

@media(max-width: 760px) {
    .courses-price__item{
        flex-direction: column;
        gap: 40px;
    }
    .courses-price__item__img{
        height: auto;
        width: 100%;
        margin-right: 0;
    }
    .courses-price__item__info{
        width: 100%;
    }
    .courses-price__title{
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .courses-price__item__text h3{
        font-size: 18px;
    }
}




/*/////////////////// О преподавателе //////////////////////////*/

.teacher {
    margin-top: 15px;
    margin-bottom: 92px;
}
.teacher__container {
    display: flex;
    gap: 30px;
    position: relative;
}
.teacher__left {
    width: 38.89%;
}
.teacher__photo-wrapper{
    position: relative;
    margin: 0 auto;
    margin-bottom: 35px;
    display: block;
    max-width: 280px;
    border-radius: 50%;
    overflow: hidden;
}
.teacher__photo-wrapper::after{
    content: "";
    display: block;
    padding-bottom: 100%;
}
.teacher__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.teacher__name {
    color: #000;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.teacher__left p{
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 108%; /* 25.92px */
    letter-spacing: 0.48px;
}
.teacher__right {
    width: 53.42%;
}
.teacher__lead {
    color: #F55F89;
    font-size: 45px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.teacher__students {
    display: flex;
    gap: 25px;
    margin-bottom: 70px;
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 40px;
    align-items: center;
}
.teacher__button {
    padding: 12px 19px;
    margin-left: 40px;
}
.teacher__circle{
    position: absolute;
    right: 0;
    top: -50px;
    z-index: -1;
}
@media(max-width: 930px) {
    .teacher__left{
        display: flex;
        width: 100%;
        gap: 30px;
        align-items: center;
    }
    .teacher__container{
        flex-direction: column;
    }
    .teacher__right{
        width: 100%;
    }
}

@media(max-width: 660px) {
    .teacher__left{
        flex-direction: column;
    }
    .teacher__photo-wrapper {
        width: 100%;
        max-width: 400px;
        max-height: 400px;
        margin-bottom: 0;
    }
    .teacher__lead{
        font-size: 35px;
    }
    .teacher__name{
        font-size: 35px;
    }
    .teacher__students{
        flex-wrap: wrap;
        margin-left: 0;
    }
    .teacher__button {
        margin-left: 0;
    }
}

@media(max-width: 550px) {
    .teacher__students{
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .teacher__students br{
        display: none;
    }
}

@media(max-width: 410px) {
    .teacher__lead{
        font-size: 28px;
    }
}


/*/////////////////// О преподавателе //////////////////////////*/