.yandex_rasp {
    font-family: Houschka Rounded Bold;
    font-size: 18px;
    margin-bottom: 30px;
}

.yandex_rasp .header .arrival {
    font-size: 30px;
    margin-right: 15px;
    font-weight: 500;
    color: #0098d6;
    border-bottom: 0px solid #9900008c;
    cursor: pointer;
    opacity: 0.8;
}

@media screen and (max-width: 500px) { .yandex_rasp .header .arrival {
    font-size: 18px;
    margin-right: 15px;
    font-weight: 500;
    color: #0098d6;
    border-bottom: 0px solid #9900008c;
    cursor: pointer;
    opacity: 0.8;
}}

.yandex_rasp .header .departure {
    font-size: 30px;
    font-weight: 500;
    color: #0098d6;
    border-bottom: 0px solid #9900008c;
    cursor: pointer;
    opacity: 0.8;
}

@media screen and (max-width: 500px) {.yandex_rasp .header .departure {
    font-size: 18px;
    font-weight: 500;
    color: #0098d6;
    border-bottom: 0px solid #9900008c;
    cursor: pointer;
    opacity: 0.8;
}}

.yandex_rasp .header .arrival:hover, .yandex_rasp .header .arrival.active, 
.yandex_rasp .header .departure:hover, .yandex_rasp .header .departure.active
{
    opacity: 1; 
    font-weight: 700;
    color: #f50071;
    border-bottom: 0px solid #f50071c4;
}

.form_block .search {
    width: 19%;
    background: #fff;
    border: 1px solid #ddd;
    font-weight: 600;
    border-radius: 0;
    color: #444 !important;
    padding: 0;
}

.form_block .search:hover {
	background: #ddd;
        border: 1px solid #ddd;
	opacity: 0.9;
	cursor: pointer;
}

.table_header {
    background: #0098d6;
    font-weight: bold;
    color: #ffffff;
}

.table_body a .table_row, .table_body .table_row, .search_body a .table_row, .search_body .table_row {
    border-top: 1px solid #ddd;
}

.form_block input {
    width: 80%;
    padding: 10px;
    border: 1px solid #ddd;
    padding-left: 35px;
    background: url(../img/search.svg) center left 10px / 20px no-repeat;
}

.yandex_rasp .filter_button {
    font-family: Montserrat Light;
    width: 50%;
    background: 0;
    border: 1px solid #ddd;
    padding: 15px 0;
    text-transform: uppercase;
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #3c3c3c !important;
}

.table_body a, .search_body a { color: #0099D6; }

.table_body a:hover .table_row , .search_body a:hover .table_row{
	background: #eee;
}

input, textarea {
    padding: 11px 10px;
    font-size: 14px;
    background: white;
    border: 2px solid rgba(68, 68, 68, 0.19);
    width: auto;
    border-radius: 0;
}

.yandex_rasp .filter_button {
    width: 100%;
}