@import "../libs/bootstrap/bootstrap.min.css";
@import "../libs/calendar/vanilla-calendar.min.css";
@import "../libs/calendar/vanilla-calendar.layout.min.css";

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/Inter/Inter-ThinBETA.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/Inter/Inter-ExtraLightBETA.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Inter/Inter-LightBETA.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Inter/Inter-Regular.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Inter/roboto-italic-webfont.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Inter/Inter-Medium.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Inter/Inter-SemiBold.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Inter/Inter-Bold.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Inter/Inter-ExtraBold.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Inter/Inter-Black.woff2) format("woff2");
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote:after,
blockquote:before {
    content: "";
    content: none;
}

q:after,
q:before {
    content: "";
    content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

blockquote,
q {
    quotes: none;
}

ol,
ul {
    list-style: none;
}

::-webkit-input-placeholder {
    color: rgba(49, 64, 71, 0.6);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

::-moz-placeholder {
    color: rgba(49, 64, 71, 0.6);
    -moz-transition: 0.3s;
    transition: 0.3s;
}

:-ms-input-placeholder {
    color: rgba(49, 64, 71, 0.6);
    -ms-transition: 0.3s;
    transition: 0.3s;
}

::-ms-input-placeholder {
    color: rgba(49, 64, 71, 0.6);
    -ms-transition: 0.3s;
    transition: 0.3s;
}

::placeholder {
    color: rgba(49, 64, 71, 0.6);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

::-moz-selection {
    background-color: #1e44c1;
    color: #fff;
}

::selection {
    background-color: #1e44c1;
    color: #fff;
}

button,
input,
select,
textarea {
    outline: none;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

html {
    scroll-behavior: auto !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    opacity: 0;
}

input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

body {
    background-color: #C6D2E4;
    color: #101a29;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    min-width: 280px;
    overflow-x: hidden;
    position: relative;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}

b,
strong {
    font-weight: 700;
}

em,
i {
    font-style: italic;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

.logo__img {
    width: 152px;
}

a {
    color: inherit;
    text-decoration: none;
}

@media (hover: none) {
    a:active {
        color: inherit;
        text-decoration: none;
    }
}

@media (hover: hover) {
    a:hover {
        color: inherit;
        text-decoration: none;
    }
}

:root {
    --bs-primary: #1e44c1;
    --bs-primary-dark: #2c234d;
    --bs-primary-10: rgba(30, 68, 193, 0.1);
    --bs-primary-20: rgba(30, 68, 193, 0.2);
    --bs-primary-30: rgba(30, 68, 193, 0.3);
    --bs-primary-40: rgba(30, 68, 193, 0.4);
    --bs-primary-50: rgba(30, 68, 193, 0.5);
    --bs-primary-60: rgba(30, 68, 193, 0.6);
    --bs-primary-70: rgba(30, 68, 193, 0.7);
    --bs-primary-80: rgba(30, 68, 193, 0.8);
    --bs-primary-90: rgba(30, 68, 193, 0.9);
    --c-border: rgba(73, 80, 87, 0.3);
    --c-sidebar-step: #303030;
    --c-radio-btn: #495057;
    --c-radio-btn-filled-bg: #f7f7f7;
    --c-gray: #686875;
    --c-place-free: #0e9e34;
    --c-place-disabled: red;
    --c-calendar-disabled: #9e9e9e;
    --c-calendar-weekend: #ec2a4d;
    --c-btn-green: #048565;
    --c-pagination-bd: #e2e5e8;
    --c-pagination-fill-disabled: #f8f9fa;
    --c-pagination-arrow-disabled: #adb5bd;
    --c-table-bd: #eff0f2;
}

.c-white {
    color: #fff;
}

.c-black {
    color: #000;
}

.c-accent {
    color: #1e44c1;
}

.c-text {
    color: #101a29;
}

.hidden {
    display: none;
}

.logo {
    display: block;
}

.fw-th {
    font-weight: 100;
}

.fw-xlt {
    font-weight: 200;
}

.fw-lt {
    font-weight: 300;
}

.fw-re {
    font-weight: 400;
}

.fw-md {
    font-weight: 500;
}

.fw-sb {
    font-weight: 600;
}

.fw-bd {
    font-weight: 700;
}

.fw-xbd {
    font-weight: 800;
}

.fw-bk {
    font-weight: 900;
}

.justify-content-center {
    background: #fff;
    border-radius: 25px;
}

@media (min-width: 1400px) {
    max-width: 1400px;
}

.container-relative {
    position: relative;
}

.container-outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.no-scrollbar::-webkit-scrollbar,
.no-scrollbar::-webkit-scrollbar-thumb {
    background-color: transparent;
    display: none;
    height: 0;
    width: 0;
}

.no-scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
    display: none;
    height: 0;
    width: 0;
}

.custom-scrollbar::-webkit-scrollbar {
    background-color: var(--c-pagination-arrow-disabled);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    cursor: pointer;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
}

.custom-scrollbar-y::-webkit-scrollbar {
    width: 8px;
}

.custom-scrollbar-x::-webkit-scrollbar {
    height: 8px;
}

.img-crop {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    width: 100%;
}

.img-fill {
    height: auto;
    left: 50%;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
}

.txt-h1 {
    font-size: 30px;
    font-weight: 700;
    color: #0F2774;
}

.txt-h2 {
    font-size: 30px;
    font-weight: 600;
}

.txt-h3 {
    font-size: 24px;
    font-weight: 500;
}

.txt-h4 {
    font-size: 22px;
    font-weight: 700;
}

.txt-h5 {
    font-size: 16px;
    font-weight: 500;
}

.content ol,
.content ul {
    list-style-position: inside;
}

.content ol li,
.content ul li {
    margin-bottom: 10px;
}

.content ol li:last-child,
.content ul li:last-child {
    margin-bottom: 0;
}

.content ol {
    list-style-type: decimal;
}

.content ul {
    list-style-type: disc;
}

.button_main {
        display: block;
}

.button_mobile {
    display: none !important;
}

@media (max-width: 1199.98px) {
    .txt-h1 {
        font-size: 32px;
    }

    .txt-h2 {
        font-size: 28px;
    }

    .txt-h3 {
        font-size: 22px;
    }

    .txt-h5 {
        font-size: 14px;
        font-weight: 500;
    }
}

@media (max-width: 767.98px) {
    .txt-h1 {
        font-size: 22px;
    }

    .txt-h2 {
        font-size: 20px;
        line-height: 130%;
    }

    .txt-h3 {
        font-size: 18px;
    }

    .txt-h5 {
        font-size: 12px;
        font-weight: 500;
    }
}

.element-mask {
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.element-bg,
.element-mask {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.element-bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.button,
.link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.link-white {
    color: var(--bs-white);
}

.link__icon {
    margin-right: 16px;
}

.button {
    border-radius: 3px;
    font-weight: 600;
    text-transform: uppercase;
}

.button-small {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
}

.form__controls_prev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 70px;
    background-color: #ffffff;
    border: 3px solid #1E44C1;
    border-radius: 20px;
    color: #1E44C1;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    margin-right: 20px;
}

.form__controls_prev:hover {
    color: #4266DB;
    border: 3px solid #4266DB;
}

.button-fill-accent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 70px;
    background-color: #1E44C1;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

#add_persdata {
    width: 417px;
    margin-bottom: 20px;
    color: #4266DB;
}

#add_persdata svg {
    margin-right: 10px;
}

#add_persdata svg path:hover {
    color: #4266DB;
}

.button-fill-green {
    background-color: var(--c-btn-green);
    color: var(--bs-white);
}

.form_note {
    margin-top: 40px;
    border: 2px solid #55595D;
    padding: 10px;
    text-align: left;
    color: #231F20;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
}

.form_note_admin {
    margin-top: 0;
}

.form_note img {
    object-fit: cover;
}

.section {
    margin: 100px 0;
}

.radio-btn__check:checked ~ .radio-btn__title {
    background-color: #7E8FCD;
    color: #000;
}

.radio-btn__check:checked ~ .form__buttons_element {
    background-color: #7E8FCD;
    color: #000;
}

.form__buttons_element:hover {
    background-color: #7E8FCD;
}

.form__buttons_element {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 80px;
    background-color: #B4C2F3;
    border-radius: 20px;
}

.radio-btn__title {
    color: #000;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-label-pvs {
    width: 35px;
}

#pvs-dog-data {
    display: none;
}

.radio-btn--filled .radio-btn__title {
    background-color: var(--c-radio-btn-filled-bg);
    border: 0;
    font-weight: 400;
    padding: 8px 30px;
}

[data-calendar-theme="dark"] .vanilla-calendar-days,
[data-calendar-theme="light"] .vanilla-calendar-days {
    gap: 8px;
}

[data-calendar-theme="dark"] .vanilla-calendar-day__btn,
[data-calendar-theme="light"] .vanilla-calendar-day__btn {
    background-color: var(--c-radio-btn-filled-bg);
    border-radius: 4px;
    color: #101a29;
    font-size: 16px;
    min-height: 40px;
    min-width: 40px;
}

[data-calendar-theme="dark"] .vanilla-calendar-day__btn_disabled,
[data-calendar-theme="light"] .vanilla-calendar-day__btn_disabled {
    color: var(--c-calendar-disabled) !important;
}

[data-calendar-theme="dark"] .vanilla-calendar-day__btn_selected,
[data-calendar-theme="light"] .vanilla-calendar-day__btn_selected {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

[data-calendar-theme="dark"] .vanilla-calendar-day__btn_weekend,
[data-calendar-theme="light"] .vanilla-calendar-day__btn_weekend {
    color: var(--c-calendar-weekend);
    pointer-events: none;
}

[data-calendar-theme="dark"] .vanilla-calendar-day__btn_next,
[data-calendar-theme="light"] .vanilla-calendar-day__btn_next {
    pointer-events: none;
}

[data-calendar-theme="dark"] .vanilla-calendar-year_disabled,
[data-calendar-theme="light"] .vanilla-calendar-year_disabled {
    display: none;
}

[data-calendar-theme="dark"] .vanilla-calendar-month,
[data-calendar-theme="light"] .vanilla-calendar-month {
    font-size: 24px;
    font-weight: 500;
}

[data-calendar-theme="dark"] .vanilla-calendar-week,
[data-calendar-theme="light"] .vanilla-calendar-week {
    display: none;
}

[data-calendar-theme="dark"] .vanilla-calendar-months__month,
[data-calendar-theme="light"] .vanilla-calendar-months__month {
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

[data-calendar-theme="dark"] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected,
[data-calendar-theme="light"] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected {
    background-color: var(--bs-primary);
}

.vanilla-calendar {
    min-width: 390px;
    padding: 0;
}

.vanilla-calendar-header {
    margin-bottom: 18px;
}

.vanilla-calendar_to-input {
    z-index: 9;
}

.vanilla-calendar_to-input_bottom {
    margin-top: 10px;
}

.vanilla-calendar-arrow {
    height: 40px;
    position: relative;
    width: 40px;
}

.pagination,
.pagination__item,
.vanilla-calendar-arrow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.pagination__item {
    background-color: var(--bs-white);
    border: 1px solid var(--c-pagination-bd);
    border-radius: 50%;
    font-size: 15px;
    height: 45px;
    margin: 0 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 45px;
}

.pagination__item.active {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.pagination__item.disabled {
    background-color: var(--c-pagination-fill-disabled);
    pointer-events: none;
}

.pagination__item.disabled .pagination__item_icon {
    background-color: var(--c-pagination-arrow-disabled);
}

.pagination__item_icon {
    background-color: #101a29;
    height: 23px;
    width: 18px;
}

.pagination__item--prev .pagination__item_icon {
    -webkit-mask-image: url(../img/icons/icon-arrow-double-left-lt.svg);
    mask-image: url(../img/icons/icon-arrow-double-left-lt.svg);
}

.pagination__item--next .pagination__item_icon {
    -webkit-mask-image: url(../img/icons/icon-arrow-double-right-lt.svg);
    mask-image: url(../img/icons/icon-arrow-double-right-lt.svg);
}

.div_main_bg {
    padding: 0;
}

.main_img {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
    /* height: 100%; */
    margin-top: 50px;
}

.add_aud_button {
    text-align: right;
    margin: 10px 40px 10px 0;
}

.new_center_button {
    width: 250px;
    height: 40px;
    background-color: #1E44C1;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
}

.excel_button {
    width: 212px;
    height: 40px;
    background-color: #0E9E34;
    color: #fff;
}

/*     Модальное окно админки    */
.auth_edit_modal {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.auth_edit_modal::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.auth_edit_modal .modal-content {
    background: white;
    padding: 10px;
    margin: 5% auto;
    width: 568px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    font-family: sans-serif;
}

.auth_edit_modal .modal-content h2 {
    font-weight: 600;
    font-size: 26px;
}

.auth_edit_modal fieldset {
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius: 6px;
}

.auth_edit_modal legend {
    font-weight: bold;
    padding: 0 5px;
}

.auth_edit_modal label {
    display: block;
    margin: 5px 20px;
    font-size: 16px;
    width: 100%;
}

.audTime, .audTimeFilter {
    width: 30% !important;
}

.auth_edit_modal input[type="text"],
.auth_edit_modal input[type="number"],
.auth_edit_modal input[type="time"],
 .auth_edit_modal input[type="date"] {
    width: 100%;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.auth_edit_modal input[name="ROOMDATA[ROOM]"],
.auth_edit_modal input[name="ROOMDATA[SEAT_QUANTITY]"],
.auth_edit_modal input[name="ROOMDATA[CUSTOM_TIME]"],
.auth_edit_modal input[name="ROOMDATA[NEW_ROOM]"],
.auth_edit_modal select
{
    width: 20%;
}

.auth_edit_modal input[name="ROOMDATA[NEW_ROOM]"] {
    margin-left: 10px;
}

.auth_edit_modal select {
    height: 40px;
}

.auth_edit_modal input[name="ROOMDATA[DATE_EXAM]"],
.auth_edit_modal input[name="date_from_filter"],
.auth_edit_modal input[name="date_to_filter"]
{
    width: 25%;
}

.auth_edit_modal .buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}

.auth_edit_modal .delete{
    background: #fff;
    color: #E41A1A;
    border: 1px solid #E41A1A;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    width: 106px;
    height: 40px;
    margin-right: 15px;
}

.auth_edit_modal .save {
    background: #1E44C1;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    width: 106px;
    height: 40px;
}

.auth_edit_modal .nochange {
    background: white;
    color: #1E44C1;
    border: 2px solid #1E44C1;
    width: 212px;
    border-radius: 4px;
    margin-right: 10px;
}

.change_app {
    width: 187px !important;
}

.auth_edit_modal button:hover {
    opacity: 0.9;
}

.auth_edit_modal .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

#filter_modal {
    display: none;
}

#app_edit_modal .buttons, #app_confirm .buttons, #not_edit_modal .buttons {
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 15px;
}

/*     Модальное окно админки end   */

.num_examins {

    display: flex;
    align-items: center; /* Вертикальное выравнивание */
    justify-content: left; /* Горизонтальное выравнивание */
}

.num_examins label {
    font-size: 20px;
    font-weight: 700;
    /*color: #000 !important;*/
}

.numExaminees {
    margin-right: 10px;
    margin-top: -7px;
    width: 45px !important;
    text-align: center;
    padding-left: 7px !important;
}
.input-ovz{
    width: 20px;
    height: 20px;
}
.ovz-label{
    font-size: 20px;
    font-weight: 700;

}

.ruk_link {
    text-decoration: underline;
}

#app_edit_modal .modal-content, #app_confirm .modal-content {
    width: 995px;
    justify-content: center;
    align-items: center;
}

.app_modal_title1, .app_modal_title2 {
    text-align: center;
}

.app_modal_title1 {
    font-size: 24px;
    margin-top: 20px;
}

.app_modal_title1 h5 {
    font-size: 20px;
}

.app_modal_title2 {
    font-size: 30px;
    font-weight: 600;
}

.appmodal_content {
    border: 2px solid #000;
    border-radius: 12px;
    padding: 24px;
    width: 608px;
    margin-top: 15px;
    
}

.appmodal_content fieldset {
    margin-top: 20px;
    border: 0;
}

.center_group label {
    display: inline-block;
    margin-left: 0px;
}

.app_modal_title3 {
    font-size: 20px;
    font-weight: 500;
}

.app_modal_text {
    font-size: 20px;
    font-weight: 600;
    display: inline-flex;
    vertical-align: middle;
}

.testperson_modal {
    margin-top: 10px;
}

.radio-option label {
    display: inline-block;
}

#exam-select {
    width: 60%;
}

.table_edit_center .filter_div {
    text-align: right;
    margin: 10px 40px 10px 0;
}

.table_edit_center .filter_div_but {
    text-align: center;
    padding-left: 0;
}

.password-container {
    position: relative;
    width: 200px;
}
.toggle-password {
    position: absolute;
    right: -55px;
    top: 72%;
    transform: translateY(-50%);
    cursor: pointer;
}

@media (max-width: 1199.98px) {
    .section {
        margin: 80px 0;
    }

    [data-calendar-theme="dark"] .vanilla-calendar-month,
    [data-calendar-theme="light"] .vanilla-calendar-month {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .section {
        margin: 60px 0;
    }

    .radio-btn__title {
        padding: 11px 15px;
    }

    .radio-btn--filled .radio-btn__title {
        padding: 8px 15px;
    }

    [data-calendar-theme="dark"] .vanilla-calendar-month,
    [data-calendar-theme="light"] .vanilla-calendar-month {
        font-size: 18px;
    }

    [data-calendar-theme="dark"] .vanilla-calendar-days,
    [data-calendar-theme="light"] .vanilla-calendar-days {
        gap: 4px;
    }

    [data-calendar-theme="dark"] .vanilla-calendar-day__btn,
    [data-calendar-theme="light"] .vanilla-calendar-day__btn {
        min-height: 38px;
        min-width: 38px;
    }

    .vanilla-calendar-header {
        margin-bottom: 10px;
    }
}

@media (max-width: 320px) {
    .pagination__item {
        height: 40px;
        margin: 0 2px;
        width: 40px;
    }
}

@media (hover: none) {
    .link-white:active {
        color: var(--bs-white);
        opacity: 0.7;
    }

    .radio-btn__title:active {
        color: var(--bs-primary);
    }

    .button-fill-accent:active {
        background-color: var(--bs-primary-dark);
        color: var(--bs-white);
    }

    .button-fill-green:active {
        color: var(--bs-white);
        opacity: 0.8;
    }

    [data-calendar-theme="dark"] .vanilla-calendar-day__btn:not(.vanilla-calendar-day__btn_selected):active,
    [data-calendar-theme="light"] .vanilla-calendar-day__btn:not(.vanilla-calendar-day__btn_selected):active {
        background-color: var(--bs-primary-80) !important;
        color: #fff !important;
    }

    [data-calendar-theme="dark"] .vanilla-calendar-months__month:not(.vanilla-calendar-months__month_selected):active,
    [data-calendar-theme="light"] .vanilla-calendar-months__month:not(.vanilla-calendar-months__month_selected):active {
        background-color: var(--bs-primary-80) !important;
        color: #fff !important;
    }

    [data-calendar-theme="dark"] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected:active,
    [data-calendar-theme="light"] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected:active {
        background-color: var(--bs-primary);
    }

    .pagination__item:active {
        border-color: var(--bs-primary);
    }
}

@media (hover: hover) {
    .link-white:hover {
        color: var(--bs-white);
        opacity: 0.7;
    }

    /*.radio-btn__title:hover {
        color: var(--bs-primary);
    }*/
    .button-fill-accent:hover {
        background-color: #4266DB;
        color: var(--bs-white);
    }

    .button-fill-green:hover {
        color: var(--bs-white);
        opacity: 0.8;
    }

    [data-calendar-theme="dark"] .vanilla-calendar-day__btn:not(.vanilla-calendar-day__btn_selected):hover,
    [data-calendar-theme="light"] .vanilla-calendar-day__btn:not(.vanilla-calendar-day__btn_selected):hover {
        background-color: var(--bs-primary-80) !important;
        color: #fff !important;
    }

    [data-calendar-theme="dark"] .vanilla-calendar-months__month:not(.vanilla-calendar-months__month_selected):hover,
    [data-calendar-theme="light"] .vanilla-calendar-months__month:not(.vanilla-calendar-months__month_selected):hover {
        background-color: var(--bs-primary-80) !important;
        color: #fff !important;
    }

    [data-calendar-theme="dark"] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected:hover,
    [data-calendar-theme="light"] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected:hover {
        background-color: var(--bs-primary);
    }

    .pagination__item:hover {
        border-color: var(--bs-primary);
    }
}

.account__container {
    margin: 0 auto;
    max-width: 1480px;
    padding: 0 15px;
    width: 100%;
}

.account__header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.account__info table {
    background-color: var(--bs-white);
    border: 1px solid var(--c-table-bd);
    border-radius: 12px;
    width: 100%;
}

.account__info table thead {
    border-bottom: 1px solid var(--c-table-bd);
}

.account__info table thead tr td {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0;
}

.account__info table thead tr td button {
    font-weight: inherit;
    padding: 10px 20px 10px 10px;
    position: relative;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
}

.account__info table thead tr td button:after {
    background-color: var(--bs-primary);
    content: "";
    height: 5px;
    -webkit-mask-image: url(../img/icons/icon-pin-up-accent.svg);
    mask-image: url(../img/icons/icon-pin-up-accent.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
}

.account__info table tbody tr td {
    font-size: 14px;
}

.account__info table tr {
    border-bottom: 1px solid var(--c-table-bd);
}

.account__info table tr:last-child {
    border: 0;
}

.account__info table tr td {
    font-size: 14px;
    padding: 10px;
    vertical-align: middle;
}

.account__info table tr td:first-child {
    padding-left: 26px;
}

.account__info table tr td:last-child {
    padding-right: 26px;
}

.account__controls {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.account__controls_btn {
    background-color: var(--bs-primary);
    height: 22px;
    margin-right: 16px;
    width: 22px;
}

.account__controls_btn:last-child {
    margin: 0;
}

.account__controls_btn--edit {
    -webkit-mask-image: url(../img/icons/icon-edit-accent.svg);
    mask-image: url(../img/icons/icon-edit-accent.svg);
}

.account__controls_btn--remove {
    -webkit-mask-image: url(../img/icons/icon-remove-accent.svg);
    mask-image: url(../img/icons/icon-remove-accent.svg);
}

.account__pagination {
    margin-top: 48px;
}

@media (max-width: 1279.98px) {
    .account__info {
        overflow-x: auto;
    }

    .account__info table {
        width: 1450px;
    }
}

@media (max-width: 1199.98px) {
    .account__header {
        margin-bottom: 32px;
    }

    .account__pagination {
        margin-top: 40px;
    }
}

@media (max-width: 991.98px) {
    .account__header {
        margin-bottom: 24px;
    }

    .account__pagination {
        margin-top: 32px;
    }
}

@media (max-width: 767.98px) {
    .account__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .account__header_btn {
        margin-top: 16px;
    }

    .account__pagination {
        margin-top: 24px;
    }

    .account__info {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0 15px;
    }
}

@media (hover: none) {
    .account__info table thead button:active {
        color: var(--bs-primary);
    }

    .account__controls_btn:active {
        opacity: 0.6;
    }
}

@media (hover: hover) {
    .account__info table thead button:hover {
        color: var(--bs-primary);
    }

    .account__controls_btn:hover {
        opacity: 0.6;
    }
}

.footer {
    background-color: #000;
    padding: 24px 0;
}

.footer__top {
    margin-bottom: 16px;
}

.footer__bottom {
    color: var(--bs-white);
}

.footer__contacts_title {
    color: var(--bs-white);
    font-size: 20px;
    font-weight: 700;
    margin-right: 30px;
}

.footer__links_item {
    margin-bottom: 10px;
}

.footer__links_item:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .footer {
        padding: 60px 0;
    }

    .footer__logo,
    .footer__top {
        margin-bottom: 24px;
    }

    .footer__bottom {
        color: var(--bs-white);
    }

    .footer__logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }

    .footer__bottom {
        text-align: center;
    }

    .footer__contacts {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 320px) {
    .footer__contacts_title {
        margin: 0 0 8px;
        text-align: center;
        width: 100%;
    }
}

.form__steps {
    margin: 0 auto;
    text-align: center;
}

.form__left {
    /*padding: 40px;*/
    width: 100%;
}

.form__left,
.form__right {
    background-color: var(--bs-white);
}

.form__right {
    /*border: 1px solid var(--c-border);
    border-radius: 0 12px 12px 12px;*/
    padding: 40px 50px;
    /*width: calc(100% - 255px);*/
}

.form_title {
    width: 320px;
    height: 59px;
    border-radius: 12px;
    border: 3px solid #B4C2F3;
    padding: 5px 28px 5px 28px;
    font-size: 26px;
    font-weight: 500;
    vertical-align: middle;
    margin: 0 auto;
}

.form__step:not(:first-child) {
    display: none;
}

.form__block {
    margin-bottom: 40px;
}

.form__block:last-child {
    margin-bottom: 0;
}

.form__block_title {
    color: #231F20;
    margin-bottom: 10px;
    margin-top: 10px;
}

.form__buttons {
    margin-top: 20px;

}

.form__buttons_title {
    color: var(--c-gray);
    margin-bottom: 10px;
}

.form__buttons_elements {
    display: flex;
    margin: 0 auto;
    gap: 20px;
    justify-content: center;
}

.form__controls {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    justify-content: space-between;
}

.form__controls_btn {
    min-width: 158px;
}

.btn-disabled, .btn-disabled:hover {
    background-color: #9A9DA7 !important;
    cursor: default !important;
}

.form__controls_next {
    margin-left: auto;
}

.form__total_title {
    margin-bottom: 5px;
}

.form__total_rows {
    margin-bottom: 40px;
}

.form__total_row {
    font-weight: 500;
    margin-bottom: 16px;
}

.form__total_row:last-child {
    margin-bottom: 0;
}

.form__total_row span {
    color: var(--bs-primary);
}

.form__calendar {
    max-width: 328px;
    min-width: unset;
    margin: 0 auto;
}

.form__time_title {
    margin-bottom: 20px;
}

.form__time_item {
    margin-bottom: 8px;
}

.form__time_item:last-child {
    margin-bottom: 0;
}

.calendar_time_check {
    width: 200px;
    height: 60px;
    background-color: #99DE74 !important;
    border-radius: 8px;
}

.calendar_time_check.disabled {
    background-color: #F28686 !important;
    cursor: default;
}

.radio-btn__check:checked ~ .calendar_time_check {
    border: 3px solid #1E44C1 !important;
}

.time_ddiv {
    width: 100%;
    /*height: 160px;*/
}

.form__field {
    margin-bottom: 20px;
    text-align: left;
}

.form__field .form-label {
    color: var(--c-radio-btn);
}

.form__field .form-control {
    border-color: #393B3D;
    border-radius: 6px;
    width: 270px;
    height: 44px;
    padding: 10px;
}

#form-code, #form-nameorg, #form-orgaddr {
    width: 100%;
}

/* Всплывающая подсказка */
.help-tip {
    position: relative;
    top: -32px;
    left: 240px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #393B3D;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

.help-tip_check {
    left: 527px;
}

.help-tip_check_fiz {
    left: 235px;
}

.help-tip_check_file {
    left: 243px;
}

.help-tip:before {
    content: '?';
    font-weight: normal;
    color: #393B3D;
    display: block;
    margin-left: 1px;
    margin-top: -4px;
}

.help-tip:hover p {
    display: block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip p { /* Всплывающая подсказка */
    display: none;
    text-align: left;
    background-color: #E4EBEE;
    padding: 10px;
    width: 250px;
    position: absolute;
    border-radius: 4px;
    /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
    right: 10px;
    top: 12px;
    color: #231F20;
    font-size: 16px;
    line-height: 1.4;
}

/*.help-tip p:before{  Указатель всплывающей подсказки 
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:10px;
    top:-12px;
}*/

.help-tip p:after { /* Не позволить исчезнуть всплывающей подсказке */
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
}

.navig {
    margin-top: 35px;
}

/* Анимация CSS */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 100%;
    }
}

.form__place_title {
    margin-bottom: 10px;
}

.form__places {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 328px;
}

.form__places_item {
    background-color: var(--c-place-free);
    border-radius: 4px;
    cursor: pointer;
    height: 40px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    width: 40px;
}

.form__places_item.disabled {
    background-color: var(--c-place-disabled);
    pointer-events: none;
}

.form__places_item.selected {
    background-color: var(--bs-primary);
}

.form_persondata {
    width: 608px;
    height: 100%;
    border: 2px solid #393B3D;
    border-radius: 12px;
    padding: 24px;
    margin: 0 auto;
}

.form_persondata {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.legend {
    text-align: left;
}

.free_slot, .busy_slot {
    width: 40px;
    height: 40px;
    display: inline-flex;
    border-radius: 4px;
    vertical-align: middle;
    margin-bottom: 5px;
    padding-left: 3px;
}

.free_slot {
    background-color: #99DE74;
}

.busy_slot {
    background-color: #F18585;
}

.datetime_itog {
    text-align: left;
    font-size: 24px;
    margin-bottom: 5px;
}

.check_testdata {
    width: 100%;
    text-align: left;
}

.block_itog_title {
    font-size: 24px;
}

.block_itog_text {
    font-size: 20px;
}

.admin_title {
    text-align: center;
}

.admin_title h2 {
    font-size: 36px;
    color: #0F2774;
    font-weight: 700;
}

.admin_button {
    text-align: center;
}

.admin_buttons .form__buttons_element.active {
    background-color: #7E8FCD;
    cursor: default;
}

.admin_button figcaption {
    font-size: 20px;
    font-weight: 600;
}

.table_edit_center, .apps_table, .not_table {
    padding: 10px;
    margin-top: 20px;
}

.table_edit_center table, .apps_table table, .not_table table {
    border-collapse: separate;
    border-spacing: 0 0.5em;
    width: 100%;
}

.apps_table table, .not_table table {
    border-spacing: 0.5em 0.5em;
}   

.table_edit_center table th, .apps_table table th, .not_table th {
    font-weight: 700;
    font-size: 16px;
}

.not_table th {
    text-align: center;
}

.apps_table table th, .not_table table th {
    vertical-align: middle;
}

.apps_table table th, .apps_table table td, .not_table table td {
    text-align: center;
}

.table_edit_center table td, .apps_table table td, .not_table table td {
    font-size: 14px;
    vertical-align: middle;
}

.center_status_div {
    width: 140px;
    height: 50px;
    text-align: center;
    align-content: center;
    border-radius: 4px;
}

.not_table table .center_status_div {
    width: 100%;
}

.edit_center_button, .edit_app_button {
    width: 106px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #1E44C1;
}

.edit_app_button {
    color: #1E44C1;
}

.delete_app_button {
    width: 106px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #E41A1A;
    color: #E41A1A;
}

/* Фильтр */
.filter_div {
    margin-top: 20px;
    width: 100%;
}

.filter_text_form, .filter_div_but, #del_filter_link {
    display: inline-block;
}

.filter_text_form input[type="text"] {
    width: 927px;
    border-radius: 4px 0 0 4px;
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    border: 0;
    background-image: url("/img/lupa.jpg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 10px;
    text-indent: 20px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #55595D;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #55595D;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #55595D;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #55595D;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #55595D
}
::placeholder { /* Most modern browsers support this now. */
   color: #55595D;
}

.filter_text_form input[type="submit"] {
    width: 106px;
    height: 40px;
    background-color: #1E44C1;
    color: #fff;
    border-radius: 0 4px 4px 0;
    border: 0;
    margin-left: -3px;
    padding-top: 3px;
}

.filter_div_but, #del_filter_link {
    width: 106px;
    height: 40px;
    border: 1px solid #1E44C1;
    border-radius: 4px;
    color: #1E44C1;
    background-color: #fff;
    margin-left: 10px;
    font-weight: 600;
}

.filter_div_but {
    padding-top: 6px;
    padding-left: 6px;
    cursor: pointer;
}

.logout_link {
    display: flex;
    justify-content: flex-end;
}

.logout_link a {
    text-align: center;
}

#del_filter_link {
    width: 156px;
    text-align: center;
}

.sort_div {
    text-align: right;
    margin-top: 20px;
}

.sort_title, #sortForm {
    display: inline-block;
}

