/* Расписание */
@media(min-width: 731px) {
    .schedule .shedule__doctor {
        margin: 0 0 0 50px;
    }
}
@media(min-width: 900px) {
    .schedule .shedule__doctor {
        line-height: 46px;
    }
    .shedule__doctor p {
        max-width: fit-content;
    }
}
@media(max-width: 900px) {
    .schedule .shedule__doctor {
        line-height: 22px;
    }
    .shedule__doctor p {
        align-self: center;
    }
}

.shedule__doctor p{
    margin: 0 0 0 15px;
    line-height: 24px;
    align-self: center;
}
.shedule__doctor{
    display: flex;
    flex-grow: 1;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: #646565;
}
.schedule .shedule__doctor img{
    margin-top: auto;
    margin-bottom: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.schedule .schedule__time-form__radio{
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
}
.schedule .schedule__time-form__items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 21px;
}
.schedule .schedule__time-form__item{
    display: block;
    width: 50%;
    height: 34px;
    text-align: left;
    border: 1px solid rgba(241, 141, 24, 0.5);
    background: #fff;
    border-radius: 0;
    color: #646565;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    margin: 0;
}
.schedule .schedule__time-form__radio:disabled+.schedule__time-form__item{
    opacity: .4;
    cursor: default;
    color: #646565;
    border-color: #F18D18;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.schedule .schedule__time-form__item,
.schedule .schedule__time-form__radio:disabled+.schedule__time-form__item {
    height: 34px;
    width: 50%;
    font-size: 14px;
    line-height: 24px;
    padding: 5px;
}
.schedule .schedule__time-form__radio:checked+.schedule__time-form__item{
    color: #fff;
    background: #F18D18;
    border: 0.5px solid rgba(241, 141, 24, 0.5);
}
.schedule .btn-arrow{
    margin-top: 15px;
}

.schedule .time-form__bottom {
    display: none;
}
.schedule .time-form__bottom._active{
    display: block;
}
.schedule .btn-new.slick-disabled{
    opacity: .5;
    cursor: default;
}
.schedule table .disabled .time {
    font-weight: 300;
}
.schedule table .disabled .time{
    color: #F18D18;
}
.schedule .disabled *{
    color: rgba(0, 0, 0, 0.4);
}
.schedule .slick-slide{
    width: 100%;
}
.schedule .btn-new.slick-hidden{
    display: block;
    opacity: 0.5;
    cursor: default;
}
.schedule .btn-new{
    min-width: 38px;
    width: 38px;
    min-height: 38px;
    height: 38px;
}

.schedule .cw-month-container .slick-current{
    text-align: center;
}
.schedule .cw-month-container .form-item select{
    min-width: 133px;
    background: unset;
    border: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}
.schedule .cw-month-container{
    max-width: 155px;
    font-size: 18px;
    line-height: 32px;
}
.schedule__header-wrap{
    margin-right: 95px;
}
.schedule {
    background-color: rgba(138, 180, 70, .1);
    padding: 45px 0;
}
.schedule .section-header {
    margin-bottom: 25px;
}
.schedule__header-wrap {
    font-size: 18px;
    display: flex;
    align-items: center;
}
.schedule__month-selector {
    display: flex;
    align-items: center;
}
.schedule__month-selector span {
    padding: 0 30px;
}
.schedule__clinic {
    margin-right: 50px;
}
.schedule__doctor {
    display: flex;
    align-items: center;
}
.schedule__doctor img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}
.schedule__doctor p {
    font-size: 18px;
}
.schedule .section-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.schedule .content-left {
    width: 74%;
    padding-right: 20px;
    float: left;
}
.schedule .content-right {
    width: 26%;
    float: right;
}
.schedule table {
    width: 100%;
    border-collapse: collapse;
}
.schedule table td {
    background-color: white;
    border: .5px solid rgba(100, 101, 101, .2);
    text-align: center;
}
.schedule table thead td {
    font-size: 18px;
    line-height: 36px;
    color: var(--main-page-color);
}
.schedule table tbody td:not(.disabled) {
    cursor: pointer;
}
.schedule table tbody td {
    padding: 17px 16px 12px;
    font-weight: 550;
    font-size: 14px;
    line-height: 18px;
}
.schedule table.time-table tbody td {
    padding: 10px 12px 11px 12px;
    text-align: left;
}
.schedule table .date,
.schedule table .time {
    font-weight: 600;
}
.schedule table .time {
    color: var(--main-page-color);
    padding-top: 5px;
    line-height: 11px;
}
/*.schedule table tbody td.not-available {*/
/*	opacity: .5;*/
/*}*/
/*.schedule .schedule__time-form__item:not(.disabled):hover,*/
.schedule table tbody td:not(.disabled):not(._active):hover{
    background-color: rgba(241, 141, 24, 0.8);
}
/*.schedule .schedule__time-form__item:not(.disabled):hover,*/
.schedule table tbody td:not(.disabled):hover p{
    color: white;
}
.schedule table tbody td._active {
    background-color: var(--main-page-color);
    color: white;
}
.schedule table tbody td._active * {
    background-color: var(--main-page-color);
    color: white;
}
.schedule .title-table {
    font-weight: 300;
    font-size: 18px;
    color: var(--main-page-color);;
    padding: 0 0 5px 0;
    line-height: 32px;
}
.schedule .time-table._active{
    display: block;
}
.schedule .time-table {
    margin-bottom: 15px;
    display: none;
}
.schedule .time-table .from {
    font-weight: 600;
}
.schedule .time-table .to {
    font-weight: 300;
}

