  html, body {
	margin: 0;
	padding: 0;
	height: 100%;
  }

body {
	overflow-x: hidden;
	background: none repeat scroll 0 0 #f3f3f5;
	color: #505050;
    font: 500 13px Lato, Arial,Tahoma,sans-serif;
    padding: 0;
}

h2, h3, h4, h5{
    font: 700 14px Lato, Arial,Tahoma,sans-serif;
}

.printfooter
{
	display: none;
}

.container
{
	display: block;
	width: 1070px;
    margin: 0 auto;
}

a
{
	color: #b9bbbe;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

div.thumbinner
{
	width: 100% !important;
}

/* ШАПКА */
header
{
	padding: 20px 0;
	background-color: black; 
	width: 100%; 
	height: 90px;
}

header .top_line
{
	margin-bottom: 18px;
	height: 20px;
	overflow: hidden;
}

header .top_line li
{
	display: inline;
	margin-right: 14px;
}

header .top_line li a
{
	color: #DDD;
	text-decoration: none;
	font-size: 12px;
}

header .top_line li a:hover
{
	color: #fff;
	text-decoration: underline;
}

header .top_search
{
	margin-top: 14px;
	display: block;
	width: 100%;
}


header .top_search input[type='image']
{
	margin: 0px 8px 0 0;
	float: left;
	padding: 4px;
}

header .top_search input[type='text']
{
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #555;
	color: white;
	width: 158px;

}

/* ЦЕНТР */
section 
{
	min-height: 100px;
}

section .content
{
	float: left;
	width: 100%;
	min-height: 500px;
	height: 100%;
	background-color: white;
	padding: 0 40px 40px 40px;
}

section .content.left
{
	padding: 0;
	margin: 26px 0 26px 0;
	background-color: transparent;
}

section .content .bg
{
	padding: 20px 20px 20px 20px;
	background-color: white;
	width: 50%;
}


section .content.left table
{
	background-color: transparent;
	border-collapse: collapse;
}

section .content.left table td
{
	vertical-align: top;
}

section .content.left h2
{
	color: #171717;
	font-size: 24px;
	font-weight: bold;
}

section .content.left h2:first-letter
{
	color: #fd253a;
	font-size: 30px;

}

section .content.left h2 span
{
	padding-bottom: 6px; 
	border-bottom: 1px solid #000;
	display: block;
	margin-bottom: 28px;
}

section article
{
	margin: 0 0 47px 0;
	line-height: 1.3;
	clear: both;
}

section  .left article img
{
	margin: 10px 0 10px 0;
}

section  .left  img {border: 1px solid #CCC;}


section article h3
{
	margin: 0 0 5px 0;
	min-height: 82px;
}

section article h3 a
{
	color: #474d54 !important;
	font-size: 22px;
}

section article h3 a:hover
{
	color: black !important;
	text-decoration: none;
}

section article p
{
	color: #555;
	font-size: 14px !important;
	line-height: 1.5 !important; 

}

section .allmat
{
	background-color: white;
	text-align: center;
	padding: 0px 0 40px 0;
}

section .allmat a
{
	color: #e0032c;
	text-transform: uppercase;
	font-size: 14px;
}


/* БАННЕР */
.start_block
{
	background-color: #070e14; 
	text-align: center; 
	position: relative;
    background: url(http://www.tadviser.ru/images/c/c8/Dregion_head.jpg) center center; /* Путь к фоновому рисунку */
	background-size: cover;
	min-height: 505px;
	color: white;
    font-family: sans-serif;
}

.start_block .wr {max-width: 1070px; margin: auto;}
.start_block h1{font-weight:700;line-height:74px;font-size:56px;text-align:center;letter-spacing:.01em;padding-top:70px; margin-top: 0px;}
.start_block h2{width:903px;line-height:34px;font-size:26px;text-align:center;letter-spacing:.01em;margin:14px auto 40px; color: white;}
.start_block .start_work{width:248px;height:44px; display:block;margin:0 auto 40px;background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%),#2555BD;box-shadow:2px 2px 2px rgba(0,0,0,0.1);border-radius:5px;font-weight:500;line-height:28px;font-size:21px;text-align:center;letter-spacing:.01em;color:#fff;text-decoration:none;box-sizing:border-box;padding-top:7px}
.start_block .start_work:hover { filter: grayscale(30%); -webkit-filter: grayscale(30%);}
.start_block .desc{font-weight:500;line-height:21px;font-size:16px;text-align:center;letter-spacing:.01em;color:rgba(255,255,255,0.75)}
.start_block .desc a{color:rgba(255,255,255,0.75);text-decoration:none;transition:.3s}
.start_block .desc a:hover{color:#fff}
.start_block .text {font-size: 15px; margin-bottom: 30px; margin-top: 15px;}
.start_block .p {font-size: 15px; margin: 15px 0;}

.info_numbers {
    display: flex;
}
.info_numbers .info {
    display: block;
    width: 25%;
}
.number {
    font-size: 70px;
}
.description {
    padding: 0 0 10px;
    font-size: 24px;
}



/* ФУТЕР */
footer
{
	padding: 50px 0;
    background-color: #171717;
    width: 100%;
    height: 120px;
    color: #ddd;
	font-size: 13px;
	line-height: 1.4;
}

footer .column_left
{
	width: 240px;
	float: left;
	margin-right: 20px;
}


footer .column_left div
{
	margin-top: 30px;
}

footer .column_right
{
	width: 140px;
	float: right;
}

footer .column_right a
{
	color: #ddd;
}

footer .column_right div
{
	margin-bottom: 20px;
}

footer .column_middle
{
	float: left;
	margin-left: 30px;
}

footer .column_middle a
{
	color: #ddd;
}

footer table 
{
	color: #DDD;
	background-color: transparent;

}

footer table td
{
	vertical-align: top;
}

footer ul
{
	padding: 0;
	margin: 0;
}

footer li
{
	padding-bottom: 13px;
	list-style-type: none;
}

.img_path img
{
	width: 100% !important;
	height: auto !important;

}

.container .atts_table
{
	width: 100% !important;
}


/* ХУКИ */
#toc li
{
	list-style-type: none;
	background: none;

}

#dropdown ul
{
	left: 520px;
}

.news_body h2 .mw-headline
{
	line-height: 1;	
}

div.thumb
{
	margin-right: -15px;
}

.prod_top_links
{
	display:none;
}

#tab2 table {background-color: white;}

.greybg_title {margin: 0 0 10px 0 !important;}
img {border: 0 !important;}

.atts_table {width: 646px !important;}

.editsection {
    margin: 0;
}

.image_bottom
{
	margin-bottom: -3px; display: block; background-color: #070e14; width: 100%; text-align: center;
}


.logos
{
	padding: 5px;
}

.logos:hover
{
         filter: grayscale(35%);
        -webkit-filter: grayscale(35%);	
}

.top_logo .plus 
{
	font-size: 40px; float: left; color: white; padding: 0 5px;
}


	.article_title_img {display: none;}

@media screen and (max-width: 980px) 
{
	* {
		margin: 0;
		padding: 0;
	}

	body
	{
		background-color: white;
	}

	.content
	{
		padding: 0 40px;
	}

	section
	{
	 height: auto;
	}

	section article h3
	{
		min-height: 64px;
	}


	body {
		font-size: 30px;
		line-height: 1.1;
	}

	h2, h3, h4, h5{
		font-size: 35px !important;
		margin-bottom: 30px;
	}

	section article h3 a
	{
		font-size: 41px !important;
	}

	section article p
	{
		font-size: 36px !important;
		line-height: 1.3 !important;
	}

	.news_body p
	{
		font-size: 33px !important;
		line-height: 1.3 !important;
	}

	.content .news_body
	{
		
		width: 700px !important;
	}

	#toc .toctext
	{
		font-size: 29px !important;
	}

	header
	{
		height: 170px;
	}

	.top_logo
	{
		padding-left: 20px;
	}

	.top_logo .tal
	{
		min-height: 100px;
	}

	.top_logo .iril
	{
		min-height: 77px;
	}

	.top_logo .plus 
	{
		font-size: 60px; float: left; color: white; padding: 0 10px;
	}


	header .top_line
	{
		height: 50px;
	}

	header .top_line li a
	{
		font-size: 26px !important;

	}

	footer
	{
		font-size: 24px;
		height: 180px;
	}

	footer .column_right
	{
		display: none;
	}

	footer .column_left
	{
		margin-left: 20px;
	}

	.news_body ul li
	{
		font-size: 30px;
	}

	.small_text, .small_text a
	{
		font-size: 30px !important;
	}

	.company_name
	{
		font-size: 40px !important;
	}

	.news_body ul li
	{
		font-size: 30px !important;
	}

	.news_body table
	{
		font-size: 26px !important;
	}

	.cwiki_table td
	{
		font-size: 26px !important;
	}

	.news_body table a
	{
		font-size: 26px !important;

	}

	section .allmat a
	{
		font-size: 26px !important;
	}

	/*
	.image_bottom
	{
		overflow: hidden;
	}

	.image_bottom img
	{
		width: 1200px;
	}
	*/
	.start_block 
	{
		padding: 30px;
		height: 660px;
	}

	.start_block h1
	{
		padding-top: 10px;
		font-size: 50px;
	}

	.start_block .start_work
	{
	    width: 400px;
		height: 60px;
		font-size: 30px;
		padding-top: 16px;
	}

	.start_block .description
	{
		font-size: 30px;
	}

	.start_block .p
	{
		font-size: 27px;
	}

	.main_dtable
	{
		width: 96%;
		margin: auto;
	}

	.main_dtable td
	{
		    display: table-row;
	}

	.main_dtable article:not(:last-child)
	{
		border-bottom: 2px solid #999;
		padding-bottom: 40px;
	}

	.article_right_td:last-child
	{
		border-bottom: 0 !important;
		padding-bottom: 0px;
	}


	.thumb3_background {
		width: 474px !important;
		height: 376px !important;
		background-size: cover;
	}

	.thumb3 .thumbcaption div
	{
		font-size: 25px !important;
		    width: 340px;
	}

	.article_header #article_lead h1
	{
		font-weight: bold;
		font-size: 40px !important;
	}

	div.thumbinner img
	{
		margin-left: -70px !important;
		min-height: 376px !important;
	}

	.thumb3 .thumbinner
	{
	    margin-left: -30px;
	}

	.i_pers span
	{
		font-size: 26px !important;
	}

	.i_ta:before{
		display:none;
	}

	#top_news
	{
		font-size: 28px !important;
	}
	
	section .allmat h3
	{
		font-size: 25px !important;
	}

	section .allmat p
	{
		font-size: 25px !important;
	}

}