/* *{    -webkit-font-smoothing: antialiased !important;
         -webkit-backface-visibility: hidden !important;
         backface-visibility: hidden !important;
         -webkit-transform: translateZ(0);
         -moz-transform: translateZ(0);
         -ms-transform: translateZ(0);
         -o-transform: translateZ(0);
         transform: translateZ(0);}*/

body {
    position: relative;
    font-family: 'Lato', sans-serif;
}

.btn {
    background-color: white;
    line-height: 24px;
    padding: 10px 30px;
    color: black;
    text-align: center;
    border-radius: 10px;
    border: 1px solid black;
    min-width: 150px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.btn:hover {
    color: white;
    border-color: #ff0000;
    background-color: #ff0000;
}

.header-counter {
    color: #363942;
    font-size: 16px;
    font-weight: 600;
    float: right;
}

.training_slider {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px;
}

.training_slider .slick-prev {
    background-image: url('../../img/elearning/arrow-left.png');
    width: 34px;
    height: 34px;
    position: absolute;
    left: -54px;
    top: 50%;
    z-index: 9;
}

.training_slider .slick-next {
    background-image: url('../../img/elearning/arrow-right.png');
    width: 34px;
    height: 34px;
    position: absolute;
    right: -54px;
    top: 50%;
    z-index: 9;
}

.slick-prev::before, .slick-next::before {
    content: '';
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #8bc75c;
}

.slick-dots li button::before {
    opacity: 1;
    color: #313131;
    font-size: 18px;
}

.slick-dots li {
    margin: 0;
}

.slide_photo {
    text-align: center;
}

.slick-slide img {
    display: inline-block;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    opacity: 0.7;
}

.slick-initialized .slick-slide {
    position: relative;
}

.slide_wrapp {
    position: absolute;
    bottom: 40px;
    text-align: center;
    left: 0;
    right: 0;
}



.training_list {
    margin-top: 40px
}

.training_name {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    z-index: 10;
    position: relative;
    display: inline-block;
    padding: 5px;
    width: 100%;
    opacity: 0.9;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);

}

.training_name h2 {
    /* text-transform: uppercase; */
    color: #fff;
    padding: 22px 0;
}

.training_link a, .lessons_link a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 25px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.training_link a:hover, .lessons_link a:hover {
    border-radius: 10px;
    background-color: white;
    color: #ff0000;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: scale(1.1);
}

.training_link {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    position: absolute;
    left: 0;
    right: 0;
bottom: 50px;
    opacity: 0;
}

.traning_slide, .lessons_box {
    position: relative;
    margin-bottom: 25px;
}

