#lk_content .lk_page_auth_section {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
}

.lk_page_left {
    flex: 1 1 auto;
    width: 50%;
    min-height: 91vh;
    margin-bottom: -5vw;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.lk_page_left_color {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.lk_page_logo {
    position: absolute;
    left: 8%;
    top: 4vw;
    width: 223px;
    height: auto;
    min-height: 57px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.lk_page_logo:after {
    display: block;
    content: "";
    padding-top: 25.5605%;
}

.lk_page_info {
    color: #fff;
    position: absolute;
    right: 6%;
    bottom: 9vw;
    text-transform: uppercase;
}

.lk_page_info p {
    margin: 0 0 2px 0;
}

.lk_page_info p, .lk_page_info * {
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 18px;
    letter-spacing: -0.015em;
    text-align: left;
}

.lk_main_img_txt--big {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    letter-spacing: -0.075em;
}

.lk_page_right {
    flex: 1 1 auto;
    width: 50%;
    padding: 100px;
    margin-bottom: -5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lk_page_right .lk-back-to-home {
    font-size: 14px;
    font-weight: 800;
    line-height: 21px;
    letter-spacing: 0.07em;
    text-align: left;
    color: #1A253F;
    margin-bottom: 40px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.lk_page_right .lk-back-to-home:before {
    display: inline-block;
    content: "";
    background-image: url(../svg/bt/lk-bt-back-to-site.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 26px;
    height: 26px;
    margin-right: 10px;
    vertical-align: middle;
}

.lk_page_form_forgot {
    margin-top: 8px;
    text-align: center !important;
}
.lk_page_form_forgot, .lk_page_form_forgot a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #172641;
}
.lk_page_form_forgot a {
    font-weight: bold;
    color: #50AADE !important;
}

#lk_content .lk-form-container-content {
    margin-bottom: 50px;
}

#lk_content form[is_loading="1"] {
    opacity: 0.5;
    pointer-events: none;
}

.lk-form-container {
    max-width: 450px;
    margin: 0 auto;
}

.lk-form-container h1,
.lk-form-container h2,
.lk-form-container h3,
.lk-form-container h4 {
    line-height: 100%;
    margin-bottom: 20px;
}

#lk_content #login-form label, #lk_content #restore-form label {
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: left;
    color: #172641;
    margin-bottom: 5px;
}

#lk_content #login-form #email, #lk_content #login-form #password,
#lk_content #restore-form #email, #lk_content #login-form #password {
    background-color: #F6F6F6 !important;
    border-radius: 30px;
    border: navajowhite;
    padding: 8px 15px 9px 46px;
    width: 100%;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-align: left;
    color: #172641 !important;
    position: relative !important;
    display: block !important;
}

#lk_content #lk_email_row, #lk_content #lk_password_row {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 45px;
}

#lk_content #lk_email_row:after, #lk_content #lk_password_row:after {
    position: absolute;
    display: block;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    pointer-events: none;
    left: 16px;
    top: 50%;
    z-index: 1;
}

#lk_content #lk_email_row:after {
    background-image: url(../svg/ico/lk-input-ico-eml.svg);
    width: 20px;
    height: 20px;
    margin-top: -11px;
}
#lk_content #lk_password_row:after {
    background-image: url(../svg/ico/lk-input-ico-pass.svg);
    width: 20px;
    height: 20px;
    margin-top: -11px;
}

#lk_content form *[type="submit"] {
    text-align: center !important;
    justify-content: center;
    align-items: center;
    padding: 14px 15px 13px 15px;
    max-width: unset;
}

#lk_content form *[type="submit"]:after {
    display: none !important;
}

#lk_content .lk-form-message {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    border: solid 3px #41a0d7;
    border-radius: 15px;
    padding: 7px 13px;
    font-weight: bold;
    color: #0e79b7;
    margin: 30px 0 20px 0;
    text-align: center;
}
#lk_content .lk-form-message[mess_type="ok"] {
    border-color: #17bb0f;
    color: #36ab29;
}
#lk_content .lk-form-message[mess_type="error"] {
    border-color: #e53c3c;
    color: #c33535;
}

