

/* Start:/local/components/itb/calendar/templates/page/style.css?178342510388252*/
.__title {
    color: #5A616C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 8px;
}
.custom-select {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
}
.selected {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;

}
.form_zapis .drop_down-info .custom-select .d-block {
    display: block;
    z-index: 6;
    max-height: 190px;
    border: 1px solid rgba(235, 237, 241, 1);
}
.form-containers .form_zapis .drop_down-info .drop_down-cite ul.options li.none-li {
    display: block;
}
.options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    z-index: 1000;
    max-height: 150px;
    overflow-y: auto;
}
#divCal tbody td.td_day.active_data .date_block {
    background: rgba(0, 159, 152, 1);
    color: white;
}
#divCal tbody td.td_day .open_popup-time div span {
    color: black;
}
.options li {
    padding: 10px;
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.options li:last-child {
    border-bottom: none;
}
.options li:hover {
    background-color: #f7f7f7;
}
.closestTime {
    position: absolute;
    top: 10px;
    right: 21px;
    padding: 10px;
    cursor: pointer;
}
.calendar-containers form {
    width: 100%;
    display: flex;
    margin-left: 20px;
    margin-top: 5px;
    flex-direction: column;
    gap: 24px;
    max-width: 484px;
}
.calendar-containers form .input-error input {
    border: 1.5px solid #E83838;
}
.calendar-containers form input[type="submit"] {
    box-sizing: border-box;
    all: unset;
    border-radius: 0.625rem;
    border: 1px solid #C3C7CB;
    background: #C3C7CB;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 48px;
    display: block;
    width: fit-content;
    margin-top: 0.5rem;
    transition: 0.5s;
}
.calendar-containers form input[type="submit"].active_btn {
    background: #009F98;
}
.calendar-containers form label {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.calendar-containers form label input,
.calendar-containers form label textarea {
    border-radius: 10px;
    border: 2px solid #EBEDF1;
    background: #FFF;
    outline: none;
    padding: 12px 12px 12px 16px;
    color: #111827;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.calendar-containers form label input::placeholder,
.calendar-containers form label textarea::placeholder {
    color: #9299A5;
}
.calendar-containers form label input:focus,
.calendar-containers form label textarea:focus {
    border: 2px solid #00B1A9;
}
.calendar-containers form label span {
    color: #5A616C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.calendar-containers form label.drop_down-info div.clear_input .arrows {
    top: 13px;
}
.calendar-containers form label.drop_down-info div.clear_input .arrows svg:first-child {
    display: none;
}
.calendar-containers form label.drop_down-info div.clear_input .arrows svg:last-child {
    display: block;
}
.calendar-containers form label.drop_down-info > div {
    position: relative;
}
.calendar-containers form label.drop_down-info > div input {
    width: 100%;
    display: block;
}
.calendar-containers form label.drop_down-info > div .arrows {
    position: absolute;
    top: 18px;
    right: 32px;
    transform: translate(0%, 50%);
    display: flex;
}
.calendar-containers form label.drop_down-info > div .arrows svg:last-child {
    display: none;
}
.calendar-containers form label.drop_down-info > div ul {
    position: unset;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    flex-direction: column;
    z-index: 10;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #EBEDF1;
    background: #FFF;
    box-shadow: 0 8px 20px 0 rgba(4, 19, 43, 0.04);
}
.calendar-containers form label.drop_down-info > div ul li {
    transition: 0.3s;
    padding: 13px 20px;
}
.calendar-containers form label.drop_down-info > div ul li.none-li,
.calendar-containers form label.drop_down-info > div ul li.none-li_filter {
    display: none;
}
.calendar-containers form label.drop_down-info > div ul li:hover {
    transition: 0.3s;
    cursor: pointer;
    background: #F7F8F9;
}
.calendar-containers form label.drop_down-info > div ul li:before {
    content: unset;
    display: none;
}
.calendar-containers form label.drop_down-info > div ul:not(.drop_down-open) {
    z-index: 0;
    transition: 0.3s;
    max-height: 0;
    overflow-y: hidden;
    border: 1px solid rgba(235, 237, 241, 0);
}
.calendar-containers form label.drop_down-info > div ul.drop_down-open,
.calendar-containers form label.drop_down-info > div ul.d-block {
    transition: 0.3s;
    overflow-y: auto;
    max-height: 184px;
}
.switch-info {
    display: flex;
    gap: 4px;
    padding: 4px;
    border-radius: 12px;
    background: #F1F2F4;
    width: fit-content;
    height: fit-content;
}
.switch-info input {
    display: none;
}
.switch-info label {
    padding: 9px;
    border-radius: 8px;
    background: #FFF;
    margin: unset;
    transition: 0.3s;
    text-align: center;
    cursor: pointer;
}
.switch-info input[type=radio]:checked + label {
    background: rgba(0, 159, 152, 1);
    color: white;
    transition: 0.3s;
}
.calendar-containers {
    max-width: 1288px;
    gap: 40px;


}
#divCal {
    border: 2px solid #EBEDF1;
    display: flex;
    padding: 36px 24px 28px 24px;
    flex-direction: column;
    align-items: flex-start;
    height: fit-content;
    position: relative;
    max-width: 674px;
    width: 100%;
    background-color: #fff;
}
#divCal td {
    border: none;
    padding: 0;
}
#divCal tr {
    background-color: unset;
}
#divCal table {
    margin: 0 auto;
}
#divCal thead td div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 52px;
    color: #111827;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    /* 133.333% */
}
#divCal tbody tr.days td {
    text-align: center;
    padding-bottom: 28px !important;
}
.td_day:hover .date_block {
    box-shadow: inset 0 0 0 2px #EBEDF1;
    /*border: 2px solid #EBEDF1;*/
}
.btn-containers input[type="button"].restart {
    all: unset;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid transparent;
    transition: all .3s;
    cursor: pointer;

    &:hover {
        color: rgba(0, 159, 152, 1);
    }
}
.btn-containers input[type="button"] {
    all: unset;
    border-radius: 0.625rem;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 48px;
    display: block;
    width: fit-content;
    margin-top: 0.5rem;
    transition: 0.5s;
    border: 1px solid rgba(0, 159, 152, 1);
    background: rgba(0, 159, 152, 1);
}
.btn-containers input[type="button"].active_btn, .btn-containers input[type="button"]:hover, .form_zapis .btn-containers input.active_btn_form {
    border: 1px solid rgba(0, 159, 152, 1);
    background: rgba(0, 159, 152, 1);
}
#divCal tbody tr:not(.days) > td {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #111827;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    padding: 0;
}
#divCal tbody tr:not(.days) > td.not-current {
    color: #9299A5;
    vertical-align: middle;
}
span.active_data {
    box-shadow: inset 0 0 0 2px #009F98 !important;
}
.td_day.today .date_block, .td_day.normal .date_block {
    box-shadow: inset 0 0 0 3px rgba(0, 159, 152, 1);
}
.td_day.not-current .date_block, .td_day.not-current-nextMount .date_block {
    background: unset;
    color: unset;
    box-shadow: unset;
}
.open_popup-time {
    min-width: 289px;
    position: absolute;
    padding: 24px 20px;
    display: none;
    z-index: 1;
    border-radius: 24px;
    border: 1px solid #EBEDF1;
    background: #FFF;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.04);
    cursor: auto;
    bottom: 0;
    top: 35%;
    height: fit-content;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 97px;
}
.open_popup-time > span {
    color: #5A616C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: start;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}
.open_popup-time > div {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.open_popup-time > div span {
    border-radius: 8px;
    border: 2px solid #EBEDF1;
    padding: 9px 16px;
    text-align: start;
    cursor: pointer;
}
.open_popup-time > div span:hover {
    border: 2px solid #D2D6DC;
}
#Time-form.d-block {
    display: flex;
    max-height: 100%;
    flex-direction: row;

}
#Time-form {
    /* display: flex; */
    gap: 8px;
    flex-wrap: wrap;
}
#Time-form li {
    width: calc(100% / 4 - 6px);
    color: #5A616C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border-radius: 8px;
    border: 2px solid #EBEDF1;
    padding: 9px;
    text-align: center;
}
#Time-form li.active_data {
    border-radius: 8px;
    border: 2px solid #009F98;
}
.mobil.drop_down-info #Time-form {
    padding: 16px;
    position: unset;
    border-radius: 8px;
    border: 1px solid #EBEDF1;
    background: #FFF;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.08);
}
.active_popup {
    display: flex;
    width: 100%;
}
.fone_bg {
    background: rgba(17, 24, 39, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    display: none;
}
.active_fone {
    display: block;
}
.wrapper_inner .middle > .container, body .wrapper, body .wrapper_inner, body .wrapp, body #content {
    position: static;
}
.form-containers {
    gap: 40px;
    display: flex;
}
.popap_forms .btn-containers input[type="button"] {
    background: rgba(247, 248, 249, 1);
    border: 0;
    width: 100%;
    color: rgba(17, 24, 39, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
    box-sizing: border-box;
    text-align: center;
}
.popap_forms .btn-containers input[type="submit"],
.popap_forms .btn-containers input.submit_btn {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    background: rgba(0, 159, 152, 1);
    border: 0;
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.wrapper_inner .right_block.wide_ {
    width: 100%;
}
.wrapper_inner .left_block {
    width: 0;
}
.popup-error, .popup-success, .popup-closest, .popap_forms {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 600px;
    padding: 40px 32px 32px 32px;
    background: white;
    z-index: 101;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: none;
    transform: translate(0%, -50%) !important;
    top: 50%;
}
.popap_forms {
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(235, 237, 241, 1);
    display: none;
}
.popup-closest {
    transform: translate(0%, -200%);
}
.popap_forms.active_popup {
    display: block;
}
.popup-success.active_popup, .popup-closest.active_popup, .popup-error.active_popup {
    display: flex;
}
.popap_forms label {
    margin-bottom: 28px;
}
.popap_forms h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 32px;
    margin-top: 0;
}
.f-button.is-close-btn {
    background: white;
    border-radius: 20px;
}
.d_none {
    display: none;
}
.btn-containers.flex_block {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.popup-success,
.popup-error {
    flex-direction: column;
    align-items: center;
}
.popup-success h1,
.popup-error h1 {
    color: var(--Text-Text-1, #111827);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: unset;
}
.popup-success p,
.popup-error p {
    color: var(--Text-Text-2, #5A616C);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 8px;
}
.popup-success .btn-closest_popup,
.popup-error .btn-closest_popup {
    margin-top: 2rem;
    border-radius: 0.625rem;
    background: #009F98;
    width: 100%;
    padding: 1.0625rem 1.5rem;
    text-align: center;
    color: var(--Text-Text-white, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}
.btn_grenn-form-popup {
    display: flex;
    gap: 12px;
    border-radius: 10px;
    background: #009F98;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 14px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 40px;
}
.btn_grenn-form-popup:hover {
    color: white;
    background: #009f97e1;
    transition: 0.3s;
}
.btn_gray-form-popup {
    display: flex;
    border-radius: 10px;
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 14px;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #F7F8F9;
    transition: 0.3s;
    gap: 12px;
}
.btn_gray-form-popup:hover {
    color: #111827;
    background: #f7f8f9d2;
    transition: 0.3s;
}
.popup-closest {
    flex-direction: column;
    align-items: center;
    min-width: 536px;
}
.popup-closest h1 {
    color: var(--Text-Text-1, #111827);
    text-align: center;
    font-style: normal;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: unset;
    font-size: 28px;
    line-height: 36px;
}
.popup-closest .btn-closest_popup {
    cursor: pointer;
    text-align: center;
    padding: 1.0625rem 1.5rem;
    width: 100%;
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 0.625rem;
    background: var(--Button-Colors-Secondary-Colors-Buttton-Grey, #F7F8F9);
}
.popup-closest .btn-show_form {
    border-radius: 0.625rem;
    background: #009F98;
    width: 100%;
    padding: 1.0625rem 1.5rem;
    text-align: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 0.75rem;
}
/*#form_control-callback > div:not(.active_popup) {
    display: none;
}*/
.btn_arrows button {
    background: unset;
    border: unset;
    transition: 0.5s;
}
.btn_arrows button svg path {
    stroke: #009F98;
}
#form_control-callback .error {
    color: #E83838;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}
.form_zapis label.mobil, .mobile_head-title, #mobil-divCal {
    display: none;
}
.date_block {
    width: 81px;
    height: 67px;
    margin: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.mobile {
    display: none;
}
.pk {
    display: block;
}
@media screen and (max-width: 600px) {
    .__title {
        font-size: 12px;
    }

    .date_block {
        width: 37px;
        height: 40px;
        margin: 2px;
    }

    .btn-containers.flex_block {
        justify-content: space-between;
    }

    .popup-success, .popup-error, .popup-closest {
        max-width: 600px;
        width: 90%;
        padding: 40px 15px 15px 15px;
        top: 50%;
        left: 44%;
        transform: translate(-50%, -50%);
    }

    .popap_forms {
        max-width: 600px;
        width: 90%;
        padding: 40px 15px 15px 15px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .popap_forms h2 {
        font-size: 25px;
        font-weight: 700;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .popup-closest.active_popup, .popup-success.active_popup, .popup-error.active_popup {
        margin: 0 24px;
    }

    .popup-closest {
        min-width: unset;
    }

    .popup-success, .popup-closest, .popup-error {
        padding-top: 32px;
    }

    .mobile {
        display: block;

    }

    .pk {
        display: none;

    }






    #mobil-divCal tbody tr:not(.days) > td {
        color: #111827;
        cursor: pointer;
        border-radius: 0.625rem;
    }

    #mobil-divCal tbody tr:not(.days) > td.not-current {
        color: #9299A5;
    }










    .active-calendar #mobil-divCal {
        display: block;
        width: 100%;
        padding: 17px 16px;
        /*border: 1px solid #EBEDF1;*/
        box-shadow: inset 0 0 0 1px #EBEDF1;
        border-radius: 0.625rem;
    }

    #mobil-divCal table {
        width: 100%;
    }

    .btn_arrows {
        display: flex;
        justify-content: space-around;
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .days td {
        color: #9299A5;
    }

    tbody td {
        text-align: center;
        width: 36px;
        height: 36px;
        vertical-align: middle;
    }

    .form_zapis label.mobil {
        display: flex;
    }

    #divCal {
        display: none;
    }






    #form_control-callback {
        bottom: 0;
        top: unset;
        padding: 0;
        height: 100% !important;
        border: unset;
        background: white;
        width: 100%;
        left: 0;
    }

    #form_control-callback .btn-containers {
        background: white;
        padding: 0.75rem;
    }

    #form_control-callback .btn-containers input[type="submit"] {
        width: 100%;
        padding: 17px;
        margin: 0;
        color: var(--Text-Text-white, #FFF);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.375rem;
    }

    #form_control-callback form label:first-child {
        padding-top: 1.5rem;
    }

    #form_control-callback .form-containers.active_popup {
        gap: 0;
        flex-direction: column;
    }

    #form_control-callback .form-containers.active_popup > * {
        padding: 0rem 1.25rem;
    }

    #form_control-callback .mobile_head-title {
        display: block;
        color: #111827;
        font-size: 24px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 28px !important;
        padding: 1.5rem 1.25rem !important;
        border-bottom: 1px solid #EBEDF1;
    }

    #form_control-callback div.point-touch {
        height: 15px;
        position: absolute;
        top: -1.38rem;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
    }











    .calendar-containers form {
        min-width: unset;
        margin: 0;
    }

    .calendar-containers form label span {
        font-size: 12px;
    }

    .drop_down-info {
        line-height: unset !important;
    }
}
.fancybox__backdrop {
    background: rgba(17, 24, 39, 0.5) !important;
}
.error-form:empty {
    display: none;
}
.calendar-containers [data-fancybox-close] {
    color: #000000;
    top: 10px !important;
    right: 10px !important;
}
.testtesttest {
    z-index: 100000000000;
    position: relative;
    background: rgba(17, 24, 39, 0.5);
    width: 100%;
    height: 100vh;
}
.radius_btn {
    cursor: pointer;
}
.drop_down-doctor .options li {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.options li p {
    margin: unset;
}
.d-none {
    display: none !important;
}
@media screen and (max-width: 600px) {
    .calendar-containers {
        border-radius: 1rem 1rem 0rem 0rem;
        padding: 1.5rem 1.25rem;
    }

    .active-calendar #mobil-divCal{
        display: block;
        width: 100%;
        padding: 17px 16px;
        box-shadow: inset 0 0 0 1px #EBEDF1;
        border-radius: 0.625rem;
    }
}
.drop_down-info_time {
    display: flex;
    gap: 16px;
    flex-direction: column;
    padding: 20px;
    border-radius: 16px;
    background: #F7F8F9;
}
.drop_down-info_time-title {
    color: #5A616C;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: unset;
}
.drop_down-info_time-description {
    color: #111827;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin: unset;
}
.timer_new_position {
    margin-top: 35px;
}
.timer_new_position > div {
    display: flex;
    gap: 10px;
    max-width: 674px;
    flex-wrap: wrap;
}
.timer_new_position > div span {
    padding: 9px;
    width: 100%;
    max-width: 87px;
    border-radius: 8px;
    border: 2px solid #EBEDF1;
    text-align: center;
}
.timer_new_position p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
#mobil-divCal table {
    border-color: unset;
    border-collapse: unset;
    border-spacing: unset;
}
#mobil-divCal td {
    border: none;
    padding: 0;
}
#mobil-divCal table tr:nth-child(even) {
    background-color: unset;
}
@media (max-width: 767px) {
    .popap_forms {
        max-width: 100%;
        top: 0;
        left: 0;
        transform: none !important;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}
/*11827;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin: unset;
}
*/
.timer_new_position {
    margin-top: 35px;
}
.timer_new_position > div {
    display: flex;
    gap: 10px;
    max-width: 674px;
    flex-wrap: wrap;
}
.timer_new_position > div span {
    padding: 9px;
    width: 100%;
    max-width: 87px;
    border-radius: 8px;
    border: 2px solid #EBEDF1;
    text-align: center;
}
#mobil-divCal table {
    border-color: unset;
    border-collapse: unset;
    border-spacing: unset;
}
#mobil-divCal td {
    border: none;
    padding: 0;
}
#mobil-divCal table tr:nth-child(even) {
    background-color: unset;
}
.timer_new_position p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.popap_forms input[type='submit'],
.popap_forms input[type='button'] {
    cursor: pointer !important;
}

