.schedule {
    background: #eee;
    padding: 20px;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    text-transform: uppercase;
    border-radius: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
    margin-bottom: 20px;
    color: #475669
}


.schedules .schedule__item {
    width: calc(100% - 200px);
}

.schedules .bth__btn {
    vertical-align: middle;
    padding: 10px 20px;
    margin: 15px 30px 0 0;
    border: none;
    border-radius: 15px;
}

.schedules .schedule__pruffme::before {
    content: '';
    width: 15px;
    position: absolute;
    height: 15px;
    background: url(/images/thlive/pruffme.svg) center/contain no-repeat;
    left: 0;
    top: 2px;
}

.schedules .schedule__pruffme {
    color: #30C952;
    position: relative;
    padding-left: 26px;
}

.schedules .schedule__inline {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 0 0 0;
}

.schedules i.fa-wifi:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: nowIconAnimate 2s infinite;
    animation: nowIconAnimate 2s infinite;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.schedules .schedule__anim-btn {
    background-color: #008543;
    -webkit-animation: nowbtnAnimate 2s infinite;
    animation: nowbtnAnimate 2s infinite;
}

@-webkit-keyframes nowbtnAnimate {
    0% {
        background-color: #008543;
    }
    50% {
        background-color: #00a551;
    }
    100% {
        background-color: #008543;
    }
}

@keyframes nowbtnAnimate {
    0% {
        background-color: #008543;
    }
    50% {
        background-color: #00a551;
    }
    100% {
        background-color: #008543;
    }
}

.schedules i.fa-wifi {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    width: 50px;
}

@-webkit-keyframes nowIconAnimate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes nowIconAnimate {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.schedules .schedule.schedule--grey {
    background: #eee;
}

.schedules .schedule.schedule--grey .schedule__bb .mt10 {
    margin-top: 5px !important;
}

.schedules .schedule.schedule--grey:hover {
    background-color: #d4e4f2;
}

.schedules .schedule.schedule--grey .schedule__bb {
    padding: 10px 5px;
    font-size: 16px;
}

.schedules .schedule.schedule--now .schedule__bb .fz25 {
    font-size: 30px !important;
}


.schedules .schedule.schedule--now {
    background-color: #e5f6ec;
}


.schedules .schedule.schedule--now:hover {
    background-color: #c8e4d2;
}

.schedules .schedule.schedule--orange {
    background-color: #f9f6e5
}

.schedules .schedule.schedule--orange:hover {
    background-color: rgba(255, 142, 65, 0.26);
}


.schedules .schedule.schedule--blue {
    background-color: #e4eef9;
}

.schedules .schedule.schedule--blue:hover {
    background-color: #d4e4f2;
}

.schedules .schedule.schedule--now .schedule__bb {
    padding: 20px 5px;
    font-size: 16px;
}

.schedule .schedule__bb {
    border-radius: inherit;
    text-align: center;
    padding: 15px 5px;
    width: 150px;
    background: #fff;
}


.schedules.schedules--sm .schedule .schedule__bb .mt10 {
    margin: 0 0 0 15px !important;
    font-size: 13px;
}

.schedules.schedules--sm .schedule .schedule__bb > * {
    display: inline-block;
    line-height: inherit;
    vertical-align: top;
}

.schedules.schedules--sm .schedule .schedule__bb {
    text-align: left;
    line-height: 35px;
    padding: 0 5px 0 15px;
    border-radius: 5px;
    width: 150px;
}

.schedules.schedules--sm .schedule__item .bth__txt-big {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.schedules.schedules--sm .schedule__item {
    width: calc(100% - 260px);
}

.schedules.schedules--sm .schedule::before {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    height: 100%;
    width: 20px;
    background: url(https://tophotels.ru/csstx/i/arrow-right.svg) center/9px no-repeat;
}

.schedules.schedules--sm .schedule {
    text-transform: none;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;width: 100%;
}

@media screen and (max-width: 1450px) {
    .schedule {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .schedules .schedule__item {
        width: calc(100% - 155px);
    }

    .schedule {
        gap: 20px;
        padding: 15px;
    }

    .schedule .schedule__bb {
        width: 130px;
    }

    .schedules.schedules--sm .schedule__item {
        width: calc(100% - 220px);
    }
}

@media screen and (max-width: 767px) {
    .schedule {
        display: block;
        border-radius: 15px;
    }

    html body .page .container .schedule .fz25 {
        font-size: 23px !important;
    }

    html body .page .container .schedule .schedule__bb {
        padding: 5px 20px;
        width: auto;
        display: inline-block;
        vertical-align: top;
        text-align: left;
    }

    html body .page .container .schedule .schedule__bb > * {
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px 0 0 !important;
    }

    .schedules .mt5 {
        margin-top: 0 !important;
    }

    .schedules .schedule.schedule--grey .schedule__bb .mt10 {
        margin-top: 0 !important;
    }

    .schedules .schedule.schedule--now .schedule__bb .fz25 {
        font-size: 25px !important;
    }

    .schedules .schedule__item {
        width: 100%;
        margin-top: 10px;
    }

    .schedules.schedules--sm .schedule__item .bth__txt-big {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
        overflow: hidden;
    }

    .schedules.schedules--sm .schedule__item {
        width: 100%;
        margin-top: 7px;
        padding-right: 20px;
    }

    .schedules.schedules--sm .schedule::before {
        right: 10px;
        background-size: 7px;
    }

    html body .page .container .schedules.schedules--sm .schedule .schedule__bb {
        padding: 0 15px;
        line-height: 30px;
    }
}