.sort_title {
    font-weight: 600;
}

.sort_main {
    color: #1E44C1;
    text-decoration: underline;
    margin-left: 5px;
    font-weight: 600;
    cursor: pointer;
}

.sort_title_div {
    display: none;
    width: 240px;
    background: #fff;
    padding: 10px 15px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 4px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 5px 0px rgba(34, 60, 80, 0.2);
    position: absolute;
    text-align: left;
    right: 290px;
    border-radius: 4px;
}

.sort_label {
    margin-bottom: 10px;
    font-weight: 500;
    padding: 12px 16px;
}

#filter_main_form input[type="radio"],
#filter_main_form input[type="checkbox"]
{
    margin-right: 10px;
}

#submit_login {
    border: 0;
}

.auth_mess {
    color: #495057;
}

#not_edit_modal .modal-content {
    width: 995px;
    height: 500px;
    border-radius: 20px;
}

.not_modal_div {
    text-align: center;
    margin-top: 15px;
}

.not_modal_div h3 {
    font-size: 24px;
    font-weight: 500;
}

.not_modal_div textarea {
    width: 608px;
    height: 143px;
    border: 2px solid #393B3D;
    border-radius: 12px;
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
}

.not_modal_div input[type="text"] {
    width: 107px;
    height: 44px;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #393B3D;
    margin-right: 20px;
}

