@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;0,900;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,600;0,700;0,800;1,600;1,700;1,800&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: 'Lato', sans-serif;
}

* {
    outline: none !important;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

/* COOKIES */

#cookie-policy-banner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    display: none;
    width: 100%;
    font-size: 11px;
    line-height: 25px;
    background-color: #fff29d;
    font-size: 11px;
    color: black;
    text-align: center;
    padding: 10px 0px 5px 0px;
    border-top: 1px solid #484b53;
    z-index: 1000;
}

#cookie-policy-banner a {
    color: black;
    font-weight: bold;
    font-size: 11px;
}

#cookie-policy-banner #cclose {
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 0px 5px;
    padding: 5px 10px;
    border: 1px solid black;
    color: black;
}

#cookie-policy-banner #cclose:hover {}

#content-404 {
    font-size: 40px;
    min-height: 400px;
    padding-top: 100px;
    text-align: center;
}

/*********Validation*******/

.info, .success, .warning, .error, .validation, .error_message {
    border: 1px solid;
    margin: 10px 0px;
    padding: 7px 10px 7px 35px;
    background-repeat: no-repeat;
    background-position: 10px 6px;
    text-align: left !important;
    display: flex;
}

.success {
    color: #4f8a10;
    background-image: url(../../img/icons/accept.png);
    background-color: #dff2bf;
}

.error, .error_message {
    color: #d8000c;
    background-image: url(../../img/icons/exclamation.png);
    background-color: #ffbaba;
}

.info {
    color: #00529b;
    background-image: url(../../img/icons/information.png);
    background-color: #bde5f8;
}

.warning {
    color: #9f6000;
    background-image: url(../../img/icons/error.png);
    background-color: #feefb3;
}

/* header */

#header {
    background-color: #48c2be;
}

.customer-login #header {
    background-color: transparent;
}

.top-header {
    padding: 15px 0;
}

#header .user_menu {
    text-align: right;
}

#header .burger_menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

#header .burger_menu p {
    margin-left: 15px;
}

#header .burger-menu__list {
    background-color: #fff29d;
    position: absolute;
    border-radius: 5px;
    top: 60px;
    left: 0;
    z-index: 1000;
}

.burger-menu__list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 30%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff29d;
    border-top: 0;
    margin-left: -10px;
    margin-top: -10px;
}

#header .top-header {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 93px;    
}

.burger-menu__list {
    display: none;
}

.burger-menu__list ul {
    padding: 25px;
}

.burger-menu__list ul li {
    width: 200px;
}

.burger-menu__list a {
    color: #241f20;
    font-size: 16px;
    font-weight: 900;
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #aaaaaa;
}

.burger-menu__list a span {
    color: #48c2be;
}

.burger-menu__list ul li:last-child {
    display: none;
}

#header .top-header-mobile {
    padding-bottom: 15px;
}

#header .top-header img, .top-header-mobile img {
    width: 80%;
    max-width: 400px;
}

#header .top-header .burger-img {
    width: auto;
}

#header .user_menu a:hover {
    color: white;
}

#breadcrumbs .breadcrumb-wrapper {
    padding: 10px 25px;
    background: #282a31;
    color: #626778;
}

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

#breadcrumbs .breadcrumb-wrapper a:last-of-type {
    color: #fff29d;
}

#breadcrumbs .breadcrumb-wrapper span {
    font-size: 16px;
    color: #ffffff;
}

#breadcrumbs .breadcrumb-wrapper a:hover {
    color: #a78a45;
}

#breadcrumbs .breadcrumb-wrapper strong {
    font-weight: 600;
    color: #fff29d;
}

/* logowanie */

.customer-login {
    background-color: #363942;
}

.customer-login .container {
    padding-left: 30px;
    padding-right: 30px;
}

.title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #48c2be;
    border-bottom: 1px solid #fff29d;
    padding-bottom: 12px;
    margin-bottom: 28px;
}

/* widoki konta usera */

.customer_login label, .customer_login p {
    font-size: 14px;
    padding-bottom: 8px;
    color: #fff;
}

.customer_login .form-group {
    margin-bottom: 30px;
}

.customer_login .form-control {
    height: 57px;
    border-radius: 0;
    border: solid 1px #aaaaaa;
    box-shadow: none;
}

.list-form .form-control {
    height: 42px;
}

.customer_login .form-control-textarea {
    height: 157px;    
}

.list-form .form-control-textarea {
    height: 84px;
}

#customer_password_recover p {
    text-align: center;
    font-size: 17px;
}

