.courses-price{
    margin-top: 40px;
    margin-bottom: 100px;
}
.courses-price__title{
    margin-top: 0;
    margin-bottom: 60px;
}
.results{
    padding-top: 80px;
}
.help{
    margin-top: 0;
}



.course-end {
    padding-bottom: 70px;
}
.course-end__container {
    position: relative;
}
.course-end__title {
    margin-bottom: 45px;
    max-width: 710px;
}
.course-end__title span{
    color: #F55F89;
}
.course-end__banner {
    position: relative;
    border-radius: 20px;
    background: #F55F89;
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 57px 50px 34px 104px;
}
.course-end__banner p{
    width: 53%;
}
.course-end__icon {
    position: absolute;
    left: 0;
    top: 0;
}
.course-end__img {
    position: absolute;
    bottom: 0;
    right: 117px;
}
.course-end-elipses{
    position: absolute;
    z-index: -1;
    top: -100px;
    right: -110px;
}
.course-end__list{
    display: flex;
    flex-direction: column;
    margin-left: 25px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 103px;
}

.course-end__list li{
    padding: 15px 0;
}
.course-end__list li + li{
    border-top: 1px solid #000;
}
.course-end__list li:nth-child(2n + 2){
    color: #F55F89;
}
.courses-programm{
    margin-top: 70px;
    padding: 30px 0;
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.courses-programm .faq__answer{
    max-width: initial;
    margin-top: 25px;
}
.courses-table p{
    margin: 0!important;
}
.courses-table{
    border: 1px solid #F55F89;
    border-collapse: collapse;
    width: 100%;
}
.courses-table ul,
.courses-table ol{
    list-style-position: inside!important;
}
.courses-table ol{
    list-style: none;
}
.courses-table td{
    padding: 10px;
    border: 1px solid #F55F89;
    vertical-align: top;
}

.courses-table ul li{
    list-style: none;
    margin-left: 15px;
}
.courses-table ul li::before{
    content: "-     ";
}
.lsc > li{
    list-style: circle!important;
    margin-left: 20px!important;
}

.lsc li::before{
    display: none;
}

.lsd{
    list-style: decimal!important;
}



@media(max-width: 1130px) {
    .course-end__img {
        right: 30px;
    }
}

@media(max-width: 1000px) {
    .course-end__icon {
        width: 45px;
        height: 45px;
        left: 45px;
        top: 10px;
    }
    .course-end__banner{
        padding-left: 50px;
    }
}

@media(max-width: 860px) {
    .course-end__img{
        width: 47%;
    }
    .course-end__banner{
        font-size: 24px;
    }
}

@media(max-width: 680px) {
    .course-end__img{
        position: relative;
        top: 0;
        right: 0;
        width: 95%;
        max-width: 420px;
    }
    .course-end__banner{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding-bottom: 0;
    }
    .course-end__banner p{
        width: 100%;
        margin-top: 20px;
    }
    .course-end__icon{
        top: 25px;
    }
}

@media(max-width: 470px) {
    .course-end__banner{
        padding-right: 30px;
        padding-left: 30px;
        font-size: 18px;
    }
    .course-end__icon{
        left: 30px;
    }
    .course-end__list{
        font-size: 18px;
    }
}