.section_stations {
	font-family: 'Montserrat', sans-serif;
	min-height: calc(100vh - 744px);
}

.section_alphabet {
	padding-bottom: 100px;
	box-sizing: border-box;
}

.section_stations .clear {
	clear: both;
}

.section_stations h1 {
	display: block;
	float: none;
}

.section_stations .schedules {
	margin: 40px 0 100px;
}
.section_stations .schedule {
	margin: 100px 0 0;
}
.section_stations .schedule:first-child {
	margin-top: 0;
}

.section_stations .w50 {
	width: 50%;
	float: left;
}

.section_stations .station_search {
	position: relative;
	margin: 40px 0;
}

.section_stations .station_search:after {
	content: '';
	display: block;
	clear: both;
}

.section_stations .textfield {
	width: 400px;
    float: left;
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #2c2d2d;
    background: #fff;
	font-size: 16px;
	border-radius: 5px 0 0 5px;
}
.section_stations .btn {
    width: 100px;
    float: left;
    background: #ed111f;
    border: 0;
    text-align: center;
    color: #FFF;
    height: 40px;
    line-height: 40px;
    padding: 0;
    transition: .3s;
    cursor: pointer;
    margin: 0;
	font-size: 18px;
	border-radius: 0 5px 5px 0;
}
.section_stations .btn:hover {
	background: #b8151f;
}

.section_stations #station_search_error {
	display: inline-block;
	color: #ed111f;
}
.section_stations #station_search_results {
	position: absolute;
	top: 100%;
	left: 0;
	width: 400px;
}

.section_stations #station_search_results a {
	display: block;
	background: #ffffff;
	border: 1px solid #aaa;
	padding: 10px 15px;
	border-bottom: 0;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}

.section_stations #station_search_results a:last-child {
	border-bottom: 1px solid #aaa;
}

.section_stations #station_search_results a:hover {
	background: #eeeeee;
	color: #ed111f;
}
.section_stations .alphabet {
	margin: 20px 0;
	font-size: 0;
}
.section_stations .alphabet.with_margin_top {
	margin: 100px auto;
}
.section_stations .alphabet .alphabet_symbol {
	display: inline-block;
	padding: 5px 0;
	width: 30px;
	font-size: 16px;
	border-right: 1px solid #aaa;
	text-decoration: none;
	text-align: center;
}
.section_stations .alphabet a.alphabet_symbol:hover {
	color: #ed111f;
}
.section_stations .alphabet .alphabet_symbol:last-child {
	border-right: 0;
}
.section_stations .alphabet a,
.section_stations .stations_list a,
.section_stations .cities_list a,
.section_stations .city_stations_list a {
	color: #17aad6;
	text-decoration: none;
}
.section_stations .alphabet a:hover,
.section_stations .cities_list a:hover,
.section_stations .stations_list a:hover,
.section_stations .city_stations_list a:hover {
	text-decoration: underline;
	color: #ed111f;
}

.section_stations .city_stations_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.section_stations .city_stations_list > li {
	margin-top: 30px;
}
.section_stations .city_stations_list > li:first-child {
	margin-top: 0;
}
.section_stations .city_stations_list > li li {
	margin-top: 2px;
}

.section_stations .stations_list,
.section_stations .cities_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.section_stations .cities_list li {
	width: 50%;
	float: left;
	margin-top: 12px;
}


.section_stations .stations_list {
	margin: 30px 0 100px;
}

.section_stations .alphabet_stations {
	margin: 0;
	list-style: none;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
.section_stations .alphabet_stations li {
	width: 33.333%;
	padding-right: 30px;
	box-sizing: border-box;
	margin-top: 5px;
}

.section_stations .train_col {
	width: 100px;
}
.section_stations .time_col {
	width: 200px;
}


@media (max-width: 992px) {
	.section_stations .alphabet_stations li {
		width: 50%;
	}

	.section_stations .train_col {
		width: auto;
	}
	.section_stations .time_col {
		width: auto;
	}

	.section_stations .table {
		font-size: 14px;
	}

	.section_stations h1 {
		padding-top: 0;
	}
}

@media (max-width: 992px) and (min-width: 521px) {
	.section_stations .alphabet {
		width: 470px;
		margin-left: auto;
		margin-right: auto;
	}

	.section_stations .alphabet a:nth-child(15n) {
		border-right: 0;
	}

	.section_stations .alphabet .alphabet_symbol:nth-child(n+15) + .alphabet_symbol {
		border-top: 1px solid #aaa;
	}
}

@media (max-width: 768px) {
	.section_stations .alphabet_stations li {
		width: 100%;
	}


	.section_stations .w50 {
		width: auto;
		float: none;
	}

	.section_stations .cities_list {
		margin-top: 60px;
	}
}

@media (max-width: 520px) {
	.section_stations .alphabet {
		width: 310px;
		margin-left: auto;
		margin-right: auto;
	}

	.section_stations .alphabet a:nth-child(10n) {
		border-right: 0;
	}

	.section_stations .alphabet .alphabet_symbol:nth-child(n+10) + .alphabet_symbol {
		border-top: 1px solid #aaa;
	}

	.section_stations .textfield {
		width: 300px;
	}
}

@media (max-width: 480px) {
	.section_stations .cities_list li {
		width: 100%;
	}

	.section_stations h2 {
		margin: 20px  0 30px;
		font-size: 23px;
	}

	.section_stations .table {
		font-size: 12px;
	}
}

@media (max-width: 420px) {
	.section_stations .textfield {
		width: 240px;
	}
}

@media (max-width: 365px) {
	.section_stations .textfield {
		width: 200px;
	}
}

@media (max-width: 340px) {
	.section_stations .alphabet {
		width: 290px;
	}

	.section_stations .alphabet .alphabet_symbol {
		width: 28px;
	}
}



.days {
    font-size: 11px;
    color: #666;
    padding-bottom: 5px;
}
