/* Logo
------------------------------*/
.ymap {
    margin-bottom: 30px;
    min-height: 390px;
}
li.price-title span {
    background: #00955E;
    color: white;
    /* margin-bottom: 2px; */
}
.logo {
	font-size: 39px;
	height: 95px;
	position: absolute;
	top: 44px;
	left: 73px;
	line-height: 95px;
}
span.VK-big {
    /* overflow: hidden; */
    /* height: 50px; */
    z-index: 999;
    /* float: right; */
    position: absolute;
    left: 455px;
    top: -17px;
}

span.VK-big:hover {
    /* left: 460px; */
    box-shadow: 2px 2px 10px rgb(97, 92, 92);
    border-radius: 450%;
    margin-top: -2px;
 margin-right: 2px;
}

.logo a {
	margin-right: 15px;
}

/* Phone
------------------------------*/
.main.bg:after {
    /*content: "600 машиномест";*/
    position: absolute;
    height: 50px;
    bottom: -67px;
    color: white;
    font-size: 20px;
    right: 22%;
}

.phone {
	background: #369956;
	position: absolute;
	top: 32px;
	right: 0px;
	color: #fff;
/*	padding: 23px 32px 18px 31px;*/
padding: 14px 32px 10px 31px;
}

.phone span {
	width: 35px;
	height: 17px;
	text-align: center;
	line-height: 17px;
	display: inline-block;
	font-size: 12px;
	position: relative;
	color: #121212;
}

.phone span:before {
	content: "";
	width: 35px;
	height: 13px;
	background: #f7e210;
	position: absolute;
	top: 2px;
	left: 0px;
}

.phone span:after {
	content: "921";
	width: 31px;
	height: 17px;
	background: #f7e210;
	position: absolute;
	top: 0px;
	left: 2px;
}

.phone h4 {
	font-size: 35pt;
	padding: 10px 0px 5px 0px;
}

.phone h5 {
	font-size: 15pt;
}

/* Menu
------------------------------*/

.menu {
	font-size: 17px;
	position: relative;
	padding-bottom: 39px;
	text-align: center;
	line-height: 29px;
	z-index: 10;
}

.menu li a, .menu li span {
	width: 100%;
	display: block;
	position: relative;
}

.menu li span, .menu li.active a {
	background: url(../images/ribbon.png) 50% 0px no-repeat;
    text-decoration: inherit;
}

/* Fotos
------------------------------*/

.fotos {
	display: block;
}

