

/* Start:/bitrix/templates/nsella/stylesheet/index.css?16258613051048*/
ul.home-brands {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}

ul.home-brands li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.home-brands a.btn-link {
    background: linear-gradient(270deg, #96988D 0%, #6F7277 100%), #333333;
    border-radius: 4px;
	padding: 10px 32px;
	font-family: Open Sans;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	margin-top:50px;
}

ul.home-brands a.btn-link:hover {
    background:  #333333;

}

.wr-home-brands {
    margin: 20px 0;
}

ul.home-brands li img {
    border-right: 4px solid #f2f2f2;
    padding: 5px;
    width: 300px;
    height: 224px;
}
ul.home-brands li:last-child img {
    border-right: none;

}

@media(max-width: 630px) {
	ul.home-brands li img {
    border-right: none;

}
}



.directions__wrapper {
    max-height : 1400px;
}

.directions__wrapper .wc_lazy_load {
    display: none;
}

.directions__wrapper .wc_lazy_load.wc_lazy_load_ready {
    display: block;
}
/* End */
/* /bitrix/templates/nsella/stylesheet/index.css?16258613051048 */
