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

.button-burger{
	margin-right: 15px;
}

body .mega-menu table .dropdown-menu li > a {
color: #222222;
    border-bottom: 1px solid #f0f0f0 !important;
    font-weight: 400 !important;
    padding: 5px 37px 5px 19px !important;
    border-top: 0;
    min-height: 66px;
    display: flex;
    align-items: center;
}

.mega-menu table .wrap > .dropdown-menu li:first-of-type > a{
	border-color: #f0f0f0 !important
}

.menu-row .mega-menu table td.wide_menu > .wrap > .dropdown-menu > li{

	padding: 0 !important

}


.bvi-open{
	width: 67px;
    height: 55px;
    font-size: 0;
display: block;
    border-radius: 2px;
    position: static;
    top: 50%;
    right: 25px;
    transform: none;
	background: url('../images/mbsee.svg') center center no-repeat, #AD8809;
}

.logo_and_menu-row .right-icons {

    margin-right: 65px;
}
.logo-row .paddings{
	padding-left: 0;
}
.logo-row .maxwidth-theme:after, .logo-row .maxwidth-theme:before{
	content: none;
}

.logo-row .maxwidth-theme{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.address-block{
	display: flex;
}
.address-block .svg{
	    margin-right: 5px;
    margin-top: 2px;
}
.address-block div{
max-width: 170px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
}

.los{
font-weight: 300;
font-size: 13px;
line-height: 18px;
color: #222222;

}

.logo-row .logo{
    max-width: 210px;

}

.logo_and_menu-row .phone a{
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	color: #222222;
}
.logo_and_menu-row .phone-block .schedule{
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 18px;
	margin-left: 27px;
	color: #777777;
}
.logo_and_menu-row .phone-block.with_btn .phone .svg, .logo_and_menu-row .inner-table-block.phones i.svg.inline{
	top: 2px;
}


@media (max-width: 767px){
	body div .banners-big.long-banner{
		margin-top: 0 !important
	}

	#mobileheader {
    	margin-bottom: 79px !important;
	}

}


@media (max-width: 550px){
	.hdtop .los{
		display: none;
	}
.hdtop {
    justify-content: space-between;
}

	#mobileheader .hdtop .logo{
	width: auto
}

}