/* Шрифты */
@font-face {
	font-family:'Colo-Pro-Black';
	src: url('../_fonts/Colo-Pro-Black_gdi.eot');
	src: url('../_fonts/Colo-Pro-Black_gdi.eot?#iefix') format('embedded-opentype'),
		url('../_fonts/Colo-Pro-Black_gdi.woff') format('woff'),
		url('../_fonts/Colo-Pro-Black_gdi.ttf') format('truetype'),
		url('../_fonts/Colo-Pro-Black_gdi.otf') format('opentype'),
		url('../_fonts/Colo-Pro-Black_gdi.svg#Colo-Pro-Black') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2122;
}
@font-face {
	font-family:'PTSans-NarrowBold';
	src: url('../_fonts/PTSans-NarrowBold_gdi.eot');
	src: url('../_fonts/PTSans-NarrowBold_gdi.eot?#iefix') format('embedded-opentype'),
		url('../_fonts/PTSans-NarrowBold_gdi.woff') format('woff'),
		url('../_fonts/PTSans-NarrowBold_gdi.ttf') format('truetype'),
		url('../_fonts/PTSans-NarrowBold_gdi.otf') format('opentype'),
		url('../_fonts/PTSans-NarrowBold_gdi.svg#PTSans-NarrowBold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: condensed;
	unicode-range: U+0020-F6D4;
}
@font-face {
	font-family:'Exo2.0-Regular';
	src: url('../_fonts/Exo2.0-Regular_gdi.eot');
	src: url('../_fonts/Exo2.0-Regular_gdi.eot?#iefix') format('embedded-opentype'),
		url('../_fonts/Exo2.0-Regular_gdi.woff') format('woff'),
		url('../_fonts/Exo2.0-Regular_gdi.ttf') format('truetype'),
		url('../_fonts/Exo2.0-Regular_gdi.otf') format('opentype'),
		url('../_fonts/Exo2.0-Regular_gdi.svg#Exo2.0-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
@font-face {
	font-family:'Exo2.0-SemiBold';
	src: url('../_fonts/Exo2.0-SemiBold_gdi.eot');
	src: url('../_fonts/Exo2.0-SemiBold_gdi.eot?#iefix') format('embedded-opentype'),
		url('../_fonts/Exo2.0-SemiBold_gdi.woff') format('woff'),
		url('../_fonts/Exo2.0-SemiBold_gdi.ttf') format('truetype'),
		url('../_fonts/Exo2.0-SemiBold_gdi.otf') format('opentype'),
		url('../_fonts/Exo2.0-SemiBold_gdi.svg#Exo2.0-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
@font-face {
	font-family:'Exo2.0-Light';
	src: url('../_fonts/Exo2.0-Light_gdi.eot');
	src: url('../_fonts/Exo2.0-Light_gdi.eot?#iefix') format('embedded-opentype'),
		url('../_fonts/Exo2.0-Light_gdi.woff') format('woff'),
		url('../_fonts/Exo2.0-Light_gdi.ttf') format('truetype'),
		url('../_fonts/Exo2.0-Light_gdi.otf') format('opentype'),
		url('../_fonts/Exo2.0-Light_gdi.svg#Exo2.0-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}
/* Конец */



/* Основа */
*, *:before, *:after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.wrapper {
	width: 100%;
	max-width: 1028px;
	padding: 0 24px;
	margin: 0 auto;
}
/* Конец */



/* Шапка */
header {
	width: 100%;
	height: 100px;
	background: #fff;
	overflow: hidden;
}
header:after {
	content: '';
	display: table;
	clear: both;
}



.header_logo {
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	position: relative;
	text-decoration: none;
}
.header_logo a {
	display: block;
	font-family: 'Colo-Pro-Black';
	font-size: 60px;
	line-height: 60px;
	color: #3598db;
	text-decoration: none;
	transition: color, .3s;
}
.header_logo a span {
	color: #bdc3c7;
	transition: color, .3s;
}
.header_logo p {
	position: absolute;
	top: 5px; right: 0;
	font-family: 'PTSans-NarrowBold';
	font-size: 13px;
	line-height: 13px;
	color: #333;
	text-transform: uppercase;
}
.header_logo a:hover {
	color: #bdc3c7;
}
.header_logo a:hover span {
	color: #3598db;
}



.header_contacts {
	width: 230px;
	height: 60px;
	display: block;
	background: url(../_img/design/contacts_phone.png) left center no-repeat;
	float: right;
	margin-top: 20px;
	position: relative;
	text-decoration: none;
}
.header_contacts a {
	display: block;
	font-family: 'Exo2.0-Light';
	font-size: 24px;
	line-height: 24px;
	color: #3598db;
	text-decoration: none;
	position: absolute;
	left: 40px; top: 0;
}
.header_contacts a span {
	font-family: 'Exo2.0-SemiBold';
}
.header_contacts a:hover {
	text-decoration: underline;
}
.header_contacts p {
	font-family: 'Exo2.0-Regular';
	font-size: 13px;
	line-height: 15px;
	color: #333;
	position: absolute;
	left: 40px; bottom: 0;
}
.header_contacts p span {
	font-family: 'Exo2.0-SemiBold';
}
/* Конец */



/* Верхнее меню */
nav {
	width: 100%;
	height: 100px;
	background: #3598db;
	overflow: hidden;
}


nav p {
	display: none;
}
.nav_menu {
	width: 100%;
	margin-top: 15px;
}
.nav_menu:after {
	content: '';
	display: table;
	clear: both;
}
.nav_menu li {
	width: 11.1%;
	display: block;
	padding: 0 5px;
	text-align: center;
	float: left;
}
.nav_menu li a {
	display: block;
	text-decoration: none;
}
.nav_menu_img {
	height: 40px;
	position: relative;
}
.nav_menu span {
	display: block;
	background: url(../_img/design/nav_menu.png) no-repeat;
	position: absolute;
	top: 50%; left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.nav_menu .automobile span {
	width: 40px;
    height: 31px;
    background-position: -1px -1px;
}
.nav_menu .automobile:hover span {
	width: 40px;
    height: 31px;
    background-position: -43px -1px;
}
.nav_menu .realEstate span {
	width: 37px;
    height: 40px;
    background-position: -85px -1px;
}
.nav_menu .realEstate:hover span {
	width: 37px;
    height: 40px;
    background-position: -1px -43px;
}
.nav_menu .camera span {
	width: 40px;
    height: 34px;
    background-position: -40px -43px;
}
.nav_menu .camera:hover span {
	width: 40px;
	height: 34px;
	background-position: -82px -43px;
}
.nav_menu .phone span {
	width: 24px;
    height: 40px;
    background-position: -124px -1px;
}
.nav_menu .phone:hover span {
	width: 24px;
    height: 40px;
    background-position: -124px -43px;
}
.nav_menu .tablet span {
	width: 40px;
	height: 29px;
	background-position: -40px -79px;
}
.nav_menu .tablet:hover span {
	width: 40px;
	height: 29px;
	background-position: -82px -79px;
}
.nav_menu .laptop span {
	width: 40px;
    height: 33px;
    background-position: -1px -110px;
}
.nav_menu .laptop:hover span {
	width: 40px;
	height: 33px;
	background-position: -43px -110px;
}
.nav_menu .computer span {
	width: 40px;
    height: 32px;
    background-position: -85px -110px;
}
.nav_menu .computer:hover span {
	width: 40px;
	height: 32px;
	background-position: -150px -1px;
}
.nav_menu .tv span {
	width: 40px;
    height: 34px;
    background-position: -150px -35px;
}
.nav_menu .tv:hover span {
	width: 40px;
	height: 34px;
	background-position: -150px -71px;
}
.nav_menu .watch span {
	width: 26px;
    height: 38px;
    background-position: -127px -107px;
}
.nav_menu .watch:hover span {
	width: 26px;
    height: 38px;
    background-position: -155px -107px;
}
.nav_menu_text {
	margin-top: 10px;
	font-family: 'Exo2.0-Regular';
	font-size: 13px;
	line-height: 15px;
	color: #f0f8fc;
}
/* Конец */



/* Контент (главная страница) */
main.index {
	width: 100%;
	background: #fff;
	overflow: hidden;
}



.index .main_infoTop {
	background: #f0f8fc;
	text-align: center;
	overflow: hidden;
	padding-bottom: 40px;
}
.index .main_infoTop h1 {
	margin: 50px 0 25px 0;
	font-family: 'Exo2.0-SemiBold';
	font-size: 30px;
	line-height: 32px;
	color: #3598db;
}
.index .main_infoTop p {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 19px;
	color: #333;
}

.index .main_content_title {
	margin: 40px 0;
	font-family: 'Exo2.0-SemiBold';
	font-size: 30px;
	line-height: 32px;
	color: #333;
	text-align: center;
}
.index .main_content_categories {
	width: 100%;
}
.index .main_content_categories:after {
	content: '';
	display: table;
	clear: both;
}
.index .main_content_categories li {
	display: block;
	float: left;
	width: 30%;
	height: 375px;
	padding-bottom: 55px;
}
.index .main_content_categories li:nth-of-type(2),
.index .main_content_categories li:nth-of-type(5),
.index .main_content_categories li:nth-of-type(8) {
	margin-left: 5%;
	margin-right: 5%;
}
.index .main_content_categories li img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
.index .main_content_categories li:hover img {
	opacity: 0.7;
}
.index .main_content_categories li h2 {
	margin: 15px 0;
	font-family: 'Exo2.0-SemiBold';
	font-size: 24px;
	line-height: 26px;
	color: #3598db;
	text-align: center;
}
.index .main_content_categories li p {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
.index .main_content_categories li p a {
	font-family: 'Exo2.0-SemiBold';
	color: #3598db;
}
.index .main_content_categories li p a:hover {
	text-decoration: none;
}

.index .main_infoBottom {
	background: #f0f8fc;
	overflow: hidden;
	padding-bottom: 20px;
}
.index .main_infoBottom h3 {
	margin: 40px 0 25px 0;
	font-family: 'Exo2.0-SemiBold';
	font-size: 30px;
	line-height: 32px;
	color: #3598db;
}
.index .main_infoBottom p {
	margin-bottom: 30px;
	font-family: Tahoma;
	font-size: 14px;
	line-height: 19px;
	color: #333;
}
.main_infoBottom ul.list li{font-family:Tahoma;}

/* Конец */



/* Контент (дополнительные страницы) */
main.add {
	width: 100%;
	background: #fff;
	margin-bottom: 60px;
	overflow: hidden;
}
main:after {
	content: '';
	display: table;
	clear: both;
}



.add .main_breadcrumbs {
	height: 50px;
}
.add .main_breadcrumbs ul {

}
.add .main_breadcrumbs ul:after {
	content: '';
	display: table;
	clear: both;
}
.add .main_breadcrumbs ul li {
	display: block;
	line-height: 50px;
	margin-right: 30px;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 50px;
	color: #a5a5a5;
	float: left;
}
.add .main_breadcrumbs ul li a {
	display: block;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 50px;
	color: #a5a5a5;
	position: relative;
}
.add .main_breadcrumbs ul li a:hover {
	text-decoration: none;
}
.add .main_breadcrumbs ul li a:first-child:after {
	width: 10px;
	height: 50px;
	background: url(../_img/design/breadcrumbs_after.png) center center no-repeat;
	display: block;
	content: '';
	position: absolute;
	top: 0; right: -20px;
}



.add h1 {
    width: 65%;
    font-family: 'Exo2.0-SemiBold';
    font-size: 30px;
    line-height: 32px;
    color: #3598db;
    display: inline-block;
}
.add .main_content {
	width: 65%;
	margin-right: 5%;
	float: left;
	padding-top: 25px;
}
.add .main_content img {
	width: 100%;
	max-width: 533px;
	height: auto;
	display: block;
	margin: 30px auto 30px auto;
}
.add .main_content p {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 20px;
	color: #333;
}
.add .main_content p span {
	/*font-family: 'Exo2.0-SemiBold';*/
	/*color: #3598db;*/
	font-weight:bold; color:#433636;	
}
.add .main_content p a {
	color: #3598db;
}
.add .main_content strong {
	display: block;
	margin: 25px 0 35px 0;
	font-family: 'Exo2.0-SemiBold';
	font-size: 18px;
	line-height: 20px;
	color: #3598db;
}
.add .main_content_info {;
	background: #f0f8fc url(../_img/design/main_content_info.png) 5% center no-repeat;
	padding: 25px 0 25px 20%;
}
.add .main_content_info p:nth-of-type(1),
.add .main_content_info p:nth-of-type(1) a {
	font-family: 'Exo2.0-Light';
	font-size: 24px;
	line-height: 30px;
	color: #3598db;
	text-decoration: none;
}
.add .main_content_info p:nth-of-type(1) a:hover {
	text-decoration: underline;
}
.add .main_content_info p:nth-of-type(1) a span {
	font-family: 'Exo2.0-SemiBold';
}
.add .main_content_info p:nth-of-type(2) {
	font-family: 'Exo2.0-Regular';
	font-size: 18px;
	line-height: 26px;
	color: #333;
}


input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


.main_form_gor {
    width: 100%;
    background: #f0f8fc;
    padding: 2%;
    float: right;
    display: inline-block;
}

.main_form_gor  table {
   width: 100%;
}
.main_form_gor h2 {
	margin: 5px;
	font-family: 'Exo2.0-SemiBold';
	font-size: 24px;
	line-height: 30px;
	color: #3598db;
	text-align: center;
}

.main_form_gor input {
	width: 90%;
	height: 30px;
	background: #fff;
/*	display: block; */
	padding: 5px;
	border: none;
	outline: none;
}


.main_form_gor label {
	display: block;
	margin-top: 10px;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 19px;
	color: #333;
}
.main_form_gor input[type="submit"] {
	height: 38px;
	width: 100%;
	
	background: #3598db;
	padding: 0;
	margin: 4px;
	border-bottom: 2px solid #3086c0;
	font-family: 'Exo2.0-Regular';
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
}
.main_form_gor input[type="submit"]:hover {
	background: #3086c0;
}
.main_form_gor span {
	display: block;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	color: #f00;
/*	background: #fff; */
	border-top: 1px solid #f0f8fc;
}









.add .main_form {
    width: 30%;
    background: #f0f8fc;
    padding: 0 2%;
    float: right;
    display: inline-block;
}
.add .main_form h2 {
	margin: 20px 0 40px 0;
	font-family: 'Exo2.0-SemiBold';
	font-size: 24px;
	line-height: 30px;
	color: #3598db;
	text-align: center;
}

.add .main_form input,
.add .main_form textarea {
	-webkit-appearance: none;
	-webkit-border-radius:0; 
    border-radius:0;
}
.add .main_form input {
	width: 100%;
	height: 30px;
	background: #fff;
	/*display: block;*/
	padding: 5px;
	border: none;
	outline: none;
}
.add .main_form input,
.add .main_form textarea {
	font-family: Tahoma;
	font-size: 13px;
	color: #000;
}
.add .main_form input[type="file"] {
	height: auto;
}
.add .main_form textarea {
	width: 100%;
	height: 60px;
	display: block;
	background: #fff;
	padding: 5px;
	margin-bottom: 10px;
	border: none;
	outline: none;
	resize: none;
}
.add .main_form label {
	display: block;
	margin-top: 10px;
	/*font-family: Tahoma;*/
	font-size: 13px;
	font-family:sans-serif,Montserrat,Arial;
	line-height: 19px;
	color: #333;
}
.add .main_form input[type="submit"] {
	height: 40px;
	background: #3598db;
	padding: 0;
	margin: 20px 0 35px 0;
	border-bottom: 2px solid #3086c0;
	font-family: 'Exo2.0-Regular';
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	cursor: pointer;
}
.add .main_form input[type="submit"]:hover {
	background: #3086c0;
}
.add .main_form span {
	display: block;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 15px;
	color: #f00;
	background: #fff;
	border-top: 1px solid #f0f8fc;
}


.ok_popup {
	display: none;
	width: 380px;
	height: 260px;
	background: #fff;
}
.ok_popup strong {
	display: block;
	margin: 40px 0 15px 0;
	font-family: 'Exo2.0-SemiBold';
	font-size: 24px;
	line-height: 30px;
	color: #3598db;
	text-align: center;
}
.ok_popup p {
	font-family: 'Exo2.0-SemiBold';
	font-size: 16px;
	line-height: 20px;
	color: #000;
	text-align: center;
}
.ok_popup_close {
	display: block;
	width: 160px;
	height: 40px;
	background: #3598db;
	border: none;
	outline: none;
	border-bottom: 2px solid #3086c0;
	margin: 25px auto 0 auto;
	font-family: 'Exo2.0-Regular';
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.ok_popup_close:hover {
	background: #3086c0;
}
/* Конец */



/* Страничка "Контакты" */
.add.contact {
	margin-bottom: 310px;
}
.add.contact .main_content {
	width: 48%;
	margin-right: 5%;
	float: left;
}
.add.contact .main_map {
    width: 47%;
    background: #f0f8fc;
    float: left;
}
/* Конец */



/* Футер */
footer {
	width: 100%;
	height: 150px;
	background: #bdc3c7;
	overflow: hidden;
}
footer:after {
	content: '';
	display: table;
	clear: both;
}



.footer_info {
	width: 250px;
	margin-top: 30px;
	float: left;
}
.footer_info_counter {
	float: left;
	margin: 0 15px 0 0;
}
.footer_info p {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 15px;
	color: #555;
}
.footer_info p a {
	color: #555;
}
.footer_info p a:hover {
	text-decoration: none;
}
.footer_info a.vk {
	width: 170px;
	height: 30px;
	background: #999;
	display: block;
	margin-top: 10px;
	border-radius: 3px;
	font-family: 'Exo2.0-SemiBold';
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: background, .3s;
}
.footer_info a.vk:hover {
	background: #3598db;
}
.footer_info a.vk span {
	width: 20px;
	height: 20px;
	background: #fff;
	display: inline-block;
	margin: 5px 0 5px 3px;
	border-radius: 3px;
	font-size: 16px;
	line-height: 20px;
	color: #999;
	text-transform: uppercase;
	transition: color, .3s;
}
.footer_info a.vk:hover span {
	color: #3598db;
}



.footer_contacts {
	width: 230px;
	height: 80px;
	display: block;
	background: url(../_img/design/contacts_phone.png) left center no-repeat;
	float: right;
	margin-top: 30px;
	position: relative;
	text-decoration: none;
}
.footer_contacts a.link {
	display: inline-block;
	padding: 0 2px 1px 2px;
	margin-left: 38px;
	border-radius: 3px;
	font-family: 'Exo2.0-SemiBold';
	font-size: 16px;
	line-height: 16px;
	color: #555;
	text-decoration: underline;
}
.footer_contacts a.link:hover {
	background: #555;
	color: #bdc3c7;
	text-decoration: none;
}
.footer_contacts a.tel {
	display: block;
	font-family: 'Exo2.0-Light';
	font-size: 24px;
	line-height: 24px;
	color: #555;
	text-decoration: none;
	position: absolute;
	left: 40px; top: 20px;
}
.footer_contacts a.tel span {
	font-family: 'Exo2.0-SemiBold';
}
.footer_contacts a.tel:hover {
	text-decoration: underline;
}
.footer_contacts p {
	font-family: 'Exo2.0-Regular';
	font-size: 13px;
	line-height: 15px;
	color: #555;
	position: absolute;
	left: 40px; bottom: 0;
}
.footer_contacts p span {
	font-family: 'Exo2.0-SemiBold';
}
/* Конец */



/* Адаптивность */
@media only screen and (max-width: 980px) {
	.add .main_content p,.index .main_infoTop p {font-family:sans-serif,arial; font-size:15px;}
	ul.list li {font-family:sans-serif,arial; font-size:14px;}


	nav {
		height: 40px;
		transition: height, .3s;
	}
	nav.open {
		height: 240px;
	}
	nav p {
		height: 40px;
		display: block;
		padding: 10px 0;
		margin-bottom: 20px;
		font-family: 'Exo2.0-Regular';
		font-size: 16px;
		line-height: 18px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		cursor: pointer;
		position: relative;
	}
	.nav_menu li {
		width: 20%;
		margin-bottom: 25px;
	}

	.index .main_content_categories li {
		width: 47.32620320855615%;
	}
	.index .main_content_categories li:nth-of-type(2),
	.index .main_content_categories li:nth-of-type(5),
	.index .main_content_categories li:nth-of-type(8) {
		margin-left: 0;
		margin-right: 0;
	}
	.index .main_content_categories li:nth-of-type(odd) {
		margin-right: 5.347593582887701%;
	}
	.index .main_content_categories li img {
		display: block;
		margin: 0 auto;
	}
	.index .main_content_categories li p {
		padding: 0 40px;
	}

	.add h1 {
		width: 100%;
		margin-bottom: 15px;
	}
	.add .main_content {
		width: 57%;
		margin-right: 3%;
	}
	.add .main_form {
		width: 40%;
		margin-top: 0;
	}

	.add.contact {
		margin-bottom: 60px;
	}
	.add.contact .main_content {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.add.contact .main_map {
	    width: 100%;
	    float: none;
	    margin-top: 20px;
	}

}



@media only screen and (max-width: 748px) {

	.wrapper {
		padding: 0 10px;
	}

	header {
		height: 180px;
	}
	.header_logo {
		width: 260px;
	    float: none;
	    margin: 20px auto;
	}
	.header_logo p {
		right: auto;
		left: 49px;
	}
	.header_contacts {
	    float: none;
	    margin: 0 auto;
	}

	nav.open {
		height: 330px;
	}
	.nav_menu li {
		width: 33.3%;
	}

	.index .main_content_categories li {
		width: 48%;
	}
	.index .main_content_categories li:nth-of-type(odd) {
		margin-right: 2%;
	}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.main_content {
    order: 2;
}
.main_form {
    order: 3;
}
.flex-title{
	    order: 1;
}
	.add .main_breadcrumbs {
		display: none;
	}
.add h1 {
    margin: 35px 0px 0px 0;
    text-align: center;
}
	.add .main_content {
		width: 100%;
		margin-right: 0;
	}
	.add .main_content img {
		padding: 0 40px;
	}
	.add .main_content_info {
		background: #f0f8fc url(../_img/design/main_content_info.png) 10% center no-repeat;
		padding-left: 30%;
		margin-bottom: 20px;
	}
	.add .main_form {
		width: 100%;
	}
	.add .main_form {
	    padding: 0 5%;
	}

	.add.contact h1 {
	    text-align: left;
	}

	footer {
		height: 190px;
	}
	.footer_contacts {
	    float: none;
	    margin: 30px auto 20px auto;
	}
	.footer_info {
		width: 170px;
	    float: none;
	    margin: 0 auto;
	}
	.footer_info_counter,
	.footer_info p {
		display: none;
	}

}

@media only screen and (max-width: 700px) {

	.index .main_content_categories li p {
		padding: 0;
	}

}

@media only screen and (max-width: 480px) {

	.index .main_content_categories li {
		width: 96%;
	}
	.index .main_content_categories li:nth-of-type(odd) {
		margin-left: 2%;
		margin-right: 2%;
	}
	.index .main_content_categories li p {
		text-align: center;
	}

	.add .main_content_info {
	    background: #f0f8fc url(../_img/design/main_content_info.png) center 20px no-repeat;
	    padding-left: 0;
	    padding-top: 90px;
	    text-align: center;
	}
	.add .main_content_info p:nth-of-type(1), .add .main_content_info p:nth-of-type(1) a {
	    font-size: 22px;
	    line-height: 28px;
	}

	.ok_popup {
		width: 300px;
		height: 260px;
	}

	.add.contact h1 {
	    text-align: center;
	}

}
/* Конец */