* {
    box-sizing: border-box;
}

body {
    font-family: 'timesnewromanpsmt';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    background: #FAFBFC;
}

#toast {
    border-width: 1px;
    border-style: inset;
    -webkit-box-shadow: 2px 2px 6px;
    box-shadow: 2px 2px 6px;
    background-color: #e3e3e3;
    padding-top: 11px;
    padding-right: 17px;
    padding-bottom: 11px;
    padding-left: 17px;
    border-radius: 7px;
    opacity: 1;
    position: fixed;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    width: max-content;
    max-width: 80%;
    color: black;
}

.calendar .list-calendar tbody tr td.selected-date span {
    background: #F0F0F0;
    color: #E21C2A;
    font-weight: 500;
}

.calendar .list-calendar tbody tr td.selected-date-course span {
    background-color: red;
}

.calendar .list-calendar tbody tr td.selected-date.selected-date-course span {
    background: linear-gradient(45deg, hsla(0, 100%, 50%, 1) 50%, hsla(0, 0%, 94%, 1) 50%);
}


#select_time .select_time_schedule {
    color: white;
    background: #E21C2A;
}

.background-auth {
    background-color: #0C2124;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
}

.auth-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    width: 100%;
}

.auth-content {
    height: 95vh;
    max-width: 426px;
    margin: 0 auto;
    overflow: scroll;
}

.auth-content::-webkit-scrollbar {
    display: none;
}

.auth-wrapper-logo {
    margin: 0 auto 45px;
    text-align: center;
}

.auth-wrapper-logo img {
    width: auto;
}

.auth-wrapper-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}

.auth-wrapper-row-input {
    background: #FFFFFF;
    border: 1px solid #D0D2E0;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 15px 16px;
    border-radius: 8px;
    color: #0C2124;
}

.auth-wrapper-row-input::placeholder {
    color: #0C212480;
    font-size: 16px;
}

.auth-wrapper-row-input.input-1 span {
    color: #dddfeb;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}

.auth-wrapper-row-input.input-1 img {
    margin-left: 24px;
    margin-top: 3px;
}

.auth-wrapper-row-input.input-2 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.2rem;
    width: 100% !important;
}

.auth-wrapper-row-2 {
    width: 100%;
    text-align: center;
}

.checkbox-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox-custom label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.checkbox-custom label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    border: 1px solid #7b7c8f;
}

.checkbox-custom input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    bottom: 0;
    margin: auto;
    background: #00AA9B;
    width: 8px;
    height: 8px;
}

.auth-wrapper-row-2 .forgotPass {
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.auth-wrapper-row .login-btn {
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    height: 48px;
    background: #00AA9B;
    border-radius: 16px;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}

.auth-wrapper-row .login-btn svg {
    width: 10px;
    height: 19px;
}

.auth-wrapper-row .login-btn:disabled {
    background: hsla(0, 0%, 49.8%, 0.8);
    color: hsla(0, 0%, 100%, 0.8);
}

.auth-wrapper-row-reg-title {
    text-align: center;
    margin: 20px 0;
    color: #7b7c8f;
    font-size: 1rem;
}

.auth-wrapper-row-reg .login-btn-reg {
    width: 100%;
    color: #353540;
    font-size: 1.2rem;
    height: 48px;
    background: linear-gradient(180deg, #fff, #b1b4c3);
    border-radius: 24px;
    border: none;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.reg .auth-wrapper-logo {
    margin: auto auto 10px;
}

.auth-wrapper-row-reg .login-btn-reg img {
    margin-right: 10px;
    width: auto;
}

.auth-wrapper-logo-title {
    font-family: 'timesnewromanpsmt';
    font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
}

.auth-wrapper-row.cancel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

.auth-wrapper-row.cancel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.auth-wrapper-row.cancel a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 21px 15px;
    border-radius: 50px;
    margin-top: 14px;
    color: #00AA9B;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    transition: .3s;
}

.auth-wrapper-row.cancel a:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

.auth-wrapper-row.cancel img {
    width: auto;
}

.auth-wrapper-row .text {
    color: #D0D2E0;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
}

.auth-wrapper-row .text a {
    font-weight: 600;
    color: #D0D2E0;
}

.auth-links {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 45px;
}

.auth-tabs-wrapper {
    height: 95vh;
    max-width: 426px;
    width: 90%;
    margin: 0 auto;
    overflow: scroll;
}

.auth-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.auth-tabs-wrapper .tab-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 35px;
    border: 1px solid #fff;
    border-radius: 24px;
    padding: 7px 8px;
}

.auth-tabs-wrapper input[type="radio"] {
    display: none;
}

.auth-tabs-wrapper .tab-buttons label {
    cursor: pointer;
    transition: background 0.3s ease;
    flex: 1;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    border-radius: 16px;
    padding: 12px;
}

.auth-app .auth-tabs-wrapper .tab-buttons {
    border-radius: 16px;
}

.auth-app .auth-tabs-wrapper .tab-buttons label {
    font-size: 12px;
    padding: 4px;
    border-radius: 8px;
}

.auth-tabs-wrapper #tab1:checked ~ .tab-buttons label[for="tab1"],
.auth-tabs-wrapper #tab2:checked ~ .tab-buttons label[for="tab2"] {
    background-color: #1EB4A7;
    color: white;
}

.auth-tabs-wrapper .tab-content {
    display: none;
}

.auth-tabs-wrapper #tab1:checked ~ #content1,
.auth-tabs-wrapper #tab2:checked ~ #content2 {
    display: block;
}

/*---dashboard---*/

