* {
    padding: 0;
    margin: 0;
    font-family: 'Manrope', sans-serif;
}
html {
    height: 100%;
}

body {
    min-height: 100%;
    background: #fafafa;
    padding: 0px;
}

a {
    text-decoration: none;
}
.wrap {
    height: 100%;
}
.container {
    display: flex;
    align-items: flex-start;
    height: 100%;
    align-items: stretch;
}
.flex-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.flex-container > div {
    margin-right: 20px;
}
.sidebar {
    padding: 0px;
    width: 100px;
    min-width: 100px;
    background: #050c16;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sidebar-count {
    position:absolute;
    top: 15px;
    right: 20px;
    width:20px;
    height:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color:#ffffff;
    background: #cc0000;
    font-size:12px;
}
.logotype {
    margin-top:25px;
}
.logotype img {
    width:50px;
}
nav {
    margin:100px 0 40px;
    width:100%;
}
nav a {
    display: flex;
    text-decoration: none;
    color:#ffffff;
    padding:20px 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    opacity:.65;
    margin:30px 0;
    position: relative;
}
nav a.active,nav a:hover {
    opacity:1;
}
nav a.active:after,nav a:hover:after  {
    position: absolute;
    left:3px;
    top:0;
    bottom:0;
    width:3px;
    background: #fff;
    content: ' ';
    border-radius: 1px;
}

nav a span {
    display: none;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%;
    width:28px;
    height:28px;
    text-align: center;
    color: #111111;
    font-weight: 500;
    margin-right:2px;
    border: #ffffff 1px solid;
}

nav a:hover {
    color:#f3f6fb;
}

nav a:hover span {
    background:#111111;
    color:#f3f6fb;
    border: #f3f6fb 1px solid;
}
nav a img {
    width:32px;
}

.navbar {
    padding: 30px 40px 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #e9eff8 1px solid;
}
.navbar-buttons {
    display: flex;
}
.navbar-buttons a {
    margin-left: 15px;
}

.main {
    background: #fafafa;
    border-radius: 40px;
    min-height: 100vh;
    width: 100%;
    padding-bottom: 40px;
}

.button {
    display: block;
    text-decoration: none;
    padding:12px 16px;
    background: #050c16;
    border:#050c16 1px solid;
    border-radius: 7px;
    color: #ffffff;
    cursor: pointer;
}

.button:hover {
    background: #ffffff;
    border:#ffffff 1px solid;
    color: #050c16;
}

.button-big {
    font-size: 18px;
    padding:12px 16px;
}
.button-success {
    background: #22ac22;
    border: #22ac22 1px solid;
    color: #ffffff;
}
.button-outline {
    background: #ffffff;
    border:#050c16 1px solid;
    color: #050c16;
}
.button-disabled {
    background: #d2d2d2;
    border: #9c9c9c 1px solid;
    color: #9c9c9c;
    cursor: unset;
}
.button-disabled:hover {
    background: #d2d2d2;
    border: #9c9c9c 1px solid;
    color: #9c9c9c;
}
.content {
    padding:40px;
}

.form {
    padding:20px 40px;
}
.form-control {
    margin-top:20px;
}
.form-control label {
    color:#888;
    font-size:13px;
    display: block;
    margin-bottom: 10px;
}
.form-control .button {
    margin-left: auto;
    margin-right: auto;
}
.form-control img {
    margin-top:10px;
}
.form-input {
    width:600px;
    height: 28px;
    border:#888 1px solid;
    outline: none;
    border-radius: 10px;
    padding: 5px 15px;
}
.form-select {
    width:630px;
    height: 38px;
    border:#888 1px solid;
    outline: none;
    border-radius: 10px;
    padding: 5px 15px;
}
.form-textarea {
    width:600px;
    height:200px;
    border:#888 1px solid;
    outline: none;
    border-radius: 10px;
    padding: 15px;
}
.form-exercise {
    margin-top: 20px;
    border-top:#888888 1px solid;
    padding-top:20px;
    font-size: 18px;
}
.form-file-net {
    max-width:600px;
    height: 28px;
    border:#888 1px solid;
    outline: none;
    border-radius: 10px;
    padding: 8px 15px 2px;
    margin-left:15px;
}

