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


.side-menu .submenu .submenu{
	max-height: 300px;
	overflow-y: auto;
}

.banners-big + .page-top-info section.page-top{
	padding-top: 0;
}
body.menu_lowercase_n .header-menu__title {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .1em;
}
.label {
    font-size: 14px;
    margin-right: 1em;
    vertical-align: middle;
}
ul.list-unstyled li{
	line-height: 2rem;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-phone:before {
    content: "\260E";
}