.breadcrumbs a:visited {
    color: #000;
}

/*notify*/
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.notify button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.notify .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.notify {
    padding-right: 30px;
}

/*notify-end*/

.footer-inner__item ul.footer-list li:first-child a {
    cursor: auto;
    pointer-events: none;
}

.m-0-a {
    margin: 0 auto;
}

.comments__unit-ava {
    overflow: hidden;
}

.guest_blur {
    filter: blur(10px);
    position: relative;
    user-select: none;
}

.guest_blur:after {
    content: attr(data-guest-text);
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center;
    display: block;
}

.guest_text {
    text-align: center;
    position: relative;
    top: 150px;
    z-index: 1;
}

.registration__item .account-list a:visited {
    color: white;
}

.info-after-send-contact-us {
    display: none;
    color: white;
    text-align: center;
    width: 100%;
    font-size: 41px;
}

.aside-case {
    position: relative;
}

.aside-search__input {
    position: relative;
    z-index: 1;
}

.content-wrap {
    z-index: 2;
}

.note {
    z-index: 99;
}

.content-info__table-pseudo {
    margin-left: 5px;
}

.btn-show-results {
    display: none;
    cursor: pointer;
    position: absolute;
    padding: 6px 11px;
    left: -65px;
    border-color: #FFD600;
    background: #FFD600;
    color: #000000;
    transition: 0.3s;
    z-index: 1;
}

.btn-show-results:hover {
    background: #ecc50c;
}

.settings-filter-form {
    position: relative;
    height: 100%;
}

@media screen and (max-width: 575px) {
    .pagination:not('.pagination_spy') li:first-child, .pagination li:last-child {
        margin: 0;
    }
}

@media screen and (max-width: 991px) {
    .aside-search-wrap.aside-search {
        display: none;
    }
}

.td-network a {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.scroll-auto {
    overflow: auto;
}

.sign__up, .sign__in {
    visibility: hidden;
}

.sign_in .sign__in, .sign_up .sign__up {
    visibility: visible;
}

.popup.db.active {
    display: block;
}

.comments__unit-name:hover {
    text-decoration: none;
}

.main-toolbar__inner > *:last-child {
    position: relative;
    z-index: 20;
}

.account .main-toolbar__inner {
    margin-bottom: 15px;
}

.aside-container_seo-text .aside__text p {
    margin: 1em 0;
}

.header-mobile input.filter__radio[type="radio"] + label.filter__label {
    line-height: 25px;
}

.table-responsive {
    overflow-x: auto;
}

.table-responsive table {
    table-layout: auto;
}

@media screen and (max-width: 425px) {
    .notify {
        left: 20px;
    }
}
