@media (max-width: 1199px) {
    body.gf-mobile-tz-test .main.slick-slider .slick-track {
        align-items: flex-start;
    }

    body.gf-mobile-tz-test .main.slick-slider .slick-slide,
    body.gf-mobile-tz-test .main__slide {
        height: auto !important;
        min-height: 0 !important;
        line-height: 0;
        overflow: hidden;
    }

    body.gf-mobile-tz-test .main__slide [class$="-content"],
    body.gf-mobile-tz-test .main__slide .main__btn {
        line-height: normal;
    }

    body.gf-mobile-tz-test .main__slide picture,
    body.gf-mobile-tz-test .main__slide picture img {
        display: block;
        width: 100%;
        height: auto !important;
    }

    body.gf-mobile-tz-test .btn-up {
        right: 16px;
        bottom: 16px;
        left: auto;
        color: #fff;
        background: #76AB55;
    }
}

@media (max-width: 576px) {
    body.gf-mobile-tz-test .header.fixed:not(.header--fix) .header-bottom {
        height: auto !important;
    }
}

@media (max-width: 800px) {
    body.gf-mobile-tz-test .main__slide1,
    body.gf-mobile-tz-test .main__slide2,
    body.gf-mobile-tz-test .main__slide3,
    body.gf-mobile-tz-test .main__slide4 {
        aspect-ratio: 2 / 3;
    }

    body.gf-mobile-tz-test .main__slide picture,
    body.gf-mobile-tz-test .main__slide picture img {
        height: 100% !important;
        object-fit: cover;
    }

    body.gf-mobile-tz-test .main__slide2 picture img,
    body.gf-mobile-tz-test .main__slide3 picture img {
        object-position: center 80%;
    }

    body.gf-mobile-tz-test .main__slide3::after {
        content: "";
        position: absolute;
        z-index: 5;
        top: 0;
        right: 0;
        left: 0;
        height: 9.26%;
        background: #fff;
        pointer-events: none;
    }

    body.gf-mobile-tz-test .main__slide4 {
        background: #000;
    }

    body.gf-mobile-tz-test .main__slide4 picture img {
        object-fit: contain;
    }
}

body.gf-mobile-tz-test .gf-mobile-tz-cookie {
    display: block !important;
    right: auto !important;
    bottom: 16px !important;
    left: 16px !important;
    z-index: 1001 !important;
    width: min(240px, calc(100vw - 98px)) !important;
    padding: 12px !important;
    color: #fff !important;
    background: #464646 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .2) !important;
}

body.gf-mobile-tz-test .gf-mobile-tz-cookie.is-expanded {
    width: min(560px, calc(100vw - 98px)) !important;
}

body.gf-mobile-tz-test .gf-mobile-tz-cookie-summary {
    font-weight: 700;
    line-height: 1.3;
}

body.gf-mobile-tz-test .gf-mobile-tz-cookie .gf-mobile-tz-cookie-text {
    display: none;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.35;
}

body.gf-mobile-tz-test .gf-mobile-tz-cookie .gf-mobile-tz-cookie-original {
    display: none !important;
}

body.gf-mobile-tz-test .gf-mobile-tz-cookie.is-expanded .gf-mobile-tz-cookie-text {
    display: block;
}

