/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.logo {
  /*   max-width: 240px !important;*/
    height: 100px !important;
}

@media (max-width: 760px) {
  .logo a img {
    max-height: 60% !important;
}
.index-block__part--left {
    display: none;
}
.index-block__arrow {
    display: none;
}
}
body.menu_lowercase_n .header-menu__title {

    font-size: 17px!important;
}

footer {
background-color: #e6eff5 !important; 

}
footer > a {
color: #474747!important;
}
.black {
color: #474747!important;
}
.index-block--fon {
    background-color: #e6eff5 !important;
}
.index-block__link.right_link_block {
    color: #CE0009 !important;
    font-size: 20px !important;
}
.tizers-list__item-text-wrapper {
    margin: auto;
}
.tizers-list__item-image-wrapper--position-TOP.tizers-list__item-image-wrapper--ICONS {
    margin: auto;
}
.tizers-list__item-image-wrapper--ICONS {
    width: 100!important;
}
.footer__main-part {
    background-color: #e6eff5!important;
}
.footer__bottom-part {
    background-color: #e6eff5!important;
}
<!--ширина-изображения-в-контактах-->
.owl-item {
width: 100% !important;
}
.tr_color:nth-child(odd) {
  background-color: #fafafa;
  background-color: var(--light2_bg_black);
}

<!--Фильтр-меню-->

.fltrdiv-main {
	<!--Если убрать данный селектор то стили пропадут-->
}

.fltrdiv-main .fltrdiv-item {
    background: none;
}

.fltrdiv-main .fltrdiv-item a {
    color: #333333;
}

.fltrdiv-main .fltrdiv-item a:hover {
    color: #d40e17;
}

.fltrdiv-main {
    font-family: "Montserrat", Arial, sans-serif;
    flex-wrap: wrap;
}


