@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.woff') format('woff'),
         url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('../fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.woff') format('woff'),
         url('../fonts/MyriadPro-Bold.ttf') format('truetype'),
         url('../fonts/MyriadPro-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/MyriadPro-It.eot');
    src: url('../fonts/MyriadPro-It.woff') format('woff'),
         url('../fonts/MyriadPro-It.ttf') format('truetype'),
         url('../fonts/MyriadPro-It.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}
* {
	font-family: 'MyriadPro', sans-serif;
	margin:0 auto;
	padding: 0;
	color: #1e3152;
}
a {
	text-decoration: none;
}
div {
	box-sizing: border-box;
	margin: 0 auto
}
.container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;

}
.prez {
	width: 100%;
	text-align: left;
	height: 600px;
	padding: 50px;
	background: url(../../pereezd70.su/img/prez.png) no-repeat bottom right;
}
.prez1 {
	text-align: left;
	width: 60%;
	margin-right: 40%;
}
h4 {
	font-size: 20px;
}
.bluew {
	background-color: #1e3152;
}
.eqqe {
	width: 100%;
	height: auto;
	background: url(../../pereezd70.su/img/bg11.jpg) repeat;
	background-attachment: fixed;
}
.prez a {
	width: 200px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	display: block;
	background-color: #1e3152;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	left: 34%;
	top: -12%;
	margin-top: -50px;
	 -moz-transform: rotate(-8deg); /* Для Firefox */
    -ms-transform: rotate(-8deg); /* Для IE */
    -webkit-transform: rotate(-8deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-8deg); /* Для Opera */
    transform: rotate(-8deg);
}
.prez a:hover {
	background-color: #fff;
	color: #1e3152;
}
.prez1 p {
	margin-top: 30px;
	padding:10px 0;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.prez1 span	{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 18px;
	line-height: 20px;
}

.prez1 ul {
	line-height: 30px;
	list-style-image: url(../../pereezd70.su/img/arrow.png);

}
.none {
	display: none;
}
.head {
	width: 100%;
	height: 150px;

}
.logo {
	float: left;
	margin:4px 0;
}
.headtext {

	display: block;
	height: 100px;
	line-height: 23px;
	float: left;
	padding: 15px 15px;
	font-weight: 700;
}
.headtown {
	float: left;
	padding: 28px 15px;
}
.headtown a {
	font-size: 13px;
	border-bottom: 2px dashed #1e3152;
}
.headtown a:hover {
	color: #1b2c4a;
	border-bottom: 2px dashed #1b2c4a;
}
.headtown span {
	font-size: 14px;
	font-weight: 700;
}
.headnumber {
	padding: 10px;
	float: right;
	text-align: right;
	font-size: 30px;
	font-weight: 700;
}
.clearfix:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
}

h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	margin: 0px 0;
}
h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 50px;
	margin: 10px 0;
}
nav {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-weight: 700;
	background-color: #1e3152;
}

.menu {
	background-color: #1e3152;
	margin-left: 100px;
}
.menu li {

	float: left;
	width: 200px;
	display: block;
	margin:0;
	padding: 0;
	background-color: #1e3152;
	color: #fff;
}
.menu a {
	color: inherit;
	width: 100%;
	display: block;
	text-transform: uppercase;
}
.menu li:last-child {
	color: #1b2c4a;
	background-color: #f7b448;
}
.menu li:last-child:hover {
	background-color: #f7b140;
}
.menu li:hover {
	background-color: #1b2c4a;
}
#sect {
	width: 100%;
	height: auto;
	
	background: url(../../pereezd70.su/img/main.jpg) no-repeat center bottom / cover ;
	background-attachment: fixed;
	padding-bottom: 200px;
}
.main {
	z-index: 1;
	position: relative;
	top: 50px;
	width: 90%;
	height: auto;
	padding: 50px;
	text-align: center;
	background: url(../../pereezd70.su/img/bg.png);
}
.main h2 {
	text-transform: uppercase;
	font-size: 40px;
}
.main h1 {
	text-transform: uppercase;
	font-size: 30px;
}
.main p {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 25px;
}
.main span {
	font-weight: 700;
	font-size: 70px;
	color: #f6831f;
}
.butt {
	width: 60%;
	height: auto;
	margin-left: 20%;
	text-align: center;
}
.butt a {
	position: relative;
	top: 20px;
	width: 40%;
	height: 50px;
	margin:1px;
	background-color: #1e3152;
	z-index: 2;
	display: block;
	float: left;
	line-height: 50px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	border: 3px solid #1e3152;
}
.butt a:last-child {
	float: right;
}
.butt a:hover {
	border: 3px solid #fff;
}
.vibor {
	display: block;
	margin-bottom: 50px;
}
.vibor li {
	display: block;	
	list-style-type: none;
	width: 246px;
	text-align: center;
	float: left;
	padding: 10px 0;
	border-radius: 10px;
}