#not_edit_modal .save, #not_edit_modal .delete {
    width: 187px;
}

@media (max-width: 767.98px) {
    .form__left {
        margin-bottom: 20px;
        padding: 15px 20px;
    }

    .form__right {
        padding: 20px;
    }

    .form__block {
        margin-bottom: 30px;
    }

    .form__buttons_elements {
        /*margin: 0 -5px -10px;*/
        display: block;
    }

    .form__buttons_element {
        margin: 0 0 10px  0;
        min-width: unset;
        width: 100%;
    }

    .form_title {
        font-size: 18px;
        width: 240px;
        height: 43px;
    }

    .form__controls {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }

    .form__controls_next {
        margin-left: unset;
        width: 100%;
    }

    .form__total_rows {
        margin-bottom: 20px;
    }

    .form__time_title {
        margin-bottom: 10px;
    }

    .form__time_items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5px -10px;
    }

    .form__time_item {
        margin: 0 5px 10px;
        /*width: calc(50% - 10px);*/
    }

    .time_input {
        width: 100% !important;
    }

    .legend {
        margin-top: 30px;
    }

    .form__calendar,
    .form__field {
        margin-bottom: 15px;
    }

    .num_examins label {
        font-size: 20px;
    }

    #add_persdata {
        width: 100%;
    }
}