.customer-views .customer_login label, .customer_login p {
    font-family: 'Lato';
    font-size: 14px;
    padding-bottom: 8px;
    color: #40434a;
}

.customer-views .customer_row label {
    line-height: 60px;
    padding: 0px;
}

.customer-views .customer_login .form-control {
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.customer-views #customer_password_recover label {
    line-height: 40px;
    padding: 0px;
}

#popup_np_np #customer_password_recover {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

#popup_np_np #customer_password_recover label {
    text-align: left;
    display: block;
}

#popup_np_np #customer_password_recover h2 {
    font-size: 16px;
    text-align: left;
}

#customer_password_recover .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

#customer_password_recover img {
    max-width: 150px;
}

/* footer */

#footer-bottom {
    background-color: #48c2be;
}

#footer-bottom p {
    margin-bottom: 5px;
    font-size: 14px;
    color: white;
}

.customer-login #copyright {
    color: #797979;
}

#copyright {
    color: #40434a;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-size: 10px;
}

/* #copyright:before {
    content: '';
    border-top: 1px solid #989898;
    position: absolute;
    top: -1px;
    width: 360px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
} */

#copyright a {
    color: #40434a;
}

.customer-login #copyright a {
    color: #797979;
}

#lesson-end .quiz-links {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 40px;
    height: 40px;
}

/* #lesson-subjects .quiz-links, #lesson-subjects .quiz-begin {
    display: none;
} */

.address {
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
}

.register-view {
    background: url('../../img/core/login-bg.png') no-repeat;
    background-size: cover;
}

.register-view #header {
    display: none;
}

.register-view .customer-register .form-horizontal .control-label {
    font-family: 'Lato';
    font-size: 16px;
    padding-bottom: 8px;
    color: #241f20;
}

.customer-register .title {
    margin-top: 50px;
}

.register-view #header {
    background: none;
}

.register-view #copyright, .register-view #copyright a {
    color: #797979;
}

.register-view .form-control {
    height: 39px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.chechbox-desc {
    margin-left: 50px;
}

.accepts {
    margin-top: 50px;
    margin-bottom: 50px;
}

.accept-cnt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.shop_view {
    background-color: #FFFFFF;
}

.form-control {
    border: solid 1px #aaaaaa;
}

.login-content .row {
    display: flex;
    align-items: center;
}

.delete-acc__btn {
    border: 1px solid red;
    color: red;
}

.login-img-container {
    position: relative;
    padding-left: 0;
}

.login-img-border {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 85%;
    border: solid 5px #ff0000;
}

.left-image {
    width: 100%;
}

/* .customer_login {
    background-image: url("../../img/core/login-bg.png");
    background-position: center;
    background-repeat: no-repeat;
} */

.customer_login img {
    padding-bottom: 50px;
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.login-container {
    max-width: 470px;
    margin: 0 auto;
}

.login-container h2, .form-group label {
    color: #FF0000;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lato-Bold', sans-serif;
}

.form-group label {
    color: #241f20;
    font-style: normal;
}

.form-group label span.sm_gray{
    color: #454041;
    font-size: 12px;
}


.customer_login .password-btn, .customer_login .register-btn {
    border-radius: 0;
    border: solid 1px #aaaaaa;
    font-size: 14px;
    padding: 18px 21px;
    width: 220px;
    text-transform: uppercase;
}

.customer_login .password-btn {
    color: white;
    background-color: #48c2be;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.34);
    float: right;
}

.customer_login .register-btn, .meet_us-btn {
    color: black;
    text-transform: uppercase;
}

.customer_login .meet_us-btn {
    width: 100%;
}

#hw .myaccount-link {
    margin-right: 30px;
}

#hw .myaccount-link, #hw .logout-link, #hw .burger_menu {
    color: #FFFFFF;
    font-size: 16px;
    padding: 14px 16px;
    border: 1px solid #FFFFFF;
    max-width: 134px;
}

#hw .burger_menu {
    border: none;
}

#header #hw .profile-img {
    max-width: 19px;
    margin-right: 14px;
    position: relative;
    top: 4px;
}

#breadcrumbs {
    font-size: 11px;
    color: #FFFFFF;
    background-color: #289693;
}

#breadcrumbs .breadcrumb-wrapper {
    background-color: #289693;
    padding: 14px 0;
    font-size: 11px;
    color: #FFFFFF;
}

.account-title {
    margin-top: 50px;
    color: #48c2be;
}

.training_list .title, .training_list .title .training-counter, .title .training-counter .training-count-text, .title .training-counter .trainig-count {
    font-size: 16px;
    font-weight: bold;
    color: #241f20;
    text-transform: uppercase;
    ;
}