.vibor h3 {
	width: 70%;
	height: 45px;
	margin-left: 15%;
	border-bottom: 2px dashed #f7b448;
	overflow:hidden;
	padding: 10px 0 5px 0;
	font-size: 15px;
}
.vibor p {
	padding: 5px 10px;
	line-height: 1;
	color: #333;
	font-weight: 700;
	font-size: 15px;
}
hr {
	max-width: 100%;
	color: #f7b448;
	border: 2px solid #f7b448;
}
.som {
	width: 100%;
	text-align:center;
}
.som span	{
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}
.som h4	{
	text-align: center;
	font-weight: 700;
	font-size: 45px;
	margin-bottom: 50px;
}
.bluew {
	position: relative;
	top: 0;
	margin: 0;
	width: 100%;
	height: auto;
	background: url(../../pereezd70.su/img/bg_img3.jpg) no-repeat top center / cover;
	color: #fff;
	background-attachment: fixed;
	padding-bottom: 20px;
}
.bluew h2 {
	padding: 10px 0;
	color: #fff;
}
.bluew1 {

	width: 100%;
	background: url(../../pereezd70.su/img/bgbg.png) no-repeat bottom center;

}
.pod {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 9999;
	width: 248px;
	height: 248px;
	background: url(../../pereezd70.su/img/pod.png) no-repeat center center;
}
.pod a {
	width: 100%;
	height: 100%;
	display: block;
}
.prise li {
	display: block;	
	list-style-type: none;
	width: 248px;
	text-align: center;
	float: left;
	margin: 1px;
	padding: 10px 0;
	line-height: 1;
}
.prise img {
	
	width: 90%;
	
	border-radius: 3px;
}

.pod:hover {
	opacity: 1;
}
.prise h3 {
	padding: 0 0;
	font-size: 15px;
	color: #fff;
}
.prise p {
	padding: 0 0;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	font-size: 25px;
}
.zay {
	margin-top: 40px;
	width: 50%;
	margin-left: 25%;
	background-color: #fff;
	text-align: center;
	height: auto;
}
.zay a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-weight: 700;
	font-size: 25px;
}

.akss1 {
	float: left; 
	padding-left: 12px; 
	text-decoration:line-through; 
	font-size: 16px;
}
.akss2 {
	float:right; 
	padding-right: 7px; 
	font-weight: 700; 
	font-size: 18px
}
.akc li {
	display: block;	
	list-style-type: none;
	width: 450px;
	height: 250px;
	text-align: left;
	float: left;
	padding: 0 0;
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #1e3152;
	color: #fff;
}
.akc li:last-child {
	float: right;
}
.akc img {
	float: left;
	height: 100%;
	width: auto;

}
.akc li:hover {
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}
.akc h3 {
	margin-left: 210px;
	font-size: 20px;
	color: #fff;
	text-align: left;
}
.akc p {
	margin-left: 210px;
	line-height: 1;
	color: #fff;
	font-size: 17px;
}
.sas {
	position: relative;
	top: 50px;
	right: 25px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	padding: 0 5px;
	text-align:center;
	float: right;
	background: url(../../pereezd70.su/img/bg1.png) no-repeat center top / cover;
}
.sas1 {
	position: relative;
	top: 70px;
	right: 25px;
	width: 200px;
	height: 50px;
	padding: 10px 5px;
	float: right;
	background: url(../../pereezd70.su/img/bg.png);
}
.karta {
	width: 94%;
	margin-left: 3%;
	padding: 10px;
	height: 300px;
}
.karta h3 {
	font-size: 25px;
}
.karta img {
	float: right;
	
}
.karta img:hover {
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}
.karta ul {
	width: 450px;
	float: left;
	line-height: 1.5;
	font-weight: 700;
	font-size: 20px;
	margin-top: 50px;
}
.black {
	background-color: #f0eff0;
	padding:20px 0;
}
.blackone {
	width: 100%;

}
.blackone li {
	display: block;	
	list-style-type: none;
	width: 248px;
	text-align: center;
	float: left;
	margin: 1px;
	padding: 10px 0;
	line-height: 1;
}
.blackone img {
	
	width: 90%;
	
	border-radius: 3px;
}