.fotos li {
	width: 220px;
	height: 220px;
	float: left;
	margin: 0px 15px 30px 15px;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.fotos li a {
	position: relative;
	display: block;
}

.fotos li a:before {
	content: "";
	width: 100%;
	height: 100%;
	box-shadow: 1px 2px 3px #6f6f6f inset;
	-webkit-box-shadow: 1px 2px 3px #6f6f6f inset;
	-moz-box-shadow: 1px 2px 3px #6f6f6f inset;
	position: absolute;
	top: 0px;
	left: 0px;
}

.fotos li img {
	width: 100%;
	height: 100%;
	display: block;
}

/* Short
------------------------------*/

.short {
	margin-bottom: 25px;
	border-bottom: 1px solid #fff;
}

.short h3 {
	font-size: 14px;
	padding-bottom: 20px;
}

.short p {
	padding-bottom: 25px;
	border-bottom: 1px solid #b3b3af;
}

/* About
------------------------------*/

.about {
	height: 250px;
	margin: 36px 0px 36px 6px;
}

.about li {
	width: 350px;
	height: 250px;
	float: left;
	margin: 0px 9px;
	overflow: hidden;
	position: relative;
}

.about li:before {
	content: "";
	width: 100%;
	height: 100%;
	box-shadow: 1px 2px 3px #6f6f6f inset;
	-webkit-box-shadow: 1px 2px 3px #6f6f6f inset;
	-moz-box-shadow: 1px 2px 3px #6f6f6f inset;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Contacts
------------------------------*/

.contacts {
	position: relative;
}

.contacts p {
	margin-bottom: 35px;
}

/* Price
------------------------------*/

.price {
	padding: 10px 0px 30px 0px;
}

.price li {
	height: 40px;
	line-height: 40px;
	margin-bottom: 2px;
	overflow: hidden;
}

.price li.price-title {
	height: 28px;
	line-height: 28px;
	margin: 0px;
    margin-bottom: 2px;
}

.price li span {
	display: block;
	float: left;
}

.price-1-2 {
	width: 180px;
	padding-left: 105px;
}

.price-1-3 {
	width: 145px;
	padding-left: 55px;
    height: 28px;
}

.price-1-5 {
	width: 110px;
	padding-left: 50px;
}

.price-1-7 {
    width: 59px;
    text-align: center;
    margin-right: 2px;
    background: #dfeec0;
}
.price-1-14 {
    width: 120px;
    text-align: center;
    margin-right: 2px;
    background: #dfeec0;
}

.price-1-28 {
    width: 242px;
    text-align: center;
    margin-right: 2px;
    background: #dfeec0;
}

/* Map
------------------------------*/

.map {
	width: 100%;
	height: 500px;
	border-bottom: 2px solid #369956;
	position: relative;

	padding-top: 850px;
    /*background: #e4f3bd url(../images/map.jpg) no-repeat bottom center;*/
    margin-top: 33px;
}

.map:before {
    content: "ул. Центральная, 15/1";
    height: 48px;
    position: relative;
    top: -38px;
    display: block;
    z-index: 999;
    background: #369956;
    padding-top: 18px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-family: "JuraBold";
}


.map:after {
	/*content: "200 машиномест";*/
	position: absolute;
	height: 50px;
	bottom: -262px;
	color: white;
	font-size: 20px;
	right: 22%;
	z-index: 1000;
}

.map span {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
}


.map-main {
    width: 100%;
    height: 500px;
    border-bottom: 2px solid #369956;
    position: relative;
    background-color: #e4f3bd;
    background-repeat: no-repeat;
    background-position: center; 
    margin-top: 160px;
/*    padding-top: 44px;*/
}

.map-main:before {
    content: "";
    height: 45px;
    position: relative;
    top: -43px;
    display: block;
    z-index: 999;
    background: #369956;
    padding-top: 19px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-family: "JuraBold";
    box-shadow: 0 5px 24px rgba(95, 89, 89, 0.91);
}

.map-main > ymaps,
.map > ymaps{
	margin-top: -45px;
}


.map2-1{
	background-image: url(../images/2-1.jpg);
}

.map2-1:before{
	content: "ул. Центральная, 54а";
}


.map2-2{
	background-image: url(../images/2-2.jpg);
}

.map2-2:before{
	content: "ул. Промышленная, 3б";
}


.map2-3{
	background-image: url(../images/2-3.jpg);
}

.map2-3:before{
	content: "Областная/проспект Строителей, дом 2";
}

.map2-4{
	background-image: url(../images/2-4.jpg);
}

.map2-4:before{
	content: "Промышленная 3";
}

.map2-5{
	background-image: url(../images/2-5.jpg);
}

.map2-5:before{
	content: "Кудровский проезд, 2";
}

.map2-6{
	background-image: url(../images/2-6.jpg);
}

.map2-6:before{
	content: "Мурманское шоссе 2 Г";
}

.map2-7{
	background-image: url(../images/2-7.jpg);
}

.map2-7:before{
	content: "Ленинградская 1(Макдональдс, Alex fitness)";
}
.map-main:after {
	content: "";
	position: absolute;
	height: 50px;
	bottom: -262px;
	color: white;
	font-size: 20px;
	right: 22%;
	z-index: 99999;
}

.map2 {
    width: 100%;
    height: 500px;
    border-bottom: 2px solid #369956;
    position: relative;
    /*overflow: hidden;*/
    /*padding-top: 850px;*/
    /*background: #e4f3bd url(../images/map2.png) no-repeat bottom center;*/
    margin-top: 116px;
    padding-top: 44px;
}

.map2:before {
    content: "ул. Центральная 35";
    height: 45px;
    position: relative;
    top: -43px;
    display: block;
    z-index: 999;
    background: #369956;
    padding-top: 19px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-family: "JuraBold";
    box-shadow: 0 5px 24px rgba(95, 89, 89, 0.91);
}

/*.map2:after {
	content: "350 машиномест";
	position: absolute;
	height: 50px;
	bottom: -262px;
	color: white;
	font-size: 20px;
	right: 22%;
	z-index: 99999;
}*/

.map3 {
    width: 100%;
    height: 500px;
    border-bottom: 2px solid #369956;
    position: relative;
    /*overflow: hidden;*/
    /*padding-top: 850px;*/
    /*background: #e4f3bd url(../images/map3.jpg) no-repeat bottom center;*/
    margin-top: 116px;
    padding-top: 44px;
}

.map3:before {
    content: "Кудровский проезд, 2";
    height: 45px;
    position: relative;
    top: -43px;
    display: block;
    z-index: 999;
    background: #369956;
    padding-top: 19px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-family: "JuraBold";
    box-shadow: 0 5px 24px rgba(95, 89, 89, 0.91);
}

.map4 {
    width: 100%;
    height: 500px;
    border-bottom: 2px solid #369956;
    position: relative;
    /*overflow: hidden;*/
    /*padding-top: 850px;*/
    /*background: #e4f3bd url(../images/map3.jpg) no-repeat bottom center;*/
    margin-top: 116px;
    padding-top: 44px;
}

.map4:before {
    content: "Ленинградская, 1";
    height: 45px;
    position: relative;
    top: -43px;
    display: block;
    z-index: 999;
    background: #369956;
    padding-top: 19px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-family: "JuraBold";
    box-shadow: 0 5px 24px rgba(95, 89, 89, 0.91);
}
.map5 {
    width: 100%;
    height: 576px;
    border-bottom: 2px solid #369956;
    position: relative;
    /*overflow: hidden;*/
    /*padding-top: 850px;*/
    /*background: #e4f3bd url(../images/map3.jpg) no-repeat bottom center;*/
    margin-top: 116px;
    padding-top: 44px;
}

.map5:before {
    content: "Центральная, 39";
    height: 45px;
    position: relative;
    top: -43px;
    display: block;
    z-index: 999;
    background: #369956;
    padding-top: 19px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-family: "JuraBold";
    box-shadow: 0 5px 24px rgba(95, 89, 89, 0.91);
}

.map6 {
    width: 100%;
    height: 500px;
    border-bottom: 2px solid #369956;
    position: relative;
    /*overflow: hidden;*/
    /*padding-top: 850px;*/
    /*background: #e4f3bd url(../images/map3.jpg) no-repeat bottom center;*/
    margin-top: 116px;
    padding-top: 44px;
}

.map6:before {
    content: "Областная 2";
    height: 45px;
    position: relative;
    top: -43px;
    display: block;
    z-index: 999;
    background: #369956;
    padding-top: 19px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-family: "JuraBold";
    box-shadow: 0 5px 24px rgba(95, 89, 89, 0.91);
}
.map7 {
    width: 100%;
    height: 550px;
    border-bottom: 2px solid #369956;
    position: relative;
    /*overflow: hidden;*/
    /*padding-top: 850px;*/
    /*background: #e4f3bd url(../images/map3.jpg) no-repeat bottom center;*/
    margin-top: 116px;
    padding-top: 44px;
}

.map7:before {
    content: "Областная 10";
    height: 45px;
    position: relative;
    top: -43px;
    display: block;
    z-index: 999;
    background: #369956;
    padding-top: 19px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-family: "JuraBold";
    box-shadow: 0 5px 24px rgba(95, 89, 89, 0.91);
}
.map8 {
    width: 100%;
    height: 550px;
    border-bottom: 2px solid #369956;
    position: relative;
    /*overflow: hidden;*/
    /*padding-top: 850px;*/
    /*background: #e4f3bd url(../images/map3.jpg) no-repeat bottom center;*/
    margin-top: 116px;
    padding-top: 44px;
}

.map8:before {
    content: "Благодатная 67Е";
    height: 45px;
    position: relative;
    top: -43px;
    display: block;
    z-index: 999;
    background: #369956;
    padding-top: 19px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-family: "JuraBold";
    box-shadow: 0 5px 24px rgba(95, 89, 89, 0.91);
}

.map,
.map2,
.map2-1,
.map2-2,
.map3,
.map5,
.map6,
.map7,
.map8,
.map4{
	overflow: hidden;
}

.map5:before,
.map6:before,
.map7:before,
.map8:before,
.map:before,
.map2:before,
.map2-1:before,
.map2-2:before,
.map3:before,
.map4:before{
	top: 0;
}

.ymaps-copyrights-pane, .ymaps-controls-pane {
	display: none !important;
}

/* Bottom
------------------------------*/

.bottom {
	padding: 93px 0 0 0px;
	position: relative;
	overflow: hidden;
}

.bottom:before {
	content: "";
	position: absolute;
	top: 208px;
	left: 0px;
	width: 100%;
	height: 0px;
	border-top: 1px dashed #b0b3a8;
}

.bottom:after {
	content: "";
	position: absolute;
	top: 209px;
	left: 0px;
	width: 100%;
	height: 0px;
	border-top: 1px dashed #fff;
}

.bottom li {
	font-size: 17px;
	width: 16.66%;
	float: left;
	text-align: center;
	padding: 70px 0px 0px 0px;
	background: url(../images/bottom_.png) no-repeat;
}

.bottom li.bottom-1 {
    background-position: 50% -269px;
}

.bottom li.bottom-2 {
	background-position: 50% -70px;
}

.bottom li.bottom-3 {
    background-position: 50% -339px;
}

.bottom li.bottom-4 {
    background-position: 50% -211px;
    padding-top: 60px;
}

.bottom li.bottom-5 {
    background-position: 50% -414px;
}
.bottom li.bottom-6 {
    background-position: 50% -484px;
}



.bottom li span {
	background: url(../images/body.png) repeat;
	padding: 75px 20px 99px 20px;
	display: block;
line-height: 20px;
}

.bottom li.bottom-2 span {
    padding: 75px 10px 99px 10px;
}

li.bottom-4 span {
    padding-top: 85px;
}

/* Tariff
------------------------------*/
.tariff1 {
	top: 650px;
	position: absolute;
	top: 650px;
	left: 0px;
}
.tariff {
	width: 100%;
	padding-top: 36px;	
}

.tariff h3 {
	font-size: 21px;
	line-height: 32px;
	position: relative;
letter-spacing: -1px;
}

.tariff h3:before, .tariff h3:after {
	width: 210px;
	height: 2px;
	content: "";
	background: #fff;
	position: absolute;
	top: 15px;
	box-shadow: 2px 5px 3px #757575;
	-webkit-box-shadow: 2px 5px 3px #757575;
	-moz-box-shadow: 2px 5px 3px #757575;
}

.tariff h3:before {
	left: 159px;
}

.tariff h3:after {
	right: 159px;
}

.tariff ul {
	position: absolute;
	top: 17px;
	left: 0px;
}

.tariff ul li {
	width: 290px;
	height: 84px;
	float: left;
	margin: 0px 15px;
	color: #fff;
	font-size: 23px;
	line-height: 38px;
	position: relative;
	padding-top: 37px;
}

.tariff ul li:before {
	content: "";
	width: 2px;
	height: 27px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -1px;
	box-shadow: 0px 5px 3px #757575;
	-webkit-box-shadow: 0px 5px 3px #757575;
	-moz-box-shadow: 0px 5px 3px #757575;
}


.tariff ul li:nth-child(2):before {
	content: "";
	width: 2px;
	height: 15px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 12px;
	margin-left: -1px;
	box-shadow: 0px 5px 3px #757575;
	-webkit-box-shadow: 0px 5px 3px #757575;
	-moz-box-shadow: 0px 5px 3px #757575;
}

.tariff ul li span {
	background: #369956;
	display: block;
}

.tariff ul li span b {
	font-size: 39px;
}

/* Benefit
------------------------------*/

.benefit {
	position: absolute;
/*	top: 400px;*/
	top: 544px;
	left: 0px;
	width: 100%;
}

.benefit h3 {
	font-size: 28px;
}

.benefit ul {
	padding-top: 27px;
	height: 210px;
}

.benefit ul li {
	width: 210px;
	height: 100px;
	background: #e4f3bd url(../images/benefit.png) no-repeat;
	float: left;
	margin: 0px 15px;
	padding-top: 110px;
	font-size: 22px;
	line-height: 17px;
}

.benefit ul li.benefit-1 {
	background-position: 50% 0px;
}

.benefit ul li.benefit-2 {
	background-position: 50% -210px;
}

.benefit ul li.benefit-3 {
	background-position: 50% -420px;
}

.benefit ul li.benefit-4 {
	background-position: 50% -630px;
}

.benefit ul li.benefit-5 {
    background: #e4f3bd url(../images/benefit-5.png) no-repeat;
}

.benefit ul li.benefit-6 {
    background: #e4f3bd url(../images/benefit-6.png) no-repeat;
}

.benefit ul li b {
	padding-top: 10px;
	display: block;
}

.benefit ul li b a {
	font-size: 14px;
	color: #369956;
}

/* Info
------------------------------*/

.info {
	position: relative;
}

.info h3 {
	font-size: 39px;
	padding: 25px 0px;
}

.info span {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 97pt;
	text-shadow: 0px 2px 0px #FFFFFF;
}

.info span b {
	font-size: 25pt;
	display: block;
	color: #fff;
	background: #369956;
	line-height: 40px;
	text-shadow: 2px 0px 3px #545454; 
}

/* Page-nav
------------------------------*/

.page-nav, ul.yiiPager {
	min-height: 48px;
	padding: 39px 0px 0px 15px;
	display: block;
	color: #fff;
    clear: both;
}

.page-nav li, ul.yiiPager li {
	float: left;
	margin-right: 5px;
}

.page-nav li span, .page-nav li a, ul.yiiPager li a {
	padding: 11px 17px;
	display: block;
	font-size: 23px;
}

.page-nav li span, ul.yiiPager .selected {
	background: #369956;
}

ul.yiiPager .selected a {
    text-decoration: blink;
}
/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first, ul.yiiPager .last{
    display:none;
}

/* Like
------------------------------*/

.like {
	height: 22px;
	vertical-align: middle;
	float: right;
	display: block;
	margin-left: 17px;
	z-index: 999;
	position: relative;
}

/* Copyright
------------------------------*/

.copyright {
	font-size: 17px;
	float: left;
	z-index: 999;
	position: relative;
}

/* Window
------------------------------*/

.window {
	background: #369956;
	position: fixed;
	top: 45%;
	left: 50%;
	display: none;
	opacity: 0;
	z-index: 50;
}

.close-window {
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 0px;
	right: -26px;
	cursor: pointer;
	display: block;
}

/* Form
------------------------------*/

.form {
	width: 345px;
	height: 300px;
	margin-top: -200px;
	margin-left: -290px;
	padding: 50px 120px;
}

.form form {
	display: block;
}

.form form input, .form form button, .form form textarea {
	display: block;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: none;
	color: #121212;
	font-family: "JuraBold";
}

.form form input, .form form textarea {
	background: #fff;
	width: 295px;
	padding: 15px 25px;
}

.form form textarea {
	resize: none;
	min-height: 100px;
	margin: 7px 0px 58px 0px;
}

.form form button {
	background: #f7e210;
	float: right;
}

/* Image
------------------------------*/

.image {
	width: 720px;
	height: 540px;
	margin-top: -270px;
	margin-left: -360px;
}

.image img {
	width: 100%;
	height: 100%;
	display: block;
}

.map2 ymaps,
.map3 ymaps {
    margin-top: -43px;
}
.tariff1Wrapper{
/*	padding-top: 37px;*/
	padding-top: 179px;
}

.feedback-form{
	max-width: 376px;
}
.feedback-form .form-group.centered{
	text-align: center;
}
.feedback-form .form-group{
	clear: both;
}
.feedback-form .label{
	display: block;
    width: 100%;
    margin-bottom: 9px;
}
.feedback-form .btn{
	border: none;
}

.feedback-form .form-control, .feedback-form form button, .feedback-form textarea {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: none;
	color: #121212;
	font-family: "JuraBold";
}

.feedback-form .form-control, .feedback-form textarea {
	background: #fff;
	padding: 15px 25px;
	width: 324px;
	border: 1px solid #fff;
}
.fancybox-content .feedback-form .form-control,
.fancybox-content .feedback-form textarea{
	width: 100%;
}
.feedback-form textarea {
	resize: none;
	min-height: 100px;
}

.feedback-form button {
	border-radius: 20px;
	    -webkit-border-radius: 20px;
	    -moz-border-radius: 20px;
	    -webkit-transition: all 0.3s linear;
	    -moz-transition: all 0.3s linear;
	    -ms-transition: all 0.3s linear;
	    -o-transition: all 0.3s linear;
	    transition: all 0.3s linear;
}
.feedback-form button:hover{
	background: #256b3c;
}
.js-form-helper {
    display: none
}

.success {
    color: #00b311
}
span.helper {
    margin-top: 5px;
    display: block;
    color: #bd0001;
}
.form-control.error{
	border: 1px solid #bd0001;
}
a.btn-payment.orderCall {
    width: 216px;
    margin-left: 288px;
    margin-top: -38px;
}
.feedbackFormWrapper h2{
	text-align: center;
	margin-top: 27px;
	margin-bottom: 27px;
}
.feedbackFormWrapper{
	font-family: "JuraBold";
	background: #edfae3 url(../images/body.png) repeat !important;
}
.popup{
	display: none;
}
.feedback-form p{
	font-size: 16px;
	margin-bottom: 20px;
}
.contacts .feedback-form {
    max-width: 600px;
    margin-bottom: 60px;
}
.contacts .feedback-form .form-control,
.contacts .feedback-form textarea{
	width: 548px;
}

.qrCodeWrapper {
    position: absolute;
/*    top: 0px;*/
    top: 115px;
    right: 0px;
    width: 307px;
    z-index: 1;
}
.qrCodeWrapper .img{
	text-align: center;
	margin-bottom: 10px;
}
.qrCodeWrapper .appButtonsWrapper a:nth-child(1) img {
	max-width: 135px;
}
.qrCodeWrapper .img img{
	max-width: 60%;
}
.qrCodeWrapper .appButtonsWrapper{
	display: flex;
	justify-content: space-between;
}
.qrCodeWrapper .appButtonsWrapper a{
	display: block;
}
.qrCodeWrapper .appButtonsWrapper img{
	max-width: 150px;
}
.qrCodeWrapper img{
	max-width: 100%;
}
.phone h5.light {
    font-size: 15px;
}
header.header.bg.notMain:before,
header.header.bg.notMain {
    height: 327px;
}
#parking-form,
#yandex-form{
	display: none;
}