.form-volunt__input--text,
.form-volunt__input--email {
    width: 100%;
    padding: 8px 11px;
    border: 1px solid #bebebe;
    font-size: 16px;
}

.form-volunt__input--text:hover,
.form-volunt__input--email:hover {
    border-color: #979797;
}

.form-volunt textarea {
    width: 100%;
}

.form-volunt .form-group {
    margin-bottom: 10px;
}

.form-volunt .invalid-feedback {
    color: red;
    font-weight: 500;
}

.form-volunt .is-invalid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
}

.form-volunt .invalid-feedback{
    display: none;
}

.is-invalid ~ .invalid-feedback {
    display: block;
}

#formVoluntModal .close {
    background-image: none;
    width: auto;
    height: auto;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.top_header_wrap .top_menu .tag12__header{
    top: -15px !important;
}