.blackone h3 {
	padding: 0 0;
	font-size: 15px;
}
.blackone p {
	padding: 0 0;
	line-height: 1.1;
	font-weight: 700;
	font-size: 27px;
}
.kont {
	color: #fff;
	;
	width: 50%;
	text-align: left;
	float: left;
}
.map {
	color: #fff;
	width: 50%;
	float: right;
	text-align: center;
}
.kont span {
	border-bottom: 2px dashed #f7b448;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}
.por {
	width: 100%;
	text-align: center;
	color: #fff;
}
.por p {
	font-weight: 700;
	font-size: 25px;
	margin:10px 0;
	color: #fff;
}
.fiz {
	border-radius: 3px;
	float: left;
	padding: 0 10px;
	width: 400px;
}
.fiz img {
	width: 400px;
}
.ur {
	border-radius: 3px;
	float: right;
	padding: 0 10px;
	width: 400px;
	margin-bottom: 50px;
}
.ur img {
	width: 400px;
}
.fizz {

	width: 400px;
	float: left;
	text-align: center;
	font-size: 25px;
	font-weight: 700;

}
.fizur {
	position: relative;
	top: 20px;
}
.urr {

	width: 400px;
	float: right;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
}
.ur {
	width: 434px;
	background: url(../../pereezd70.su/img/yrim.png) no-repeat top center ;
	height: 400px;
}
.ur:hover {
	width: 434px;
	background: url(../../pereezd70.su/img/yrimh.png) no-repeat top center ;
	height: 400px;
}
.fiz {
	width: 434px;
	background: url(../../pereezd70.su/img/fizim.png) no-repeat top center ;
	height: 400px;
}
.fiz:hover {
	width: 434px;
	background: url(../../pereezd70.su/img/fizimh.png) no-repeat top center ;
	height: 400px;
}
.fizz img, .urr img {
	position: relative;
	top: 5px;
	right: 10px;
}
.oplata {
	width: 900px;
	margin-left: 50px;
	text-align: center;
	line-height: 1;
	padding-bottom: 20px;
}
.oplata ul {
	list-style-type: none;
}
.oplata li {
	float: left;
	height: 46px;
	list-style-type: none;
	width: 300px;
} 
.oplata img {
	float: left;
}
.oplata h3 {
	font-size: 15px;
	text-align: left;
	line-height: 1;
}
.oplata p {
	font-size: 15px;
	line-height: 1;
	text-align: left;
	color: #333;
	font-weight: 700;
}
.zayav {
	margin-top: 50px;
	width: 40%;
	float: left;
	text-align: left;
}
.inp {
	margin-bottom: 30px;
	height: 40px;
	width: 90%;
	font-size: 25px;
	padding: 5px;
	margin-left: 5%;
	border: 0px solid;
}
.inp1 {
	margin-bottom: 30px;
	height: 180px;
	width: 90%;
	margin-left: 5%;
	font-size: 25px;
	padding: 5px;

}
.inp2 {
	margin-bottom: 30px;
	height: 40px;
	width: 92%;
	font-size: 25px;
	padding: 5px;
	border: 0px solid;
}
.i1 {
	background:url(../../pereezd70.su/img/name.png) no-repeat;
	background-position-x: 95%;
	background-position-y: 50%;
	background-color: #fff;
	border: 0px solid;
}
.i2 {
	background:url(../../pereezd70.su/img/phone.png) no-repeat;
	background-position-x: 95%;
	background-position-y: 50%;
	background-color: #fff;
	border: 0px solid;
}
.i3 {
	background:url(../../pereezd70.su/img/email.png) no-repeat;
	background-position-x: 95%;
	background-position-y: 10%;
	background-color: #fff;
	border: 0px solid;
}

.zayras {
	text-align: center;
	width: 100%;
}
.zayras h2 {
	color: #fff;
	font-size: 20px;
}
.but {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	width: 95%;
	height: 50px;
	padding: 5px;
	font-size: 25px;
	border: 3px solid #1e3152;
	margin-left: 4%;
}	
.but:hover {
	border: 3px solid #fff;
	background-color: #1e3152;
	color: #fff;
}
.but1 {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	width: 93%;
	height: 50px;
	padding: 5px;
	font-size: 25px;
	border: 3px solid #1e3152;
	margin-left: 4%;
}	
.but1:hover {
	border: 3px solid #fff;
	background-color: #1e3152;
	color: #fff;
}
.ras {
	width: 50%;
	float: right;
	text-align: right;
	margin-top: 50px;
}
.stoimost {
	color: #fff;
	font-weight: 700;
	padding-top: 20px;
	font-size: 25px;
}


#mask {
	position:fixed;
	left:0;
	top:0;
	z-index:9000;
	background-color:#1e3152;
	display:none;
	}
