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

.nutricionica-metrika-notice {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 52px 16px 24px;
    background: rgba(38, 38, 38, 0.96);
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    line-height: 1.5;
}

.nutricionica-metrika-notice .cn-text-container {
    flex: 1 1 auto;
}

.nutricionica-metrika-notice .cn-text-container a {
    color: #fff;
    text-decoration: underline;
}

.nutricionica-metrika-notice .cn-button {
    display: inline-block;
    min-width: 92px;
    padding: 9px 18px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}

.nutricionica-metrika-notice .cn-close-icon {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    cursor: pointer;
}

.nutricionica-metrika-notice .cn-close-icon:before,
.nutricionica-metrika-notice .cn-close-icon:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 1px;
    width: 16px;
    height: 2px;
    background: #fff;
}

.nutricionica-metrika-notice .cn-close-icon:before {
    transform: rotate(45deg);
}

.nutricionica-metrika-notice .cn-close-icon:after {
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    .nutricionica-metrika-notice {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 14px 44px 14px 16px;
        font-size: 13px;
    }
}


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

}
