.title a {
    text-decoration: none;
    color: #2E3A4D;
}
.droplist-popup__item a{
    text-decoration: none;
    color: #2E3A4D;
}

.title a:hover {
    color: #D30026;
    cursor: pointer;
}
.droplist-popup__item a:hover {
    color: #D30026;
    cursor: pointer;
}

.main-page .drop-block .droplist-popup__item:hover {
    color: #D30026;
    cursor: pointer;
}

.main-nav ul li.active a{
    color: #D30026;
}

.main-nav ul li a:after{
    background: #D30026;
}

.main-nav ul li a:hover {
    color: #D30026;
}

.btn-whole {
    color: #D30026;
}
.btn-blue, .actions a {
    background: #D30026;
    -webkit-box-shadow: 0px 4px 16px rgb(230 16 87 / 30%);
    box-shadow: 0px 4px 16px rgb(230 16 87 / 30%);
}

.main-card-top .edit-obj:hover path, .table-settings:hover svg path{
    fill: #D30026;
}

.main-page .drop-block svg:hover path{
    fill: #D30026;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
    color: #D30026;
}

.zk-filter .filter-results span, .zk-filter .filter-results button{
    color: #D30026;
}

.table-heading .rmb-li.active {
    color: #D30026;
}

.rmb-nav li:before{
    background: #D30026;
}

.popup-table thead {
    background: #D30026;
}

.popup-btns__star:hover svg path {
    fill: #D30026;
}

.popup-btns button:not(:first-child):hover svg path, .popup-btns button:not(:first-child):focus svg path {
    fill: #D30026;
}

.comments__more {
    color: #D30026;
}

.comment__author a {
    color: #D30026 !important;
    text-decoration: none;
}

.comments__more svg path {
    fill: #D30026 !important;
}

.popup-btns__star.active svg path {
    fill: #D30026;
}

.fav__filter_check span {
    background: #D30026;
}

.fav-modal h3+p span{
    color: #D30026;
}

.fav-suc h3 span {
    color: #D30026;
}

.plans__link:hover, .plans__link:focus {
    color: #D30026;
}

.plans-table__btn {
    color: #D30026;
}

.step__text a{
    border-bottom: 1px solid #D30026;
    color: #D30026;
    text-decoration: none;
}

.fav__btn:disabled {
    background: rgba(211, 0, 38, 0.5);
    cursor: default;
}

.tile .table-edge-left{
    left: 0;
}

.check-filter{
    margin-top: 10px !important;
}

.check-filter .one-check{
    margin-bottom: 0 !important;
}

.price-block .icon-input{
    color: #9DA7B2;
}

div.container:not(.agent_wrapper .container) {
    max-width: 100% !important;
}

.rights__item_tr:nth-child(even) {
    background: #F7FBFC;
}

.tile-plus .table-edge-left,
.tile-plus .table-edge-right {
    opacity: 0;
}

/*.tile-plus .table-edge-left:hover,*/
/*.tile-plus .table-edge-right:hover {*/
/*    opacity: 1;*/
/*}*/

.main-card-top .edit-obj {
    min-width: 16px;
}