@media (hover: none) {
    .form__places_item:not(.disabled):active {
        background-color: var(--bs-primary-80);
    }
}

@media (hover: hover) {
    .form__places_item:not(.disabled):hover {
        background-color: var(--bs-primary-80);
    }
}

.header {
    background-color: #1E44C1;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    padding: 10px 0;
}

.header__title {
    font-size: 26px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    text-align: center;
    color: #fff;
}

@media (max-width: 991.98px) {
    .header__title {
        font-size: 20px;
        max-width: 400px;
    }
}

@media (max-width: 767.98px) {
    .header__logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
    }

    .header__title {
        font-size: 18px;
        margin: 8px auto 0;
        text-align: center;
    }
}

.sidebar {
    width: 100%;
    padding: 40px 30px 0 30px;
    /*text-align: center;*/
    display: flex;
    justify-content: center;
    gap: 13px;
}

.sidebar__step {
    color: var(--c-sidebar-step);
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 7.5px 0;
    pointer-events: none;
    text-align: left;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    /*width: 238px;*/
}


.sidebar__step.active {
    color: #393B3D;
    font-weight: 700;
}

.step--1 .sidebar__step:first-child {
    pointer-events: unset;
}

.step--2 .sidebar__step:first-child,
.step--2 .sidebar__step:nth-child(2) {
    pointer-events: unset;
}

