.sidebar, .sidebar a:not([class]) {
   /* color: #000; */
}

.sidebar {
  /*  margin-left: 0;*/
}

.sidebar > noindex > ul > li > a {
   /* font-weight: bold;*/
}

/*.sidebar ul>li>ul>li a {*/
/*    color: #000 !important;*/
/*    padding: 5px 34px 5px 18px;*/
/*}*/

/*#left-menu ul>li>ul>li ul a {*/
/*   padding-left: 10px;*/
/*}*/

.sidebar ul>li>ul>li a:hover, .sidebar ul li a:hover {
    color: var(--color-red) !important;
}

.sidebar ul>li>ul>li+li {
   /* border-top: none; */
}

.sidebar ul li a {
    color: #000;
}

.sidebar .read-more a {
    padding-bottom: 0;
    border: none;
}

.sidebar ul>li.active>a {
   /* color: #000; */
}

.sidebar ul>li>ul>li span.bold {
    color: var(--color-red);
    font-weight: normal;
}

.read-more-all a {
    font-weight: bold;
    text-decoration: none;
}

.sidebar .h2 {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.sidebar-trigger-catalog ~ ul > li:first-child {
    margin-top: 10px !important;
}

.sidebar-trigger-catalog ~ ul > li:last-child {
    margin-bottom: 10px !important;
}

.sidebar li.active > .sidebar-trigger-catalog{
    transform: rotate(180deg);
}

.sidebar-trigger-catalog {
    font-size: 0;
    background-image: url("../img/icon/plus.svg") !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
    transition: 0.3s ease-in-out;
}

.sidebar-trigger-catalog:hover {
    background-image: url("../img/icon/plus.svg") !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
}


.link-news {
    color: #000;
    font-size: 14px;
    line-height: 16px;
}

.read-more .link-news {
    color: #A29F9F;
    text-decoration: none !important;
}

.read-more .link-news:hover {
    color: #000;
}

.sidebar_services {
    margin: 35px 0;
}

.sidebar_services__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
}

.sidebar_services__title {
    position: relative;
    z-index: 3;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    font-weight: bold;
}

.sidebar_services__item {
    text-align: center;
    text-transform: uppercase;
    max-width: 350px;
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
    transition: 0.2s ease-in-out;
    margin: 10px 0;
    padding: 0 20px;
}

.sidebar_services__item:hover {
    transform: scale(1.05);
}

.sidebar_services__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar_services__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
}
