body {
    background-color: #fafafa;
}

.c-text,
.c-sub__text,
.c-sub__normal-price,
.c-sub__price,
.c-sub__save,
.c-sub__label,
.c-form__label,
.c-form__link,
.c-sub__details,
.c-course-lesson__title,
.c-course-lesson__desc,
.c-tabs__nav-item,
p,
li,
.c-course__meta-item,
.c-course__meta-duration,
.c-course__meta-date,
.c-ref__share-link,
.c-table  {
    font-family: "Work Sans" !important;
}

.c-form__label,
.c-register__link,
.c-sub__price,
.js-plan-price,
.c-sub__save {
    font-weight: 600;
}

.l-container-2 {
    margin-top: 100px;
}

.c-form__field {
    border-radius: 8px !important;
    border: 2px #000 solid;
    color: rgb(36, 36, 36) !important;
    font-weight: 500;
}

.c-form__field:not(.is-invalid):not(.is-valid):focus {
    border: 2px #F3BB1A solid;
}

.c-form__group--checkbox {
    margin: 18px 0;
}

.c-form__checkbox+label,
.c-form__checkbox:checked+label {
    border: 2px #F3BB1A solid;
    border-radius: 8px !important;
    background-color: #F3BB1A;
}

.c-form__checkbox:checked+label:before {
    border-radius: 8px !important;
    box-shadow: inset 0 0 0 30px #fff;
    width: 10px;
    height: 10px;
    top: 6px;
    left: 6px;
}

