@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-regular.eot');
    src: url('/fonts/roboto-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-regular.woff2') format('woff2'),
         url('/fonts/roboto-regular.woff') format('woff'),
         url('/fonts/roboto-regular.ttf') format('truetype'),
         url('/fonts/roboto-regular.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-black.eot');
    src: url('/fonts/roboto-black.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-black.woff2') format('woff2'),
         url('/fonts/roboto-black.woff') format('woff'),
         url('/fonts/roboto-black.ttf') format('truetype'),
         url('/fonts/roboto-black.svg#robotoblack') format('svg');
    font-weight: 900;
    font-style: normal;

}




@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-bold.eot');
    src: url('/fonts/roboto-bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-bold.woff2') format('woff2'),
         url('/fonts/roboto-bold.woff') format('woff'),
         url('/fonts/roboto-bold.ttf') format('truetype'),
         url('/fonts/roboto-bold.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;

}




@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-light.eot');
    src: url('/fonts/roboto-light.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-light.woff2') format('woff2'),
         url('/fonts/roboto-light.woff') format('woff'),
         url('/fonts/roboto-light.ttf') format('truetype'),
         url('/fonts/roboto-light.svg#robotolight') format('svg');
    font-weight: 300;
    font-style: normal;

}




@font-face {
    font-family: 'Roboto';
    src: url('/fonts/roboto-medium.eot');
    src: url('/fonts/roboto-medium.eot?#iefix') format('embedded-opentype'),
         url('/fonts/roboto-medium.woff2') format('woff2'),
         url('/fonts/roboto-medium.woff') format('woff'),
         url('/fonts/roboto-medium.ttf') format('truetype'),
         url('/fonts/roboto-medium.svg#robotomedium') format('svg');
    font-weight: 500;
    font-style: normal;

}



@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-BoldItalic-webfont.eot');
    src: url('/fonts/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-BoldItalic-webfont.woff') format('woff'),
         url('/fonts/Roboto-BoldItalic-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-BoldItalic-webfont.svg#robotobold_italic') format('svg');
    font-weight: 700;
    font-style: italic;

}



@font-face {
    font-family: 'Roboto Slab';
    src: url('/fonts/robotoslab-regular.eot');
    src: url('/fonts/robotoslab-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/robotoslab-regular.woff2') format('woff2'),
         url('/fonts/robotoslab-regular.woff') format('woff'),
         url('/fonts/robotoslab-regular.ttf') format('truetype'),
         url('/fonts/robotoslab-regular.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto Slab';
    src: url('/fonts/robotoslab-bold.eot');
    src: url('/fonts/robotoslab-bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/robotoslab-bold.woff2') format('woff2'),
         url('/fonts/robotoslab-bold.woff') format('woff'),
         url('/fonts/robotoslab-bold.ttf') format('truetype'),
         url('/fonts/robotoslab-bold.svg#roboto_slabbold') format('svg');
    font-weight: 600;
    font-style: normal;

}

/*===================Reset styles=========================*/



* {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe,
a, abbr, acronym, address,  cite, 
del, dfn, em, img, ins, kbd, q, s, samp,
 strike, tt, var,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6{font-weight: normal;}

footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	-ms-overflow-style: scrollbar;
	
	/*zoom: 92%;
	-ms-zoom: 92%;
	-webkit-zoom: 92%;*/
	/*-moz-transform:  scale(0.92);
	-moz-transform-origin: center top;*/
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
	.schedule_table  {
		zoom: 92%;
		-ms-zoom: 100%;
		-webkit-zoom: 92%;
	}
}

ul {
	list-style: none;
}

a{text-decoration: none;}

a:active,
a:hover,
a:visited,
a:focus,
*:focus {
  outline: 0;
  text-decoration: none;
}

a img{
border: none;
}

img{
	max-width: 100%;
}
/*=====================Main settings==========================*/

body{
	font-family: 'Roboto', sans-serif;
	font-size: 14.58px;
	color: #1a1a18;
}

#full_page{
	width: 100%;
	max-width: 1920px;
	min-width: 320px;
	margin: 0 auto;
	overflow: hidden;
	border-top: solid 6px #1188bb;
}

/*=====================Tuning==========================*/
/*body{
	background: url(/img/maket9.jpg) no-repeat left top; width: 1920px;
}

#full_page{opacity: 0.4; width: 1920px;}*/

.preloader {
	background: url('/img/ajax-loader.gif');
	width: 66px;
	height: 66px;
	margin-left: auto;
	margin-right: auto;
}

.clear{clear: both;}

.clearfix:after{
	content: '';
	display: table;
	clear: both;
}

.content_width{
	margin: 0 290px;
}

#main_section{
	background: white url(/img/sky.jpg) no-repeat center top;
	padding-top: 60px;
	position: relative;
}

/*=====================Header==========================*/

#header{
	border-top: solid 3px white;
	background: #bde3f0;
	background: linear-gradient(to top, #bde3f0, #d7edfb);
	box-shadow: 0 2px 6px 1px rgba(0,0,0,0.27);
	position: relative;
	z-index: 20;
	padding: 25px 0;
}

#logo{
	position: absolute;
	top: 25px;
	left: 97px;
}

#logo a{
    display: inline-block;
}

#top_menu{
	padding-top: 5px;
    padding-bottom: 5px;
	text-align: right;
	margin: 0 290px;
}

#top_menu ul li{
	display: inline-block;
	margin-left: 70px;
}

#top_menu ul li:first-child{
	margin-left: 0!important;
}

#top_menu ul li a{
	display: inline-block;
	text-transform: uppercase;
	font-size: 16.67px;
	color: #063c62;
	padding: 15px 0;
	transition: all 0.3s ease-out;
} 

#top_menu ul li a:hover{
	color: #0093dd;
}

#togglemenu{
	display: none;
}

.flags{
	position:absolute; 
	right:15px; 
	top:37px; 
	display:table-cell;
}


/*=========================Tabs==========================*/

#homepage-search{
	padding-top: 7px;
}

.tabs{
	transition: height 0.5s ease-out;
}

.for-tabs li{
	display: inline-block;
	position: relative;
	margin-right: 8px;
	-ms-transform-origin: top right;
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	transform-origin: top right;
	transform-origin: top right;
    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
	-moz-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    -webkit-backface-visibility: hidden;
    background: #a8def7 url(/img/tab_shadow.png) repeat-x left bottom;
    border-radius: 5px 5px 0 0;
    padding-right: 2px;
	transition: background-color 0.3s ease-out;
}

.for-tabs li a{
	position: relative;
    display: inline-block;
    padding: 10px 30px 13px 30px;
    font-size: 20.83px;
    color: #063c62;
    background: #a8def7;
    border: solid 3px #a8def7;
     border-radius: 5px 5px 0 0;
    border-right: none;
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    -ms-transform-origin: top right;
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	transform-origin: top right;
	transform-origin: top right;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    -webkit-backface-visibility: hidden;
    margin-left: -3px
}

.for-tabs li a:before {
    content: " ";
    position: absolute;
    display: block;
    width: 30px;
    bottom: -3px;
    top: -3px;
    right: -3px;
	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;
}

.for-tabs li a:after{
	content: " ";
    position: absolute;
	height: 12px;
	left: -3px;
	right: 0px;
	bottom: -3px;
	background: url(/img/tab_shadow.png) repeat-x left bottom;
	z-index: 10;
}
/*
.for-tabs li a:hover{
	border-color: #0091da;
}*/