#boxes .window {
	position:fixed;
	left:0;
	top:0;
	color:#fff;
	width:70%;
	height:30%;
	display:none;
	z-index:9999;
	padding:20px;
	text-align: left;
	font-size: 16px;
	background: url(../../pereezd70.su/img/bg33.png);
	border:2px solid #fff;
	}
	#boxes #dialog {
	text-align:left;
	border:3px solid #fff;
	position:fixed;
	width:32%;
	height:200px;	
	color:#fff;
	font-size:14px;
	padding:10px;
	background: url(../../pereezd70.su/img/bg33.png);
	}
	#boxes p {
		margin-bottom:20px;
		font-size:20px;
		color: #fff;
	}

.close1 {
	
	width:100%;
	
	left: 65%;
	top: 38%;
	position:fixed;
	text-decoration:none;
	font-size:20px;
	color:#f9c26a;
	}
	.close1:hover {
		color:#f8bc5b;
	}

.nowaya {
	z-index: 999999;
    position: fixed;
    top: 40%;
    left:0;
    width: 170px;
    height: auto;
    background: url(../../pereezd70.su/img/bg33.png);
     color: #fff;
     padding: 5px;
     text-align: center;
     text-transform: uppercase;
     font-weight: 700;
}
.nowaya p {
	color: #fff;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nowaya img {
	width: 90%;
	margin-left:5%;
}

.soc {
    z-index: 999999;
    position: fixed;
    top: 50%;
    right:-111px;
    width: 150px;
    height: 123px;
     color: #fff;
}
.soc1 {
    border-radius: 5px;
    -moz-transition: right 0.8s 0.1s ease;
-o-transition: right 0.8s 0.1s ease;
-webkit-transition: right 0.8s 0.1s ease;
border-radius-top: 15px;
    position: relative;
    right: 0px;
    width: 100%;
    height: 40px;
    padding-left: 7px;
    margin-bottom: 1px;
}
.zz1 {
    background:url(../../pereezd70.su/img/soc.png);
    color: white;
    font-weight: 700;
    font-size: 13px;
    padding-right: 5px;
}
.zz2 {
    background:url(../../pereezd70.su/img/soc1.png);
    color: #fff;
    font-weight: 700;
    padding-right: 5px;
    font-size: 13px;
}
.zz3 {
    background:url(../../pereezd70.su/img/soc3.png);
    font-weight: 700;
    font-size: 13px;
    padding-right: 5px;
}
.soc1 a {
    line-height: 40px;
    padding-right: 7px;
    float: right;
    text-align: right;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
}
.soc1 img {
    padding-top: 5px;
    padding-left: 5px;
    width: 30px;
    height: auto;
    float: left;
}
.soc1:hover {
    right: 105px;
}

