.border-error {
    border: 1px solid #CE5454 !important;
    box-shadow: 0 0 4px -2px #CE5454 !important;
    position: relative !important;
    left: 0 !important;
    -moz-animation: .7s 1 shake linear !important;
    -webkit-animation: 0.7s 1 shake linear !important;
}
.social-links {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.social-links li {
    float: left;
    list-style: none;
}
.social-links li a {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 0px;
}
.social-links li.social-vk a {
    background: url('/templates/default/img/vk_32.png') no-repeat center;
}
.social-links li.social-odnoklassniki a {
    background: url('/templates/default/img/odnoklassniki_32.png') no-repeat center;
}
.social-links li.social-mailru a {
    background: url('/templates/default/img/mailru_32.png') no-repeat center;
}
.social-links li.social-yandex a {
    background: url('/templates/default/img/yandex_32.png') no-repeat center;
}
.social-links li.social-google a {
    background: url('/templates/default/img/google_32.png') no-repeat center;
}
.social-links li.social-facebook a {
    background: url('/templates/default/img/facebook_32.png') no-repeat center;
}

.FilesBlock {
    position: relative;
}
.ListImg {
    display: none;
}
.FilesBlock a:hover .ListImg {
    display: block;
    height: 160px;
    position: absolute;
    bottom: -70px;
    right: 0px;
}