.for-tabs li:hover{
	box-shadow: inset 0 0 0 3px #0091da;
}

.for-tabs li:hover a{
  border-color: #0091da;
  }
  
.for-tabs li.active{
	z-index: 10;
}

.for-tabs li.active, .for-tabs li.active a{
	background: #0091da;
	border-color: #0091da;
	color: #fff;
}

.for-tabs li.active a:after{
	display: none;
}


.tab-content{
	background: #0091da url(/img/tabs_bg.jpg) no-repeat top center;
	margin-top: -3px;
	margin-left: -3px;
    position: relative;
	padding: 45px 50px;
	border-radius: 5px;
	box-shadow: inset 0 -3px rgba(0,0,0,0.15),
				0 5px 5px rgba(0,0,0,0.1);
}


/*=============================Forms============================*/

input[type=text], input[type=tel], input[type=email], textarea{
	border: solid 3px white;
	background-color: white;
	border-radius: 8px;
	    height: 50px;
    line-height: 50px;
	font: inherit;
	font-size: 20.83px;
	color: #1a1a18;
	padding-left: 25px;
	vertical-align: middle;
	transition: border-color 0.3s;
}

input[type=text]:hover, input[type=tel]:hover, input[type=email]:hover, textarea:hover{
	border-color: #f8c300;
}

::-webkit-input-placeholder {color:#1a1a18;line-height: 1.3; text-overflow: ellipsis;}
input::-moz-placeholder          {color:#1a1a18;opacity: 1; text-overflow: ellipsis;}
input:-moz-placeholder           {color:#1a1a18;opacity: 1; text-overflow: ellipsis;}
:-ms-input-placeholder      {color:#1a1a18; text-overflow: ellipsis;}

input[type=text].place{
	padding-left: 45px;
	background: white url(/img/place.png) no-repeat 15px center;
}

input[type=text].date{
	padding-right: 45px;
	background: white url(/img/date.png) no-repeat right 15px center;
}

input[type=text].time{
	padding-right: 35px;
	background: white url(/img/time.png) no-repeat right 10px center;
	width: 162px;
	margin: 0 10px;
}

.advanced_column1{
	width: 495px;
	float: left;
}

.advanced_column2{
	margin-left: 495px;
}

.advanced{
	display: none;
	padding-top: 30px;
	color: white;
}

.advanced p{
	font-size: 20.83px;
	padding: 8px 0;
}

.advanced_column label{
	font-size: 20.83px;
	padding: 8px 0;
	display: inline-block;
}

.form-column{
	float: left;
}

.form-column input[type=text]{
	width: 100%;
}

.column-from{
	width: 32%;
}

.column-to{
	width: 32%;
}

.column-when{
	width: 26%;
	margin-left: 4%;
}

.column-station{
	width: 67%;
	margin-right: 4%;
}

.column-st_date{
	width: 29%;
}

#reverce, #reverce2, #reverce2_bus{
	float: left;
	width: 4%;
	margin: 0 1%;
	height: 46px;
	background: url(/img/reverce.png) no-repeat center center;
	transition: all 0.5s ease-out;
	cursor: pointer;
}

#reverce:hover{
	transform: rotate(180deg);
}

#reverce2:hover{
	transform: rotate(180deg);
}

#reverce2_bus:hover{
	transform: rotate(180deg);
}

.trigger_advanced_container, .submit_container{
	float: left;
	width: 50%;
}

.submit_container{
	text-align: right;
}

.trigger_advanced{
	display: inline-block;
	margin-top: 14px;
	font-size: 20.83px;
	color: white;
	border-bottom: solid 1px white;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.trigger_advanced:hover{
	color: #a4e0fd;
	border-color: #a4e0fd;
}

.tab_bottom{
	padding-top: 33px;
}

.submit_search{
	display: inline-block;
	padding: 15px 50px 19px 95px;
	background: #fad000 url(/img/find.png) no-repeat 30px center;
	border: none;
	box-shadow: 0 4px 0 0 #cca008;
	border-radius: 6px 6px 9px 9px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18.75px;
	color: #794d00;
	transition: all 0.3s ease-out;
	cursor: pointer;
}

.submit_search:hover{
	background-color: #ffeb00;
	box-shadow: 0 4px 0 0 #cea300;
}

.ui-widget {
    font-family: Roboto;
	
}

.ui-widget-header {
    border: 1px solid #0092db;
    background: #a8def7;
	color: #063c62;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #0092db;
    background: #a8def7;
	color: #063c62;
}

.ui-widget-content {
	color: #063c62;
	
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
	font-size: 16px;
	color: #063c62;
}

.ui-datepicker td a:hover, .ui-timepicker-table td a:hover{opacity: 0.8;}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #0091da;
    background: #0091da;
    color: #fff;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: none;
	background: #0091da;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 2px;
	background: #a8def7;
	cursor: pointer;
	border: none;
}

.ui-timepicker-table .ui-timepicker-title {
    margin-left: 2px;
    margin-right: 2px;
}

/*=============================Баннеры============================*/

.left_side, .right_side{
	position: absolute;
	top: 58px;
	width: 290px;
}

.left_side.fixed_side, .right_side.fixed_side{
	position: fixed;
	top: 20px;
}

.left_side.fixed_side.near_footer, .right_side.fixed_side.near_footer{
	position: absolute;
	top: auto;
	bottom: 0;
}

.left_side{
	left: 0;
}

.right_side{
	right: 0;
}

.div_1{
	width: 260px;
	margin: 0 auto;
	margin-bottom: 47px;
}

.div_white{
	padding: 8px;
	width: 216px;
	background: white;
	border-radius: 5px;
}

.div_2{
	width: 260px;
}

.div_middle{
	text-align: center;
	padding: 30px 0;
}

.div_middle_2{
	text-align: left;
	padding:45px 0;
}

/*=============================Инфо============================*/

h2{
	font-family: 'Roboto Slab';
	font-weight: bold;
	font-size: 29.17px;
	color: #0085ba;
	padding: 0 0 15px 50px;
	border-bottom: solid 3px #c6e8f7;
}

h2 a{
	display: inline-block;
	font: inherit;
	color: inherit;
	padding: 0 5px;
	border-radius: 4px;
	transition: background 0.3s;
	padding: 2px 5px 4px 5px;
}

h2 a:hover{
	background: #c6e8f7;
}

.clock{
	background: url(/img/clock.png) no-repeat left top;
}

.yes_this_one{
	border: solid 1px red!important;
}

.flag{
	background: url(/img/flag.png) no-repeat left top;
}

.tags_cloud{
	margin-top: 28px;
	margin-bottom: 30px;
}

.tags_cloud li{
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 5px;
}

.tags_cloud li a{
	display: inline-block;
	font-size: 20.83px;
	line-height: 1.5;
	color: #1a1a18;
	transition: all 0.3s;
}

.tags_cloud li a:hover{
	color: #0093dd;
}

#service_description{
	padding-top: 75px;
}

h1{
	font-family: 'Roboto Slab';
	font-weight: bold;
	font-size: 29.17px;
	color: #0085ba;
	padding: 5px 0 18px 50px;
	border-bottom: solid 3px #c6e8f7;
}

.calendar{
	background: url(/img/calendar.png) no-repeat left top;
}

.infoblock{
	padding-top: 40px;
	padding-bottom: 25px;
}

.service_img{
	float: left;
	width: 220px;
	margin-bottom: 15px;
}

.service_text{
	margin-left: 210px;
}

.infoblock p{
	font-size: 14.58px;
	line-height: 1.5;
	padding-right: 35px;
}

