

/*Внутрянка урока*/

.neiro_visual_lessonl .files-table tbody {   
    display: flex!important;
    justify-content: left; 
}

.neiro_visual_lessonl {
    background: #ffffff;
}

.neiro_visual_lessonl p {
	font-family: Montserrat;
}

.neiro_visual_lessonl .lesson-header-block {
    border: 2px solid #0db2ab !important;
    border-radius: 10px !important;
    background: linear-gradient(to right, #fb9a00, #fcef00) !important;
    color: #fff;
    font-family: Stolzl-regular;
    padding-bottom: 10px !important;
    
    padding-left: 110px!important;
    padding-right: 110px!important;


    position: relative;          /* чтобы ::before привязался к блоку */
}

/* Лого слева */
.neiro_visual_lessonl .lesson-header-block::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 30%;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;

    background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/618972/sc/241/h/5607343a5b6bb8ecb7dcb7886d114c2e.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}



.neiro_visual_lessonl .answer-comment .btn {
    background: #fff;
    border:none;
}

.neiro_visual_lessonl .lesson-title-value {
    font-size: 24px;
    font-family: Stolzl-regular;
    text-transform: uppercase;
    color: #ffffff;
}

.neiro_visual_lessonl .lesson-descrneirotion-value {
    font-size: 26px;
    font-family: Stolzl-regular;
    color: #F7F2EC;
    margin-top: 10px !important;
    display: block;
}


.neiro_visual_lessonl .text-center.hidden-xs {
    color: #F1ECE6;
    font-family: Stolzl-regular;
}

.neiro_visual_lessonl .row a   {
    color: #316BA0;
    text-transform: none;
    background-color: #D0E4FF;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
}

.neiro_visual_lessonl .row a {
    color: #316BA0;
    text-transform: none;
    background-color: #D0E4FF;
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 30px; /* опускаем элемент вниз */
    display: inline-block; /* нужно, чтобы margin-top работал на <a> */
}


.neiro_visual_lessonl div.hidden-xs {
    display: none;
}

.neiro_visual_lessonl .text-right a {
    color: #316BA0;
    text-transform: none;
    background-color: #D0E4FF;
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 30px; /* опускаем элемент вниз */
    display: inline-block; /* нужно, чтобы margin-top работал на <a> */
}

.neiro_visual_lessonl .text-right .hidden-xs {
    display: none;
}

.neiro_visual_lessonl a {
    color: #316BA0;
    text-transform: uppercase;
}

.neiro_visual_lessonl a:hover {
    color: #0A332D;
}

.neiro_visual_lessonl div.hidden-xs {
    color: #0A332D;
    font-family: Stolzl-regular;
}

.neiro_visual_lessonl .user-answer {
    border: 2px solid #fb9a00 !important;
    border-radius: 10px !important;
    background: #fcef00 !important;
    color: #000;
    font-family: Stolzl-regular;
}

.neiro_visual_lessonl .answer-form {
    background: transparent!important;
    border: 2px solid #12375E !important;
    border-radius: 10px !important;
    font-family: Stolzl-regular;
}

.neiro_visual_lessonl .btn-send-answer {
    border-radius: 10px !important;
    color: #fff;
    background-color: #12375E;
    border: 2px solid #12375E !important;
}

.neiro_visual_lessonl .btn-send-answer:hover {
    color: #12375E;
    background-color: #fff;
    border: 2px solid #12375E !important;
}

.neiro_visual_lessonl .btn-save-draft {
    color: #12375E!important;
}
/*Внутрянка урока*/


@media (max-width: 767px) { 
    /* Лого слева */
.neiro_visual_lessonl .lesson-header-block::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 30%;
    }
    
.neiro_visual_lessonl .lesson-header-block {
    
    padding-left: 80px!important;
    padding-right: 50px!important;
}
    
    
}
