.article_detail ul {
    list-style: disc;
    padding-left: 40px;
}
.article_detail strong {
    font-weight: bold;
}

.name_txt{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0,0,0,0.45);
    padding: 7px 18px 10px;
    color: #fff;
    display: block;
    font-size: 16px;
    text-align: left;
    line-height: 18px;
}

.promo_item_containers {
	display: inline-block;
	text-align: center;
	margin-top: 20px;
}
.promo_item_containers .promo-item {
	font-size: 14px;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}
.promo_item_containers .promo-item > a {
}
.promo_item_containers .promo-item > a img {
	/*max-width: 100%;*/
	height: auto;
}
.promo_item_containers .promo-item .download_overlay {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background-color: rgba(0,0,0, 0.6);
	opacity: 0.7;
	height: 50px;
	/*display: none;*/
	text-align: left;
}

.promo_item_containers .promo-item .download_overlay .download-btn {
	background: url(../img/download.png) right top no-repeat;
	display: block;
	filter: alpha(opacity=100);
	height: 36px;
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 8px;
	width: 36px;
}


.promo_item_containers .promo-item:hover .download_overlay {
	display: block;
}

.promo_item_containers .promo-item .download_overlay:hover {
	opacity: 0.9;
}

.promo_item_containers .promo-item .download_overlay a {
	height: 100%;
	width: 100%;
	font-size: 16px;
	color: #fff;
}
.promo_item_containers .promo-item .download_overlay a .a_text {
	display: inline-block;
	margin-top: 15px;
	margin-left: 15px;
}

.promo_item_containers .promo-item .download_overlay .a_text {
	display: inline-block;
	margin-top: 15px;
	margin-left: 15px;
	    color: white;
    font-size: 16px;
}

.download-btn2{
background: url(/diz/lands/img/share_2809.png) right top no-repeat;
    display: block;
    filter: alpha(opacity=100);
    height: 36px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 36px;
}

/* комм */


.promo_item_containers .promo-item .download_overlays {
	position: absolute;
	top: 85%;
	right: 0;
	text-align: center;
	width: 100%;
	background-color: rgba(0,0,0, 0.6);
	opacity: 0.7;
	height: 65px;
	/*display: none;*/
	text-align: left;
}

.promo_item_containers .promo-item .download_overlays .download-btn {
	background: url(../img/download.png) right top no-repeat;
	display: block;
	filter: alpha(opacity=100);
	height: 36px;
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 8px;
	width: 36px;
}


.promo_item_containers .promo-item:hover .download_overlays {
	display: block;
}

.promo_item_containers .promo-item .download_overlays:hover {
	opacity: 0.9;
}

.promo_item_containers .promo-item .download_overlays a {
	height: 100%;
	width: 100%;
	font-size: 16px;
	color: #fff;
}
.promo_item_containers .promo-item .download_overlays a .a_text {
	display: inline-block;
	margin-top: 15px;
	margin-left: 15px;
}

.promo_item_containers .promo-item .download_overlays .a_text {
	display: inline-block;
	    color: white;
    font-size: 16px;
	margin-top: 15px;
	margin-left: 0px;
}

.item_props {
    color: #fff;
    background: rgba(0,0,0, 0.6);
    cursor: pointer;
    z-index: 1103;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: center;
    border-radius: 5px;
    border-color: white;
    display: block;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    line-height: 24px;
    float: right;
    margin-right: 9px;
    font-family: 'PT Sans', sans-serif;
    padding: 1px 11px 5px 15px;
}


/*галлерея*/

.albums_list .item
{
    display: inline-block;
    min-width: 218px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 23%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #fff;
    margin: 15px;
    line-height: 0px;
}


.albums_list .item .item_info
{
    position:absolute;
    top: 0px;
    left: 0px;
    line-height:normal;
	background: rgba(0,0,0,0.45);
    right: 0px;
    rgba(0, 0, 0, 0.33);
    padding: 7px 18px;
}
.albums_list .item:hover .item_info
{
    background:rgba(128,174,14, 0.8);
}
.albums_list .item .item_info .icon_share
{
    float:none;
    border:1px solid #fff;
    font-size:11px;
    text-decoration: none;
    color:#fff;
    padding:3px 10px;
}
.albums_list .item .item_info  .props_item
{
    float:left;

}
.albums_list .item .item_info  .props_item .item_prop
{
    color:#fff;
    cursor: pointer;
    z-index: 1103;
    display:block;
    font-size:15px;
    text-decoration:none;
    float:left;
    margin-right:18px;
    padding: 2px 0px 2px 18px;
}