.traning_slide:before {
    content: '';
    border-radius: 10px;
    position: absolute;
    background: RGBA(54, 57, 66, 0.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.traning_slide:hover:before {
    opacity: 1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.traning_slide:hover .training_link {
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    opacity: 1;
}

.traning_slide:hover .training_name {
    bottom: 125px;
}

.traning_slide:hover .training_count {
    opacity: 1;
}

.slide_photo img, .lessons_photo img {
    width: 100%;
    height: 465px;
    border-radius: 10px;
}

.left-img .slide_photo img {
    width: auto;
    border-radius: 0;
}

.slick-disabled {
    display: none !important;
}

.training_count {
    position: absolute;
    left: 0;
    right: 0;
    top: -90px;
    color: #fff;
    font-size: 18px;
    font-family: 'Times New Roman';
    font-style: italic;
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.title .training-counter {
    color: #363942;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    float: right;
}

.slick-track {
    margin: auto;
}

.top-header {
    position: relative;
}

.logout-link {
    color: #626778;
    font-size: 12px;
}

.separator {
    background-color: #54575e;
    margin: 5px 8px 5px 5px;
    padding-left: 1px;
}

.myaccount-link {
    color: #cdcdcd;
    font-size: 12px;
}

.lessons_wrapp {
    position: absolute;
    bottom: 70px;
    text-align: left;
    width: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.lessons_name {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    z-index: 10;
    position: relative;
    display: inline-block;
    padding: 5px;
    width: 92%;
    opacity: 0.9;
    position: relative;
    background-color: rgba(0, 0, 0, 0.45);
    padding-left: 15px;
}
.lessons_name-title{
    padding: 22px 0px;
}

.lessons_name h2 {
    font-size: 28px;
    /* text-transform: uppercase; */
    color: #fff;
    font-weight: 300;
}

.lessons_box:hover .lessons_wrapp{
    bottom: 150px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

/* .lessons_link a {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #a38745;
    padding: 15px 20px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    opacity: 1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    border: 2px solid transparent;
}

.lessons_link a:hover {
    background-color: #816523;
    border: 2px solid #816523;
    transition: 0.4s;
    -webkit-transition: 0.4s;
} */

.lessons_link {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    padding-left: 15px;
}

.lessons_box {
    position: relative;
    font-size: 0;
}

.lessons_box:before {
    border-radius: 10px;
    content: '';
    position: absolute;
    background: RGBA(54, 57, 66, 0.6);
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.lessons_box:hover:before {
    opacity: 1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.lessons_box:hover .lessons_link {
    display: block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    opacity: 1;
}

.lessons_box:hover .lessons_name {
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
}

.lessons_photo img {
    width: 100%;
}

.body-lesson .main_content {
    position: relative
}

.body-lesson #copyright, .body-quiz #copyright {
    margin-left: 350px;
}

#left-img-wrapper {
    position: relative;
    font-size: 0;
}

.left-img {
    position: absolute;
    left: 0;
    top: 0;
}

#lesson-subjects {
    margin-left: 350px;
    width: auto;
    padding: 0 30px;
    position: relative;
    min-height: 580px;
}

#lesson-subjects img {
    border: 1px solid #d9d9d9;
    margin: 15px 30px 15px 0;
}

#lesson-subjects .title {
    margin-right: 10px;
}

.subject-wrapper {
    position: relative;
    min-height: 300px;
    padding-top: 40px;
}

.body-quiz .slick-prev, .subject-wrapper .slick-prev, .subject-prev {
    position: absolute;
    min-width: 150px;
    height: 46px;
    line-height: 40px;
    left: 0px;
    top: auto;
    bottom: -50px;
    color: #ff0000;
    text-align: center;
    border: 1px solid #ff0000;
    width: 100px;
    margin-top: 30px;
}

.body-quiz .slick-next, .subject-wrapper .slick-next, .subject-next {
    position: absolute;
    min-width: 150px;
    height: 46px;
    line-height: 40px;
    right: 15px;
    top: auto;
    bottom: -50px;
    color: white;
    text-align: center;
    border: 1px solid #ff0000;
    width: 100px;
}

.body-quiz .slick-prev:before, .subject-wrapper .slick-prev::before, .subject-prev::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '< Wstecz';
    color: white;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}

.body-quiz .slick-next:before, .subject-wrapper .slick-next::before, .subject-next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: 'Dalej >';
    color: white;
    font-size: 15px;
    font-family: 'Lato', sans-serif;

}
.subject-arrows {
    background: RGBA(54, 57, 66, 0.6);
    bottom: 0px;
    left: 0;
    right: 0;
    height: 80px;
    position: absolute;
}

.slick-next, .slick-prev, #left-img-wrapper .subject-next, #left-img-wrapper .subject-prev {
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

#left-img-wrapper .subject-next:hover, #left-img-wrapper .subject-prev:hover {
    background: #a78a45;
    color: white;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.subject-next:hover::before, .subject-prev:hover::before, .slick-next:hover::before, .slick-prev:hover::before {
    color: white;
    position: inherit;
    line-height: unset;
}
.lessons_photo, .slide_photo{
    position: relative;
}
/* .lessons_photo::after, .slide_photo::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 10px;
} */
.slide_lesson::after, .slide_quiz::after{
    background-color: unset;
}

#left-img-wrapper .slide_photo {
    padding-left: 0px;
    padding-right: 0px;
}

#quiz-right {
    margin-left: 350px;
    width: auto;
    padding: 0 30px;
    position: relative;
    padding-top: 40px;
}

.question h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 25px 0;
}

.checkator_holder {
    display: inline-block !important;
    width: 24px !important;
    height: 24px !important;
    vertical-align: middle;
    line-height: 24px;
    top: 0px;
    margin: 0px !important;
}

#form-step-2 .checkator_holder {
    float: left !important;
}

.checkator_source {
    width: 24px !important;
    height: 24px !important;
}

.checkator_element {
    background-color: #fff !important;
    height: 24px !important;
    border: 1px solid #ff0000;
}

.checkator_element.checkbox {
    border: 1px solid #ff0000;
    background-color: #fff;
    margin: 0px
}

.checkator_source:checked+.checkator_element:after {
    background-color: #ff0000
}

.checkator_source:focus+.checkator_element {
    border: 1px solid #ff0000;
}

.checkbox, .radio {
    margin-top: 6px;
    margin-bottom: 6px;
}

.answer .radio {
    margin: 0px;
    width: 24px;
}