@media (max-width: 767px) {
    .popap_forms {
        max-width: 100%;
        top: 0;
        left: 0;
        transform: none !important;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .popap_forms {
        overflow: auto;
        overflow-x: hidden;
    }

    .popap_forms .btn-containers input[type="button"] {
        width: 100%;
        min-width: auto;
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}



/*! CSS Used from: https://optilens-med.ru/bitrix/cache/css/s1/optilens/page_42b896f4ee5dcf868287ead246dded07/page_42b896f4ee5dcf868287ead246dded07_v1.css?178115025624340 */
.__title {
    color: #5a616c;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 8px;
}
.custom-select {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
}
.options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    z-index: 1000;
    max-height: 150px;
    overflow-y: auto;
}
.options li {
    padding: 10px;
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.options li:last-child {
    border-bottom: none;
}
.options li:hover {
    background-color: #f7f7f7;
}
.closestTime {
    position: absolute;
    top: 10px;
    right: 21px;
    padding: 10px;
    cursor: pointer;
}
.calendar-containers form {
    width: 100%;
    display: flex;
    margin-left: 20px;
    margin-top: 5px;
    flex-direction: column;
    gap: 24px;
    max-width: 484px;
}
.calendar-containers form input[type="submit"] {
    box-sizing: border-box;
    all: unset;
    border-radius: 0.625rem;
    border: 1px solid #c3c7cb;
    background: #c3c7cb;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 48px;
    display: block;
    width: fit-content;
    margin-top: 0.5rem;
    transition: 0.5s;
}
.calendar-containers form label,
.calendar-containers form .drop_down-info {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.calendar-containers form label input,
.calendar-containers form label textarea,
.calendar-containers form .drop_down-info input,
.calendar-containers form .drop_down-info textarea {
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #ebedf1;
    background: #fff;
    outline: none;
    padding: 12px 12px 12px 16px;
    color: #111827;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.calendar-containers form label input::placeholder,
.calendar-containers form label textarea::placeholder,
.calendar-containers form .drop_down-info input::placeholder,
.calendar-containers form .drop_down-info textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #9299a5;
}
.calendar-containers form label input:focus,
.calendar-containers form label textarea:focus,
.calendar-containers form .drop_down-info input:focus,
.calendar-containers form .drop_down-info textarea:focus {
    outline: none;
    border: 2px solid #00b1a9;
}
.calendar-containers form label span,
.calendar-containers form .drop_down-info span {
    color: #5a616c;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.calendar-containers form label.drop_down-info div.clear_input .arrows,
.calendar-containers form .drop_down-info div.clear_input .arrows {
    position: absolute;
    right: 32px;
    top: 13px;
}
.calendar-containers form label.drop_down-info div.clear_input .arrows svg:first-child,
.calendar-containers form .drop_down-info div.clear_input .arrows svg:first-child {
    display: none;
}
.calendar-containers form label.drop_down-info div.clear_input .arrows svg:last-child,
.calendar-containers form .drop_down-info div.clear_input .arrows svg:last-child {
    display: block;
}
.calendar-containers form label.drop_down-info > div,
.calendar-containers form .drop_down-info > div {
    position: relative;
}
.calendar-containers form label.drop_down-info > div input,
.calendar-containers form .drop_down-info > div input {
    width: 100%;
    display: block;
}
.calendar-containers form label.drop_down-info > div .arrows,
.calendar-containers form .drop_down-info > div .arrows {
    position: absolute;
    top: 18px;
    right: 32px;
    transform: translate(0%, 50%);
    display: flex;
}
.calendar-containers form label.drop_down-info > div .arrows svg:last-child,
.calendar-containers form .drop_down-info > div .arrows svg:last-child {
    display: none;
}
.calendar-containers form label.drop_down-info > div ul,
.calendar-containers form .drop_down-info > div ul {
    position: unset;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    flex-direction: column;
    z-index: 10;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #ebedf1;
    background: #fff;
    box-shadow: 0 8px 20px 0 rgba(4, 19, 43, 0.04);
}
.calendar-containers form label.drop_down-info > div ul li,
.calendar-containers form .drop_down-info > div ul li {
    list-style: none;
    color: #111827;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: 0.3s;
    padding: 13px 20px;
}
.calendar-containers form label.drop_down-info > div ul li.none-li,
.calendar-containers form .drop_down-info > div ul li.none-li {
    display: none;
}
.calendar-containers form label.drop_down-info > div ul li:hover,
.calendar-containers form .drop_down-info > div ul li:hover {
    transition: 0.3s;
    cursor: pointer;
    background: #f7f8f9;
}
.calendar-containers form label.drop_down-info > div ul li:before,
.calendar-containers form .drop_down-info > div ul li:before {
    content: unset;
    display: none;
}
.calendar-containers form label.drop_down-info > div ul:not(.drop_down-open),
.calendar-containers form .drop_down-info > div ul:not(.drop_down-open) {
    z-index: 0;
    transition: 0.3s;
    max-height: 0;
    overflow-y: hidden;
    border: 1px solid rgba(235, 237, 241, 0);
}
.switch-info {
    display: flex;
    gap: 4px;
    padding: 4px;
    border-radius: 12px;
    background: #f1f2f4;
    width: fit-content;
    height: fit-content;
}
.switch-info input {
    display: none;
}
.switch-info label {
    padding: 9px;
    border-radius: 8px;
    background: #fff;
    margin: unset;
    transition: 0.3s;
    text-align: center;
    cursor: pointer;
}
.switch-info input[type="radio"]:checked + label {
    background: rgba(0, 159, 152, 1);
    color: white;
    transition: 0.3s;
}
.calendar-containers {
    max-width: 1288px;
    gap: 40px;
}
#divCal {
    border: 2px solid #ebedf1;
    display: flex;
    padding: 36px 24px 28px 24px;
    flex-direction: column;
    align-items: flex-start;
    height: fit-content;
    position: relative;
    max-width: 674px;
    width: 100%;
    background-color: #fff;
}
#divCal td {
    border: none;
    padding: 0;
}
#divCal tr {
    background-color: unset;
}
#divCal table {
    margin: 0 auto;
}
#divCal thead td div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 52px;
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
#divCal tbody tr.days td {
    text-align: center;
    padding-bottom: 28px !important;
}
.td_day:hover .date_block {
    box-shadow: inset 0 0 0 2px #ebedf1;
}
.btn-containers input[type="button"].restart {
    all: unset;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
}
.btn-containers input[type="button"] {
    all: unset;
    border-radius: 0.625rem;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 48px;
    display: block;
    width: fit-content;
    margin-top: 0.5rem;
    transition: 0.5s;
    border: 1px solid rgba(0, 159, 152, 1);
    background: rgba(0, 159, 152, 1);
}
.btn-containers input[type="button"]:hover {
    border: 1px solid rgba(0, 159, 152, 1);
    background: rgba(0, 159, 152, 1);
}
#divCal tbody tr:not(.days) > td {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #111827;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    padding: 0;
}
#divCal tbody tr:not(.days) > td.not-current {
    color: #9299a5;
    vertical-align: middle;
}
.td_day.today .date_block,
.td_day.normal .date_block {
    box-shadow: inset 0 0 0 3px rgba(0, 159, 152, 1);
}
.td_day.not-current .date_block,
.td_day.not-current-nextMount .date_block {
    background: unset;
    color: unset;
    box-shadow: unset;
}
.open_popup-time {
    min-width: 289px;
    position: absolute;
    padding: 24px 20px;
    display: none;
    z-index: 1;
    border-radius: 24px;
    border: 1px solid #ebedf1;
    background: #fff;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.04);
    cursor: auto;
    bottom: 0;
    top: 35%;
    height: fit-content;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 97px;
}
.open_popup-time > span {
    color: #5a616c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: start;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}
.open_popup-time > div {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
#Time-form {
    gap: 8px;
    flex-wrap: wrap;
}
#Time-form li {
    width: calc(100% / 4 - 6px);
    color: #5a616c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border-radius: 8px;
    border: 2px solid #ebedf1;
    padding: 9px;
    text-align: center;
}
.mobil.drop_down-info #Time-form {
    padding: 16px;
    position: unset;
    border-radius: 8px;
    border: 1px solid #ebedf1;
    background: #fff;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.08);
}
.active_popup {
    display: flex;
    width: 100%;
}
.form-containers {
    gap: 40px;
    display: flex;
}
.popap_forms .btn-containers input[type="button"] {
    background: rgba(247, 248, 249, 1);
    border: 0;
    width: 100%;
    color: rgba(17, 24, 39, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
    box-sizing: border-box;
    text-align: center;
}
.popap_forms .btn-containers input[type="submit"],
.popap_forms .btn-containers input.submit_btn
{
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    background: rgba(0, 159, 152, 1);
    border: 0;
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.popup-error,
.popup-success,
.popup-closest,
.popap_forms {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 600px;
    padding: 40px 32px 32px 32px;
    background: white;
    z-index: 101;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: none;
    transform: translate(0%, -50%) !important;
    top: 50%;
}
.popap_forms {
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(235, 237, 241, 1);
    display: none;
}
.popup-closest {
    transform: translate(0%, -200%);
}
.popap_forms label {
    margin-bottom: 28px;
}
.popap_forms h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 32px;
    margin-top: 0;
}
.f-button.is-close-btn {
    background: white;
    border-radius: 20px;
}
.btn-containers.flex_block {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.popup-success,
.popup-error {
    flex-direction: column;
    align-items: center;
}
.popup-success h1,
.popup-error h1 {
    color: var(--Text-Text-1, #111827);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: unset;
}
.popup-success p,
.popup-error p {
    color: var(--Text-Text-2, #5a616c);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 8px;
}
.popup-success .btn-closest_popup {
    margin-top: 2rem;
    border-radius: 0.625rem;
    background: #009f98;
    width: 100%;
    padding: 1.0625rem 1.5rem;
    text-align: center;
    color: var(--Text-Text-white, #fff);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}
.btn_grenn-form-popup {
    display: flex;
    gap: 12px;
    border-radius: 10px;
    background: #009f98;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 14px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 40px;
}
.btn_grenn-form-popup:hover {
    color: white;
    background: #009f97e1;
    transition: 0.3s;
}
.btn_gray-form-popup {
    display: flex;
    border-radius: 10px;
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 14px;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #f7f8f9;
    transition: 0.3s;
    gap: 12px;
}
.btn_gray-form-popup:hover {
    color: #111827;
    background: #f7f8f9d2;
    transition: 0.3s;
}
.popup-closest {
    flex-direction: column;
    align-items: center;
    min-width: 536px;
}
.popup-closest h1 {
    color: var(--Text-Text-1, #111827);
    text-align: center;
    font-style: normal;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: unset;
    font-size: 28px;
    line-height: 36px;
}
.popup-closest .btn-closest_popup {
    cursor: pointer;
    text-align: center;
    padding: 1.0625rem 1.5rem;
    width: 100%;
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 0.625rem;
    background: var(--Button-Colors-Secondary-Colors-Buttton-Grey, #f7f8f9);
}
.popup-closest .btn-show_form {
    border-radius: 0.625rem;
    background: #009f98;
    width: 100%;
    padding: 1.0625rem 1.5rem;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 0.75rem;
}
#form_control-callback > div:not(.active_popup) {
    /*display: none;*/
}
.btn_arrows button {
    background: unset;
    border: unset;
    transition: 0.5s;
}
.btn_arrows button svg path {
    stroke: #009f98;
}
.form_zapis label.mobil,
.mobile_head-title,
#mobil-divCal {
    display: none;
}
.date_block {
    width: 81px;
    height: 67px;
    margin: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.mobile {
    display: none;
}
.pk {
    display: block;
}
@media screen and (max-width: 600px) {
    .__title {
        font-size: 12px;
    }
    .date_block {
        width: 37px;
        height: 40px;
        margin: 2px;
    }
    .btn-containers.flex_block {
        justify-content: space-between;
    }
    .popup-success,
    .popup-error,
    .popup-closest {
        max-width: 600px;
        width: 90%;
        padding: 40px 15px 15px 15px;
        top: 50%;
        left: 44%;
        transform: translate(-50%, -50%);
    }
    .popap_forms {
        max-width: 600px;
        width: 90%;
        padding: 40px 15px 15px 15px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .popap_forms h2 {
        font-size: 25px;
        font-weight: 700;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .popup-closest {
        min-width: unset;
    }
    .popup-success,
    .popup-closest,
    .popup-error {
        padding-top: 32px;
    }
    .mobile {
        display: block;
    }
    .pk {
        display: none;
    }
    .btn_arrows {
        display: flex;
        justify-content: space-around;
        margin-bottom: 12px;
        margin-top: 12px;
    }
    .days td {
        color: #9299a5;
    }
    tbody td {
        text-align: center;
        width: 36px;
        height: 36px;
        vertical-align: middle;
    }
    .form_zapis label.mobil {
        display: flex;
    }
    #divCal {
        display: none;
    }
    #form_control-callback {
        bottom: 0;
        top: unset;
        padding: 0;
        height: 100% !important;
        border: unset;
        background: white;
        width: 100%;
        left: 0;
    }
    #form_control-callback .btn-containers {
        background: white;
        padding: 0.75rem;
    }
    #form_control-callback .btn-containers input[type="submit"] {
        width: 100%;
        padding: 17px;
        margin: 0;
        color: var(--Text-Text-white, #fff);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.375rem;
    }
    #form_control-callback form label:first-child,
    .calendar-containers form .drop_down-info > div:first-child {
        padding-top: 1.5rem;
    }
    #form_control-callback .form-containers.active_popup {
        gap: 0;
        flex-direction: column;
    }
    #form_control-callback .form-containers.active_popup > * {
        padding: 0rem 1.25rem;
    }
    #form_control-callback .mobile_head-title {
        display: block;
        color: #111827;
        font-size: 24px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 28px !important;
        padding: 1.5rem 1.25rem !important;
        border-bottom: 1px solid #ebedf1;
    }
    #form_control-callback div.point-touch {
        height: 15px;
        position: absolute;
        top: -1.38rem;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
    }
    .calendar-containers form {
        min-width: unset;
        margin: 0;
    }
    .calendar-containers form label span,
    .calendar-containers form .drop_down-info span {
        color: #9299a5;
        font-size: 12px;
    }
    .drop_down-info {
        line-height: unset !important;
    }
}
.error-form:empty {
    display: none;
}
.calendar-containers [data-fancybox-close] {
    color: #000000;
    top: 10px !important;
    right: 10px !important;
}
.drop_down-doctor .options li {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.options li p {
    margin: unset;
}
@media screen and (max-width: 600px) {
    .calendar-containers {
        border-radius: 1rem 1rem 0rem 0rem;
        padding: 1.5rem 1.25rem;
    }
}
.drop_down-info_time {
    display: flex;
    gap: 16px;
    flex-direction: column;
    padding: 20px;
    border-radius: 16px;
    background: #f7f8f9;
}
.drop_down-info_time-title {
    color: #5a616c;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: unset;
}
.drop_down-info_time-description {
    color: #111827;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin: unset;
}
.timer_new_position {
    margin-top: 35px;
}
.timer_new_position > div {
    display: flex;
    gap: 10px;
    max-width: 674px;
    flex-wrap: wrap;
}
.timer_new_position > div span {
    padding: 9px;
    width: 100%;
    max-width: 87px;
    border-radius: 8px;
    border: 2px solid #ebedf1;
    text-align: center;
}
.timer_new_position p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .popap_forms {
        max-width: 100%;
        top: 0;
        left: 0;
        transform: none !important;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}
.timer_new_position {
    margin-top: 35px;
}
.timer_new_position > div {
    display: flex;
    gap: 10px;
    max-width: 674px;
    flex-wrap: wrap;
}
.timer_new_position > div span {
    padding: 9px;
    width: 100%;
    max-width: 87px;
    border-radius: 8px;
    border: 2px solid #ebedf1;
    text-align: center;
}
.timer_new_position p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.popap_forms input[type="submit"],
.popap_forms input[type="button"] {
    cursor: pointer !important;
}
@media (max-width: 767px) {
    .popap_forms {
        max-width: 100%;
        top: 0;
        left: 0;
        transform: none !important;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .popap_forms {
        overflow: auto;
        overflow-x: hidden;
    }
    .popap_forms .btn-containers input[type="button"] {
        width: 100%;
        min-width: auto;
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}
/*! CSS Used from: https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0/dist/fancybox/fancybox.css */
.f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition);
}
@media (hover: hover) {
    .f-button:hover:not([disabled]) {
        color: var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg);
    }
}
.f-button:active:not([disabled]) {
    background-color: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
    outline: none;
}
.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity 0.15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none;
}
.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 40;
}
/*! CSS Used fontfaces */
@font-face {
    font-family: "Open Sans";
    src:
            local("Open Sans"),
            url("https://optilens-med.ru/bitrix/js/ui/fonts/opensans/opensans-regular.woff") format("woff"),
            url("https://optilens-med.ru/bitrix/js/ui/fonts/opensans/opensans-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src:
            local("Open Sans Light"),
            url("https://optilens-med.ru/bitrix/js/ui/fonts/opensans/opensans-light.woff") format("woff"),
            url("https://optilens-med.ru/bitrix/js/ui/fonts/opensans/opensans-light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src:
            local("Open Sans Semibold"),
            url("https://optilens-med.ru/bitrix/js/ui/fonts/opensans/opensans-semibold.woff") format("woff"),
            url("https://optilens-med.ru/bitrix/js/ui/fonts/opensans/opensans-semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    src:
            local("Open Sans Bold"),
            url("https://optilens-med.ru/bitrix/js/ui/fonts/opensans/opensans-bold.woff") format("woff"),
            url("https://optilens-med.ru/bitrix/js/ui/fonts/opensans/opensans-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtE6F15M.woff2)
    format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWvU6F15M.woff2)
    format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtU6F15M.woff2)
    format("woff2");
    unicode-range: U+1F00-1FFF;
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuk6F15M.woff2)
    format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWu06F15M.woff2)
    format("woff2");
    unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWxU6F15M.woff2)
    format("woff2");
    unicode-range:
            U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333,
            U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1,
            U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071,
            U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F,
            U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310,
            U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3,
            U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C,
            U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqW106F15M.woff2)
    format("woff2");
    unicode-range:
            U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF,
            U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF,
            U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E,
            U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF,
            U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D,
            U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0,
            U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
            U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF,
            U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE,
            U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687,
            U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7,
            U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
            U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996,
            U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
            U+1FB00-1FBFF;
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWtk6F15M.woff2)
    format("woff2");
    unicode-range:
            U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
            U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWt06F15M.woff2)
    format("woff2");
    unicode-range:
            U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
            U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memtYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWqWuU6F.woff2) format("woff2");
    unicode-range:
            U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
            U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu1aB.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu1aB.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu1aB.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu1aB.woff2) format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu1aB.woff2) format("woff2");
    unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTVOmu1aB.woff2) format("woff2");
    unicode-range:
            U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333,
            U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1,
            U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071,
            U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F,
            U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310,
            U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3,
            U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C,
            U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTUGmu1aB.woff2) format("woff2");
    unicode-range:
            U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF,
            U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF,
            U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E,
            U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF,
            U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D,
            U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0,
            U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444,
            U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF,
            U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE,
            U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687,
            U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7,
            U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859,
            U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996,
            U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8,
            U+1FB00-1FBFF;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu1aB.woff2) format("woff2");
    unicode-range:
            U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304,
            U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format("woff2");
    unicode-range:
            U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
            U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300 800;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format("woff2");
    unicode-range:
            U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
            U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Start:/local/components/itb/calendar/templates/page/style.css?178115023624166*/
