
.top_search {
	width: 100%;
	background-color: #000;

}
.top_search .inp {
	width: 261px;
	height: 48px;
	border: none;
	outline: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding-left: 40px;
	margin: 20px 0px;
	float: left;
	margin-right: 20px;
	border-radius: 5px;

}
.top_search .inp.inp1, .top_search .inp.inp2 {
	background: url('/images/placeholder1.png') white 12px center no-repeat;
}
.top_search .inp.inp3 {
	background: url('/images/placeholder2.png') white 12px center no-repeat;
}
.top_search_block {
	width: 1170px;
	margin: 0 auto;
}
.top_search input[type=button] {
	width: 200px;
	height: 50px;
	color: white;
	text-transform: uppercase;
	background-color: #ed111f !important;
	float: left;
	background: url('/images/icon_search.png') 25px center no-repeat;
	border: none;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding-left: 30px;
	outline: none;
	margin: 20px 0px;
	border-radius: 5px;
}
.inner_container {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	width: 1170px;
	margin: 0 auto;
	margin-bottom: 40px;
}

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

.inner_container img {
	max-width: 100%;
	height: auto !important;
}
.inner_left {
	width: 850px;
	float: left;
}
.inner_right {
	width: 292px;
	float: right;
}
.inner_sidebar .widget,
.inner_right .widget {
	padding-top: 20px;
}
.breadcrumbs {
	margin-top: 18px;
	margin-bottom: 70px;
}
.breadcrumbs, .breadcrumbs a {
	color: #969696 !important;
}
.breadcrumbs a:hover {
	text-decoration: none;
}
.breadcrumbs .separator {
	padding: 0px 8px;
}

.h1_title {
	font-family: 'Russo One', sans-serif;
	font-size: 18px;
	color: #969696;
	text-transform: uppercase;
	overflow: hidden;
}
h1 {
	font-family: 'Russo One', sans-serif;
	font-size: 30px;
	color: #ed111f;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	text-align: left;
	padding-top: 5px;
}
.yadirect {
	width: 262px;
	height: 304px;
	background: url('/images/yadirect.jpg') left top no-repeat;
	margin-top: 105px;
	margin-bottom: 18px;
	cursor: pointer;
}

.booking_button {
	background: rgb(26,97,229);
	width: 262px;
	color: white;
	display: block;
	padding: 16px 0px;
	font-size: 14px;
	text-decoration: underline;
	cursor: pointer;
	background: url('/images/booking_icon.png') left 20px top 16px no-repeat, linear-gradient(279deg, rgba(26,97,229,1) 31%, rgba(219,24,47,1) 95%);
	padding-left: 60px;
	margin-bottom: 10px;
}
.booking_button:hover {
	text-decoration: none;
}
.support_block {
	width: 292px;
	height: 127px;
	background: url('/images/support_block.png') left top repeat-x;

}
.support_title {
	background: url('/images/support_icon.png') left 0px top 13px no-repeat;
	margin: 22px;
	padding-left: 30px;
	margin-bottom: 18px;
	padding-top: 15px;

}
.support_phone {
	font-family: 'Russo One', sans-serif;
	font-size: 18px;
	margin: 0px 22px;
}
.support_email {
	font-family: 'Russo One', sans-serif;
	font-size: 18px;
	color: #969696;
	margin: 0px 22px;
	text-transform: uppercase;
	margin-top: 15px;
}
.questions_block {

	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 50%);
	padding-bottom: 12px;
}
.questions_title {
	background: url('/images/questions_icon.png') left 0px top 10px no-repeat;
	margin: 22px;
	padding-left: 30px;
	margin-bottom: 14px;
    display: block;
    color: #555 !important;
    text-decoration: none;
	padding-top: 9px;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}
a.questions_title:hover {
    text-decoration: underline !important;
}
.questions_block a {
	color: #1164ed;
	display: block;
	margin: 22px;
	margin-top: 0px;
	line-height: 22px;
	margin-bottom: 10px;
	text-align: justify;
}
.questions_block a:hover {
	text-decoration: none;
}
.train_count {
	font-size: 14px;
	background: url('/images/train_small_icon.png') left top 31px no-repeat;
	padding-left: 23px;
	margin-top: 50px;
	padding-top: 20px;
	margin-bottom: 30px;
	line-height: 40px;
	margin-right: 52px;
}
.train_count:after {
	content: '';
	display: block;
	clear: both;
}
.route_length {
	font-size: 14px;
	background: url('/images/length_icon.png') left top 1px no-repeat;
	padding-left: 23px;
	margin-top: 17px;
	margin-bottom: 65px;
}
.train_count span, .route_length span {
	color: #ed111f;
}