.training_list .title {
    border-bottom: 1px solid #aaaaaa;
}

.title .training-counter .training-count-text, .title .training-counter .trainig-count {
    color: #48c2be;
}

#customer_account label {
    color: #aaaaaa;
}

#customer_account .customer_row {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.traing-title-name {
    text-align: left;
    font-size: 28px;
    line-height: 31px;
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
}

.traing-title-name::after, .lessons_name::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    border: 2px solid #fff29d;
    height: 2px;
    width: 60px;
}

.lessons_name::after {
    bottom: -10px;
    left: 20px;
    transform: translateX(0);
    padding-left: 20px;
}

.training_link a, .lessons_link a {
    color: #232323;
    background-color: #fff29d;
    border: 1px solid #fff29d;
    padding: 15px 40px;
    max-width: 150px;
    display: block;
    margin-left: 20px;
}

.lessons_link a {
    margin-left: 0;
}

.training_link a img, .lessons_link a img {
    margin-left: 10px;
}

.register-btn:hover, .password-btn:hover {
    border-color: #48c2be;
    color: #48c2be;
    background-color: #FFFFFF;
    box-shadow: none;
}

.btns-cnt {
    text-align: right;
    margin-right: 15px;
}

.btns-cnt form {
    display: inline-block;
}

.btns-cnt .quiz-begin {
    margin-left: 25px;
    margin-bottom: 30px;
    background-color: #48c2be;
    border-color: #48c2be;
}

.btns-cnt a {
    margin-left: 25px;
    margin-bottom: 30px;
}

.quiz-save {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.slick-next, .slick-prev {
    background-color: white;
    color: black;
}

.customer-login .title {
    margin-bottom: 0;
    padding-bottom: 0;
    border: unset;
    text-transform: uppercase;
    color: #48c2be;
}

.account-content {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #fff29d;
    margin-bottom: 28px;
    padding-bottom: 12px;
}

.additional-content {   
    display: flex; 
    justify-content: space-between;
    border-bottom: 2px solid #fff29d;
    margin-bottom: 28px;
    padding: 83px 0px 12px 0px;
    width: 100%;
}

.login-cart-btn, .register-cart-btn {
    cursor: pointer;
}

.register-cart {
    display: flex;
    align-items: center;
    flex-direction: column;
    display: none;
}

.register-cart .register-btn:first-child {
    margin-bottom: 25px;
}

.register-cart .btn {
    min-width: 90%;
    border: 1px solid #ff0000;
    background-color: #ff0000;
    color: #ffffff;
}

.register-cart .btn:nth-child(2) {
    background-color: black;
    border-color: black;
}

.register-logo {
    max-width: 370px;
    width: 90%;
    display: block;
    margin: 30px auto;
}

.register-view .form-control {
    border: solid 1px #aaaaaa;
}

.register-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #aaaaaa;
}

.register-nav .step {
    padding: 15px 45px;
    font-size: 16px;
    text-transform: uppercase;
}

.register-nav .step:hover {
    cursor: pointer;
}

.register-nav .step-active {
    background-color: #ff0000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff;
}

.step2-cart, .step3-cart, .step4-cart, .step5-cart {
    display: none;
}

.register-error {
    color: red;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    text-align: left;
}

.register-view .control-label {
    margin-bottom: 8px;
}

.register-view .interest-title {
    margin-bottom: 20px;
    margin-top: 30px;
}

.register-view .interest-title h2 {
    color: #241f20;
    margin-bottom: 0;
    padding-bottom: 3px;
}

.register-view .interest-title p {
    color: red;
    font-size: 12px;
}

.register-view .user-checkbox-cnt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.register-view .user-checkbox-cnt .input-checkbox {
    margin-top: 0;
    margin-right: 10px;
}

.quiz-summary-text a {
    margin-bottom: 15px;
    margin-right: 15px;
}

iframe, object, embed {
    max-width: 100%;
    max-height: auto;
}

.subject img {
    max-width: 100%;
    height: auto;
}

.subject .media {
    position: relative;
    height: 800px !important;
    width: calc(100% - 20px)!important;
    /* overflow: auto; */
    display: block;
}

.subject iframe {
    height: calc(100% - 8px)!important;
    width: calc(100% - 5px)!important;
    position: absolute;
    top: 0px;
    left: 0px;
}

/* iframe[src*=youtube]{
  max-width:100%;
  height:100%;
} */

/* iframe[width][height] {
    width: 100% !important;
    height: 100% !important; 
} */

.question.quiz-result {
    font-size: 20px;
    margin: 20px;
    color: #48c2be;
    margin-left: 0;
}