.answer {
    padding: 10px 0;
}

.answer span {
    padding-left: 10px;
    margin-left: 10px;
    font-weight: 300;
}

.answer_wrapp:hover .checkator_element {
    border: 2px solid red;
}

.body-quiz .answer .answer_wrapp {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* display: inline; */
    background: white;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
}

.body-quiz .answer .answer_wrapp:before {
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    opacity: 0;
    padding: 5px 10px;
    color: white;
    position: absolute;
    white-space: nowrap;
    bottom: -30px;
    left: 0px;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
}

.body-quiz .answer .good_answer {
    position: relative;
    margin-bottom: 30px;
}

.body-quiz .answer .good_answer:before {
    opacity: 1;
    content: 'Jest to poprawna odpowiedź.';
    color: green;
}

.body-quiz .answer .bad_answer {
    position: relative;
    margin-bottom: 30px;
}

.body-quiz .answer .bad_answer:before {
    opacity: 1;
    content: 'Jest to zła odpowiedź. Spróbuj ponownie.';
    color: red;
}

.body-quiz .answer .show_good {
    position: relative;
    margin-bottom: 30px;
}

.body-quiz .answer .show_good:before {
    opacity: 1;
    content: 'Niestety, poprawną odpowiedzią jest ta. Przejdź dalej.';
    color: #ff9800;
}

.body-quiz .quiz-links {
    min-width: 150px;
}

.body-quiz .slick-slider {
    position: static;
    /* max-height: 465px; */
}
.body-quiz .slick-list{
    overflow-y: unset;
    overflow-x: hidden;
}
.body-quiz .slick-list::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
.body-quiz .slick-arrow {
    bottom: 0px;
    transform: none;
}

/* .body-quiz .slick-arrow.slick-next {
    display: none;
} */

.body-quiz #quiz-right {
    position: relative;
}

#breadcrumbs a {
    color: #ffffff;
    font-size: 16px;
}

#breadcrumbs strong {
    color: #726363;
    font-size: 16px
}

.content-margin {
    padding-top: 20px
}

/* .lesson-quiz, .quiz-save {position: absolute; right: 20px; top: auto; bottom: 0px;} */

.quiz-question-slider .question {
    min-height: 340px
}

.quiz-results-header>div {
    font-weight: 700;
    padding: 20px 0px;
}

.quiz-results>div {
    text-align: center;
}

.body-lesson #header, .body-quiz #header {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000
}

.body-lesson #left-img-wrapper, .body-quiz #left-img-wrapper {
    position: fixed;
}

.body-lesson #content_wrapper, .body-quiz #content_wrapper {
    position: relative;
    z-index: 10;
    margin-top: 220px;
}

.subject {
    margin-bottom: 20px
}

.subject p {
    margin: 10px 0px;
    letter-spacing: 1px;
    line-height: 20px
}

.subject ul {
    list-style-type: disc;
    padding-left: 20px
}

.subject ul li {
    margin: 3px 0px
}

video {
    width: 100%;
    height: auto;
}

.slick-next:hover::before, .slick-prev:hover::before {
    width: 100%;
    height: 100%;
}

#customer_accept {
    color: white;
}

/* .lesson-back {display: none; position: absolute; right: 130px; top: auto; bottom: 0px;} */

#Header {
    background-color: #313131;
}

.myaccount-link {
    color: #cdcdcd;
}

.title {
    color: border-bottom: 2px solid #989898;
}

.slick-dots li button::before {
    color: #313131;
}

.slick-dots li.slick-active button::before {
    color: #8bc75c;
}

#copyright:before {
    border-top: 1px solid #989898;
}
.subject-next:hover::before, .subject-prev:hover::before, .slick-next:hover::before, .slick-prev:hover::before{
    color: #ff0000;
}
/* .register-cart-btn, #header #hw .burger_menu{
    display: none;
} */

.protector-not-registered{display: none;}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #ff0000;
	background: #F08080 url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #8B0000;
}


.popup_np{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.80);
    z-index: 999999;
}
.popup_np h2 {
    font-size: 48px;
    /*color: #cd9f52*/
}
.popup_np ul{
    padding: 0;
    font-family: ProximaNova;
    list-style: none;
    text-align: center;
    /*font-size: 22px;*/
}
.popup_np li {
    /*width: 45%;*/
    padding:7px 0;
    font-weight: bold;
    transition: all 0.26s;
    -webkit-transition: all 0.26s;
    -moz-transition: all 0.26s;
}

.newpass_error {
    color: #FF0000;
    font-size: 18px;
}