.route_block {
	border: 1px solid #f0f0f0;
	padding: 40px 20px 25px;
	overflow: hidden;
	width: calc(100% - 52px);
	margin-left: 2px;
	border-bottom: none;
	box-shadow: 0 0 20px rgba(0,0,0,.2);
	margin-top: 20px;
	transition: .3s;
	box-sizing: border-box;
	position: relative;
    border-radius: 5px;
}
.route_block:first-child {
	margin-top: 0;
}
.route_block.hidden {
	display: none;
}
.route_blks .route_block:last-child {
	border-bottom: 1px solid #f0f0f0;
}
.route_blocks {
	float: left;
}

.route_block .train_tags {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
}
.route_block .tag {
	float: right;
	margin-left: 10px;
	height: 30px;
	line-height: 20px;
	padding: 5px 15px;
	font-size: 14px;
	background: #ed111f;
	color: #fff;
	box-sizing: border-box;
    border-radius: 5px;
}
.route_block .tag:last-child {
	margin-left: 0;
}

.pl_block {
	margin-left: 25px;
}

.route_train {
	background: url('/images/train_icon.png') left top no-repeat;
	padding-left: 27px;
	color: #000;
	margin-bottom: 20px;
	float: left;
}
.route_train:hover {
	text-decoration: none;
}
.train_name_row {
	overflow: hidden;
}
.route_list {
	font-size: 18px;
	font-family: 'Russo One', sans-serif;
	text-transform: uppercase;
	color: #969696;
	width: 100%;
}
.route_active {
	color: #ed111f;
}
.route_train_small {
	background-color: #ed111f;
	color: white;
	padding: 0px 4px;
	margin-right: 5px;
}
.route_miniblock {
	font-size: 12px;
	color: #969696;
	margin-top: 17px;
	float: left;
	margin-right: 18px;
}
.route_miniblock:last-child {
	margin-right: 0;
}
.route_miniblock a {
	font-size: 14px;
	margin-top: -4px;
	display: inline-block;
	color: black;
	margin-left: 7px;
}
.route_miniblock .blue {
	color: #1164ed;
	text-transform: none;
}
.route_miniblock div {
	font-size: 18px;
	font-family: 'Russo One', sans-serif;
	text-transform: uppercase;
	padding-top: 3px;
}
.route_miniblock div span {
	color: #000;
}
.buy_button {
	background: url('/images/buy_icon.png') #1164ed left 13px top 7px no-repeat;
	color: white;
	display: inline-block;
	float: right;
	padding: 7px 20px;
	padding-left: 40px;
	padding-right: 15px;
	cursor: pointer;
	margin-top: 26px;
    border-radius: 5px;
}
.route_block:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.7);
}
#map {
	height: 300px;
	width: 100%;
	margin-top: 40px;
}
h1 {
	font-size: 25px !Important;
}

@media screen and (max-width: 1170px) {
	.h1_c {
		width: 100%;
	}
	.inner_left .blue_button {
		float: left !important;
		margin: 20px 0px;
	}

	.top_search_block, .bottom_search_block {
		width: 824px !important;
		margin: 0 auto;
	}

	.inner_container {
		width: calc(100% - 20px) !important;
	}
	.inner_left {
		width: calc(100% - 315px);
	}
	.inner_right {

	}
	.route_blocks {
		width: 100%;
	}
	.pl_block {
		margin-left: 0px;
	}
	.buy_button {
		float: left;
	}

	.top_search .inp {
		width: 154px;
	}

}
@media screen and (max-width: 860px) {
	.top_search_block, .bottom_search_block {
		width: calc(100% - 20px) !important;
	}
	.inner_container {
		width: calc(100% - 20px) !important;
		margin: 0 auto;
	}
	.inner_left {
		width: 100%;
	}
	.inner_right {
		display: none;
	}
	.inp {
		width: calc(100% - 40px) !important;
		margin: 0px 10px;
		margin-bottom: 0px !important;

	}


	.route_block {
		width: 100%;
		margin-left: 0;
	}
}












