

table.request-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 25px;
}
table th,
table td.request-table {
  padding-top: 20px;
}



.content {
	width: 980px;
	margin: 0 auto 50px auto;
	overflow: hidden;
}

.content-metro-adv {
	font-family: Tahoma;
	font-size: 14px;
}

.sidebar-left {
	float: left;
	width: 200px;
    	margin-right: 10px;
	background-color: #f8f8f8;
}

.content-area {
	width: 770px;
	float: left;
}

.menu-stations ul {
	list-style-type: none;
	padding: 0;
	margin: 4px 0;
}

.menu-stations ul > li {

}

.menu-stations ul > li a {
	line-height: 17px;
	text-decoration: none;
	color: #424242;
	font-size: 14px;
	display: block;
	padding: 6px 15px 6px 30px;
	position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-stations ul > li a:before {
    display: block;
    position: absolute;
    z-index: 2;
    content: '';
    width: 10px;
    height: 30px;
    left: 11px;
    top: 10px;
    margin-bottom: -20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu-stations ul > li a:hover {
	background-color: #e7f2fe;
}
.menu-stations ul > li:last-child a:before {
	width: 10px;
	height: 10px;
}
.menu-stations.menu-stations-red ul > li a:before {
    background-image: url(../img/pointer-red.png);
}
.menu-stations.menu-stations-red ul > li:last-child a:before {
    background-image: url(../img/pointer-red-last.png);
}
.menu-stations.menu-stations-red ul > li a:hover:before,
.menu-stations.menu-stations-red ul > li a.active:before {
	background-image: url(../img/pointer-red-hover.png);
}
.menu-stations.menu-stations-red ul > li:last-child a:hover:before,
.menu-stations.menu-stations-red ul > li:last-child a.active:before {
	background-image: url(../img/pointer-red-last-hover.png);
}

.menu-stations.menu-stations-blue ul > li a:before {
    background-image: url(../img/pointer-blue.png);
}
.menu-stations.menu-stations-blue ul > li:last-child a:before {
    background-image: url(../img/pointer-blue-last.png);
}
.menu-stations.menu-stations-blue ul > li a:hover:before,
.menu-stations.menu-stations-blue ul > li a.active:before {
	background-image: url(../img/pointer-blue-hover.png);
}
.menu-stations.menu-stations-blue ul > li:last-child a:hover:before,
.menu-stations.menu-stations-blue ul > li:last-child a.active:before {
	background-image: url(../img/pointer-blue-last-hover.png);
}

.menu-stations ul > li a.stations-cross:after {
	display: block;
	content: '';
	width: 14px;
	height: 10px;
	top: 10px;
	left: 1px;
	position: absolute;
}
.menu-stations.menu-stations-red ul > li a.stations-cross:after {
	background-image: url(../img/pointer-blue-cross.png);
}
.menu-stations.menu-stations-blue ul > li a.stations-cross:after {
	background-image: url(../img/pointer-red-cross.png);
}

.menu-stations ul > li a.station-name-in-2rows {
	line-height: 13px;
	padding-bottom: 5px;
}
.menu-stations ul > li a.station-after-name-in-2rows {
	padding-top: 0;
	padding-bottom: 6px;
}
.menu-stations ul > li a.station-after-name-in-2rows:before {
	top: 3px;
}


.menu-stations-header {
	height: 30px;
	line-height: 30px;
	color: white;
	padding-left: 10px;
	font-size: 14px;
	border-radius: 4px 4px 0 0;
}
.menu-stations.menu-stations-red .menu-stations-header {
	background-color: #e74c3c;
}
.menu-stations.menu-stations-blue .menu-stations-header {
	background-color: #2980b9;
}


.menu-stations-toggle {
	width: 30px;
	height: 30px;
	float: right;
	cursor: pointer;
	position: relative;
	border-radius: 0 4px 0 0;
}
.menu-stations-toggle:before {
	display: block;
	content: '';
	width: 30px;
	height: 10px;
	background-image: url(../img/pointer-toggle.png);
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: -10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-khtml-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu-stations-toggle:hover:before {
	left: -15px;
}

.menu-stations.menu-stations-red .menu-stations-toggle {
	background-color: #2980b9;
}
.menu-stations.menu-stations-blue .menu-stations-toggle {
	background-color: #e74c3c;
}

.map-container {
	margin-bottom: 10px;
}
.map-container .map {
	clear: both;
	    border-top: 3px solid;
    border-color: #e74c3c;
}
.map-controls .btn-map {
	float: right;
	display: block;
	padding: 0 28px;
	height: 30px;
	line-height: 30px;
	color: white;
	cursor: pointer;
	text-align: center;
	color: #ffffff;
    	background: #2980b9;
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 3px;
	border-radius: 3px 3px 0 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-khtml-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.map-controls .btn-map:hover {
	background-color: rgb(76, 155, 207);
}
.map-controls .btn-map.active {
	background-color: #e74c3c;
    	color: white;
    	cursor: default;
    	margin-top: -5px;
    height: 35px;
}
.map-container .map-view iframe,
.map-container .map-scheme img {
	width: 100%;
}
.map-container .map-view iframe {
	height: 435px;
	border: 0;
}

table.prices {
	font-size: 14px;
    border-collapse: collapse;
    width: 100%;
}
table.prices tr td,
table.prices tr th {
	vertical-align: middle;
	font-weight: normal;
	text-align: center;
	color: #424242;
}
table.prices tr th {
	padding: 10px;
}
table.prices tr td {
	height: 78px;
}
table.prices img {
	max-width: 90px;
	max-height: 68px;
}
table.prices tr:nth-child(2n+1) td,
table.prices tr:nth-child(2n+1) th {
	background: #e7f2fe;
	color: #424242;
}
table.prices tr td:first-child,
table.prices tr th:first-child {
	padding-left: 10px;
}
table.prices tr td:last-child,
table.prices tr th:last-child  {
	padding-right: 10px;
}

table.prices tr td:nth-child(2),
table.prices tr th:nth-child(2),
table.prices tr td:nth-child(3),
table.prices tr th:nth-child(3),
table.prices tr td:nth-child(6),
table.prices tr th:nth-child(6) {
	text-align: center;
}

.btn-metro-request,
.btn-metro-request-main,
.scheme-modal-order {
	display: block;
	text-decoration: none;
	background-color: #2980b9;
	color: white;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	padding: 3px 5px;
	/*border-radius: 5px;*/
	max-width: 150px;
    margin: 0 auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-khtml-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn-metro-request-main:hover,
.btn-metro-request:hover,
.btn-metro-request:focus,
.scheme-modal-order:hover,
.scheme-modal-order:focus {
	background-color: #2980b9bd;
	text-decoration: none;
	color: white;
}

h2.metro-prices-header {
	font-size: 16px;
	font-weight: bold;
	color: #424242;
	margin: 15px 0;
}

.metro-adv-links {
	margin: 40px 0;
}

.metro-adv-links a {
	display: block;
	width: 50%;
	float: left;
	font-size: 14px;
	color: #0078d7;
}

.metro-adv-links a .icon {
    float: left;
    width: 30px;
    height: 30px;
    margin-bottom: 25px;
    margin-right: 10px;
    margin-top: 3px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-khtml-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.metro-adv-links a:hover .icon {
	-webkit-transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	-o-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-khtml-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}
.metro-adv-tech .icon {
	background-image: url(../img/icon-pdf.png);
}
.metro-adv-mockup .icon {
	background-image: url(../img/icon-colors.png);
}
.metro-adv-banners {
	padding: 30px 0;
	clear: both;
}
.metro-adv-banners a {
	float: left;
	font-size: 14px;
	color: #0078d7;
	margin-right: 20px;
}
.metro-adv-banners a div {
	margin: 5px 0;
}


.map-scheme {
	position: relative;
	width: 770px;
}

.map-scheme img {
	width: 770px;
}

.map-scheme-layout {

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.map-scheme .scheme-marker {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 60px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	background-color: #2980b9;
	color: white;
	border-radius: 10px;

/* same width */
	-webkit-transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-o-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	-khtml-transform: scale(0.7,0.7);
	transform: scale(0.7,0.7);
}

.small {
	display: block;
	cursor: pointer;
	position: absolute;
	width: 35px !important;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	background-color: #2980b9;
	color: white;
	border-radius: 10px;

/* same width */
	-webkit-transform: scale(0.7,0.7);
	-moz-transform: scale(0.7,0.7);
	-o-transform: scale(0.7,0.7);
	-ms-transform: scale(0.7,0.7);
	-khtml-transform: scale(0.7,0.7);
	transform: scale(0.7,0.7);
}

.map-scheme .scheme-marker.orientation-left {
/*
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-khtml-transform: rotate(90deg);
	transform: rotate(90deg);
*/
	-webkit-transform: rotate(90deg) scale(0.7,0.7);
	-moz-transform: rotate(90deg) scale(0.7,0.7);
	-o-transform: rotate(90deg) scale(0.7,0.7);
	-ms-transform: rotate(90deg) scale(0.7,0.7);
	-khtml-transform: rotate(90deg) scale(0.7,0.7);
	transform: rotate(90deg) scale(0.7,0.7);
}

.map-scheme .scheme-marker.orientation-small {
/*
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-khtml-transform: rotate(90deg);
	transform: rotate(90deg);
*/
	-webkit-transform: rotate(90deg) scale(0.6,0.6);
	-moz-transform: rotate(90deg) scale(0.6,0.6);
	-o-transform: rotate(90deg) scale(0.6,0.6);
	-ms-transform: rotate(90deg) scale(0.6,0.6);
	-khtml-transform: rotate(90deg) scale(0.6,0.6);
	transform: rotate(90deg) scale(0.6,0.6);
}

.map-scheme .scheme-marker.orientation-right {
/*
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-khtml-transform: rotate(-90deg);
	transform: rotate(-90deg);
*/
	-webkit-transform: rotate(-90deg) scale(0.7,0.7);
	-moz-transform: rotate(-90deg) scale(0.7,0.7);
	-o-transform: rotate(-90deg) scale(0.7,0.7);
	-ms-transform: rotate(-90deg) scale(0.7,0.7);
	-khtml-transform: rotate(-90deg) scale(0.7,0.7);
	transform: rotate(-90deg) scale(0.7,0.7);
}

.map-scheme .scheme-marker.orientation-top {
/*
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-khtml-transform: rotate(180deg);
	transform: rotate(180deg);
*/
	-webkit-transform: rotate(180deg) scale(0.7,0.7);
	-moz-transform: rotate(180deg) scale(0.7,0.7);
	-o-transform: rotate(180deg) scale(0.7,0.7);
	-ms-transform: rotate(180deg) scale(0.7,0.7);
	-khtml-transform: rotate(180deg) scale(0.7,0.7);
	transform: rotate(180deg) scale(0.7,0.7);
}

.red-blink {
  -webkit-animation: redBlink 2.8s linear infinite;
  -moz-animation: redBlink 2.8s linear infinite;
  -ms-animation: redBlink 2.8s linear infinite;
  -khtml-animation: redBlink 2.8s linear infinite;
  -o-animation: redBlink 2.8s linear infinite;
  animation: redBlink 2.8s linear infinite;
}

@-webkit-keyframes redBlink {
  0% { background-color: #2980b9; }
  50% { background-color: #54b4f3; }
  100% { background-color: #2980b9; }
}

@keyframes redBlink {
  0% { background-color: #2980b9; }
  50% { background-color: #54b4f3; }
  100% { background-color: #2980b9; }
}

.scheme-modal {
	display: none;
    	width: 370px;
    	height: 245px;
	background-color: white;
	border-radius: 3px;
	position: absolute;
	z-index: 2;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(166, 172, 190, 0.47);
	-moz-box-shadow: 0px 0px 5px 0px rgba(166, 172, 190, 0.47);
	-o-box-shadow: 0px 0px 5px 0px rgba(166, 172, 190, 0.47);
	-ms-box-shadow: 0px 0px 5px 0px rgba(166, 172, 190, 0.47);
	-khtml-box-shadow: 0px 0px 5px 0px rgba(166, 172, 190, 0.47);
	box-shadow: 0px 0px 5px 0px rgba(166, 172, 190, 0.47);
}


.scheme-modal-slider {
    width: 100%;
    height: 155px;
    margin: 20px auto;
}

.scheme-modal-slider .swiper-slide {
	background-position: center;
	background-size: cover;
    text-align: center;
    font-size: 18px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.scheme-modal-slider .swiper-button-next,
.scheme-modal-slider .swiper-button-prev {
	position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    margin-top: -17px;
    background-size: contain;
    background-repeat: no-repeat;
}
.scheme-modal-slider .swiper-button-next {
	right: 0;
}
.scheme-modal-slider .swiper-button-prev {
	left: 0;
}

.scheme-modal-content {
	padding: 7px;
	font-size: 14px;
	color: #424242;
}

.scheme-modal-title {
	margin-bottom: 7px;
}

.scheme-modal-cost {
	float: left;
	width: 60%;
	line-height: 16px;
}

.scheme-modal-cost i {
	display: block;
	font-style: normal;
	font-size: 14px;
    color: #979ca8;
}

.scheme-modal-order {
	float: right;
}

.scheme-modal-inline {
	padding: 10px 0;
}

.scheme-modal-close {
	font-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 1px;
    top: 2px;
    color: #b6bcce;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.scheme-modal-close:hover {
	color: #a1a6b6;
}

.scheme-modal-slider-zoom {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/zoom.svg');
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-khtml-transition: all 0.3s ease;
}

.scheme-modal-slider .swiper-slide:hover .scheme-modal-slider-zoom {
	opacity: 0.65;
}

.scheme-modal-slider .swiper-slide .scheme-modal-slider-zoom:hover {
	opacity: 1;
}

.request-modal {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(230, 234, 245, 0.85);
}

.request-modal-content {
	background-color: white;
    position: absolute;
    width: 400px;
    min-height: 400px;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    box-shadow: 0 0 8px 0 #d7dce8;
    margin-left: -200px;
}

.request-modal-content h2 {
    text-align: center;
    background-color: #5fa3d3;
    color: white;
    font-size: 24px;
    margin: 0;
    padding: 10px;
    font-weight: normal;
}

.request-modal-content form {
	padding: 35px 40px 20px 40px;
}

.request-modal-content input[type="text"],
.request-modal-content input[type="email"] {
	display: block;
    width: 285px;
    padding: 10px 15px;
    margin: 10px 0;
    border: 1px solid #dadfeb;
    font-size: 17px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.request-modal-content label span {
	color: #e74c3c;
    font-size: 15px;
    margin-left: 3px;
}

.request-modal-content input[type="text"]:focus,
.request-modal-content input[type="email"]:focus {
	border: 1px solid #9ba8b6;
}

.request-modal-content input.error {
	border: 1px solid #e74c3c;
}

*:focus {
	outline: none;
}

.request-modal-content input[type="submit"] {
	width: 100%;
    border: 0;
    padding: 10px;
    font-size: 22px;
    margin-top: 24px;
    background: #e74c3c;
    color: white;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.request-modal-content input[type="submit"]:hover {
    background: #b93527;
}

.request-modal-close {
	position: absolute;
    top: -33px;
    right: -33px;
    font-size: 30px;
    width: 30px;
    cursor: pointer;
    color: #727682;
    height: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.request-modal-close:hover {
	color: #5b606e;
}

.request-modal {
	display: none;
}

.request-modal-response {
	display: none;
}
.request-modal-response .error,
.request-modal-response .success {
	display: none;
}

.blur {
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}

.request-modal-content form {
	position: relative;
}
.request-modal-response {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
}

.request-modal-content-inputs{
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -khtml-transition: all 0.7s ease;
    transition: all 0.7s ease;	
}

.icon-success,
.icon-error {
	width: 60px;
	height: 60px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 40px auto 0 auto;
}
.icon-success {
	background-image: url('../img/success.svg');
}
.icon-error {
	background-image: url('../img/error.svg');
}

.request-modal-response > div {
	text-align: center;
}

.request-modal-response > div > h3 {
	font-weight: normal;
    font-size: 22px;
    text-align: center;
}
.request-modal-response > div > h3.error {
	color: #e85647;
}
.request-modal-response > div > h3.success {
	color: #3ebb5c;
}

.request-modal-response > div {
	font-size: 15px;
	color: #424242;
}

.lightboxOverlay {
	opacity: 1 !important;
	background: rgba(230, 234, 245, 0.85) !important;
}

.map-info-pointer {
	width: 22px;
	height: 10px;
	display: inline-block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.map-info-pointer-red {
	background-image: url('../img/map-info-red.png');
}
.map-info-pointer-blue {
	background-image: url('../img/map-info-blue.png');
}

.map-info-line {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #424242;
	width: 140px;
    margin-left: 2px;
}

.map-info {
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #edeef8;
}
.map-info-left {
	width: 40%;
	float: left;
}
.map-info-center {
	width: 60%;
	float: left;
}
.map-info-right {
	width: 28%;
	float: left;
}

.map-info-left .map-info-wrap {
	padding-left: 10px;
	border-right: 1px solid #edeef8;
}
.map-info-center .map-info-wrap {
	padding-left: 40px;
	/*border-right: 1px solid #edeef8;*/
}
.map-info-right .map-info-wrap {
	padding-left: 40px;
}

a.map-info-station {
	color: #0078d7;
	border-bottom: 1px dotted #0078d7;
	text-decoration: none;
	margin-left: 27px;
}

.btn-map-scheme-2 {
	display: none;
}

.map-controls .btn-map.btn-map-scheme-3 {
	display: none;
}
.map-controls .btn-map.btn-map-scheme-4 {
	display: none;
}
.map-scheme {
	overflow: hidden;
}

h1.page-title-text {
	font-family: tahoma;
    font-size: 28px;
    color: #424242;
    margin: 15px 0 25px 0;
}

.map-scheme .scheme-marker.circular {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
}

.map-scheme .scheme-marker.orientation-left-bottom {
/*
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    transform: rotate(-45deg);
*/
    -webkit-transform: rotate(-45deg) scale(0.7,0.7);
    -moz-transform: rotate(-45deg) scale(0.7,0.7);
    -o-transform: rotate(-45deg) scale(0.7,0.7);
    -ms-transform: rotate(-45deg) scale(0.7,0.7);
    -khtml-transform: rotate(-45deg) scale(0.7,0.7);
    transform: rotate(-45deg) scale(0.7,0.7);
}

.map-scheme .scheme-marker.orientation-right-bottom {
/*
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    transform: rotate(45deg);
*/
    -webkit-transform: rotate(45deg) scale(0.7,0.7);
    -moz-transform: rotate(45deg) scale(0.7,0.7);
    -o-transform: rotate(45deg) scale(0.7,0.7);
    -ms-transform: rotate(45deg) scale(0.7,0.7);
    -khtml-transform: rotate(45deg) scale(0.7,0.7);
    transform: rotate(45deg) scale(0.7,0.7);
}

.map-scheme .scheme-marker.orientation-right-bottom33 {
/*
    -webkit-transform: rotate(33deg);
    -moz-transform: rotate(33deg);
    -o-transform: rotate(33deg);
    -ms-transform: rotate(33deg);
    -khtml-transform: rotate(33deg);
    transform: rotate(33deg);
*/
    -webkit-transform: rotate(33deg) scale(0.7,0.7);
    -moz-transform: rotate(33deg) scale(0.7,0.7);
    -o-transform: rotate(33deg) scale(0.7,0.7);
    -ms-transform: rotate(33deg) scale(0.7,0.7);
    -khtml-transform: rotate(33deg) scale(0.7,0.7);
    transform: rotate(33deg) scale(0.7,0.7);
}

.map-scheme .scheme-marker.orientation-left-bottom30 {
	-webkit-transform: rotate(-30deg) scale(0.7,0.7);
	-moz-transform: rotate(-30deg) scale(0.7,0.7);
	-o-transform: rotate(-30deg) scale(0.7,0.7);
	-ms-transform: rotate(-30deg) scale(0.7,0.7);
	-khtml-transform: rotate(-30deg) scale(0.7,0.7);
	transform: rotate(-30deg) scale(0.7,0.7);
}

.map-scheme .scheme-marker.small {
    -webkit-transform: scale(0.7,0.7);
    -moz-transform: scale(0.7,0.7);
    -o-transform: scale(0.7,0.7);
    -ms-transform: scale(0.7,0.7);	
    -khtml-transform: scale(0.7,0.7);
    transform: scale(0.7,0.7);
}

.map-scheme .scheme-marker.small.orientation-left {
    -webkit-transform: scale(0.7,0.7) rotate(-90deg);
    -moz-transform: scale(0.7,0.7) rotate(-90deg);
    -o-transform: scale(0.7,0.7) rotate(-90deg);
    -ms-transform: scale(0.7,0.7) rotate(-90deg);
    -khtml-transform: scale(0.7,0.7) rotate(-90deg);
    transform: scale(0.7,0.7) rotate(-90deg);
}
.map-scheme .scheme-marker.small.orientation-right {
    -webkit-transform: scale(0.7,0.7) rotate(90deg);
    -moz-transform: scale(0.7,0.7) rotate(90deg);
    -o-transform: scale(0.7,0.7) rotate(90deg);
    -ms-transform: scale(0.7,0.7) rotate(90deg);
    -khtml-transform: scale(0.7,0.7) rotate(90deg);
    transform: scale(0.7,0.7) rotate(90deg);
}
.map-scheme .scheme-marker.small.orientation-top {
    -webkit-transform: scale(0.7,0.7) rotate(180deg);
    -moz-transform: scale(0.7,0.7) rotate(180deg);
    -o-transform: scale(0.7,0.7) rotate(180deg);
    -ms-transform: scale(0.7,0.7) rotate(180deg);
    -khtml-transform: scale(0.7,0.7) rotate(180deg);
    transform: scale(0.7,0.7) rotate(180deg);
}
.map-scheme .scheme-marker.small.orientation-left-bottom {
    -webkit-transform: scale(0.7,0.7) rotate(-45deg);
    -moz-transform: scale(0.7,0.7) rotate(-45deg);
    -o-transform: scale(0.7,0.7) rotate(-45deg);
    -ms-transform: scale(0.7,0.7) rotate(-45deg);
    -khtml-transform: scale(0.7,0.7) rotate(-45deg);
    transform: scale(0.7,0.7) rotate(-45deg);
}
.map-scheme .scheme-marker.small.orientation-right-bottom {
    -webkit-transform: scale(0.7,0.7) rotate(45deg);
    -moz-transform: scale(0.7,0.7) rotate(45deg);
    -o-transform: scale(0.7,0.7) rotate(45deg);
    -ms-transform: scale(0.7,0.7) rotate(45deg);
    -khtml-transform: scale(0.7,0.7) rotate(45deg);
    transform: scale(0.7,0.7) rotate(45deg);
}

.passengers {
	display: block;
	padding: 15px 15px;
	background: #e4e4e4;
	color: #616161 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-khtml-transition: all 0.3s ease;
	transition: all 1.3s ease;
}
.passengers:hover,
.passengers:focus {
	text-decoration: none;
	background-color: #dedada;
}
.passengres-inner {
	overflow: hidden;
	padding: 0px 0;
}
.passengers-icon {
	width: 48px;
	height: 48px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('/_metroAdv/img/people.svg');
	float: left;
	margin-right: 5px;
	padding-left: 20px;
	padding-top: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-khtml-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.passengers:hover .passengers-icon {
	-webkit-transform: rotate(360deg) scale(0.9,0.9);
	-moz-transform: rotate(360deg) scale(0.9,0.9);
	-o-transform: rotate(360deg) scale(0.9,0.9);
	-ms-transform: rotate(360deg) scale(0.9,0.9);
	-khtml-transform: rotate(360deg) scale(0.9,0.9);
	transform: rotate(360deg) scale(0.9,0.9);
}
.passengers-count {
	color: #252525 !important;
}
.passengers-count span {
	font-size: 36px;
}
.passenngers-count-sub {
	font-size: 15px;
	margin-top: 0px;
}

.swiper-slide{
    padding-right: 0px;
}

.counter {

  font-size:50px;
  font-family: "Times New Roman", Times, serif;
  background-color: #FFFFFF;
  width:200px;
  height:200px;
}

/* Mobile Responsive Fixes */
@media (max-width: 991px) {
    .content {
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .content-area, 
    .sidebar-left, 
    .map-scheme,
    .map-scheme img {
        width: 100% !important;
        float: none !important;
        height: auto;
    }
    .sidebar-left {
        margin-bottom: 20px;
    }
    .map-scheme-layout {
        display: none !important; /* Прячем абсолютные точки маркеров на мобильных, чтобы не съезжали */
    }
    table.prices {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
    .metro-adv-links a {
        width: 100% !important;
        margin-bottom: 15px;
    }
    .request-modal-content {
        width: 90% !important;
        margin-left: -45% !important;
    }
    .request-modal-content input[type="text"], 
    .request-modal-content input[type="email"] {
        width: 100% !important;
        box-sizing: border-box;
    }
}