.courses {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin:-1.5%;
}
.course {
    width:30.3%;
    padding: 1.5%;
}
.course img {
    width:100%;
}
.course-title {
    font-size:18px;
    margin-top:5px;
    color:#111111;
    display: block;
}
.course-subtitle {
    font-size:13px;
    margin-top:3px;
    color:#888888;
}
.course-icons {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    font-size:14px;
}
.course-icons a {
    color:#888888;
}
.course-icons a:hover {
    color:#111111;
}
.course-info {
    background: #fff;
    margin-top: -10px;
    padding: 10px;
}

.main-lesson {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-lesson-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main-lesson-buttons a {
    margin-left:25px;
}
.main-lesson-buttons a {
    margin-left:25px;
}
.main-lesson-rating {
    width:300px;
    height:10px;
    border-radius: 3px;
    background: #ecf2fa;
    margin-top:10px;
}
.main-lesson-rating {
    width:300px;
    height:10px;
    border-radius: 3px;
    background: #ecf2fa;
    margin-top:10px;
}
.main-lesson-rating > div {
    height: 100%;
    background: linear-gradient(to right, #ffec00, #ff7f00);
    border-radius: 3px;
}

.lesson {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    background: #f3f6fb;
    padding: 10px 15px;
    border-radius: 15px;
}
.lesson-number {
    font-size: 22px;
}
.lesson-image {
    margin-left: 15px;
    width: 70px;
}
.lesson-image img {
    width: 100%;
}
.lesson-title {
    flex: 1 1 auto;
    margin-left: 15px;
}
.lesson-subtitle {
    font-size: 12px;
    color: #888888;
}
.lesson-title a {
    display: block;
    font-size: 20px;
    color:#111111;
}
.lesson-title a:hover {
    color:#888888;
}
.lesson-icons {
    display: flex;
}
.lesson-icons a,.lesson-icons button {
    margin:0 3px;
}
.lesson-icons button {
    border: none;
    outline: none;
    background: none;
    cursor:pointer;
}
.lesson-icons img {
    width:28px;
    margin-left:5px;
}

.lesson-container {
    max-width:600px;
    margin:75px auto;
}
.lesson-word-block {
    text-align: center;
}
script + .lesson-word-block {
    display: none;
}
.lesson-word-block + .lesson-word-block {
    display: none;
}
.lesson-word-block + script {
    display: none;
}
.lesson-word-image img {
    width: 250px;
}
.lesson-word-original {
    margin-top: 28px;
    font-size: 32px;
    font-weight: 200;
}
.lesson-word-original span {
    font-size: 28px;
    color: #aaa;
}
.lesson-word-word {
    margin-top: 5px;
    font-size: 20px;
    color:#ff9800;
    font-weight: 500;
}
.lesson-grammar-text {
    margin-top: 25px;
    font-size: 18px;
    color:#ff9800;
    text-align: left;
}
.lesson-button {
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.lesson-button button {
    margin:0 15px;
}
.flex-buttons {
    display: flex;
    padding:10px;
    align-items: center;
    justify-content: center;
}
.flex-buttons button {
    margin:0 10px;
}

.certificate-info {
    margin-bottom: 25px;
}
.certificate-status-wrap {
    position:relative;
    display: inline-block;
    margin-bottom: 10px;
}
.certificate-status {
    position: absolute;
    right:0;
    top:30px;
    padding:5px 10px;
}
.certificate-status-process {
    background:#ffec00;
}
.certificate-status-end {
    background:#4bff00;
}
.certificate-description {
    background: rgb(250 250 250);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 10%);
    padding: 6px 9px;
    font-size: 15px;
    margin: 3px 0 0;
}

.weight-600 {
    font-weight: 600;
}
.login-main {
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0px 20px;
}
.login-wrap {
    max-width:400px;
}
.schedule-day {
    text-transform: uppercase;
}
.form-logotype {
    text-align: center;
}
.form-logotype img {
    width:100px;
}
.form-type {
    font-weight: 700;
    margin:30px 0 10px;
    font-size: 28px;
    text-align: center;
}
.form-element {
    margin-top:15px;
    font-size:13px;
}
.form-element label {
    display: block;
}
.form-button {
    margin-top:25px;
    display: flex;
    justify-content: center;
}
.form-button .button {
    font-size:15px;
}
.form-text {
    margin-top:25px;
    padding:15px 30px;
    font-size:12px;
    font-weight:300;
    text-align: center;
    color:#888;
}
.form-text a {
    font-weight: bold;
    color: #050c16;
    text-decoration: none;
}
.form-text a:hover {
    text-decoration: underline;
}

.notification-message {
    padding-bottom: 10px;
    border-bottom: #e9eff8 1px solid;
    margin-bottom: 10px;
    color:#111111;
    font-weight: 300;
}
.notification-message span {
    color: #ffffff;
    font-size:11px;
    display: inline-block;
    padding:3px 5px;
    border-radius: 3px;
    background: #b3b3b3;
    margin-right: 5px;
}
.notification-message + .notification-message {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0;
}

.rating-table {
    border-top:#e9eff8 1px solid;
    border-left:#e9eff8 1px solid;
}
.rating-table tr:nth-child(2n-1) {
    background: #ffffff;
}
.rating-table tr:nth-child(1) {
    background: #ffe600;
}
.rating-table tr:nth-child(2n) {
    background: #f3f3f3;
}
.rating-table td {
    border-bottom:#e9eff8 1px solid;
    border-right:#e9eff8 1px solid;
    padding: 5px;
}
.rating-student {
    vertical-align: center;
}
.rating-student > div {
    margin-right: 5px;
}
.rating-position {
    width:40px;
    text-align: center;
}
.rating-name {
    width:460px;
    text-align: left;
}
.flex-td-center {
    display: flex;
    align-items: center;
}
.rating-name img {
    width:32px;
    heigth:32px;
    border-radius: 50%;
    margin:1px 10px 1px 5px;
}
.rating-student .rating-score {
    padding:2px 0;
    text-align: center;
    min-width: 40px;
    border-radius: 5px;
    background: #050c16;
    color:#ffffff;
    width:100%;
}
.rating-position-1 {
    font-size:28px;
    font-weight: 500;
}
.rating-position-2 {
    font-size:24px;
    font-weight: 400;
}
.rating-position-3 {
    font-size:22px;
    font-weight: 400;
}
.rating-position-4,.rating-position-5 {
    font-size:20px;
}
.rating-position-6,.rating-position-7,.rating-position-8,.rating-position-9,.rating-position-10 {
    font-size:18px;
}

.message-missing {
    color:#999;
    font-weight: 100;
}

.table-request td, .table-request th {
    padding:5px 10px;
    border-top:#777777 1px solid;
    border-left:#777777 1px solid;
    min-width: 150px;
}
.table-request th {
    background:#f3f3f3;
}
.table-request tr:last-child td {
    border-left:none;
}
.table-request td:last-child, .table-request th:last-child {
    border-top:none;
    background: none;
    min-width: auto;
}

.lesson-steps {
    display: flex;
    max-width: 500px;
    justify-content: space-between;
    align-items: center;
    margin:-30px auto 70px;
    border-top:#e9eff8 1px solid;
}
.lesson-step {
    position: relative;
}
.lesson-circle {
    width:11px;
    height:11px;
    border-radius: 50%;
    background: #adaebd;
    transform: translateY(-50%);
    cursor: pointer;
}
.lesson-step-active .lesson-circle {
    background: #cef5ce;
}
.lesson-step-hover {
    display: none;
}
.lesson-step-hover span {
    font-weight: 400;
    display: block;
}
.lesson-step:hover .lesson-step-hover {
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 120px;
    transform: translateX(-50%);
    background: #adaebd;
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}
.lesson-hidden {
    display: none;
}
.lesson-test-fail {
    margin-top: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #c00;
    /*text-decoration: line-through;*/
}
.lesson-test-fail-check {
    margin-top:15px;
    font-size:16px;
    font-weight: 300;
    color:#050c16;
}
.lesson-test-success {
    margin-top: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #0c0;
}
.lesson-grammar-text {
    color:#666666;
}
.lesson-test-grammar-inputs {
    /*display: flex;
    flex-wrap: wrap;*/
}
.lesson-test-grammar-inputs input {
    width: auto;
    padding:5px 10px;
}
.lesson-test-grammar-invisible {
    border:none;
    outline:none;
    background: none;
}
.lesson-test-grammar-visible {
    height: 28px;
    border:#888 1px solid;
    outline: none;
    border-radius: 10px;
}
.lesson-word-sound a {
    width:50px;
    padding:20px;
    border-radius: 50%;
    background: #ddd;
    display: flex;
    margin:15px auto -15px;
}
.lesson-word-sound img {
    width:100%;
}
.support-map {
    margin:50px 0 0;
}
.support-map iframe {
    width:100%;
    max-width: 960px;
    height:360px;
}
.display-none {
    display: none;
}
.word-tools span {
    cursor: pointer;
    font-weight: 600;
}
.word-tools td {
    background: #ecf2fa;
}
.table-word {
    margin-top:20px;
}
.table-word td {
    height:50px!important;
    vertical-align: center;
    color: #111111;
    font-weight: 300;
    font-size:18px;
}
.table-word img {
    width:70px;
}
.table-word .lesson-word-sound a {
    width:15px;
    padding:10px;
    margin:5px auto;
}
.lesson-exercise-repeat-check a {
    font-weight:300;
    cursor: pointer;
    color: #adaebd;
    font-size:20px;
}
.lesson-exercise-repeat-check a:hover {
    text-decoration: underline;
}
.lesson-exercise-repeat-check a span {
    font-weight:700;
    transform: rotate(90deg) translate(2px, -2px);
    display: inline-block;
}
.lesson-word-teacher {
    margin-top:50px;
    margin-bottom: -25px;
    font-size:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    font-weight: 300;
    flex-direction: column;
}
.lesson-word-teacher div {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:16px;
    font-weight: 500;
}
.lesson-word-teacher div img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
}
.lesson-exercise-repeat {
    padding-bottom: 50px;
    border-bottom: #e9eff8 1px solid;
}

.element-input {
    width:calc(100% - 32px);
    max-width: 600px;
    height: 28px;
    border:#888 1px solid;
    outline: none;
    border-radius: 10px;
    padding: 5px 15px;
    margin-top:5px;
}
.element-textarea {
    width:calc(100% - 32px);
    max-width: 600px;
    height: 128px;
    border:#888 1px solid;
    outline: none;
    border-radius: 10px;
    padding: 5px 15px;
    margin-top:5px;
}
.element-file {
    display: block;
    margin-top:5px;
}

.setting-photo {
    margin:30px 0 0;
    border-radius: 50%;
    width:100px;
    height:100px;
}

.profile-dropdown {
    position:relative;
    cursor: pointer;
}
.profile-dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 32px;
    padding: 5px;
    border-radius: 5px;
    border: #050c16 1px solid;
    background: #050c16;
    text-align: right;
    min-width: 100px;
}
.profile-dropdown-menu a {
    font-size:13px;
    color: #fff;
    padding:3px 0;
}
.profile-dropdown:hover .profile-dropdown-menu {
    display: block;
}
.teach-info-description {
    color: #aaa;
    margin-top: 5px;
}

