.course-top{
    padding-bottom: 10px;
    border-bottom: solid 2px #3e4244;
}
.course-top-col{
    display: flex;
    flex-wrap: wrap;
}
.course-top-col .prime-head__ttl{
    width: 50%;
    display: inline-flex;
    float: left;
    flex: 0 0 50%;
}
.course-page .course-top-col .cms-editor{
    width: 50%;
    float: left;
}
.course-page .cms-editor p{
    margin: 0 0 20px;
    padding: 0!important;
}
.course-top h1.prime-head__ttl {
    padding-right: 30px;
    font-size: 56px;
}
.course-page .learndash-wrapper .ld-item-list .ld-section-heading {
    display: none;
}
.course-page .ld-item-list-item.ld-item-lesson-item {
    margin: 0;
    border: 1px solid #3c3f41;
    border-radius: 0;
    border-bottom: none;
}
.course-page .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview {
    padding: 8px;
}
.course-page .ld-icon-checkmark:before, .course-page .ld-icon-complete:before {
    content: "✔";
}
.course-page .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
    align-items: center;
}
.course-page .learndash-wrapper .ld-item-title {
    line-height: normal;
    font-size: 14px;
}
.course-page .learndash-wrapper .ld-item-list-items.ld-lesson-progression {
    border-bottom: 3px solid #3c3f41;
}
.course-page .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
    margin-top: 0;
}
.course-page .ld-tabs.ld-tab-count-1 {
    width: 65%;
    float: left;
    padding-right: 20px;
}
.course-page .ld-item-list.ld-lesson-list {
    width: 35%;
    float: left;
    max-height: 515px;
    overflow: auto;
    margin-top: 0;
}
.learndash h4 {
    font-size: 24px;
    margin-bottom: 20px;
}
.learndash-wrapper .ld-tabs.ld-tab-count-1 {
    margin: 2em 0 1em;
}
.learndash iframe {
    height: 415px;
    width: 100%;
}
.section__lecturer {
    padding: 50px 0;
}
.section__lecturer .section__lecturer_top {
    display: flex;
    align-items: flex-start;
}
.section__lecturer .section__lecturer_title {
    font-size: 22px;
}
.section__lecturer .section__lecturer_name {
    font-size: 28px;
    font-weight: 600;
    padding: 0 0 0 40px;
}
.lecturer__descr,
.section__lection_descr .cms-editor {
    padding: 20px 0 0 40px;
    font-size: 16px;
    width: 100%;
    text-align: justify;
    column-count: 2;
    column-width: auto;
    -moz-column-width: auto;
    -webkit-column-width: auto;
    column-gap: 40px;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
}
.lecturer__descr p,
.section__lection_descr .cms-editor p{
    padding: 0 0 20px;
}
.lecturer__descr p:last-child,
.section__lection_descr .cms-editor p:last-child{
    padding-bottom: 0;
}
.course_materials__item {
    padding: 20px 20px 20px 0;
    border-top: 1px solid #3c3f41;
    border-bottom: 1px solid #3c3f41;
    transition: 1s all;
}
.course_materials__item-title,
.section__lection_descr .lection__title{
    font-size: 24px;
    font-weight: 600;
}
.course_materials__item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}
.course_materials__list h2.comments-title {
    display: none;
}
.course_materials__list .comment.byuser {
    margin: 20px 0 20px 20px;
}
.course_materials__list .comment-text {
    padding: 5px 0;
    font-weight: 600;
    font-size: 16px;
}
.course_materials__list a.comment-reply-link, input#submit {
    padding: 5px;
    background: #fff2bb;
    border-radius: 20px;
    margin-top: 10px;
    display: inline-block;
}
.course_materials__list h3#reply-title {
    display: none;
}
.course_materials__list textarea#comment {
    border: 1px solid #3c3f41;
    width: 500px;
    margin: 0 0 20px 0;
    height: 90px;
    padding: 10px;
}
.course_materials__list input#submit {
    font-weight: 600;
    padding: 10px;
}
.course_materials__list input {
    background: #f1ecec;
}
.course_materials__list label {
    font-size: 16px;
    font-weight: 600;
    margin: 0 10px 10px 0;
    display: inline-block;
}
.course-page .ld-tab-content.ld-visible p {
    margin: 0;
}
.course-page .section__lecturer .section__lecturer_name hr {
    border-color: #3c3f41;
    margin-bottom: 0;
}
.course_materials__item:first-child {
    border-top: 2px solid #3c3f41;
}
.course_materials__item:last-child {
    border-bottom: 2px solid #3c3f41;
}
.section__lecturer .col-sm-4 img {
    display: block;
    width: 100%;
    max-width: 360px;
    max-height: 360px;
    object-fit: cover;
}
button.course_materials__item-show {
    background: none;
}
.course_materials__list {
    width: 100%;
}
.course_materials__item .course_materials__item-descr {
    display: none;
}
.course_materials__item.is-active .course_materials__item-descr {
    display: block;
    padding-bottom: 0;
}
.course-page .container--with-border:after,
.lesson-page .container--with-border:after {
    display: none;
}
button.course_materials__item-show {
    display: flex;
    align-items: center;
    justify-content: center;
}
button.course_materials__item-show:before {
    content: "\279E";
    display: block;
    transform: rotate(90deg);
    font-size: 30px;
}
button.course_materials__item-show.is-active:before {
    transform: rotate(-90deg);
}
.learndash.learndash_post_sfwd-courses.user_has_access .ld-course-status.ld-course-status-enrolled {
    display: none;
}
.learndash-wrapper {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.ld-item-list.ld-lesson-list {
    border-bottom: 3px solid #3c3f41;
}
.lesson-page .learndash-wrapper .ld-breadcrumbs {
    display: none;
}
.lesson-page .learndash-wrapper .ld-content-actions {
    width: 100%;
    flex-wrap: wrap;

    display: none;
}
.lesson-page .learndash-wrapper .ld-content-actions .ld-content-action {
    min-width: 200px;
}
.ld-icon-arrow-right:before,
.ld-icon-arrow-left:before{
    content: "\279E";
    color: #fff;
}
.ld-icon-arrow-left:before {
    display: block;
    transform: rotate(180deg);
}
.ld-icon-content:before,
.ld-icon-materials:before {
    content: '';
}
.lesson-page .learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back {
    justify-content: center;
    font-weight: 600;
    padding: 10px;
    text-decoration: underline;
    font-size: 14px;
}
.ld-course-status.ld-course-status-not-enrolled {
    width: 100%;
}
.course-page .course_materials__item:first-child {
    display: none;
}
.logged-in .course-page .course_materials__item:first-child {
    display: block;
}
.course_materials__item:last-child {
    border-top: 2px solid #3c3f41;
}
.logged-in .course_materials__item:last-child {
    border-top: 1px solid #3c3f41;
}
.course-page .cms-editor,
.course-page .row {
    width: 100%;
}
.course-page .container.container--with-border .row .content-wrapper__main .content .row {
    margin: 0;
}
.archive-courses h1,
.page-template-courses .col-md-8.explanation__content {
    padding-top: 70px;
    margin-bottom: 50px;
}
.archive-courses iframe {
    height: 280px;
}
.archive-courses span.round-button.round-button-yellow {
    padding: 0 10px;
}
.archive-courses .round-button-yellow {
    position: absolute;
    width: auto;
    padding: 0 30px;
    left: 10px;
    top: 10px;
    border: solid 2px #fff;
}
.page-template-courses .col.explanation__content,
.page-template-course-new .col.explanation__content{
    font-size: 22px;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.6;
    padding: 60px 0 30px;
    margin: 0 15px;
}
.page-template-courses .col.explanation__content h1,
.page-template-course-new .col.explanation__content h1 {
    display: inline;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
    padding: 0;
    text-decoration: underline;
}
.page-template-courses .col.explanation__content p,
.page-template-course-new .col.explanation__content p{
    display: inline;
}
.course-page .learndash-wrapper .ld-status {
    border-radius: 12px;
    text-align: center;
    padding: 5px 12px;
    text-transform: uppercase;
    font-weight: 700!important;
    letter-spacing: .5px;
    font-size: 11px!important;
}
.course-page .learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price {
    font-size: 32px!important;
    font-weight: 700!important;
}
.learndash-wrapper.learndash-wrapper-login-modal.ld-modal-open {
    display: block;
}
.section__lection_descr {
    padding: 20px 0;
    border-top: 2px solid #3c3f41;
}
.section__lection_descr .cms-editor {
    padding: 0 15px;
}
.section__lection_descr .cms-editor p {
    margin: 0;
}
.ld-alert-messages {
    color: #fff;
}
.lesson-page .prime-head {
    display: flex;
    align-items: center;
}
.lesson-page .prime-head__ttl {
    flex: 0 1 65%;
}
.lesson-page .progress {
    flex: 0 1 calc(35% - 40px);
    padding: 10px 15px;
    border-top: 2px solid;
    border-left: 2px solid;
    margin-left: 40px;
}
.lesson-page .progress p {
    margin-bottom: 5px;
}
.lesson-page .progress span {
    font-size: 20px;
    font-weight: 600;
}
.lesson-page .learndash-wrapper .ld-tabs{
    display: flex;
    width: 100%;
}
.lesson-page .learndash-wrapper .ld-tabs .ld-tabs-content {
    width: 100%;
}
.lesson-page .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content {
    display: flex;
    flex-wrap: wrap;
}
.lesson-page .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content div.ld-video{
    flex: 0 1 65%;
    min-height: 467px;
}
body.learndash-cpt.learndash-embed-responsive .lesson-page .ld-video {
    padding: 0;
}
.lesson-page .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content .lessons__block {
    flex: 0 1 35%;
    padding: 0 0 0 40px;
}
.lesson-page .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content .lessons__block .lessons__list-title {
    padding: 0 15px 10px 17px;
    font-weight: 600;
}
.lesson-page .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content ol.lessons__list{
    padding: 0;
    list-style-position: inside;
}
.lesson-page .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content .lessons__list li{
    border-top: 1px solid;
    border-left: 1px solid;
    padding-left: 16px;
    background: #EFEFEF;
}
.lesson-page .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content .lessons__list li.active{
    background: #fff;
}
.lesson-page .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content .lessons__list li:last-child{
    border-bottom: 2px solid;
}
.lesson-page .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content .lessons__list li a {
    display: inline-block;
    padding: 10px 15px 10px 5px;
    font-size: 14px;
    color: #3e4244;
    width: calc(100% - 40px);
}
.lesson-page .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content .lessons__list li.active::marker {
    content: '▶';
}

.page-template-courses #footer,
.page-template-course-new #footer{
    background-color: #3e4244;
    color: #FFF;
}
.page-template-courses #footer .company-link,
.page-template-courses #footer .nav-list__link,
.page-template-courses .footer__row .right-align a:hover,
.page-template-courses footer .company-info a:hover,
.page-template-courses .subscribe-form__ctrl,
.page-template-courses .subscribe-form__ctrl::placeholder,
.page-template-courses .icon-arrow-r2:before,
.page-template-course-new #footer .company-link,
.page-template-course-new #footer .nav-list__link,
.page-template-course-new .footer__row .right-align a:hover,
.page-template-course-new footer .company-info a:hover,
.page-template-course-new .subscribe-form__ctrl,
.page-template-course-new .subscribe-form__ctrl::placeholder,
.page-template-course-new .icon-arrow-r2:before{
    color: #FFF;
}
.page-template-courses .social-list__lnk svg path,
.page-template-courses .social-list__lnk:hover svg path,
.page-template-course-new .social-list__lnk svg path,
.page-template-course-new .social-list__lnk:hover svg path{
    fill: #fff;
}
.page-template-courses footer .round-button-yellow,
.page-template-course-new footer .round-button-yellow {
    color: #3e4244;
}
footer .ucf-white-logo,
.page-template-courses footer .ucf-logo,
.page-template-course-new footer .ucf-logo{
    display: none;
}
.page-template-courses footer .ucf-white-logo,
.page-template-course-new footer .ucf-white-logo{
    display: block;
}
.FAQ__section {
    border-top: 1px solid #3e4244;
    padding: 50px 0;
}
.FAQ__section h2 {
    font-size: 28px;
    color: #3e4244;
    margin-bottom: 50px;
    font-weight: 600;
    position: relative;
}
.FAQ__section h2:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 40px;
    height: 2px;
    background-color: #3e4244;
    margin-top: 15px;
}
.FAQ__section .FAQ__section-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}
.FAQ__section .FAQ__section-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
}
.archive-courses .page-top-block {
    background: #fff2bb;
    border-top: 1px solid #3c3f41;
}
.archive-courses .row.full-course__message {
    padding: 40px 0;
    border-top: 1px solid #3c3f41;
}
.archive-courses .full-course__content {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

.courses__list {
    background-color: #CED3D6;
}
.courses__list .courses__post-item {
    padding: 0;
    background-color: #CED3D6;
}
.courses__list .courses__post-item figcaption.post__capt {
    padding: 0 40px 0 20px;
    max-width: 570px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: inherit;
}
.courses__list .courses__post-item:nth-child(odd)>.post__cont>figcaption.post__capt {
    margin: 0 0 0 auto;
}
.courses__list .courses__post-item .post__pict img {
    height: 250px;
}
.courses__list .courses__post-item h3.post__ttl {
    font-size: 34px;
    line-height: 1.1;
    margin-bottom: 20px;
}
.courses__list .courses__post-item .post__subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.courses__list .courses__post-item span.post__hr {
    display: block;
    height: 1px;
    width: 50px;
    background: #3e4244;
    margin-bottom: 20px;
}
.elected .courses__list .post .post__cont::before {
    display: none;
}
.courses__list .post .post__descr {
    margin-bottom: 40px;
    font-size: 16px;
}
.courses__list .post .post__bottom-info {
    border-top: 1px solid #3e4244;
    border-bottom: 1px solid #3e4244;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.courses__list .post .post__bottom-info div {
    display: block;
    padding: 15px 15px 15px 0;
    width: 55%;
    font-size: 16px;
    min-height: 115px;
}
.courses__list .post .post__bottom-info div:last-child {
    border-left: 1px solid #3e4244;
    padding: 15px 0 15px 15px;
    width: 45%;
}
.courses__list .post .post__bottom-info div span {
    display: block;
    font-weight: 600;
    text-decoration: underline;
    color: #000;
    font-size: 18px;
}
.courses__list .post .post__bottom-info div span.post__duration {
    text-decoration: none;
}
.courses__list .post .post__bottom-info div span:first-child {
    margin-top: 10px;
}
.courses__list .post .post__cont {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.courses__list .post span.post__pict.mb40 {
    max-height: 250px;
}
.courses__list .post button.courses__btn {
    display: block;
    padding: 10px 30px;
    border-radius: 30px;
    margin: 0 0 0 auto;
}
.archive-courses .row.full-course__message div:last-child {
    display: flex;
    align-items: center;
}
.archive-courses button.courses__login {
    background: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 30px;
}
p.login-remember label input {
    margin-right: 5px;
}
.learndash-wrapper .ld-login-modal .ld-login-modal-register #reg_passmail {
    margin-bottom: 0.5em;
}


@media (max-width: 991.98px) {
    .course-top-col .prime-head__ttl {
        width: 100%;
        flex: none;
        margin-bottom: 20px;
    }
    .course-top h1.prime-head__ttl {
        padding: 0;
    }
    .course-top-col .cms-editor {
        width: 100%;
    }
    .lecturer__descr {
        column-count: auto;
    }
    .course-page .ld-tabs.ld-tab-count-1,
    .course-page .ld-item-list.ld-lesson-list{
        width: 100%;
        padding: 0;
        margin-left: 15px;
        margin-right: 15px;
    }
    .course-page .ld-item-list.ld-lesson-list {
        max-height: none;
    }
    .lesson-page .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content div.ld-video{
        flex: 0 1 100%;
        min-height: 467px;
        margin-bottom: 40px;
    }
    .lesson-page .learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tabs-content .ld-tab-content .lessons__block {
        flex: 0 1 100%;
        padding: 0;
    }
    .lesson-page .prime-head__ttl {
        flex: 0 1 100%;
        margin-bottom: 20px;
    }
    .lesson-page .progress {
        flex: 0 1 100%;
        margin-left: 0;
    }
    .courses__list .courses__post-item figcaption.post__capt {
        padding: 0 30px;
    }
}

@media (max-width: 767.98px) {
    .course-top h1.prime-head__ttl {
        font-size: 40px;
    }
    .section__lecturer .section__lecturer_name {
        padding: 0 15px;
    }
    .lecturer__descr {
        padding: 20px 15px;
    }
    .section__lecturer {
        padding: 0 15px 50px 15px;
    }
    .course_materials__item {
        padding: 20px;
    }
    .course-page .ld-tabs.ld-tab-count-1 {
        width: 100%;
    }
    .course_materials__list textarea#comment {
        width: 100%;
    }
    .lesson-page .learndash-wrapper .ld-content-actions .ld-content-action {
        width: 100%;
    }
    .learndash-wrapper .ld-content-actions {
        flex-direction: column;
    }
    .learndash-wrapper .ld-content-actions>* {
        margin-bottom: 0;
    }
    .lesson-page .ld-content-action:first-child,
    .lesson-page .ld-content-action:last-child{
        order: 2;
        margin: 0;
    }
    .courses__list .courses__post-item figcaption.post__capt,
    .courses__list .courses__post-item:nth-child(odd)>.post__cont>figcaption.post__capt{
        margin: 0 auto;
    }
    .archive-courses .row.full-course__message div:last-child {
        justify-content: center;
    }
    .archive-courses button.courses__login {
        margin-top: 20px;
    }
}

@media (max-width: 575.98px) {
    .course-top h1.prime-head__ttl {
        font-size: 30px;
        margin-top: 20px;
    }
    .courses__list .post .post__bottom-info div,
    .courses__list .post .post__bottom-info div:last-child{
        padding: 15px 0;
        width: 100%;
        border: 0;
        min-height: auto;
    }
    .courses__list .post .post__bottom-info div:last-child {
        border-top: 1px solid #3e4244;
    }
}


