/* Schedule */
.out.schedule .promo {
    background: #7D94B8;
}

.out.schedule .section__title {
    color: #7D94B8;
}

.out.schedule .section__link.active {
    border-color: #7D94B8;
    color: #7D94B8;
}

.out.schedule .btn_custom {
    border-color: rgba(32, 32, 32, 0.4);
    color: #7D94B8;
}

.out.schedule .btn_custom:hover {
    background: #7D94B8;
    color: #FFF;
}

/* Content */
.schedule__container {
    margin-bottom: 70px;
}

.schedule__head {
    padding-bottom: 18px;
    border-bottom: 1px solid;
    font-size: 34px;
    letter-spacing: 3.2px;
}

.schedule__head_red {
    color: #F54236;
}

.schedule__head_green {
    color: #4CAF4F;
}

.schedule__head_blue {
    color: #176DC2;
}

.schedule__head_olive {
    color: #6A7508;
}

.schedule__head_purple {
    color: #6A7508;
}

.schedule__head_orange {
    color: #C17F04;
}

.schedule__head_aqua {
    color: #479DCB;
}

.schedule__th {
    position: relative;
    top: 8px;
    margin-left: 2px;
    text-transform: uppercase;
    font-size: 16px;
    vertical-align: top;
}

.schedule__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 24px;
    line-height: 1.16;
}

.schedule__time {
    padding-right: 30px;
    -webkit-flex: 0 0 284px;
    -ms-flex: 0 0 284px;
    flex: 0 0 284px;
    font-weight: 400;
}

.schedule__wrap {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.schedule__title {
    margin-bottom: 12px;
    font-weight: 400;
}

.schedule__text {
    opacity: .7;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.schedule__location {
    opacity: .5;
    font-size: 16px;
    line-height: 1.2;
    font-style: italic;
}

.schedule__location_container {
    display: flex;
    flex-direction: row;
}

.schedule__location_container .icon {
    margin-right: 0.75rem;
    float: left;
    height: 100%;
}

.schedule__location a {
    color: #202020;
}

.schedule__location a:visited {
    color: #202020;
}

.schedule__people {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
}

.schedule__user {
    position: relative;
    width: 55px;
    height: 55px;
}

.schedule__user + .schedule__user {
    margin-left: -15px;
}

.schedule__pic {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.schedule_default {
    opacity: 0;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}

.schedule_default .schedule__container:last-child {
    margin: 0;
}

.schedule_default .schedule__row {
    border-bottom: 1px solid rgba(32, 32, 32, 0.15);
}

@media only screen and (max-width: 767px) {
    .schedule__container {
        margin-bottom: 50px;
    }

    .schedule__head {
        padding-bottom: 14px;
        font-size: 22px;
    }

    .schedule__row {
        display: block;
        padding: 20px 0;
        font-size: 20px;
        line-height: 1.4;
    }

    .schedule__people {
        padding: 20px 0 0;
    }

    .schedule__user {
        width: 45px;
        height: 45px;
    }
}