#lk_content .lk-form-message[is_show="1"],
#lk_content .lk-form-message[is_show="1"] {
    opacity: 1;
    position: relative;
    pointer-events: all;
}

#lk_content #restore-form[is_show="0"] {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}

/* =========== LK PAGE ACADEMY ============ */

.lk_page--academy h2 {
    color: #242565;
    margin: 0;
    padding: 4.5rem 0rem 3rem 0rem;
}

.lesson_search_area {
    width: 100%;
    margin-bottom: 70px;
}
.lesson_search_ui {
    box-shadow: 0px 10px 40px 0px #b6b6b640;
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 38px 35px 33px 35px;
}
.lesson_search_ui_section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 180px;
    user-select: none;
}
.lesson_search_ui label {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #1A263F;
}
.lesson_search_ui input {}
.lesson_search_ui select {
    border-bottom: solid 1px #ADADAD;
    border-radius: 0;
    color: #1A263F;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    padding: 5px 35px 5px 5px;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    width: 10px;
}

/* --- */

.custom-select-container {
    position: relative;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.custom-select-trigger {
    display: block;
    padding: 5px 35px 5px 5px;
    border-bottom: solid 1px #ADADAD;
    color: #1A263F;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}
.custom-select-trigger:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -3px;
    width: 11px;
    height: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    background-image: url(../svg/bt/select_arrow.svg);
    transform: rotate(0deg);
    transition-duration: 0.2s;
}
.custom-select-trigger[is_open="1"]:after {
    transform: rotate(180deg);
}

.custom-options-container {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 0 15px #0000002b;
    border-radius: 0 0 14px 14px;
    overflow: auto;
    z-index: 999;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 0px;
    scrollbar-width: thin;
    scrollbar-color: #43a6df #f0f0f0;
}


.custom-options-container::-webkit-scrollbar {
    width: 10px;
}

.custom-options-container::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.custom-options-container::-webkit-scrollbar-thumb {
    background: #43a6df;
    border-radius: 10px;
}

.custom-options-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.custom-option {
    color: #2a3c61;
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    border-bottom: solid 1px #0000000d;
}

.custom-option:hover {
    background: #f0f0f0;
}

/* --- */

.lesson_search_ui button {}
#lesson_search_type_input {}
#lesson_search_location_input {}
#lesson_search_date_input {}
.lesson_search_btn {
    width: max-content;
    min-width: 180px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.lesson_search_result {
    margin-top: 50px;
}
.lesson_search_result_list {}
.lesson_search_result[loading="1"] {
    opacity: 0.3;
}

.lesson_search_result[lesson_cnt="0"] .lesson_search_result, .lesson_search_result[lesson_cnt="0"] .lesson_search_result,
.lesson_search_result[lesson_cnt="0"] .lesson_search_result_btn_area, .lesson_search_result[lesson_cnt="0"] .lesson_search_result_btn_area {
    position: fixed;
    opacity: 0;
    pointer-events: none;
}
.lesson_search_no_result_mess {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    color: #bbbbbb;
    margin-bottom: 20px;
}
.lesson_search_result[lesson_cnt="0"] .lesson_search_no_result_mess, .lesson_search_result[lesson_cnt="0"] .lesson_search_no_result_mess {
    position: relative;
    opacity: 1;
    pointer-events: all;
}

.lesson_search_result[have_more="0"] .lesson_search_result_more_btn {
    position: fixed;
    pointer-events: none;
    opacity: 0;
}

.lesson_search_result_btn_area {
    text-align: center;
}
.lesson_search_result_btn_area button {
    width: max-content;
    text-align: center;
    display: inline-block;
    padding: 20px 35px;
    border-radius: 100px;
    margin-top: 10px;
}

.lesson_search_result_list {
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}

.lesson_list_lesson {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    max-width: 100%;
    width: calc(33.3333% - 30px);
    margin: 0 30px 40px 0;
}

.lesson_list_lesson-top {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
    cursor: pointer;
    border-radius: 12px;
}
.lesson_list_lesson-top:after {
    display: block;
    position: relative;
    content: '';
    padding-top: 55%;
}
.lesson_list_lesson-top:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 1;
    background: linear-gradient(358.78deg, #0000000d 0.78%, #0000001a 98.71%);
}
.lesson_list_lesson-top_in {
    position: absolute;
    display: block;
    content: '';
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
    z-index: 2;
    background-image: url(../svg/bt/bt-play-video-nbg.svg);
    background-size: contain;
    background-position: 50% 50%;
    pointer-events: none;
    background-repeat: no-repeat;
    transition-duration: 0.5s;
    transform: scale(1.0);
    opacity: 0.00;
}

.lesson_list_lesson-top:hover .lesson_list_lesson-top_in {
    transform: scale(1.1);
    opacity: 0.6;
}
.lesson_list_lesson-top_name {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
    margin-bottom: 22px;
    flex: 1 1 auto;
}
.lesson_list_lesson-top_time {
    background: #F9F9F9;
    border-radius: 15px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 60px;
    height: 60px;
}
.lesson_list_lesson-top_month {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #00000080;
    text-transform: uppercase;
}
.lesson_list_lesson-top_day {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    color: #000000;
}

.lesson_list_lesson-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 2px 30px 2px;
    width: 100%;
    height: 100%;
}
.lesson_list_lesson-bottom > * {
    width: 100%;
}
.lesson_list_lesson-bottom_attrs {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.lesson_list_lesson-bottom_attrs-left {
    flex: 1 1 auto;
}
.lesson_list_lesson-bottom_attrs-right {
    flex: 0 1 auto;
}
.llesson_list_lesson-bottom_attrs,
.lesson_list_lesson-bottom_date {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #666666;
    width: 100%;
    padding: 0px 0px 5px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}
.lesson_list_lesson-bottom_attrs_in {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 25px 0px 0;
    font-size: 13px;
    flex: 1 1 auto;
}
.lesson_list_lesson-bottom_attrs-right .lesson_list_lesson-bottom_attrs_in:last-of-type {
    margin-right: 0;
}
.lesson_list_lesson-bottom_attrs--ordnum:before,
.lesson_list_lesson-bottom_attrs--dlevel:before {
    display: block;
    position: relative;
    flex: 0 0 auto;
    content: '';
    width: 18px;
    height: 18px;
    margin-left: 0px;
    background-size: auto 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 10px;
    background-image: url(../svg/ico/ico-lesson-list-num.svg);
}
.lesson_list_lesson-bottom_attrs--dlevel:before {
    background-image: url(../svg/ico/ico-lesson-list-d-level.svg);
}
.lesson_list_lesson-bottom_attrs--teststat {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0.8;
}
.lesson_list_lesson .lesson-test_attempt {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 5px;
    flex: 0 0 auto;
}
.lesson_list_lesson .lesson-test_attempt:last-of-type {
    margin-right: 0px;
}
.lesson_list_lesson .lesson-test_attempt--bad {
    background-image: url(../svg/ico/ico-lesson-test-stat-bad.svg);
}
.lesson_list_lesson .lesson-test_attempt--ok {
    background-image: url(../svg/ico/ico-lesson-test-stat-ok.svg);
    width: 33px;
    height: 33px;
}

.lesson_list_lesson-bottom_bts_area {
    flex: 0 1 auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.lesson_list_lesson-bottom_bt {
    font-size: 13px;
    flex: 0 1 auto;
    width: max-content;
}
.lesson_list_lesson-bottom_bt::after {
    content: url(../svg/button_right.svg);
    width: 30px;
    height: 18px;
    display: block;
    margin-left: 16px;
}
.lesson_list_lesson[me_view="1"] .lesson_list_lesson-bottom_bt--video {
    display: none;
}
.lesson_list_lesson[me_view="0"] .lesson_list_lesson-bottom_bt--test {
    display: none;
}
.lesson_list_lesson[can_run_test="0"] .lesson_list_lesson-bottom_bt--test {
    opacity: 0.55;
    filter: grayscale(1);
    pointer-events: none;
}

.lesson_list_lesson-bottom_btn {
    font-size: 13px;
    font-weight: 800;
    line-height: 19.5px;
    letter-spacing: 0.07em;
    text-align: left;
    color: #1A263F;
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-self: flex-end;
    margin: 0 0 0 auto;
    cursor: pointer;
}
.lesson_list_lesson-bottom_btn:after {
    display: block;
    position: relative;
    content: '';
    width: 26px;
    height: 26px;
    margin-left: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../svg/ico/event_go_bt.svg);
}

.lesson_list_lesson-bottom_data {
    opacity: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    pointer-events: none;
    overflow: hidden;
}

#lesson_video_popup .mo_mess_popup_close_bt--style,
#lesson_test_popup .mo_mess_popup_close_bt--style {
    background-image: url(../svg/bt/popup-close-style-bt.svg);
    width: 35px;
    height: 35px;
    margin-top: -35px;
    margin-right: 0px;
    margin-left: auto;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.3;
    transition-duration: 0.3s;
    transform: scale(1);
}

#lesson_video_popup .mo_mess_popup_close_bt--style:hover,
#lesson_test_popup .mo_mess_popup_close_bt--style:hover {
    opacity: 0.5;
    transform: scale(1.1);
}