.btn {
    color: #fff;
    font-family: 'timesnewromanpsmt';
    text-align: center;
    border-radius: 8px;
    padding: 9px 15px;
    outline: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.btn-white {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    padding: 4px 16px;
    background: #fff;
    box-shadow: 0 5px 11px 0 #e6e7ee;
    font-size: 15px;
    color: #7b7c90;
    height: 40px;
}

.btn-white svg {
    width: 15px;
    height: fit-content;
}

.btn-transp {
    color: #00AA9B;
    border: 1px solid #00AA9B;
    border-radius: 50px;
    background-color: transparent;
}

.reading-btn {
    border-radius: 8px;
    border: 2px solid #00AA9B;
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px;
}

.play-btn {
    border-radius: 8px;
    border: 2px solid #00AA9B;
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 9px;
    position: relative;
}

.play-btn.lock {
    border-color: #9C9C9C;
}

.play-btn.lock svg path {
    fill: #9C9C9C;
}

.play-btn.lock:after {
    content: '';
    position: absolute;
    left: -8px;
    bottom: -4px;
    width: 15px;
    height: 15px;
    background-image: url(../img/lock.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.info-btn {
    border-radius: 8px;
    border: 2px solid #00AA9B;
    width: 32px;
    height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 9px;
    position: relative;
}

.info-btn.lock {
    border-color: #9C9C9C;
}

.info-btn.lock svg path {
    fill: #9C9C9C;
}

.info-btn.lock:after {
    content: '';
    position: absolute;
    left: -8px;
    bottom: -4px;
    width: 15px;
    height: 15px;
    background-image: url(../img/lock.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.btn-grey {
    background: #284150;
}

.btn-orange {
    background: #1EB4A7;
}

.btn-main {
    padding: 14px 24px;
    border-radius: 16px;
    box-shadow: 0 0 7.4px 0 #66310045;
    color: #ffffff;
    font-family: 'AHBN';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    border: none;
    background: linear-gradient(180deg, #00AA9B 0%, #62D4CA 100%);
    position: relative;
}

.btn-main:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-image: url('../img/main_button_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

@media screen and (min-width: 767px) and (max-width: 1440px) {
    .dashboard {
        zoom: 62%
    }
}

.dashboard .header {
    position: fixed;
    left: 240px;
    height: 64px;
    width: calc(100% - 240px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0C2427;
    box-shadow: 0px 4px 44.3px 0px #34308014;
    color: rgb(123, 124, 144);
    font-size: 16px;
    z-index: 2;
}

.dashboard .sidebar {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    background: #0C2427;
    transition: width .3s ease;
    z-index: 2;
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.dashboard .sidebar::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.dashboard .main {
    padding-left: 240px;
    padding-top: 64px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.dashboard .main .main-content {
    min-height: 100%;
    padding: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.dashboard .main .main-content .top-line,
.dashboard .main .main-content .bottom-line {
    display: flex;
    gap: 15px;
}

.dashboard .main .main-content .bottom-line {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 4px 44.3px 0px #34308014;
    padding: 16px 25px;
    margin-top: 15px;
}

.dashboard .main .main-content .bottom-line .head-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 2px 0;
}

.dashboard .main .main-content .bottom-line .head-page .main-title {
    font-size: 24px;
}

.dashboard .main .main-content .bottom-line .head-page_underline {
    width: calc(100% + 50px);
    margin-left: -25px;
    height: 23px;
    background: #284150;
    position: relative;
}

.dashboard .main .main-content .bottom-line .head-page_underline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 23px;
    background-image: url(../img/underline-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: repeat-x;
}

.dashboard .header .profile-info {
    display: flex;
    align-items: center;
}

.dashboard .header .profile-info .avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #cbcdd9;
    width: 34px;
    height: 34px;
    padding: 2px;
    margin-left: 16px;
}

.dashboard .header .profile-info .avatar img {
    width: 100%;
    border-radius: 50%;
}

.dashboard .header .profile-info .name {
    font-weight: 600;
    margin-left: 8px;
}

.dashboard .header .profile-info .id {
    margin-left: 24px;
}

.dashboard .header .controls {
    height: 100%;
}

.dashboard .header .controls .logout {
    padding: 16px 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard .sidebar .sidebar-hide {
    display: none;
}

.dashboard .sidebar.active-side {
    width: 240px;
}

.dashboard .sidebar .logo {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 64px;
    padding: 0 15px;
}

.dashboard .sidebar .logo img:first-of-type {
    width: 32px;
}

.dashboard .sidebar .logo img:last-of-type {
    width: 127px;
}

.dashboard .sidebar .dashboard-menu {
    overflow: hidden;
}

.dashboard .sidebar .dashboard-menu li {
    height: 64px;
    position: relative;
}

.dashboard .sidebar .dashboard-menu li:not(:last-of-type):after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #114D4B;
    margin: 0 auto;
}

.dashboard .sidebar .dashboard-menu li a {
    display: flex;
    align-items: center;
    color: #fff;
    font-family: 'timesnewromanpsmt';
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    height: 100%;
    width: 100%;
}

.dashboard .sidebar .dashboard-menu li a .image {
    min-width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard .sidebar .dashboard-menu li a img {
    width: 24px;
    height: 24px;
}

.dashboard .sidebar .dashboard-menu li.current-item a,
.dashboard .sidebar .dashboard-menu li:hover a {
    background-color: #06635D;
}

.dashboard-banner {
    padding: 16px 20px;
    height: 387px;
}

.dashboard-banner img {
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.dashboard-banner .button-container {
    position: absolute;
    right: 0;
    bottom: 39px;
    left: 0;
    margin: auto;
    max-width: 171px;
    width: 100%;
}

.dashboard-banner .button-container .btn {
    width: 100%;
}

.dashboard-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 0;
}

.sidebar-hide {
    height: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 12px;
    gap: 8px;
}

.sidebar-hide span {
    display: block;
    width: 40px;
    height: 2px;
    background: #41424D;
}

.lessons-slider {
    position: relative;
}

.lessons-slider .lessonsSwiper .swiper-wrapper {
    padding-top: 17px;
    margin-bottom: 20px;
}

.lessons-slider .lessonsSwiper .swiper-slide {
    padding: 0 0 16px;
}

.lessons-slider .lessonsSwiper .lessons-item {
    height: 350px;
    background: #fff;
    border: 1px solid #1EB4A766;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lessons-slider .lessonsSwiper .lessons-item .content {
    height: 100%;
    padding: 16px 16px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
}

.lessons-slider .lessonsSwiper .lessons-item.extra-btns .content {
    border-bottom: 1px solid #D0D2E0;
}

.lessons-slider .lessonsSwiper .lessons-item .content .caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lessons-slider .lessonsSwiper .lessons-item .content .caption .title {
    margin: 0;
    color: #7B7C8F;
    font-size: 21px;
    font-family: 'timesnewromanpsmt';
}

.lessons-slider .lessonsSwiper .lessons-item .content .caption .controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lessons-slider .lessonsSwiper .lessons-item .content .main-title {
    color: #0C2124;
    font-family: 'timesnewromanpsmt';
    margin: 20px 0 0 0;
    font-size: 20px;
    line-height: 28px;
}

.lessons-slider .lessonsSwiper .lessons-item .btns {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: auto;
    gap: 16px;
}

.lessons-slider .lessonsSwiper .lessons-item .btns .btn-grey {
    width: 50%;
}

.lessons-slider .lessonsSwiper .lessons-item .btns .btn-orange {
    width: 50%;
}

.lessons-slider .lessonsSwiper-scrollbar {
    z-index: 10;
    background: #d9dae2 !important;
    height: 3px !important;
}

.lessons-slider .lessonsSwiper-scrollbar .swiper-scrollbar-drag {
    background: #00AA9B !important;
}

.lessons-slider .lessonsSwiper-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 80px;
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 5px 11px 0 #e6e7ee;
    outline: none;
    z-index: 1;
}

.lessons-slider .lessonsSwiper-button-next {
    right: -15px;
}

.lessons-slider .lessonsSwiper-button-prev {
    left: -15px;
}

.lessons-slider .lessonsSwiper-button svg {
    width: 20px;
}

.lessons-slider .lessonsSwiper-button.swiper-button-disabled svg {
    opacity: .5;
}

.head-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 40px 40px 0;
}

.head-page .main-title {
    font-family: 'timesnewromanpsmt';
    line-height: 1;
    font-size: 24px;
    color: #0C2124;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.head-page .main-title span {
    font-size: 24px;
}

.head-page .controls {
    margin-left: auto;
}

.white-card {
    width: 100%;
    min-height: 100%;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 44.3px 0px #34308014;
    padding: 16px;
    overflow: hidden;
}

.main .main-content .empty-banner {
    width: 100%;
    min-height: 100%;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    box-shadow: 0 5px 11px 0 #e6e7ee;
    padding: 16px;
    font-family: 'timesnewromanpsmt';
    text-align: center;
    flex: 1;
}

.main .main-content .empty-banner img {
    width: 100px;
}

.main .main-content .empty-banner .title {
    font-size: 30px;
    color: #000000;
}

.main .main-content .empty-banner .subtitle {
    font-family: 'timesnewromanpsmt';
    color: #353540;
    font-size: 18px;
    text-align: center;
}

.main .main-content .empty-banner .text {
    font-family: 'timesnewromanpsmt';
    font-size: 14px;
    color: #7B7C90;
    max-width: 960px;
}

.lesson-card_text {
    color: #000000;
    line-height: 1.3;
    font-size: 18px;
}

.lesson-card_text p {
    margin-bottom: 16px;
}

.lesson-card_text img {
    width: auto;
}

/*---instructor-box---*/

.instructor-box {
    background-color: #FFFFFF;
    border-radius: 24px;
    width: 35%;
    max-width: 500px;
    font-family: 'timesnewromanpsmt';
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
}

.instructor-box .title {
    color: #284150;
    font-size: 24px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 20px;
}

.instructor-box .info {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 16px 0;
    background: #ffffff;
    position: relative;
}

.instructor-box .info:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #1EB4A766;
}

.instructor-box .image {
    width: 132px;
    height: 184px;
}

.instructor-box .image img {
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.instructor-box .description {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #0C2124;
    font-size: 12px;
    line-height: 112%;
    height: 100%;
    position: relative;
}

.instructor-box .description:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #1EB4A766;
}

.instructor-box .description .name {
    font-size: 25px;
    font-weight: 600;
    line-height: 100%;
    color: #0C2124;
    margin-bottom: 12px;
}

.instructor-box .description .car,
.instructor-box .description .experience {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}

.instructor-box .description .rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.instructor-box .description .rating ul {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    color: #C3C7C8;
}

.instructor-box .description .rating a {
    font-size: 15px;
    font-weight: 400;
    line-height: 16.81px;
    color: #00AA9B;
}

.instructor-box .bottombar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 4px;
}

.instructor-box .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
}

.instructor-box .controls .btn-more {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-decoration: underline;
    color: #6C7A7F;
    background-color: transparent;
    border: none;
}

.instructor-box .controls .btn-more:hover {
    text-decoration: none;
}

.instructor-box .controls .btn-grey {
    border-radius: 8px;
    padding: 10px 30px 11px;
}

.instructor-box .specialists {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.instructor-box .specialists .specialists-list ul {
    display: flex;
    align-items: center;
    gap: 8px;
}

.instructor-box .specialists .specialists-list ul li img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
}

.instructor-box .specialists .specialists-list ul li.active img {
    width: 56px;
    height: 56px;
    box-shadow: 0px 0px 0px 4px rgba(30, 180, 167, 0.75);
    -webkit-box-shadow: 0px 0px 0px 4px rgba(30, 180, 167, 0.75);
    -moz-box-shadow: 0px 0px 0px 4px rgba(30, 180, 167, 0.75);
}

/*---progress-box---*/
.progress_box {
    background-color: #FFFFFF;
    box-shadow: 0 4px 44.3px 0 #34308014;
    border-radius: 24px;
    width: 50%;
    max-width: 825px;
    font-family: 'timesnewromanpsmt';
    border: 1px solid #1EB4A766;
}

.progress_box_container {
    display: flex;
    /*gap: 24px;*/
}

.progress_box .title {
    color: #284150;
    font-size: 20px;
    line-height: 20px;
    padding: 24px 24px 12px;
    font-weight: 600;
    position: relative;
    margin-bottom: 16px;
}

.progress_box .title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 44px);
    height: 1px;
    background-color: #1EB4A766;
}

.progress_box .repeat-container {
    position: relative;
    padding: 0 24px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.progress_box .repeat-container:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 24px);
    background-color: #ECECEC;
}

.progress_box .repeat-container .repeat-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 206px;
    overflow: auto;
    background: #FFFFFF;
    border-radius: 24px;
    padding: 12px;
    box-shadow: 0px 4px 44.3px 0px #34308014;
}

.progress_box .repeat-container .repeat-list::-webkit-scrollbar {
    width: 0;
}

.message-dashboard {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px;
}

.message-dashboard p {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #DB7070;
}

.message-dashboard span {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #0C2124;
}

.progress_box .repeat-list .item {
    background: #fff;
    color: #0C2124;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.progress_box .repeat-list .item .info {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.progress_box .repeat-list .item span {
    width: 32px;
    height: 32px;
    background-color: #F4F4F8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress_box .repeat-list .item .controls {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
}

.progress_box .repeat-list .item .controls .btn-more {
    width: 48px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    padding: 0;
}

.progress_box .repeat-list .item .controls .btn-more img {
    width: 16px;
    height: 12px;
}

.progress_box .repeat-list .item .controls span {
    color: #AA0000;
    font-size: 14px;
    line-height: 16px;
}

.progress_box .repeat-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 24px;
    margin-top: auto;
}

