
@media screen and (max-width: 767px) {
	.stop-title {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.stop-title#starobin {
		margin-top: 0px;
	}
	footer .info {
		width: 210px;
		margin: auto;
		text-align: left !important;
	}
	footer > .company-name {
		padding-bottom: 40px;
	}
}
@media screen and (min-width: 768px) {
	footer > .company-name {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 473px) {
	body {
		padding-top: 120px;
	}
	.jumbotron {
		display: none;
	}
	.col-xs-12 {
		max-width: 100%;
		flex-basis: 100%;
	}
	ul.contacts li {
		display: inline;
		line-height: 40px;
		height: 40px;
	}
}
@media screen and (min-width: 465px) {
	body {
		padding-top: 110px;
	}
	ul.contacts li {
		display: inline;
		line-height: 50px;
		height: 50px;
	}
}
@media screen and (min-width: 992px) {
	/* active */
	.nav-pills > li > a.active {
		background-color: #1abc9c!important;
		color: white;
	}
	.nav-pills > li > a.nav-link:hover,
	.nav-pills > li > a.nav-link:focus {
		color: white;
	}
	body {
		padding-top: 70px;
	}
	hr.menu-divider {
		display: none;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.stops {
		margin-left: 10%;
		margin-right: 10%;
		width: 80%;
	}
}
@media screen and (max-width: 767px), screen and (min-width: 992px) {
	.stops {
		margin-left: 20%;
		margin-right: 20%;
		width: 60%;
	}
}
@media screen and (max-width: 1080px) and (min-width: 915px) {
	.stop-title {
		width: 274px;
		margin: auto;
	}
}

section {
    padding: 70px 25px;
}
.simple-background {
	background-color: white;
}
.special-background {
	color: black;
	background-color: #F3F3F5;
}
.emergency-background {
	color: white;
	background-color: red;
}
a.navbar-brand {
	color: white;
}
a.navbar-brand:hover {
    color: white;
}
.bg-primary {
    background-color: transparent !important;
}
a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
    background-color: transparent !important;
    outline: 0px;
}
.menu .line {
	width: 20px;
	height: 1px;
	background-color: #ecf0f1;
	display: block;
	margin: 4px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.vertical-center {
	margin: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu:hover {
	cursor: pointer;
}
.menu.is-active .line:nth-child(2) {
	opacity: 0;
}

.menu.is-active .line:nth-child(1) {
	-webkit-transform: translateY(4px) rotate(45deg);
	-ms-transform: translateY(4px) rotate(45deg);
	-o-transform: translateY(4px) rotate(45deg);
	transform: translateY(4px) rotate(45deg);
}

.menu.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	-ms-transform: translateY(-6px) rotate(-45deg);
	-o-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
}
.navbar-toggler {
	padding-right: 0px;
}

.bg-secondary {
	background-color: #243238 !important;
}
/* not active */
.nav-pills .nav-link:not(.active) {
    background-color: transparent !important;
    color: #90caf9 !important;
}
/* active */
.nav-pills > li > a.active {
	background-color: transparent !important;
    color: white !important;
}
.nav-pills > li > a.nav-link:hover {
	background-color: transparent !important;
    color: #2196f3 !important;
}
ul {
	margin: 0px;
	padding: 0px;
}
hr.menu-divider {
	padding-right: 5px;
	padding-left: 5px;
	height: 0.5px;
	background-color: #3d6373;
}
.mts_logo {
	margin-right: 18px;
}
.mts_number a {
	color: #90caf9;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
}
.mts_number a:hover {
	color: #2196f3;
}
.a1_logo {
	margin-right: 12px;
}
.a1_number a {
	color: #90caf9;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
}
.a1_number a:hover {
	color: #2196f3;
}
.jumbotron {
	margin-bottom: 0px;
}

h2 {
	text-align: center;
}
table {
	margin: auto;
}
.time {
	font-size: 20pt;
	text-align: right;
	border-right: 30px solid transparent;
}
.day {
	text-align: center;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
}

.stop-title {
	margin-bottom: 30px;
}

.starobin-map-header {
	margin-bottom: 0px;
	padding-bottom: 70px;
}
.soligorsk-map-header {
	margin-bottom: 0px;
	padding-top: 70px;
	padding-bottom: 70px;
}
.minsk-map-header {
	margin-bottom: 0px;
	padding-top: 70px;
	padding-bottom: 70px;
}

footer {
	background-color: #243238;
	text-align: center;
	width: 100%;
	padding: 25px;
	padding-top: 70px;
	font: bold 16px sans-serif;
}

footer > .company-name {
	color:  #8f9296;
	padding-top: 40px;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

footer .link {
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

footer .link a {
	color: #90caf9;
	text-decoration: none;
	padding-left: 15px;
}

footer .link a:hover {
	color: #2196f3;
}

footer i {
	background-color:  #33383b;
	color: #ffffff;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	margin: 10px 0px;
	vertical-align: middle;
}

footer i.fa-phone {
	font-size: 25px;
	line-height: 42px;
}

footer i.fa-envelope {
	font-size: 17px;
	line-height: 38px;
}

footer i.fa-vk {
	font-size: 20px;
	line-height: 38px;
}
.scroll-to-top {
    z-index: 1042;
    left: 1rem;
    bottom: 1rem;
    display: none;
}
.scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33,37,41,.5);
    line-height: 3.1rem;
}