.mo_mess_popup_txt--test[loading="1"] {
    opacity: 0.35;
}

#lesson_mess_popup .test_complete_mess_res {
    font-weight: bold;
    font-size: 130%;
    padding: 15px 0;
}
#lesson_mess_popup .test_complete_mess_res--ok {
    color: #54bf41;
}
#lesson_mess_popup .test_complete_mess_res--bad {
    color: #c75353;
}

.lesson_video_popup_video_src {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.lesson_video_popup_video_src:before {
    display: block;
    position: relative;
    content: '';
    width: 100%;
    padding-top: 56.25%;
}

#lesson_video_popup .mo_mess_popup_win,
#lesson_test_popup .mo_mess_popup_win {
    max-width: 1000px !important;
}

.lesson_video_popup_video_view {
}
.lesson_video_popup_video_view_yes,
.lesson_video_popup_video_view_no {
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.lesson_video_popup_video_view_yes:before,
.lesson_video_popup_video_view_no:before {
    display: inline-block;
    position: relative;
    content: '';
    background-color: #d3d3d3;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    margin-right: 8px;
}
.lesson_video_popup_video_view_yes:before {
    background-color: #9ae190;
}
.lesson_video_popup_video_view[me_view="1"] .lesson_video_popup_video_view_yes,
.lesson_video_popup_video_view[me_view="0"] .lesson_video_popup_video_view_no {
    display: inline-flex;
}

/* --- */

.mo_mess_popup_content_bt--test {
    opacity: 0.4;
    filter: grayscale(1);
    pointer-events: none;
}
.mo_mess_popup_content_bt--test[is_active="1"] {
    opacity: 1;
    filter: grayscale(0);
    pointer-events: all;
}

/* --- */

.lesson_tester_area {
    margin: 20px 0 0 0;
}
.lesson_tester_question {
    margin-bottom: 25px;
}
.lesson_tester_question_content {
    margin-bottom: 25px;
}
.lesson_tester_question_answers {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.lesson_tester_question_answer {
    margin-bottom: 15px;
    background-color: #cbedfb;
    padding: 8px 15px;
    border-radius: 15px;
    text-align: center;
    width: 100%;
    max-width: 700px;
    cursor: pointer;
    border: solid 3px #0000;
    user-select: none;
}
.lesson_tester_question_answer[is_selected="1"] {
    border: solid 3px #1daee9;
}

/* --- */

.lesson_tester_question_content, .lesson_tester_question_content * {
    text-align: center !important;
}
.lesson_tester_question_content img {
    display: inline-block !important;
}
.mo_mess_popup_content_bt--complete {
    margin-bottom: 15px;
}
.mo_mess_popup_content_bt--complete {
    opacity: 0.4;
    filter: grayscale(1);
    pointer-events: none;
}
.mo_mess_popup_content_bt--complete[is_active="1"] {
    opacity: 1;
    filter: grayscale(0);
    pointer-events: all;
}

/* --------- LK Users Moderate --------- */

.lk_user_moderation {
    margin: 0 auto;
    padding: 50px 0 80px 0;
    width: 100%;
    max-width: 800px;
}

.lk_form_create_user {
    margin: 0 0 50px 0;
}

.lk_user_moderation h1, .lk_user_moderation h2, .lk_user_moderation h3 {
    font-size: 180%;
    line-height: 150%;
    text-align: center;
    padding: 20px 0;
}
.lk_user_moderation h3 {
    font-size: 120%;
    line-height: 140%;
}

.lk_user_moderation ul {
    width: max-content;
    margin: 15px auto 50px auto;
    max-width: 100%;
    white-space: normal;
}
.lk_user_moderation ul li {
    margin: 15px 0;
}
.lk_user_moderation ul label {
    cursor: pointer;
}
.lk_form_create_user label {
    padding: 0 0 10px 0;
}

.lk_form_create_user input[type="text"],
.lk_form_create_user input[type="password"],
.lk_form_create_user input[type="email"],
.lk_form_create_user select {
    border: solid 2px #0000001c;
    border-radius: 70px;
    max-width: unset;
    font-family: 'Poppins', sans-serif;
    -webkit-appearance: none;
    color: var(--b_one);
    font-size: var(--fs16);
    width: 100%;
    padding: 8px 16px;
    background: var(--w);
    margin: 0px;
    user-select: none;
}
.lk_form_create_user select {
    cursor: pointer;
}
#addUserButton,
#deleteUserButton {
    opacity: 0.5;
    filter: grayscale(1);
    pointer-events: none;
}
#addUserButton[is_active="1"],
#deleteUserButton[is_active="1"] {
    opacity: 1;
    filter: grayscale(0);
    pointer-events: all;
}

