

/* Start:/local/components/itb/calendar/templates/page/style.css?177121942424203*/
.__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"] {
    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;
    margin-bottom: 12px !important;
}
.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;
    }
}
/* End */
/* /local/components/itb/calendar/templates/page/style.css?177121942424203 */