.step--3 .sidebar__step:first-child,
.step--3 .sidebar__step:nth-child(2),
.step--3 .sidebar__step:nth-child(3) {
    pointer-events: unset;
}

.step--4 .sidebar__step:first-child,
.step--4 .sidebar__step:nth-child(2),
.step--4 .sidebar__step:nth-child(3),
.step--4 .sidebar__step:nth-child(4) {
    pointer-events: unset;
}

.step--5 .sidebar__step:first-child,
.step--5 .sidebar__step:nth-child(2),
.step--5 .sidebar__step:nth-child(3),
.step--5 .sidebar__step:nth-child(4),
.step--5 .sidebar__step:nth-child(5) {
    pointer-events: unset;
}

.sidebar__step:first-child::after,
.sidebar__step:nth-child(2)::after,
.sidebar__step:nth-child(3)::after,
.sidebar__step:nth-child(4)::after {
    content: '\2014';
    margin-left: 10px;
    font-weight: normal;
}

.sidebar_jur .sidebar__step:nth-child(5)::after {
    content: '\2014';
    margin-left: 10px;
    font-weight: normal;
}

.step_num {
    background-color: #CED5EE;
    display: inline-block;
    height: 38px;
    width: 38px;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    border-radius: 50%;
    margin-right: 5px;
}