.customer-login .password_recover-title {
    margin-bottom: 30px;
    text-align: center;
}

.customer-views .customer_password_recover p {
    font-family: 'Lato', sans-serif;
}

.customer_login .password_recover-img {
    display: block;
    margin: 0 auto;
    max-width: 230px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.quiz-summary-test__numer_pytania h5 {
    padding: 15px 0px;
}

.quiz-summary-text {
    margin-top: 25px;
}

.quiz-summary-test__question {
    font-size: 16px;
    color: #48c2be;
    padding: 10px 0px;
}

.quiz-summary-test__correct_answer {
    font-size: 14px;
    padding: 5px;
}

.quiz-summary-test__correct_answer span {
    font-size: 14px;
    color: green;
}

.quiz-summary-test__user_answer {
    font-size: 14px;
    padding: 5px;
}

.quiz-summary-test__user_answer span {
    font-size: 14px;
    color: black;
}

.quiz-summary-test__user_answer .quiz-summary-test__negative-answer {
    color:red;
    font-weight: bold;
}

.login-cart .login-warning, .customer-views .customer_login .login-warning, .list-form .login-warning {
    border-color: red;
}

.login-warning__text {
    color: red;
    font-weight: 700;
    margin-bottom: 25px;
}

#customer_password_recover .login-warning__text {
    text-align: center;
}

.login-content .warning {
    display: none;
}

.customer-info p {
    margin-top: 11px;
}

.quiz-timer-cnt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#quiz-right .is-countdown {
    background: none;
    border: none;
}

#quiz-right .countdown-row {
    width: unset;
}

#quiz-right .countdown-section {
    width: unset;
}

#quiz-right .countdown-period {
    display: none;
}

.end-time-popup, #end-lesson__pop-up, .lesson-popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, .85);
    z-index: 10001;
    display: none;
}

.lesson-popup{
    display: block;
}

#end-lesson__pop-up .quiz-links {
    margin-top: 25px;
}

.end-time-popup__container, .end-lesson__pop-up__container, .lesson-popup__container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    max-width: 770px;
    max-height: 435px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.end-time-popup__container>img, .end-lesson__pop-up__container>img, .lesson-popup__container>img {
    margin-bottom: 50px;
}

.end-time-popup__close {
    position: absolute;
    top: -27px;
    right: -27px;
    width: 54px;
    height: 54px;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.end-time-popup__content, .end-lesson__pop-up__content, .lesson-popup__content {
    color: #241f20;
    font-size: 24px;
    text-align: center;
}

.files-list {
    font-size: 16px;
}

.files-list div {
    margin-bottom: 15px;
}

.lesson-img-left__container {
    padding-left: 0;
}

.lesson-img-left img {
    width: 100%;
    height: auto;
}

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

.btn {
    background-color: white;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 30px;
    color: black;
    text-align: center;
    border-radius: 0;
    border: 1px solid black;
    min-width: 200px;
    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: #48c2be;
    background-color: #48c2be;
}

.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: 60px;
    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;
    width: 100%;
    opacity: 1;
    bottom: 0;
    padding-left: 20px;
}

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

.training_link a, .lessons_link a {
    font-size: 14px;
    font-weight: 900;
    line-height: 26px;
    padding: 15px 25px;
    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: black;
    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 .slide_photo::after, .lessons_box:hover .lessons_photo::after {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #48c2be;
    opacity: 0.9;
    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 {
    position: relative;
}

.slide_photo::after, .lessons_photo::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.slide_photo img, .lessons_photo img {
    width: 100%;
    height: 465px;
}

.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;
    width: 92%;
    opacity: 0.9;
    position: relative;
    padding-left: 20px;
}

.lessons_name-title {
    padding: 22px 0px;
}

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

.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: 20px;
}

.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: 0px 30px 15px 0;
}

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

#lesson-subjects .title p {
    font-size: 10px;
    margin: 0;
}

#lesson-subjects .title p span {
    color: black;
}

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

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

.body-quiz .slick-next, .subject-wrapper .slick-next, .subject-next {
    position: absolute;
    min-width: 200px;
    height: 46px;
    line-height: 40px;
    right: 15px;
    top: auto;
    bottom: -50px;
    color: black;
    text-align: center;
    border: 1px solid black;
    font-weight: 700;
    border-radius: 0;
}

.body-quiz .slick-next, .subject-wrapper .slick-next:hover, .subject-next:hover, .slick-prev:hover {
    border-color: white;
}

.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: black;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.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: black;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.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;
    border-color: white;
    background-color: #48c2be;
    position: inherit;
    line-height: unset;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.lessons_photo, .slide_photo {
    position: relative;
}