.__title {
    color: #5a616c;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 8px;
}
.custom-select {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
}
.selected {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}
.form_zapis .drop_down-info .custom-select .d-block {
    display: block;
    z-index: 6;
    max-height: 190px;
    border: 1px solid rgba(235, 237, 241, 1);
}
.form-containers .form_zapis .drop_down-info .drop_down-cite ul.options li.none-li {
    display: block;
}
.options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    z-index: 1000;
    max-height: 150px;
    overflow-y: auto;
}
#divCal tbody td.td_day.active_data .date_block {
    background: rgba(0, 159, 152, 1);
    color: white;
}
#divCal tbody td.td_day .open_popup-time div span {
    color: black;
}
.options li {
    padding: 10px;
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.options li:last-child {
    border-bottom: none;
}
.options li:hover {
    background-color: #f7f7f7;
}
.closestTime {
    position: absolute;
    top: 10px;
    right: 21px;
    padding: 10px;
    cursor: pointer;
}
.calendar-containers form {
    width: 100%;
    display: flex;
    margin-left: 20px;
    margin-top: 5px;
    flex-direction: column;
    gap: 24px;
    max-width: 484px;
}
.calendar-containers form .input-error input {
    border: 1.5px solid #e83838;
}
.calendar-containers form input[type="submit"] {
    box-sizing: border-box;
    all: unset;
    border-radius: 0.625rem;
    border: 1px solid #c3c7cb;
    background: #c3c7cb;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 48px;
    display: block;
    width: fit-content;
    margin-top: 0.5rem;
    transition: 0.5s;
}
.calendar-containers form input[type="submit"].active_btn {
    background: #009f98;
}
.calendar-containers form label,
.calendar-containers form .drop_down-info {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.calendar-containers form label input,
.calendar-containers form label textarea,
.calendar-containers form .drop_down-info input,
.calendar-containers form .drop_down-info textarea {
    box-sizing: border-box;
    border-radius: 10px;
    border: 2px solid #ebedf1;
    background: #fff;
    outline: none;
    padding: 12px 12px 12px 16px;
    color: #111827;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.calendar-containers form label input::placeholder,
.calendar-containers form label textarea::placeholder,
.calendar-containers form .drop_down-info input::placeholder,
.calendar-containers form .drop_down-info textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #9299a5;
}
.calendar-containers form label input:focus,
.calendar-containers form label textarea:focus,
.calendar-containers form .drop_down-info input:focus,
.calendar-containers form .drop_down-info textarea:focus {
    outline: none;
    border: 2px solid #00b1a9;
}
.calendar-containers form label span,
.calendar-containers form .drop_down-info span {
    color: #5a616c;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.calendar-containers form label.drop_down-info div.clear_input .arrows,
.calendar-containers form .drop_down-info div.clear_input .arrows {
    top: 13px;
}
.calendar-containers form label.drop_down-info div.clear_input .arrows svg:first-child,
.calendar-containers form .drop_down-info div.clear_input .arrows svg:first-child {
    display: none;
}
.calendar-containers form label.drop_down-info div.clear_input .arrows svg:last-child,
.calendar-containers form .drop_down-info div.clear_input .arrows svg:last-child {
    display: block;
}
.calendar-containers form label.drop_down-info > div,
.calendar-containers form .drop_down-info > div {
    position: relative;
}
.calendar-containers form label.drop_down-info > div input,
.calendar-containers form .drop_down-info > div input {
    width: 100%;
    display: block;
}
.calendar-containers form label.drop_down-info > div .arrows,
.calendar-containers form .drop_down-info > div .arrows {
    position: absolute;
    top: 18px;
    right: 32px;
    transform: translate(0%, 50%);
    display: flex;
}
.calendar-containers form label.drop_down-info > div .arrows svg:last-child,
.calendar-containers form .drop_down-info > div .arrows svg:last-child {
    display: none;
}
.calendar-containers form label.drop_down-info > div ul,
.calendar-containers form .drop_down-info > div ul {
    position: unset;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    flex-direction: column;
    z-index: 10;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    border: 1px solid #ebedf1;
    background: #fff;
    box-shadow: 0 8px 20px 0 rgba(4, 19, 43, 0.04);
}
.calendar-containers form label.drop_down-info > div ul li,
.calendar-containers form .drop_down-info > div ul li {
    list-style: none;
    color: #111827;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: 0.3s;
    padding: 13px 20px;
}
.calendar-containers form label.drop_down-info > div ul li.none-li,
.calendar-containers form label.drop_down-info > div ul li.none-li_filter,
.calendar-containers form .drop_down-info > div ul li.none-li,
.calendar-containers form .drop_down-info > div ul li.none-li_filter {
    display: none;
}
.calendar-containers form label.drop_down-info > div ul li:hover,
.calendar-containers form .drop_down-info > div ul li:hover {
    color: #00b1a9;
    transition: 0.3s;
    cursor: pointer;
    background: #f7f8f9;
}
.calendar-containers form label.drop_down-info > div ul li:before,
.calendar-containers form .drop_down-info > div ul li:before {
    content: unset;
    display: none;
}
.calendar-containers form label.drop_down-info > div ul:not(.drop_down-open),
.calendar-containers form .drop_down-info > div ul:not(.drop_down-open) {
    z-index: 0;
    transition: 0.3s;
    max-height: 0;
    overflow-y: hidden;
    border: 1px solid rgba(235, 237, 241, 0);
}
.calendar-containers form label.drop_down-info > div ul.drop_down-open,
.calendar-containers form label.drop_down-info > div ul.d-block,
.calendar-containers form .drop_down-info > div ul.drop_down-open,
.calendar-containers form .drop_down-info > div ul.d-block {
    z-index: 10;
    transition: 0.3s;
    overflow-y: auto;
    max-height: 184px;
}
.switch-info {
    display: flex;
    gap: 4px;
    padding: 4px;
    border-radius: 12px;
    background: #f1f2f4;
    width: fit-content;
    height: fit-content;
}
.switch-info input {
    display: none;
}
.switch-info label {
    padding: 9px;
    border-radius: 8px;
    background: #fff;
    margin: unset;
    transition: 0.3s;
    text-align: center;
    cursor: pointer;
}
.switch-info input[type="radio"]:checked + label {
    background: rgba(0, 159, 152, 1);
    color: white;
    transition: 0.3s;
}
.calendar-containers {
    max-width: 1288px;
    gap: 40px;
}
#divCal {
    border: 2px solid #ebedf1;
    display: flex;
    padding: 36px 24px 28px 24px;
    flex-direction: column;
    align-items: flex-start;
    height: fit-content;
    position: relative;
    max-width: 674px;
    width: 100%;
    background-color: #fff;
}
#divCal td {
    border: none;
    padding: 0;
}
#divCal tr {
    background-color: unset;
}
#divCal table {
    margin: 0 auto;
}
#divCal thead td div {
    display: flex;
    justify-content: space-between;
    padding-bottom: 52px;
    color: #111827;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    /* 133.333% */
}
#divCal tbody tr.days td {
    text-align: center;
    padding-bottom: 28px !important;
}
.td_day:hover .date_block {
    box-shadow: inset 0 0 0 2px #ebedf1;
    /*border: 2px solid #EBEDF1;*/
}
.btn-containers input[type="button"].restart {
    all: unset;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
    cursor: pointer;

    &:hover {
        color: rgba(0, 159, 152, 1);
    }
}
.btn-containers input[type="button"] {
    all: unset;
    border-radius: 0.625rem;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 48px;
    display: block;
    width: fit-content;
    margin-top: 0.5rem;
    transition: 0.5s;
    border: 1px solid rgba(0, 159, 152, 1);
    background: rgba(0, 159, 152, 1);
}
.btn-containers input[type="button"].active_btn,
.btn-containers input[type="button"]:hover,
.form_zapis .btn-containers input.active_btn_form {
    border: 1px solid rgba(0, 159, 152, 1);
    background: rgba(0, 159, 152, 1);
}
#divCal tbody tr:not(.days) > td {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #111827;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    padding: 0;
}
#divCal tbody tr:not(.days) > td.not-current {
    color: #9299a5;
    vertical-align: middle;
}
span.active_data {
    box-shadow: inset 0 0 0 2px #009f98 !important;
}
.td_day.today .date_block,
.td_day.normal .date_block {
    box-shadow: inset 0 0 0 3px rgba(0, 159, 152, 1);
}
.td_day.not-current .date_block,
.td_day.not-current-nextMount .date_block {
    background: unset;
    color: unset;
    box-shadow: unset;
}
.open_popup-time {
    min-width: 289px;
    position: absolute;
    padding: 24px 20px;
    display: none;
    z-index: 1;
    border-radius: 24px;
    border: 1px solid #ebedf1;
    background: #fff;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.04);
    cursor: auto;
    bottom: 0;
    top: 35%;
    height: fit-content;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 97px;
}
.open_popup-time > span {
    color: #5a616c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-align: start;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}
.open_popup-time > div {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 8px;
    flex-wrap: wrap;
}
.open_popup-time > div span {
    border-radius: 8px;
    border: 2px solid #ebedf1;
    padding: 9px 16px;
    text-align: start;
    cursor: pointer;
}
.open_popup-time > div span:hover {
    border: 2px solid #d2d6dc;
}
#Time-form.d-block {
    display: flex;
    max-height: 100%;
    flex-direction: row;
}
#Time-form {
    /* display: flex; */
    gap: 8px;
    flex-wrap: wrap;
}
#Time-form li {
    width: calc(100% / 4 - 6px);
    color: #5a616c;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border-radius: 8px;
    border: 2px solid #ebedf1;
    padding: 9px;
    text-align: center;
}
#Time-form li.active_data {
    border-radius: 8px;
    border: 2px solid #009f98;
}
.mobil.drop_down-info #Time-form {
    padding: 16px;
    position: unset;
    border-radius: 8px;
    border: 1px solid #ebedf1;
    background: #fff;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.08);
}
.active_popup {
    display: flex;
    width: 100%;
}
.fone_bg {
    background: rgba(17, 24, 39, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    display: none;
}
.active_fone {
    display: block;
}
.wrapper_inner .middle > .container,
body .wrapper,
body .wrapper_inner,
body .wrapp,
body #content {
    position: static;
}
.form-containers {
    gap: 40px;
    display: flex;
}
.popap_forms .btn-containers input[type="button"] {
    background: rgba(247, 248, 249, 1);
    border: 0;
    width: 100%;
    color: rgba(17, 24, 39, 1);
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 0;
    box-sizing: border-box;
    text-align: center;
}
.popap_forms .btn-containers input[type="submit"],
.popap_forms .btn-containers input.submit_btn
{
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    background: rgba(0, 159, 152, 1);
    border: 0;
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.wrapper_inner .right_block.wide_ {
    width: 100%;
}
.wrapper_inner .left_block {
    width: 0;
}
.popup-error,
.popup-success,
.popup-closest,
.popap_forms {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 600px;
    padding: 40px 32px 32px 32px;
    background: white;
    z-index: 101;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: none;
    transform: translate(0%, -50%) !important;
    top: 50%;
}
.popap_forms {
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(235, 237, 241, 1);
    display: none;
}
.popup-closest {
    transform: translate(0%, -200%);
}
.popap_forms.active_popup {
    display: block;
}
.popup-success.active_popup,
.popup-closest.active_popup,
.popup-error.active_popup {
    display: flex;
}
.popap_forms label {
    margin-bottom: 28px;
}
.popap_forms h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 32px;
    margin-top: 0;
}
.f-button.is-close-btn {
    background: white;
    border-radius: 20px;
}
.d_none {
    display: none;
}
.btn-containers.flex_block {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.popup-success,
.popup-error {
    flex-direction: column;
    align-items: center;
}
.popup-success h1,
.popup-error h1 {
    color: var(--Text-Text-1, #111827);
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: unset;
}
.popup-success p,
.popup-error p {
    color: var(--Text-Text-2, #5a616c);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 8px;
}
.popup-success .btn-closest_popup,
.popup-error .btn-closest_popup {
    margin-top: 2rem;
    border-radius: 0.625rem;
    background: #009f98;
    width: 100%;
    padding: 1.0625rem 1.5rem;
    text-align: center;
    color: var(--Text-Text-white, #fff);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}
.btn_grenn-form-popup {
    display: flex;
    gap: 12px;
    border-radius: 10px;
    background: #009f98;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 14px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 40px;
}
.btn_grenn-form-popup:hover {
    color: white;
    background: #009f97e1;
    transition: 0.3s;
}
.btn_gray-form-popup {
    display: flex;
    border-radius: 10px;
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 14px;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: #f7f8f9;
    transition: 0.3s;
    gap: 12px;
}
.btn_gray-form-popup:hover {
    color: #111827;
    background: #f7f8f9d2;
    transition: 0.3s;
}
.popup-closest {
    flex-direction: column;
    align-items: center;
    min-width: 536px;
}
.popup-closest h1 {
    color: var(--Text-Text-1, #111827);
    text-align: center;
    font-style: normal;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: unset;
    font-size: 28px;
    line-height: 36px;
}
.popup-closest .btn-closest_popup {
    cursor: pointer;
    text-align: center;
    padding: 1.0625rem 1.5rem;
    width: 100%;
    color: #111827;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 0.625rem;
    background: var(--Button-Colors-Secondary-Colors-Buttton-Grey, #f7f8f9);
}
.popup-closest .btn-show_form {
    border-radius: 0.625rem;
    background: #009f98;
    width: 100%;
    padding: 1.0625rem 1.5rem;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 0.75rem;
}
#form_control-callback > div:not(.active_popup) {
    /*display: none;*/
}
.btn_arrows button {
    background: unset;
    border: unset;
    transition: 0.5s;
}
.btn_arrows button svg path {
    stroke: #009f98;
}
#form_control-callback .error {
    color: #e83838;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
}
.form_zapis label.mobil,
.mobile_head-title,
#mobil-divCal {
    display: none;
}
.date_block {
    width: 81px;
    height: 67px;
    margin: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.mobile {
    display: none;
}
.pk {
    display: block;
}
@media screen and (max-width: 600px) {
    .__title {
        font-size: 12px;
    }

    .date_block {
        width: 37px;
        height: 40px;
        margin: 2px;
    }

    .btn-containers.flex_block {
        justify-content: space-between;
    }

    .popup-success,
    .popup-error,
    .popup-closest {
        max-width: 600px;
        width: 90%;
        padding: 40px 15px 15px 15px;
        top: 50%;
        left: 44%;
        transform: translate(-50%, -50%);
    }

    .popap_forms {
        max-width: 600px;
        width: 90%;
        padding: 40px 15px 15px 15px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .popap_forms h2 {
        font-size: 25px;
        font-weight: 700;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .popup-closest.active_popup,
    .popup-success.active_popup,
    .popup-error.active_popup {
        margin: 0 24px;
    }

    .popup-closest {
        min-width: unset;
    }

    .popup-success,
    .popup-closest,
    .popup-error {
        padding-top: 32px;
    }

    .mobile {
        display: block;
    }

    .pk {
        display: none;
    }

    #mobil-divCal tbody tr:not(.days) > td {
        color: #111827;
        cursor: pointer;
        border-radius: 0.625rem;
    }

    #mobil-divCal tbody tr:not(.days) > td.not-current {
        color: #9299a5;
    }

    .active-calendar #mobil-divCal {
        display: block;
        width: 100%;
        padding: 17px 16px;
        /*border: 1px solid #EBEDF1;*/
        box-shadow: inset 0 0 0 1px #ebedf1;
        border-radius: 0.625rem;
    }

    #mobil-divCal table {
        width: 100%;
    }

    .btn_arrows {
        display: flex;
        justify-content: space-around;
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .days td {
        color: #9299a5;
    }

    tbody td {
        text-align: center;
        width: 36px;
        height: 36px;
        vertical-align: middle;
    }

    .form_zapis label.mobil {
        display: flex;
    }

    #divCal {
        display: none;
    }

    #form_control-callback {
        bottom: 0;
        top: unset;
        padding: 0;
        height: 100% !important;
        border: unset;
        background: white;
        width: 100%;
        left: 0;
    }

    #form_control-callback .btn-containers {
        background: white;
        padding: 0.75rem;
    }

    #form_control-callback .btn-containers input[type="submit"] {
        width: 100%;
        padding: 17px;
        margin: 0;
        color: var(--Text-Text-white, #fff);
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.375rem;
    }

    #form_control-callback form label:first-child,
    .calendar-containers form .drop_down-info > div:first-child {
        padding-top: 1.5rem;
    }

    #form_control-callback .form-containers.active_popup {
        gap: 0;
        flex-direction: column;
    }

    #form_control-callback .form-containers.active_popup > * {
        padding: 0rem 1.25rem;
    }

    #form_control-callback .mobile_head-title {
        display: block;
        color: #111827;
        font-size: 24px !important;
        font-style: normal;
        font-weight: 600 !important;
        line-height: 28px !important;
        padding: 1.5rem 1.25rem !important;
        border-bottom: 1px solid #ebedf1;
    }

    #form_control-callback div.point-touch {
        height: 15px;
        position: absolute;
        top: -1.38rem;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
    }

    .calendar-containers form {
        min-width: unset;
        margin: 0;
    }

    .calendar-containers form label span,
    .calendar-containers form .drop_down-info span {
        color: #9299a5;
        font-size: 12px;
    }

    .drop_down-info {
        line-height: unset !important;
    }
}
.fancybox__backdrop {
    background: rgba(17, 24, 39, 0.5) !important;
}
.error-form:empty {
    display: none;
}
.calendar-containers [data-fancybox-close] {
    color: #000000;
    top: 10px !important;
    right: 10px !important;
}
.testtesttest {
    z-index: 100000000000;
    position: relative;
    background: rgba(17, 24, 39, 0.5);
    width: 100%;
    height: 100vh;
}
.radius_btn {
    cursor: pointer;
}
.drop_down-doctor .options li {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.options li p {
    margin: unset;
}
.d-none {
    display: none !important;
}
@media screen and (max-width: 600px) {
    .calendar-containers {
        border-radius: 1rem 1rem 0rem 0rem;
        padding: 1.5rem 1.25rem;
    }

    .active-calendar #mobil-divCal {
        display: block;
        width: 100%;
        padding: 17px 16px;
        box-shadow: inset 0 0 0 1px #ebedf1;
        border-radius: 0.625rem;
    }
}
.drop_down-info_time {
    display: flex;
    gap: 16px;
    flex-direction: column;
    padding: 20px;
    border-radius: 16px;
    background: #f7f8f9;
}
.drop_down-info_time-title {
    color: #5a616c;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: unset;
}
.drop_down-info_time-description {
    color: #111827;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin: unset;
}
.timer_new_position {
    margin-top: 35px;
}
.timer_new_position > div {
    display: flex;
    gap: 10px;
    max-width: 674px;
    flex-wrap: wrap;
}
.timer_new_position > div span {
    padding: 9px;
    width: 100%;
    max-width: 87px;
    border-radius: 8px;
    border: 2px solid #ebedf1;
    text-align: center;
}
.timer_new_position p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
#mobil-divCal table {
    border-color: unset;
    border-collapse: unset;
    border-spacing: unset;
}
#mobil-divCal td {
    border: none;
    padding: 0;
}
#mobil-divCal table tr:nth-child(even) {
    background-color: unset;
}
@media (max-width: 767px) {
    .popap_forms {
        max-width: 100%;
        top: 0;
        left: 0;
        transform: none !important;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}
/*11827;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin: unset;
}
*/
.timer_new_position {
    margin-top: 35px;
}
.timer_new_position > div {
    display: flex;
    gap: 10px;
    max-width: 674px;
    flex-wrap: wrap;
}
.timer_new_position > div span {
    padding: 9px;
    width: 100%;
    max-width: 87px;
    border-radius: 8px;
    border: 2px solid #ebedf1;
    text-align: center;
}
#mobil-divCal table {
    border-color: unset;
    border-collapse: unset;
    border-spacing: unset;
}
#mobil-divCal td {
    border: none;
    padding: 0;
}
#mobil-divCal table tr:nth-child(even) {
    background-color: unset;
}
.timer_new_position p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
.popap_forms input[type="submit"],
.popap_forms input[type="button"] {
    cursor: pointer !important;
}

@media (min-width: 768px) {
    .popap_forms {
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .popap_forms {
        max-width: 100%;
        top: 0;
        left: 0;
        transform: none !important;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .popap_forms {
        overflow: auto;
        overflow-x: hidden;
    }

    .popap_forms .btn-containers input[type="button"] {
        width: 100%;
        min-width: auto;
        max-width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
}
/* End */
/* /local/components/itb/calendar/templates/page/style.css?178115023624166 */

/* End */
/* /local/components/itb/calendar/templates/page/style.css?178342510388252 */
