/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
	background: #F8F8F8;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


.wrapper {
	min-width: 768px;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}






@font-face {
	font-family: 'Franklin Gothic Book';
	src: url('../style/fonts/FranklinGothic-Book/FranklinGothic-Book.eot?#iefix') format('embedded-opentype'),
	url('../style/fonts/FranklinGothic-Book/FranklinGothic-Book.svg#FranklinGothic-Book') format('svg'),
	url('../style/fonts/FranklinGothic-Book/FranklinGothic-Book.woff') format('woff'),
	url('../style/fonts/FranklinGothic-Book/FranklinGothic-Book.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}





/* Header
-----------------------------------------------------------------------------*/
.header {
	width: 100%;
}


.header-conteiner {
	background: url("../images/header-bg.jpg") no-repeat center;
	font-family: 'Franklin Gothic Book', sans-serif;
}



.header-conteiner .title {
	color: #FFFFFF;
	margin-bottom: 20px;
}



.header-conteiner .text {
	font-size: 18px;
	padding: 28px;
	background: rgba(33, 58, 86, 0.53);
	display: block;
	color: #FFF;
	text-shadow: 1px 0 2px rgb(30, 30, 30);
}


.header-conteiner .text span {
	display: block;
	text-align: right;
	font-style: italic;
	margin-top: 10px;
}


/* Фиксированная полоса*/
.header .logo {
	float: left;
	text-transform: uppercase;

}
.static-line {
	z-index: 10;
	background: #B30000;
	transform: translate3d(0, 0, 0);
	width: 100%;
	font-family: 'Franklin Gothic Book', sans-serif;
	color: #fff;
	font-size: 19px;
	border-bottom: 1px solid #818181;
	background: #b30000;
	background: -moz-linear-gradient(left, #b30000 0%, #8a0000 48%, #b30000 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #b30000), color-stop(48%, #8a0000), color-stop(100%, #b30000));
	background: -webkit-linear-gradient(left, #b30000 0%, #8a0000 48%, #b30000 100%);
	background: -o-linear-gradient(left, #b30000 0%, #8a0000 48%, #b30000 100%);
	background: -ms-linear-gradient(left, #b30000 0%, #8a0000 48%, #b30000 100%);
	background: linear-gradient(to right, #b30000 0%, #8a0000 48%, #b30000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30000', endColorstr='#b30000', GradientType=1 );
}

.static-line a {
	color: #fff;
	text-decoration: none;
}



.gerb {
	width: 40px;
	height: 40px;
	background-size: 40px,40px;
	background-repeat: no-repeat;
	background-image: url('../images/smalllogo.svg'),none;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}

.phone-block {
	float: right;
    margin: 21px 0;
    color: #FF9C9C;
    font-size: 15px;
    width: 650px;
    text-align: right;
    margin-right: 10px;

}


.phone-block .call-back {
	border-bottom: 1px dotted #fff;
}

.phone-block .call-back:hover {
	border-bottom: 0;
}

.phone-block .phone {
	font-size: 19px;
    width: 190px;
    display: inline-block;
}

.phone-block label {
	margin: 0 30px;
	position: relative;
}

.phone-block label:before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 31px;
	top: -8px;
	right: -18px;
	background-color: #FF9C9C;
}
/* Фиксированная полоса*/



.clear-line {
	margin-top: 60px;
}


/* Поиск */
.search-wrapper {
	padding: 20px 0;
	text-align: center;
}


.search-conteiner {
	background: #213A56;
}

.search {
	font-size: 16px;
}

.search .search-input, .search-button {
	font-size: 16px;
	height: 50px;
	padding: 0 30px;
}

.search .search-input {
	width: 50%;
	background: transparent;
	color: #fff;
	border: 1px solid #818181;
	margin: 0 10px;
	padding-right: 50px;
}


.search .search-input-block {
	position: relative;
}


.search-input-block:after {
	content: "";
	display: block;
	background: url('../images/search.svg') no-repeat;
	width: 13px;
	height: 13px;
	position: absolute;
	right: 33px;
	top: 2px;
	opacity: 0.3;
}


.search .search-input:focus{
	outline:0;
}

.search .search-button {
	border: 1px solid #d3d7de;
	background: transparent;
	color: #d3d7de;
	cursor: pointer;
}

.search .search-button:hover {
	background: rgba(255, 255, 255, 0.2);
}

.search .search-text {
	color: #d3d7de;
	display: inline-block;
	line-height: 14px;
	text-align: right;
	font-size: 11px;
}

/* Поиск */






/* Результаты  поиска */

.wrp-search {
	padding: 20px;
	margin-bottom: 20px;
	background: #D7D9DC;
}


.search-result {
	margin-bottom: 10px;
}
.search-result .textin {
	padding: 10px;
}
.search-result .bbcodes {
	padding: 10px;
	cursor: pointer;
}


/* Результаты  поиска */


/* Главное меню*/

.menu-line {
	width: 100%;
	height: 60px;
	font-family: 'Franklin Gothic Book', sans-serif;
	color: #fff;
	font-size: 19px;
	background: #28415e;
	background: -moz-linear-gradient(left, #28415e 0%, #19314d 50%, #28415e 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #28415e), color-stop(50%, #19314d), color-stop(100%, #28415e));
	background: -webkit-linear-gradient(left, #28415e 0%, #19314d 50%, #28415e 100%);
	background: -o-linear-gradient(left, #28415e 0%, #19314d 50%, #28415e 100%);
	background: -ms-linear-gradient(left, #28415e 0%, #19314d 50%, #28415e 100%);
	background: linear-gradient(to right, #28415e 0%, #19314d 50%, #28415e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28415e', endColorstr='#28415e', GradientType=1 );
}




/* Главное меню*/



/*************************** Основные пункты **/

.mainmenu {
	position: relative;
}

.mainmenu ul, /* сбрасываем поля и отступы у списков */
.mainmenu ul ul,
.mainmenu ul ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.mainmenu ul {
	clear: left;
}

.mainmenu ul li {
	position: relative;
	float: left;
}


.mainmenu ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 20px 21px;
	font-size: 15px;
}
.mainmenu ul > li:hover > a {
	background-color: #314761;
}

/** Индикатор наличия подкатегорий верхнего уровня **/

.mainmenu > ul > li.parent > a::after {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	content: "";
	display: inline-block;
	vertical-align: top;
	margin: 7px 0 0 7px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	height: 5px;
	width: 5px;
}

/*************************** Выпадающие подпункты **/

.mainmenu ul li ul {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	text-transform: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	line-height: 16px;
	top: 60px;
	font-size: 12px;
	margin-top: 20px;
	height: auto;
	width: 100%;
	background: #314761;
	padding: 10px 20px;
	border-bottom: 7px solid #233C58;


}


.mainmenu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	z-index: 5;
	-webkit-transition: margin 0.3s ease 0s;
	-moz-transition: margin 0.3s ease 0s;
	-o-transition: margin 0.3s ease 0s;
	transition: margin 0.3s ease 0s;
	margin: 0;
	margin-top: -1px;
}
.mainmenu ul li ul li {
	border: none;
	position: relative;
	left: 0;
	float: none;
	height: auto;
	text-align: left !important;
}
.mainmenu ul li ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mainmenu ul li ul li a {
	padding: 10px 15px;
	border: none
}

/*************************** Выпадающие пункты второго уровня **/

.mainmenu ul li ul li ul {
	top: 0;
	left: 90%;
	margin: 0 0 0 20px;
	_margin: 0;
	/*IE6 only*/
	box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-o-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-ms-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
}

/** Индикатор наличия подкатегорий 2 уровня **/

.mainmenu > ul > li ul li.parent > a::after {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	content: "";
	display: inline-block;
	vertical-align: top;
	margin: 7px 0px 0px 8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	height: 5px;
	width: 5px;
	float: right;
}

.mainmenu .parent ul li a:hover {
	color: #3CD2FF !important;
}



.menu-line .wrapper:hover  a {
	color: #9CA4B5;
}



.mainmenu ul li:hover a {
	color: #fff !important;
}













.shortstory-tittle {
	text-align: left !important;
	border-bottom: 0 !important;
	font-size: 20px !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}




/*Обратный звонок*/
.phone-order-block {
	position: relative;
}

.hidden-phone-order {
	position: absolute;
	left: -242px;
	top: 6px;
	background: rgba(255, 255, 255, 0.7);
	padding: 13px;
	box-shadow: 7px 8px 46px rgba(0,0,0,0.3);
	display: none;
}


.hidden-phone-order:before {
	content: "";
	display: block;
	width: 15px;
	height: 30px;
	background: url('../images/arr.png') no-repeat;
	right: -15px;
	top: 0;
	position: absolute;
}






.call-back-form {
	margin: 3px 0 3px 0;
	background: #FFF;
	padding: 5px;
	border: 1px dotted #C3C3C3;
	width: 93%;
}

.call-back-button {
	color: #FFF;
	background: rgb(236, 27, 36);
	border: 0;
	padding: 6px 6px;
	font: 17px 'Franklin Gothic Book', sans-serif;
	cursor: pointer;
	float: right;
}

.call-back-button:hover {
	background: rgba(139, 0, 0, 1);
}


/*Обратный звонок*/

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 20px 0;
	position: relative;
}

.middle:after {
	display: table;
	clear: both;
	content: '';
}

.container {
	width: 100%;
	float: left;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	position: relative;
	background: #22344A;
	padding: 16px 0;
	color: #9198AA;
	height: 40px;
}


.footer-text {
	float: left;
	margin: 0 40px;
}


.counter {
	margin-top: 10px;
	opacity: 0.3;
	float: right;
}
















.content {

	font-size: 16px;
	padding: 0 10px 0 270px;
	line-height: 25px;
}

.content .clearfix {
	margin-bottom: 10px;
}
.content h1, h2, h3 {
	color: #263F5C;
	font-weight: bold;
	font-family: 'Franklin Gothic Book', sans-serif;
}
.content h1  {
	font-size: 30px;
	margin-bottom: 20px;

}
.content h2  {
	font-size: 20px;
	margin: 20px 0 8px 0;
}
.content h3  {
	font-weight: normal;
	font-size: 21px;
	margin-top: 30px;
}

.content p {
	margin-bottom: 20px;
}

.content ol, ul {
	line-height: 20px;
	margin: 20px 0 20px 40px;
}

.content li {
	margin-bottom: 10px;
}

.content a {
	color: #B30000;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}












.list-district {
	font-family: 'Franklin Gothic Book', sans-serif;
}

.list-district li {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	list-style: none;
}

.list-district li:before {
	content: "►";
	margin-right: 12px;
	color: #263F5C;
	font-size: 10px;
	vertical-align: bottom;
}




.phone-fullstory {
	padding: 20px 40px;
	background: rgb(228, 228, 228);
	font-weight: normal;
	border-left: 30px solid #8DA0B7;
}

.phone-fullstory span {
	color: #D00000;
}


.phone-fullstory .dobav {
	border-radius: 100%;
	background: #D67575;
	color: #fff;
	padding: 7px;
}

.full-story-text {
	padding: 20px 40px;
	background: #E6F0F2;
	color: #263F5C;
	margin: 20px 0;
}










.alert {
	padding: 20px;
	margin-bottom: 20px;
	background: #D7D9DC;
}

.alert .title {
	margin-bottom: 5px;
	font-weight: bold;
}

.alert .error {
	width: 500px;
}












.feedback-button-phone {
	display: block;
	margin-bottom: 15px;
	background: url('../images/callback.png') no-repeat;
	width: 250px;
	height: 76px;
	position: relative;
}

.feedback-button-phone label {
	position: absolute;
	line-height: 18px;
	font-size: 19px;
	font-family: 'Franklin Gothic Book', sans-serif;
	text-transform: uppercase;
	text-align: center;
	right: 20px;
	top: 9px;
	width: 120px;
	color: #f8f8f8;
	cursor: pointer;
}


/*Левое меню*/

.leftmenu {
	position: relative;
	background: #263F5C;
	font-family: 'Franklin Gothic Book', sans-serif;
}

.leftmenu ul, /* сбрасываем поля и отступы у списков */
.leftmenu ul ul,
.leftmenu ul ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.leftmenu ul {
	clear: left;

}

.leftmenu ul li {
	position: relative;
	display: block;
}


.leftmenu ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 50px 10px 10px;
	font-size: 14px;
	line-height: 14px;
}
.leftmenu ul > li:hover > a {
	background-color: #314761;
}

/** Индикатор наличия подкатегорий верхнего уровня **/

.leftmenu > ul > li.parent-left-menu > a:after {
	border-left: 1px solid #6D6D6D;
	border-top: 1px solid #6D6D6D;
	content: "";
	display: inline-block;
	vertical-align: top;
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	transform: rotate(-225deg);
	height: 8px;
	width: 8px;
	position: absolute;
	top: 36%;
	right: 29px;
}



.parent-left-menu a:hover a:after {
	-webkit-transform: rotate(-21deg);
	-moz-transform: rotate(-21deg);
	-ms-transform: rotate(-21deg);
	-o-transform: rotate(-21deg);
	transform: rotate(-21deg);
}
/*************************** Выпадающие подпункты **/

.leftmenu ul li ul {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	text-transform: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 250px;
	line-height: 16px;
	top: 0;
	font-size: 12px;
	margin-left: 20px;
	height: auto;
	min-width: 200px;
	width: 100%;
	background: #314761;
	padding: 10px 20px;
	border-bottom: 7px solid #233C58;
}


.leftmenu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	z-index: 5;
	-webkit-transition: margin 0.3s ease 0s;
	-moz-transition: margin 0.3s ease 0s;
	-o-transition: margin 0.3s ease 0s;
	transition: margin 0.3s ease 0s;
	margin-left: -1px;
}
.leftmenu ul li ul li {
	border: none;
	position: relative;
	left: 0;
	float: none;
	height: auto;
	text-align: left !important;
}
.leftmenu ul li ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.leftmenu ul li ul li a {
	padding: 10px 15px;
	border: none
}

/*************************** Выпадающие пункты второго уровня **/

.leftmenu ul li ul li ul {
	top: 0;
	left: 90%;
	margin: 0 0 0 20px;
	_margin: 0;
	/*IE6 only*/
	box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-o-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-ms-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .3);
}

/** Индикатор наличия подкатегорий 2 уровня **/

.leftmenu > ul > li ul li.parent > a::after {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	content: "";
	display: inline-block;
	vertical-align: top;
	margin: 7px 0px 0px 8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	height: 5px;
	width: 5px;
	float: right;
}



.leftmenu .parent-left-menu ul li a:hover {
	color: #3CD2FF !important;
}



.leftmenu ul:hover  a {
	color: #9CA4B5;
}



.leftmenu ul li:hover a {
	color: #fff !important;
}


.leftmenu .parent-left-menu .okrug {
	display: block;
	font-size: 18px;
	color: #fbb450;
	margin-bottom: 4px;

}
/*Левое меню*/






















/*Статьи*/
.widget-article {
	display: block;
	margin-top: 30px;
}



.widget-article-item {
	padding: 10px 20px;
}

.widget-article-item:hover {
	background: #ECECEC;
}


.widget-article-title {
	display: block;
	font-weight: bold;
	font-family: 'Franklin Gothic Book', sans-serif;
}


.widget-story-article-img img {
	margin: 0 !important;
	padding: 0 15px 20px 0;
	float: left !important;
	width: 100px;
	-webkit-filter: sepia(80%);
}

.widget-story-article-short-story p {
	line-height: 18px;
	margin-bottom: 0 !important;
}

.full-story .xfieldimage.img {
	float: right;
	margin: 0 0 20px 20px;
}

/*Статьи*/








/*Виджет вредителей*/

.widget-destruction-item {
	float: left;
	width: 33%;
}

.widget-destruction-item:hover {
	background: #ECECEC;
}

.widget-destruction-item .widget-destruction-img img {
	width: 100%;
	-webkit-filter: grayscale(80%);
	filter: grayscale(80%);
}

.widget-destruction-item .padding {
	margin: 10px;
	position: relative;
}





.widget-destruction-item .widget-destruction-title {
	color: #FFFFFF;
	position: absolute;
	text-align: center;
	top: -38px;
	left: 0;
	padding: 3px 9px;
	font-size: 14px;
	background: #5bc0de;
	text-transform: uppercase;
	line-height: 17px;
	width: 50%;
}


.widget-destruction-item .widget-destruction-title:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: -6px;
	top: 3px;
	border: 6px solid rgba(26,47,64,.0);
	border-top-color: rgb(81, 156, 179);
	transform: -moz-rotate(45deg);
	transform: -o-rotate(45deg);
	transform: -webkit-rotate(45deg);
	transform: rotate(45deg);
}


.widget-destruction-item:hover .widget-destruction-title {
	background: #28415e;
}

/*Виджет вредителей*/




.scriptcode, .title_quote,.quote, .title_spoiler, .text_spoiler {
	padding: 20px 40px;
	background: rgb(228, 228, 228);
}










/* Навигация по страницам */

.pagination {
	width: 100%;
	float: left;
	margin: 40px 0;
}

.pagination a:first-child, .pagination span:first-child {
	border-left-width: 1px;
	border-radius: 3px 0 0 3px;
}

.pagination a:last-child, .pagination span:last-child {
	border-radius: 0 3px 3px 0;
}


.pagination a, .pagination span {
	float: left;
	padding: 6px 21px;
	text-decoration: none;
	border: 1px solid #CACACA;
	border-left-width: 0;
	color: #263F5C;
	font-family: 'Franklin Gothic Book', sans-serif;
}

.pagination a:hover, .pagination span {
	background-color: #E4E4E4;
}

.pagination .pages span {
	color: #B9B9B9;
}

/* Навигация по страницам */






.img-main {
	float: right;
	width: 210px;
	border-radius: 100%;
	margin: 0 0 20px 20px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

/* Карта Москвы */

.map-moscow {
	display: block;
	background: url('../images/map-moscow.jpg') no-repeat;
	width: 350px;
	height: 472px;
	float: left;
	background-size: 350px;
	margin-right: 30px;
	position: relative;
}
.map-moscow a {
	position: absolute;
	color: #F8F8F8;
	padding: 12px;
	text-shadow: 1px 0 2px #1E1E1E;
	text-decoration: none;
	font-family: 'Franklin Gothic Book', sans-serif;
}

.map-moscow a:hover {
	color: #C3DFFF;

}

.map-moscow .okrug1 {
	top: 73px;
	left: 145px;
}

.map-moscow .okrug2 {
	top: 140px;
	left: 225px;
}

.map-moscow .okrug3 {
	top: 237px;
	left: 220px;
}
.map-moscow .okrug4 {
	top: 320px;
	left: 165px;
}
.map-moscow .okrug5 {
	top: 300px;
	left: 80px;
}
.map-moscow .okrug6 {
	top: 227px;
	left: 55px;
}
.map-moscow .okrug7 {
	top: 129px;
	left: 37px;
}
.map-moscow .okrug8 {
	top: 178px;
	left: 140px;
}
.map-moscow .okrug9 {
	top: 86px;
	left: 85px;
}

/* Карта Москвы */





/* Государственные сайты */
.footer-gos-line {
	padding: 26px 0;
	color: #9198AA;
	background: #DEDEDE;
	border-top: 2px solid #C7C7C7;

}

.footer-gos-line span {
	background: #fff;
	float: left;
	width: 20%;
}

.footer-gos-line span img {

	width: 100%;
}
/* Государственные сайты */














/* Меню в подвале */
.footer-menu-line {
	position: relative;
	background: #263F5C;
	padding: 30px 0;
	font-size: 13px;
	color: #9198AA;
}



.col {
	width: 190px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.col-last {
	width: 250px;
	font-family: 'Franklin Gothic Book', sans-serif;
}


.footer-menu .title {
	font-family: 'Franklin Gothic Book', sans-serif;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 8px;
}

.footer-menu ul{
	margin: 0 16px;
}
.footer-menu ul li{
	line-height: 22px;
}
.footer-menu ul li a{
	font-size: 11px;
	color: #a8c5ff;
	line-height: 16px;
}

.footer-menu ul li a:hover {
	text-decoration: none;
}

.footer-menu .title-top {
	margin-top: 20px;
}


.footer-menu .ya-share2 {
	margin-left: -15px;
	opacity: 0.6;
}



.search-footer .search-input {
	width: 92%;
	margin: 0;
	font-size: 12px;
	padding: 0 6px;
	height: 40px;
}

.footer-menu .search-input-block:after {
	right: 8px;
}



.phone-footer {
	color: #fff;
	text-decoration: none;
	font-size: 28px;
	margin: 3px 0 30px 0;
	display: block;
}




.logo-footer .gerb {
	width: 60px;
	height: 60px;
	background-size: 60px;
	float: left;
}


.logo-footer {
	margin-top: 0;
}

.logo-footer label {
	display: inline-block;
	width: 150px;
	font-size: 16px;
	margin-top: 7px;
	line-height: 22px;
}



.logo-footer.msk .gerb {
	background-image: url('../images/gerb.png');
	width: 60px;
	height: 73px;
	background-size: 60px;
}




.logo-footer.rospotrebnadzor .gerb {
	background-image: url('../images/rospotrebnadzor.png');
	width: 60px;
	height: 73px;
	background-size: 60px;
}





/* Меню в подвале */



.feedback-phone {
	font: 24px 'Franklin Gothic Book', sans-serif;
}


/* Скролл вверх */
#back-top {
	position: fixed;
	bottom: 0;
	right: 44px;
}

#back-top a {
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	background: url('../images/scroll-top.png') no-repeat;
	width: 150px;
	height: 133px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
/* arrow icon (span tag) */
#back-top span {
	padding: 10px 11px;
	background: rgba(38, 63, 92, 0.79);
	font: 14px 'Franklin Gothic Book', sans-serif;
	color: #fff;
	position: absolute;
	left: -6px;
	top: 8px;
}
#back-top a:hover span {
	background-color: #A70000;
}
/* Скролл вверх */












/* Таблица  */
.table {
	width: 100%;
	border: 1px solid #DCDCDC;
	margin: 10px 0;
}

.table thead {
	line-height: 15px;
	padding: 10px 15px;
	color: #ffffff;
	font-family: 'Franklin Gothic Book', sans-serif;
	background: #607D8B;
	font-size: 18px;
}

.table thead td {
	padding: 22px 20px;
}



.table thead .okrug {
	width: 200px;
}



.table tbody .district-title {
	background: rgba(38, 63, 92, 0.15);
	color: #000;
	font-family: 'Franklin Gothic Book', sans-serif;
}

.table tbody .district-title .title {
	display: block;
	line-height: 17px;
	font-size: 15px;
}


.table tbody .district-title .district-title-ses {
	font-weight: bold;
}



.table thead .phone {
	width: 120px;
}

.table thead .dobav {
	width: 30px;
}

.table tbody th {
	font-weight: normal;
	padding: 10px 15px;
}

.table tbody td {
	padding: 8px;
}


.table tbody .district {
	font-size: 13px;
	line-height: 18px;
}




.table tbody tr:nth-child(2n) {
	background: #e0e0e0;
}


.table td {
	border: 1px solid #f8f8f8;
}
/* Таблица  */

.form-call-info {
	font-size: 16px;
	color: #fff;
	text-align: left;
}

.form-call-info a {
	text-decoration: underline;
	color: #03a9f4;
}



.pc-hidden {
	display: none;
}


@media only screen and (max-width : 1215px) {
	#back-top {
		display: none !important;
	}

	.tablet-hidden-horizontal {
		display: none;
	}

	.img-main {
		margin: 0 70px 20px 70px;
	}

	.logo-footer {
		float: left;
	}

	.col-last {
		width: 80%;
	}
}




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

	.map-moscow {
		float: inherit;
		margin: 0 auto;
	}
	.header-conteiner {
		background-size: 180%;
	}



}