.mt-40 {
    margin-top:40px!important;
}
.mt-20 {
    margin-top:20px!important;
}
.mt-15 {
    margin-top:15px!important;
}
.text-left {
    text-align: left;
}
.flex-left {
    justify-content: flex-start;
}
.footer {
    padding:30px 0 0 270px;
    text-align: center;
    color: #888888;
    font-size: 12px;
    display: none;
}

.navbar-icons {
    display: flex;
    align-items: center;
}
.navbar-icons a {
    display: block;
    margin:0 10px;
}
.navbar-icons a img {
    width:24px;
    height:24px;
}
.navbar-icons .avatar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#111111;
    font-weight: 500;
}
.navbar-icons .avatar img {
    width:32px;
    height:32px;
    border-radius: 50%;
    margin-left:50px;
    margin-right: 10px;
}
.navbar-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-info > div {
    margin-right: 50px;
}
.row {
    display: flex;
    padding:40px 40px;
}
.main-content {
    flex: 1 1 auto;
}
.main-content h2 {
    font-weight: 100;
    font-size: 30px;
    margin-bottom: 30px;
}
.main-section {
    padding-right: 40px;
}
.main-section + .main-section {
    margin-top: 70px;
}
.main-sidebar {
    width: 330px;
    min-width: 330px;
    padding-left: 50px;
    border-left: #e9eff8 1px solid;
    margin-top: 0px;
}
.main-sidebar h3 {
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-sidebar h3 span {
    cursor: pointer;
    font-weight: 600;
}
.main-sidebar-schedule {
    overflow: hidden;
    width:330px;
    height:85px;
}
.schedule-track {
    display: block;
    align-items: center;
    justify-content: flex-start;
}
.main-sidebar-border {
    margin-top: 30px;
    padding-top:40px;
    border-top:#e9eff8 1px solid;
}
.schedule-item {
    border-radius: 5px;
    border: #ecf2fa 1px solid;
    padding: 10px 0px 5px;
    text-align: center;
    color:#5c6a80;
    font-size:13px;
    margin-right:9px;
    width:37px;
    float: left;
}
.schedule-day {
    text-transform: uppercase;
}
.schedule-num {
    font-weight: 700;
    margin-top:15px;
    font-size:16px;
}
.schedule-month {
    font-size:11px;
    margin-top:-3px;
}
.schedule-cancel {
    opacity:.8;
}
.schedule-finish {
    opacity:.8;
}
.schedule-success {
    border-color: #fff;
    background: #fff;
    color:#182c4c;
}
.schedule-cancel .schedule-num, .schedule-success .schedule-num, .schedule-finish .schedule-num {
    margin-top:5px;
}
.schedule-cancel .schedule-label {
    width:5px;
    height:5px;
    border-radius: 50%;
    background:#ac2222;
    margin: 5px auto 0;
}
.schedule-success .schedule-label {
    width:5px;
    height:5px;
    border-radius: 50%;
    background:#22ac22;
    margin: 5px auto 0;
}
.schedule-finish .schedule-label {
    width:5px;
    height:5px;
    border-radius: 50%;
    background:#777777;
    margin: 5px auto 0;
}
.task-item {
    display: flex;
    align-items: center;
    padding: 15px;
}
.task-num {
    font-weight: 900;
    padding:13px 15px 13px 3px;
    border-right: #ebeff4 1px solid;
    color: #000823;
    font-size:24px;
}
.task-title {
    padding:10px 0 10px 12px;
    width:100%;
}
.task-title-bold {
    color: #000823;
    font-size:15px;
    font-weight: 700;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.task-title-type {
    font-weight: 300;
}
.task-title-descr {
    color:#adaebd;
    font-weight: 300;
    font-size:14px;
}
.task-black {
    background: #050c16;
    border-radius: 10px;
}
.task-black .task-num, .task-black .task-title-bold {
    color: #fff;
}
.main-sidebar-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-sidebar-rating h3 {
    font-size:20px;
    line-height: 22px;
}
.main-sidebar-rating-item {
    width:46%;
}
.main-sidebar-rating-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    padding:15px;
    line-height: 15px;
    font-size: 15px;
}
.main-sidebar-rating-black {
    color:#fff;
    background: #050c16;
}
.main-sidebar-rating-block span {
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    width:40px;
}

.table {
    width:100%;
    border-top:#dedede 1px solid;
    border-left:#dedede 1px solid;
}
.table td {
    border-bottom:#dedede 1px solid;
    border-right:#dedede 1px solid;
}
.table thead td,.table .thead td {
    background: #050c16;
    color: #ffffff;
    text-align: center;
    padding:8px 0;
    font-weight: 700;
    height:auto!important;
}
.table tbody td {
    height: 100px;
    position: relative;
}
.calendar-disabled {
    opacity: .5;
}
.table-calendar-task {
    background: #00d7fb;
    margin: 15px 5px 0;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 14px;
    text-align: center;
    position:relative;
}
.table-calendar-day {
    position:absolute;
    top:10px;
    right: 10px;
}
.table-calendar td {
    width: calc(100% / 7);
}

.contacts a {
    color:#223895;
    font-weight: 500;
}
.contacts a:hover {
    color:#00d7fb;
}
.color-gray {
    color:#b9bac7;
    font-size:14px;
    font-weight: 300!important;
}
.form-test-element {
    margin-top:30px;
    background:#f2f5fa;
    padding: 30px;
    border-radius: 30px;
}
.fte-button {
    margin-top: 20px;
}
.grammar-test-answer-template {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.gta {
    background: #ffffff;
    border:#888888 1px solid;
    padding:7px 10px;
    margin-right:10px;
    border-radius: 7px;
    cursor:pointer;
}
.gta-active {
    background: #77d7ff;
}
.answer-radio {
    padding:5px 0 0;
    display: flex;
}
.answer-radio label {
    display: block;
    margin-right: 20px;
}
.form-answer .form-file {
    display: none;
}
.display-none {
    display: none;
}

.navbar-info-calendar {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-info-value {
    display: flex;
    padding: 12px;
    background: #ffffff;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    margin-left:10px;
}
.navbar-info-value img {
    width:16px;
    opacity: .4;
}
.navbar-info-value span {
    margin-left: 10px;
    font-weight: 500;
    color: #223895;
}
.navbar-info-icon {
    padding: 10px;
    cursor: pointer;
}
.navbar-info-icon img {
    width: 20px;
}
.text-center {
    text-align: center;
}

.clients td {
    padding: 10px 10px;
    height:auto!important;
}
.clients .flex-buttons {
    padding:0;
}
.clients button, .clients a {
    opacity: .9;
}
.clients button:hover, .clients a:hover {
    opacity: 1;
}
.clients .button-icon {
    height: 30px;
    display: flex;
    align-items: center;
    max-height: 28px;
    width: 28px;
    justify-content: center;
    border: none;
    border-radius: 3px;
    margin:0;
    cursor: pointer;
}
.button-danger {
    background: #ff0c00;
    color:#ffffff;
}
.clients a {
    width:30px;
    height:30px;
    margin:0 5px;
    padding:0;
    display: block;
}
.clients button {
    margin:0 5px!important;
}
.clients a img {
    width:30px;
    height:30px;
    margin:0;
    padding:0;
}
.search-user {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.search-user > div {
    display: flex;
    align-items: center;
}
.search-user input {
    margin-left:10px;
    min-width:300px;
}

.form-section {
    border: #e9eff8 1px solid;
    width: auto;
    padding: 20px 20px 25px;
    margin: 0 auto 40px;
    border-radius: 10px;
    max-width: 630px;
}
.form-section-title {
    font-size: 21px;
    padding-bottom: 10px;
    border-bottom: #e9eff8 1px solid;
    background: #fff;
    margin: -20px -20px 0;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
}
.form-checkbox {
    display: flex!important;
    align-items: center;
}
.form-checkbox input {
    margin-right:8px;
}
.lesson-exercise-repeat-show {
    background:#ff8d00;
    color: #000!important;
    background: #ff8d00;
    padding: 10px 15px;
    border-radius: 7px;
}
.lesson-exercise-repeat-show:hover {
    background: #fdae63;
    text-decoration: none!important;
}
.input-100 {
    width:100%!important;
}
.schedule-table {
    width:100%;
    text-align: center;
}
.schedule-table {
    width:100%;
    text-align: center;
}
.schedule-table td {
    padding:3px;
    background:#fff;
}
.schedule-table input[type="text"],.schedule-table input[type="time"] {
    height: 28px;
    border: #e1e1e1 1px solid;
    outline: none;
    border-radius: 5px;
    padding: 2px 3px;
    text-align: center;
    width:65px;
}

.teach-info {
    text-align: center;
    margin:-20px auto 30px;
}
.teach-info-title {
    font-weight: bold;
    color:#ff7f00;
}
.teach-info-title > div {
    display: inline-block;
    padding:1px 3px;
    width:18px;
    background: #ff7f00;
    color:#fff;
    border-radius: 50%;
    margin-left:5px;
    cursor: pointer;
    position: relative;
}
.teach-info-show {
    display: none;
}
.teach-info-title:hover .teach-info-show {
    display: block;
    position:absolute;
    top:30px;
    left:50%;
    z-index:2;
    transform: translateX(-50%);
    background: #fff;
    border:#ff7f00 2px solid;
    width:400px;
    font-weight: 400;
    text-align: left;
    padding:15px;
    color:#222;
}

.lesson-video-answer {
    text-align:left;
    font-size:21px;
    margin-top:48px;
}
.lesson-video-answer > div {
    margin:7px;
}

.text-green {
    color:#0c0;
}

.text-red {
    color:#c00;
}
.lesson-exercise-h2 {
    margin-top:25px;
    font-size: 24px;
    color: #00d7fb;
    font-weight: 600;
}

#story-word, #story-grammar {
    display: none;
}
.spoiler-wrap {
    width: calc(100% - 42px);
    padding: 10px 20px;
    border: #e9eff8 1px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    background: #e9eff8;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 700;
}
.spoiler-button {
    font-weight: 400;
    cursor: pointer;
    display: block;
    text-decoration: none;
    padding: 5px 7px;
    background: #050c16;
    border-radius: 7px;
    color: #ffffff;
    font-size: 15px;
}
.spoiler-active {
    background: #c5d2e5;
    color: #000000;
}

.lesson-word-question {
    position:relative;
}
.review-net-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:20px 0;
}
.review-net-word {
    background: #ffffff;
    border:#050c16 1px solid;
    border-radius: 5px;
    padding:5px 10px;
    width:200px;
    text-align: center;
    position: relative;
}
.review-net-image {
    width:150px;
    position: relative;
}
.review-net-image > img {
    width: 100%;
    border-radius: 10px;
}
.review-net-point {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 2;
    width:12px;
    height:12px;
    border-radius: 50%;
    cursor: pointer;
    border:#050c16 1px solid;
}
.point-word {
    right:-7px;
    background: #ff7f00;
}
.point-image {
    left:-7px;
    background: #c5c5c5;
}
.review-net-svg {
    position: absolute;
    z-index: 0;
    top:0;
    left:0;
}
.support-call {
    position:fixed;
    z-index:9999;
    left:20px;
    bottom:20px;
    width:70px;
}
.support-call img {
    width:100%;
}
.support-call > div {
    position: fixed;
    z-index: 9999;
    left: 100px;
    bottom: 42px;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 7px;
    font-weight: 700;
    border: #88bf48 2px solid;
    display: none;
}
.support-call:hover > div {
    display: block;
}
.table-striped tr:nth-child(2n) {
    background: #fffff6;
}
.table-fixed {
    width:auto!important;
    table-layout: fixed;
}
.table-fixed tbody td {
    height:30px;
}
.plan-date-td {
    padding:5px;
    vertical-align: top;
    width:200px;
}
.plan-date-td > div {
    padding:3px;
    border-radius: 5px;
    margin:1px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.plan-date-td p {
    padding:5px;
    text-align: right;
}
.plan-date-td img {
    margin:3px 7px 3px 3px;
    width:16px;
}
.plan-date-td span {
    display: block;
    color: #a7a9ad;
}
.visit-status-soon {
    background: #c4deff;
}
.visit-status-passed {
    background: #efefef;
}
.visit-status-missed {
    background: #ffcbcb;
}
.visit-status-goes {
    background: #b3ffc4;
}
.visit-frozen {
    background:#23e8ed!important;
}
.visit-username {
    font-size:14px;
    font-weight: 700;
}
.visit-course {
    margin-top:3px;
    font-size:13px;
}
.visit-lesson {
    font-size:13px;
}
.visit-time {
    width:100px;
    padding: 0 5px;
    font-weight: 700;
    text-align: center;
}
.visit-block {
    position:relative;
}
.visit-options {
    position: absolute;
    right:8px;
    top:5px;
}
.visit-options a {
    color:#050c16;
    font-size:16px;
}
.visit-popup {
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 100;
    background: rgba(255,255,255,.7);
    position:fixed;
    display: none;
}
.visit-popup-close {
    top:20px;
    right:30px;
    z-index: 11;
    position:fixed;
    color:#111;
    font-size:40px;
}
.visit-popup-content {
    width: 700px;
    margin: 100px auto 50px;
    background: #ffffff;
    max-height: 650px;
    overflow-y: auto;
    padding: 20px;
    border: #dedede 1px solid;
}
.visit-popup-content::-webkit-scrollbar {
    width: 5px;
}
.visit-popup-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.visit-popup-content::-webkit-scrollbar-thumb {
    background: #888;
}
.visit-popup-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.schedule-list {
    margin-top:10px;
}
.schedule-list-item {
    font-size:14px;
    margin-top:5px;
    padding:5px;
    border-radius: 5px;
    background: #efefef;
}
.schedule-list-status-soon {
    background: #c4deff;
}
.schedule-list-status-passed {
    background: #b3ffc4;
}
.schedule-list-status-missed {
    background: #ffcbcb;
}
.faq-spoilers {
    margin: 15px 0 40px;
}
.faq-spoiler {
    margin: 5px 0;
    width: calc(100% - 42px);
    max-width: 1400px;
    padding: 10px 20px;
    border: #e9eff8 1px solid;
    border-radius: 5px;
    background: #e9eff8;
    font-size: 20px;
    font-weight: 700;
    cursor:pointer;
}
.faq-spoiler-info {
    display: none;
    margin-top:15px;
    font-weight:400;
    font-size: 16px;
}
.calendar-link {
    color:#111111;
    font-size:24px;
}
.dashboard-buttons a {
    display: inline-block;
    position: relative;
}
.dashboard-count {
    position:absolute;
    top: -10px;
    right: -10px;
    width:20px;
    height:20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color:#ffffff;
    background: #cc0000;
    font-size:12px;
}
.frozen-options a {
    margin: 0 5px;
    font-size: 20px;
}

.form-fieldset {
    border: #e9eff8 1px solid;
    padding:15px;
    background: #fff;
    position:relative;
    margin-bottom: 40px;
}

.form-fieldset h4 {
    position:absolute;
    top:-15px;
    left:30px;
    background: #050c16;
    color:#fff;
    padding:5px 10px;
    display: block;
}
.flex-top {
    display: flex;
    align-items: flex-start;
}

.flex-top input {
    margin-right: 15px;
}

.lesson-word-example {
    margin-top:30px;
}
.lesson-word-example h6 {
    color:#aaa;
    font-size:15px;
    font-weight: 400;
}
.lesson-word-example div {
    font-size:20px;
    font-weight: 300;
    margin-top:5px;
}


.faq-form + .faq-form {
    margin-top: 15px;
    border-top: #ddd 1px solid;
}
.word-example span {
    font-size:16px;
    font-style:italic;
}

.cabinet-remove img {
    width:14px;
    opacity: .3;
}
.cabinet-remove:hover img {
    opacity: 1;
}

#final-words td, #final-grammar-table td {
    padding:1px 20px 1px 10px
}

.non-publish, .non-publish a {
    text-decoration:line-through;
    color:#aaa;
}

.final-reading-template {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.final-reading-template > div {
    margin-bottom: 10px;
}

.lesson-grammar-text span,
.lesson-grammar-text strong,
.lesson-grammar-text p,
.lesson-grammar-text {
    font-size: 1em!important;
    font-family: 'Manrope', sans-serif!important;
    letter-spacing: 0.5px;
    line-height:1.3!important;
}

.lesson-grammar-text table {
    border-top:#303030 1px solid !important;
    border-left:#303030 1px solid !important;
}
.lesson-grammar-text td {
    border-right:#303030 1px solid !important;
    border-bottom:#303030 1px solid !important;
    padding:5px 5px!important;
}
.gaps-words, .test_new-words {
    display: flex;
}
video {
    border:none;
    outline:none;
}
.time_stop_change {
    text-align: center;
}



#subscribe {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative
}

#subscribe .row {
    display: block!important;
    padding-left:0!important;
    padding-right:0!important;
}

#subscribe .form-submit button {
    margin: 40px auto 0;
}