#service_bottom{
	text-align: center;
	color: #0085ba;
	padding-top: 60px;
}

#service_bottom p{
	font-size: 20.83px;
}

#service_bottom h3{
	font-weight: 700;
	font-style: italic;
	font-size: 25px;
}

.train_img{
	height: 37px;
	position: relative;
	background: url(/img/train.png) no-repeat center center;
	margin: 10px 0 5px 0;
}

.line{
	display: block;
	position: absolute;
	height: 2px;
	background: #b2dbed;
}

.line-top-left{
	left: 0;
	right: 50%;
	margin-right: 35px;
	top: 12px;
}

.line-top-right{
	right: 0;
	left: 50%;
	margin-left: 35px;
	top: 12px;
}

.line-bottom-left{
	left: 160px;
	right: 50%;
	margin-right: 35px;
	top: 20px;
}

.line-bottom-right{
	right: 160px;
	left: 50%;
	margin-left: 35px;
	top: 20px;
}

/*=============================Footer============================*/

#footer{
	position: relative;
	margin-top: 130px;
	background: #037eab url(/img/footer_bg.jpg) no-repeat left top;
	padding: 44px 290px 50px 55px;
	border-bottom: solid 3px #3b5a78;
}

#footer:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	top: -5px;
	left: 0;
	background: #c6e8f7;
}

#footer_logo{
	float: left;
	width: 22.79%;
	text-align: center;
}

#social_links{
	float: left;
	width: 18.72%;
	text-align: center;
	margin-top: 12px;
}

#footer_menu{
	float: left;
	width: 31.5%;
	text-align: center;
	margin-top: 12px;
}

#footer_menu ul{
	display: inline-block;
	padding: 5px 0 5px 50px;
	background: #1188bb;
	position: relative;
}

#footer_menu ul:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 1000px;
	top: 0;
	left: 100%;
	background: #1188bb;
}

#copyright{
	float: right;
	width: 26.99%;
	text-align: right;
	position: relative;
	margin-top: 20px;
}

#footer_menu ul li{
	display: inline-block;
	padding: 0 5px;
}


#footer_menu ul li:first-child{padding-left: 0;}
#footer_menu ul li:last-child{padding-right: 0;}

#footer_menu ul li a{
	display: inline-block;
	padding: 4px 0;
	color: white;
	text-transform: uppercase;
	font-size: 14.58px;
	letter-spacing: 0.5px;
	transition: all 0.3s;
}

#footer_menu ul li a:hover{
	color: #abe4ff;
}

#copyright p{
	color: white;
	font-size: 14.58px;
}

#social_links{
	position: relative;
	z-index: 1;
}

#social_links a {
	position: relative;
	display: inline-block;
	width: 29px; 
	height: 32px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 5px;
	cursor: pointer;
}

#social_links a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(/img/social_base.png) no-repeat center top;
	background-size: 100% auto;
	z-index: -1;
}

#social_links a:hover:before{
	background-position: center bottom;
}

.tw{
	background-image: url(/img/tw.png);
}

.vk{
	background-image: url(/img/vk.png);
}

.fb{
	background-image: url(/img/fb.png);
}

.gplus{
	background-image: url(/img/gplus.png);
}

.mailru{
	background-image: url(/img/mailru.png);
}

.ok{
	background-image: url(/img/ok.png);
}

.ui-datepicker {
    z-index: 30!important;
}


/*=============================PAGE: ABOUT============================*/

.about_img{
	height: 339px;
	background: url(/img/about.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	margin-bottom: 45px;
}

.about_logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img/about_logo.png) no-repeat center center;
}

.about_logo_ua{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img/about_logo_ua.png) no-repeat center center;
}

.about_logo_ru{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/img/about_logo_ru.png) no-repeat center center;
}

.int_content p{
	font-size: 16.67px;
	line-height: 1.4;
	text-shadow: 0 0 0 #1a1a18;
}

.int_content a{
	color: #004766;
	text-decoration: underline;
	font-size: 16.67px;
}

.int_content a.bold_link{
	font-weight: bold;
	border-bottom: solid 1px #004766;
	text-decoration: none;
}

.int_content a.bold_link:hover{
	border: none;
}


.int_content a:hover{
	text-decoration: none;
}

.int_content h1{
	margin: 0 0 40px 0;
	padding-top: 2px;
	background-position: left top;
	background-repeat: no-repeat;
}

.info{
	background-image: url(/img/info_h1.png);
}

@media screen and (max-width: 479px) {
	.about_img {
		height: 200px;
	}
	.about_logo, .about_logo_ru, .about_logo_ua {
		background-size: 70% auto;
	}
}

/*=============================PAGE: FEEDBACK============================*/

.mail_icon{
	background-image: url(/img/feedback.png);
}

#feedback{
	background: #ebf9ff url(/img/feedback_bg.jpg) no-repeat right bottom;
	border: solid 1px #c7ebfa;
	border-radius: 2px;
	padding: 40px 50px 60px 50px;
}

#feedback form{
	max-width: 660px;
}

#feedback input[type=text], #feedback input[type=tel], #feedback input[type=email], #feedback textarea , #feedback select{
    width: 100%;
	background: white;
	border: solid 1px #babec0;
	border-radius: 8px;
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 25px;
	font-size: 20.83px;
}

.select {
  display: inline-block;
  background: white;
	border: solid 1px #babec0;
	border-radius: 8px;
	margin-bottom: 20px;
	margin-top: 5px;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

#feedback .select select {
  background: transparent;
  border: 0;
  outline: 0;
  width: 120%;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: radio-container;
  appearance: none;
  height: 48px;
	line-height: 48px;
	padding: 0 25px;
}
.select:after {
  content: '';
  width: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 4px;
  border-style: solid;
  pointer-events: none;
  border-color: #656565 transparent transparent transparent;
}

#feedback textarea{
	height: 200px;
	resize: vertical;
}

#feedback label{
	font-family: 'Roboto Slab';
	font-weight: 700;
	color: #0085ba;
	font-size: 20.83px;
}

.error_input{
	background-color: #ffedec!important;
	border: solid 3px red!important;
}

.error_input::-webkit-input-placeholder {color:red!important;}
.error_input::-moz-placeholder          {color:red!important;}
.error_input:-moz-placeholder           {color:red!important;}
.error_input:-ms-input-placeholder      {color:red!important;}

#captcha_container p{
	margin-bottom: 7px;
}

#captcha, #captcha_text{
	display: inline-block;
	max-width: 240px;
	vertical-align: middle;
	margin-bottom: 15px;
}

#captcha{
	margin-right: 30px;
}

#feedback  #captcha_text input[type=text]{
	margin: 0;
}

#submit{
	padding: 17px 70px 17px 100px;
	font-weight: bold;
	font-size: 18.75px;
	text-transform: uppercase;
	color: #794d00;
	border: solid 1px #cca000;
	border-radius: 8px;
	cursor: pointer;
	background: #fad000 url(/img/send_mail.png) no-repeat 28px center;
	margin-top: 50px;
	box-shadow: 0 3px 0 #cca000;
	transition: background-color 0.3s;
}

#submit:hover{
	background-color: #ffeb00;
}

@media screen and (max-width: 699px) {
	#feedback input[type=text], #feedback input[type=tel], #feedback input[type=email], #feedback textarea, #feedback select {
    font-size: 16px;
	}
	#feedback label {
    font-size: 17px;
	}
}

