.new-format-section {
overflow: hidden;
}
.new-format-section .new-format-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.new-format-section .new-format-wrapper .img-wrapper {
    display: flex;
    position: relative;
    width: calc(50% - 50px);
}
.new-format-section .new-format-wrapper .img-wrapper img{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: calc(100% + 330px);
}
.new-format-section .new-format-wrapper .new-format-content-wrapper{
    width: calc(50% - 50px);
    position: relative;
    z-index: 1;
}
.new-format-section .new-format-list-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: stretch;
    /*    gap:30px;*/
    position: relative;
    z-index: 1;
}
.new-format-section .new-format-list-wrapper .new-format-single,
.new-format-section .new-format-dop-wrapper .new-format-single{
    background: #ffffff;
    padding: 20px;
    border-radius: 11px;
    text-align: center;
}
.new-format-section .new-format-list-wrapper .new-format-single img,
.new-format-section .new-format-dop-wrapper .new-format-single img{
    margin-bottom: 10px;
}
.new-format-section .new-format-list-wrapper .new-format-single p,
.new-format-section .new-format-dop-wrapper .new-format-single p{
    margin-bottom: 0;
}
.new-format-section .new-format-list-wrapper .new-format-single:first-of-type,
.new-format-section .new-format-list-wrapper .new-format-single:nth-child(2){
    width: calc(50% - 15px);
    margin-bottom: 30px;
}
.new-format-section .new-format-list-wrapper .new-format-single:nth-child(3),
.new-format-section .new-format-list-wrapper .new-format-single:nth-child(4),
.new-format-section .new-format-list-wrapper .new-format-single:nth-child(5){
    width: calc(33.3333% - 15px);
    margin-bottom: 20px;
}
.new-format-section .new-format-dop-wrapper .new-format-single{
    width: 100%;
}
.new-format-section .new-format-dop-wrapper {
    width: 100%;
    max-width: 570px;
    position: relative;
    z-index: 1;
}
.new-format-section .new-format-dop-wrapper h3{
    font-size: 25px;
    font-weight: 900;
    line-height: 122%;
    text-align: center;
    margin: 0 0 13px 0;
}
@media (max-width: 1200px){
    .new-format-section .new-format-wrapper {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .new-format-section .new-format-wrapper .img-wrapper {
        width: 100%;
        margin-bottom: 20px;
        order: 1;
    }
    .new-format-section .new-format-wrapper .img-wrapper img{
        position: relative;
        left: unset;
        top:unset;
        height: auto;
        width: 100%;
    }
    .new-format-section .new-format-wrapper .new-format-content-wrapper {
        width: 100%;
        order: 2;
    }
    .new-format-section .new-format-list-wrapper .new-format-single:nth-child(3),
    .new-format-section .new-format-list-wrapper .new-format-single:nth-child(4),
    .new-format-section .new-format-list-wrapper .new-format-single:nth-child(5){
        width: calc(50% - 15px);
    }
    .new-format-section .new-format-list-wrapper .new-format-single:nth-child(5){
        margin: 0 auto 20px auto;
    }
}

.course-steps-section {
    z-index: 1;
}
.course-steps-section:after {
    content:"";
    background: url("../img/icons/steps-rectangle.svg") left top repeat;
    background-color: #F1D02B;
    height: 18px;
    width: 100%;
    position: absolute;
    left: 0;
    top:216px;
    z-index: -1;
}
.course-steps-section h2{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.course-steps-section .course-steps-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.course-steps-section .course-steps-wrapper .course-steps-single{
    display: flex;
    flex-direction: column;
    width: calc(20% - 15px);
    text-align: center;
    align-items: center;
}
.course-steps-section .course-steps-wrapper .course-steps-single .title-wrapper{
    display: flex;
    height: 60px;
    align-items: center;
    margin: 0 0 20px 0;
}
.course-steps-section .course-steps-wrapper .course-steps-single h3{
    font-size: 25px;
    font-weight: 900;
    line-height: 122%;
    text-align: center;
    text-transform: uppercase;
    color: #F1D02B;
    margin: 0;
}
.course-steps-section .course-steps-wrapper .course-steps-single .img-wrapper{
    background: #F1D02B;
    width: 67px;
    height: 67px;
    border: 6px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 24px 0;
}
.course-steps-section .course-steps-wrapper .course-steps-single p{
    margin-bottom: 0;
    text-align: center;
}
@media (max-width: 1200px){
    .course-steps-section .course-steps-wrapper .course-steps-single{
        width: calc(50% - 30px);
    }
    .course-steps-section:after {
        background: none;
    }
}
@media (max-width: 768px){
    .course-steps-section .course-steps-wrapper{
        flex-direction: column;
    }
    .course-steps-section .course-steps-wrapper .course-steps-single{
        width: 100%;
    }
    .course-steps-section .course-steps-wrapper .course-steps-single {
        margin-bottom: 40px;
    }
    .course-steps-section .course-steps-wrapper .course-steps-single:last-of-type {
        margin-bottom: 0;
    }
    .course-steps-section .course-steps-wrapper .course-steps-single .title-wrapper {
        height: auto;
        margin-bottom: 10px;
    }
    .course-steps-section .course-steps-wrapper .course-steps-single h3 {
        font-size: 20px;
    }
    .course-steps-section .course-steps-wrapper:after {
        content:"";
        position: absolute;
        background: url("../img/icons/steps-rectangle2.svg") left top repeat;
        left: 0;
        right: 0;
        top:0;
        margin-left: auto;
        margin-right: auto;
        width: 24px;
        height: 100%;
        z-index: -1;
        opacity: 0.2;
    }
}

.cost-section {}
.cost-section h2{
    font-size: 50px;
    font-weight: 900;
    line-height: 122%;
    text-align: center;
    color: #E31837;
    margin: 0;
}
.cost-section h3{
    font-size: 30px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    margin: 0;
    color: #000000;
}
@media (max-width: 768px){
    .cost-section h2{
        font-size: 40px;
    }
    .cost-section h3{
        font-size: 22px;
    } 
}

.learning-section {
    overflow: hidden;
}
.learning-section .learning-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.learning-section .learning-wrapper .img-wrapper {
    display: flex;
    position: relative;
    width: calc(50% - 50px);
}
.learning-section .learning-wrapper .img-wrapper img{
    position: absolute;
    right: 0;
    top:0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: calc(100% + 330px);
}
.learning-section .learning-wrapper .learning-content-wrapper{
    width: calc(50% - 50px);
    position: relative;
    z-index: 1;
}
.learning-section .learning-list-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: stretch;
    /*    gap:30px;*/
    position: relative;
}
.learning-section .learning-list-wrapper .learning-single,
.learning-section .learning-dop-wrapper .learning-single{
    background: #ffffff;
    padding: 20px;
    border-radius: 11px;
    text-align: center;
}
.learning-section .learning-list-wrapper .learning-single img,
.learning-section .learning-dop-wrapper .learning-single img{
    margin-bottom: 10px;
}
.learning-section .learning-list-wrapper .learning-single p,
.learning-section .learning-dop-wrapper .learning-single p{
    margin-bottom: 0;
}
.learning-section .learning-list-wrapper .learning-single{
    width: calc(50% - 15px);
    margin-bottom: 30px;
}
.learning-section .learning-list-wrapper .learning-single:nth-last-of-type(1),
.learning-section .learning-list-wrapper .learning-single:nth-last-of-type(2){
    margin-bottom: 0;
}
@media (max-width: 1200px){
    .learning-section .learning-wrapper {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .learning-section .learning-wrapper .img-wrapper {
        width: 100%;
        margin-bottom: 20px;
        order: 1;
    }
    .learning-section .learning-wrapper .img-wrapper img{
        position: relative;
        left: unset;
        top:unset;
        height: auto;
        width: 100%;
    }
    .learning-section .learning-wrapper .learning-content-wrapper {
        width: 100%;
        order: 2;
    }
}

.advantages-section {}
.advantages-section h2 {
    text-align: center;
    margin-bottom: 30px;
}
.advantages-section .advantages-list-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.advantages-section .advantages-list-wrapper .learning-single{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F1D02B;
    padding: 20px;
    border-radius: 11px;
    gap:10px;
    width: calc(16.666% - 15px); 
}
.advantages-section .advantages-list-wrapper .learning-single img{
    max-width: 40px;
}
.advantages-section .advantages-list-wrapper .learning-single p{
    text-align: center;
    margin-bottom: 0;
}
@media (max-width: 1200px){
    .advantages-section h2 {
        margin-bottom: 10px;
    }
    .advantages-section .advantages-list-wrapper .learning-single{
        margin-top: 20px;
        width: calc(33.333% - 20px); 
    }
}
@media (max-width: 768px){
    .advantages-section .advantages-list-wrapper .learning-single{
        width: calc(50% - 20px); 
    }
}

.testimonials-slider-section {}
.testimonials-slider-section .testimonials-slider-wrapper{
    position: relative;
}
.testimonials-slider-section h2{
    text-align: center;
    margin-bottom: 40px;
}
.testimonials-slider-section .testimonials-slider-wrapper .testimonials-slider{}
.testimonials-slider-section .testimonials-slider-wrapper .testimonials-slider .testimonial-slide{}
.testimonials-slider-section .testimonials-slider-wrapper .testimonials-slider .testimonial-slide .testimonial-slide-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 20px;
    border-radius: 11px;
    margin: 0 40px;
    text-align: center;
}
.testimonials-slider-section .testimonials-slider-wrapper .testimonials-slider .testimonial-slide .testimonial-slide-content .img-wrapper{
    display: flex;
    margin-bottom: 20px;
}
.testimonials-slider-section .testimonials-slider-wrapper .testimonials-slider .testimonial-slide .testimonial-slide-content .img-wrapper img{
    width: 122px;
    height: 122px;
    border-radius: 50%;
}
.testimonials-slider-section .testimonials-slider-wrapper .testimonials-slider .testimonial-slide .testimonial-slide-content h3{
    font-size: 20px;
    font-weight: 800;
    line-height: 122%;
    text-align: center;
    color: #F1D02B;
    margin: 0 0 5px 0;
}
.testimonials-slider-section .testimonials-slider-wrapper .testimonials-slider .testimonial-slide .testimonial-slide-content .studied{
    font-size: 10px;
    font-weight: 800;
    line-height: 122%;
    text-align: center;
    color: #F1D02B;
    margin-bottom: 20px;
}
.testimonials-slider-section .testimonials-slider-wrapper .testimonials-slider .testimonial-slide .testimonial-slide-content .desc p:last-child,
.testimonials-slider-section .testimonials-slider-wrapper .testimonials-slider .testimonial-slide .testimonial-slide-content .desc ul:last-child,
.testimonials-slider-section .testimonials-slider-wrapper .testimonials-slider .testimonial-slide .testimonial-slide-content .desc ol:last-child{
    margin: 0;
}
@media (max-width: 768px){
    .testimonials-slider-section h2{
        margin-bottom: 20px;
    }
}