.subscribe-form .sub-title {
    margin-bottom: 30px
}

.subscribe-form .sub-title h3 {
    font-size: 30px;
    margin-bottom: 10px;
    position: relative;
    font-weight: 500
}

.subscribe-form .sub-title p {
    font-size: 21px;
}

.subscribe-form .form-wrapper {
    background-color: #fff;
    padding: 58px 40px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

@media(max-width:767px) {
    .subscribe-form .form-wrapper {
        margin-bottom: 40px
    }
}

.subscribe-form .form-wrapper .form-group {
    margin-bottom: 0
}

.subscribe-form .form-wrapper .form-control {
    display: block;
    width: calc(100% - 60px);
    height: auto;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #848484;
    background: #f7f7f7;
    border: 1px solid transparent;
    padding: 12px 30px;
    border-radius: 30px;
    background-image: none;
    background-clip: padding-box
}

.subscribe-form .form-wrapper .form-control:focus {
    color: #212121;
    background-color: #fff;
    border-color: #ffae00;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.subscribe-form .form-submit .btn {
    width: 100%;
    padding: 13px 30px
}

#subscribe .sub-item-box {
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    background: #fff
}

#subscribe .sub-item-box .icon-box {
    float: left
}

#subscribe .sub-item-box .icon-box i {
    font-size: 30px;
    color: #ffae00
}

#subscribe .sub-item-box .text-box {
    margin-left: 60px
}

#subscribe .sub-item-box .text-box h4 {
    font-size: 16px;
    font-weight: 500
}

#subscribe .sub-item-box .text-box p {
    margin-bottom: 0
}

#subscribe .sub-item-box:last-child {
    margin-bottom: 0
}
