.train-title__hl {
    display: inline;
    color: #f45c43;
    font-weight: inherit;
}

.top-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
    .top-info span{
        color: #777;
    }

.station-single__container, .train-single__container {
    padding-top: 25px;
    padding-bottom: 25px;
}

#mini-map {
    width: 100%;
    height: 300px;
}

.row-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    @media(max-width:575px) {
        .row-buttons {
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }
    }
    .row-buttons .btn {
        min-height: 40px;
        font-size: 14px;
    }
    @media(max-width:575px) {
        .row-buttons .btn:not(:first-child) {
            margin: 1em 0 0;
        }
    }

.time-changer {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
    .time-changer .time-changer__btn:first-child {
        border-radius: 6px 0 0 6px;
    }
    .time-changer .time-changer__btn:last-child {
        border-radius: 0 6px 6px 0;
    }
    .time-changer__btn {
        min-height: 40px;
        padding: 10px;
        font-family: Montserrat;
        font-size: 14px;
        color: #f45c43;
        background: transparent;
        border: 1px solid #f45c43;
        margin: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-transition: .2s linear;
        -moz-transition: .2s linear;
        -ms-transition: .2s linear;
        -o-transition: .2s linear;
        transition: .2s linear;
        cursor: pointer;
    }
        .time-changer__btn.--active {
            background: #f45c43 -webkit-linear-gradient(153deg,#eb3349,#f45c43);
            background: #f45c43 linear-gradient(297deg,#eb3349,#f45c43);
            color: #fff;
            cursor: default;
        }

.schedule-table {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #21283e;
    border-collapse: collapse;
}
    .schedule-table.--schedule {
        margin-top: 1em;
    }
    @media(max-width:767px) {
        .schedule-table.--route, .schedule-table.--schedule {
            margin-left: -20px;
            margin-right: -20px;
            width: calc(100% + 40px);
            font-size: 12px;
        }
    }
    .schedule__visible-mobile {
        display: none;
    }
    @media(max-width:575px) {
        .schedule__invisible-mobile {
            display: none;
        }
        .schedule__visible-mobile {
            display: table-cell;
        }
    }
    .schedule-table tr.row-headline th {
        height: 0;
        width: 100%;
        padding: 0;
    }
        .schedule-table tr.row-headline .row-headline__container {
            margin: 0 10px;
            border-bottom: 1px solid #e6e6e6;
        }
            @media(max-width:576px) {
                .schedule-table tr.row-headline .row-headline__container {
                    margin: 0 2px;
                }
            }
        .schedule-table tr.row-station:hover {
            cursor: pointer;
            background: #f5f5f5;
        }
    .schedule-table tr th {
        padding: 40px 10px 15px;
        vertical-align: bottom;
        color: #777;
    }
    .country-cell {
        width: 100%;
        display: flex;
        align-items: center;
    }
        .country-cell__title {
            display: inline-flex;
            align-items: center;
        }
            .country-cell__title img {
                width: 18px;
                height: 13px;
                margin-right: 5px;
                border: 1px solid rgba(0,0,0,.15);
            }
        .country-cell__line {
            height: 0;
            margin-left: 10px;
            border-bottom: 1px solid #e6e6e6;
            flex-grow: 1;
        }
    .schedule-table tr td {
        padding: 15px 10px;
        vertical-align: top;
    }
        .schedule-table tr th, .schedule-table tr td {
            text-align: left;
        }
        @media(max-width:576px) {
            .schedule-table tr th, .schedule-table tr td {
                padding: 15px 2px;
            }
        }
        .schedule-table tr.row-route td, .schedule-table tr.row-head-route th {
            border-bottom: 1px solid #e6e6e6;
        } 
            .schedule-table tr.row-route:last-child td {
                border-bottom: none;
            }    
            @media(max-width:767px) {
                .schedule-table.--route tr, .schedule-table.--schedule tr {
                    width: 100%;
                    display: flex;
                    flex-wrap: wrap;
                    align-content: flex-start;
                }
                    .schedule-table.--route tr.row-headline, .schedule-table.--schedule tr.row-headline {
                        display: none;
                    }
                    .schedule-table.--route tr:not(:last-child), .schedule-table.--schedule tr {
                        border-bottom: 1px solid #e6e6e6;
                    }
                    .schedule-table.--route tr.row-head-route, .schedule-table.--schedule tr.row-head-schedule {
                        border-top: 1px solid #e6e6e6;
                    }
                    .schedule-table.--schedule tr.row-station {
                        display: flex;
                        flex-wrap: wrap;
                    }
                        .schedule-table.--route tr.row-route td, .schedule-table.--route tr.row-head-route th {
                            display: block;
                            width: 50%;
                            border-bottom: none;
                        }
                        .schedule-table.--route tr.row-head-route th {
                            padding: 15px;
                        }
                        .schedule-table.--route tr.row-route td {
                            padding: 10px 15px;
                        }
                            .schedule-table.--schedule tr.row-head-schedule th:not(:first-child) {
                                display: block;
                                width: 30%;
                                padding-top: 15px;
                                padding-bottom: 15px;
                            }
                            .schedule-table.--schedule tr.row-head-schedule th:first-child {
                                display: block;
                                width: 40%;
                                padding-left: 15px;
                            }
                            .schedule-table.--schedule tr.row-head-schedule th:last-child {
                                padding-right: 15px;
                            }
                            .schedule-table.--schedule tr.row-station .schedule-table__station {
                                width: 40%;
                                order: 1;
                                padding: 10px 5px 10px 15px;
                            }
                            .schedule-table.--schedule tr.row-station .schedule-table__arrival {
                                width: 30%;
                                order: 2;
                                padding: 10px 0;
                            }
                            .schedule-table.--schedule tr.row-station .schedule-table__station-time,
                            .schedule-table.--schedule tr.row-station .schedule-table__trip-time,
                            .schedule-table.--schedule tr.row-station .schedule-table__distance {
                                width: 100%;
                                display: flex;
                                align-items: center;
                                justify-content: flex-start;
                                padding-top: 0;
                                padding-right: 0;
                                padding-left: 0;
                            }
                                .schedule-table.--schedule tr.row-station .schedule-table__station-time .schedule-table__cell-label,
                                .schedule-table.--schedule tr.row-station .schedule-table__trip-time .schedule-table__cell-label,
                                .schedule-table.--schedule tr.row-station .schedule-table__distance .schedule-table__cell-label {
                                    width: 40%;
                                    padding-left: 15px;
                                    margin-bottom: 0;
                                }
                                .schedule-table.--schedule tr.row-station .schedule-table__station-time div:nth-child(2),
                                .schedule-table.--schedule tr.row-station .schedule-table__trip-time div:nth-child(2),
                                .schedule-table.--schedule tr.row-station .schedule-table__distance div:nth-child(2) {
                                    padding-right: 15px;
                                }
                            .schedule-table.--schedule tr.row-station .schedule-table__departure {
                                width: 30%;
                                order: 3;
                                padding: 10px 15px 10px 0;
                            }
                            .schedule-table.--schedule tr.row-station .schedule-table__station-time {
                                order: 4;
                                padding-bottom: 3px;
                            }
                            .schedule-table.--schedule tr.row-station .schedule-table__distance {
                                order: 5;
                                padding-bottom: 3px;
                            }
                            .schedule-table.--schedule tr.row-station .schedule-table__trip-time {
                                order: 6;
                                padding-bottom: 10px;
                            }
                            .schedule-table.--route tr.row-head-route .schedule__invisible-mobile, .schedule-table.--schedule tr.row-head-schedule .schedule__invisible-mobile {
                                display: none !important;
                            }
                            .schedule-table.--route tr.row-head-route .schedule__visible-mobile, .schedule-table.--schedule tr.row-head-schedule .schedule__visible-mobile {
                                display: table-cell;
                            }
            }
            .schedule-table tr td small {
                display: block;
                font-size: 80%;
                color: #777;
                margin-top: 5px;
            }
                .schedule-table tr td small.train-brand {
                    text-transform: uppercase;
                }
    .schedule-table .schedule-table__name {
        display: flex;
        align-items: center;
    }
        .schedule-table .schedule-table__name .train-link {
            font-weight: 500;
            white-space: nowrap;
        }
    .schedule-table .schedule-table__time {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: bold;
    }
        .schedule-table__cell-label {
            display: none;
            color: #777;
            margin-bottom: 4px;
        }
            @media(max-width:767px) {
                .schedule-table__cell-label {
                    display: block;
                }
            }
        .schedule-table__time-lasting {
            position: relative;
            font-size: 80%;
            flex-grow: 1;
            text-align: center;
        }
            .schedule-table__time-lasting span {
                position: relative;
                padding: 0 5px;
                color: #777;
                background-color: #fff;
                font-weight: 500;
                white-space: nowrap;
                z-index: 1;
            }
            .schedule-table__time-lasting:before {
                width: 100%;
                height: 1px;
                content: "";
                position: absolute;
                right: -10px;
                top: 50%;
                background: #e6e6e6;
            }
    .schedule-table .schedule-table__pin {
        display: inline-block;
        margin-left: 5px;
        background-image: url('../img/pin.png');
        -webkit-background-size: contain;
        background-size: contain;
        width: 10px;
        height: 13px;
    }
    .schedule-table__buy {
        display: block;
        min-height: initial;
        font-size: inherit;
        padding: 7px;
    }

.station-link {
    color: #40538e;
    border-bottom: 1px dotted #40538e;
}

.train-link {
    text-decoration: underline;
    color: #21283e;
}

.train-raiting__value {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 80%;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-left: 5px;
}
    .train-raiting__value.train-raiting__bad {
        border-color: #e22427;
    }
    .train-raiting__value.train-raiting__average {
        border-color: #ffca06;
    }
    .train-raiting__value.train-raiting__good {
        border-color: #65a906;
    }