.h1_title {
	display: block;
	float: left;
	margin-bottom: 0px;
	width: 100%;
	overflow: hidden;
}
h1 {
	display: inline-block;
	float: left;
	width: 100%;
	font-size: 25px;
}
.h1_container {
	overflow: hidden;
}
.inner_left p:first-of-type {
	padding-top: 20px;
}
.inner_left p {
	padding: 0px 0px;
	line-height: 22px;
	text-align: justify;
	margin-bottom: 25px;
}
h2 {
	font-size: 22px;
}
.blue_button {
	background-color: #1164ed;
	color: white;
	padding: 17px 20px;
	float: right;
	cursor: pointer;
	border-radius: 5px;
}
.h1_c {
	float: left;
}
.red {
	color: #ed111f !important;
}
.switcher {
	padding-top: 40px;

}
.switcher div {
	float: left;
	color: #ed111f;
	border: 1px solid #ed111f;
	width: 165px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
}
.switcher div.active {
	background-color: #ed111f;
	color: white;
}
.table {
	width: 100%;
	padding-top: 20px;
}
.table thead tr {
	height: 40px;
	background: url('/images/grad.png') left top repeat-x;
}
.table tr {
	height: 40px;
}
.table tr.unactive {
	color: #969696;
}
.table thead tr th:first-child, .table tbody tr td:first-child  {
	padding-left: 20px;
}
.table th {
	text-align: left;
	font-weight: normal;
}
.table tbody tr td {
	border-bottom: 1px solid #f0f0f0;
}
.table_buy {
	float: right;
	cursor: pointer;
	color: #1164ed;
	text-decoration: underline;
	background: url('/images/buy_blue_icon.png') left top 1px no-repeat;
	padding-left: 25px;
	margin-right: 30px;
}
.table a {
	color: #1164ed;
}
.table a:hover {
	text-decoration: none;
}
.table_buy:hover {
	text-decoration: none;
}
.station1 {
	float: left;
	width: calc(50% - 10px);
	margin-top: 30px;
	margin-bottom: 70px;
}
.station2 {
	float: right;
	width: calc(50% - 10px);
	margin-top: 70px;
}
.station2 img {
	float: right;
}
.station_info {
	color: black;
}
.itable {
	float: left;
	font-size: 14px;
	width: 100%;
	margin-top: 20px;

}
.itable {
	line-height: 25px;
}
.itable span {
	color: #1164ed;
	width: 100%;
	text-transform: uppercase;
	display: block;
}
.itable td {
	padding: 15px 0px;
	border-bottom: 1px solid #f0f0f0;
}
.itable tr td:first-child {
	color: #969696;
	width: 200px;
	vertical-align: top;
}
.itable tr:last-child td{
	border: none;
}
.rasp_button {
	width: calc(100% - 40px);
	text-align: center;
	padding: 10px 20px;
	margin-top: 30px;
}
/* .reviews {
	background-color: #f0f0f0;
	padding: 70px 0px;
	overflow: hidden;
	border-top: 1px solid #fff;

}
.reviews_block {
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;

}
.reviews_list .review:last-child {

}
.reviews h2 {
	font-size: 30px;
}

.reviews_list {

	background-color: #fff;
	margin-top: 70px;
	margin-bottom: 20px;
	overflow: hidden;
}
.reviews_list_left {

	width: 30px;
	height: 190px;
	background: url('/images/list_left.png') left 8px center no-repeat;
	float: left;
	border-right: 1px solid #f0f0f0;
}
.reviews_list_right {
	width: 30px;
	height: 190px;
	background: url('/images/list_right.png') left 8px center no-repeat;
	float: right;
	border-left: 1px solid #f0f0f0;
}


.review {
	width: calc(50% - 88px);
	border-right: 1px solid #f0f0f0;
	height: 100%;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding: 28px;
	background-color: #fff;
	min-height: 134px;
}
.review_name {
	float: left;
}
.review_date {
	float: right;
	color: #969696;
}
.review_content {
	width: 100%;
	padding-top: 35px;
	line-height: 25px;
} */
.gray {
	color: #969696;
}
.black {
	color: #000 !important;
}
.m60 {
	margin-top: 60px;
}
.rasptable {
	margin-bottom: 40px;
}
@media screen and (max-width: 1170px) {
	.reviews_block {
		width: 100%;
	}
	.review {
		width: calc(100% - 57px);
	}
	.reviews_list_left, .reviews_list_right {
		display: none;
	}
}
@media screen and (max-width: 850px) {
	.station1 {
		width: 100%;
		margin-bottom: 0px;
	}
	.station2 {
		float: left;
		margin-bottom: 60px;
		width: auto;
	}
	.rasptable td:nth-child(3), .rasptable td:nth-child(4), .rasptable td:nth-child(5), .rasptable td:nth-child(6),
	.rasptable th:nth-child(3), .rasptable th:nth-child(4), .rasptable th:nth-child(5), .rasptable th:nth-child(6)	{
		display: none;
	}
	.ptable td:nth-child(3), .ptable td:nth-child(4), .ptable td:nth-child(5), .ptable td:nth-child(6), .ptable td:nth-child(7),
	.ptable th:nth-child(3), .ptable th:nth-child(4), .ptable th:nth-child(5), .ptable th:nth-child(6), .ptable th:nth-child(7)	{
		display: none;
	}

}