@media screen and (max-width: 479px) {
	#feedback {
    padding: 30px 20px 40px 20px;
	}
	.g-recaptcha {
		transform-origin: 0 0;
		transform: scale(0.85);
	}
	#submit {
		padding: 17px 40px 17px 80px;
		font-size: 16px;
		margin-top: 20px;
    }
}

/*=============================PAGE: NEWS============================*/

.news_icon{
	background-image: url(/img/news_icon.png);
}

.news_item{
	margin-bottom: 35px;
}

.news_date{
	display: inline-block;
	background: #64b9de;
	color: white;
	padding: 8px 15px;
	color: white;
	margin-bottom: 12px;
	font-size: 16.67px;
}

#news h2{
	padding-left: 0;
	padding-bottom: 0;
	border: none;
	font-size: 20.83px;
	margin-bottom: 15px;
}

.news_pagination{
	text-align: right;
	margin-top: 65px;
}

.news_pagination ul li{
	display: inline-block;
	margin-left: 4px;
	vertical-align: top;
}

.news_pagination ul li:first-child{
	margin-left: 0;
}

.news_pagination ul li a{
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #1a1a18;
	background-color: #efeeee;
	transition: all 0.3s;
	border: none;
	font-weight: normal;
	background-position: center center;
	background-repeat: no-repeat;
}

.news_pagination ul li a:hover, .news_pagination ul li a.active{
	background-color: #cfeaf7;
}

.news_prev{
	background-image: url(/img/news_prev.png);
}

.news_next{
	background-image: url(/img/news_next.png);
}

@media screen and (max-width: 479px) {
	.news_pagination ul li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}

/*=============================PAGE: 404============================*/

#d404{
	margin-top: 70px;
	padding-top: 210px;
	background: url(/img/404.png) no-repeat center top;
	text-align: center;
	margin-bottom: 55px;
}

#d404 p{
	font-family: 'Roboto Slab';
	font-weight: 700;
	font-size: 20.83px;
}

.dark_blue{
	color: #063c62;
	padding-bottom: 50px;
}

.dark_blue span{
	font-size: 37.5px;
	line-height: 1.1;
}

.light_blue{
	color: #0085ba;
}

.int_content #d404 a{
	color: inherit;
	font-size: inherit;
	border: none;
	text-decoration: underline;
}

.int_content #d404 a:hover{text-decoration: none;}

@media screen and (max-width: 640px) {
	#d404{
		background-size: 72px auto;
		padding-top: 120px;
	}
}

@media screen and (max-width: 479px) {
	#d404 {
		margin-top: 40px;
		margin-bottom: 25px;
	}
	#d404 p {
    font-size: 18px;
	}
	.dark_blue span {
		font-size: 30px;
	}
}

/*=============================PAGE: NOT FOUND============================*/

.error_block{
	text-align: center;
	padding: 45px 55px;
	margin: 80px auto 30px auto;
	max-width: 1000px;
	background: #ebf9ff;
	border: solid 1px #ccedfb;
	border-radius: 8px;
}

.error_inner{
	padding: 12px 0 12px 84px;
	background: url(/img/error.png) no-repeat left center;
	display: inline-block;
	text-align: left;
}
	
.error_block p{
	font-family: 'Roboto Slab';
	font-weight: 700;
	font-size: 20.83px;
	color: #0085ba;
	margin: 10px 0;
}

.int_content h2{
	font-size: 20.83px;
	background-size: auto 25px;
	padding-top: 3px;
	padding-left: 40px;
	background-repeat: no-repeat;
}

.closest{
	margin-top: 20px;
	margin-bottom: 40px;
}

.closest li{
	display: block;
	padding-left: 30px;
	background: url(/img/closest.png) no-repeat left center;
	margin: 15px 0;
}

.closest li a{
	font-size: 16.67px;
	border: none;
	text-decoration: underline;
	color: #004062;
	font-weight: bold;
}

.closest li a:hover{
	text-decoration: none;
}

.spacer{height: 50px;}

@media screen and (max-width: 479px) {
	.error_block {
		padding: 30px 20px;
		margin: 40px auto 0 auto;
	}
	
	.error_inner{
		padding: 64px 0 0 0;
		background-position: center top;
		text-align: center;
	}
	
	.error_block p {
		font-size: 18px;
	}
}

/*=============================OPTIONAL============================*/

.option_outer{
	margin-left: -30px;
    margin-right: -30px;
}

.option_wrapper{
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 30px;
    border-collapse: separate;
}

.option{
	display: table-cell;
	background: #ebf9ff;
	border: solid 1px #bde7f9;
	padding: 35px 35px 55px 35px;
	background-repeat: no-repeat;
}

.option.top_bg{
	padding-top: 120px;
	background-position: center 25px; 
}

.option.side_bg{
	padding-left: 170px;
	background-position: 60px 30px; 
}

.int_content h2.big_h2{
	font-size: 29.17px;
	background-size: auto;
	padding-left: 50px;
}

.option p{
	margin-bottom: 15px;
}

.option ul{
	margin: 15px 0;
}

.int_content .option a{
	border: none;
	font-weight: normal;
	color: #004062;
	text-shadow: 0 0 0 #74BFFF;
	font-size: 16.67px;
	line-height: 1.4;
	text-decoration: underline;
}

.int_content .option a:hover{
	text-decoration: none;
}

.int_content .option.not_underline a{
	text-decoration: none;
}

.int_content .option.not_underline a:hover{
	text-decoration: underline;
}

.optional_icon{
	background-image: url(/img/optional_icon.png);
}

.calendar_icon{
	background-image: url(/img/optional_calendar.png);
}

.direction_icon{
	background-image: url(/img/optional_direction.png);
}

.direction_back_icon{
	background-image: url(/img/optional_direction_back.png);
}

.location_icon{
	background-image: url(/img/optional_location.png);
}

.link_icon{
	display: block;
	min-height: 33px;
	padding-left: 60px;
	background-position: left 5px;
	background-repeat: no-repeat;
	margin: 15px 0;
}

.only_trains{
	background-image: url(/img/only_trains.png);
}

.only_electr{
	background-image: url(/img/only_electr.png);
}

.centered_text{
	text-align: center;
}

@media screen and (max-width: 1350px) {
	.option.side_bg {
		padding-left: 130px;
		background-position: 30px 30px;
	}
}

@media screen and (max-width: 1200px) {
	.option_outer{
		margin: 0;
	}
	.option_wrapper {
    display: block;
	}
	.option {
    display: block;
	margin: 30px 0;
	}
	.option.side_bg{
		padding-top: 120px;
		padding-left: 35px;
		background-position: center 25px; 
	}
}

@media screen and (max-width: 479px) {
	.int_content h2.big_h2 {
		font-size: 20.83px;
		background-size: auto 25px;
		padding-left: 40px;
	}
}

/*=============================PAGE: SCHEDULE============================*/

h1.schedule{
	background-image: url(/img/schedule.png);
	padding-left: 90px;
	font-size: 40px;
	background-position: left top;
}

h1.schedule span{
	font-size: 16.67px;
	display: block;
}

.top_warning{
	float: right;
	width: 280px;
}

.warning{
	border: solid 1px #fad23d;
	padding: 12px 40px 12px 112px;
    background: #fef2c8 url(/img/warning.png) no-repeat 40px 17px;
	min-height: 60px;
	margin-bottom: 20px;
}

.changes{
        border: solid 1px #fad23d;
	padding: 12px 40px 12px 112px;
        background: #fef2c8 url(/img/warning.png) no-repeat 40px 17px;
	min-height: 60px;
	margin-bottom: 20px;
}