.progress_box .repeat-footer .btn-grey {
    border-radius: 8px;
    padding: 12px 15px;
}

.progress_box .repeat-footer .info p {
    color: #8A8A8A;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
}

.progress_box .repeat-footer .info span {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #1EB4A7;
}

.statistic-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'timesnewromanpsmt';
    padding: 0 24px 24px;
    flex: 1;
}

.statistic-box .statistic-progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.statistic-box .progress-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 50%;
    border-radius: 16px;
    padding: 10px;
    background-color: #F0FFFC;
}

.statistic-box .progress-item:first-of-type p:first-of-type {
    color: #00AA9B;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
}

.statistic-box .progress-item:first-of-type p:first-of-type sub {
    font-size: 12px;
    line-height: 18px;
}

.statistic-box .progress-item:first-of-type p:last-of-type {
    font-size: 12px;
    line-height: 15px;
    color: #7B7C8F;
    text-align: center;
}

.statistic-box .progress-item:last-of-type {
    background-color: #F9F9F9;
    border: 1px solid #F1F1F1;
}

.statistic-box .progress-item:last-of-type p:first-of-type {
    color: #06635D;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
}

.statistic-box .progress-item:last-of-type p:first-of-type span {
    color: #0A3B3B66;
}

.statistic-box .progress-item:last-of-type p:first-of-type sub {
    font-size: 12px;
    line-height: 18px;
}

.statistic-box .progress-item:last-of-type p:last-of-type {
    font-size: 12px;
    line-height: 15px;
    color: #7B7C8F;
    text-align: center;
}

.statistic-box .statistic-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.statistic-box .statistic-list_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 15px;
    font-family: 'timesnewromanpsmt';
}

.statistic-box .statistic-list_item {
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 10px;
}

.statistic-box .statistic-list_item label {
    color: #1F2C37;
    font-size: 14px;
    line-height: 10px;
    width: 30%;
}

.statistic-box .statistic-list_item .progress-bar-container {
    background: #F3F3F3;
    border-radius: 12px;
    position: relative;
    height: 32px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    flex: 1;
    box-shadow: 0px 2.61px 28.86px 0px #34308014;
}

.statistic-box .statistic-list_item progress {
    height: 3px;
    border-radius: 22px;
    appearance: none;
    -webkit-appearance: none;
    background: #F3F3F3;
    overflow: hidden;
    width: 100%;
}

.statistic-box .statistic-list_item output {
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    margin: auto;
    height: fit-content;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
}

/* Для Chrome, Safari */
.statistic-box .statistic-list_item progress::-webkit-progress-bar {
    background: #F3F3F3;
    border-radius: 8px;
}

.statistic-box .statistic-list_item progress::-webkit-progress-value {
    border-radius: 8px;
}

.statistic-box .statistic-list_item:nth-child(1) .progress-bar-container {
    background: #FFF8F4;
}

.statistic-box .statistic-list_item:nth-child(2) .progress-bar-container {
    background: #F0FFFC;
}

.statistic-box .statistic-list_item:nth-child(3) .progress-bar-container {
    background: #EDF0F2;
}

.statistic-box .statistic-list_item:nth-child(4) .progress-bar-container {
    background: #FFF0F0;
}

.statistic-box .statistic-list_item progress#progress-bar-1::-webkit-progress-value {
    background: #FFC301;
}

.statistic-box .statistic-list_item progress#progress-bar-2::-webkit-progress-value {
    background: #1FB4A7;
}

.statistic-box .statistic-list_item progress#progress-bar-3::-webkit-progress-value {
    background: #284150;
}

.statistic-box .statistic-list_item progress#progress-bar-4::-webkit-progress-value {
    background: #DB7070;
}

.statistic-box .statistic-list_item output#progress-output-1 {
    color: #FFC300;
}

.statistic-box .statistic-list_item output#progress-output-2 {
    color: #1FB4A7;
}

.statistic-box .statistic-list_item output#progress-output-3 {
    color: #284150;
}

.statistic-box .statistic-list_item output#progress-output-4 {
    color: #DB7070;
}

/* Для Firefox */
.statistic-box .statistic-list_item progress::-moz-progress-bar {
    background: #FFC400;
    border-radius: 5px;
}

/*---progress-box---*/
/*---dashboard-banner---*/
.dashboard_banner {
    /*background-image: url(../img/dashboard-banner.gif);*/
    background-color: #FFFFFF33;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    box-shadow: 0px 4px 44.3px 0px #34308014;
    height: auto;
    width: 15%;
    padding: 17px 24px 24px;
}

.dashboard_banner .title {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    color: #0C2124;
}

/*---dashboard-banner---*/
/*---calendar---*/
.calendar-box {
    padding: 16px 24px;
    background-color: #FFFFFF;
    border-radius: 24px;
    width: 35%;
    display: flex;
    flex-direction: column;
    max-width: 490px;
}

.wr_instr {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
}

.wr_instr .form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

.wr_instr .form-group:after {
    content: '';
    position: absolute;
    top: 16px;
    right: 20px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-right: 2px solid #00AA9B;
    border-bottom: 2px solid #00AA9B;
    transform: rotate(45deg);
}

.wr_instr-box .form-group label {
    font-size: 15px;
    font-family: 'timesnewromanpsmt';
    color: #353540;
    line-height: 1.2;
}

