.popup p a {
    color: #da715b;
}
.popup p a:hover {
    color: #C96E5B;
}
/* === Header === */
.header__title {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

/* === UI === */
.ui-btn--red {
    background: #ED4C4C;
    color: #fff;
}
.ui-btn--red:hover {
    background: #c73a3a;
}
.ui-btn > .ui-btn-icon:first-child {
    margin-right: 1rem;
}
.ui-btn > .ui-btn-icon:last-child {
    margin-left: 1rem;
}

/* === Into === */
.intro__link-schedule {
    position: absolute;
    top: 2rem;
    left: 1rem;
    z-index: 3;
}

/* === Schedule === */
.schedule {
    margin: 6rem 0;
}
@media (min-width: 767px) {
    .schedule {
        margin: 10rem 0;
    }
}
@media (min-width: 1200px) {
    .schedule {
        margin: 14rem 0;
    }
}
.schedule__wrap {
    border-radius: 1.6rem;
    border: 1px solid #DA715B;
    padding: 1.6rem;
}
@media (min-width: 767px) {
    .schedule__wrap {
        padding: 5rem 2.2rem;
    }
}
@media (min-width: 1200px) {
    .schedule__wrap {
        padding: 8rem 3.2rem;
    }
}
.schedule__wrap > .row {
    row-gap: 1.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}
@media (min-width: 767px) {
    .schedule__wrap > .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
.col-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.schedule__title {
    margin: 0 0 2.8rem;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 120%;
}
@media (min-width: 767px) {
    .schedule__title {
        font-size: 2.4rem;
    }
}
@media (min-width: 1200px) {
    .schedule__title {
        font-size: 2.4rem;
    }
}
@media (min-width: 767px) {
    .schedule__title {
        font-size: 4rem;
        margin: 0 0 4rem;
        text-align: center;
    }
}
@media (min-width: 1200px) {
    .schedule__title {
        font-size: 4.8rem;
    }
}
.schedule__image {
    display: block;
    width: 100%;
    max-width: 26rem;
    max-height: 26rem;
    margin: 0 auto;
    line-height: 0;
}
@media (min-width: 1200px) {
    .schedule__image {
        max-width: 100%;
        max-height: 100%;
        margin: 0;
    } 
}
.schedule__days {
    padding: 0;
    margin: 0;
    list-style: none;
}
.schedule__day {
    position: relative;
}
.schedule__day:not(:first-child) {
    margin-top: 4.4rem;
}
@media (min-width: 767px) {
    .schedule__day:not(:first-child) {
        margin-top: 5.4rem;
    }
}
@media (min-width: 1200px) {
    .schedule__day:not(:first-child) {
        margin-top: 6.4rem;
    }
}
.schedule__day:not(:first-child)::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: -2.2rem;
    border-top: 1px solid #F5E1D0;
}
@media (min-width: 767px) {
    .schedule__day:not(:first-child)::before {
        top: -2.7rem;
    }
}
@media (min-width: 1200px) {
    .schedule__day:not(:first-child)::before {
        top: -3.3rem;
    }
}
.schedule__day-title {
    color: #DA715B;
    font-size: 2rem;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 2.4rem;
    display: block;
    text-transform: uppercase;
}
@media (min-width: 767px) {
    .schedule__day-title {
        font-size: 2.4rem;
        margin: 0 0 2.8rem;
    }
}
@media (min-width: 1200px) {
    .schedule__day-title {
        font-size: 3.2rem;
        margin: 0 0 3rem;
    }
}
.schedule__list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.schedule__item:not(:first-child) {
    margin-top: 1.8rem;
}
@media (min-width: 767px) {
    .schedule__item:not(:first-child) {
        margin-top: 2rem;
    }
}
@media (min-width: 1200px) {
    .schedule__item:not(:first-child) {
        margin-top: 2.4rem;
    }
}
.schedule__item-title {
    color: #DA715B;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 .8rem;
}
@media (min-width: 767px) {
    .schedule__item-title {
        font-size: 2rem;
        margin: 0 0 1rem;
    }
}
@media (min-width: 1200px) {
    .schedule__item-title {
        font-size: 2.4rem;
        margin: 0 0 1.2rem;
    }
}
.schedule__item-text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 130%;
}
@media (min-width: 767px) {
    .schedule__item-text {
        font-size: 1.8rem;
    }
}
@media (min-width: 1200px) {
    .schedule__item-text {
        font-size: 2rem;
    }
}
.schedule__item-text > *:first-child {
    margin-top: 0;
}
.schedule__item-text > *:last-child {
    margin-bottom: 0;
}

/* === Popup === */
.popup__news-desc ul, .popup__news-desc p {
    margin: 0 0 2rem;
}
.popup__news-desc ul:first-child, .popup__news-desc p:first-child {
    margin-top: 0;
}
.popup__news-desc ul:last-child, .popup__news-desc p:last-child {
    margin-bottom: 0;
}
.popup + .fancybox-close-small {
    display: none;
}