.prez li {
	position: relative;
	left:0px;
	-moz-transition: left 0.8s 0.1s ease;
	-o-transition: left 0.8s 0.1s ease;
	-webkit-transition: left 0.8s 0.1s ease;
}

.prez li:hover {
	left:20px;
}

@media (max-width: 990px) {
	h2 {
		font-size: 25px;
	}
	* {
		max-width: 990px;
	}


.soc {
    z-index: 999999;
    position: fixed;
    top: 65%;
    right:-121px;
    width: 150px;
    height: 93px;
     color: #fff;
}
.soc1 {
    border-radius: 5px;
    -moz-transition: right 0.8s 0.1s ease;
-o-transition: right 0.8s 0.1s ease;
-webkit-transition: right 0.8s 0.1s ease;
border-radius-top: 15px;
    position: relative;
    right: 0px;
    width: 100%;
    height: 30px;
    padding-left: 7px;
    margin-bottom: 1px;
}
.zz1 {
    background:url(../../pereezd70.su/img/soc.png);
    color: white;
    font-weight: 700;
    font-size: 11px;
    padding-right: 5px;
}
.zz2 {
    background:url(../../pereezd70.su/img/soc1.png);
    color: #fff;
    font-weight: 700;
    padding-right: 5px;
    font-size: 11px;
}
.zz3 {
    background:url(../../pereezd70.su/img/soc3.png);
    font-weight: 700;
    font-size: 11px;
    padding-right: 3px;
}

.soc1 a {
    line-height: 40px;
    padding-right: 7px;
    float: right;
    text-align: right;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
}
.soc1 img {
    padding-top: 3px;
    padding-left: 3px;
    width: 24px;
    height: auto;
    float: left;
}
.soc1:hover {
    right: 10px;
}
	.prez {
	width: 100%;
	text-align: left;
	height: auto;
	padding: 5px;
	background-size: 50%;
	background: url(../../pereezd70.su/img/prez1.png) no-repeat bottom right;
}
.prez1 {
	text-align: left;
	width: 100%;
}
h4 {
	font-size: 20px;
}

.prez1 p {
	margin-top: 30px;
	padding:10px 0;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.prez1 span	{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 18px;
	line-height: 20px;
}

.prez1 ul {
	padding-left: 30px;
	line-height: 1;
	list-style-image: url(../../pereezd70.su/img/arrow.png);
}





	.akss1 {
	float: left; 
	padding-left: 3px; 
	text-decoration:line-through; 
	font-size: 13px;
}
.akss2 {
	float:right; 
	padding-right: 2px; 
	font-weight: 700; 
	font-size: 15px
}
	#boxes #dialog {
	text-align:left;
	border:3px solid #fff;
	position:fixed;
	width:80%;
	height:250px;	
	color:#fff;
	font-size:14px;
	padding:10px;
	background: url(../../pereezd70.su/img/bg33.png);
	}
	.close1 {
		display: none;
	}
	#sect {
		background: url(../../pereezd70.su/img/main2.jpg) no-repeat;
		background-size: auto 100%;
		background-position: center top;
		padding-bottom: 100px;
	}
	.container {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.qq {
		display: none;
	}
	.head {
		text-align: center;
		height: 50px;
	}
	.headtown {
	float: right;
	padding: 28px 15px;
	text-align: right;
}
	.logo {
		width: 150px;
	}
	.headnumber {
		width: 80%;
		margin-left: 10%;
		text-align: center;
		float: left;
		font-size: 25px;
		padding:0;
	}
	
	.main {
		padding: 5px;
		padding-bottom: 50px;
	}
	.menu {
		margin-left: 0.5%;
	}
	.menu li {
		width: 33%;
	}
	.menu a {
		font-size: 13px;
	}
	.main h2 {
	text-transform: uppercase;
	font-size: 30px;
}
	.main h1 {
	text-transform: uppercase;
	font-size: 20px;
}
	.main p {
		font-size: 15px;
		font-weight: 700;
	}
	.main span {
		font-size: 45px;
	}
	.butt {
		width: 98%;
		margin-left: 1%;
	}
	.butt a {
		font-size: 12px;
	position: relative;
	top: 15px;
	width: 46%;
	height: 50px;
	margin:0px;
	background-color: #1e3152;
	z-index: 2;
	display: block;
	float: left;
	line-height: 50px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	border: 2px solid #1e3152;
}
	.butt a:hover {
	border: 2px solid #fff;
}
	.vibor li {
	display: block;	
	list-style-type: none;
	width: 47%;
	margin-left: 1%;
	text-align: center;
	float: left;
	border: 2px dashed #fff;
	padding: 10px 0;
	border-radius: 10px;
}
	.som h3 {
		font-size: 35px;
	}
	.som h4 {
		padding-top: 10px;
		font-size: 35px;
	}
	.oplata {
	display: inline-block;
	width: 90%;
	margin: 0 0 0 10%;
	padding:0;

	}
	.oplata li {
		width: 100%;

	padding-top: 20px;
	} 

	.prise {
		display: inline-block;
		float: none;
		width: 90%;
		margin-left: 5%;
	}
	.prise li {
		width: 40%;
		margin-left:7%;
	}
	.prise img:hover {
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}
	.blackone {
		display: inline-block;
		float: none;
		width: 90%;
		margin-left: 5%;
	}
	.blackone li {
		width: 40%;
		margin-left:7%;
	}
	.zay {
		width: 80%;
		margin-left: 10%;
	}
	.akc li {
	display: block;	
	list-style-type: none;
	width: 90%;
	height: 100px;
	text-align: left;
	float: left;
	padding: 0 0;
	line-height: 1;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #1e3152;
	color: #fff;
}
.akc li:last-child {
	float: right;
}
.akc img {
	float: left;
	height: 100%;
	width: auto;

}
.akc li:hover {
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}
.akc h3 {
	margin-left: 101px;
	font-size: 13px;
	color: #fff;
	text-align: left;
}
.akc p {
	margin-left: 101px;
	line-height: 1;
	color: #fff;
	font-size: 13px;
}
.sas {
	position: relative;
	top: 5px;
	right: 30px;
	width: 150px;
	height: 40px;
	line-height: 50px;
	padding: 0 5px;
	text-align:center;
	float: right;
	background: url(../../pereezd70.su/img/bg1.png) no-repeat center top / cover;
}
.sas1 {
	position: relative;
	top: 5px;
	right: 31px;
	width: 250px;
	height: 40px;
	padding: 10px 5px;
	float: right;
}
.karta {
	width: 94%;
	margin-left: 3%;
	padding: 10px;
	height: auto;
}
.karta h3 {
	font-size: 20px;
}
.karta img {
	float: none;
	width: 50%;
	padding-top: 10px;
	
}
.karta img:hover {
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}
.karta ul {
	width: auto;
	float: left;
	line-height: 1.3;
	font-weight: 700;
	font-size: 17px;
	margin-top: 20px;
}
.kont {
	color: #fff;
	width: 90%;
	text-align: left;
	float: none;
	padding: 15px;
}
.kont a {
	color: #fff;
}
.kont span {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
}


.zayav {
	margin-top: 10px;
	width: 90%;
	float: none;
	margin-left: 5%;
	text-align: center;
}
.inp {
	margin-bottom: 30px;
	height: 40px;
	width: 90%;
	font-size: 17px;
	padding: 5px;
	margin-left: 5%;
	border: 0px solid;
}
.inp1 {
	margin-bottom: 30px;
	height: 180px;
	width: 90%;
	margin-left: 5%;
	font-size: 17px;
	padding: 5px;

}
.inp2 {
	margin-bottom: 30px;
	height: 40px;
	width: 92%;
	font-size: 17px;
	padding: 5px;
	border: 0px solid;
}

.zayras {
	text-align: center;
	width: 100%;
}
.zayras h2 {
	color: #fff;
	font-size: 20px;
}
.but {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	width: 95%;
	background-color: #fff;
	height: 50px;
	padding: 5px;
	font-size: 20px;
	border: 3px solid #1e3152;
	margin-left: 4%;
	z-index: 999;
	opacity: 1;
}	
.but:hover {
	border: 3px solid #fff;
	background-color: #1e3152;
	color: #fff;
}
.but1 {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	width: 95%;
	background-color: #fff;
	height: 50px;
	padding: 5px;
	font-size: 20px;
	border: 3px solid #1e3152;
	margin-left: 4%;
	z-index: 999;
	opacity: 1;
}	
.but1:hover {
	border: 3px solid #fff;
	background-color: #1e3152;
	color: #fff;
}
.ras {
	width: 90%;
	margin-left: 5%;
	float: none;
	text-align: center;
	margin-top: 50px;
}
.none {
	display: inline-block;
}
#boxes .window{
	width: 90%;
	height: 50%;
}
}
@media (max-width: 440px) {
	#sect {
		background: url(../../pereezd70.su/img/main1.jpg) no-repeat;
		background-size: auto 100%;
		background-position: center top;
		padding-bottom: 100px;
	}