.wr_instr .form-group select {
    border: 1px solid rgba(0, 0, 0, .38);
    border-radius: 50px;
    font-size: 16px;
    color: #3f434f;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.00937em;
    text-decoration: inherit;
    text-transform: inherit;
    background: none;
    outline: 0;
    padding: 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.calendar {
    background: linear-gradient(180deg, #fff 50%, #f3f4fa 150%);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0px 4px 44.3px 0px #34308014;
}

.calendar .calendar_control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 10px 10px;
}

.calendar .calendar_control label {
    font-family: 'timesnewromanpsmt';
    color: #7b7c90;
    font-size: 1.33rem;
    line-height: 20px;
    font-weight: bold;
}

.calendar .calendar_control button {
    background: transparent;
    border: none;
    width: 40px;
    height: 40px;
}

.calendar .calendar_control button svg {
    margin: 0;
    width: 15px;
    height: fit-content;
}

.calendar .list-calendar {
    width: 100%;
    background-color: #ffffff;
}

.calendar .list-calendar thead {
    border-bottom: 1px solid #dddfeb;
}

.calendar .list-calendar thead tr th {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #7b7c8f;
    padding: 16px 0;
}

.calendar .list-calendar tbody tr td {
    height: 50px;
    text-align: center;
    vertical-align: middle;
}

.calendar .list-calendar tbody tr td span {
    width: 85%;
    height: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #3f434f;
}

.calendar .list-calendar tbody tr td.day-disable span {
    color: #dddfeb;
    pointer-events: none;
}

.calendar .list-calendar tbody tr td.select-date span {
    background-color: #dddfeb;
}

.calendar .list-calendar tbody {
    background: linear-gradient(rgb(243, 244, 250), 5%, rgb(255, 255, 255));
}

.calendar .list-calendar tbody td {
    border: 1px solid #f0f1f7;
}

.shedule_time .select_time {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shedule_time .select_time input {
    width: 80px !important;
    height: 36px;
}

.shedule_time .select_time button {
    width: 50px;
    margin: 0;
}

.shedule_time .select_time li {
    width: 30%;
    padding: 10px 24px;
    background: #00AA9B;
    border-radius: 50px;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.shedule_time .select_time li:hover {
    background: #353540;
    color: #fff;
}

.shedule_time .select_time li .cancel {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shedule_time .select_time li img {
    width: 14px;
}

.shedule_time-item .shedule-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shedule_time .shedule-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.shedule-current_day {
    margin: 20px 0;
    position: relative;
}

.shedule-current_day:after {
    content: '';
    position: absolute;
    top: 9px;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #E5E5EA;
}

.shedule-current_day p {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    background-color: #f0f1f7;
    padding-right: 10px;
    position: relative;
    z-index: 1;
    width: fit-content;
    color: #3f434f;
    font-family: 'timesnewromanpsmt';
}

.scheduled_events-item .shedule-current_day p {
    margin-bottom: 8px;
}

.shedule-current_day li {
    display: flex;
    align-items: center;
    gap: 60px;
}

.shedule-current_day li {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: -0.5px;

}

.shedule-current_day li span:first-of-type {
    font-size: 12px;
    line-height: 16px;
    color: #3C3C4399;
}

.shedule-current_day li span:last-of-type {
    position: relative;
}

.shedule-current_day li span:last-of-type:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -15px;
    border-radius: 50px;
    width: 7px;
    height: 7px;
    background-color: #E21C2A;
}

.calendar-box .title {
    color: #284150;
    font-size: 24px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 20px;
}

.calendar-box .info {
    display: flex;
    align-items: center;
    gap: 18px;
}

.calendar-box .image {
    width: 95px;
    height: 130px;
}

.calendar-box .image img {
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.calendar-box .info {
    position: relative;
    padding: 14px 0;
}

.calendar-box .info:before,
.calendar-box .info:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #1EB4A766;
}

.calendar-box .info:before {
    top: 0;
}

.calendar-box .info:after {
    bottom: 0;
}

.calendar-box .description {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #0C2124;
    font-size: 12px;
    line-height: 112%;
    height: 100%;
}

.calendar-box .description .name {
    font-size: 25px;
    font-weight: 600;
    line-height: 100%;
    color: #0C2124;
    margin-bottom: 12px;
}

.calendar-box .description .car,
.calendar-box .description .experience {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}

.calendar-box .description .rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.calendar-box .description .rating ul {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
    color: #C3C7C8;
}

.calendar-box .description .rating a {
    font-size: 15px;
    font-weight: 400;
    line-height: 16.81px;
    color: #00AA9B;
}

.calendar-box .time_box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
}

.calendar-box .time_box .title {
    color: #A0A0A0;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}

.calendar-box .time_box .time_list {
    display: flex;
    gap: 12px;
    width: 100%;
    overflow: auto;
    padding-bottom: 8px;
    scrollbar-width: thin; /* для Firefox */
    scrollbar-color: #1EB4A7 transparent; /* цвет ползунка и трека */
}

/* Для Webkit-браузеров (Chrome, Safari) */
.calendar-box .time_box .time_list::-webkit-scrollbar {
    width: 8px;
}

.calendar-box .time_box .time_list::-webkit-scrollbar-track {
    background: transparent; /* цвет фона трека */
}

.calendar-box .time_box .time_list::-webkit-scrollbar-thumb {
    background-color: #1EB4A7; /* цвет ползунка */
    border-radius: 8px;
    border: none; /* отступ от границ */
    background-clip: content-box;
}

.calendar-box .time_box .time_list::-webkit-scrollbar-thumb:hover {
    background-color: #0C2427; /* цвет при наведении */
}

.calendar-box .time_box .time_list .item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.calendar-box .time_box .time_list .item .day {
    color: #6C7A7F;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
}

.calendar-box .time_box .time_list .item .time {
    background-color: #1EB4A7;
    padding: 8px 18px;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}

/*---calendar----*/
.statistic-content .white-card {
    padding: 0;
}

/*---table---*/
.table-statistic {
    overflow: auto;
}

.table-statistic table {
    width: 100%;
    color: #000000;
    font-size: 13px;
    min-width: 767px;
}

.table-statistic thead {
    background: #06635D;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
}

.table-statistic tr {
    position: relative;
}

.table-statistic tr:not(:last-of-type):after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: calc(100% - 32px);
    height: 1px;
    background-color: #E9E9E9;
}

.table-statistic th {
    padding: 22px 32px;
}

.table-statistic td {
    padding: 24px 32px;
    /*vertical-align: middle;*/
}

.table-statistic td span {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: #F4F4F8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.table-statistic td:first-of-type {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #0C2124;
    font-size: 20px;
}

.table-statistic thead td {
    color: #fff !important;
}

.table-statistic .icon {
    line-height: 1;
    width: 1em;
    height: 1em;
    margin-right: 8px;
}

.table-statistic .status-success {
    color: #2fc916;
}

.table-statistic .status-faild {
    color: #dc3457;
}

.table-statistic .status-errors-y {
    color: #7b7c8f;
    margin: 0 0 -1px 8px;
    cursor: pointer;
    border-bottom: 1px dashed #dc3457;
}

.table-statistic .stat-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
}

.table-statistic .stat-list .item {
    background: #F7F7F7;
    border-radius: 8px;
    padding: 12px;
    width: 145px;
    overflow: hidden;
    position: relative;
}

.table-statistic .stat-list .item .info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #1EB4A7;
    font-weight: 500;
    font-size: 16px;
    line-height: 10px;
}

.table-statistic .stat-list .item.unsuccess .info {
    color: #DB7070;
}

.table-statistic .stat-list .item.unsuccess .info svg path {
    stroke: #DB7070;
}

.table-statistic .stat-list .item .title {
    color: #778B9B;
    margin: 0;
    font-size: 10px;
    line-height: 20px;
}

.stat-list .item .progress-bar-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.table-statistic .stat-list .item .progress-bar-container progress {
    appearance: none;
    -webkit-appearance: none;
    height: 3px;
    width: 100%;
}

/* WebKit (Chrome, Safari, Edge) */
.table-statistic .stat-list .item .progress-bar-container progress::-webkit-progress-bar {
    background-color: #CFCFCF;
    border-radius: 10px;
}

.table-statistic .stat-list .item .progress-bar-container progress::-webkit-progress-value {
    background-color: rgba(30, 180, 167, 1); /* цвет заполнения */
    border-radius: 10px;
}

/* Firefox */
.table-statistic .stat-list .item .progress-bar-container progress::-moz-progress-bar {
    background-color: rgba(30, 180, 167, 1); /* цвет заполнения */
}

.table-statistic .stat-list .item.unsuccess .progress-bar-container progress::-webkit-progress-bar {
    background-color: #DB7070;
    border-radius: 10px;
}

.table-statistic .stat-list .item.unsuccess .progress-bar-container progress::-webkit-progress-value {
    background-color: #DB7070; /* цвет заполнения */
    border-radius: 10px;
}

/* Firefox */
.table-statistic .stat-list .item.unsuccess .progress-bar-container progress::-moz-progress-bar {
    background-color: #DB7070; /* цвет заполнения */
}

.table-statistic .stat-list .item:not(:first-of-type) {
    border: 1px solid #1EB4A7;
}

.table-statistic .stat-list .item:first-of-type,
.table-statistic .stat-list .item.not_passed,
.table-statistic .stat-list .item.passed {
    border: none;
}

.table-statistic .stat-list .item.passed,
.table-statistic .stat-list .item.success {
    background-color: #F0FFFC;
}

.table-statistic .stat-list .item.passed.success .progress-bar-container {
    display: none;
}

.table-statistic .stat-list .item.unsuccess {
    background-color: #FFF0F0;
}

/*.table-statistic .stat-list .item.success:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 3px;*/
/*    right: 3px;*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    background-image: url(../img/Alert_Small_OK.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*}*/