.schedule .shedule__clinic .coweb-select-wrapper{
    display: inline-block;
    position: relative;
    width: 100%;
}
.schedule .shedule__clinic .coweb-select-wrapper>select{
    background-color: rgba(241, 141, 24, .05);
    border: 1px solid rgba(241, 141, 24, .5);
    /*background-image: url(./images/icon-arrow-down.svg);*/
    background-position: calc(100% - 5px) 5px, calc(100% - 5px) 5px, 100% 0;
    background-size: 38px;
    background-repeat: no-repeat;
    border-radius: 24px;
    width: 100%;
    min-width: 200px;
    height: 50px;
    padding-left: 15px;
    font-size: 18px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    overflow: visible;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 10;
}
.schedule .shedule__clinic .coweb-select-wrapper:after {
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: 5;
    pointer-events: none;
    background: url(./images/icon-arrow-down.svg) 0 0 repeat;
    width: 38px;
    height: 38px;
    content: "";
    transition: all .3s;
    transition-timing: ease-in-out;
}
.schedule .shedule__clinic .coweb-select-wrapper:focus-within:after {
    transform: rotate(180deg);
}

@media (min-width: 731px) {
    .schedule table .date-mobile {
        display: none;
    }

    .schedule table .date {
        display: block;
    }

    .schedule .shedule__clinic .clinic > select,
    .schedule .shedule__clinic {
        flex-grow: 1;
    }
}
@media (max-width: 730px) {
    .schedule .shedule__clinic{
        padding-left: 50px;
    }
    .schedule__header-wrap {
        flex-direction: row;
    }
    .schedule__month-selector {
        flex-direction: column;
        align-items: flex-start;
    }
    .schedule__month-selector {
        min-width: 230px;
        margin-right: 0;
    }
    .schedule__clinic {
        margin-left: 50px;
    }
    .schedule__doctor {
        /*width: 100%;*/
    }
    .schedule__doctor img {
        -webkit-box-shadow: 0px 10px 6px -5px rgb(34 60 80 / 50%);
        -moz-box-shadow: 0px 10px 6px -5px rgba(34, 60, 80, 0.5);
        box-shadow: 0px 10px 6px -5px rgb(34 60 80 / 50%);
    }
    .schedule table tbody td {
        padding: 5px 3px !important;
    }
    .schedule table.time-table tbody td {
        font-size: 14px;
        padding: 10px !important
    }
    .schedule table .time {
        padding: 0;
    }
    .schedule table .date-mobile {
        display: block;
    }
    .schedule table .date {
        display: none;
    }
    .schedule table tbody td {
        font-size: 9px;
    }
}
@media (max-width: 815px) {
    .tabs__head__item {
        width: 100%;
        border-right: unset;
    }
    .tabs__head .tabs__head__item:first-child:not(._active) {
        border-top-width: 1px;
        border-right-width: 0;
        border-left-width: 0;
        border-bottom-width: 1px;
    }
    .tabs__head .tabs__head__item:not(._active) {
        border-right-width: 0;
        border-left-width: 0;
        border-top-width: 0;
        border-bottom-width: 1px;
        border-style: solid;
        border-color: var(--main-page-color);
    }
    .tab-btns {
        box-shadow: unset;
    }
}
@media (max-width: 930px) {
    .schedule .schedule__slider-block._active {
        margin-left: 0;
        margin-right: 0;
    }
    .schedule .days-table {
        display: table !important;
    }
    .schedule .content-right {
        width: 100%;
    }
    .schedule .content-left{
        width: calc( 100% + 30px );
        margin: 0 -15px;
    }
    .schedule .content-left {
        padding: 0;
    }
    .schedule .title-table {
        padding-top: 30px;
    }
    .schedule .page-title{
        font-size: 28px;
        line-height: 36px;
    }
    .schedule .title-table{
        color: #646565;
    }
    .schedule {
        padding: 15px 0;
    }
}

.schedule__select {
    /*width: fit-content;*/
    background-color: rgba(241, 141, 24, .05);
    border: 1px solid rgba(241, 141, 24, .5);
    background-position: calc(100% - 5px) 5px, calc(100% - 5px) 5px, 100% 0;
    background-size: 38px;
    background-repeat: no-repeat;
    border-radius: 24px;
    /*width: 100%;*/
    min-width: 200px;
    height: 50px;
    padding-left: 15px;
    padding-right: 50px;
    font-size: 18px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    overflow: visible;
    cursor: pointer;
    z-index: 10;
    outline: 0;
    display: block;
}
.schedule__select:after {
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: 5;
    pointer-events: none;
    background: url("./images/icon-arrow-down.svg") 0 0 repeat;
    width: 38px;
    height: 38px;
    content: "";
    transition: all .3s;
    transition-timing: ease-in-out;
}