.vibor li {
	width: 90%;
	margin-left: 5%;
}
.prise li {
		width: 70%;
		margin-left:15%;

	}

	.blackone li {
		width: 70%;
		margin-left:15%;
	}
	.karta img {
	float: none;
	width: 80%;
	padding-top: 10px;
	
}
	footer {
		height: 30px;
	}
	.foot {
	background-color: #222;
	width: 100%;
	height: 10px;
	line-height: 1;
	display: block;
	text-align: center;
}
.foot p {
	margin-top: 30px;
	line-height: 1.3;
	width: 100%;
	text-align: center;
	float: none;
	font-size: 17px;
}
.foot span {
	line-height: 1.3;
	width: 100%;
	text-align: center;
	font-size: 13px;
	float: none;

}
.foot a {
	margin-right: 10px;
	border-bottom: 2px dashed;
}
}
.foot {
	background-color: #fff;
	width: 100%;
	height: 100px;
	line-height: 100px;
	box-sizing: border-box;
	display: inline-block;
}
.foot p {
	float: left;
	font-size: 17px;
}
.foot span {
	font-size: 13px;
	float: right;

}
.foot a {
	margin-right: 10px;
	border-bottom: 2px dashed;
}

.town1 {
	color: #f7b448;
	border-bottom: 2px dashed #f7b448;
	font-size: 17px;
}