@media screen and (max-width: 650px) {
	.train_date3 {
		display: none;
	}
}













.train_date1 {
	background: url('/images/itrain1.png') left top 2px no-repeat;
	padding-left: 25px;
	margin-top: 20px;
}
.train_date2 {
	background: url('/images/itrain2.png') left top 2px no-repeat;
	padding-left: 25px;
	margin-top: 15px;
}
.train_date3 {
	color: #1164ed;
	background: url('/images/itrain3.png') left top 2px no-repeat;
	float: right;
	padding-left: 25px;
}
.train_place {
	background: url('/images/itrain4.png') left top 2px no-repeat;
	width: 12px !important;
	height: 18px;
	margin: 0 auto;

}

.ptable tr th:first-child, .ptable tr td:first-child {
padding-left: 0px !important;
}













.bottom_search {
	width: 100%;
	background-color: #000;
	overflow: hidden;
	margin-top: 80px;
	float: left;
	margin-bottom: 40px;
}
.bottom_search .inp {
	width: 272px;
	height: 48px;
	border: none;
	outline: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding-left: 40px;
	margin: 20px 0px;
	float: left;
	margin-right: 1px;


}
.bottom_search .inp.inp1, .bottom_search .inp.inp2 {
	background: url('/images/placeholder1.png') white 12px center no-repeat;
}
.bottom_search .inp.inp3 {
	background: url('/images/placeholder2.png') white 12px center no-repeat;
}
.bottom_search_block {
	width: 1140px;
	margin: 0 auto;
}
.bottom_search input[type=button] {
	width: 200px;
	height: 50px;
	color: white;
	text-transform: uppercase;
	background-color: #ed111f !important;
	float: left;
	background: url('/images/icon_search.png') 25px center no-repeat;
	border: none;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	padding-left: 30px;
	outline: none;
	margin: 20px 0px;
}


.stext {
	margin-top: 40px;
	line-height: 23px;
}


.loading_train_routes {
	font-size: 24px;
	text-align: center;
	margin: 50px 0;
	font-weight: bold;
}

@media screen and (max-width: 1170px) {
	.top_search input[type=button] {
		width: 175px;
		background-position: 12px center;
	}
}

@media screen and (max-width: 860px) {
	.train_count {
		margin-right: 0;
	}
}

@media screen and (max-width: 678px) {
	.route_block .tag:nth-child(3) {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	.route_block .tag {
		padding: 5px 10px;
	}

	.route_train {
		margin-bottom: 10px;
		display: block;
		float: none;
	}

	.route_train_link {
		margin: 0 0 20px;
		display: block;
	}

	.trains_sort {
		float: none;
		margin-top: 10px;
		margin-left: -23px;
	}
}

.train_search_content {
    box-sizing: border-box;
    padding: 0 15px;
    margin: 50px auto 80px !important;
    display: flex;
    justify-content: space-between;
    font-family: "Montserrat", sans-serif;
}
.train_search_content .support_block {
    width: 100%;
}
.inner_container_with_sidebar {
    width: calc(100% - 370px);
}
.inner_sidebar {
    width: 340px;
}

@media (max-width: 1230px) {
    .inner_container_with_sidebar {
        width: calc(100% - 290px);
    }
    .inner_sidebar {
        width: 270px;
    }
}

@media (max-width: 960px) {
    .train_search_content {
        margin-bottom: 0 !important;
    }
    .inner_container_with_sidebar {
        width: 100%;
    }
    .inner_sidebar {
        display: none;
    }
}