.lk_page_top_message {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    border-radius: 30px;
    border: solid 3px #f9ac25;
    padding: 12px 23px;
    color: #d7890e;
    font-weight: bold;
    margin: 25px 0 10px 0;
    text-align: center;
}
.lk_page_top_message[is_show="1"],
.lk_page_top_message[is_show="2"] {
    opacity: 1;
    pointer-events: all;
    position: relative;
}
.lk_page_top_message[is_show="2"] {
    border: solid 3px #27b71b;
    color: #219f20;
}

.lk_page *[type="submit"], .lk_page .btn {
    cursor: pointer;
    text-align: center;
    justify-content: center;
    align-items: center;
}

/* ============ MEDIA QUERIES ============ */

@media (max-width: 1200px) {
    .lesson_list_lesson-top_name {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 1100px) {
    #lesson_video_popup .mo_mess_popup_win, #lesson_test_popup .mo_mess_popup_win {
        max-width: 100% !important;
        border-radius: 0;
    }
}

@media (max-width: 1000px) {
    .lesson_search_ui {
        flex-wrap: wrap;
    }
    .lesson_search_ui_section {
        margin-bottom: 15px;
        width: calc(33.3333% - 15px);
        min-width: unset;
    }
    .lesson_search_ui_section:last-of-type {
        width: 100%;
        align-items: center;
        margin-bottom: 0px;
    }
    .lesson_list_lesson {
        width: calc(50% - 30px);
    }
}