.warning.warning-small{
	padding: 5px 8px 5px 80px;
    background-position: 20px 12px;
	margin-bottom: 0;
}

p.warning_text{
	color: #ee7c00;
}

table.schedule_table, table.train_schedule_table{
	border-collapse: collapse;
	width: 100%;
	border-bottom: solid 2px #f0f9ff;
}


table.train_schedule_table{
	margin-top: 20px;
	border: none;
}

.schedule_table th, .train_schedule_table th{
	font-size: 13.75px;
	color: #6e6e6e;
	padding: 6px 14px;
	text-align: left;

}

.schedule_table th.route{
	width: 400px!important;
}

.schedule_table th.dispatch{
	width: 200px!important;
}

.schedule_table th.time_way{
	width: 250px!important;
}

.schedule_table th.time_stay{
	width: 120px!important;
}

.schedule_table td, .train_schedule_table td{
	font-size: 16.67px;
	padding: 12px 14px;
	vertical-align: middle;
}

.train_schedule_table td{
	padding: 18px 14px;
}

.train_schedule_table td > *{
	vertical-align: middle;
}

.blablacar_car, .blablcar_car, .blbalcar_car{
	margin-right: 20px;
}

.schedule_table tr td:last-child, .schedule_table td.blablabutton, .schedule_table td.blablbutton, .schedule_table td.blbalbutton{
	text-align: right;
}

.schedule_table tr td:first-child {
   /*width: 58px;*/
}

.schedule_table tr td:nth-child(7) {
    width: 55px;
}

.schedule_table tbody tr:nth-child(odd), .train_schedule_table tbody tr:nth-child(odd){
	background: #f0f9ff;
}

.train_schedule_table tr.selected{
	background: #ececeb;
}

.train_schedule_table tr.selected td{
	color: #9b9b9b;
}

.train_schedule_table tbody tr.selected:nth-child(odd){
	background: #dededd;
}
/*
.schedule_table tbody tr.blablacar1, .train_schedule_table tbody tr.blablacar1{
	background: #d0edf7;
}
*/
.schedule_table tbody tr.blablacar2, .train_schedule_table tbody tr.blablacar2,
.schedule_table tbody tr.blablcar2, .train_schedule_table tbody tr.blablcar2,
.schedule_table tbody tr.blbalcar2, .train_schedule_table tbody tr.blbalcar2
{
	background: #dbf6ff;
}

table.schedule_table a, .train_schedule_table a{
	border: none;
	font-weight: normal;
	/*color: #004062;*/
	text-shadow: 0 0 0 #74BFFF;
	/*font-size: 16.67px;*/
	line-height: 1;
	text-decoration: underline;
}

a.gray_link{
	color: gray!important;
	font-size: 14px!important;
}

table.schedule_table a:hover, .train_schedule_table a:hover{
	text-decoration: none;
}

table.schedule_table a.buy_ticket, .train_schedule_table a.buy_ticket {
	display: inline-block;
	position: relative;
	padding: 6px 15px 8px 15px;
	background: #fadb7f;
	border: solid 1px #d5ad21;
	border-radius: 4px;
	border-bottom-width: 2px;
	text-decoration: none;
	color: #794d00;
	font-weight: bold;
	transition: all 0.3s ease-out;
}

.transfer_button {
	display: inline-block;
	position: relative;
	padding: 6px 15px 8px 15px;
	background: #fadb7f;
	border: solid 1px #d5ad21;
	border-radius: 4px;
	border-bottom-width: 2px;
	text-decoration: none;
	color: #794d00;
	font-weight: bold;
	transition: all 0.3s ease-out;
	margin-left: auto;
    margin-right: auto;
}

table.schedule_table a.buy_ticket_mob{
	font-size: 12px;
	padding: 3px 3px 3px 3px;
	display: inline-block;
	position: relative;
	padding: 6px 15px 8px 15px;
	background: #fadb7f;
	border: solid 1px #d5ad21;
	border-radius: 4px;
	border-bottom-width: 2px;
	text-decoration: none;
	color: #794d00;
	font-weight: bold;
	transition: all 0.3s ease-out;
}

table.schedule_table td.arrival_mob, .schedule_table td.departure_mob{
	width: 40%;
	vertical-align: baseline!important;
}

top_mobile_row td{
	border-top: #0000ff 1px solid!important;
}


table.schedule_table a.buy_ticket.blabla_button, .train_schedule_table a.buy_ticket.blabla_button,
table.schedule_table a.buy_ticket.blabl_button, .train_schedule_table a.buy_ticket.blabl_button,
table.schedule_table a.buy_ticket.blbal_button, .train_schedule_table a.buy_ticket.blbal_button
{
	text-align: center;
	width: 180px;
	max-width: 100%;
	padding-left: 12px;
	padding-right: 12px;
}
/*
a.buy_ticket:before{
	content: '';
	position: absolute;
	width: 11px;
	height: 11px;
	left: 15px;
	top: 50%;
	margin-top: -5.5px;
	background: url(/img/buy_ticket.png) no-repeat center top;
	background-size: 100% 200%;
}
*/

a.buy_ticket.blabla_button:before{
	display: none;
}

a.buy_ticket.blabl_button:before{
	display: none;
}

a.buy_ticket.blbal_button:before{
	display: none;
}

table.schedule_table a.buy_ticket:hover, table.train_schedule_table a.buy_ticket:hover{
	background: #fcda35;
	border-color: #dab10e;
	color: #b87600;
}

a.buy_ticket:hover:before{
	background-position: center bottom;
}

h2.table_heading{
	border: none;
	padding-left: 0;
	font-size: 29.17px;
	padding-top: 10px;
}

h2.table_heading span{
	font-size: 20.83px;
}

.responsive_table_fix{
	display: none;
}

.table_shadow{
	padding-bottom: 6px;
	background: url(/img/table_shadow.png) no-repeat center bottom;
	background-size: 100% 6px;
}

.article_icon{
	background-image: url(/img/article.png);
}

.compass{
	background-image: url(/img/compass.png);
}

.space_bottom{
	margin-bottom: 20px;
}

.sorting_asc{
	background-image: url(/img/asc.png);
}

.sorting_desc{
	background-image: url(/img/desc.png);
}

h3{
	font-family: 'Roboto Slab';
    font-weight: bold;
    font-size: 20.83px;
    color: #0085ba;
}

.popular_directions{
	margin-bottom: 30px;
}

.popular_directions.single{
	max-width: 700px;
}

.popular_directions.single ul{
	-webkit-column-width: 280px;
   -moz-column-width: 280px;
    column-width: 280px;
}

