@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Добавьте остальные начертания по необходимости */

* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    overflow-y: auto !important;
    background: #F2F7FF;
    margin: 0;
}

a {
    text-decoration: none;
}


p {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.hidden {
    display: none;
}

.spaceBetween {
    display: flex;
    justify-content: space-between;
}

.noWrap {
    flex-wrap: nowrap;
}

.justifyStart {
    display: flex;
    justify-content: flex-start;
}

.justifyEnd {
    display: flex;
    justify-content: flex-end;
}

.justifyCenter {
    display: flex;
    justify-content: center;
}

.alignCenter {
    display: flex;
    align-items: center;
}

.alignEnd {
    display: flex;
    align-items: flex-end;
}


h1 {
    color: #17181B;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-top: 0;
    margin-bottom: 40px;
}

h2 {
    color: #17181B;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
}

h3 {
    color: #17181B;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
}

h4 {
    font-style: normal;
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-style: normal;
    font-size: 16px;
    line-height: 140%;
    margin: 0;
}

p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
}

.text-large {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
}

.section {
    padding-top: 50px;
    padding-bottom: 100px;
}

.section-center {
    display: flex;
    min-height: 100vh;
}

/*фоны*/
.bg_white {
    background: #FFF;
}

.white-list {
    border-radius: 10px;
    border-bottom: 1px solid #F2F7FF;
    background: #FFF;
    padding: 20px 30px;
}