@media (max-width: 900px) {

    .lk_page--academy h2 {
        text-align: center;
    }
    #lk_content .lk_page_left {
        display: none;
    }
    .lk_page_right {
        margin-bottom: 0;
    }
}

@media (max-width: 800px) {
    .lk_page--academy h2 {
        padding: 3.5rem 0rem 2rem 0rem;
    }
}

@media (max-width: 700px) {
    .lesson_search_ui_section {
        margin-bottom: 15px;
        width: 100%;
    }
    .lesson_search_ui_section:last-of-type {
        margin-top: 15px;
    }
    .lesson_list_lesson-top_time {
        border-radius: 9px;
        right: 15px;
        top: 15px;
        width: 40px;
        height: 40px;
    }
    .lesson_list_lesson-top_month {
        font-size: 13px;
        line-height: 15px;
    }
    .lesson_list_lesson-top_day {
        font-size: 20px;
        line-height: 18px;
    }
    .lesson_list_lesson-bottom {
        padding: 18px 2px 20px 2px;
    }
}

@media (max-width: 600px) {
    .lk_page_right {
        padding: 80px 25px;
    }
    #lk_content #lk_email_row, #lk_content #lk_password_row {
        margin-bottom: 30px;
    }
    .lesson_search_result_list {
        width: 100%;
    }
    .lesson_list_lesson {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 400px) {
}