.c-button-3 {
    height: 32px;
    padding: 0px 8px;
    float: none;
    border: 2px solid #000;
    border-radius: 8px;
    background-color: transparent;
    opacity: 1;
    font-family: 'Work Sans', sans-serif;
    color: #172d3a;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

.c-button-3:not(:disabled):hover {
    background-color: #000;
    color: #fff;
}

.l-register__col:nth-child(1) {
    padding-right: 75px;
    border-right: none;
}

.c-sub__thumb {
    display: none;
}

.c-sub__text {
    font-size: 1.4rem;
    line-height: 1.15;
    color: #7e7e7e;
}

.c-sub__text strong {
    display: block;
    font-size: 2.6rem;
    color: #000;
}

.c-sub__plan {
    margin-top: 40px;
    border: 3px #E8E8E8 solid;
    border-radius: 8px;
    background-color: #fff;
}

.c-sub__plan.is-active {
    border-color: #000;
}

.c-sub__cost {
    padding: 30px 20px;
    text-align: center;
    background: none;
}

.c-sub__details table td {
    border-radius: 8px;
}

.c-button-1--paypal:before {
    background-color: #F3BB1A;
}

.c-button-1:before,
.c-button-1--paypal,
.c-button-1 {
    border-radius: 8px;
    background-color: #F3BB1A;
    color: #000;
    font-weight: 600;
}

.c-sub__details table td:last-child {
    color: #F3BB1A;
}

.c-sub {
    width: 565px;
    max-width: 100%;
    padding: 25px 0 85px 0;
}

.c-sub__label {
    box-shadow: none;
    background-color: #F3BB1A;
    color: #000;
    font-weight: 700;
    border-radius: 8px;
}

.c-register {
    padding: 30px 0 85px 0;
}

.c-player ul,
.c-player ol {
    padding-left: 0px;
}

.c-player h2 {
    margin-top: 0px;
}

.c-course-lesson__thumb {
    display: none;
}


.c-course-lesson:before {
    background: none;
    border: 2px solid #ccc;
    border-radius: 8px;
    width: 100%;
    opacity: 0;
}

.c-player__lessons {
    border-radius: 8px;
    background-color: #141414;
    margin: 0px;

}

.c-player__toc {
    background-color: #141414;
    flex: 1 1 20%;
}

.c-course-lesson {
    margin: 20px;
    padding: 0 10px;
    background-color: #141414;
}

.c-player__toc .iScrollIndicator {
    background-color: #F3BB1A;
    border-radius: 4px;
}

.c-player__toc .iScrollVerticalScrollbar {
    background-color: #dcdcdc;
    border-radius: 4px;
}

.c-player__course-title {
    width: 22%;
    color: #F3BB1A;
    background-color: #141414;
}

.c-course-lesson__title,
.c-course__title {
    color: #fff;
}

.c-player .l-container,
.h-player {
    background-color: #000;
    color: #000;
}

.c-course__rate {
    display: none;
}

.c-player__button:disabled {
    background-color: #fff;
    color: #a4a4a4;
}

.c-player__button:nth-child(1) {
    border-right: none;
}

@media screen and (max-width: 1000px) {

    .c-player__course-title {
        width: 100%;
    }

    .c-player__video {
        margin-top: 70px;
    }

    .c-player__lesson,
    .c-course-lesson {
        height: 70px;
    }
}

.c-player__buttons,
.c-course-lesson {
    margin-bottom: 0px;
}

.c-player__back {
    background-color: #fff;
}

.c-player__button {
    background-color: #F3BB1A;
    color: #fff;
}

.c-course__meta-duration {
    background-color: #F3BB1A;
    border-radius: 4px;
    color: #000;
}

.c-course__meta-date {
    color: #F3BB1A;
}

.c-course__title {
    margin: 0px;
    color: #F3BB1A;
}

.c-user__row .h-flex-center {
    display: none;
}

.c-user__col {
    padding: 0px;
}

.c-user__col:nth-child(odd) {
    border-right: none;
}

.c-user__row {
    border-top: none;
}

.c-sub__payment {
    border-radius: 8px;
}

.c-text a,
.c-faq p a {
    padding-bottom: none;
    border-bottom: none;
    color: #1e8cf9;
}

.c-form__button {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 15px;

    border-radius: 12px;
    background-color: #F3BB1A;
    color: #fff;
}

.c-form__field--big {
    margin-right: 20px;
}

.c-ref {
    padding: 30px 0 160px 0;
    margin-top: -2px;
    background-color: #fafafa;
}

.c-ref__info {
    padding-left: 280px;
    background-size: 28%;
}

@media screen and (max-width: 880px) {
    .c-ref__info {
        padding-left: 0px;
    }
}

@media screen and (max-width: 680px) {
    .c-form__button--big {
        padding: 15px 25px;
        margin-top: 20px;
        margin-right: 20px;
    }
}

.column-3 .heading {
    max-width: 600px;
}

.c-button-4 {
    display: inline-block;
    height: 57px;
    padding: 12px;
    border-radius: 12px;
    border: none;
    background-color: #fafafa;
}

.c-course-image {
    background-size: 90%;
}

.votes-move {
    transition: transform 1.2s;
}

.vote-row {
    margin-bottom: 16px;
}

.vote-text {
    padding: 20px 0;
    line-height: 1.2;
}

.intro-video {
    height: 250px;

    position: relative;
}

.intro-video__overlay {
    width: 400px;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    cursor: pointer;
}

@media (max-width: 991px) {
    .intro-video {
        display: none;
    }
}

.topbar {
    height: auto;
    min-height: 60px;
    padding-bottom: 15px;
}


.c-button-5 {
    height: 32px;
    padding: 0px 8px;
    border: 2px solid #000;
    border-radius: 8px;
    background-color: transparent;
    opacity: 1;
    font-family: 'Work Sans', sans-serif;
    color: #172d3a;
    font-size: 16px;
    line-height: 28px !important;
    font-weight: 600;
    text-align: center;
    cursor: pointer;  
}

.c-notice {
    border-bottom: none;
    height: 66px;
}

.c-notice__text {
     margin-bottom: 0;
}


.c-ref {
    padding: 30px 0 0px 0;
}

.c-popup__text {
    margin-bottom: 15px;
    line-height: 1.4;
}

.js-newsletter-form {
    display: inline;
    background-color: none;
}

@media (max-width: 991px) {
    .footer {
        margin-top: 245px;
    }
}

@media (max-width: 767px) {
    .topbar-text.js-newsletter-form {
    display: none;
    }
}

input.input-newsletter.w-input,select, textarea {
    color: black !important;
}

.c-message--black
 {
     padding: 20px 0;
 }

 