.infoBlock_gray {
    border-radius: 10px;
    padding: 16px 24px;
    background: #f2f7ff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/*фоны*/
/*хедер страниц*/
.page-header {
    background: #E9F1FE;
    padding: 50px 0;
    padding-left: 20px;
    margin-left: -20px;
}

/*хедер страниц*/
/*цвет текста*/
.text-gray {
    color: #7482A1;
}

.text-black {
    color: #17181B;
}

.text-blue {
    color: #447BF8;
}

/*цвет текста*/
/*Контейнеры*/
.content {
    position: relative;
}

.left-column {
    display: flex;
    position: fixed;
    top: 0px;
    left: 0;
    overflow-y: auto;
    z-index: 5;
    width: 400px;
    border-radius: 0px 20px 20px 0px;
    height: 100%;
    flex-direction: column;
}


.left-column::-webkit-scrollbar {
    width: 4px;

}

.left-column::-webkit-scrollbar-thumb {
    background: #007bff;
    border-radius: 5px;
}

.right-column {
    width: calc(100% - 400px);
    display: inline-block;
    float: right;
}

/*Контейнеры*/
.layout-two {
    display: flex;
    gap: 10px;
}

.layout-two>div {
    flex: 1;
    width: calc(50% - 5px);
}

.layout-three-two {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.layout-two-one {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.layout-three {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.block-width-min {
    max-width: 380px;
    width: 380px;
    position: sticky;
    top: 20px;
    height: max-content;
}

.top-section {
    margin-top: -105px;
}

/*Меню*/
.sidebar-logo .logo {
    display: flex;
    flex-direction: column;
}

.sidebar-logo .logo img {
    max-width: 242px;
    max-height: 100%;
    margin: 0;
    width: 100%;
}

.sidebar-logo-text {
    color: #7482A1;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
}

.menu-link {
    color: #17181B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: flex;
    align-items: center;
    position: relative;
}

.menu-link__item {
    color: #17181B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: flex;
    gap: 10px;
}

.submenu-link {
    color: #17181B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: flex;
    justify-content: space-between;
}

.linkIcon {
    height: 24px;
    width: 24px;
    min-width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.menu-item.active:hover .menu-link__item {
    color: #1C56D9;
}

.menu-item:hover {
    background: none;
}

.menu-item:hover .menu-link__item {
    color: #1C56D9;
}

.submenu-link:hover {
    color: #1C56D9;
}

.menu-item:hover .linkIcon-active {
    display: block;
}

.menu-item:hover .linkIcon {
    display: none;
}

.linkIcon-active {
    display: none;
    height: 24px;
    width: 24px;
    min-width: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.menu-item.active .linkIcon-active {
    display: block;
}

.menu-item.active .linkIcon {
    display: none;
}

.sidebar {
    display: flex;
    padding: 50px 16px 40px 16px;
    flex-direction: column;
    flex-grow: 1;
    gap: 40px;
}

.sidebar-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.footer-menu {
    margin-top: auto;
}

.sidebar-logo {
    padding: 0px 24px;
}

.menu-item {
    padding: 16px 24px;
}

.menu-item.active {
    background: #F2F7FF;
    border-radius: 10px;
}

.menu-item.active .menu-link__item {
    color: #447BF8;
}

.notification-badge {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    border-radius: 8px;
    background: #447BF8;
    padding: 0 5px;
    height: min-content;
    margin-left: auto;
}

.btn-menu {
    color: #17181B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 20px;
    margin-top: auto;
    width: 100%;
}

.tabletMenuButton {
    margin-top: 24px;
    display: none;
}

.openedText span {
    display: none;
}

.sidebar-logo .logo-tablet {
    display: none;
}

.mobileMenuButton {
    display: none;
}

.sidebar .menu-link {
    gap: 15px;
}

.btn-arrow-gray::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/CaretDown_gray.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/*Меню*/
/*раскрвтие и стрелка подменю*/
.dropdown-btn::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/dropdown-icon.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: auto;
}

.dropdown-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.dropdown-btn.dropdown-active::after {
    transform: rotate(180deg);
}

/*раскрвтие  стрелка подменю*/
/*подменю*/
.submenu {
    display: none;
    flex-direction: column;
    padding: 10px 38px;
    align-items: flex-start;
    gap: 20px;
}

/*подменю*/
/*футер меню*/
.sidebar-footer__link {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.sidebar-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/*футер меню*/
/*кнопки*/

.btn {
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    line-height: 22px;
    border: none;
    cursor: pointer;
    max-height: min-content;
}

.btn-max-width {
    width: 100% !important;
}

.btn-large {
    padding: 16px 34px;
    font-size: 14px;
    font-weight: 600;
}

.btn-middle {
    padding: 12px 24px;
    font-size: 13px;
    font-weight: 600;
}

.btn_blue {
    background: #447BF8;
    color: #FFF;
    transition: background 0.2s ease-in-out;
}

.btn_blue:hover {
    background: #356CE9;
}

.btn_blue.btn-deactive {
    background: #ABC5FF;
}

.btn_white {
    background: #FFF;
    color: #17181B;
}

.btn_white:hover {
    color: #447BF8;
}

.btn_white.btn-deactive {
    color: #ABC5FF;
}

.btn_gray {
    background: rgba(68, 123, 248, 0.10);
    color: #17181B;
}

.btn_gray:hover {
    background: rgba(68, 123, 248, 0.15);
    color: #447BF8;
}

.btn_gray.btn-deactive {
    background: #F2F7FF;
    color: #ABC5FF;
}

.btn-deactive {
    cursor: no-drop;
}

.btn_gray:hover .ArrowLeft_black::before {
    background-color: #447BF8;
}

.ArrowRight_white::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: #FFF;
    -webkit-mask-image: url(../images/ArrowRight_white.svg);
    mask-image: url(../images/ArrowRight_white.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.btn_gray:hover.ArrowLeft_black::before,
.btn_white:hover.ArrowLeft_black::before {
    background-color: #447BF8;
}

.ArrowLeft_black::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000;
    -webkit-mask-image: url(../images/ArrowLeft_black.svg);
    mask-image: url(../images/ArrowLeft_black.svg);
}

.privacy_policy {
    margin: 50px 0;
}
/*кнопки*/
/*страница программы*/
.filter-programs {
    margin-bottom: 20px;
}

.filter-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.programs-search {
    flex: 1 1 40%;
}

.programs-controls_radio {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    flex: 1 1 calc(60% - 20px);
}

.programs-controls__btn {
    display: flex;
    gap: 10px;
}

.search-input {
    flex: 1;
}

.category-button {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    color: #000000;
    background: #FFF;
    transition: background 0.2s ease-in-out;
}

.category-section {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-button.active {
    background: #447BF8;
    color: #FFF;
}

.category-button:hover {
    background: #356CE9;
    color: #FFF;
}

.category-button:active {
    background: #447BF8;
    color: #FFF;
}

.program-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.program-info {
    flex: 1 1 40%;
}

.program-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex: auto;
}

.program-name {
    color: #17181B;
}

.program-name:hover {
    color: #447BF8;
}

.program-card:has(.btn-program:hover) .program-name {
    color: #447BF8;
}

.program-date {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.program-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.program-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pagination {
    padding-top: 50px;
}

.filter-section .form-field {
    font-size: 14px;
}

.filter-programs-mobile {
    display: none;
    background: #FFF;
}

.filter-programs-mobile>div {
    align-items: center;
    gap: 10px;
}

.filterPrograms-opened {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
}

.filterPrograms-opened span {
    height: 2px;
    background: #447BF8;
}

.filterPrograms-opened span:nth-child(1) {
    width: 16px;
}

.filterPrograms-opened span:nth-child(2) {
    width: 10px;
}

.filterPrograms-opened span:nth-child(3) {
    width: 6px;
}

/*страница программы*/
.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.pagination li {
    display: flex;
    width: 40px;
    height: 40px;
    /*padding: 7px;*/
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #FFF;
}

.pagination li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #17181B;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.page-numbers.active a {
    color: #FFF;
}

.page-numbers.active {
    background: #447BF8;
}

.caretdown.btn-deactive svg path {
    stroke: #7482A1;
}

/*страница профиля*/

.profileCard-title {
    font-weight: 500;
}

.profileEmpty {
    margin-top: 0px;
}


.profileEmpty__block {
    padding: 24px 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 40px;
}

.profileEmpty__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.profileEmpty__button {
    display: flex;
    gap: 10px;
}

.profileCard-titel {
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    color: #7482a1;
}

.profileCard-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #17181b;
}

.profileCard {
    border-radius: 10px;
    padding: 24px;
}

.profileCard-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid #d3dae9;
    padding-top: 16px;
}

.profileCard-title.dropdown-active,
.profileCard-name {
    margin-bottom: 16px;
}

.profile-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.profileCard-left {
    max-height: max-content;
}

.profileCard-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(100% - 400px);
}

.arrowCheck-blue::before {
    content: '';
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/arrowCheck-blue.svg);
}

.arrowCheck-blue {
    display: flex;
    gap: 16px;
}

.profile-header__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.profile-header__btn {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.profile-header {
    padding-bottom: 70px;
}

.profileCard-document {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
}

.profileCard-item__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.profileCard-item__wrap .profileCard-item {
    max-width: calc(50% - 10px);
}

.profileCard-document__point {
    position: relative;
    overflow: hidden;
    height: 100%;
    flex: 1;
    border-radius: 10px;
}

.profileCard-document__image {
    height: 187px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    padding: 20px;
    align-items: flex-end;
    background-position: center;
    position: relative;
}

.profileCard-document__image::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(52, 57, 64, 0.4);
    width: 100%;
    height: 100%;
}

.profileCard-document__name {
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
}

.profile-header__wrap h1 {
    margin: 0;
}

.profile-header__wrap {
    margin-bottom: 40px;
}

.editProfile-btn::before {
    display: none;
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/editProfile-btn.svg);
}

.exit-btn::before {
    display: none;
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/exit-btn.svg);
}

