.about-header {
    background: url(/storage/documents/2023/04/header.png);
}

.odp-photo3 {
    background-image: url(/themes/default/assets/img/about/comand_112.png);
}

div.odp-photo16 {
    background-image: url(/storage/documents/2023/04/comand_11.png);
}

.odp-photo18 {
    background-image: url(/storage/documents/2023/09/comand_13.png);
}

.odp-photo19 {
    background-image: url(/storage/documents/2023/09/comand_131.png);
}

.product-brand-info {
    margin-bottom: 10px;
}

.main.product .product_short-description .show_specifications {
    margin-bottom: 10px;
}
/*
.main.product .product_short-description .product_nav {
    margin-bottom: 10px;
}*/

.request-special-call {
    margin-bottom: 20px;
}



/*Главная

.vincode_form-mobile, .only_mobile {
    display: none !important;
}*/

#search_vin {
	display: none;
}

.header_categories {
z-index: 100 !important;
}


.dealer-type-img {
	width: 50px;
    height: 50px;
}

.dealer-type-name {
	font-size: 20px;
}
.ai_text .ai_img {
	 display: flex;
 align-items: center;
 align-content: flex-start;
 justify-content: center;
 align-self: stretch;
justify-content: center;
}

.ai_text .ai_img  div {
	margin: 1px;
  justify-content: center;
  flex-direction: column;
 width: 50%;
}
.ai_text .ai_img  div img {
	width: 90%;
}

.ai_text .sat img{
	width: 60% !important;
	margin: auto;
    display: block;
	
}

@media screen and (max-width: 767px) {
    .ai_text .ai_img  div {
        margin: 1px;
      justify-content: center;
      flex-direction: column;
     width: 35%;
     }
}

.product_item .product_item-nav .button_transparent {
	    padding: 0 18px;
}

.reviews_section {
    padding-bottom: 10px;
	padding-top: 10px;
}

audio {
    filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);
    display: block;
    margin: auto;
}


audio::-webkit-media-controls-panel {
    border-radius: 5px;
}






@media (max-width: 575px) {
    .main.product .product_item_row {
        margin-top: 0;
    }

    .main.product .product_view .product_slider {
        margin-top: 0;
    }

    .main.product .product_short-description .attributes .attribute.control-group span select.ignore {
        display: block;
        margin: auto;
    }

    #product-form > div.product_nav > span {
        display: none;
    }

    #product-form > div.product_nav {
        flex-direction: column !important;
        padding: 0;
    }

    #product-form > div.product_nav > input {
        max-width: 100% !important;
    width: 100% !important;
    }
    .main.product .product_short-description .product_nav {
        background: none;
    }

    #product-form > div.fixedBottom {
        flex-direction: row !important;
        background-color: #f5f5f5;
        padding: 20px;
    }

    #product-form > div.fixedBottom > input {
        max-width: 50% !important;
    width: 50% !important;
    }

    .main.product .product_short-description .product_nav {
        margin-bottom: 10px;
    }

    .main.product .product_short-description .fixedBottom {
        margin-bottom: 20px;
    }
} 



.flex-img p a{
 display: block;
}

.flex-img p a img {
    max-width: 100%;
}

.flex-img p{
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}
 
@media (max-width: 575px) {
    .flex-img p{
        flex-direction: column;
    } 
}


.reviw_section .popular_category_row {
    margin-bottom: 0;
}

.rm-filters-img {
    background-color: #fff !important;
} 


.featured-products .f-buy-btn .button_transparent {
    background-color: #008c00;
    border-color: #008c00;
}

.featured-products .f-buy-btn .button_transparent:hover {
    background-color: #008c00;
    border-color: #008c00;
}

.product_nav input {
    background-color: #008c00;
}

.product_nav input:hover {
    background-color: #008c00;
}

.cart-wish-wrap input[type="submit"]  {
    background-color: #008c00;
    color: #fff !important;
    border-color: #008c00 !important;
}

.cart-wish-wrap input[type="submit"]:hover {
    background-color: #008c00 !important;
    color: #fff !important;
    border-color: #008c00 !important;
}

.product_item .product_item-nav .button_transparent {
    background-color: #008c00 !important;
    color: #fff !important;
    border-color: #008c00 !important;
}



.product_item .product_item-nav .button_transparent:hover {
    background-color: #008c00 !important;
    color: #fff !important;
    border-color: #008c00 !important;
}


.main.category .category_head .block_title {
    font-size: 20px !important;
}

.request-special-call .rsc-button {
    background: #0660a7;
}

.product_item .price {
    font-size: 20px;
}

.btn-article {
    display: block;
    border-radius: 10px;
    color: white !important;
    transition: .1s pulse;
    background: #0B63F6;
    padding: 20px 30px 20px 30px;
    text-decoration: none !important;
    font-size: 20px;
    margin: 20px 0;
    margin: auto ;
    width: 50%;
    text-align: center;
    animation: border-pulsate 2s infinite;
    }

    @media (max-width: 575px) {
        .btn-article {
            width: 90%;
        } 
    }

    /* .btn-article:hover {
        box-shadow: 0 0 0 2px white, 0 0 0 4px #3C82F8;
    } */

    @keyframes border-pulsate {
        0%   { box-shadow: 0 0 0 2px white, 0 0 0 4px #3C82F8; }
        50%  { box-shadow: 0 0 0 0px white, 0 0 0 2px #3C82F8; }
        100% { box-shadow: 0 0 0 2px white, 0 0 0 4px #3C82F8; }
    }
    
    .btn-article-green {
        display: block;
        border-radius: 10px;
        color: white !important;
        transition: .1s pulse;
        background: #4cda64;
        padding: 20px 30px 20px 30px;
        text-decoration: none !important;
        font-size: 20px;
        margin: 20px 0;
        margin: auto ;
        width: 50%;
        text-align: center;
        animation: border-pulsate1 2s infinite;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    @media (max-width: 575px) {
        .btn-article-green {
            width: 90%;
        } 
    }

    @keyframes border-pulsate1 {
        0%   { box-shadow: 0 0 0 2px white, 0 0 0 4px #4cda64; }
        50%  { box-shadow: 0 0 0 0px white, 0 0 0 2px #4cda64; }
        100% { box-shadow: 0 0 0 2px white, 0 0 0 4px #4cda64; }
    }

    .btn-article-green .svg-phone-ring {
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url(/themes/default/assets/img/svg/phone-ring.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 10px;
    }

    .page_header .our_phones .button:nth-child(3) {
        background: #008c00 !important;
    }