#toTop {
	position: fixed;
	bottom: 0;
	left: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 40px;
	height: 40px;
	background: url(../../pereezd70.su/img/vv.png) no-repeat top center;
	z-index: 999;
	line-height: 40px;
	font-family: tahoma;
	font-size: 35px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 65px;
}
.bluew22 {
	position: relative;
	top: 0;
	margin: 0;
	width: 100%;
	height: auto;
	padding-top: 20px;
	background: url(../../pereezd70.su/img/bg_img3.jpg) no-repeat top center / cover;
	color: #fff;
	background-attachment: fixed;
	padding-bottom: 20px;
}
.bluew22 h2 {
	color: #fff;
	margin-bottom: 20px;
}
.menu22 {
	width: 100%;
	height: 450px;

}

.hide {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	margin: 380px auto auto auto;
	color: #fff;
	width: 800px;
	height: 180px;
	z-index: 99999;
}
.menu22 a {
	position: absolute;
	width: 223px;
	height: 223px;
	top: 77px;
	margin-left: 12px;
	display: block;
	background: url(../../pereezd70.su/img/pod.png) no-repeat center center / cover;
	background-size: 80%;
	z-index: 999;
	opacity: 0;
}
.menu22 a:hover {
	opacity: 1;
}
.menu22 h3 {
	font-size: 15px;
	color: #fff;
}
.menu22 p {
	margin-bottom: 15px;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}
.view-source {
	text-align: center;
	display: block;
	width: 248px;
	height: 208px;
	margin: 0 1	px;
	float: left;
}
.view-source img {
	width: 90%;
}
.hide img {
	width: auto;
}
.hide span{
	color: #fff;
}
