.col-fff {
    color: #fff !important;
}

.separator-phrase.white {
    filter: brightness(0) invert(1);
}

.daily__wrapper {
    padding-top: 100px;
    position: relative;
    top: 140px;
    margin-bottom: 140px;
    background: #2699D6;
}

.daily__list {
    margin-top: 110px;
    padding: 50px 10% 100px 50px;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 20px;
    background-image: url('../images/png/daily-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    box-sizing: border-box;
}

.daily__list li {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    overflow: hidden;
}

.daily__list span.time {
    width: 60px;
    margin-right: 20px;
    flex-shrink: 0;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #1C97D4;
}

.daily__list .circle {
    margin-right: 50px;
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    background: #fff;
    border: 4px solid #2597D3;
    border-radius: 100%;
    box-sizing: border-box;

}

.daily__list span.circle:after {
    content: '';
    width: 2px;
    height: 400px;
    position: absolute;
    top: calc(100% + 4px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #2597D3;
}

.daily__list li:last-child span.circle:after {
    content: none;
}

.daily__list:before {
    content: '';
    background-image: url('../images/svg/daily-raccoon.svg');
    position: absolute;
    top: 50px;
    right: 0;
    width: 270px;
    height: 270px;
}

.daily__list:after {
    content: '';
    background-image: url('../images/svg/bunny-svg.svg');
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 270px;
    height: 270px;
}

/* == == */
.documents__wrapper {
    padding-top: 120px;
    background: #2699D6;


}

.documents__content {
    margin-top: 60px;
    padding: 60px 50px;
    background-color: #FFFFFF;
    border-radius: 20px;
    background-image: url('../images/png/docs-background.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    box-sizing: border-box;
}

.documents__subtitle {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
}

.documents__content li {
    display: flex;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
    color: #646464;
}

.documents__content span {
    margin-right: 30px;
    flex-shrink: 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #91E709;
    font-size: 25px;
    line-height: 35px;
    color: #000000;
    text-align: center;
    border-radius: 100%;
}

/* ==  == */
.advice__wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #2699D6;
}

.advice__content {
    position: relative;
    margin-top: 60px;
    padding: 60px 50px;
    background-color: #FFFFFF;
    border-radius: 20px;
    background-image: url('../images/png/advice-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    box-sizing: border-box;
}

.advice__row {
    display: flex;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    color: #646464;
}

.advice__row:not(:last-child) {
    margin-bottom: 30px;
}

.advice__row span {
    margin-right: 30px;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background-color: #91E709;
    font-size: 25px;
    line-height: 35px;
    color: #000000;
    text-align: center;
    border-radius: 100%;
}

.advice-raccoon {
    position: absolute;
    bottom: 125px;
    right: 0;
}

/* == == */
.menu__wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
}

.menu__table-wrapper {
    position: relative;
}

.menu__table-wrapper:not(:last-child) {
    margin-bottom: 60px;
}

.menu__title.title {
    color: #AA81ED;
}

.menu__table {
    border-radius: 20px;
    overflow: hidden;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.15));
}

.menu__cook-foxy {
    max-width: 300px;
    position: absolute;
    top: -250px;
    right: 0;
}

.menu__table-subtitle {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 35px;
    line-height: 43px;
    color: #AA81ED;
}

.menu__table-row.days {
    font-weight: normal;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.menu__table-row.days ul li {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.menu__table-row {
    display: flex;
}

.menu__table-row ul {
    width: 20%;
    padding: 15px 10px;
    background: #2699D6
}

.menu__table-row ul:nth-child(2) {
    background: #F088B6;
}

.menu__table-row ul:nth-child(3) {
    background: #488881;
}

.menu__table-row ul:nth-child(4) {
    background: #AA81ED;
}

.menu__table-row ul:nth-child(5) {
    background: #74B959;
}

.menu__table-row ul li {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: #FFFFFF;
}

.menu__table-row.eating {
    padding: 5px 0;
    width: 100%;
    justify-content: center;
    background-color: #fff;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #000000;

}

.menu__arrows {
    display: none;
}

@media screen and (max-width: 1200px) {
    .daily__list {
        padding: 5%;
    }

    .daily__list .circle {
        order: 0;
        margin-right: 5px;
    }

    .daily__list span.time {
        order: 1;
    }

    .daily__list span:nth-child(3) {
        width: 100%;
        order: 2;
        font-size: 16px;
        line-height: 20px;
    }

    .daily__list:before {
        top: 50px;
        right: -15px;
        width: 100px;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .daily__list:after {
        content: '';
        background-image: url(../images/svg/bunny-svg.svg);
        position: absolute;
        bottom: -30px;
        left: 0;
        right: unset;
        width: 100px;
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .documents__content,
    .advice__content {
        padding: 5%;
    }

    .advice__row,
    .documents__content li {
        font-size: 16px;
        line-height: 20px;
    }

    .advice-raccoon {
        bottom: -100px;
        right: 0;
        width: 100px;
    }

    .documents__content img {
        width: 100px;
        position: absolute;
    }

    .menu__table-row.days,
    .menu__table-row {
        overflow-x: scroll;
    }

    .menu__table-row ul {
        width: 50%;
        flex-shrink: 0;
    }

    .menu__arrows {
        display: flex;
        justify-content: space-between;
        padding: 25px 15px;
    }

    .menu__arrows .left {
        transform: rotate(90deg);
        height: 12px;
    }

    .menu__arrows .right {
        transform: rotate(-90deg);
        height: 12px;
    }
}

@media screen and (max-width: 640px) {
    .menu__cook-foxy {
        max-width: 100px;
        top: 0;
        right: 20px;
    }

    .daily__wrapper {
        padding-top: 80px;
        top: 80px;
        margin-bottom: 70px;
    }

    .daily__list,
    .advice__content {
        margin-top: 30px;
    }
}