/*.table-statistic .stat-list .item.unsuccess:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 3px;*/
/*    right: 3px;*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    background-image: url(../img/Alert_Small_No.svg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*}*/

/*---table---*/

.dashboard .main .main-content.tickets-content {
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
}

.tickets-content .tickets {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.switch-mode {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #353540;
}

.toggle-btn {
    position: relative;
    width: 48px;
    height: 21px;
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, .38);
    transition: background-color 0.3s ease;
}

.toggle-btn .cb-value {
    display: none;
}

.toggle-btn .round-btn {
    position: absolute;
    top: 0;
    left: 4px;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    background-color: #ccc;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.switch-mode.active .toggle-btn {
    border-color: rgba(246, 70, 40, .54);
}

.switch-mode.active .round-btn {
    transform: translateX(25px);
    background-color: #f64628;
}

.switch-mode p {
    margin: 0;
    font-size: 14px;
}

.tickets-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.ticket {
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 2.69px 15.22px 0px #4D74921F;
    width: calc(20% - 12px);
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 10px;
}

.ticket .number {
    width: 36px;
    height: 36px;
    color: #000000;
    font-size: 16px;
    font-family: 'timesnewromanpsmt';
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(244, 244, 248, 1);
    border-radius: 8px;
}

.ticket .content {
    color: #6C7A7F;
    font-size: 16px;
}

.ticket .result {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin-left: auto;
}

.ticket.error {
    border: 1px solid #DB7070;
}

.ticket.error .number {
    background-color: #FFE2E1;
    color: #DB7070;
}

.ticket.error .content {
    color: #DB7070;
}

.ticket.error .result,
.ticket.error .result p {
    color: #DB7070;
}

.ticket.error .result p:first-of-type {
    color: #1EB4A7;
}

/*.ticket.error:after {*/
/*    content: url(../img/Alert_Small_No.svg);*/
/*    position: absolute;*/
/*    right: 12px;*/
/*    bottom: 14px;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.ticket.success {
    border: 1px solid #1EB4A7
}

.ticket.success .number {
    background-color: #EBFFEC;
    color: #1EB4A7;
}

.ticket.success .content {
    color: #1EB4A7;
}

.ticket.success .result {
    color: #1EB4A7;
}

/*.ticket.success:after {*/
/*    content: url('../img/Alert_Small_OK.svg');*/
/*    position: absolute;*/
/*    right: 12px;*/
/*    bottom: 14px;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

.passing-exam {
    background-image: url(../img/Background+Shadow.png);
    min-height: 585px;
    width: 350px;
    background-size: cover;
    background-position: top;
    border-radius: 16px;
    font-family: 'timesnewromanpsmt';
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    box-shadow: 0px 4px 22.6px 0px #4D74921F;
}

/*.passing-exam .title {*/
/*    font-size: 24px;*/
/*    line-height: 20px;*/
/*    text-align: center;*/
/*    margin-top: 19px;*/
/*}*/

.passing-exam .content {
    border: 1px solid #1EB4A7;
    border-radius: 12px;
    vertical-align: top;
    background: #F0FFFC;
    padding: 16px;
}

.passing-exam .content .subtitle {
    color: #1EB4A7;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
}

.passing-exam .content .count {
    font-size: 28px;
    text-align: center;
    line-height: 36px;
    color: #00AA9B;
}

.passing-exam .content .tickets-stats {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #00AA9B;
    text-decoration: none;
    justify-content: center;
    margin: 40px 0;
    font-family: 'timesnewromanpsmt';
}

.passing-exam .content .tickets-stats img {
    width: auto;
}

.passing-exam .btn-orange {
    font-size: 16px;
    line-height: 21px;
    padding: 11px;
    font-family: 'timesnewromanpsmt';
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 600;
}

.passing-exam .content .btn-orange img {
    width: auto;
}

/*---tickets---*/

.settings {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.settings .top {
    display: flex;
    gap: 15px;
    padding-bottom: 48px;
}

.settings .top .user {
    display: flex;
    align-items: center;
    gap: 24px;
}

.settings .top .user .user-avatar {
    border: 4px solid #DB7070;
    width: 136px;
    height: 136px;
    padding: 7px;
    border-radius: 50%;
}

.settings .top .user .user-avatar img {
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}

.settings .top .user .controls button {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.settings .form {
    width: 379px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.settings .form .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0C2124;
    margin-bottom: 8px;
}

.settings .form .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.settings .form .form-group label {
    font-size: 16px;
    font-family: 'timesnewromanpsmt';
    color: #0C2124;
    line-height: 16px;
}

.settings .form .form-group input {
    border: 1px solid #D0D2E0;
    border-radius: 12px;
    font-size: 16px;
    color: #3f434f;
    font-weight: 400;
    line-height: 16px;
    text-decoration: inherit;
    text-transform: inherit;
    background: #FFFFFF;
    outline: 0;
    padding: 14px 16px;
}

.settings .form button:disabled {
    background-color: #D0D2E0;
    color: #0A3B3B66;
}

.settings .bottom {
    display: flex;
    gap: 126px;
}

.settings .bottom .package-box .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0C2124;
    margin-bottom: 32px;
}

.settings .bottom .package-box .package-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
}

.settings .bottom .package-box .package-list .package-item {
    background-color: #0A3B3B;
    box-shadow: 0 2.74px 30.31px 0 #34308014;
    border-radius: 24px;
    padding: 24px;
    width: 400px;
}

.settings .bottom .package-box .package-list .package-item .item-header {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    padding: 8px 0;
}

.settings .bottom .package-box .package-list .package-item .item-price {
    margin-bottom: 32px;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
}

.settings .bottom .package-box .package-list .package-item .item-date {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}

.settings .bottom .package-box .package-list .package-item.inactive {
    box-shadow: none;
    background-color: #D0D2E0;
}

.settings .bottom .package-box .package-list .package-item.inactive .item-header,
.settings .bottom .package-box .package-list .package-item.inactive .item-price,
.settings .bottom .package-box .package-list .package-item.inactive .item-date {
    color: #0A3B3B66;
}

.settings .bottom .controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.instructor-select {
    display: flex;
    gap: 16px;
    /*height: calc(100vh - 134px);*/
    flex-grow: 1;
}

.instructor-select .instructor-box .info {
    margin: 0;
    border-radius: 24px;
    gap: 24px;
    padding: 16px;
}

.instructor-select .instructor-box .info .image {
    width: 140px;
    height: 156px;
}

.instructor-select .instructor-box .info .description:after {
    display: none;
}

.instructor-list {
    padding: 24px;
    border-radius: 24px;
    box-shadow: 0px 4px 44.3px 0px #34308014;
}

.instructor-list .list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.instructor-list .list .item {
    border-radius: 16px;
    border: 1px solid #F1F1F1;
}

.instructor-list .list .item.sel_instr {
    border: 1px solid #1EB4A766;
}

.instructor-info {
    padding: 24px;
    border-radius: 24px;
    box-shadow: 0px 4px 44.3px 0px #34308014;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.instructor-info .top {
    display: flex;
    gap: 24px;
    flex: 1;
}

.instructor-info .top .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.instructor-info .top .content .selected-date {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*gap: 4px;*/
    /*align-items: flex-end;*/
    /*margin-top: auto;*/
}

.instructor-info .top .content .selected-date .title {
    font-family: 'timesnewromanpsmt';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #A0A0A0;
}

.instructor-info .top .content .date {
    color: #585858;
    font-family: 'timesnewromanpsmt';
    font-size: 32px;
    font-weight: 400;
    line-height: 39.01px;
}

.instructor-info .side {
    border-right: 1px solid #E6E6E6;
    width: 320px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
}

.instructor-info .side .description {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    color: #0C2124;
    font-size: 12px;
}

.instructor-info .side .description .name {
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    color: #0C2124;
    margin-bottom: 8px;
}

.instructor-info .side .description .car,
.instructor-info .side .description .experience {
    display: flex;
    align-items: center;
    gap: 4px;
}

.instructor-info .side .description .rating {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    font-weight: 500;
    color: #C3C7C8;
}

.instructor-info .side .content_comments {
    margin-top: 45px;
}

.instructor-info .image {
    width: 190px;
    height: 230px;
    margin-bottom: 12px;
}

