/*@media (min-width: 992px) {*/
/*    body.header_opacity .banners-big__depend-padding {*/
/*        height: calc(var(--big-banner-height) + var(--header-height, 0px));*/
/*        min-height: 100vh;*/
/*    }*/
/*}*/
/*@media (max-width: 576px) {*/
/*    body.site_s1 .hide-mobile {*/
/*        display: none;*/
/*    }*/
/*}*/
/*@media (min-width: 577px) {*/
/*    body.site_s1 .hide-desktop {*/
/*        display: none;*/
/*    }*/
/*}*/
/*@media (max-width: 600px) {*/
/*    .grid-list--items-2-to-600{*/
/*        --items-count: 1 !important;*/
/*    }*/
/*    .grid-list--items{*/
/*        grid-template-columns: repeat(1,1fr);*/
/*    }*/
/*}*/

/*.map-list .map-list__items-toggle {*/
/*    display: none;*/
/*}*/

/*[data-ajax-load-block="HEADER_TOGGLE_REGION"] {*/
/*    order: 1;*/
/*}*/

. gallery-size-medium .detail-gallery-big {
    --max-width: 592px !important;
}

.bottom-menu .pointer .title {
    cursor: default !important;
}

/*класс не отображать на мобильном*/
@media (max-width: 576px) {
    .hide-mobile {
        display: none;
    }
}

/*класс не отображать на десктопе*/
@media (min-width: 577px) {
    .hide-desktop {
        display: none;
    }
}


/* logo mobile*/
.mobileheader .logo {
    max-width: 160px !important;
    height: 40px !important;

    svg {
        max-width: 100%;
        max-height: 100%;
    }
}