.color_main {
    color: #35a894;
}

.background_color_main {
    background-color: #35a894;
}

.color_gray {
    color: #F4F4F4;
}

.a_link {
    color: #35a894;
    !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

a.btn.btn-primary, input.btn.btn-primary, button.btn.btn-primary, button.btn.btn-primary.dropdown-toggle {
    background-color: #35a894;
    border-color: #35a894;
}

a.btn.btn-outline-primary, button.btn.btn-outline-primary.dropdown-toggle {
    border-color: #35a894;
    color: #35a894;
}

a.btn.btn-outline-primary:hover, button.btn.btn-outline-primary.dropdown-toggle:hover {
    background-color: #35a894;
    color: #fff;
}

a {
    color: #35a894;
}

a:hover {
    color: #35a894;
    text-decoration: none;
}

.a_link {
    color: #35a894;
}

ul.pagination li.page-item.active a.page-link {
    background-color: #35a894;
    border-color: #35a894;
    color: #fff;
}

ul.pagination li.page-item a.page-link {
    color: #35a894;
}
/* ОБрезаемый текст */
.cropped_text{
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
