.header-mobile, .footer-mobile {
    display: none;
}

.header-mobile .left-icon {
    float: left !important;
}

.header-mobile .right-icon {
    float: right !important;
}
.header-mobile .center {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    z-index: 0;
    width: 64%;
}
.mobile-header {
    position: relative;
}

.mobile-header > .mobile-header-logo img{
    height: 90px;
}

.header-mobile .left-icon a,
.header-mobile .right-icon a  {
    padding: 10 0px;
    color: #000;
    z-index: 1;
	fill: #000;
}

.header-mobile .right-icon {
    position: absolute;
    right: 0px;
    top: 0px;
}

.header-mobile .right-icon .hleba-mobile-menu-trigger {
    position: absolute;
    right: 4px;
    top: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0 !important;
    transform: none !important;
}

.header-mobile .right-icon .hleba-mobile-menu-trigger svg {
    width: 28px;
    height: 28px;
}

.header-mobile .right-icon .hleba-mobile-logout-form {
    position: absolute;
    right: 4px;
    top: 8px;
    width: 38px;
    height: 38px;
    margin: 0;
}

.header-mobile .right-icon .hleba-mobile-logout-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #000;
    fill: currentColor;
    line-height: 1;
}

.header-mobile .right-icon .hleba-mobile-logout-trigger svg {
    width: 30px;
    height: 30px;
}

.header-mobile .right-icon .hleba-mobile-login-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #d6dbe0;
    border-radius: 14px;
    background: #f8fafc;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.header-mobile .right-icon .hleba-mobile-logout-trigger--inline {
    position: static;
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    margin: 0;
    vertical-align: middle;
}

.header-mobile .right-icon .hleba-mobile-logout-trigger--inline svg {
    width: 24px;
    height: 24px;
}

.hleba-mobile-logout-confirm {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(15, 23, 42, 0.42);
}

.hleba-mobile-logout-confirm.is-open {
    display: flex;
}

.hleba-mobile-logout-confirm__dialog {
    width: min(320px, 100%);
    padding: 22px 18px 18px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.24);
    text-align: center;
}

.hleba-mobile-logout-confirm__title {
    margin-bottom: 18px;
    color: #111827;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.hleba-mobile-logout-confirm__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.hleba-mobile-logout-confirm__button {
    min-height: 44px;
    border: 1px solid #d8dee8;
    border-radius: 12px;
    background: #fff;
    color: #111827;
    font-size: 16px;
    font-weight: 600;
}

.hleba-mobile-logout-confirm__button--primary {
    border-color: #3f4aab;
    background: #3f4aab;
    color: #fff;
}

.header-mobile .fa {
    font-size: 17px;
    line-height: 48px;
    vertical-align: middle;
}

.footer-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 65px;
    z-index: 15;
}

.hide-pc  {
    display: none;
}