.albums_list .item .item_info  .props_item .item_prop:before
{
    position:relative;
    font-size:14px;
    margin-left:-18px;
    margin-right:7px;
}
.albums_list .item .name_txt
{
    position:absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background:rgba(0,0,0,0.45);
    padding: 7px 18px 10px;
    color:#fff;
    display:block;
    font-size:16px;
    text-align:left;
    line-height:18px;
}
.albums_list .item:hover .name_txt
{
    background:rgba(128,174,14, 0.8);
}
.albums_list .item .name_txt .date
{
    display:block;
    margin-bottom:3px;
}

























.business-content {
	position: relative;
	text-align: center;
	font-size: 0;
}





.view-first img {
    
}
.view-first .mask {
    opacity: 0;
    background-color: rgb(117, 179, 67);
    
}
.view-first h2 {
    transform: translateY(-85px);
    opacity: 0;
   
}
.view-first p {
    transform: translateY(-85px);
    opacity: 0;
	
}
.view-first a.info{
    opacity: 0;
	
}



.view-first:hover img {
	
}
.view-first:hover .mask {
	 opacity: 0.5;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
    opacity: 0.5;
   
}
.view-first:hover p {
  
}

.view-first:hover a.info {
    
}








.videoyou{
 width: 100%;
 position: relative;
 padding-top: 56.25%;
 margin: 0 auto;
     margin-top: 20px;
}
.videoyou iframe, .videoyou object, .videoyou embed{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}


@font-face {
   font-family: AA-BebasNeue;
   src: local("AA-BebasNeue"),
   url(/img/AA-BebasNeue.OTF);

}


.buttonbig_tian{
	
	text-align: center; 
	height: 60px; 
	width: 70%; 
	margin: 0 auto;
	background-color: #B1212C;
}

.buttonbig_tian:hover{
	
	text-align: center; 
	height: 60px; 
	width: 70%; 
	margin: 0 auto;
	background-color: #CE4E58;
}

.buttonbig_tianmdm{
	
	text-align: center; 
	height: 60px; 
	width: 40%; 
	margin: 0 auto;
	background-color: #75b443;
}

.buttonbig_tianmdm:hover{
	
	text-align: center; 
	height: 60px; 
	width: 40%; 
	margin: 0 auto;
	background-color: #99D26C;
}

.buttonbig_tian2{
	
text-align: center;
 height: 60px; 
 width: 45%;
 margin: 0 auto;
 background-color: #75B443;

}

.buttonbig_tian2:hover{
	
text-align: center;
 height: 60px; 
 width: 45%;
 margin: 0 auto;
 background-color: #95D463
 
}


.buttonbig_tian3{
	
text-align: center;
 height: 60px; 
 width: 70%;
 margin: 0 auto; 
 background-color: #DC7812; 

}



.margin_tian{
	
	margin-left: 20px;
}
.line_report{
    border-bottom: 1px solid #E8E8E9;
    position: relative;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}

.imagehovs{
	position	: relative;
	width		: 100%;
	}

.imagehovs p{
	
	position	: absolute;
	
}
.hoverh6 {
	font-size: 16px;
	color: #808284;
	font-weight: bold;
	text-decoration: underline;
}