.slide_lesson::after, .slide_quiz::after {
    background-color: unset;
}

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

#quiz-right {
    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 #48c2be;
}

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

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

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

.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 #48c2be;
}

.body-quiz .answer .answer_wrapp {
    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 span {
    cursor: pointer;
}

.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;
}
.body-quiz #header{
    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: 186px;
}

.quiz .title {
    margin-top: 20px;
}

/* .body-lesson #main_content {
    padding-top: 48px;
} */

.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 {
    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;
}

/* .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 #48c2be;
    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;
}

.popup_np .control-label {
    color: #48c2be;
}

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

.body-lesson #header {
    position: relative;
}

.body-lesson #content_wrapper {
    margin-top: 0;
}

.lesson_passed .lessons_photo img{
    background: #48c2be;
    padding: 3px;
    border: 3px solid #48c2be; 
}
.lekcja-ukoczona {
    width: 177px;
    height: 44px;
    margin: 19px 0px 0px 21px;
    padding: 6px 14px 8.2px 9.5px;
    background-color: #fff29d;
    position: absolute;
    z-index: 1;
}
.lekcja-ukoczona-img {
    width: 26.2px;
    height: 29.8px;
    margin: 0 15.3px 0 0;
    object-fit: contain;
}
.lekcja-ukoczona-text {
    font-size: 14px;
    font-weight: 900;
    position: absolute;
    padding-top: 10px;
    font-stretch: normal;
    font-style: normal;
    color: #232323;
}
 
/*  print media  */

@media print {
    * {
        margin: 0;
        padding: 0;
    }
    body {
        background: none;
        background-color: #fff;
        color: #000;
        padding: 15px 0 30px 0;
        font: 12pt "Times New Roman", Times, serif;
    }
}

body {
    position: relative;
    min-height: 100%;
    font-weight: 400;
    font-size: 15px;
}

html {
    min-height: 100%;
}

.font-1 {
    font-family: 'Montserrat', sans-serif;
}

.font-2 {
    font-family: 'Lato', sans-serif;
}

.font-3 {
    font-family: 'Open Sans', sans-serif;
}

@media only screen and (max-width: 1200px) {
    .user_menu {
        display: flex;
        flex-direction: column;
    }
    #hw .myaccount-link, #hw .logout-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 150px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .lesson-img-left__container {
        display: none;
    }
    .user_menu {
        flex-direction: row;
        justify-content: center;
    }
    .burger_menu {
        margin-top: 75px;
    }
    #hw .myaccount-link, #hw .logout-link {
        width: 155px;
        max-width: unset;
    }
    .customer_login {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .quiz .slide_photo {
        display: none;
    }
    #hw .top-header {
        display: none;
    }
    #header .burger-img {
        max-width: 35px;
    }
    .user_menu a {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 992px) {
    #hw .top-header-mobile {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .register-nav {
        display: block;
    }
    #breadcrumbs {
        display: none;
    }
    .burger-menu__list:before {
        border-bottom-color: black;
    }
    .customer-register .title {
        margin-top: 10px;
    }
    .customer_login img {
        display: block;
        margin: 0 auto;
    }
    .login-container {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .traning_slide {
        max-width: 380px;
        margin: 0 auto 25px auto;
    }
    .myaccount-link {
        display: inline;
    }
    .body-lesson #content_wrapper, .body-quiz #content_wrapper {
        margin-top: 140px;
    }
    .body-quiz .slick-slider {
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .chechbox-desc {
        margin-left: 10px;
    }
    #header .top-header img, .top-header-mobile img {
        width: 60%;
    }
    .top-header-mobile .col-xs-6 {
        margin-top: 10px;
    }
    .register-view .register-info {
        margin-bottom: 20px;
    }
    .register-view .control-label {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 499px) {
    .customer_login .register-btn {
        margin-top: 25px;
    }
    .customer_login .password-btn {
        float: left;
    }
    .body-quiz .slick-slider {
        margin-bottom: 15px;
        padding-bottom: 30px;
    }
    .body-quiz #quiz-right .title {
        padding-bottom: 20px;
        margin-bottom: 0px;
    }
    .btns-cnt .quiz-begin {
        margin-top: 30px;
    }
    #hw .myaccount-link, #hw .logout-link, #hw .burger_menu {
        font-size: 14px;
    }
    .body-quiz .slick-prev, .subject-wrapper .slick-prev, .subject-prev {
        min-width: 125px;
    }
    .slide_photo img, .lessons_photo img {
        max-height: 360px;
    }
}
