/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;                               /* обнуляем отступы и убираем бордюры */
	vertical-align: baseline;          /* приводим все к одной базовой линии */
	background: transparent;      /* чтобы не проскакивали левые фоны, установленные по умолчанию */
	font-size: 100%;                     /* размер шрифта всем одинаковый */
}
a {                                      	     /* ссылка не в общем списке чтобы не сбрасывать outline по умолчанию */
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	outline:none;
}
table {						/* устраняем отступы между ячейками таблицы */
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
	vertical-align: top;			/* возвращаем привычное вертикальное выравнивание */
} 
input, select, button, textarea {
	margin: 0; 				/* убираем отступы по умолчанию для элементов форм (в частности для checkbox и radio) */
	font-size: 100%; 			/* делаем размер шрифтов везде одинаковым */
	outline: none;
}
input[type="text"], input[type="password"], textarea {
	padding: 0; 				/* убираем внутренние отступы для текстовых полей */
}
input[type="checkbox"] { 		/* вертикальное выравнивание чекбоксов и радиобатонов относительно меток */
	vertical-align: bottom;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}
nav ul {
	 list-style:none;
}
/* --------------- /reset.css --------------- */

/* --------------- базовые настройки ---------*/
html {
	min-height:100%; /* всегда показываем вертикальную полосу прокрутки  */
}
body {
	color: #7e7f84;
	text-align: left;
	font-size: 1em; /* используем безопасные шрифтовые CSS стеки */
	min-height:100%;
	font-family: 'Roboto', sans-serif; /*font-family: 'Roboto Condensed', sans-serif;*/
}
a, a:visited { /* порядок правил для ссылок имеет значение */
	/*color: #f45a40;*/
	text-decoration: underline;
}
a:hover {
	/*color: #f45a40;*/
	text-decoration:none;
}
a:focus, a:active {
	/*color: #f45a40;*/
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
img{

	max-width:100%;
}
.clr{
	clear:both;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
/* --------------- /базовые настройки ---------*/
.align_right {
	text-align:right;
	margin-right:30px;}
.align_center {
	text-align: center;}
.error {
	color:#FF0000;}

.center-block-main{
	max-width:1170px; margin:0 auto;
}
.header-top{
	padding:30px 0 10px 0; border-bottom:1px solid #eee;
}

	.logo{
		text-align:center; font-family: 'Roboto Condensed', sans-serif; color:#f45a40; font-size:3em; margin-bottom:0; text-transform:uppercase; line-height:0.8; margin-bottom:10px;
	}
	.logo a { text-decoration: none; color: #f45a40;}
	.logo2 {text-align:center; font-family: 'Roboto Condensed', sans-serif;  font-size:1em; text-transform:uppercase;}
	.logo2 a{ text-decoration: none; color: #f45a40;}
.header-bottom{
	padding:10px 0;
}
	.menu{
		float:left;
	}
		.menu li{
			float:left; text-transform:uppercase; margin-right:30px; font-size:0.875em;
		}
			.menu li a{
				color:#7e7f84; text-decoration:none;
			}
			.menu li a:hover{
				color:#f45a40;
			}
	

.my-slider{
}
	.my-slider ul li{
		position:relative; color:#FFF;
	}
	.my-slider ul li h2{
		position:absolute; left:30px; color:#000000; background:#FFF; font-size:2.5em; font-weight:bold; line-height:1.1; display:block; text-align:center; padding:5px 10px; border-radius:20px;
	}
	
	/*теперь конкретно по слайдам*/
	
	/*слайды с 1-го по 7-ой*/
	h2.slide1-7 {  bottom: 59px; }
	
	
	.unslider-nav{
		max-width:1170px; margin:0 auto; position:relative; top:-40px;
	}
.vstuplenie {
	font-size:1.5em; padding:10px 10px; box-sizing: border-box; margin-bottom:40px;
	}
	.vstuplenie h3 {
		text-align:center; margin-bottom:30px; color:#000000; font-size:1.5em; margin-top: 70px;}
	.vstuplenie p {text-indent: 30px; color:#555555; font-size: 1em;}
	.glavi {text-align:center;}
		.nomer_glavi {margin:30px 0 0 0; color:#000000; font-size:1.0em;}
		.title_razdela {margin:30px 0 50px 0; color:#000000; font-size:1.3em;} 
		.vstuplenie p.stichi { width:365px; margin: 10px auto 10px auto; text-indent:0;}
	.vstuplenie p.error { color:#FF0000; }/*сообщение об ошибке*/
	.razdelitel {
		width:70%;
		margin:70px auto;}
	.noCopiText {/*класс запрщающий выделение на странице текста и копировании его*/
		-moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* Internet Explorer */
		-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
		-webkit-user-select: none; /* Chrome, Safari, and Opera */
		-webkit-touch-callout: none; /* Disable Android and iOS callouts. отключает высплывающие меню на touch-устройствах (на iOS и Android)*/
		User-select: none;
	}
	
	.hr_wraper_blok_kanat { width:50%;}
	.hr_2 {  margin-top:10px;}
	
	/*блок с канатом*/
	.wraper_blok_kanat2 { text-indent:0; text-align:center; font-size:1.15em; font-weight:bold; height:60px;  color:#000000; width:90%; }
		.l_blok_kanat { 
			float:left; 
			width:33.3%;  
			border:2px solid #000; 
			border-radius:10px; 
			padding-top:10px; 
			padding-bottom:10px; 
			box-sizing:border-box; 
			-webkit-transition:all 0.1s linear;
			-moz-transition:all 0.1s linear;
			-o-transition:all 0.1s linear;
			transition:all 0.1s linear;
			color: #000;
			}
		.c_blok_kanat { float:left; width:33.3%; }
			.c_blok_kanat_div { text-align:center;}
			
			.kanat_100 { display:none;}/*скроем уменьшенную картинку*/
		.r_blok_kanat { 
			float:left; 
			width:33.3%;  
			border:2px solid #000; 
			border-radius:10px; 
			padding-top:10px; 
			padding-bottom:10px; 
			box-sizing:border-box;
			-webkit-transition:all 0.1s linear;
			-moz-transition:all 0.1s linear;
			-o-transition:all 0.1s linear;
			transition:all 0.1s linear;
			color: #000;}
	.pravilaRazdela { 
	border:1px solid #666;
	padding:10px;
	background: #F6F6F6;
	margin:0 auto 60px auto;}
	.pravilaRazdela p { color:#000;}
	
	.posle_wraper_blok_kanat { text-align:center; margin-bottom:50px; color:#000000; font-weight:bold; text-decoration:underline; text-transform:uppercase;}
	.posle_wraper_blok_kanat:hover { color:#F00; cursor:pointer; }
.stop_dostup { border:1px solid #F00; padding:20px;}
.stop_dostup img{ display: block;  margin:0 auto 10px auto; }
.wraper_l_and_r_blokov {}
	/*левый блок, в котором будут выводиться неслучайности*/
	.l_blok { float:left; width:62.5%; }
		/*стили самого блога неслучайности*/
		article{
			margin-bottom:70px;
		}
		article>header{ background:none; margin-bottom:10px; position: relative;
		}
		article>header img {
			width:100%;
		}
		article>h2{
			font-size:1.15em; text-transform:uppercase; font-weight:600; line-height:1.1; margin:0 0 20px 20px; color:#E7492D;
		}
		article>h2.sluchajnost { font-size:1.05em; border: 1px solid #09C; text-transform:uppercase; font-weight:500; line-height: none; margin:0 auto 5px auto; padding:8px 10px; color:#E7492D;}
		article>header>img.zamenaimg {
			width:100%;
		}
		article>p{
			margin:0 0 20px 20px; line-height:1.3;
		}
		p.rasskazivaet { color: #000; text-indent:0;}
		p>a.more {
			text-indent:0;}
		
		a.more{
			display:block;
			text-indent: 0;
			text-align:center;
			text-decoration: none;
			color: #fff;
			cursor: pointer;
			margin-left: 5px;
			width: 260px;
			height: 41px;
			line-height: 40px;
			font-size: 22px;
			padding: 0;
			background-color: #00b0eb;
			border-color: #00b0eb;
			font-family: Roboto;
			font-weight: 700;
			text-transform: uppercase;	
		}
		a:hover.more{
		border-color: #47d1ff;
		background-color: #47d1ff;}
		/*стили самого блога неслучайности*/
	/*правый блок, в котором будет выводиться реклама*/
	.r_blok { background: #FF9; float:right; width:28.3%;}
/*навигация*/
.pagination{
	margin: 20px;
	text-align: center;
}
.pagination a{
	border: 1px solid #ddd;
	padding: 6px 12px;
	text-decoration: none;
	background: #fff;
	color: #428bca;
	font-size:1em;
}
.pagination a:nth-child(even){
	border-left: none;
	border-right: none;
}
.pagination a:first-child{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination a:last-child{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-right: 1px solid #ddd;
}
.pagination a:hover{
	background: #eee;
}
.pagination > a.nav-active{
	background: #428bca;
	color: #fff;
	border-color: #428bca;
}
/* конец навигация*/

.druzja { 
border:1px solid #09F; 
padding:10px;}
a.rasskazat{
display:block;
text-indent: 0;
text-align:center;
text-decoration: none;
color: #fff;
cursor: pointer;
margin:10px auto;
width: 50%;
height: 35px;
line-height: 37px;
font-size: 19px;
padding: 0 10px 0 10px;
background-color: #00b0eb;
border-color: #00b0eb;
font-family: Roboto;
font-weight: 700;
text-transform: uppercase;	
}
a:hover.rasskazat{
border-color: #47d1ff;
background-color: #47d1ff;}
	

.block4-section{
	margin-bottom:60px;
	padding-left:5px;/*вот тут добавил при ширине 900 нужно это убрать*/
	padding-right:5px;/*вот тут добавил при ширине 900 нужно это убрать*/
}
	.block4-section>h2{
		text-align:center; font-family: 'Roboto Condensed', sans-serif; color:#67686d; font-size:1.375em; margin-bottom:30px;
	}
	.block4-main{
	}
		.block4-main article{
			width:23%; margin-left:2.6666666666666666666666666666667%; float:left;
		}
		.block4-main article:first-child{
			margin-left:0;
		}
		.block4-main article img{
			display:block; margin:0 auto;
		}
		.interWraper{
			padding-bottom:5px;}
		.block4-main-content{
			padding:20px 20px 0 20px; border:1px solid #eee; border-top:0;
		}
		.block4-main-content h2{
			color:#67686d; font-size:1.125em; text-transform:uppercase; margin-bottom:5px;
		}
		.block4-main-content h3{
			font-size:0.875em; text-transform:uppercase; margin-bottom:10px; font-style:italic;
		}
		.block4-main-content p{
			font-size:0.625em; margin-bottom:15px;
		}
		p.price-basket{
			border-top:1px solid #eee; font-size:0.875em; color:#f45a40; padding:15px 0; margin-bottom:0;
		}
		.price{
			float:left;
		}
		.price a { color: #f45a40; }
		.basket-btn{
			float:right;
		}
	
.about{
	margin-bottom:60px;
	padding-left:1%;/*вот тут добавил при ширине 600 нужно это убрать*/
	padding-right:1%;/*вот тут добавил при ширине 600 нужно это убрать*/
	
}
	.about article{
		float:left; width:60%;
	}
	.about article h2{
		font-size:1.325em; font-weight:bold; margin-bottom:30px; color:#67686d;
	}
	.about article p{
		font-size:0.875em; margin-bottom:25px; font-style:italic;
	}
	
	.about .map{
		float:right; width:35%;
	}
	.mapin{
		position:relative;
		padding-bottom:75%; /*		450/600		*/
		height:0;
		overflow:hidden;
	}
	.mapin iframe{
		position:absolute; top:0; left:0; width:100%; height:100%;
	}
	
.subscribe{
	background:#f45a40; color:#fff; padding:30px 5px;
}
	.subscribe h2{
		float:left; font-size:1.325em; text-transform:uppercase; margin-top:5px;
	}
	.subscribe-form{
		float:right;
	}
	.email-inpt{
		text-transform:uppercase; font-size:0.875em; float:left; width:200px; padding:7px 20px; border:none;
	}
	.submit-inpt{
		background:#ff674f; float:left; margin-left:20px; border:none; color:#fff; text-transform:uppercase; padding:7px 20px; cursor:pointer; font-size:0.875em;
	}
	
.ftr{
	background:#2a2d34; padding:40px 10px;/*было padding:40px 0; при ширине 900 нужно вернуть старый стиль*/
}
	.ftr h2{color:#fff; font-size:1.1em; font-family: 'Roboto Condensed', sans-serif; text-align:center;}
	.ftr p{
		font-size:0.875em; margin-bottom:20px;
	}
	.ftr h3{
		font-size:0.875em; margin-bottom:5px;
	}
		.ftr h3 a{
			color:#fff; text-decoration:none;
		}
		.ftr h3 a:hover{
			text-decoration: underline;
		}
	.support{
		float:left; width:47%; margin-right:3%;
	}
		.support a{
			display:block; margin-bottom:5px; text-decoration:none; color:#7e7f84;
		}
		.support a:hover{
			text-decoration:underline;
		}
	.ftrmail{
		width:100%; text-transform:uppercase; font-size:0.75em; margin-bottom:15px; padding:7px 20px; border:none; box-sizing: border-box;
	}
	.ftrtext{
		width:100%; text-transform:uppercase; font-size:0.75em; margin-bottom:15px; padding:7px 20px; border:none; box-sizing: border-box;
	}
	.ftrsubmit{
		text-transform:uppercase; font-size:0.875em; border:none; background:#f45a40; padding:7px 20px; color:#fff; cursor:pointer;
		
	}
/*моя адаптация*/
@media screen and (max-width:1070px){
	.vstuplenie h3 { font-size:1.4em; }
	.vstuplenie p { font-size: 0.9em; }	
	.title_razdela { margin: 0 0 50px 0;}
	/*пагинация*/
	.pagination a{ font-size:0.9em; padding:6px 12px; }	
}
@media screen and (max-width:900px){
	.logo{
		 font-size:2.5em;
	}
	.vstuplenie h3 { font-size:1.4em; }
	.vstuplenie p { font-size: 0.85em; }
	.my-slider ul li h2{ font-size:2em; }
	.title_razdela { margin: -10px 0 40px 0;}
	article>h2.sluchajnost { font-size:1em; }
	article>h2{ font-size:1.1em; }
	/*пагинация*/
	.pagination a{ font-size:0.8em; padding:6px 12px; }
	
	.block4-section{
		padding-left:0;/*убрал уже ненужные боковые отступы*/
		padding-right:0;/*убрал уже ненужные боковые отступы*/
	}
		.block4-main article{
				width:45%; margin:0 2.5% 30px 2.5%; float:left;
			}
			.block4-main article:first-child{
				margin:0 2.5% 30px 2.5%;
			}
		.block4-main article img{
			width:100%;
			}
		.subscribe h2{
			float:none; text-align:center; margin:0 0 20px 0;
		}
		.subscribe-form{
			float:none; display:table; margin:0 auto;
		}	
			
}

@media screen and (max-width:870px){
	.logo{ font-size:2.4em; }
	.logo2{ font-size: 0.9em; }
	.logo-span{font-size:0.37em;}
	/*слайдер*/
	.my-slider ul li h2{ font-size:1.9em; }
	.vstuplenie h3 { font-size:1.35em; }
	.vstuplenie p { font-size: 0.8em; }
	.title_razdela { margin: -15px 0 35px 0;}
	article>h2.sluchajnost { font-size:1em;}
	article>h2{font-size:1.05em;}
	
		
}
@media screen and (max-width:770px){
	.logo{ font-size:2.2em; }
	/*слайдер*/
	.my-slider ul li h2{ font-size:1.8em; }
	.vstuplenie h3 { font-size:1.3em; }
	.vstuplenie p { font-size: 0.75em; }
	.title_razdela { margin: -30px 0 25px 0;}
	article>h2.sluchajnost { font-size:0.95em;}
	article>h2{font-size:1em;}
	a.more{
		margin-left: 5px;
		width: 230px;
		height: 41px;
		line-height: 40px;
		font-size: 20px;
		padding: 0;}
		
		/*блок с канатом*/
		.wraper_blok_kanat2 { font-size:1.05em; }
		.c_blok_kanat { padding-top:10px;}
		.c_blok_kanat_div img { width:80%;}
		.l_blok_kanat { width:40%;}
		.c_blok_kanat { width:20%;}
		.r_blok_kanat { width:40%;}
		/*блоку с неслучайностями и рекламному блоку отменяю float*/
		.l_blok { float: none; width:100%; }
		.r_blok { float: none; width:100%; }
		/*пагинация*/
		.pagination a{ font-size:0.8em; padding:5px 10px; }
}
@media screen and (max-width:720px){
	.logo{ font-size:2.2em; }
	/*слайдер*/
	.my-slider ul li h2{ font-size:1.7em; }
	/*блок с канатом*/
	.hr_2 { margin-top:5px;}
	.title_razdela { margin: -40px 0 20px 0;}
	article>h2.sluchajnost { font-size:0.9em;}
	article>h2{font-size:0.95em;}
}
@media screen and (max-width:670px){
	.logo{ font-size:2.1em; }
	/*слайдер*/
	.my-slider ul li h2{ font-size:1.6em; }
	/*слайды с 1-го по 7-ой*/
	h2.slide1-7 {  bottom: 50px; }
	.title_razdela { font-size:1.15em; margin: -45px 0 15px 0;}
	article>h2.sluchajnost { font-size:0.85em;}
	article>h2{font-size:0.9em;}
	
	/*блок с канатом*/
	.wraper_blok_kanat2 { font-size:1em; }
	.posle_wraper_blok_kanat { margin-bottom:40px; }
	
		
}
@media screen and (max-width:620px){
	.logo{ font-size:2em;}
	/*слайдер*/
	.my-slider ul li h2{ font-size:1.5em; }
	.title_razdela { font-size:1.1em; margin: -45px 0 15px 0; }	
	.vstuplenie h3 { font-size:1.25em; }
	.vstuplenie p { font-size: 0.7em; }
	
	/*блок с канатом*/
	.wraper_blok_kanat2 { font-size:0.9em; width:90%; }
	.c_blok_kanat { padding-top:10px;}
	.c_blok_kanat_div img { width:70%;}
	.l_blok_kanat { width:35%;}
	.c_blok_kanat { width:30%;}
	.r_blok_kanat { width:35%;}
			
}
@media screen and (max-width:590px){
	.logo{ font-size:1.9em;}
	/*слайдер*/
	.unslider-nav{ top:-35px; }
	.my-slider ul li h2{ font-size:1.45em; }
	/*слайды с 1-го по 7-ой*/
	h2.slide1-7 {  bottom: 45px; }
	.title_razdela { font-size:1.05em; margin: -45px 0 15px 0;}	
	/*блок с канатом*/
	.hr_2 { margin-top:0;}
	.posle_wraper_blok_kanat { font-size: 80%;}	
	.title_razdela { margin: -45px 0 15px 0;}
	article>h2.sluchajnost { font-size:0.8em;}
	article>h2{font-size:0.85em;}
	/*пагинация*/
	.pagination a{ font-size:0.7em; padding:5px 10px; }

}
@media screen and (max-width:560px){
.logo{ font-size:1.8em;}
/*слайдер*/
	.my-slider ul li h2{ left:20px; font-size:1.4em; }
/*блок с канатом*/
.wraper_blok_kanat2 { font-size:0.85em; width:90%; }
.title_razdela { font-size:1em; margin: -45px 0 15px 0;}
.posle_wraper_blok_kanat { margin-bottom:30px; }


@media screen and (max-width:540px){
	.logo{ font-size:1.75em;}
	/*слайдер*/
	.my-slider ul li h2{ font-size:1.35em; }
	/*блок с канатом*/
	.wraper_blok_kanat2 { font-size:0.8em; width:90%; }
}

@media screen and (max-width:520px){
	.logo{ font-size:1.7em;}
	.logo2{ font-size: 0.85em; }
	/*слайдер*/
	.my-slider ul li h2{ font-size:1.3em; }
	/*блок с канатом*/
	.wraper_blok_kanat2 { font-size:0.75em; width:90%; }
	.title_razdela { font-size:0.95em; margin: -45px 0 15px 0;}
}

@media screen and (max-width:500px){
	.logo{ font-size:1.6em;}
	/*слайдер*/
	.my-slider ul li h2{ font-size:1.25em; }
	/*блок с канатом*/
	.hr_2 { margin-top:-5px;}	
}

@media screen and (max-width:480px){
	.logo{ font-size:1.55em;}
	.logo2{ font-size: 0.8em; }
	/*слайдер*/
	.my-slider ul li h2{ font-size:1.2em; }
	.nomer_glavi { font-size:0.9em; }
	.title_razdela { font-size:0.9em;}
	
	.stop_dostup img { width:25%;}
	/*пагинация*/
	.pagination a{ font-size:0.6em; padding:4px 8px; }
	.block4-main article{
			width:95%; margin:0 2.5% 30px 2.5%; float:none; overflow:hidden;
		}
		.block4-main article:first-child{
			width:95%; margin:0 2.5% 30px 2.5%; float:none;
		}
}
@media screen and (max-width:460px){
	.logo{ font-size:1.5em;}
	/*слайдер*/
	.my-slider ul li h2{ font-size:1.18em; }
	/*блок с канатом*/
	.wraper_blok_kanat2 { font-size:0.7em; width:90%; }
}
@media screen and (max-width:445px){
	.logo{ font-size:1.45em;}
	/*слайдер*/
	.unslider-nav{ top:-30px; }
	/*слайды с 1-го по 7-ой*/
	h2.slide1-7 {  bottom: 40px; }
	.my-slider ul li h2{ font-size:1.15em; }
	/*блок с канатом*/
	.wraper_blok_kanat2 { font-size:0.7em; width:90%; }
	.l_blok_kanat { width:37.5%;}
	.c_blok_kanat { width:25%;}
	.r_blok_kanat { width:37.5%;}	
}
@media screen and (max-width:430px){
	.logo{ font-size:1.4em;}
	/*слайдер*/
	.my-slider ul li h2{ font-size:1.12em; font-weight:500;}
}

@media screen and (max-width:410px){
	.logo{ font-size:1.35em;}
	/*слайдер*/
	.my-slider ul li h2{ font-size:1.1em; }
	.nomer_glavi { font-size:0.8em; }
	.title_razdela { font-size:0.8em; }
	.vstuplenie h3 { font-size:1.15em; }
}

@media screen and (max-width:400px){
	.logo{ font-size:1.3em;}
	.vstuplenie h3 { font-size:1.1em; }
	/*блок с канатом*/
	.wraper_blok_kanat2 { font-size:0.65em; width:90%; }
}

@media screen and (max-width:385px){
	.logo{ font-size:1.25em;}
	.logo2{ font-size: 0.75em; }
	.vstuplenie h3 { font-size:1.05em; }
	}
@media screen and (max-width:375px){
	.logo{ font-size:1.2em;}
	/*блок с канатом*/
	.wraper_blok_kanat2 { font-size:0.6em; width:90%; }
	}

/* конец - моя адаптация*/
	

@media screen and (max-width:740px){
	
	.search-block{
		border-top:1px solid #eee; border-bottom:1px solid #eee; margin-top:10px; padding:5px 0 7px 0; float:right;
	}
}
@media screen and (max-width:600px){
	.block3-main article{
		width:95%; float:none; margin:0 2.5% 30px 2.5%;
	}
	.block3-main article:first-child{
		 margin:0 2.5% 30px 2.5%;
	}
	.about{
		padding-left:0;/*убрал уже ненужные боковые отступы*/
		padding-right:0;/*убрал уже ненужные боковые отступы*/
	}
	.about article{
		float:none; width:95%; margin:0 2.5% 30px 2.5%;
	}
	.about .map{
		float:none; width:95%; margin:0 2.5% 30px 2.5%;
	}
}
@media screen and (max-width:480px){
	
	.block4-main article{
			width:95%; margin:0 2.5% 30px 2.5%; float:none; overflow:hidden;
		}
		.block4-main article:first-child{
			width:95%; margin:0 2.5% 30px 2.5%; float:none;
		}
}
@media screen and (max-width:410px){
	.header-top{
		padding:10px 0;
	}
	.logo{
		float:none; text-align:center; margin-bottom:10px;
	}
	.contakt-basket{
		float:none; display:table; margin:0 auto;
	}
}
@media screen and (max-width:360px){
	.email-inpt{
		float:none; width:95%; margin:0 2.5% 20px 2.5%; box-sizing:border-box;
	}
	.submit-inpt{
		margin-left:2.5%;
	}
	
}