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

/*.item-views.news2.lg .item-wrapper .item .image {*/
/*    aspect-ratio: 1 / 1;*/
/*    height: auto;*/
/*    overflow: hidden;*/
/*}*/

/*.item-views.news2.lg .item-wrapper .item .image .bg-fon-img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/

/*    background-size: contain !important;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center center;*/
/*    background-color: #fff;*/
/*}*/

footer .social-icons ul li.max a{
    background: url('/local/templates/.default/components/aspro/social.info.max/template_for_max/images/Max_logo-16x16.png') no-repeat;
    background-position: center;
}
footer .social-icons ul li.max a:hover{
    background-color: #0a7ddd;
}


@media (min-width: 992px) {
    .item-views.news2.lg .item-wrapper .item .image {
        height: auto !important;
        aspect-ratio: 800 / 486;
        overflow: hidden;
    }

    .item-views.news2.lg .item-wrapper .item .image span,
    .item-views.news2.lg .item-wrapper .item .image .bg-fon-img {
        width: 100%;
        height: 100% !important;
        display: block;
        background-size: cover !important;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

.b24-widget-button-position-bottom-right.b24-widget-button-bottom .b24-widget-button-social {
    max-height: 150px;
}

@media (max-width:1560px) {
    .BIG_BANNER_INDEX .main_info .img img {
        right: 0;
    }
}

@media (max-width:450px) {
    .top_slider_wrapp .main-slider,
    .top_slider_wrapp .main-slider__item,
    .top_slider_wrapp .main-slider__item td,
    .top_slider_wrapp .main-slider__item tr {
        height: 650px !important;
    }

    .top_slider_wrapp .main-slider__item td.text{
        height: fit-content !important;
        padding-top: 80px;
        display: flex;
        flex-direction: column;
    }

    .top_slider_wrapp .main-slider tr.main_info{
        position: relative;
    }

    .top_slider_wrapp .main-slider__item td.img{
        height: fit-content !important;
    }

    .BIG_BANNER_INDEX .main_info .img {
        display: block !important;
    }

    .BIG_BANNER_INDEX .main_info .img img {
        right: 50%;
        transform: translateX(50%);
    }

    .BIG_BANNER_INDEX .main_info .img,
    .BIG_BANNER_INDEX .main_info .img img {
        width: 105%;
    }

    /*.top_slider_wrapp .main-slider .main-slider__wrapper .main-slider__item:first-child .main_info .img img{
        height: 390px;
        max-height: fit-content;
        width: auto;
        right: 50%;
        transform: translateX(50%);
    }*/

}
