/*Страница урока */

.lt-lesson.m-fs, .m-fs, p.m-fs {
	font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

.lt-lesson [class*="f-"] {
    font-family: "Montserrat", "proxima-nova", "Lato", Helvetica, Arial, sans-serif !important;
}

.lesson-header-block {
    background: linear-gradient(102.19deg, #2488FB 0%, #00A7FF 39.52%, #10ADFF 70.45%, #2488FB 100.95%) !important;
    border-radius: 10px;
    color: white;
}

.lesson-header-block a {
 	color: inherit;   
}

.lesson-header-block .lesson-title-value {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.lesson-header-block .lesson-description-value {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

.lesson-header-block .lesson-navigation table tbody tr td a {
	font-size: 13px;   
}

.lesson-header-block .lesson-navigation table tbody tr td:first-child a,
.lesson-header-block .lesson-navigation table tbody tr td:last-child a {
    background-color: white;
    border-radius: 5px;
    color: #11ADFF;
    display: inline-block;
    padding: 7px 15px;
    margin-bottom: 7px;
}

.lesson-header-block .lesson-navigation table tbody tr td div {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
}

.lesson-header-block .lesson-navigation table tbody tr td {
 	vertical-align: top;   
}

.lesson-header-block [class*="user-state"] {
	color: white;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 130% !important;
}

.timecode {
 	list-style: none;
    padding-left: 0;
    margin-bottom: 60px;
}

.lt-lesson .f-header.f-lesson-header-1 {
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
}

.lt-lesson ol.large-ol-list {
 	list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
    counter-reset: olListCounter;
}

.lt-lesson ol.large-ol-list > li {
    position: relative;
    padding-left: 90px;
    margin-bottom: 40px;
}

.lt-lesson ol.large-ol-list > li::before {
    background-color: #07A2FF;
    border-radius: 100%;
    color: white;
	counter-increment: olListCounter;
    content: counter(olListCounter);
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    width: 62px;
    height: 62px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -12px;
}

.lt-lesson ol:not(.large-ol-list) {
	padding-left: 18px;   
}

.lt-lesson ol:not(.large-ol-list) li::marker {
    font-weight: 700;
}

.lt-lesson ol:not(.large-ol-list) li {
    margin-bottom: 40px;
}

.lt-lesson .alert {
    color: #3F3F3F;
	border-radius: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    padding: 60px 65px;
}

.lt-lesson .alert.alert-info {
    background: #F5FBFF;
    border: 1px solid #BBE4FF;
}

.lt-lesson .ul-checks.ul-checks-3,
.lt-lesson .ul-checks.ul-checks-9 {
	padding-left: 0;
}

.lt-lesson .ul-checks.ul-checks-3 li,
.lt-lesson .ul-checks.ul-checks-9 li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 8px;
}

.lt-lesson .ul-checks.ul-checks-3 li::before,
.lt-lesson .ul-checks.ul-checks-9 li::before {
    background-color: #07A2FF;
    border-radius: 100%;
    color: white;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 8px;
    line-height: 1;
    margin-top: 1px;
    left: 0;
    margin-left: 0;
}

.lt-lesson .ul-checks.ul-checks-3 li::before {
	content: "\2714";    
}

.lt-lesson .ul-checks.ul-checks-9 li::before {
	content: "\2715";    
}

@media (max-width: 767px) {
    
}

@media (max-width: 575px) {
    .lt-lesson.m-fs, .m-fs {
        font-size: 14px;
    }
    
    .lesson-header-block .lesson-title-value {
     	font-size: 20px;
        line-height: 120%;
    }
    
    .lesson-header-block .lesson-description-value {
     	font-size: 14px;   
    }
    
    .lesson-header-block .lesson-navigation table tbody tr td a {
     	padding: 5px 3px !important;
        font-size: 12px;
    }
    
    .lt-lesson ol.large-ol-list > li {
     	padding-left: 50px;   
    }
    
    .lt-lesson ol.large-ol-list > li::before {
     	width: 40px;
        height: 40px;
        font-size: 20px;
        margin: 0;
    }
    
    .lt-lesson .alert {
     	padding: 20px;
        font-size: 16px;
    }
}