/*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;  }*/

/* Общее - Header*/
.header__top-part {
    display: none;
}
.index-block__part--left{
padding-left:0px !important;
}
.index-block__part--left .index-block__title {
text-align: left;
}
.submenu-wrapper .submenu li {
border: 1px solid;
padding: 5px 10px 0px 10px;
margin-right: 10px !important;
border-radius: 3px;
border-color: #ccc;
margin-top: 5px!important;
}
.side-menu .submenu > li a {
    padding: 0px 22px 3px 0px !important;
}