/*страница профиля*/
/*форма*/
/*общий класс формы*/
.form-field {
    padding: 16px;
    border: 1px solid #D3DAE9;
    border-radius: 10px;
    outline: none;
    color: #17181B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="email"],
select,
textarea {
    width: 100%;
}

input,
textarea {
    box-sizing: border-box;
}

.inputwrap {
    position: relative;
    width: 100%;
    /*display: flex;*/
    /*gap: 4px;*/
    /*flex-direction: column;*/
    /*flex-wrap: wrap;*/
}

.inputwrap--col2 {
    width: 48%;
}

.inputwrap--col3 {
    width: 30%;
}

.inputwrap__inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.inputwrap__inner>div {
    margin-top: auto;
}

.inputwrap .inputName {
    color: #17181B;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.inputwrap .inputName,
.inputwrap label {
    margin-bottom: 4px;
    display: block;
}

.inputwrap .inputName a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.inputwrap label {
    color: #17181B;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.inputwrap label a {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.input-container {
    position: relative;
}

.password-control {
    position: absolute;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background-size: cover;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    background-image: url(../images/Eye.svg);
}

.password-control.view {
    background-image: url(../images/EyeClosed.svg);
}


.form-field:focus-visible {
    border: 1px solid #D3DAE9;
    outline: none;
}

.form-field::placeholder {
    color: #7482A1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
}

.inputMessage {
    resize: none;
}

/*обязательное поле */
.inputwrap:has(input[required]) .inputName:after,
.inputwrap:has(select[required]) label:after,
.inputwrap:has(textarea[required]) .inputName:after {
    content: " *";
    color: red;
    font-size: 1em;
}

/*обязательное поле */

/*ЧЕКБОКС*/
.inputwrap.checkbox {
    display: flex;
}

.checkbox label {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding-left: 34px;
    position: relative;
    cursor: pointer;
    color: #374054;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.inputwrap a {
    color: #447BF8;
}

.checkbox label a {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.inputwrap.checkbox label::after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 6px;
    border: 1px solid #D3DAE9;
    background: #FFF;
}

.inputwrap.checkbox input:checked+label::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 2;
    background-size: cover;
    background-image: url(../images/CheckBox.svg);
}

.inputwrap.checkbox input:checked+label::after {
    border: 1px solid #447BF8;
    background: #447BF8;
}

.inputwrap.checkbox input,
.inputwrap.checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

/*редизайн документов битрикса*/
.inputwrap .ui-ctl-file-drop {
    background: #f2f7ff;
    border-radius: 10px;
    padding: 16px;
    width: 100%;
    height: 180px;
    border: none;
}

.inputwrap .ui-ctl-label-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #7482a1;
    max-width: 100%;
    white-space: normal;
}

