@font-face {
	font-family: NeoSans;
	font-display: swap;
	src: url(../fonts/NeoSansPro-Regular.eot);
	src: url(../fonts/NeoSansPro-Regular.eot?#iefix) format('embedded-opentype'), /*url(../fonts/NeoSansPro-Regular.woff) format('woff'),*/ url(../fonts/NeoSansPro-Regular.ttf) format('truetype'), url(../fonts/NeoSansPro-Regular.svg#proxima_nova_rgbold) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: NeoSansPro-Light;
	font-display: swap;
	src: url(../fonts/NeoSansPro-Light.eot);
	src: url(../fonts/NeoSansPro-Light.eot?#iefix) format('embedded-opentype'), /*url(../fonts/NeoSansPro-Light.woff) format('woff'),*/ url(../fonts/NeoSansPro-Light.ttf) format('truetype'), url(../fonts/NeoSansPro-Light.svg#proxima_nova_rgbold) format('svg');
	font-weight: 400;
	font-style: normal
}

img {
	max-width: 100%
}

a {
	text-decoration: none;
	color: #313131;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

a:focus, a:hover {
	color: #c00;
	text-decoration: underline
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:focus {
	outline: 0 !important
}

.light {
	font-family: NeoSansPro-Light
}

body {
	font-family: NeoSans, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000
}

h2 {
	margin-bottom: 25px
}

header {
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 0, #fff 34%, #fff 60%, #f8f8f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(34%, #fff), color-stop(60%, #fff), color-stop(100%, #f8f8f8));
	background: -webkit-linear-gradient(top, #fafafa 0, #fff 34%, #fff 60%, #f8f8f8 100%);
	background: -o-linear-gradient(top, #fafafa 0, #fff 34%, #fff 60%, #f8f8f8 100%);
	background: -ms-linear-gradient(top, #fafafa 0, #fff 34%, #fff 60%, #f8f8f8 100%);
	background: linear-gradient(to bottom, #fafafa 0, #fff 34%, #fff 60%, #f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f8f8f8', GradientType=0);
	box-shadow: 0 1px 4px #ddd
}

header p {
	color: #c00;
	font-size: 16px;
	margin: 17px 0
}
header a.login{
	border-radius: 5px;
	display: inline-block;
	padding: 6px 20px;
	font-size: 16px;
	color: #c00;
	border: 2px solid #c00;
	margin: 0;
	position: absolute;
	right: 0;
	top: 10px;
}

header a.login:hover{
	color: #fff;
	background-color: #c00;
	transition: all 0.4s
}
header a.login:hover,header a.login:link{
	text-decoration: none;
}

body .search_content {
	padding: 30px 0 50px 0;
	-webkit-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important
}

body .search_content .title {
	background: rgba(0, 0, 0, .7);
	display: inline-block;
	padding: 0 10px;
	color: #FFF;
	margin-bottom: 50px
}

aside {
	background-color: #fff;
	width: 420px;
	padding: 10px 15px;
	border: 1px solid hsla(0,0%,78.8%,.5);
	position: fixed;
	top: 60px;
	font-size: 20px;
}
aside img{
	width: 20%;
}
aside p{
	font-size: 12px;
}
.container-fluid{
	max-width: 1500px;
}
.title {
	font-size: 80px;
	line-height: 1.4em;
	font-family: NeoSansPro-Light;
	display: block
}

.subtitle {
	font-size: 40px;
	font-family: NeoSansPro-Light;
	display: block;
	margin: 25px 0 50px 0
}

h3 {
	font-size: 30px;
	font-family: NeoSansPro-Light;
	margin: 25px 0;
	line-height: 1.4em
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none
}

.search_wrapper {
	padding: 0 20px
}

.search_wrapper .nav-tabs {
	border-bottom: none;
	margin-bottom: 0
}

.search_wrapper .nav-tabs li a {
	font-family: NeoSansPro-Light;
	background: rgba(66, 66, 66, .99);
	color: rgba(255, 255, 255, .85);
	border: none;
	font-size: 24px;
	padding: 20px 45px;
	position: relative
}

.search_wrapper .nav-tabs li a .tab-mobile{
	display: none;
}
.search_wrapper .nav-tabs li a .tab-desktop{
	font-weight: 400;
}

.search_wrapper .nav-tabs li a:before {
	content: " ";
	position: absolute;
	display: block;
	width: 30px;
	bottom: 0;
	top: 0;
	right: 0;
	border-radius: 0 5px 0 0;
	transform-origin: top right;
	-ms-transform: skew(20deg, 0deg);
	-webkit-transform: skew(20deg, 0deg);
	transform: skew(20deg, 0deg);
	-webkit-backface-visibility: hidden;
	background: rgba(66, 66, 66, .99);
	z-index: 2;
	border-right: 1px solid black;
}

.search_wrapper .nav-tabs li.active a {
	background: rgba(0, 0, 0, .95);
	z-index: 2;
	color: #FFF;
}

.search_wrapper .nav-tabs li.active a:before {
	background: #000;

}

.search_wrapper .tab-content {
	background: rgba(0, 0, 0, .8);
	padding: 30px 10px
}

.search_wrapper .form-group {
	margin: 10px;
	max-width: 215px;
	position: relative;
	text-align: left
}

.search_wrapper .reverce_wr {
	margin-right: 30px
}

.search_wrapper .reverse_i {
	cursor: pointer;
	position: absolute;
	right: -32px;
	top: 30%;
	color: #fff;
	font-size: 20px
}

.search_wrapper input.form-control {
	height: 50px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	font-size: 18px;
	max-width: 100%
}

.search_wrapper label {
	font-size: 18px;
	color: #FFF;
	position: relative;
	bottom: -2px;
	font-weight: initial
}

#tab2 .form-group {
	max-width: 250px;
	margin: 10px 18px
}

#tab2 .search_wrapper input.form-control {
	width: 250px
}

#tab2 .btn_custom {
	width: 230px
}

.btn_custom, .btn_custom_base {
	color: #FFF;
	letter-spacing: 1px;
	background: #c00;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.btn_custom_base:focus, .btn_custom_base:hover {
	background: #a00;
	color: #FFF
}

.btn_custom {
	height: 50px;
	min-width: 160px;
	font-size: 20px;
	line-height: 50px;
	padding: 0 10px
}

.white_ar {
	color: #c00;
	min-width: 160px;
	border: 2px solid #c00;
	padding: 0 30px;
	line-height: 60px;
	height: 60px;
	display: inline-block;
	font-size: 20px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.white_ar .glyphicon {
	top: 3px;
	margin-left: 5px
}

.white_ar:focus, .white_ar:hover {
	background: #c00;
	color: #FFF
}

.jq-checkbox {
	width: 20px;
	height: 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.jq-checkbox.checked .jq-checkbox__div {
	margin: 0 3px;
	position: relative;
	background: 0 0
}

.jq-checkbox.checked .jq-checkbox__div:after {
	content: "✔";
	color: #c00
}

.popular_tag {
	padding: 20px 0
}

.popular_tag .subtitle.clock {
	padding-left: 55px;
	background: url(../images/clock.png) no-repeat center left
}

.popular_tag .subtitle.p_stantions {
	padding-left: 55px;
	background: url(../images/flag.png) no-repeat center left
}

.popular_tag .subtitle a:focus, .popular_tag .subtitle a:hover {
	text-decoration: none
}

.popular_tag ul li {
	margin: 5px
}

.popular_tag ul li a {
	font-size: 20px;
	text-decoration: underline
}

.popular_tag .tags_cloud {
	margin: 35px 0
}

.b_top {
	border-top: 1px solid #bbb;
	padding: 30px 0;
	border-bottom: 1px solid #bbb;
	margin: 20px 0
}

.social {
	margin: 35px 0
}

.social li a {
	border: 2px solid #fff;
	font-size: 34px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	line-height: 1em;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center
}

.social .vk a {
	color: #507299;
	border-color: #507299
}

.social .odn a {
	color: #f58220;
	border-color: #f58220
}

.social .fb a {
	color: #4267b2;
	border-color: #4267b2
}

.social .tw a {
	color: #1DA1F2;
	border-color: #1DA1F2
}

.wish_comp {
	padding: 50px 0 80px
}

.wish_comp p {
	color: #c00;
	font-size: 40px;
	font-family: NeoSansPro-Light
}

.content {
	-webkit-box-shadow: 0 4px 4px -4px #999;
	box-shadow: 0 4px 4px -4px #999
}

footer .footer_top {
	-webkit-box-shadow: 0 4px 4px -4px #999;
	box-shadow: 0 4px 4px -4px #999;
	color: #c00;
	padding: 30px 0 30px 0
}

footer .footer_top ul {
	margin-bottom: 0
}

footer .footer_top ul li a {
	color: #c00;
	position: relative;
	padding: 0 25px;
	line-height: 1em;
	display: block
}

footer .footer_top ul li a:after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	left: 100%;
	width: 1px;
	background: #c00;
	opacity: .5
}

footer .footer_top ul li:last-child a:after {
	display: none
}

footer .footer_bottom {
	padding: 20px 0
}

footer .footer_bottom ul {
	margin-bottom: 0
}

footer .footer_bottom ul li a {
	color: #313131;
	position: relative;
	padding: 0 15px;
	line-height: 1em;
	display: block;
	font-size: 12px
}

footer .footer_bottom ul li a:after {
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	left: 100%;
	width: 1px;
	background: #313131;
	opacity: .5
}

footer .footer_bottom ul li:last-child a:after {
	display: none
}

.p30 {
	padding: 30px 0
}

.inner_search__wrap {
	background-image: url(../images/background-master-module.png);
	min-height: 208px;
	background-repeat: repeat
}

.top_warning {
	float: right;
	width: 180px
}

.warning.warning-small {
	padding: 10px 8px 5px 65px;
	background-position: 15px 17px;
	margin-bottom: 0
}

.warning {
	border: solid 1px #c00;
	background: #fff url(../images/warning.png) no-repeat 40px 10px;
	min-height: 60px;
	margin-bottom: 20px;
	margin-top: 20px
}

.warning_md {
	background: #c00;
	text-align: center;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	padding: 20px;
	color: #fff
}

.warning_md p {
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 0
}
.warning_wt {
	background: #fff;
	text-align: center;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	padding: 20px;
	color: #c00;
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 0
}
p.warning_text {
	color: #c00;
	margin-bottom: 0
}

h1 {
	font-size: 32px
}

h1.schedule {
	line-height: 1em
}

h1.schedule small, h1.schedule span {
	font-size: 30px;
	color: initial
}

.table_shadow {
	padding-bottom: 6px;
	background: url(../images/table_shadow.png) no-repeat center bottom;
	background-size: 100% 6px
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	zoom: 1
}

h1 small {
	font-size: 30px;
	display: block
}

table.train_schedule_table {
	margin-top: 45px;
	border: none
}

table.schedule_table, table.train_schedule_table {
	border-collapse: collapse;
	width: 100%;
	border-bottom: solid 2px #f0f9ff
}

.schedule_table th, .train_schedule_table th {
	font-size: 13.75px;
	color: #000;
	padding: 10px 14px;
	text-align: left;
	border-bottom: 1px solid #888
}

.schedule_table thead tr, .train_schedule_table thead tr {
	background: #fcc
}

.schedule_table thead tr th, .train_schedule_table thead tr th {
	font-weight: 400;
	font-size: 16px
}

th.train_station {
	width: 32% !important
}

th.train_arriwal, th.train_forw, th.train_stay, th.train_time {
	width: 17% !important
}

.schedule_table tbody tr:nth-child(odd), .train_schedule_table tbody tr:nth-child(odd) {
	background: #f9f9f9
}

.train_schedule_table td {
	padding: 18px 14px;
	border-bottom: 1px solid #d7d7d7
}

.schedule_table td, .train_schedule_table td {
	font-size: 16px;
	padding: 12px 14px;
	vertical-align: top
}

.train_schedule_table a, table.schedule_table a {
	border: none;
	color: #000
}

.train_schedule_table a:hover, table.schedule_table a:hover {
	color: #c00
}

table.schedule_table a.btn, table.schedule_table a.btn:hover {
	color: #FFF;
	min-width: 110px;
	font-size: 17px
}

.train_schedule_table td, .train_schedule_table thead tr th {
	font-size: 18px
}

table a {
	text-decoration: underline
}

.xs-title {
	display: none
}

.tooltip-arrow {
	display: none
}

.tooltip>.tooltip-inner {
	background-color: #fff !important;
	color: #c00;
	border: 1px solid #c00;
	max-width: none;
	font-size: 14px;
	-webkit-border-radius: 0;
	border-radius: 0
}

.tooltip.in {
	opacity: 1 !important
}

@media screen and (max-width:1300px) {
	table.schedule_table a.btn, table.schedule_table a.btn:hover {
		min-width: 80px;
		font-size: 15px
	}

	.schedule_table td, .train_schedule_table td {
		font-size: 15px
	}

	table.schedule_table tbody td, table.schedule_table thead th {
		padding: 8px 8px
	}

}

.datepickerUi .ui-widget-header {
	border: none;
	background: 0 0;
	padding: 10px 0
}

.datepickerUi .ui-datepicker {
	width: 330px;
	max-width: 100%
}

.datepickerUi .ui-datepicker table thead {
	border-bottom: 1px solid #ccc
}

.datepickerUi .ui-datepicker td {
	font-family: NeoSansPro-Light
}

.datepickerUi .ui-datepicker .ui-datepicker-next, .datepickerUi .ui-datepicker .ui-datepicker-prev {
	display: none
}

.datepickerUi .datepickerUi .ui-datepicker th, .datepickerUi .ui-datepicker .ui-datepicker-title {
	font-family: NeoSans
}

.datepickerUi .ui-datepicker {
	padding: .2em .4em 0
}

.datepickerUi .ui-datepicker td a, .datepickerUi .ui-datepicker td span {
	text-align: center;
	color: #000;
	height: 39px;
	width: 39px;
	line-height: 33px
}

.datepickerUi .ui-button, .datepickerUi .ui-state-default, .datepickerUi .ui-widget-content .ui-state-default, .datepickerUi .ui-widget-header .ui-state-default, .datepickerUi html .ui-button.ui-state-disabled:active, .datepickerUi html .ui-button.ui-state-disabled:hover {
	border-color: transparent;
	background: 0 0;
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.datepickerUi .ui-datepicker td a:hover, .datepickerUi .ui-state-highlight, .datepickerUi .ui-widget-content .ui-state-highlight, .datepickerUi .ui-widget-header .ui-state-highlight {
	border-color: #c00;
	color: #c00
}

.datepickerUi .ui-datepicker th {
	padding: 1em .3em
}

.select {
	margin: 13px 0
}

.select .jq-selectbox__select {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-color: #C5C5C5
}

.select .jq-selectbox__select-text {
	color: initial;
	line-height: 2.4em
}

.select li.selected {
	background: #c00
}

.select li {
	padding: 10px 10px 10px;
	font-size: 16px
}

.stan_select .select {
	max-width: 500px;
	display: block !important
}

.jq-select-multiple li.selected, .jq-selectbox li.selected {
	background: #c00
}

.jq-select-multiple.focused, .jq-selectbox.focused .jq-selectbox__select, .jq-selectbox__search {
	border-color: #c00
}

.jq-selectbox__trigger-arrow {
	height: 100%;
	background-position: center center;
	top: 0
}

.stan_select span {
	display: block;
	font-size: 18px;
	margin: 20px 0
}

.r_banner {
	width: 330px;
	max-width: 100%
}

.schedule_table td {
	padding: 12px 14px;
	vertical-align: middle
}

.schedule_table tr td:first-child {
	width: 58px
}

.schedule_table tr td:nth-child(7) {
	width: 55px;
	text-align: center
}

.schedule_table td.blablabutton, .schedule_table td.blablbutton, .schedule_table td.blbalbutton, .schedule_table tr td:last-child {
	text-align: right
}

a.small_font_station {
	font-size: 13px;
	display: block
}

table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.display tbody tr>.sorting_1, table.dataTable.display tbody tr>.sorting_2, table.dataTable.display tbody tr>.sorting_3, table.dataTable.order-column tbody tr>.sorting_1, table.dataTable.order-column tbody tr>.sorting_2, table.dataTable.order-column tbody tr>.sorting_3, table.dataTable.order-column.stripe tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background: initial
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
	background-image: none
}

.links_list {
	margin: 20px 0
}

.links_list p a {
	font-size: 20px;
	display: block
}

.links_list .link_station {
	display: inline-block;
	font-size: 16px
}

.inner_page {
	padding: 0 300px;
	position: relative;
	max-width: 1900px;
	margin: auto;
	display: block
}

.inner_page .container {
	width: 100%
}

.left_side, .right_side {
	position: fixed;
	top: 56px;
	
	width: 300px;
	background: #f1f1f1
}
.content{
	overflow: hidden;
}

.left_side {
	width: 300px;
	text-align: right;
}

.left_side {
	left: 0
}

.right_side {
	width: 300px;
	position: fixed;
	top: 56px;
	
	overflow: hidden;
}
.ya_partner_R-A-269776-1 .yap-rtb__iframe, .ya_partner_R-A-269776-1 .yap-rtb__wrapper{
	max-width: 100%;
}

.right_side {
	right: 0
}

.inner_page .search_wrapper {
	padding: 0
}

.inner_page #tab2 .form-group {
	margin: 10px 8px
}

.select_lg .jq-selectbox__select {
	height: 70px;
	padding: 14px 40px 0 15px
}

.underline {
	text-decoration: underline
}

.suggest-subtitle {
	margin-bottom: 20px;
	text-align: center
}

.suggest-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 20px
}

.suggest-list__item {
	display: inline-block;
	margin: 5px;
	padding: 0 5px;
	text-decoration: underline
}

@media screen and (max-width:1208px) {
	.suggest-list {
		font-size: 18px
	}
	aside{
		position: relative;
		width: 100%;
		top: 0;

	}

}



@media screen and (max-width:579px) {
	.suggest-list {
		font-size: 15px
	}

}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-state-highlight a:hover {
	background: #c00;
	color: #fff
}

.datepickerUi .ui-datepicker td a:hover, .datepickerUi .ui-state-highlight, .datepickerUi .ui-widget-content .ui-state-highlight, .datepickerUi .ui-widget-header .ui-state-highlight {
	background: 0 0;
	border-color: transparent;
	color: initial
}

.datepickerUi .ui-state-highlight, .datepickerUi .ui-widget-content .ui-state-highlight {
	border-color: transparent
}

.datepickerUi .ui-datepicker td a:hover, .datepickerUi .ui-state-highlight, .datepickerUi .ui-widget-content .ui-state-highlight, .datepickerUi .ui-widget-header .ui-state-highlight, .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: 0 0
}

.ui-state-highlight a {
	border-color: #c00
}

/*@media screen and (max-width:1560px) {
	.inner_page {
		padding: 0 190px 0 246px
	}

	.left_side {
		width: 246px
	}

	.right_side {
		width: 190px
	}

}*/

@media screen and (max-width:1200px) {
	.search_wrapper .form-group {
		margin: 10px 15px
	}

	.search_wrapper .reverse_i {
		right: -27px
	}

	.inner_page {
		padding: 0 0 0 246px
	}

	#tab2 .form-group {
		max-width: 210px
	}

	.subtitle {
		font-size: 28px
	}

	.popular_tag ul li a {
		font-size: 18px
	}

	.train_schedule_table thead tr th {
		font-size: 16px
	}

}

@media screen and (max-width:991px) {
	.search_wrapper .nav-tabs li a{
		padding: 20px;
		font-size: 18px;
	}

	.popular_tag .subtitle {
		display: inline-block;
		margin-bottom: 10px
	}

	.popular_tag {
		text-align: center
	}

	.top_warning {
		float: none;
		margin: auto
	}

	h1.schedule {
		margin-right: 0;
		text-align: center
	}

	h1.schedule small {
		font-size: 24px
	}

	.r_banner {
		margin-left: auto;
		margin-right: auto
	}

	.stan_select span {
		text-align: center
	}

	.warning_md p {
		font-size: 24px
	}

	h2 {
		text-align: center
	}

	.select {
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
		display: block !important
	}

	.sm_center {
		text-align: center
	}

	.datepickerUi {
		text-align: center
	}

	.datepickerUi .ui-datepicker {
		display: inline-block !important
	}

	table.schedule_table a.btn, table.schedule_table a.btn:hover {
		min-width: 100px;
		font-size: 17px;
		line-height: 54px
	}

	.warning.warning-small {
		margin-bottom: 30px
	}

	.table_shadow {
		width: 100%
	}

	.inner_page {
		padding: 0
	}

}

@media screen and (max-width:1000px){
	header a.login{
		display: inline-block;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
	header{
		padding-bottom: 10px;
	}
}


@media screen and (max-width:767px) {
	#tab2 .form-group, .inner_page #tab2 .form-group, .search_wrapper .form-group {
		margin: 5px;
		max-width: 500px;
		display: block;
		margin: 14px auto
	}

	aside img{
		display: block;
		margin: auto;
	}

	aside h4{
		text-align: center;
	}

	aside p{
		text-align: center;
		margin-bottom: 10px;
	}

	body .search_content {
		height: auto
	}

	.jq-checkbox {
		width: 27px;
		height: 27px;
		margin-bottom: 15px
	}

	.search_wrapper label {
		bottom: 7px
	}

	.jq-checkbox.checked .jq-checkbox__div:after {
		font-size: 22px
	}

	.route_table_columns td:nth-child(1), .route_table_columns td:nth-child(2), .route_table_columns td:nth-child(6), .route_table_columns td:nth-child(7), .route_table_columns th:nth-child(1), .route_table_columns th:nth-child(2), .route_table_columns th:nth-child(6), .route_table_columns th:nth-child(7), .route_table_columns th:nth-child(8) {
		display: none
	}

	.station_table_columns td:nth-child(5), .station_table_columns td:nth-child(7), .station_table_columns th:nth-child(5), .station_table_columns th:nth-child(7) {
		display: none
	}

	table.dataTable thead td, table.dataTable thead th {
		padding: 10px 10px
	}

	.search_content {
		padding: 50px 0 40px;
		height: auto;
		-webkit-background-size: cover !important;
		-o-background-size: cover !important;
		background-size: cover !important
	}

	.search_content .title {
		font-size: 44px;
		margin: 0 0 60px 0
	}

	.search_wrapper .tab-content {
		padding: 15px 15px
	}

	.datepickerUi .ui-datepicker, .r_banner {
		margin: 20px auto
	}

	.p30 {
		padding: 15px 0
	}

	.sm_center {
		text-align: center
	}

	header {
		text-align: center;
		padding: 10px 0
	}

	header p {
		margin: 0
	}

	header a.login {
		display: inline-block;
		position: relative;
		left: 0;
		margin-top: 5px;
		padding: 6px 15px;
		transform: translateX(0%);
	}

	.search_wrapper .nav-tabs li a {
		padding: 10px 20px;
		padding-right: 24px;
		font-size: 18px
	}

	.search_wrapper .nav-tabs li a .tab-desktop{
		display: none;
	}
	.search_wrapper .nav-tabs li a .tab-mobile{
		display: inline-block;
		font-weight: 400;
	}

	.popular_tag .tags_cloud {
		margin-top: 15px
	}

	.wish_comp p {
		font-size: 33px
	}

	.subtitle {
		font-size: 34px
	}

	h3 {
		font-size: 24px
	}

	.search_wrapper .form-group.reverce_wr {
		margin-bottom: 30px
	}

	.search_wrapper .reverse_i {
		right: 0;
		left: 0;
		top: auto;
		text-align: center;
		margin: auto;
		bottom: -30px
	}

	.stan_select span {
		float: none
	}

	.stan_select .select {
		margin-left: 0
	}

	.links_list p a {
		font-size: 16px
	}

	.schedule_table td {
		font-size: 14px
	}

	.schedule_table td, .train_schedule_table td {
		padding: 5px 14px
	}

}

@media screen and (max-width:579px) {
	.search_wrapper .nav-tabs li a {
		padding: 10px 15px !important;
		margin-right: 3px
	}
	.search_wrapper .nav-tabs li a.tab-mobile {
		font-size: 14px;
	}

	.search_wrapper .nav-tabs li a:before {
		width: 20px
	}

	.search_wrapper input.form-control {
		height: 42px
	}

	.popular_tag .subtitle.clock, .popular_tag .subtitle.p_stantions {
		padding-left: 0;
		padding-top: 45px;
		margin-top: 10px;
		background-position: top center
	}

	.popular_tag .tags_cloud {
		margin-top: 0
	}

	.popular_tag ul li a {
		font-size: 15px
	}

	.b_top {
		padding: 15px 0;
		margin: 10px 0
	}

	.social {
		margin: 15px 0
	}

	h3 {
		font-size: 21px
	}

	.wish_comp p {
		font-size: 26px
	}

	.wish_comp {
		padding: 35px 0 35px
	}

	.subtitle {
		font-size: 30px
	}

	.title {
		font-size: 40px
	}

	footer .footer_top ul li {
		padding-left: 0;
		padding-right: 0
	}

	footer .footer_top ul li a {
		padding: 0 10px
	}

	footer .footer_bottom ul li {
		padding-left: 0;
		padding-right: 0
	}

	footer .footer_bottom ul li a {
		padding: 0 6px
	}

	.search_wrapper {
		padding: 0 0
	}

	.search_wrapper .btn {
		width: 100%
	}

	.table_wrapper {
		width: 100%
	}

	.train_schedule_table td, .train_schedule_table th {
		font-size: 13px;
		padding: 10px 7px
	}

	.train_schedule_table td:first-child {
		max-width: 33.3%
	}

	h1.schedule {
		font-size: 25px
	}

	h1.schedule small {
		font-size: 20px
	}

	table.train_schedule_table {
		margin-top: 15px
	}

	.warning_md p {
		font-size: 18px
	}

	.h2, h2 {
		font-size: 22px
	}

	.datepickerUi .ui-datepicker td a, .datepickerUi .ui-datepicker td span {
		width: 37px;
		height: 37px
	}

	.datepickerUi .ui-datepicker, .r_banner {
		margin: 10px auto
	}

	.links_list {
		margin: 5px 0
	}

	.schedule_table thead tr th, .train_schedule_table thead tr th {
		font-size: 13px
	}

	.train_schedule_table td:nth-child(2), .train_schedule_table td:nth-child(4) {
		font-size: 16px;
		/* text-align: center */
	}

	.station_table_columns tr td:first-child, .station_table_columns tr td:nth-child(3), .station_table_columns tr th:first-child, .station_table_columns tr th:last-child, .station_table_columns tr th:nth-child(3) {
		display: none
	}
	.station_table_columns tr td:last-child{
		display: block;
		text-align: center;
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.thread_table_columns tr td:nth-child(4), .thread_table_columns tr td:nth-child(5), .thread_table_columns tr th:nth-child(4), .thread_table_columns tr th:nth-child(5) {
		display: none
	}

	.schedule_table td ._time { 
		font-size: 14px
	}
	.route_table_columns td:nth-child(8){
		display: block;
		width: 100%;
		text-align: center !important;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box; 
		        box-sizing: border-box;
	}
	.schedule_table{
		display: inline-block;
		width: 100%;
	}
	.schedule_table thead, .schedule_table tbody, .schedule_table tr{
		display: inline-block;
		width: 100%;
	}
	.schedule_table thead th{
		float: left;
		width: 33.3% !important;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

}
.pad_btn{margin: 20px;}

@media (min-width: 1290px) and (max-width: 1470px) {
	table.dataTable thead th:nth-child(7),
	table.dataTable tbody tr td:nth-child(7) {
		display: none;
	}
}
@media (min-width: 1190px) {
	.schedule_table td, .train_schedule_table td {
		font-size: 15px;
	}
}
@media (max-width: 1200px) and (min-width: 1090px) {
	.right_side {
    	display: block !important;
	}
	.inner_page {
		padding-right: 300px !important;
	}
}
@media (max-width: 1090px) {
	.inner_page {
		padding-right: 0;
	}
	.right_side {
    	display: none;
	}
}
@media (max-width: 1290px) {
	.inner_page {
		padding-left: 0;
	}
	.left_side {
		display: none;
	}
}
@media (min-width: 668px) and (max-width: 790px) {
	.station_table_columns td:nth-child(5), .station_table_columns td:nth-child(7), .station_table_columns th:nth-child(5), .station_table_columns th:nth-child(7) {
		display: none;
	}
}
@media (min-width: 580px) and (max-width: 660px) {
	table.schedule_table a.btn,
	table.schedule_table a.btn:hover {
		font-size: 10px;
	}
}
@media (min-width: 580px) and (max-width: 600px) {
	table.dataTable thead .sorting,
	table.dataTable thead .sorting_asc,
	table.dataTable thead .sorting_desc {
		padding-right: 0;
	}
}
@media (min-width: 580px) and (max-width: 768px) {
	.schedule_table thead tr th:nth-child(8) {
    	display: table-cell;
	}
}
@media screen and (max-width:1508px) {
	.search_wrapper .nav-tabs li a{
		padding: 15px 25px;
		font-size: 20px;

	}

}

@media (min-width: 992px) {
	.zakaz-bileta .inner_page {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.zakaz-bileta .wg-layout__inner-wrap {
		max-width: 100% !important;
	}
}

@media (max-width: 400px) {
	.content{overflow:visible}
	.train_schedule_table thead tr th:nth-child(3),
	.train_schedule_table tbody tr td:nth-child(3) {
		display: none;
	}
	.train_schedule_table thead tr th:nth-child(4),
	.train_schedule_table tbody tr td:nth-child(4) {
		display: table-cell;
	}
}

@media (max-width: 490px) {
	.search_wrapper .nav-tabs li a {
		padding: 0px 5px!important;
		margin-right: 3px
	}
	.search_wrapper .nav-tabs li a .tab-mobile {
		font-size: 14px;
		position: relative;
	}
	.search_wrapper .nav-tabs li a:before {
		width: 10px;
		right: 0;
	}
}

a.red_link{color: #c00; text-decoration: underline;}

@media (min-width: 1301px) and (max-width: 1380px) {
    table.schedule_table thead th:nth-child(6),
    table.schedule_table tbody tr td:nth-child(6),
    table.schedule_table.train_schedule_table tbody tr td:nth-child(7) {
        display: none;
    }
}
@media (min-width: 1291px) and (max-width: 1555px) {
    table.schedule_table.train_schedule_table thead th:nth-child(5),
    table.schedule_table.train_schedule_table tbody tr td:nth-child(5) {
        display: none;
    }
    table.schedule_table.train_schedule_table thead th:nth-child(8) {
        display: table-cell;
    }
}
