/* fix звездочки на формах */
form.marked .required label:not(.notmark):after,
form.marked label.mark-this:after{
  content: " *";
}

.pretty_select, .pretty_select_max3, .pretty_tags_ns, .pretty_select_search_user, .pretty_tags, .pretty_select_max5, .pretty_tags_ns_max5 {
	width:100%;
}

.form_hint {
    margin-bottom: 25px;
    display: inline-block;
    color: red;
    opacity: 0.7;
}
.system_message {
    text-align: center;
    width: 100%;
    opacity: 0.5;
}
#service_article {
    text-align: left;
}

/* override social widgets' styles */

.ya-share2__link {
    display: inline-block;
    margin-bottom: 15px;
}

.ya-share2__title {
    color: #3C3E45 !important;
    vertical-align: baseline !important;
    font-weight: 400 !important;
    font-family: inherit !important;
}