.popular_directions h3{
	margin-bottom: 25px;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.popular_directions h3 span{
	display: table-cell;
	vertical-align: middle;
}

.h3_bg{
	width: 70px;
	height: 43px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

.popular_trains .h3_bg{
	background-image: url(/img/train_big.png);
}

.popular_electr .h3_bg{
	background-image: url(/img/electr_big.png);
}

.popular_directions ul{
	padding-left: 70px;
}

.popular_directions ul li{
	margin-bottom: 10px;
}

.int_content .popular_directions a{
	font-weight: normal;
	text-decoration: underline;
	border: none;
}

.int_content .popular_directions a:hover{
	text-decoration: none;
}

.st-head-row.st-head-row-main {
    display: none;
}

.st-head-row {
    border-top: solid 2px #0085ba;
}

.blablacar .st-key, .blablcar .st-key, .blbalcar .st-key{
	color: rgba(0,0,0,0);
}

.blablacar .st-key span, .blablcar .st-key span, .blbalcar .st-key span {
	color: rgba(0,0,0,0.9);
}
.st-key, .st-val {
   text-align: left!important;
}

@media screen and (max-width: 999px) {
	h1.schedule {
		font-size: 35px;
	}
}

@media screen and (max-width: 799px) {
	.top_warning {
		margin-bottom: 20px;
	}
	h1.schedule {
		clear: both;
		font-size: 32px;
	}
}

@media screen and (max-width: 480px) {
	h2.table_heading {
		font-size: 22px;
	}
	.top_warning {
		float: none;
		width: auto;
	}
	.warning {
		padding: 50px 20px 8px 20px;
		background-position: center 10px;
	}
	h1.schedule{
		font-size: 27px;
		padding-left: 70px;
	}

}

/*=============================PAGE: CLARIFICATION============================*/

h1.clarif_head{
	border: none;
	padding: 0;
	text-align: center;
	margin: 50px 0;
	
}

h1.clarif_head span{
	font-size: 16.67px;
	font-family: Roboto;
}

.clarif{
	background: #ebf9ff;
	border: solid 1px #bde7f9;
	padding: 40px 50px;
	max-width: 1180px;
	margin: 0 auto;
}

.clarif.full_width{
	max-width: 100%;
}

.clarif ol{
	margin-top: 40px;
	margin-left: 30px;
	line-height: 1.5;
	font-size: 16.67px;
}

.clarif ol li {
    margin-bottom: 5px;
}

p.footnote{
	margin-top: 20px;
	display: inline-block;
	border-top: solid 1px #bde7f9;
	padding-top: 15px;
	color: gray;
}

.clarification_list{
	margin-top: 50px;
}

.clarification_list li{
	margin-bottom: 18px;
	font-size: 16.67px;
}

.clarification_list label{
	cursor: pointer;
}

.clarification_list input[type=radio]{
	margin-right: 20px;
}

.center_button{
	text-align: center;
}

.clarif_search{
	display: inline-block;
	position: relative;
	padding: 11px 35px 14px 85px;
	background: #fadb7f;
	border: solid 1px #d5ad21;
	border-radius: 7px;
	border-bottom-width: 2px;
	cursor: pointer;
	color: #794d00;
	font-weight: bold;
	transition: all 0.3s ease-out;
	font-size: 16.67px;
	margin-top: 17px;
}

.clarif_search:before{
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	left: 32px;
	top: 50%;
	margin-top: -7px;
	background: url(/img/find.png) no-repeat center center;
	background-size: contain;
}

.clarif_search:hover{
	background: #fcda35;
	border-color: #dab10e;
	color: #b87600;
}

@media screen and (max-width: 991px) {
	.clarif_search {
		padding: 11px 20px 14px 65px;
	}
	.clarif_second {
		padding-top: 40px;
	}
}

@media screen and (max-width: 479px) {
	.clarif.full_width{
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*=============================PAGE: TRAIN SCHEDULE============================*/

h1.train_schedule{
	background-image: url(/img/train_h1.png);
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 90px;
	font-size: 35px;
	background-position: left center;
	border: none;
	margin: 0;
}

h1.electr_schedule{
    background-image: url(/img/electr_h1.png);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 90px;
    font-size: 35px;
    background-position: left center;
    border: none;
    margin: 0;
}

h1.train_schedule span, h1.electr_schedule span{
	font-weight: 400;
}

hr.under_h1{
	border: none;
	width: 100%;
	height: 2px; 
	background: #c6e8f7;
	clear: both;
}

.warning-train-schedule{
	margin-top: 20px;
}

h2.with_image{
	padding-left: 45px;
	background-position: left center;
	background-size: auto;
	padding-top: 10px;
    padding-bottom: 10px;
}

h2.with_select{
	background-position: left 10px;
    line-height: 50px;
}

span.height_fix{
	display: inline-block;
    line-height: 1;
	margin-right: 20px;
}

.clock2{
	background-image: url(/img/clock2.png);
}

select.select_station{
    font-size: 20.83px;
	font-family: Roboto;
	font-weight: 400;
	color: #1a1a18;
	background: transparent;
  border: 0;
  outline: 0;
  width: 120%;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: radio-container;
  appearance: none;
  height: 48px;
	line-height: 48px;
	padding: 0 25px;
}

.select2 {
  display: inline-block;
  background: white;
	border: solid 1px #babec0;
	border-radius: 8px;
  position: relative;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
  cursor: pointer;
  vertical-align: middle;
}


.select2:after {
  content: '';
  width: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 4px;
  border-style: solid;
  pointer-events: none;
  border-color: #656565 transparent transparent transparent;
}

.calendars_outer{
	margin: 0 -25px;
}

.calendar_wrapper{
	display: inline-block;
	width: 336px;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 40px;
	vertical-align: top;
}



.calendar_wrapper .ui-datepicker-inline{
	width: 100%;
	border-radius: 0;
	border: solid 1px #a8def7;
	background: #ebf9ff;
	padding: 0 12px;
}

.calendar_wrapper .ui-datepicker .ui-datepicker-header{
	border-radius: 0;
	padding: 15px 0;
	margin: 0 -12px;
	border: none;
	background: #a8def7;
}

.calendar_wrapper .ui-datepicker .ui-datepicker-title{
	font-family: 'Roboto Slab';
	font-weight: bold;
	color: #0085ba;
	font-size: 21.89px;
	line-height: 1;
}

.calendar_wrapper .ui-widget-content  .ui-widget-header .ui-state-disabled, .calendar_wrapper .ui-widget-content .ui-datepicker-other-month.ui-state-disabled{
	opacity: 0;
}

.calendar_wrapper .ui-datepicker-calendar{
	margin: 23px 0;
}

.calendar_wrapper .ui-state-default{
    border: 1px solid #e15650;
    background: #fde9e1 url(/img/not_avialable.png) no-repeat right 1px top 5px;
    font-size: 14.59px;
	color: #1a1a18;
	padding-top: 7px;
    padding-bottom: 7px;
	margin-top: 3px;
}

.calendar_wrapper .ui-state-default:hover{
	border: 1px solid #e15650;
}

.calendar_wrapper .active_station_day .ui-state-default{
	border: 1px solid #b1d977;
    background: #f8fbee url(/img/avialable.png) no-repeat right 1px top 5px;
}

.calendar_wrapper .active_station_day .ui-state-default:hover{
	border: 1px solid #b1d977;
}

.calendar_wrapper .ui-widget-content .ui-state-disabled{
	opacity: 1;
}

.calendar_wrapper .ui-widget-content .ui-state-disabled .ui-state-default{
	border: solid 1px #bae5fa;
	background: #f5fcff;
	color: #b4b6b7;
	opacity: 1;
}


.calendar_wrapper .ui-datepicker-calendar thead{
	display: none;
}

.banner_square{
	float: left;
	width: 300px;
	margin-right: 50px;
}

.div_ydx{
	float: left;
	max-width: 710px;
}

p.select_p{
	font-family: 'Roboto Slab';
	font-weight: normal;
	color: #0085ba;
	font-size: 20.83px;
	padding-left: 90px;
}

.int_content{
	position: relative;
}

.info_bottom{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

.blabla_img, .blabla_route, .blabl_img, .blabl_route, .blbal_img, .blbal_route{
	display: inline-block;
	vertical-align: middle;
}

th.train_station{
	width: 32%!important;
}

th.train_arriwal, th.train_stay, th.train_forw, th.train_time{
	width: 17%!important;
}

.train_schedule_table .st-head-row {
    border-top: solid 2px #0085ba;
    /*border-bottom: solid 2px #0085ba;*/
    padding-top: 15px!important;
    padding-bottom: 15px!important;
	background: #BDE3F1;
}

.train_schedule_table tbody tr.selected .st-head-row {
	    background: #CACAC7;
		border-color: #6B6B6A;
}

.train_schedule_table .st-head-row a{
	font-size: 18px;
}

@media screen and (max-width:1366px) {
	h1.train_schedule, h1.electr_schedule {
		font-size: 30px;
	}
}

@media screen and (max-width: 799px) {
	h1.train_schedule, h1.electr_schedule {
		clear: both;
		font-size: 28px;
	}
}

@media screen and (max-width: 780px) {
	.calendars_outer{
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	h1.train_schedule, h1.electr_schedule {
		font-size: 26px;
		padding-left: 70px;
	}

}

@media screen and (max-width: 480px) {
	h1.train_schedule, h1.electr_schedule {
		font-size: 22px;
		background-position: left 30px;
	}
	p.select_p {
		padding-left: 70px;
	}
}

@media screen and (max-width: 479px) {
	.calendars_outer {
		margin: 0;
	}
	.calendar_wrapper {
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	table.schedule_table a.buy_ticket.blabla_button, .train_schedule_table a.buy_ticket.blabla_button,
        table.schedule_table a.buy_ticket.blabl_button, .train_schedule_table a.buy_ticket.Аl_button,
		table.schedule_table a.buy_ticket.blbal_button, .train_schedule_table a.buy_ticket.blbal_button
        {
		width: 160px;
		padding-left: 5px;
		padding-right: 5px;
	}
	h2.with_select {
		line-height: 1.2;
	}
}

/*=============================Media queries============================*/

@media screen and (max-width: 1870px) {

	#footer{
		padding-right: 20px;
	}
	
}

/*@media screen and (max-width: 1699px) {
	#top_menu{
		margin-right: 0;
		padding-right: 20px;
	}
}*/

@media screen and (max-width: 1650px) {
	#top_menu ul li {
		margin-left: 40px;
	}
}

@media screen and (max-width: 1599px) {
	#copyright{
		float: none;
		width: auto;
		clear: both;
		margin-top: 30px;
	}
	
	#footer_logo{
		width: 31.15%;
		text-align: left;
	}

	#social_links{
		width: 27.43%;
	}

	#footer_menu{
		width: 41.42%;
		text-align: right;
	}
}

@media screen and (max-width: 1560px) {
	.content_width{
		margin: 0 190px 0 246px;
	}
	
	#top_menu{
		margin-right: 190px;
	}
	
	.left_side{
		width: 236px;
	}
	
	.right_side{
		width: 180px;
	}
	
	#footer{
		padding-left: 20px;
	}
	
}