body.gf-mobile-tz-test .gf-mobile-tz-cookie-actions {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

body.gf-mobile-tz-test .gf-mobile-tz-cookie-actions button {
    padding: 8px 10px;
    color: #fff;
    font: inherit;
    font-size: 13px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 4px;
}

body.gf-mobile-tz-test .gf-mobile-tz-cookie-actions .gf-mobile-tz-cookie-accept {
    background: #76AB55;
    border-color: #76AB55;
}

@media (min-width: 1200px) {
    body.gf-mobile-tz-test .gf-mobile-tz-cookie {
        bottom: 30px !important;
        width: min(560px, calc(100vw - 98px)) !important;
        font-size: 14px;
        text-align: left !important;
    }

    body.gf-mobile-tz-test .gf-mobile-tz-cookie-summary,
    body.gf-mobile-tz-test .gf-mobile-tz-cookie .gf-mobile-tz-cookie-text {
        font-size: 14px;
        text-align: left;
    }

    body.gf-mobile-tz-test .gf-mobile-tz-cookie .gf-mobile-tz-cookie-text {
        display: block;
    }

    body.gf-mobile-tz-test .gf-mobile-tz-cookie-actions button {
        font-size: 14px;
    }

    body.gf-mobile-tz-test .gf-mobile-tz-cookie-more {
        display: none;
    }
}

@media (max-width: 800px) {
    body.gf-mobile-tz-test .main__slide1 .tg-box {
        width: clamp(110px, 20vw, 150px);
        height: auto;
        margin-top: 6px;
    }

    body.gf-mobile-tz-test .main__slide1 .tg-box img {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media (min-width: 801px) and (max-width: 1199px) {
    body.gf-mobile-tz-test .main__slide1 .tg-box {
        width: clamp(110px, 12vw, 140px);
        height: auto;
        margin-top: 6px;
    }

    body.gf-mobile-tz-test .main__slide1 .tg-box img {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 575px) {
    body.gf-mobile-tz-test .main.slick-slider .slick-dots {
        bottom: 0;
    }

    body.gf-mobile-tz-test .main__slide1-content {
        transform: translate(-50%, -65%);
    }
}

@media (min-width: 576px) and (max-width: 800px) {
    body.gf-mobile-tz-test .main.slick-slider .slick-dots {
        bottom: 0;
    }

    body.gf-mobile-tz-test .main__slide1-content {
        transform: translate(-50%, -55%);
    }

    body.gf-mobile-tz-test .main__slide1 .main__btn {
        width: clamp(190px, 32vw, 230px);
        height: clamp(40px, 6vw, 48px);
        margin-top: 12vw;
        margin-bottom: 18px;
        font-size: clamp(14px, 2vw, 16px);
        transform: none;
    }
}

@media (max-width: 767px) {
    body.gf-mobile-tz-test .content > .content_main_wrapper > .block_inner {
        box-sizing: border-box;
        padding-right: 16px;
        padding-left: 16px;
    }

    body.gf-mobile-tz-test .path_block.gf-mobile-tz-breadcrumbs,
    body.gf-mobile-tz-test .path_block {
        display: flex;
        gap: 8px;
        max-width: none;
        margin: 0 -16px 12px;
        padding: 0 16px 8px;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    body.gf-mobile-tz-test .path_block.gf-mobile-tz-breadcrumbs::-webkit-scrollbar {
        display: none;
    }

    body.gf-mobile-tz-test .title-search-result {
        right: 0 !important;
        left: 0 !important;
        width: auto !important;
        max-height: calc(100vh - 144px);
        padding: 12px 16px 16px;
        overflow-y: auto;
    }

    body.gf-mobile-tz-test .title-search-result .others_result,
    body.gf-mobile-tz-test .title-search-result .all_result:not(.gf-mobile-tz-all-results) {
        display: none !important;
    }

    body.gf-mobile-tz-test .title-search-result .bx_searche {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
    }

    body.gf-mobile-tz-test .title-search-result .bx_item_block:not(.others_result):not(.all_result) {
        display: block;
        box-sizing: border-box;
        width: auto;
        margin: 0;
        padding: 8px;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 8px;
    }

    body.gf-mobile-tz-test .title-search-result .bx_item_block > .row.no-gutters {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 6px;
        height: 100%;
    }

    body.gf-mobile-tz-test .title-search-result .bx_item_block .col-auto.mr-3 {
        width: 100%;
        margin-right: 0 !important;
    }

    body.gf-mobile-tz-test .title-search-result .bx_img_element,
    body.gf-mobile-tz-test .title-search-result .bx_image {
        width: 100% !important;
        height: 112px !important;
    }

    body.gf-mobile-tz-test .title-search-result .bx_image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    body.gf-mobile-tz-test .title-search-result .bx_item_element {
        display: -webkit-box;
        min-height: 2.7em;
        overflow: hidden;
        line-height: 1.35;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    body.gf-mobile-tz-test .title-search-result .bx_item_price {
        align-self: end;
        margin-left: 0;
        text-align: left;
    }

    body.gf-mobile-tz-test .gf-mobile-tz-all-results {
        display: block;
        grid-column: 1 / -1;
        box-sizing: border-box;
        width: 100%;
        margin-top: 4px;
        padding: 13px 16px;
        color: #fff;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
        background: #76AB55;
        border-radius: 4px;
    }

    body.gf-mobile-tz-test .filter_panel .gf-mobile-tz-filter-close {
        position: absolute;
        top: 14px;
        right: 16px;
        z-index: 2;
        width: 32px;
        height: 32px;
        padding: 0;
        color: #464646;
        font-size: 28px;
        line-height: 28px;
        background: #fff;
        border: 0;
    }

    body.gf-mobile-tz-test .filter_panel .back_btn,
    body.gf-mobile-tz-test .catalog-sidebar-menu {
        display: none !important;
    }

    body.gf-mobile-tz-test .filter_panel.active {
        z-index: 1102 !important;
    }

    body.gf-mobile-tz-test .filter_panel .gf-mobile-tz-filter-apply {
        display: none;
        width: calc(100% - 32px);
        margin: 16px;
        padding: 14px 16px;
        color: #fff;
        font: inherit;
        font-weight: 700;
        background: #76AB55;
        border: 0;
        border-radius: 4px;
    }

    body.gf-mobile-tz-test .filter_panel.gf-mobile-tz-filter-changed .gf-mobile-tz-filter-apply {
        display: block;
    }

    body.gf-mobile-tz-test #bx-soa-order .bx-soa-more-btn {
        display: flex !important;
        flex-wrap: nowrap;
        gap: 8px;
    }

    body.gf-mobile-tz-test #bx-soa-order .bx-soa-more-btn > .pull-right.btn-primary {
        order: 2;
        flex: 0 0 calc(50% - 4px);
        float: none !important;
        width: calc(50% - 4px) !important;
        height: 36px;
    }

    body.gf-mobile-tz-test #bx-soa-order .bx-soa-more-btn > .btn-back {
        order: 1;
        flex: 0 0 calc(50% - 4px);
        float: none !important;
        width: calc(50% - 4px) !important;
        height: 36px;
        margin: 0 !important;
    }

    body.gf-mobile-tz-test #bx-soa-order .bx-soa-more-btn > .btn-back > button {
        width: 100%;
        height: 100%;
    }

    body.gf-mobile-tz-test #bx-soa-order .bx-soa-more-btn > .pull-right.btn-primary:only-child,
    body.gf-mobile-tz-test #bx-soa-order .bx-soa-more-btn > .btn-back:only-child {
        flex-basis: 100%;
        width: 100% !important;
    }

    body.gf-mobile-tz-test #bx-soa-total .gf-mobile-tz-order-consent {
        display: block;
        width: calc(100% - 30px);
        margin: 12px 15px 8px;
    }

    body.gf-mobile-tz-test #bx-soa-total .gf-mobile-tz-order-consent > label {
        display: flex;
        align-items: flex-start;
        gap: 8px;
    }

    body.gf-mobile-tz-test #bx-soa-total .gf-mobile-tz-order-consent input {
        flex: 0 0 auto;
        margin-top: 2px;
    }
}

body.gf-mobile-tz-test .path_block span {
    display: block;
    flex: 0 0 8px;
    width: 8px;
    height: 12px;
}
