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

.footer__main-part .footer__part-item {
    flex: 1;
}

.banners-big__title--middle {
	font-size: 36px !important;
	line-height: 40px;
}

.font_14 {
	line-height: 18px !important;
}

.header-menu__wide-submenu-item-name{
	.font-size: 14px;
}

.header-menu__dropdown-menu--grids{
	grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
}

.banners-big .slides .text-block b {
    font-size: 20px;
}


.banners-big__text-block{
	color: #000;
}

.banners-big__text-block b{
	font-weight: 500;
}


.header__top-inner .logo{ 
	height: 80px !important;
}

.header-cabinet__name{
	display: none;
}


.sections-list__item-text-top-part .list-unstyled{
	display: flex;
	flex-direction: column;
}

.sections-list__item-text-top-part .list-unstyled .sections-list__item-childs-item-separator{
	display: none;
}

body.menu_lowercase_n .header-menu__title{
	font-size: 14px  !important;
}


.header-menu__item>.header-menu__link .header-menu__wide-submenu-right-arrow{
	display: block;
	margin-left: 10px;
	transform: rotate(90deg);
}

.header__top-inner .address{
	margin-left: 100px;
}

.custom_address .schedule{
	margin-left: 121px;
	color: #888;
	font-size: 13px; 
}