@media screen and (max-width: 1560px) {
	
	
}

@media screen and (max-width: 1450px) {
	#top_menu ul li {
		margin-left: 20px;
	}
}

@media screen and (max-width: 1366px) {
	.service_text{
		margin-left: 0;
	}
}


@media screen and (max-width: 1350px) {
	#logo {
		left: 20px;
	}
	
	/*#top_menu ul li {
		margin-left: 50px;
	}*/

}

@media screen and (max-width: 1270px) {
	.right_side{
		display: none;
	}
	#top_menu{
		margin-right: 0;
		padding-right: 0;
	}
	.content_width {
		margin-right: 0;
		padding-right: 20px;
	}
	#top_menu ul li {
    margin-left: 15px;
	}
	#top_menu ul li a {
    font-size: 14px;
	}
	#footer_logo {
    width: 40%;
    }
	#social_links {
    width: 60%;
	text-align: right;
	}
	#footer_menu {
    width: 50%;
    text-align: left;
	clear: both;
	}
	#copyright {
    float: right;
    width: 50%;
    clear: none;
    margin-top: 20px;
	}


}

@media screen and (max-width: 1020px) {
	.left_side{
		display: none;
	}
	.content_width {
		margin-left: 0;
		padding-left: 20px;
	}
	#footer_menu ul {
		padding-left: 10px;
	}
	#top_menu ul li a {
		font-size: 12px;
	}

}

@media screen and (max-width: 991px) {
	.col-md-6{
		clear: both;
	}
	
	#top_menu{
	    float: right;
	    margin-left: 0;
	}
	
	#top_menu ul{
		display: none;
		position: absolute;
		top: 100%;
		margin-top: 20px;
		right: 0;
		background: #bee4f0;
		border-radius: 0 0 5px 5px;
		box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
		text-align: right;
		margin-right: 20px;
		border-bottom: solid 4px white;
		border-top: solid 2px #1188bb;
	}
	
	#top_menu ul li{
		display: block;
		width: auto;
	}
	
	#top_menu ul li a{
		display: block;
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 17px;
	}
	
	#togglemenu{
		display: block;
		background: url(/img/togglemenu.png) no-repeat right center;
		float: right;
		width: 60px;
		height: 40px;
		background-size: 40px auto;
		cursor: pointer;
		margin-top: 7px;
	}
	
	#logo {
		position: relative;
		display: inline-block;
		left: 0;
		top: 0;
		padding-left: 20px;
	}
	

}

@media screen and (max-width: 940px) {
	#footer_menu {
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	#footer_menu ul {
		display: block;
		margin-left: -20px;
		padding-left: 20px;
	}
	#copyright {
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 900px) {
	.advanced_column1 {
		width: 100%;
		float: none;
	}
	.advanced_column2 {
		margin-left: 0;
		margin-top: 20px;
	}
	.tab-content {
    background-size: cover;
	}
}

@media screen and (max-width: 800px) {
	.for-tabs li a {
    padding: 10px 10px 13px 10px;
	}
}

@media screen and (max-width: 700px) {
	.tab-content {
		padding: 45px 20px 35px 20px;
	}
	#footer {
    margin-top: 40px;
	}
	#service_description {
		padding-top: 10px;
	}
	.infoblock {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	input[type=text], input[type=tel], input[type=email], textarea {
    font-size: 16px;
	}
	
}

@media screen and (max-width: 639px) {
	.for-tabs li a {
		padding: 10px 3px 13px 3px;
		font-size: 16px;
	}
	
	.column-from, .column-to{
		width: 100%;
	}
	
	.column-when {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	
	.column-station {
    width: 100%;
    margin-right: 0;
	}
	
	.column-st_date {
		width: 100%;
		margin-top: 20px;
	}
	
	#reverce, #reverce2, #reverce2_bus {
		width: 50%;
		margin-left: 25%;
		background-image: url(/img/reverce2.png);
		height: 35px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	input[type=text].time {
		width: 100px;
		padding-left: 15px;
	}
	
	.trigger_advanced {
    font-size: 18px;
	}
	
	.submit_search {
    padding: 15px 20px 15px 72px;
    font-size: 17px;
	}

}

@media screen and (max-width: 479px) {

	#header{
		padding: 10px 0;
	}
	#main_section {
    padding-top: 30px;
	}

	.content_width{
	padding: 0 3px;
	}
	#header_line{
		display: table;
		table-layout: fixed;
	}
	#logo {
		display: table-cell;
		vertical-align: middle;
		width: 60%;
	}
	#top_menu {
	display: table-cell;
    vertical-align: middle;
	width: 40%;
	float: none;
	}
	#top_menu ul {
		left: 17px;
	}
	#togglemenu {
		background-size: 30px auto;
		margin-top: 0;
	}
	.for-tabs li a {
		padding: 10px 3px 13px 3px;
		font-size: 11px;
	}
	.trigger_advanced {
    font-size: 14px;
    padding-top: 15px;
    margin-top: 0;
	}
	.tab-content {
		padding: 25px 10px;
	}
	.submit_search {
    padding: 10px 15px 10px 62px;
    }
	.advanced p {
    font-size: 18px;
	}
	input[type=text].time {margin: 0;}
	.advanced_column label {
    font-size: 18px;
	}
	h2 {
    font-size: 21px;
	}
	h1 {
    font-size: 23px;
	}
	.service_img {
    width: 40%;
    padding-right: 15px;
	}
	#footer_logo {
    width: 100%;
	text-align: center;
	}
	#footer_logo img{
	max-width: 60%;
	}
	#social_links {
		width: 100%;
		text-align: center;
	}
	.flags {
		display: table-cell;
		vertical-align: middle;
		right: 40px;
		top: 20px;
	}
}