.instructor-info .image img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.instructor-info .bottom {
    border-top: 1px solid #E6E6E6;
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.instructor-info .bottom .btn-white {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: none;
    padding: 4px;
    font-size: 16px;
    line-height: 16px;
    color: #284150;
    background: transparent;
    box-shadow: none;
    height: fit-content;
}

.instructor-info .bottom .btn-white svg {
    width: 25px;
}

.instructor-info .bottom .btn-orange {
    font-size: 16px;
    padding: 19px;
    max-width: 265px;
    width: 100%;
}

.instructor-info .instructor_reviews-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #1F2C37;
    margin-bottom: 24px;
}

.instructor-info .instructor_reviews {
    display: flex;
    flex-direction: column;
    gap: 19px;
    background-color: #F3F3F8;
    border-radius: 12px;
    padding: 16px;
    overflow: scroll;
    max-height: 246px;
}

.instructor-info .instructor_reviews::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.instructor-info .instructor_reviews .item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.instructor-info .instructor_reviews .item .item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.instructor-info .instructor_reviews .item .item-header .info,
.instructor-info .instructor_reviews .item .item-header .rating,
.instructor-info .instructor_reviews .item .item-header .rating .rating-list {
    display: flex;
    align-items: center;
}

.instructor-info .instructor_reviews .item .item-header .info {
    gap: 4px;
}

.instructor-info .instructor_reviews .item .item-header .info .name {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #1F2C37;
}

.instructor-info .instructor_reviews .item .item-header .info .date {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #C3C7C8;
}

.instructor-info .instructor_reviews .item .item-header .rating .rating-list img {
    width: 16px;
}

.instructor-info .instructor_reviews .item .item-header .rating .rating-list p {
    font-weight: 500;
    font-size: 12px;
    line-height: 112%;
    text-transform: capitalize;
    color: #C3C7C8;
    margin-left: 4px;
}

.instructor-info .instructor_reviews .item .reviews {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #6C7A7F;
}

.instructor-info .top .recording_block {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}

.instructor-info .new_calendar {
    max-width: 675px;
    margin: 0 auto;
    height: fit-content;
    position: relative;
}

.instructor-info .new_calendar .prev,
.instructor-info .new_calendar .next {
    position: absolute;
    top: 100px;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    box-shadow: 0px 5px 11px 0px #E6E7EE;
    border-radius: 24px;
    padding: 29px 9px 28px;
    height: fit-content;
    cursor: pointer;
}

.instructor-info .new_calendar .prev {
    left: -43px;
}

.instructor-info .new_calendar .next {
    right: -43px;
}

.instructor-info .new_calendar .title {
    color: #284150;
    font-size: 24px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 20px;
}

.instructor-info .new_calendar .new_calendar_list {
    display: flex;
    gap: 16px;
    width: 670px;
    overflow: scroll;
}

.instructor-info .new_calendar .new_calendar_list::-webkit-scrollbar {
    display: none;
}

.instructor-info .new_calendar .new_calendar_list .item {
    width: 76px;
}

.instructor-info .new_calendar .new_calendar_list .item .day {
    color: #1EB4A7;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 2px;
}

.instructor-info .new_calendar .new_calendar_list .item .weekday {
    color: #6C7A7F;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 21px;
}

.instructor-info .new_calendar .new_calendar_list .item .time:not(:last-of-type) {
    margin-bottom: 12px;
}

.instructor-info .new_calendar .new_calendar_list .item .time {
    color: #6C7A7F;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    border: 1px solid #6C7A7F;
    border-radius: 12px;
    padding: 8px 11px;
    cursor: pointer;
}

.instructor-info .new_calendar .new_calendar_list .item .time.inactive {
    color: #DCDCDC;
    border-color: #DCDCDC;
}

.instructor-info .new_calendar .new_calendar_list .item .time.select {
    color: #fff;
    border-color: #1EB4A7;
    background-color: #1EB4A7;
}

.instructor-info .sel_date {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.instructor-info .sel_date .title {
    color: #A0A0A0;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
}


.instructor-info .sel_date_list {
    display: flex;
    gap: 16px;
}

.instructor-info .sel_date_list .item {
    width: 86px;
}

.instructor-info .sel_date_list .item .day {
    color: #1EB4A7;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 2px;
}

.instructor-info .sel_date_list .item .weekday {
    color: #6C7A7F;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 21px;
}

.instructor-info .sel_date_list .item .time {
    color: #fff;
    border: 1px solid #1EB4A7;
    background-color: #1EB4A7;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    border-radius: 12px;
    padding: 8px 11px;
    cursor: pointer;
}

.instructor-info .sel_date_list .item .time span {
    content: '';
    position: absolute;
    top: -4px;
    right: -4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    background-image: url("../img/Close.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*---questions_bar---*/

.test-content .white-card {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    display: flex;
}

.test-content .white-card .testing-content {
    display: flex;
    flex-direction: column;
}

.testing-content .questions_bar .testingSwiper {
    max-width: 860px;
    margin: 0 auto;
    width: 100%;
}

.questions_bar {
    /* width: 100%; */
    /* display: flex; */
    /* flex-wrap: wrap; */
    padding: 5px 50px 24px;
    position: relative;
    border-bottom: 1px solid #D0D2E0;
    margin: 0 auto 24px;
    max-width: 952px;
    width: 100%;
}

.questions_bar .swiper-slide {
    width: 40px !important;
    height: 40px;
}

.questions_bar .swiper-slide a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #D0D2E0;
    color: #353540;
    font-size: 1.2rem;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.questions_bar .swiper-slide a.green_test {
    border-color: #1EB4A7;
    color: #1EB4A7;
    background-color: #F0FFFC;
}

.questions_bar .swiper-slide a.red_test {
    background-color: #FFF0F0;
    border-color: #DB7070;
    color: #DB7070;
}

.questions_bar .swiper-slide a.blue_test {
    border-color: #1EB4A7;
}

.questions_bar .swiper-slide a.blue_test.green_test {
    background-color: rgba(0, 171, 65, .35);
    border: 1px solid #00AB41;
}

.questions_bar .swiper-slide a.blue_test.red_test {
    background-color: rgba(226, 28, 42, 0.35);
    border: 1px solid #E21C2A;
}

.questions_content {
    width: 952px;
}

.main-question {
    position: relative;
}

.main-question .number {
    color: #0C2124;
    font-family: 'timesnewromanpsmt';
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 24px;
}

.main-question .question {
    color: #0C2124;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 32px;
}

.image-question {
    max-width: 700px;
    height: 216px;
    margin-bottom: 16px;
}

.image-question > div {
    height: 100%;
}

.image-question img {
    object-fit: cover;
    height: 100%;
    border-radius: 12px;
}

.image-question .fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    background: rgba(64, 65, 81, 0.8) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    backdrop-filter: blur(5px) !important;
}

.image-question .fullscreen img {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
}

.explanations-question {
    flex: 1;
    max-width: 516px;
    height: fit-content;
    margin-top: auto;
    margin-bottom: 14px;
    margin-left: 28px;
    border: 1px solid #D0D2E0;
    padding: 12px 12px 16px 44px;
    font-size: 12px;
    line-height: 150%;
    border-radius: 8px;
    color: #353540;
    background-color: #F9F9F9;
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}

.explanations-question:before {
    content: 'i';
    position: absolute;
    top: 17px;
    left: 13px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'timesnewromanpsmt';
    cursor: pointer;
    font-size: 1rem;
    background: #00AA9B;
    margin-right: 9px;
    box-sizing: border-box;
}

.explanations-question .explanations-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
    color: #353535;
}

.explanations-question .explanations-subtext {
    font-weight: 500;
}

.questions_content .red_button {
    margin: 25px auto;
}

.answer_options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.answer_options .answer_options-item {
    border: 1px solid #D0D2E0;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 150%;
    border-radius: 7px;
    color: #0C2124;
    background-color: #fff;
}

.answer_options .answer_options-item.answer_options-item_done {
    border-color: #7b7c8f;
    color: #353540;
}

.answer_options .answer_options-item.answer_options-item_true {
    border-color: #1EB4A7;
    color: #1EB4A7;
}

.answer_options .answer_options-item.answer_options-item_error {
    border-color: #DB7070;
    color: #DB7070;
}

.questions_content .btn-orange {
    background: #00AA9B;
    font-size: 14px;
    width: 240px;
    padding: 12px 15px;
}

.testingSwiper-nav {
    height: 40px;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.testingSwiper-nav .swiper-button-next,
.testingSwiper-nav .swiper-button-prev {
    height: 40px;
}

.testingSwiper-nav .swiper-button-next:after,
.testingSwiper-nav .swiper-button-prev:after {
    color: #00AB41;
    height: 40px;
}

/*---questions_bar---*/

.timer {
    width: fit-content;
    margin-bottom: 32px;
}

.timer-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: transparent;
    padding: 7px 27px;
    border: 1px solid #D0D2E0;
}

.timer-main-title {
    font-family: 'timesnewromanpsmt';
    font-size: 20px;
    line-height: 150%;
    color: #0C2124;
}

.timer-main-desc {
    display: none;
    font-family: 'timesnewromanpsmt';
    font-size: 0.9rem;
    color: #fff;
    margin: 0;
}

.timer-footer-text {
    margin: 0;
    font-family: 'timesnewromanpsmt';
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.timer-footer {
    background: #7b7c8f;
    border-radius: 0 0 8px 8px;
}


.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5% 10%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    background: #00000033 !important;
    -webkit-backdrop-filter: blur(6px) !important;
    backdrop-filter: blur(6px) !important;
}

.modal:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal p {
    color: #000000;
    text-align: center;
}

.modal .modal-content {
    max-height: 95%;
    padding: 32px;
    background: white;
    border-radius: 16px;
    overflow: auto;
    position: relative;
    max-width: 490px;
    width: 100%;
}

.modal .modal-content input,
.modal .modal-content textarea {
    border: 1px solid rgba(0, 0, 0, .38);
    border-radius: 18px;
    font-size: 14px;
    color: #3f434f;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.00937em;
    text-decoration: inherit;
    text-transform: inherit;
    background: none;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
    resize: none;
}

.modal .title {
    font-family: 'timesnewromanpsmt';
    font-size: 32px;
    padding: 20px;
}

.modal .text {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 16px;
    color: #D0D2E0;
}

.modal .text a {
    color: #0C2124;
}

.modal .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 18px;
}