.inputwrap .ui-ctl-file-drop .ui-ctl-label-text span {
    color: #447bf8;
    white-space: normal;
}

.inputwrap .ui-ctl-file-drop .ui-ctl-label-text small {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #7482a1;
    white-space: normal;
}

/*редизайн документов битрикса*/
/*ошибка*/
.main-form_new form input.error:not(.input-file),
.main-form_new form textarea.error {
    background: #FAC5D1;
    box-sizing: border-box;
}

.form-field.error {
    border-color: #F8A7BE !important;
}

.form-field.error::placeholder {
    color: #CE1147;
}

.error-message {
    color: #CE1147;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

/*choises.js*/
.choices {
    margin-bottom: 0;
}

.inputwrap .choices__inner {
    padding: 14px 16px;
    border: 1px solid #D3DAE9;
    border-radius: 10px;
    outline: none;
    min-height: unset;
    background-color: white;
    box-sizing: border-box;
}

.inputwrap .choices[data-type*=select-one] .choices__inner {
    padding-bottom: 16px;
}

.inputwrap .choices__list--single {
    padding: 0;
}

.inputwrap .choices__placeholder {
    color: #7482A1;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.inputwrap .choices__item {
    width: calc(100% - 26px);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #17181b;
}

.inputwrap .choices[data-type*=select-one]::after {
    right: 16px;
    top: calc(50% - 6px);
    width: 16px;
    height: 16px;
    border: 0;
    color: #17181B;
    background-image: url(../images/dropdown-icon.svg);
}

.inputwrap .choices[data-type*=select-one].is-open::after {
    transform: rotate(180deg);
    top: calc(50% - 8px);
    margin: 0;
}

.inputwrap .is-open .choices__inner {
    border-radius: 10px 10px 0 0;
}

.inputwrap .is-open.is-flipped .choices__inner {
    border-radius: 0 0 10px 10px;
}

.inputwrap .choices__list--dropdown {
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid #D3DAE9 !important;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

.inputwrap .is-flipped .choices__list--dropdown {
    border-radius: 10px 10px 0 0;
}


.inputwrap .choices__list--dropdown .choices__list,
.inputwrap .choices__list[aria-expanded] .choices__list {
    max-width: 100%;
}

.inputwrap .choices__list--dropdown .choices__item--selectable[data-select-text],
.inputwrap .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding: 0;
}

.inputwrap .choices__list--dropdown .choices__item,
.inputwrap .choices__list[aria-expanded] .choices__item {
    padding: 5px 16px;
    box-sizing: border-box;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.inputwrap .choices[data-type*=select-one] .choices__input {
    border-bottom: 1px solid #ddd;
    margin: 0;
    border: 1px solid #d3dae9;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 16px;
}

.date-wrapper .flatpickr-input {
    position: relative;
    background-image: url(../images/CalendarIcon.svg);
    background-size: 20px;
    background-position: right 16px top 16px;
    background-repeat: no-repeat;
    padding-right: 36px;
}

/*форма*/
/*страница входа/регистрации*/

.register-form__bg {
    max-width: 100%;
    height: 100%;
    width: auto;
    max-height: 100vh;
}

.info-text {
    display: flex;
    padding: 20px;
    gap: 10px;
    border-radius: 10px;
    background: #F2F7FF;
}

.info-text::before {
    content: "";
    position: unset;
    height: 20px;
    width: 20px;
    min-width: 20px;
    background-image: url(../images/Info_blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
}


.register-form {
    width: 100%;
    display: flex;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    background-color: #e8f0ff;
}

.register-form__left {
    padding: 40px;
    width: 40%;
    border-radius: 0px 20px 20px 0px;
    background: #fff;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.register-form__right {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 90px;
}

.registerForm-section {
    max-width: 460px;
    min-height: 620px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.register-logo {
    margin-bottom: 60px;
}

.register-logo .sidebar-logo-text {
    font-size: 18px;
}

.register-logo img {
    max-width: 360px;
}

.registerForm__btn {
    color: #7482A1;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.registerForm__btn.active {
    color: #17181B;
}

.registerForm-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.registerForm-button {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.registerForm-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.registerForm {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
}

.tab-content {
    position: relative;
    min-height: 400px;
}

.tab-content.hidden {
    display: none;
}

.tab-content.visible {
    display: block;
}

.fade-out {
    min-height: 400px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.fade-in {
    min-height: 400px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
}

@supports (-moz-appearance: none) {
    .left-column {
        scrollbar-width: thin;
        scrollbar-color: #007bff #e0e0e0;
    }
}

/*#новые страницы*/
/*404*/
.error .block {
    margin: 40px 0 40px;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.error-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    flex-direction: column;
}

.error .logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.error h1 {
    margin-bottom: 0px;
    text-align: center;
}

.error p {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #546281;
    margin: 0;
}

.error__button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/*404*/
/*мои документы*/
.documents-category-btn {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #17181b;
}

.category__count {
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    border-radius: 8px;
    min-width: 18px;
    padding: 1px 5px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f7ff;
    color: #447bf8;
}

.documents-category-btn:hover .category__count,
.category-button:hover .category__count,
.category-button.active .category__count,
.documents-category-btn.active .category__count {
    color: #447bf8;
    background: #fff;
}

.documents-category-section {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 40px;
}

.icon-magnifier {
    position: relative;
}

.icon-magnifier input {
    padding-right: 36px;
}

.icon-magnifier::after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/images/MagnifyingGlass.svg);
    background-size: cover;
    background-repeat: no-repeat;
    right: 16px;
    top: calc(50% - 10px);
}

.filter-documents-section {
    display: flex;
    gap: 20px;
}

.filter-documents-section .documents-search {
    flex: 1 1 65%;
}

.filter-documents-section .application-status {
    flex: 1 1 35%;
}

.documents-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.documentsStatus {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.documentsStatus-point {
    border-radius: 10px;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
}

.status-point_green {
    color: #089d5f;
    background: rgba(8, 157, 95, 0.1);
}

.status-point_red {
    color: #ce1147;
    background: rgba(206, 17, 71, 0.1);
}

.status-point_blue {
    color: #447bf8;
    background: rgba(68, 123, 248, 0.1);
}

.status-point_gray {
    color: #7482a1;
    background: rgba(149, 149, 149, 0.1);
}


.status-point_yellow {
    color: #d39030;
    background: rgba(211, 144, 48, 0.1);
}

.documentsDetails {
    display: flex;
    gap: 8px;
}

.documentsDetails-point {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #17181b;
}

.documentsDetails-point:not(:first-child) {
    border-left: 1px solid #17181b;
    padding-left: 8px;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-text {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 2;
    width: 480px;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(55, 80, 120, 0.1);
    border-radius: 10px;
    flex-direction: column;
    gap: 16px;
}

.tooltip:hover .tooltip-text {
    display: flex;
}

.tooltip-text::before {
    content: '';
    position: absolute;
    top: -6px;
    left: auto;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-left: 1px solid transparent;
    box-shadow: 0 0 24px 0 rgba(55, 80, 120, 0.1);
    border-top: 1px solid transparent;
    transform: translateX(-50%) rotate(45deg);
}

.tooltip-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.docStatus-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #17181b;
    display: flex;
    /* align-items: center;*/
}

.docStatus-title::before {
    margin-top: 3px;
}

.docStatus-date {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    color: #546281;
    min-width: max-content;
}

.tooltip-info {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #546281
}

.tooltip-file {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.tooltip-file__point {
    background: rgba(68, 123, 248, 0.1);
    border-radius: 10px;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    color: #447bf8;
}

.CheckCircle_green::before {
    content: '';
    position: unset;
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/checkCircle_green.svg);
    margin-right: 6px;
}

.CrossCircle::before {
    content: '';
    position: unset;
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/CrossCircle.svg);
    margin-right: 6px;
}

.WarningCircle::before {
    content: '';
    position: unset;
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/WarningCircle.svg);
    margin-right: 6px;
}

.Clock-icon::before {
    content: '';
    position: unset;
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/Clock-icon-blue.svg);
    margin-right: 6px;
}

.documents-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/*Модальное окно*/
/*стиль для общего фона при модальном окне*/
body:has(.modal-open) .overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 39, 51, .3);
    z-index: 5;
}

