/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }*/


:root{
    --black-backgroud: #1c1c1c;
    --orange-backgroud: #fea500;
    --letters-text-black: #290000;
}
.custom_background_header_black{
    background-color: var(--black-backgroud);
}

body.fill_bg_y .top-block > .maxwidth-theme {
    border-bottom: none;
}

.custom_background_header_orange{
    background-color: var(--orange-backgroud)
}



.PARTNERS h4 {font-size:25px;
line-height:30px;
font-weight:900;
text-align:center;
}

.personal-link.dark-color{
    color: white;
}

.top-block-item .phone a{
color: white;
}
.wrap .dark_link{
    color: var(--letters-text-black)
}
.logo_and_menu-row .basket-link .wrap .prices{
    color: var(--letters-text-black)
}
.logo_and_menu-row .basket-link:hover .title{
color: var(--letters-text-black)
}




.stickers .sticker_hit, .stickers .sticker_khit {
    background-color: red; 
}
#mobileheader .logo img {
    max-height: 90%;
    max-width: 100%;
    width: 90%;

}


.whatsapp-button {
    position: fixed;
    right: 10px;
    bottom: 50px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 1000 !important;

    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.link_custom{
z-index:1000 !inportant;
}


@media (max-width: 767px) {
    .whatsapp-button {
	width: 30px;
    height: 30px;
    right: 20px;
    bottom: 60px;
    background-color: none;
    }
}

.front_filter_wrap.catalog_filter.tires.moto {
    background-image: url(/bitrix/templates/aspro_tires2/images/tire_car.jpg);
}