body {
    margin-top: 150px!important;
}

address {
    margin-bottom:0;
}

.header-schedule-left>.schedule-item {
    margin: 0 5px 0 0;
}

.header-schedule-left>.schedule-title {
    margin: 0 20px 0 0;
}

.newHeader .headerGrid {
    grid-row-gap: 0px;
}

.newHeader {
    padding-top:0px;
}

.header-schedule {
    grid-column: 1/3;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height:36px;
}

.headerGrid>.header-schedule  {
    margin-bottom:17px;
}

.header-schedule-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.schedule-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.schedule-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #212529;
}

.schedule-item-days {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
}

.schedule-item-time {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #212529;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    white-space: nowrap;
}

.header-schedule-right {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    color: #000000;
    display: flex;
    align-items: center;
}

span.header-schedule-red {
    color: #C11B1B;
}

.header-schedule-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 36px;
    background: #F5F5F5;
    z-index: 0;
}

.header-schedule-left {
    z-index: 1;
}

.header-schedule-right {
    z-index: 1;
}

@media (max-width:1000px) {
    .header-schedule {
        grid-column: 1/4;
        padding:10px;
    }
}


@media (max-width:980px) {
    .header-schedule {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header-schedule-right {
        display:block;
        text-align:center;}
    .header-schedule-left {
        flex-direction: column;
        text-align: center;
    }
    .header-schedule-left>.schedule-title{
        margin:0;
    }
}


.include_section {
    display: flex;
    flex-direction: column;
    margin: 50px 0 50px 0;
}



.include_section a:hover {
    color: #0a58ca;
    background: #f91c2c;
}

.include_section a {
    width:fit-content;
    color:white;
    display: inline-block;
    padding: 0.5em;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1;
    font-weight: 16em;
    background: #fb414e;
    transition: .2s all linear;
}