.hoverh6:hover {
	color: black;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
.statistic_container_tian ul{

   list-style: inherit;
    list-style-type: disc;
	    margin-left: 20px;
}
 
 
.firmname {
    width: 630px;
    margin-top: 20px;
}

.INNFIZ{
 width: 300px;
}

.OGRIP{
 width: 300px;
}

.INN{
 width: 190px;
}

.KPP{
 width: 190px;
}

.OGRN{
 width: 190px;
}

.CURRENCY_TI{
 width: 190px; 
     color: #929497!important;
}

.TELEORG{
width: 190px; 
}

.EMAILORG{
width: 190px; 
}

.SERIA{
width: 190px;
}

.NOMER{
width: 190px;
}

.NOMER2{
width: 300px;
}

.REGDATES{
width: 165px;
}

.short-adressaia{
    width: 75px;
}

.green-btn-dog {
    background: #75B443;
    /* border: 1px solid #75B443; */
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    height: 26px;
    padding: 0 35px;
    text-align: center;
}

.circle1 {
background: #75B443;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin: 0 auto;
}

.circle2 {
background: #F39205;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin: 0 auto;
}


.circle3 {
background: #CC2E28;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin: 0 auto;
}



.green-btn-dog:hover {border: 0; background:#9ACA3E;}

input.green-btn-dog {
   
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    width: 200px;
}

.regdatescal .calendarik {
    cursor: pointer;
    display: inline-block;
    line-height: 15px;
    vertical-align: middle;
    margin-left: 5px;
}
	
.cont_table {
    font-size: 14px;
	    margin: 10px;
		    color: #58595b;
}

.cont_table td {
    padding: 1px;
}

.center_img_tian{
    text-align: center;
}

.two_blocks_tian{
display:inline-block;
width:45%;
}

.vozn{
    border: none;
    float: right;
    margin-top: 20px;
    width: auto;
	font-size: 16px;
	}
	
#rectangle1 {
    width: 80%;
    height: 55px;
    background: #898989;
}


.omg_tian{
        border-bottom: 1px solid #c8c8c8;
}
.statistic_container_tian{
    text-align: left;
    display: inline-block;
    position: relative;
	padding: 20px;
}

.main-table_tian {
    margin-right: 20px;
    width: auto;
    padding: 20px;
}

.report-separator_tian{
    border: 2px solid #000;
}


.report-separator_tian td {
    border: none;
    font-size: 0;
    height: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0!important;
	

}

.picture_tian2{
    height: 120px;
    padding: 10px;
    overflow: hidden;
}

.h3_tian {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    color: #808284;
}


.report-table td {
    z-index: 500;
    height: 23px;
	    padding: 5px;
}

.compression_tian{
    border: 1px solid #F3F3F3;
    z-index: 501;
}
	
.font12 {
    font-size: 12px!important;
    padding: 10px;
    text-align: center;
	}
	
	
	.main-table_tian .report-table tr.compression_tian td {
    border-bottom: 1px double #000;
    border-top: 1px double #000;
	 
	    border-left: 1px solid #000;
		   
}
.report-content .compression_tian td:first-child {
    border-left: 1px solid #000;
}

.report-content .compression_tian td:last-child {
    border-right: 1px solid #75B443;
}

	
.statistic_container_tian div {
    width: auto;
    display: inline-block;
    text-align: left;
    border: 1px solid #f3f3f3;
   padding: 20px 20px;
}
	
.business-content_tian{
    position: relative;
    text-align: left;
    font-size: 0;
}

.business-items_tian{
   text-align: center;
}

.compression_info_tian{
    line-height: 30px;
    padding-top: 15px;
}

.main-table_tian th a {
    color: #6D6E71;
    font-size: 12px;
    display: inline;
    line-height: 1.3;
}
.main-table_tian td {
    border-right: 1px solid #f3f3f3;
	vertical-align: middle;
    border-top: 1px solid #F3F3F3;
	border-left: 1px solid #f3f3f3;
}

.main-table_tian th {
    border-right: 1px solid #f3f3f3;
    border-top: 1px solid #F3F3F3;
	border-left: 1px solid #f3f3f3;
}

.pointscounts{
     border: 1px solid #AEAEAE;
     text-align: center;
	 font-size: 16px;
}

.pointscounts td, th{
 border: 1px solid #AEAEAE;
 width:200px;
 vertical-align: middle;
}


.main-table_tian tfoot td {
    font-weight: bold;
}

.main-table_tian .report-table {
    border: 1px solid #f3f3f3;
    width: 100%;
	    min-width: 1000px;
}

.report-content .compression_tian td:last-child {
    border-right: 1px solid #000;
	
}

.pic_compr_tian{
    border: 1px solid #000;
    height: 25px;
    vertical-align: middle;
    width: 75px;
	display: inline-block!important;
}
.item-container_tian{
    display: inline-block;
    width: 23%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    margin-right: 15px;
    font: inherit;
    padding: 0;
    vertical-align: baseline;
}

.biz-item_tian{
        width: 245px;
    text-align: center;
    display: inline-block;
}

.picture_tian {
    height: 180px;
    overflow: hidden;
}
.picture_tian img {
    max-width: 100%;
}

.h2_tian{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    height: 42px;
    font-size: 14px;
    font-weight: bold;
    color: #808284;
}

.p_tian{
    width: 79%;
    display: inline-block;
    margin: 0 auto;
    height: 121px;
    font-size: 14px;
    color: #58595b;
    overflow: hidden;
	text-align: center;
    line-height: 1.2;

}

.linkstyles {
	text-align: left;
	color: #808284;
	font-size: 23px;
	font-weight: bold;
	height: 30px;
}

.item-container {
	display: inline-block;
	text-align: center;
	width: 32%;
	vertical-align: baseline;
	font-size: 14px;
	margin-bottom: 15px;
}

.item-container  {
	width: 32%;
	display: inline-block;
}

.item-container2  {
	width: 220px;
	text-align: center;
	display: inline-block;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	margin-bottom: 25px;
}

.item-container3  {
	width: 250px;
	width: 30%;
	text-align: center;
	display: inline-block;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	margin-bottom: 25px;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.item-container4  {
	width: 290px;
	text-align: center;
	display: inline-block;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	margin-bottom: 25px;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.item-container5  {
	width: 20%;
	text-align: center;
	display: inline-block;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
	margin-right: 15px;
	font: inherit;
	padding: 0;
	vertical-align: baseline;
}

.table {
	width: 100%;
}

.picture2 {
	height: 90px;
	overflow: hidden;
}

.picture {
	height: 120px;
	overflow: hidden;
	margin: 15px;
}

.picture3 {
	/* height: 145px;*/
	overflow: hidden;
	margin-bottom: 10px;
	text-align: center;
}

.feedback .feedback-inner p {
	color: #808284;
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	display: block;
    margin-bottom: 20px;
}

p {
	color: #808284;
	font-size: 14px;
	color: #000;
	line-height: 1.2;
	display: block;
	margin-bottom: 10px;
}

.feedback-inner h2 {
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	height: 45px;
	color: #808284;
}

.feedback-inner h3 {
	text-align: left;
	color: rgba(33, 33, 33, 0.81);
	font-size: 23px;
	/*font-weight:bold;*/
	height: 30px;
}

.feedback-inner h4 {
	font-size: 25px;
	color: #77A553;
	/*font-weight: bold;*/
}

.feedback-inner h5 {
	text-align: center;
	font-size: 20px;
	font-weight:bold;
	height: 45px;
	color: #808284;
}

.feedback-inner h6 {
    color: #58595B;
    font-size: 15px;
	font-weight: bold;
}

img.animate1:hover {

	filter: alpha (Opacity=25);/* прозрачность для IE */

	opacity: 0.25;/* прозрачность для других браузеров */

}

.tiande_item-container {
	display: inline-block;
	text-align: center;
}

.round {

	width: 50px;
	height: 50px;
	border: 2px solid #77A553;
	line-height: 45px;
	text-align: center;
	font-size: 30px;
	border-radius: 150px;

}

.fig {
	text-align: center; /* Выравнивание по центру */
	color: #58595b;
}

.tiandefig {
    color: #58595B;
    font-size: 20px;
}

.tiandefig:hover {
    color: #000;
    font-size: 20px;
}

.fourblocks {
	display: inline-block;
	margin-top: 35px;
	text-align: center;
	height: 192px;
	font-size: 14px;
	color: #58595b;
	overflow: hidden;
	line-height: 1.2;
}

.fourblocks2 {
	display: inline-block;
    margin-top: 20px;
	margin-right: 20px;
	text-align: center;
	height: 100px;
	font-size: 14px;
	color: #58595b;
	overflow: hidden;
	line-height: 1.2;
}

.feedback .report-content-in {
	margin-top: 20px;
	padding: 0 24px 0 15px;
}

.tiandebreadcrumbs {
	font-size: 12px;
	padding: 8px 0px 25px;

}

.ul {
	list-style: none;
	list-style-type: none;
}

.business .business-content {
	padding-top: 20px;
	border-top: 1px solid #aeaeae;
	border-bottom: none;
}
.business .business-content .business-items .item-container .biz-item h2 {
	text-transform: uppercase;
}
.business .business-content .business-items .item-container .biz-item .picture {
	margin: 0;
}