body:has(.modal-open) {
    overflow: hidden !important;
}

/*стиль для общего фона при модальном окне*/
.fixed-modal {
    position: fixed;
    top: 0;
    height: 100vh;
    border-radius: 20px 0 0 20px;
    width: 650px;
    background: #fff;
    padding: 0;
    z-index: 6;
    right: 0;
    transform: translateX(calc(100% + 29px));
    transition: transform 0.2s ease-out;
}

.modal-open {
    transform: translateX(0);
}

.fixed-modal__block {
    overflow-y: auto;
    height: 100%;
}

.fixed-modal__wrap {
    padding: 75px 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.fixed-modal__close {
    margin-top: 60px;
    top: 0;
    left: -29px;
    position: absolute;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 100%;
    background-color: #447bf8;
    width: 58px;
    height: 58px;
    z-index: 7;
    background-image: url(../images/X-closing.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.doc-status__point {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 10px;
    padding: 24px;
}

.docStatus-info {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #17181b;
}

.doc-status__top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.doc-status__point_blue {
    background: rgba(68, 123, 248, 0.1);
}

.doc-status__point_green {
    background: rgba(8, 157, 95, 0.1);
}

.doc-status__point_red {
    background: rgba(206, 17, 71, 0.1);
}

.doc-status__point_gray {
    background: #f2f7ff;
}

.doc-status__body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.docStatus-file__point {
    background: #fff;
    border-radius: 10px;
    padding: 9px 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #447bf8;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.docStatus-file {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.docStatus-button {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.DownloadSimple-icon::before {
    content: '';
    position: unset;
    display: block;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/DownloadSimple-icon.svg);
}

.Paperclip-icon::before {
    content: '';
    position: unset;
    display: block;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/Paperclip-icon.svg);
}

.docStatus-fileUpload,
.docStatus-fileUpload__wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.docStatus-fileUpload-btn {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    align-items: center;
}

.del-File {
    background: url(../images/closing_gray.svg) no-repeat 0 0;
    cursor: pointer;
    height: 20px;
    position: relative;
    width: 20px;
    display: block;
    border: none;
    background-position: center;
}

.fileUpload-btn-text {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #447bf8;
}

.docStatus-fileUpload__title {
    font-weight: 600;
    font-size: 13px;
    line-height: 169%;
    color: #17181b;
    margin-bottom: 4px;
}

.fixed-modal__btn-mobile {
    display: none;
    margin-top: 10px;
    top: 0;
    left: calc(50% - 40px);
    position: absolute;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
    background-color: #7482A1;
    width: 80px;
    height: 6px;
    z-index: 7;
    background-repeat: no-repeat;
    background-position: center;
}

.Download-gray::after {
    content: '';
    position: absolute;
    top: 11px;
    right: 12px;
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/Download-gray.svg);
}