.modal .buttons .btn-cancel {
    background: #353540;
}

.modal .buttons .btn-exit {
    background: #00AA9B;
}

.modal-close {
    position: absolute;
    right: 24px;
    top: 24px;
    width: 14px;
    height: 14px;
    text-decoration: none;
    background-image: url(../img/fi-rr-cross.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}

.modal-close:hover {
    color: #363636;
}

.guidbook .head-page .main-title {
    background: linear-gradient(180deg, rgba(0, 170, 155, 1) 0%, rgba(57, 79, 98, 1) 100%);
    width: 100%;
    text-align: center;
    border-radius: 16px;
    padding: 11px 36px;
    color: #FFFFFF;
}

.guidbook .head-page .main-title span {
    font-size: 20px;
    line-height: 26px;
}

#select_adress.modal .modal-content {
    max-width: 550px;
    width: 100%;
    padding: 37px 18px 34px;
}

#select_adress .address-container {
    max-height: 473px;
    overflow: auto;
    padding: 8px;
    margin-bottom: 35px;
    scrollbar-width: thin; /* для Firefox */
    scrollbar-color: #1EB4A7 transparent; /* цвет ползунка и трека */
}

/* Для Webkit-браузеров (Chrome, Safari) */
#select_adress .address-container::-webkit-scrollbar {
    width: 8px;
}

#select_adress .address-container::-webkit-scrollbar-track {
    background: transparent; /* цвет фона трека */
}

#select_adress .address-container::-webkit-scrollbar-thumb {
    background-color: #1EB4A7; /* цвет ползунка */
    border-radius: 8px;
    border: none; /* отступ от границ */
    background-clip: content-box;
}

#select_adress .address-container::-webkit-scrollbar-thumb:hover {
    background-color: #0C2427; /* цвет при наведении */
}

#select_adress.modal .modal-content .title {
    position: relative;
    padding: 0;
    width: fit-content;
    font-size: 14px;
    padding-left: 25px;
}

#select_adress.modal .modal-content .title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background-image: url('../img/point-address.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#select_adress .pay-item {
    box-shadow: 2px 2px 6px 0px #00000040;
    border: 1px solid #F4F4F8;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 8px 12px;
    position: relative;
}

#select_adress .pay-item span {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 16px;
    height: 16px;
    margin: 0;
    display: block;
    border-radius: 0;
    border: none;
}

#select_adress .top_block {
    display: flex;
    align-items: center;
    gap: 45px;
    max-width: 430px;
    margin: 0 auto 18px;
}

#select_adress .top_block .input {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

#select_adress .top_block .date-time {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#select_adress .top_block .date-time .day {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #6C7A7F;
    padding: 3px 20px;
    border: 1px solid #1EB4A7;
    border-radius: 25px;
}

#select_adress .top_block .date-time .time {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    background-color: #1EB4A7;
    padding: 3px 20px;
    border-radius: 25px;
}

#select_adress gmp-place-autocomplete {
    border: 1px solid #1EB4A7;
    border-radius: 8px;
    height: 40px;
}

#select_adress .inputs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: calc(100% - 100px);
}

#select_adress.modal .modal-content input,
#select_adress.modal .modal-content textarea {
    border-radius: 8px;
    border: 1px solid #1EB4A7;
    padding: 10px 15px;
}

#select_adress.modal .select-container {
    display: flex;
    align-items: stretch;
    gap: 18px;
}

#select_adress.modal .select-container .select-list {
    box-shadow: 2px 2px 6px 0 #00000040;
    border: 1px solid #F4F4F8;
    border-radius: 16px;
    padding: 25px 8px;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#select_adress.modal .select-container .select-list .select-title {
    color: #114D4B;
    font-size: 14px;
    margin-bottom: 8px;
    text-align: left;
}

#select_adress.modal .bottom_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 26px;
}

#select_adress.modal .bottom_block button {
    max-width: 195px;
    width: 100%;
    padding: 11px 15px;
    font-size: 16px;
}

#select_adress.modal .bottom_block input {
    max-width: 230px;
    width: 100%;

}

#select_adress.modal .checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: #0C2124;
}

#select_adress.modal .checkbox img {
    width: 32px;
    height: 32px;
}

#select_adress.modal .checkbox input {
    position: absolute;
    width: 0;
    left: 50px;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

#select_adress.modal .checkbox .checkmark {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 3px;
    outline: transparent;
    border: 1px solid #1EB4A7;
}

#select_adress.modal .checkbox:hover .checkmark {
    background: #ffffff;
}

#select_adress.modal .checkbox input:checked ~ .checkmark {
    outline: transparent;
    border: 5px solid #1EB4A7;
    width: 16px;
    height: 16px;
}

#select_adress.modal .checkbox input[type="radio"] ~ .checkmark {
    border-radius: 50%;
}

@media screen and (max-width: 1599px) {
    .ticket {
        width: calc(25% - 12px);
    }
}

@media screen and (max-width: 1499px) {
    .dashboard .header {
        width: calc(100% - 64px);
        left: 64px;
    }

    .dashboard .sidebar {
        width: 64px;
    }

    .dashboard .sidebar .sidebar-hide {
        display: flex;
    }

    .dashboard .sidebar .logo,
    .dashboard .sidebar .dashboard-banner {
        display: none;
    }

    .dashboard .sidebar .dashboard-menu li a p {
        /*display: none;*/
        white-space: nowrap;
    }

    .dashboard .sidebar.active-side .dashboard-menu li a p,
    .dashboard .sidebar.active-side .dashboard-banner {
        display: block;
    }

    .dashboard .main {
        padding-left: 64px;
    }

    .head-page {
        padding: 25px 25px 0;
    }

    .head-page .main-title {
        font-size: 22px;
    }

    .dashboard .main .main-content {
        padding: 25px;
    }
}

@media screen and (max-width: 1399px) {
    .ticket {
        width: calc(33% - 12px);
    }
}

