﻿@media (min-width: 992px) {
    .w-lg-50 {
        width:50%;
    }
}

    @media only screen and (max-width: 767px) {
        #BackAuth {
            display: none;
        }

        .FilterHospital {
            left: -100% !important;
            width: 100% !important;
        }

            .FilterHospital.Active {
                left: 0 !important;
            }

        .HistoryBlock {
            right: -100% !important;
            width: 100% !important;
        }

            .HistoryBlock.Active {
                right: 0 !important;
            }

        .Filter_SuccessButton {
            width: 50%;
            margin-bottom: 3%;
        }

        .Filter_RefreshButton {
            width: 50%;
        }

        .CabinetDayTimeWork {
            width: 100%;
        }
    }

    /*MIN*/
    @media only screen and (min-width: 768px) {
        .CabinetDayTimeWork {
            width: calc(100%/3);
        }

        .pr-sm-2 {
            padding-right: 0.5rem
        }
    }

    @media only screen and (min-width: 1024px) {
        .CabinetDayTimeWork {
            width: calc(100%/4);
        }
    }

    @media only screen and (min-width: 1440px) {
        .CabinetDayTimeWork {
            width: calc(100%/7);
        }
    }

    @media only screen and (min-width: 425px) {

        .BoxPC {
            display: block;
        }

        .BoxMobile {
            display: none;
        }
    }

    @media only screen and (max-width: 425px) {
        ::-webkit-scrollbar {
            width: 0px;
        }

        .BoxPC {
            display: none !important;
        }

        .BoxMobile {
            display: block !important;
        }

        .Title {
            font-size: 17px;
            white-space: normal !important;
        }

        .BigTextWhite {
            font-size: 17px !important;
        }

        .BigTitle {
            font-size: 20px !important;
        }

        .loader {
            display: none;
        }

        .InputMobile {
            height: 4rem !important;
        }

        .Step.Active:before {
            border-top: 10px solid transparent;
        }
    }