@media (max-width: 980px) {
    html,
    body {
        overflow-x: hidden;
    }
    
    .header-index  {
        display: none;
    }
    
    .hide-mobile  {
        display: none;
    }
    
    .hide-pc  {
        display: block;
    }
	
	.header-mini {
display: none;
}
    
    .footer-mobile {
        display: block;
        background: #fff;
        position: fixed;
        bottom: 0px;
        text-align: center;
        line-height: 50px;
        z-index: 15;
        width: 100%;
        border-bottom: 1px solid #eee;
        box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
    }
    
    .footer-mobile .navbar-nav {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: row;
        line-height: 40px;
        margin: 0;
        padding: 0 8px;
        background: #fff;
        height: 65px;
    }
    
    .footer-mobile .navbar-nav .nav-link {
        height: 65px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 6px 4px 8px;
    }
    
    
    .footer-mobile .nav-item {
        width: 20%;
        flex: 0 0 20%;
        max-width: 20%;
        text-align: center;
    }
    
    .footer-mobile .nav-item .fa{
        color: #0F9D58;
        font-size: 23px;
        cursor: pointer;
        fill: #0F9D58;
    }
    
    .header-cats {
        display: none;
    }
    
    .header-mobile {
        display: block;
        text-align: center;
        height: 90px;
        line-height: 90px;
    }
    
    .header-mobile-transparent, .header-mobile-transparent .header-mobile {
        background-image: none !important;
        position: absolute;
        width: 100%;
        border-bottom: none;
    }
    .header-mobile-transparent .header-mobile .left-icon a, .header-mobile-transparent .header-mobile .right-icon a {
        color: #fff;
        fill: #fff;
    }
    .header-mobile-transparent .header-mobile.modal-mobile {
        background: #fff;
    }
    
    .header-mobile-transparent .header-mobile.modal-mobile .right-icon {
        position: absolute;
        right: 16px;
        top: 1px;
    }

    .header-mobile .right-icon .hleba-mobile-menu-trigger {
        right: 0;
        top: 10px;
    }

    .header-mobile .right-icon .hleba-mobile-logout-form {
        right: 0;
        top: 10px;
    }

    .header-mobile .right-icon .hleba-mobile-logout-trigger--inline {
        position: static !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
    }
    
    .header-mobile-transparent .header-mobile.modal-mobile .left-icon a, .header-mobile-transparent .header-mobile.modal-mobile .right-icon a {
        color: #0F9D58;
        fill: #0F9D58;
    }
    
    .header-mobile-logo-left .mobile-header {
        position: relative;
        text-align: left;
    }
    
    .main-leftbar {
        border: 0px;
    }
    
    .footer .phone-soc {
        margin-right: 0;
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
    }
    
    .footer .subline {
        font-size: 11px;
        background-color: #0d8e4f;
    }
    
    
    
    .category_title {
        display: none;
    }
    
    .category_title .float-right{
        float: unset !important;
        text-align: center;
        margin: -0px -20px;
    }
    .footer {
        margin-bottom: 50px;
    }

    .footer_market {
        padding-top: 24px !important;
        padding-bottom: 88px;
    }

    .footer_market .phone-soc {
        max-width: none;
        margin: 0 auto 18px;
    }

    .footer_market .phone-soc img {
        max-width: 64px !important;
        width: 64px !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    .hleba-mobile-footer-links {
        display: flex;
        flex-direction: column;
        gap: 8px;
        padding: 0 18px 16px;
        text-align: left;
    }

    .hleba-mobile-footer-links__title {
        margin-top: 8px;
        color: #111827;
        font-size: 15px;
        font-weight: 700;
    }

    .hleba-mobile-footer-links a {
        color: #111827;
        font-size: 14px;
        line-height: 1.25;
        text-decoration: none;
    }

.sub-cats-widget .owl-prev {
    left: -25px !important;
}
.sub-cats-widget .owl-next {
    right: -22px !important;
}

.search-city .city {
    width: 50% !important;
}

}

.product-images-normal {
    margin-bottom: 30px;
}

.product-images-normal .slick-prev {
    display: none !important;
}
.product-images-normal .slick-next {
    display: none !important;
}

@media (max-width: 767px) {
    
    .reviews .form .stars .starrating > label:before {
        content: "\f005";
        margin: 2px;
        font-size: 2em;
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        font-weight: 600;
    }
    .review-item .card-body {
        padding: 0px 0px 10px 0px;
    }
    .product-images-small {
        display: none !important;
    }
    
    .product-images-normal .slick-list {
        margin: 0px 20px;
    }
    
    .product-images-normal .slick-initialized .slick-slide {
        padding: 5px;
    }
    
.product-images-normal .slick-prev {
    float: left;
    position: absolute;
    left: -36px;
    /* width: 50px; */
    transform: rotate(-90deg);
    top: 37%;
    display: inline-block !important;
}
.product-images-normal .slick-next {
    float: left;
    position: absolute;
    right: -36px;
    transform: rotate(-90deg);
    top: 35%;
    display: inline-block !important;
}

#widget_wrapper_89 {
    display: none;
}

.sub-cats-widget .owl-carousel .owl-stage-outer {
    margin: 0px !important;
}
    
}

.footer-mobile .name {
    line-height: 1.2;
    font-size: 11px;
    font-weight: 500;
    color: #001a34;
    white-space: nowrap;
}

@media (max-width: 1470px) {
    
.header-site .search-line .line-search {
    /*width: 60%;*/
    position: relative;
}
    
}
@media (max-width: 1460px) {


}
@media (max-width: 1400px) {
.col-header-icons li{
    padding: 0px !important;
}
.col-header-icons li a{
    padding-left: 3px !important;
} 
}

.footer-mobile .nav-item .avatar-colorbox  {
    float: unset !important;
    width: 22px  !important;
    height: 22px  !important;
    margin-top: 3px  !important;
}