@media screen and (max-width: 1199px) {
    .passing-exam {
        width: 300px;
    }

    .settings .bottom {
        gap: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .instructor-select {
        flex-direction: column;
        height: 100%;
    }

    .instructor-list {
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .progress_box .repeat-footer {
        flex-direction: column;
        align-items: revert-layer;
    }

    .ticket {
        width: calc(50% - 12px);
    }

    .passing-exam {
        width: 250px;
    }

    .settings .top {
        flex-direction: column;
    }

    .settings .top .user {
        width: 100%;
    }

    .settings .bottom {
        flex-direction: column;
    }

    .settings .form,
    .settings .package-box {
        width: 50%;
    }

    .settings .bottom .package-box .package-list .package-item {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .head-page,
    .dashboard .main .main-content {
        padding: 20px;
    }

    .ticket {
        width: 100%;
    }

    .dashboard .main .main-content .top-line {
        flex-wrap: wrap;
    }

    .instructor-box,
    .calendar-box {
        order: 1;
        width: calc(75% - 8px);
        max-width: 75%;
    }

    .dashboard_banner {
        order: 2;
        width: calc(25% - 7px);
        max-width: 25%;
    }

    .progress_box {
        order: 3;
        width: 100%;
        max-width: 100%;
    }

    .progress_box_container {
        flex-direction: column;
    }

    .progress_box .repeat-container:after {
        display: none;
    }

    .statistic-box {
        max-width: 100%;
    }

    .statistic-box .statistic-list_item .progress-bar-container {
        width: 50%;
    }

    .instructor-info .top {
        flex-direction: column;
    }

    .instructor-info .side {
        width: 100%;
        border: none;
        align-items: center;
    }

    .instructor-info .side .description {
        align-items: center;
    }

    .settings .form, .settings .package-box {
        width: 100%;
    }
}

/*---dashboard---*/

/*---vide-player---*/
.lesson-card_video .video {
    width: 70%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    margin: 0 auto;
    display: block;
}

.lesson-card_video .controls {
    width: 70%;
    margin: 0 auto;
    padding: 5px;
    display: flex;
    align-items: center;
    background: #505050;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.lesson-card_video .controls * {
    margin: 0 2px;
    padding: 1px;
}

.lesson-card_video .slider {
    width: 100%;
    height: 0.5rem;
}

.lesson-card_video .timer {
    color: #f4f4f4;
}

.lesson-card_video .controls button {
    background: transparent;
    color: #f4f4f4;
    border: none;
}

.lesson-card_video .controls .playPauseBtn {
    color: #30ff30;
}

.lesson-card_video .controls .stop {
    color: #ff3030;
}

.lesson-card_video .loop.loop-on {
    color: #a9a9ff;
}

@media screen and (max-width: 920px) {
    .lesson-card_video .video,
    .lesson-card_video .controls {
        width: 100%;
    }
}

/*---vide-player---*/
/*---payments---*/

.payments .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid #0A3B3B;
    border-radius: 24px;
    margin: 0 auto 32px;
    padding: 8px;
    color: #0A3B3B;
    max-width: 636px;
    width: 100%;
}

.payments .tab {
    padding: 12px;
    cursor: pointer;
    border: 1px solid transparent;
    border-bottom: none;
    transition: background-color 0.3s ease;
    font-size: 20px;
    line-height: 24px;
    border-radius: 16px;
    flex: 1;
    text-align: center;
    color: #0A3B3B;
}

.payments .tab.active {
    color: #ffffff;
    background-color: #0A3B3B;
}

.payments .tab-content {
    display: none;
}

.payments .tab-content.active {
    display: block;
}

.payments .horizontal-tab-content.active {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.payments .plan-top-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 69px;
    margin-bottom: 35px;
}

.payments .plan-top-list li {
    position: relative;
    color: #170F49;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    padding-left: 40px;
}

.payments .plan-top-list li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 26px;
    background-image: url('../img/list-check.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.payments .plans-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}

.payments .plan {
    padding: 24px;
    border-radius: 16px;
    background-color: #0A3B3B;
    width: calc(30% - 15px);
    display: flex;
    flex-direction: column;
    position: relative;
}

/*.payments .plan.active:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -3px;*/
/*    left: -3px;*/
/*    width: calc(100% + 6px);*/
/*    height: calc(100% + 6px);*/
/*    background: linear-gradient(128.1deg, #A9E6E1 0.02%, #1EB4A7 77.73%);*/
/*    border-radius: 16px;*/
/*    z-index: -1;*/
/*}*/

.payments .plan-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px;
    padding: 17px 0 17px;
}

.payments .plan-header .icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payments .plan-header .name {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    flex: 1;
}

.payments .plan-body {
    /*flex: 1;*/
    color: #6C7A7F;
}

.payments .plan-body ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 40px;
    margin-top: 24px;
}

.payments .plan-body ul li {
    color: #fff;
    position: relative;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.payments .plan-body ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 26px;
    background-image: url('../img/list-check.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.payments .plan-body ul li.dis:before {
    background-image: url('../img/list-dis.png');
}

.payments .counter {
    display: flex;
    align-items: stretch;
}

.payments .counter button {
    width: 32px;
    height: 32px;
    font-size: 20px;
    cursor: pointer;
    border: none;
    color: #FFFFFF;
    border-radius: 4px;
}

.payments .counter button.decrease {
    background-color: #0C212466;
}

.payments .counter button.increase {
    background-color: #0C2124;
}

.payments .counter label {
    position: relative;
}

.payments .counter label p {
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #A0A0A0;
    text-align: center;
    display: none;
}

.payments .counter input {
    width: 48px;
    text-align: center;
    font-size: 20px;
    line-height: 16px;
    height: 100%;
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-weight: 600;
}

.payments .counter input[type="number"]::-webkit-inner-spin-button,
.payments .counter input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.payments .plan-footer {
    padding-top: 61px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: auto;
}

.payments .price {
    display: flex;
    align-items: center;
    gap: 16px;
}

.payments .price .curr {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    line-height: 150%;
}

.payments .price .old {
    color: #E50000;
    font-weight: 400;
    font-size: 20px;
    line-height: 27.2px;
    text-decoration: line-through;
    background-color: #FFE2E2;
    border-radius: 50px;
    padding: 3px 17px 4px;
}

.payments .plan-footer .btn,
.payments .coast .btn {
    font-weight: 700;
    font-size: 24px;
    padding: 10px;
    flex: 1;
    letter-spacing: 0.05em;
    background-color: #FFFFFF;
    max-width: 100%;
    min-width: 155px;
    color: #0A3B3B;
    border-radius: 16px;
}

.payments .horizontal-plans-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 1000px;
}

.payments .horizontal-plans-list .horizontal-plan {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
    padding: 24px;
    border-radius: 24px;
    background-color: #0A3B3B;
    width: 100%;
}

.payments .horizontal-plans-list .horizontal-plan .info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.payments .horizontal-plans-list .horizontal-plan .info .icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payments .horizontal-plans-list .horizontal-plan .info .icon img {
    width: 40px;
}

.payments .horizontal-plans-list .horizontal-plan .info .name {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}

.payments .horizontal-plans-list .horizontal-plan .coast {
    display: flex;
    align-items: center;
    gap: 16px;
}

.payments .horizontal-plans-list .horizontal-plan .price .curr {
    font-size: 32px;
}

.payments .horizontal-plans-list .horizontal-plan .counter button {
    width: 48px;
    height: 48px;
    border-radius: 16px;
}

.payments .horizontal-plans-list .horizontal-plan .counter label p {
    display: block;
    color: #fff;
    bottom: -3px;
}

.payments .horizontal-plans-list .horizontal-plan.total-coast {
    background-color: #06635D;
    border: 1px solid #FFFFFF;
    margin-top: 12px;
    padding: 15px 24px;
}

.payments .horizontal-plans-list .horizontal-plan.total-coast .price .curr {
    font-size: 40px;
}

#pay_modal .title {
    padding: 0;
    margin-bottom: 24px;
    font-size: 20px;
    text-align: left;
}

.pay-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.pay-list .pay-item {
    width: 100%;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px #E8E8E8;
    font-size: 14px;
    line-height: 16px;
}

.pay-list .pay-item input[type=radio] {
    display: none;
}

.pay-list .pay-item span {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #D0D2E0;
    margin-right: 8px;
}

.pay-list .pay-item:hover,
.pay-list .pay-item:has(input[type="radio"]:checked) {
    box-shadow: 0 0 0 1px #1EB4A7;
}

.pay-list .pay-item input[type="radio"]:checked ~ span {
    border: 5px solid #1EB4A7;
}

.pay-list .pay-item img {
    height: 20px;
    width: 32px;
    object-fit: contain;
}

.pay-list .pay-item .form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-left: auto;
}

.pay-list .pay-item .form-group input {
    border-radius: 8px;
    border-color: #1EB4A7;
}

#pay_modal .btn {
    padding: 18px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 24px;
    width: 100%;
}

@media screen and (max-width: 992px) {
    .payments .tab {
        padding: 10px 25px;
        font-size: 16px;
    }

    .payments .plan {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .payments .plan-top-list {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 25px;
    }

    .payments .price .curr {
        font-size: 26px;
        line-height: 32px;
    }

    .payments .plan-footer .btn, .payments .coast .btn {
        padding: 12px;
    }

    .payments .horizontal-plans-list .horizontal-plan {
        flex-direction: column;
        align-items: normal;
    }

    .payments .horizontal-plans-list .horizontal-plan .coast {
        justify-content: end;
    }

    .pay-list {
        flex-direction: column;
        gap: 5px;
    }

    .pay-list .pay-item {
        width: 100%;
        max-width: 100%;
    }

    .pay-list .pay-item img {
        height: 40px;
    }
}

/*---payments---*/