.additional_content {
	margin: 55px 32px 0;
	padding-top: 20px;
}
	 .additional_content .popular.materials_horis_box, .additional_content .popular.objects_horis_box {
	 	margin-right: -40px;
	 }

	 .additional_content .popular.countries_horis_box {
	 	margin-right: -30px;
	 }
     
	.additional_content .info {
        color: #666;
        font-size: 13px;
	}

	.soc_buttons_wr {
		margin-top: -10px;
	}

.urPanel {
    position: fixed;
    bottom: 0px;
    left: 35%;
    background: #eee;
    padding: 5px;
    width: 420px;
    border-radius: 10px 10px 0px 0px;
    z-index: 9999999;
	border-top: 5px solid #d7d7d7;
    border-left: 2px solid #d7d7d7;
    border-right: 2px solid #d7d7d7;
}
.urButton {
	padding: 5px;
    text-align: center;
    width: 100px;
    position: relative;
    background: #dab6b6;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border-right: 1px solid rgba(0, 0, 0, 0.65);
    border-bottom: 1px solid rgba(0, 0, 0, 0.65);
    height: 79%;
}
.urButton:hover {
	background: #bccdb0;
}
.activeuv {
	background: #1d9d74;
}
.urUpButton {
	padding: 5px;
    text-align: center;
    width: 100px;
    background: #dab6b6;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    border-right: 1px solid rgba(0, 0, 0, 0.65);
    border-bottom: 1px solid rgba(0, 0, 0, 0.65);
    position: absolute;
    left: 28%;
    top: 5px;
    height: 62%;
}
.heightLikeBlock {
	height: 110px !important;
}
.lastpub {
	position: absolute;
    left: 54%;
    top: 0px;
    padding: 5px;
    margin: 5px;
    width: 105px;
    text-align: center;
    background: #ddd;
    line-height: 11px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    border-radius: 4px;
    border-right: 1px solid rgba(0, 0, 0, 0.65);
    border-bottom: 1px solid rgba(0, 0, 0, 0.65);
	height: 62%;
}
.lastpub .uraddinfo {
	display: none;
	position: absolute;
    left: 0px;
    top: 0px;
    padding: 4px;
    font-size: 11px;
    line-height: 13px;
    text-align: left;
	color: #fff;
}
.lastpub:hover {
	background: #c2c2c2;
	color: #fff;
}
.lastpub:hover .uraddinfo {
	display: block;
}
.lastpub:hover .urmaininfo {
	display: none;
}
.urupdateinfo {
	position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
    padding: 4px;
    text-align: center;
    font-size: 10pt;
    background: #f4f4f4;
    border-radius: 0px 5px 0px 0px;
    color: #777;
    border-left: 1px solid #ddd;
}