.ya-share2__item {
padding:0;
margin:0;
}
.ya-share2{
display:inline-block;
}
.ya-share2__item:before {
content:none;
}
.ya-share2__item_service_vkontakte a {
    background: url(styles/img/socnets.png) no-repeat 0 0;
}
.ya-share2__item_service_facebook a {
    background: url(styles/img/socnets.png) no-repeat -41px 0;
}
.ya-share2__item_service_twitter a {
    background: url(styles/img/socnets.png) no-repeat -80px 0;
}
.socnets a {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 17px;
    margin: 0 5px;
    opacity: .9;
}
.socnets a span{
display:none;
}
.main-title {
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #111;
    text-decoration: none;
    display: inline-block;
}
.form-content label.error{
position:absolute;
bottom:20px;
}
.content-right a[href$=".pdf"]:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    background: url(/local/templates/neruadmin/styles/img/pdf.png) no-repeat 0 0;
    margin: 0 12px 6px 0;
}
 
.content-right a[href$=".doc"]:before, .content-right a[href$=".docx"]:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    background: url(/local/templates/neruadmin/styles/img/doc.png) no-repeat 0 0;
    margin: 0 12px 6px 0;
}
.content-right a[href$=".pps"]:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    background: url(/local/templates/neruadmin/styles/icons/ico-pps.png) no-repeat 0 0;
    margin: 0 12px 6px 0;
}
.content-right a[href$=".rar"]:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    background: url(/local/templates/neruadmin/styles/icons/ico-rar.png) no-repeat 0 0;
    margin: 0 12px 6px 0;
}
.content-right a[href$=".rtf"]:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    background: url(/local/templates/neruadmin/styles/icons/ico-rtf.png) no-repeat 0 0;
    margin: 0 12px 6px 0;
}
.content-right a[href$=".xls"]:before, .content-right a[href$=".xlsx"]:before  {
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    background: url(/local/templates/neruadmin/styles/icons/ico-xls.png) no-repeat 0 0;
    margin: 0 12px 6px 0;
}
.content-right a[href$=".zip"]:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    background: url(/local/templates/neruadmin/styles/icons/ico-zip.png) no-repeat 0 0;
    margin: 0 12px 6px 0;
}