.footer-mobile .nav-item div.avatar-colorbox  {
    float: unset !important;
    width: 22px !important;
    height: 22px !important;
    margin: 9px auto 9px auto!important;
}

.footer-mobile .nav-item .image-box {
    float: unset !important;
    width: 21px !important;
    height: 21px !important;
    margin-top: -7px !important;
    border-radius: 3px;
    padding: 3px;
}

.mobile-shop .nav-item .image-box, .mobile-users .nav-item .image-box, .mobile-partner .nav-item .image-box {
}
.mobile-services .nav-item .image-box, .mobile-customer .nav-item .image-box, .mobile-performer .nav-item .image-box {
    background: #ee8108;
}
.mobile-deposit .nav-item .image-box, .mobile-depositor .nav-item .image-box, .mobile-farmer .nav-item .image-box {
    background: #731982;
}

.mobile-shop .footer-mobile .nav-item .fa, .mobile-users .footer-mobile .nav-item .fa, .mobile-partner .footer-mobile .nav-item .fa  {
    color: #000;
    fill: #000;
}

.mobile-services .footer-mobile .nav-item .fa, .mobile-customer .footer-mobile .nav-item .fa, .mobile-performer .footer-mobile .nav-item .fa  {
    color: #ee8108;
    fill: #ee8108;
}

.mobile-deposit .footer-mobile .nav-item .fa, .mobile-depositor .footer-mobile .nav-item .fa, .mobile-farmer .footer-mobile .nav-item .fa  {
    color: #731982;
    fill: #731982;
}

.modal-menu .menus .menu {
    margin-top: 30px !important;
    margin-bottom: 50px !important;
    font-size: 15px;
}

.modal-menu .menus .menu .title {
    margin-bottom: 1rem;
    font-weight: bold;
}

.modal-menu .menus .menu .counter {
    background-color: #d94537;
    float: right;
    border-radius: 11px;
    padding: 0px 7px;
    margin: 0px;
    margin-top: 3px !important;
    color: #fff;
}

