@import url('https://fonts.googleapis.com/css?family=Lato&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: black;
    font-size: 11px;
    color: white;
    text-align: center;
    padding: 10px 0px 5px 0px;
    border-top: 1px solid #484b53;
    z-index: 1000;
}

#cookie-policy-banner a {
    color: #ff0000;
    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 #ff0000;
    color: #ff0000;
}

#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;
}

/*  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%;
}

/* header */

#header {
    background-color: #ff0000;
}

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

#logo {
    padding: 30px 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 {
    border: 1px solid black;
    background-color: #ffffff;
    position: absolute;
    border-radius: 10px;
    top: 50px;
    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: #ffffff;
    border-top: 0;
    margin-left: -10px;
    margin-top: -10px;
}

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

.burger-menu__list {
    display: none;
}

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

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

.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: #ff0000;
}

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

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

#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: #770000;
}

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

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

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

/* 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: #FF0000;
    border-bottom: 1 px solid black;
    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: 39px;
    border-radius: 0;
    border: solid 1px #aaaaaa;
    box-shadow: none;
}

#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;
}

/* footer */

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

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

#copyright {
    color: #40434a;
    padding: 20px 0 30px;
    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;
}

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

.register-view {
    background: url('../../img/v8/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;
}

.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/v8/login-bg.png");
    background-position: center;
    background-repeat: no-repeat;
}

.customer_login img {
    padding-bottom: 50px;
    max-width: 570px;
    width: 100%;
}

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

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

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

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

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

.customer_login .register-btn {
    color: #aaaaaa;
    text-transform: uppercase;
}

#hw .myaccount-link, #hw .logout-link, #hw .burger_menu {
    color: #FFFFFF;
    font-size: 16px;
}

#hw .separator {
    background-color: #FFFFFF;
}

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

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

.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: #ff0000;
}

#customer_account label {
    color: #aaaaaa;
}

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

.traing-title-name {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    position: relative;
}

.traing-title-name::after, .lessons_name::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #ff0000;
    height: 2px;
    width: 60px;
}

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

.training_link a, .lessons_link a {
    color: white;
    background-color: #ff0000;
    border-radius: 10px;
    border: 1px solid #ff0000;
    padding: 15px 30px;
}

.register-btn:hover, .password-btn:hover {
    border-color: #FF0000;
    color: #FF0000;
    background-color: #FFFFFF;
}

.btns-cnt {
    text-align: right;
    margin-bottom: 20px;
    margin-top: 30px;
    margin-right: 15px;
}

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

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

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

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

.slick-next, .slick-prev {
    background-color: #ff0000;
    border-radius: 10px;
    color: white;
}

.customer-login .title {
    margin-bottom: 0;
    padding-bottom: 0;
    border: unset;
}

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

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

.login-container .recover-btn {
    border-color: black;
    color: #ff0000;
}

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

/* 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: red;
}

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

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

.customer_login .password_recover-img {
    display: block;
    margin: 0 auto;
}

#quiz-summary-test__numer_pytania h5{
    padding: 15px 0px;
}
.quiz-summary-test__question{
    font-size: 16px;
    color: red;
    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;
}

@media only screen and (max-width: 991px) {
    .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;
    }
}