.sidebar__step.active .step_num {
    border: 4px solid #6A7BB7;
    padding-top: 2px;
}

.time_input {
    display: inline-block;
    width: 50%;
}

@media (max-width: 991.98px) {
    .sidebar {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .sidebar__step {
        width: auto;
    }

    .sidebar__step br {
        display: block;
    }
}

@media (hover: none) {
    .sidebar__step:active {
        color: var(--bs-primary);
    }
}

@media (hover: hover) {
    .sidebar__step:hover {
        color: var(--bs-primary);
    }
}

.main_title .types__title {
    margin-bottom: 10px;
}

.types__title {
    margin-bottom: 30px;
    margin-top: 15px;
    position: relative;
    text-align: center;
}

.types__row {
    margin-left: -15px;
    margin-right: -15px;
}

.types__row_item {
    margin: 0 15px;
    width: calc(50% - 30px);
}

.type {
    width: 550px;
    height: 208px;
    background-color: #B4C2F3;
    border: 3px solid transparent;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    text-align: center;
    margin-bottom: 20px;
}

/*.type:before {
    background-color: var(--bs-primary);
    bottom: 100%;
    content: "";
    height: 50px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3px;
}*/
.type__btn {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 45px;
}

/*.type__btn:before {
    border: 2px solid var(--bs-primary-10);
    border-radius: 50%;
    content: "";
    inset: -6px;
    pointer-events: none;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.type__btn_icon {
    background-color: var(--bs-white);
    height: 18px;
    -webkit-mask-image: url(../img/icons/icon-arrow-right-white.svg);
    mask-image: url(../img/icons/icon-arrow-right-white.svg);
    width: 23px;
}*/

.type:first-child .type__btn {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.maps_link {
    text-decoration: underline;
    color: blue;
}

@media (max-width: 767.98px) {
    .types__title {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        margin-bottom: 20px;
        padding: 0;
    }

    .types__row {
        margin-left: 0;
        margin-right: 0;
    }

    .types__row_item {
        margin: 0 0 25px;
        width: 100%;
        height: 135px;
    }

    .types__row_item:last-child {
        margin-bottom: 0;
    }

    .type {
        padding: 6px 20px;
    }

    .type:before {
        display: none;
    }

    .type__btn {
        margin-bottom: 16px;
        margin-top: -33px;
    }

    .container {
        width: 95%;
    }

    .justify-content-center {
        padding-bottom: 20px;
    }

    .main_img {
        border-radius: 25px;
        width: 88%;
        margin: 15px auto;
    }

    .sidebar {
        display: none;
    }

    .form__controls {
        display: block;
    }

    .form__controls_prev {
        margin-right: 0px;
        width: 100%;
    }

    .form_persondata {
        width: 100%;
    }

    .form__field .form-control {
        width: 100%;
    }

    .help-tip {
        left: 90%;
    }

    .help-tip:before {
        margin-left: 0;
    }

    .form-label__check {
        display: inline;
        margin-left: 5px;
    }

    .final__first-block {
        display: block !important;
    }

    .final__first-block-col:nth-child(2) {
        margin-top: 5px;
    }

    .final__second-block-row, .final__third-block {
        display:block !important;
    }

    .final__second-block-col, .final__third-block-col {
        width: 100% !important;
    }

    .final__third-block-col:nth-child(2) {
        margin-top: 15px;
    }

    .content-block {
        display: block;
    }

    content-block__inner_border:nth-child(2) {
        margin-top: 15px;
    }

    .button_main {
        display: none;
    }

    .button_mobile {
        display: flex !important;
        margin-top: 20px;
    }

    .js-form-next-dwnld {
        margin-top: 20px;
    }
}

@media (max-width: 991.98px) {
    .container {
        width: 95%;
        max-width: 900px;
    }

    .types__row_item {
        width: 93%;
        height: 165px;
    }

    .type__btn {
        margin-top: 27px;
    }

    .sidebar {
        display: none;
    }

    .form__left {
        border: 1px solid var(--c-border);
        border-radius: 12px;
        margin-bottom: 30px;
        padding: 20px 30px;
        width: 100%;
    }

    .form__right {
        border-radius: 12px;
        padding: 30px 15px;
        width: 100%;
    }

    .form__calendar {
        max-width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 1199.99px) {
    .container {
        width: 95%;
        max-width: 1200px;
    }

    .types__row_item {
        width: 95%;
        height: 160px;
    }

    .type__btn {
        margin-top: 27px;
    }

    .sidebar {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1200px;
    }

    .container_admin {
        max-width: 1350px;
    }
}

@media (hover: none) {
    .type:active {
        border-color: var(--bs-primary);
    }

    .type:active .type__btn:before {
        border-color: var(--bs-primary);
    }
}

@media (hover: hover) {
    .type:hover {
        border-color: var(--bs-primary);
    }

    .type:hover .type__btn:before {
        border-color: var(--bs-primary);
    }
}


.form_persondata {
    position: relative;
}

.closeButton {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 10px;
    right: 10px;
    position: absolute;
    background: #1e44c1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.closeButton::before,
.closeButton::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: white;
    border-radius: 2px;
}

.closeButton::before {
    transform: rotate(45deg);
}

.closeButton::after {
    transform: rotate(-45deg);
}


.content-block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: left;
    gap: 20px;
    box-sizing: border-box;
}

.content-block__inner_border {
    flex: 1;
    height: 100%;
    border: 2px solid #393B3D;
    border-radius: 12px;
    padding: 24px;
}

.final {
    text-align: left;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.final__first-block {
    display: flex;
    gap: 20px;
    width: 100%;
}

.final__first-block-col {
    flex: 1;
    border: 2px solid #393B3D;
    border-radius: 12px;
    padding: 24px;
}

.final__block-col-row {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.final__block-tittle {
    font-weight: 700;
}

.final__block-content {
    display: flex;
    align-items: center;
}

.final__block-content svg {
    margin-right: 10px;
    min-width: 24px;
}

.final__block-text {
    font-weight: 600;
    margin-right: 10px;
}

.final__block-attention {
    padding: 5px 10px;
    display: flex;
    border: 2px solid #E41A1A;
    border-radius: 8px;
}

.final__block-attention-svg {
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.final__block-attention-text {

}

.final__second-block {
    border: 2px solid #393B3D;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 24px;
}

.final__second-block-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
}

.final__second-block-col {
    width: 33%;
}

.final__third-block {
    border: 2px solid #393B3D;
    border-radius: 12px;
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 24px;
    font-size: 18px;
    font-weight: 500;
}

.final__third-block-col {
    flex: 1;
}

.final__third-block-tittle {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}

/*Настройки календаря*/
[data-calendar-theme="light"] .vanilla-calendar-day .vanilla-calendar-day__btn.vanilla-calendar-day__btn_prev,
[data-calendar-theme="light"] .vanilla-calendar-day .vanilla-calendar-day__btn.vanilla-calendar-day__btn_next,
[data-calendar-theme="light"] .vanilla-calendar-day .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev,
[data-calendar-theme="light"] .vanilla-calendar-day .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev,
[data-calendar-theme="light"] .vanilla-calendar-day .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next,
[data-calendar-theme="light"] .vanilla-calendar-day .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    color: #94a3b8;
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn.free_slot{
    background-color: #99DE74;
}
[data-calendar-theme="light"] .vanilla-calendar-day__btn.busy_slot{
    background-color: #F18585;
    cursor: default;
}

*{box-sizing: border-box}
.modal-message__close-btn{
    margin-left: 15px;
}
.modal-message__close-btn:hover{
    opacity: 0.9;
}

.modal-message__close-big-btn{
    background: #1E44C1;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    height: 40px;
}
.modal-message__close-big-btn:hover{
    opacity: 0.9;
}