.transitions {
	margin-bottom: 40px;
}

.transitions li {
	line-height: 200%;
}

.transitions h2 {
	border-bottom: none;
}

/*
.fs14{
font-size:14px !important;
}
*/
.fs12{
font-size:12pt !important;
}
.fs15{
font-size:15pt !important;
}
.fs16{
font-size:15px !important;
 line-height: 19px;
}
.mgb5{
margin-bottom:5px;
}
.slogan_bbc{
color:#808080;
}
.title_prise_bbc{
color:#808080;
font-size:15px;
}
.prise_bbc{
color:#00b588 !important;
}
span.btn-2action {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 10px 6px;
    line-height: 18px;
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #FA6600;
    border: 1px solid #FA6600;
    border-bottom: 2px solid #db5a00;
    font-weight: normal;
    border-radius: 3px;
    box-shadow: none;
	text-decoration:none;
	font-weight:bold;
	
}
span.btn-2action:hover {
    background-color: #db5a00;
    border-color: #db5a00;
    border-bottom-color: #bd4d00;
	color: #fff;
}
span.btn-2action:active {
    background-color: #eb6000;
    border-color: #eb6000;
    border-bottom-color: #db5a00;
    outline: 0;
	color: #fff;
}
a.btn-edition, .btn-acceptation {
    display: inline-block;
    margin-bottom: 0;
    padding: 4px 10px 4px;
    line-height: 18px;
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #00A87E;
    border: 1px solid #00A87E;
    border-bottom: 2px solid #008967;
    font-weight: normal;
    border-radius: 3px;
    box-shadow: none;
		text-decoration:none;
	font-weight:bold;
}
a.btn-edition:hover, .btn-acceptation:hover {
    background-color: #008967;
    border-color: #008967;
    border-bottom-color: #006b50;
	color: #fff;
}


.after_preload {
	display: none;
}

#b_price, #b_price_2, #b_price, #b_price_2, #b_price, #b_price_2{
	float: right;
}

#b_button, #b_button_2,#b_button, #b_button_2, #b_button, #b_button_2, #b_button_3  {
	/*margin-right: 5%;*/
	float: right;
	margin-top: 5px;
}

#min_price, #min_price_2 {
	font-size: 20px;
}

#driver_button {
	float: right;
	/*margin-right: 5px;*/
}

a.small_font_station {
	font-size: 11px;
	color: grey;
}

._time {
	font-weight: 500;
}

div.central {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

.mob_label {
	font-size: 12px;
	margin-bottom: 4px;
	color: gray;
	vertical-align: baseline;
}

.mob_td_sched{
	width: 25%;
}

.mob_arrival, .mob_departure{
	font-weight: bold;
}

.mob_stay_time{
	white-space: nowrap;
	color: gray;
}

.mob_tbl_adv{
	padding: 0!important;
	vertical-align: middle;
	/*text-align: center;*/
}

.mob_adv_div{
	overflow:hidden;
	width:320px;
	margin:auto;
}

#mob_tbl_nf td{
	padding: 12px 7px!important;
}

h1.h1_bbc{
	background-image: url(/img/bbc_icon_car.png);
	background-position: left 9px;
	background-repeat: no-repeat;
}

sup	{
    font-weight: bold;
    color: red;
    font-size: 100%;
}

.date {
	autocomplete: off;
}

span.btn-2action-bus {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 10px 6px;
    line-height: 18px;
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #0099ff;
    border: 1px solid #3399ff;
    border-bottom: 2px solid #0066cc;
    font-weight: normal;
    border-radius: 3px;
    box-shadow: none;
	text-decoration:none;
	font-weight:bold;
	
}
span.btn-2action-bus:hover {
    background-color: #3366cc;
    border-color: #3366cc;
    border-bottom-color: #003366;
	color: #fff;
}
span.btn-2action-bus:active {
    background-color: #0099ff;
    border-color: #0099ff;
    border-bottom-color: #0066cc;
    outline: 0;
	color: #fff;
}

span.company {
    font-size: 14px; 
    color: grey;
	text-align: justify;
	white-space: normal !important;
}

div.bus_container {
    display: flex;    
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; 
    padding-bottom: 10px;
    padding-top: 10px;
}

div.bus_container .dep .time, div.bus_container .arr .time, 
div.bus_container .duration {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 5px;
}

div.bus_container .dep .dep_city, div.bus_container .arr .arr_city {
    color: rgba(0,0,0,.54); 
    margin-bottom: 2px;   
    font-size: 16px;
}

div.bus_container .dep .date, div.bus_container .arr .date {
    margin-bottom: 5px;
    font-size: 13px; 
}

div.bus_container .dep .dep_station, div.bus_container .arr .arr_station{
    font-weight: 500;    
    font-size: 14px;    
}

div.bus_container .dep .dep_address, div.bus_container .arr .arr_address{
    margin-bottom: 20px;
    font-size: 12px;    
}

div.bus_container .infocol .info_free,  div.bus_container .infocol .info_bus{
   font-weight: 600;  
   font-size: 14px;   
   margin-bottom: 5px;
}

div.bus_container .price {
    padding-top: 20px;   
    cursor: pointer;
}

div.bus_container .price a {
        display: inline-block;
	position: relative;
	padding: 6px 15px 8px 15px;
	background: #fadb7f;
	border: solid 1px #d5ad21;
	border-radius: 4px;
	border-bottom-width: 2px;
	text-decoration: none;
	color: #794d00;
	font-weight: bold;
	transition: all 0.3s ease-out;        
}

div.bus_block div.bus_container:nth-child(even) {
	background: #f0f9ff;
}

div.bus_header {
    font-size: 29.17px;
    color: #0085ba;
    font-family: 'Roboto Slab';
    font-weight: bold; 
    padding: 0 0 15px 50px;
    background-size: auto;
    background-repeat: no-repeat;
}

@media screen and (max-width: 479px) {
	div.bus_header {
		font-size: 20.83px;
		background-size: auto 25px;
		padding-left: 40px;
	}
}

.bus_container .dep, .bus_container .arr {
    flex-basis: 25%;
}

.bus_container.price {
    flex-basis: 20%;
}

.bus_container .infocol {
    flex-basis: 15%;
}

.bus_container .duration {
    flex-basis: 10%;
}

.bus_container img {
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 420px) {
	.bus_container .dep, .bus_container .arr,
        .bus_container .infocol, .bus_container.price,
        .bus_container .duration {
            flex-basis: 50%;
        }
}