.Download-gray {
    position: relative;
    padding-right: 32px;
}

/*Модальное окно*/
/*мои документы*/
/*Мои программы*/
.filter-userPrograms-section {
    display: flex;
    gap: 20px;
}

.userPrograms-info {
    flex: 0 1 44%;
    display: flex;
    flex-direction: column;
    gap: 6px
}

/*.userPrograms-date {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 6px;*/
/*    max-width: 200px;*/
/*    min-width: 200px;*/
/*}*/

.userPrograms-date {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 200px;
    min-width: 130px;
    flex: 1;
}

.userPrograms-details {
    display: flex;
    gap: 10px;
    flex: 0 1 calc(56% - 20px);
}

.userPrograms-button {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    min-width: max-content;
    /*align-items: flex-end;*/
}

.userPrograms-card {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.userPrograms-card__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.completed-program .userPrograms-name,
.completed-program .program-time {
    color: #546281 !important;
}

.userPrograms-controls_radio {
    display: flex;
    gap: 20px;
    flex: 1;
}

.userPrograms-search {
    flex: 1;
}

.userPrograms-name {
    color: #17181B;
}

/*Мои программы*/
/*Уведомления*/
.notification-header__btn-mobile {
    display: none;
}

.notificationsWrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.notification {
    background: #fff;
    border-bottom: 2px solid #d3dae9;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.notification-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.notification-title {
    flex: 1;
    font-weight: 600;
}

.notification-date {
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #546281;
    align-items: center;
    display: flex;
    max-height: max-content;
}

.notification-statusPoint {
    max-height: min-content;
}

.notification-contant {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.notification-contant p,
.notification-contant a,
.notification-contant li,
.notification-contant ul,
.notification-contant span {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #17181b;

}

p.notification-contant__list-title,
.notification-contant__list-title {
    font-weight: 600;
    color: #000;
}

.notification-contant__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.notification-contant__point {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.notification-contant__point::before {
    content: '';
    position: unset;
    width: 8px;
    min-width: 8px;
    height: 8px;
    background-color: #447bf8;
    border-radius: 50%;
    margin-top: 5px;
}

.notification.notification-read *:not(.btn) {
    color: #546281 !important;
}

.CheckCircle_blue::before {
    content: '';
    position: unset;
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/CheckCircle_blue.svg);
}

.notification-search {
    flex: 0 1 75%;
}

.notificationDate {
    flex: 0 1 25%;
}

/*Уведомления*/
/*Нужна помощь модалка*/
.HelpForm .info-text {
    margin-bottom: 0px;
}

.HelpForm__wrapper {
    gap: 20px;
    min-height: 100%;
}

.HelpForm-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.HelpForm-messageSuccess {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.HelpForm-messageSuccess__img {
    max-width: 150px;
    max-height: 150px;
}

.HelpForm-messageSuccess__btn,
.HelpForm-messageSuccess__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.HelpForm-messageSuccess__btn {
    min-width: 100%;
}

.HelpForm-messageSuccess__text p {
    text-align: center;
}

/*Нужна помощь модалка*/
/*Программы модалка*/
.programsModal__subtitle {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.programsModal__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.programsModal__point {
    gap: 6px;
}

.programsModal__wrapper {
    height: 100%;
    padding-bottom: 40px;
}

.btn-programsModal {
    margin-top: auto;
}
.fixed-modal__title{
    font-size: 24px;
}

/*Программы модалка*/
/*#новые страницы*/