@media (max-width: 980px) {
    body {
        padding-bottom: calc(78px + env(safe-area-inset-bottom));
    }

    .header-index,
    .header-mini,
    .header-cats {
        display: none !important;
    }

    .header-mobile.index-mobile,
    .footer-mobile {
        display: block !important;
    }

    .header-mobile.modal-mobile.hidden,
    .mobile-modals {
        display: none !important;
    }

    .header-mobile.modal-mobile:not(.hidden),
    .mobile-modals.view {
        display: block !important;
    }

    .header-mobile {
        height: auto;
        line-height: normal;
        padding-top: max(8px, env(safe-area-inset-top));
        background: #fff;
        border-bottom: 1px solid #e7edf4;
        box-shadow: 0 8px 20px rgba(18, 33, 61, 0.08);
    }

    .mobile-header {
        min-height: 72px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 6px;
        padding: 10px 0;
        max-width: 100%;
        overflow: hidden;
    }

    .header-mobile .index-page.mobile-header {
        display: grid;
        grid-template-columns: minmax(110px, 1fr) auto auto;
        align-items: center;
        gap: 8px;
        min-height: 82px;
        padding: 10px 0;
        overflow: visible;
    }

    .mobile-header > .mobile-header-logo img {
        height: 48px;
        max-width: 128px;
        object-fit: contain;
    }

    .mobile-header > .mobile-header-logo {
        flex: 0 1 128px;
        display: flex !important;
        align-items: center;
        min-height: 54px;
        padding: 0 !important;
        margin: 0 !important;
        float: none !important;
        line-height: 1 !important;
        min-width: 0;
    }

    .hleba-lang-switcher-target-mobile,
    .hleba-lang-switcher-target-mobile-modal {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        min-width: 0;
    }

    .hleba-lang-switcher-target-mobile .hleba-lang-btn,
    .hleba-lang-switcher-target-mobile-modal .hleba-lang-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        height: 40px;
        padding: 8px 10px;
        border: 1px solid #d6dbe0;
        border-radius: 14px;
        background: #f8fafc;
        box-shadow: none;
    }

    .header-mobile .right-icon {
        position: relative;
        right: auto;
        top: auto;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: auto;
        min-width: 38px;
        height: 44px;
        line-height: 1;
        float: none !important;
    }

    .header-mobile .right-icon .nav-link {
        transform: none !important;
        position: static !important;
        padding: 0;
    }

    .header-mobile .float-left.lh-1 {
        display: flex;
        align-items: center;
        margin-left: 0 !important;
        float: none !important;
        line-height: normal !important;
        min-width: 0;
        max-width: none;
        gap: 6px;
        justify-content: flex-end;
    }

    .header-mobile .float-left.lh-1 .btn {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        max-width: 100%;
        padding: 8px 10px;
        border: 1px solid #d6dbe0;
        border-radius: 14px;
        background: #f8fafc;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        flex: 0 1 auto;
        min-width: 0;
    }

    .header-mobile .index-page.mobile-header .hleba-mobile-location-wrap {
        grid-column: 2;
        justify-self: end;
    }

    .header-mobile .index-page.mobile-header > .right-icon {
        grid-column: 3;
        justify-self: end;
    }

    .header-mobile .index-page.mobile-header .right-icon .hleba-mobile-logout-form {
        position: static !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 44px;
        margin: 0 !important;
    }

    .header-mobile .index-page.mobile-header .right-icon .hleba-mobile-logout-trigger {
        width: 38px;
        height: 44px;
    }

    .header-mobile .index-page.mobile-header .right-icon .hleba-mobile-login-link {
        height: 40px;
        margin: 0;
    }

    @media (max-width: 420px) {
        .header-mobile .index-page.mobile-header {
            grid-template-columns: minmax(96px, 1fr) auto auto;
            gap: 6px;
        }

        .mobile-header > .mobile-header-logo img {
            height: 44px;
            max-width: 118px;
        }

        .hleba-lang-switcher-target-mobile .hleba-lang-btn,
        .hleba-lang-switcher-target-mobile-modal .hleba-lang-btn,
        .header-mobile .float-left.lh-1 .btn {
            height: 38px;
            min-height: 38px;
            padding-left: 8px;
            padding-right: 8px;
            border-radius: 13px;
            font-size: 13px;
        }

        .header-mobile .float-left.lh-1 .btn svg {
            flex: 0 0 auto;
        }

        .header-mobile .right-icon .hleba-mobile-login-link {
            min-width: 54px;
            height: 38px;
            padding: 0 9px;
            font-size: 14px;
        }
    }

    .header-mobile .category-page.mobile-header,
    .header-mobile .item-page.mobile-header {
        gap: 8px;
    }

    .header-mobile .category-page.mobile-header .left-icon,
    .header-mobile .item-page.mobile-header .left-icon,
    .header-mobile .category-page.mobile-header .right-icon,
    .header-mobile .item-page.mobile-header .right-icon,
    .header-mobile .category-page.mobile-header .hleba-mobile-location-wrap--inline,
    .header-mobile .item-page.mobile-header .hleba-mobile-location-wrap--inline {
        flex: 0 0 auto;
    }

    .header-mobile .category-page.mobile-header .center,
    .header-mobile .item-page.mobile-header .center {
        width: auto;
        flex: 1 1 auto;
        min-width: 0;
        text-align: left;
        margin: 0;
        position: static;
        font-size: 15px;
    }

    .header-mobile .hleba-mobile-location-wrap--inline {
        display: flex;
        align-items: center;
        max-width: 46%;
    }

    .header-mobile .hleba-mobile-location-wrap--inline .btn {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 8px 12px;
        border: 1px solid #d6dbe0;
        border-radius: 14px;
        background: #f8fafc;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 500;
        font-family: inherit;
        line-height: 1;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .header-site .search-input2.line-search-market {
        display: block !important;
        padding: 0 12px 8px;
        margin-bottom: 0 !important;
        background: #fff;
        border-bottom: 1px solid #edf1f5;
    }

    .header-site .search-input2 .input-group {
        align-items: stretch;
    }

    .header-site .search-input2 input {
        min-height: 48px;
        font-size: 16px;
        border-radius: 14px !important;
    }

    .header-site .search-input2 .btn2 {
        border-radius: 0 14px 14px 0;
        padding-left: 18px !important;
        padding-right: 18px !important;
    }

    .footer-mobile {
        left: 0;
        right: 0;
        width: 100vw;
        width: 100dvw;
        width: 100svw;
        max-width: 100%;
        max-width: 100dvw;
        max-width: 100svw;
        height: calc(72px + env(safe-area-inset-bottom));
        padding-bottom: env(safe-area-inset-bottom);
        border-top: 1px solid #e7edf4;
        border-bottom: 0;
        overflow: hidden;
        box-shadow: 0 -10px 24px rgba(18, 33, 61, 0.12);
        z-index: 2147483000;
    }

    .footer-mobile .container,
    .footer-mobile .index-page,
    .footer-mobile .row,
    .footer-mobile .col-12 {
        width: 100% !important;
        width: 100dvw !important;
        width: 100svw !important;
        max-width: 100% !important;
        max-width: 100dvw !important;
        max-width: 100svw !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer-mobile .navbar-nav {
        width: 100%;
        height: 72px;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .footer-mobile .navbar-nav .nav-link,
    .footer-mobile .nav-item.nav-link > a {
        position: relative;
        min-height: 72px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: 100%;
        padding-top: 8px;
        padding-bottom: 6px;
    }

    .footer-mobile .nav-item .fa,
    .footer-mobile .nav-item .image-box {
        margin-top: 0 !important;
    }

    .footer-mobile .nav-item .name {
        margin-top: 2px;
        line-height: 1.1;
        font-size: 11px;
    }

    .footer-mobile .footer-home-logo {
        position: absolute;
        left: 50%;
        top: 2px;
        bottom: auto;
        width: 40px !important;
        height: 40px !important;
        margin-top: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        object-fit: contain;
        transform: translateX(-50%);
    }

    .footer-mobile .nav-item:first-child .name {
        position: absolute;
        left: 0;
        right: 0;
        top: 44px;
        bottom: auto;
        transform: none;
        margin-top: 0;
        font-size: 11px;
        line-height: 1.1;
    }

    .footer-mobile .nav-item:first-child .nav-link {
        min-height: 72px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding-top: 8px;
        padding-bottom: 6px;
        transform: none;
    }

    .footer-mobile .nav-item.nav-item-account .nav-link {
        gap: 2px;
    }

    .footer-mobile .footer-account-label {
        margin-top: 0;
        line-height: 1;
        transform: translateY(-7px);
    }

    .footer-mobile .nav-item:last-child .nav-link {
        padding-right: 14px;
    }

    .footer-mobile .nav-item:last-child .name {
        transform: translateX(-8px);
    }

    .footer-mobile .nav-item:last-child .fa {
        transform: translateY(-3px);
    }

    .dst-uslugi-list__text {
        max-width: calc(100% - 112px);
    }

    .footer {
        margin-bottom: calc(88px + env(safe-area-inset-bottom)) !important;
    }

    .profile-page .menus {
        display: block !important;
        margin-top: 24px !important;
        position: relative;
        z-index: 5;
    }

    .profile-page .menus .menu a,
    .profile-page .menus .menu button {
        position: relative;
        z-index: 6;
        touch-action: manipulation;
    }

    .profile-page.profile-page--detail .left-panel {
        display: none !important;
        order: 2;
    }

    .profile-page.profile-page--detail .profile-content-col {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        order: 1;
    }

    .profile-page.profile-page--detail .right-panel {
        margin-bottom: 16px;
    }

    .profile-page.profile-page--detail .content {
        scroll-margin-top: 12px;
    }

    .profile-page .left-panel {
        margin-bottom: 16px;
    }

    .sub-cats-widget {
        display: block !important;
        height: auto !important;
        overflow-x: hidden !important;
        overflow-y: visible !important;
        margin-bottom: 14px !important;
        max-width: 100% !important;
    }

    .sub-cats-widget .owl-nav {
        display: none !important;
    }

    .sub-cats-widget .hleba-subcats-row--mobile {
        display: flex !important;
        flex-wrap: nowrap;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x proximity;
        overscroll-behavior-x: contain;
        touch-action: pan-x;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        padding: 12px 12px 18px;
        box-sizing: border-box;
        scrollbar-width: none;
    }

    .sub-cats-widget .hleba-subcats-row--mobile::-webkit-scrollbar {
        display: none;
    }

    .sub-cats-widget .owl-carousel .owl-stage-outer {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }

    .sub-cats-widget .item,
    .sub-cats-widget .item.hleba-subcategory-card,
    .sub-cats-widget .item.hleba-subcategory-image-card {
        flex: 0 0 220px;
        float: none !important;
        height: auto !important;
        min-height: 0 !important;
        width: 220px !important;
        max-width: 220px !important;
    }

    jdiv[id*="jivo"],
    jdiv[class*="jivo"],
    jdiv[id*="jvlabel"],
    jdiv[class*="callMe"],
    jdiv[style*="bottom"],
    iframe[src*="jivo"],
    iframe[src*="jivosite"],
    iframe[style*="bottom"] {
        bottom: calc(104px + env(safe-area-inset-bottom)) !important;
        z-index: 2147482000 !important;
    }

    .products_index > .row,
    .row.product-items {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        margin-left: -6px !important;
        margin-right: -6px !important;
    }

    .products_index > .row > .dst-container-mobil-cart,
    .row.product-items > .dst-container-mobil-cart,
    .products_index > .row > [class*="col-"],
    .row.product-items > [class*="col-"] {
        display: block !important;
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .row.product-items > .col-12.mb-2 {
        grid-column: 1 / -1;
    }

    .product-n {
        height: auto !important;
        min-height: 0 !important;
        margin-bottom: 12px !important;
        padding: 0 !important;
        border: 1px solid #e7edf4 !important;
        border-radius: 8px !important;
        overflow: hidden;
        box-shadow: 0 2px 7px rgba(15, 23, 42, 0.08);
    }

    .product-n:hover {
        padding: 0 !important;
        border-color: #e7edf4 !important;
    }

    .product-n .image {
        height: auto !important;
        max-height: none !important;
        margin-bottom: 0 !important;
        aspect-ratio: 1 / 1;
        background: #f5f7fa;
    }

    .product-n .image a,
    .product-n .image .slick-list,
    .product-n .image .slick-track,
    .product-n .image .slick-slide,
    .product-n .image .slick-slide > div {
        height: 100%;
    }

    .product-n .image img {
        width: 100% !important;
        height: 100% !important;
        max-height: none !important;
        object-fit: cover;
        display: block;
    }

    .product-n .info {
        padding: 10px 10px 12px !important;
    }

    .product-n .price-block .price {
        font-size: 17px !important;
        line-height: 1.2 !important;
    }

    .product-n .product-block-title-pos {
        display: -webkit-box;
        min-height: 34px;
        color: #001a34;
        font-size: 14px !important;
        line-height: 1.2 !important;
        font-weight: 400 !important;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .product-n .title,
    .product-n .title a,
    .product-n .product-block-title-pos,
    .product-n .product-block-title-pos a {
        color: #001a34 !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        font-weight: 400 !important;
        letter-spacing: 0 !important;
    }

    .product-n .special-label,
    .product-n .product-info-counter,
    .product-n .rating,
    .product-n .actions {
        display: none !important;
    }

    .product-n .favorite {
        right: 8px !important;
        top: auto !important;
        bottom: 78px !important;
        z-index: 3;
    }

    .products_index .board.mini,
    .row.product-items .board.mini {
        width: 100% !important;
        margin-bottom: 12px !important;
        overflow: hidden;
        border: 1px solid #e7edf4;
        border-radius: 8px;
        box-shadow: 0 2px 7px rgba(15, 23, 42, 0.08);
    }

    .products_index .board.mini .image,
    .row.product-items .board.mini .image {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 1 / 1;
        border-radius: 8px 8px 0 0 !important;
        background-size: cover;
        background-position: center;
    }

    .products_index .board.mini .header-block,
    .products_index .board.mini .footer-block,
    .row.product-items .board.mini .header-block,
    .row.product-items .board.mini .footer-block {
        padding: 8px 8px 10px !important;
        max-height: none !important;
        font-size: 13px !important;
    }

    .products_index .board.mini .title,
    .products_index .board.mini .title a,
    .products_index .board.mini .mini-title-link,
    .row.product-items .board.mini .title,
    .row.product-items .board.mini .title a,
    .row.product-items .board.mini .mini-title-link {
        min-height: 34px !important;
        width: 100% !important;
        color: #001a34 !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        font-weight: 400 !important;
    }

    .products_index .board.mini .info,
    .row.product-items .board.mini .info {
        margin-bottom: 0 !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
    }

    .products_index .board.mini .favorite,
    .row.product-items .board.mini .favorite {
        top: 8px !important;
        right: 8px !important;
    }

    .row.product-items .catalog-board {
        margin-bottom: 12px !important;
        padding: 0 !important;
        overflow: hidden;
        border: 1px solid #e7edf4;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 2px 7px rgba(15, 23, 42, 0.08);
    }

    .row.product-items .catalog-board > .row {
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .row.product-items .catalog-board > .row > [class*="col-"] {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .row.product-items .catalog-board .image {
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 1 / 1;
        border-radius: 8px 8px 0 0 !important;
        background-size: cover;
        background-position: center;
    }

    .row.product-items .catalog-board .info {
        padding: 8px 8px 10px !important;
        margin-bottom: 0 !important;
    }

    .row.product-items .catalog-board .info-block {
        margin-bottom: 6px !important;
    }

    .row.product-items .catalog-board .header-block,
    .row.product-items .catalog-board .footer-block {
        padding: 8px 8px 10px !important;
        max-height: none !important;
        font-size: 13px !important;
    }

    .row.product-items .catalog-board .title,
    .row.product-items .catalog-board .title a {
        min-height: 34px !important;
        width: 100% !important;
        color: #001a34 !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        font-weight: 400 !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .row.product-items .catalog-board .price.info-block {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }

    .row.product-items .catalog-board .first-block span {
        font-size: 13px !important;
        line-height: 1.2 !important;
    }

    .row.product-items .catalog-board .chars,
    .row.product-items .catalog-board .info-footer {
        display: none !important;
    }

    .row.product-items .catalog-board .delivery .first-block {
        display: flex;
        align-items: center;
        gap: 3px;
        color: #8a94a3;
        min-width: 0;
    }

    .row.product-items .catalog-board .delivery .first-block svg {
        width: 14px;
        height: 14px;
        flex: 0 0 14px;
    }

    .row.product-items .catalog-board .delivery .first-block span {
        display: block;
        min-width: 0;
        color: #8a94a3;
        font-size: 13px !important;
        line-height: 1.2 !important;
        font-weight: 400 !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .banner-position .banner-grid-4,
    .banner-position .banner-grid-5 {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .banner-position .position_item_distinction,
    .banner-position .board {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0;
        margin-top: 0 !important;
        border-radius: 8px !important;
        overflow: hidden;
    }

    .banner-position .position_item_distinction .w-100,
    .banner-position .position_item_distinction .dst-container-mobil-cart,
    .banner-position .position_item_distinction [class*="col-"] {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .banner-position .position_item_distinction .ads {
        font-size: 13px;
    }

    .banner-position .position_item_distinction [id^="banner banner-image"] {
        height: auto !important;
        aspect-ratio: 1 / 1;
        border-radius: 8px 8px 0 0 !important;
    }

    .banner-position .board-title-banner,
    .banner-position .position_item_distinction .board-title-banner {
        color: #001a34 !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        font-weight: 400 !important;
    }

    .banner-position .board-title-banner a,
    .banner-position .position_item_distinction .board-title-banner a {
        color: #001a34 !important;
        font-size: 14px !important;
        line-height: 1.2 !important;
        font-weight: 400 !important;
    }

    .banner-position .position_item_distinction .ads-padding-dst-block {
        padding: 10px !important;
    }

    .banner-position .pbc_inner {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 1 / 1;
        max-width: 100%;
        font-size: 13px;
        padding: 10px;
    }

    .profile-page .notifications.items > [class*="col-"],
    .profile-page .right-panel .notifications > [class*="col-"],
    .profile-page .right-panel .card-notify[class*="col-"] {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .profile-page .card-notify {
        min-height: 170px;
        padding: 14px !important;
        overflow: hidden;
    }

    .profile-page .card-notify .row {
        display: block;
    }

    .profile-page .card-notify [class*="col-"] {
        max-width: 100%;
        padding-right: 0 !important;
        text-align: left !important;
    }

    /*
     * Mobile polish: keep the bottom navigation on one visual baseline.
     * Earlier overrides positioned the first item absolutely, so "Главная"
     * drifted away from the rest of the labels on real iPhone screens.
     */
    .footer-mobile .navbar-nav.nav-r {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        justify-content: stretch !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 72px !important;
        margin: 0 !important;
        padding: 0 8px !important;
        box-sizing: border-box !important;
    }

    .footer-mobile .navbar-nav.nav-r .nav-item {
        display: flex !important;
        width: 20% !important;
        max-width: none !important;
        min-width: 0 !important;
        flex: 0 0 20% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .footer-mobile .navbar-nav.nav-r .nav-link {
        position: relative !important;
        display: grid !important;
        grid-template-rows: 34px 16px !important;
        align-content: center !important;
        justify-items: center !important;
        row-gap: 4px !important;
        height: 72px !important;
        min-height: 72px !important;
        width: 100% !important;
        padding: 8px 2px 6px !important;
        transform: none !important;
    }

    .footer-mobile .navbar-nav.nav-r .nav-link .fa,
    .footer-mobile .navbar-nav.nav-r .nav-link .block-icon,
    .footer-mobile .navbar-nav.nav-r .nav-link .image-box,
    .footer-mobile .navbar-nav.nav-r .nav-link .footer-home-logo {
        position: static !important;
        grid-row: 1 !important;
        align-self: center !important;
        justify-self: center !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        min-height: 32px !important;
        margin: 0 !important;
        padding: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        line-height: 1 !important;
        object-fit: contain !important;
        transform: none !important;
    }

    .footer-mobile .navbar-nav.nav-r .nav-link .footer-home-logo {
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
    }

    .footer-mobile .navbar-nav.nav-r .nav-link .fa svg,
    .footer-mobile .navbar-nav.nav-r .nav-link .block-icon svg {
        width: 30px !important;
        height: 30px !important;
        display: block !important;
    }

    .footer-mobile .navbar-nav.nav-r .nav-link .name,
    .footer-mobile .navbar-nav.nav-r .nav-link .footer-account-label,
    .footer-mobile .navbar-nav.nav-r .nav-item:first-child .name,
    .footer-mobile .navbar-nav.nav-r .nav-item:last-child .name {
        position: static !important;
        grid-row: 2 !important;
        align-self: start !important;
        justify-self: center !important;
        max-width: 100% !important;
        margin: 0 !important;
        color: #001a34 !important;
        font-size: 11px !important;
        font-weight: 500 !important;
        line-height: 1.1 !important;
        letter-spacing: 0 !important;
        text-align: center !important;
        white-space: nowrap !important;
        transform: none !important;
    }

    .footer-mobile .navbar-nav.nav-r > .nav-item > .nav-link,
    .footer-mobile .navbar-nav.nav-r > .nav-item.nav-link > a {
        position: relative !important;
        display: grid !important;
        grid-template-rows: 34px 16px !important;
        align-content: center !important;
        justify-items: center !important;
        row-gap: 4px !important;
        height: 72px !important;
        min-height: 72px !important;
        padding: 8px 2px 6px !important;
    }

    .footer-mobile .navbar-nav.nav-r > .nav-item:first-child .footer-home-logo {
        position: static !important;
        grid-row: 1 !important;
        width: 34px !important;
        height: 34px !important;
        min-width: 34px !important;
        min-height: 34px !important;
        margin: 0 !important;
        transform: none !important;
        align-self: center !important;
        justify-self: center !important;
        object-fit: contain !important;
    }

    .footer-mobile .navbar-nav.nav-r > .nav-item:first-child .name {
        position: static !important;
        grid-row: 2 !important;
        align-self: start !important;
        justify-self: center !important;
        margin: 0 !important;
        transform: none !important;
        line-height: 1.1 !important;
    }

    /* Ensure public listing pages keep Avito-like two-column cards on mobile. */
    .products_index .product-items,
    .products_index .row.product-items,
    .row.product-items,
    .product-items.row,
    .catalog-list.product-items {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        align-items: start !important;
        margin-left: -6px !important;
        margin-right: -6px !important;
    }

    .products_index .product-items > *,
    .products_index .row.product-items > *,
    .row.product-items > *,
    .product-items.row > *,
    .catalog-list.product-items > * {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: none !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        box-sizing: border-box !important;
    }

    .products_index .product-items > .col-12,
    .products_index .row.product-items > .col-12,
    .row.product-items > .col-12,
    .product-items.row > .col-12,
    .catalog-list.product-items > .col-12 {
        grid-column: 1 / -1 !important;
    }

    .profile-page .card-notify .feature-dst-icon {
        margin-bottom: 24px;
        text-align: left;
    }

    .profile-page .card-notify,
    .profile-page .card-notify * {
        font-size: 14px;
        line-height: 1.25;
    }

    .forum-category,
    .forum-thread,
    .forum-threads-list,
    .forum {
        font-size: 14px;
    }

    .search-similar-heading {
        font-size: 24px;
        margin: 22px 0 14px;
    }
}
