@media screen and (max-width: 1601px) {
    .hd-flex-column {
        flex-direction: column;
    }

    .hd-align-start {
        align-items: start;
    }

    .hd-justify-start {
        justify-content: start;
    }

    .hd-width-100 {
        width: 100%;
    }

    .hd-ml-50 {
        margin-left: 50px;
    }

    .gallery-front-card {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gallery-front-card > picture {
        min-width: 344px;
        min-height: 302px;
        max-width: 344px;
        max-height: 302px;
    }

    .gallery-front-card img {
        width: unset;
        height: unset;
        object-fit: contain;
    }

    .uk-search-navbar .uk-search-input {
        font-size: 11px;
        font-weight: 400;
        line-height: 14.85px;
        letter-spacing: 1.6200000047683716px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        height: 30px;
        color: #FFFFFFA6;
        min-width: 150px;
    }
    .seatch-wrapper {
        width: 62%;
    }

}

@media screen and (max-width: 1367px) {
    .header-logo {
        max-width: 170px;
    }

    .header-menu * {
        gap: 8px;
    }

    .flex.align-center.justify-center.gap-40 {
        gap: 20px;
    }

    .header-phone span,
    .header-phone {
        font-size: 1rem;
    }

    .laptop-left-50 {
        left: 50%;
        transform: translateX(-50%);
    }

    .laptop-w-50 {
        width: 50%;
    }

    .laptop-d-none {
        display: none;
    }

    .laptop-d-unset {
        display: unset;
    }

    .laptop-d-block {
        display: block;
    }

    .laptop-w-10 {
        width: 10%;
    }

    .laptop-w-20 {
        width: 20%;
    }

    .laptop-w-30 {
        width: 30%;
    }

    .laptop-w-40 {
        width: 40%;
    }

    .laptop-w-50 {
        width: 50%;
    }

    .laptop-w-60 {
        width: 60%;
    }

    .laptop-w-70 {
        width: 70%;
    }

    .laptop-w-80 {
        width: 80%;
    }

    .laptop-w-90 {
        width: 90%;
    }

    .laptop-w-100 {
        width: 100%;
    }

    .laptop-flex-column {
        flex-direction: column;
    }

    .laptop-align-start {
        align-items: start;
    }

    .laptop-mt-10 {
        margin-top: 0.625rem;
    }

    .banner-wrapper > div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gallery-front-card > picture {
        min-width: 300px;
        min-height: 258px;
        max-width: 300px;
        max-height: 258px;
    }

    .footer-middle > .gap-150 {
        gap: 50px;
    }

    .footer-menu-min-width {
        min-width: 200px;
    }

}

@media screen and (max-width: 1280px) {
    .gallery-front-card > picture,
    .gallery-front-card img {
        min-width: 290px;
        min-height: 248px;
        max-width: 290px;
        max-height: 248px;
    }

    .footer-menu-min-width {
        min-width: 100px;
    }
}

@media screen and (max-width: 1026px) {
    .video-block {
        height: 550px;
    }
    .header {
        display: none;
    }

    .header-mobile {
        display: flex;
        background-color: #ffffff;

    }

    .header-mobile-contacts {
        border-bottom: 1px solid var(--border-color);
        border-top: 1px solid var(--border-color);
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
        margin-top: 1.875rem;
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-color: rgba(157, 217, 67, 1);
    }

    .header-mobile-social {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 10px;
        padding-top: 30px;
        justify-content: center;
    }

    #offcanvas-overlay .offcanvas-top {
        background-color: #E1251B;
        padding: 25px 0;
    }

    .tablet-flex {
        display: flex;
    }

    .tablet-flex-column {
        flex-direction: column;
    }

    .tablet-flex-column-reverse {
        flex-direction: column-reverse;
    }

    .tablet-align-items-center {
        align-items: center;
    }

    .tablet-align-items-unset {
        align-items: unset;
    }

    .tablet-justify-sb {
        justify-content: space-between;
    }

    .tablet-justify-center {
        justify-content: center;
    }

    .tablet-w-100 {
        width: 100%;
    }

    .tablet-w-60 {
        width: 60%;
    }

    .tablet-w-50 {
        width: 50%;
    }

    .tablet-w-30 {
        width: 30%;
    }

    .tablet-pl-3 {
        padding-left: 3%;
    }

    .tablet-p-5 {
        padding: 5px;
    }

    .tablet-p-0 {
        padding: 0;
    }

    .tablet-w-0 {
        width: 0;
    }

    .tablet-l-0 {
        left: 0;
    }

    .tablet-l-unset {
        left: unset;
        transform: translateX(0);
    }

    .tablet-r-0 {
        right: 0;
    }

    .tablet-b-0 {
        bottom: 0;
    }

    .tablet-t-0 {
        top: 0;
    }

    .tablet-gtc-1 {
        grid-template-columns: 1fr;
        grid-row-gap: 2rem;
    }

    .tablet-overflow-hidden {
        overflow: hidden;
    }

    .tablet-img-100 {
        width: 100%;
        height: 100%;
    }

    .tablet-position-unset {
        position: unset;
    }

    .tablet-gtc-2 {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 2rem;
        grid-column-gap: 1rem;
    }

    .tablet-display-none {
        display: none;
    }


    .tablet-pt-0 {
        padding-top: 0;
    }

    .tablet-mt-25 {
        margin-top: 1.563rem;
    }

    .tablet-mt-20 {
        margin-top: 1.25rem;
    }

    .tablet-mt-15 {
        margin-top: 0.938rem;
    }

    .tablet-mt-10 {
        margin-top: 0.938rem;
    }

    .tablet-flex-row {
        flex-direction: row;
    }

    .tablet-gap-60 {
        gap: 4.063rem;
    }

    .tablet-m-0 {
        margin: 0;
    }

    .tablet-mh-unset {
        max-height: unset;
    }

    .header-mobile-button {
        display: flex;
        align-items: center;
    }

    .header-mobile-button > span {
        text-transform: uppercase;
        color: #B4A18B;
        font-size: 14px;
        font-weight: 400;
    }

    .lang-mobile > li * {
        color: rgb(152, 152, 154);
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
        text-align: left;
        transition: 0.3s ease;
    }

    .lang-mobile > li a {
        font-size: 14px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: left;
        color: #f2f2f2;
        opacity: 0.6;

    }
    .lang-mobile > li:first-child:after {
        color: #f2f2f2;
        opacity: 0.6;
    }
    .lang-mobile > li a:hover {
        font-size: 14px;
        font-weight: 400;
        line-height: 18.2px;
        text-align: left;
        color: #585858;
        text-decoration: none;

    }

    .lang-mobile > .uk-active * {
        color: #f2f2f2;
        font-weight: 500;
        font-size: 14px;

    }

    .footer-logo {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    .footer-contacts-wrapper {
        width: 100%;
    }

    .footer-contacts {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .footer-telegram {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin-top: 1.563rem;
    }

    .footer-social {
        display: flex;
        width: 100%;
    }

    .footer-telegram > div {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .service-wrapper > .service-card:nth-child(even) {
        flex-direction: column;

    }

    .mobile-menu-address > span {
        margin-right: 5px;
    }

    obile-menu {
        align-items: start;
        width: 100%;
    }

    .mobile-menu > li > * {
        color: rgb(51, 51, 51);
        font-weight: 600;
        font-size: 18px;
        leading-trim: Cap height;
        line-height: 24.51px;
        letter-spacing: -2%;

        transition: 0.3s ease;
    }

    /*.mobile-menu > li:not(.uk-active) > *:hover {*/
    /*    color: #BF8360;*/
    /*    transition: 0.3s;*/
    /*    text-decoration: none;*/
    /*}*/
    .mobile-menu > .uk-active > * {
        color: #E1251B;
        font-weight: 600;
        font-size: 18px;
        leading-trim: Cap height;
        line-height: 24.51px;
        letter-spacing: -2%;
        box-sizing: border-box;
        position: relative;
    }


    .mobile-menu li:not(:first-child) {
        margin-top: 1rem;
    }

    .mobile-menu .uk-nav-sub li:not(:first-child) {
        margin-top: 0rem;
    }

    .uk-offcanvas-bar .uk-nav-sub a {
        color: #333333;
        font-size: 18px;
        line-height: 14px;
        font-weight: 500;
        width: 100%;

    }

    .uk-offcanvas-bar .uk-nav-sub {
        margin-top: 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .uk-offcanvas-bar .uk-nav-sub li {
        display: flex;
        width: 100%;
    }

    .uk-offcanvas-bar .button-s {
        font-size: 14px;
    }


    /*.uk-nav-sub li {*/
    /*    display: flex;*/
    /*    width: 100%;*/
    /*    padding: 1rem 1rem;*/
    /*}*/

    .mobile-menu .menu-items-parent > a > svg,
    .mobile-menu .menu-items-parent > a > svg path {
        transition: 0.3s ease;
    }

    ul.uk-nav-sub {
        padding: 0 !important;
    }

    .mobile-menu .menu-items-parent > a[aria-expanded="true"] {
        transition: 0.3s ease;
        display: flex;
        width: 100%;
        color: rgba(157, 217, 67, 1);
    }

    .mobile-menu .menu-items-parent > a[aria-expanded="true"] > svg {
        transition: 0.3s ease;
        transform: scale(1, -1);
    }

    .mobile-menu .menu-items-parent > a[aria-expanded="true"] > svg path {
        transition: 0.3s ease;
        fill: rgba(157, 217, 67, 1);
    }


    .uk-nav-sub li.uk-active {
        display: flex;
        width: 100%;

    }

    .uk-nav-sub li.uk-active span {
        color: rgba(157, 217, 67, 1);
        border-bottom: 2px solid var(--button-color);
        padding-bottom: 4px;
    }

    .mobile-menu li {
        width: 100%;
    }

    .uk-offcanvas-bar a:hover {
        color: #333333;
    }

    .footer-contacts-wrapper {
        border: none;
        padding-bottom: 0;
    }

    .advantage-wrapper > li:not(:last-child) {
        border-right: none;
    }

    #dropdown-search-box {
        left: 10px !important;
        right: 10px !important;
        width: 95%;
        border-radius: 16px;
    }

    .uk-search {
        border-bottom: none;
    }
    .uk-search-navbar .uk-search-input::placeholder,
    .uk-search-navbar .uk-search-input {
        color: var(--font-main-color);
    }


    #dropdown-search-box .search-results-items {
        position: unset;
        width: 100%;
        transform: unset;
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex;
        flex-direction: column;
        border-radius: 8px;
        box-shadow: none;
        background-color: transparent;
    }

    .search-not-found {
        font-size: 18px;
        font-weight: 600;
        line-height: 17.76px;
        text-align: left;
        color: #E74CF5;
        transition: 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .mobile-search-bar .uk-navbar-toggle {
        padding: 0;
    }

    .search-results-items > div {
        margin-top: 0 !important;
    }

    .search-teaser-title {
        white-space: normal;
    }

    .mini-product-teaser > .flex.align-center.justify-center {
        gap: 5px;
    }

    .search-img-wrapper img {
        min-width: 80px;
        height: 120px;
        object-fit: contain;
    }

    #modal-basket-contents .uk-modal-dialog {
        width: 100%;
    }

    .footer-menu-container > div:last-child {
        display: none;
    }

    .footer-menu-container > div:first-child {
        display: none;
    }

    .footer-menu-container > div {
        align-items: center;
        margin-top: 25px;
    }

    .footer-menu-container ul li:first-child {
        margin-top: 5px;
    }

    .footer-middle > div:last-child {
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 25px;
        gap: 5px;
    }

    .uk-offcanvas-flip .uk-offcanvas-bar {
        width: 100%;
        right: -100%;
    }

    .brand-grid {
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gqp:15px;
    }

    .radio-wrapper {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .teaser-price {
        font-size:1.2rem;
    }
    .desktop-display-none {
        display: flex;
    }

    .tablet-pb-25 {
        padding-bottom: 25px;
    }
    .prod-container-1, .prod-container-2, .prod-container-3 {
        flex-direction: column;
        padding: 20px 10px;
    }
    .prod-container-1 img, .prod-container-2 img, .prod-container-3 img {
        width: 100% !important;

    }

    .prod-body img {
        object-fit: cover
    }
}

@media (max-width: 720px) {

    .headline-3 {
        font-size: 2.2rem;
    }

    .headline-1 {
        font-size: 2.8rem;
    }

    .container {
        max-width: calc(1600px + 2rem);
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mob-flex {
        display: flex;
    }

    .mob-flex-column {
        flex-direction: column;
    }

    .mob-flex-column-reverse {
        flex-direction: column-reverse;
    }

    .mob-w-100 {
        width: 100%;
    }

    .mob-mt-25 {
        margin-top: 1.563rem;
    }

    .mob-mt-auto {
        margin-top: auto;
    }


    .mob-mt-45 {
        margin-top: 2.875rem;
    }

    .mob-m-0 {
        margin: 0;
    }

    .mob-ml-20 {
        margin: 1.25rem;
    }

    .mob-ml-25 {
        margin: 1.563rem;
    }

    .mob-mb-0 {
        margin-bottom: 0;
    }

    .mob-p-0 {
        padding: 0;
    }

    .mob-t-alight-center {
        text-align: center;
    }

    .mob-t-alight-start {
        text-align: start;
    }

    .mob-t-alight-end {
        text-align: end;
    }

    .mob-alight-center {
        align-items: center;
    }

    .mob-alight-start {
        align-items: start;
    }

    .mob-alight-end {
        align-items: end;
    }

    .mob-justify-center {
        justify-content: center;
    }

    .mob-justify-center {
        justify-content: start;
    }

    .mob-justify-end {
        justify-content: end;
    }


    .mob-justify-space-between {
        justify-content: space-between;
    }

    .mob-position-unset {
        position: unset;
    }

    .mob-gtc-1 {
        grid-template-columns: 1fr;
        grid-row-gap: 2rem;
    }

    .mob-display-none {
        display: none;
    }

    .mob-gap-0 {
        gap: 0;
    }

    .mob-flex-1 {
        flex: 1;
    }

    .block-main-slider .button-nav {
        display: none;
    }

    .tablet-context {
        display: contents;
    }

    .tablet-order-0 {
        order: 0;
    }

    .tablet-order-1 {
        order: 1;
    }

    .tablet-order-2 {
        order: 2;
    }

    .tablet-order-3 {
        order: 3;
    }

    .tablet-order-4 {
        order: 4;
    }

    .tablet-order-5 {
        order: 5;
    }

    .tablet-order-6 {
        order: 6;
    }

    .tablet-order-7 {
        order: 7;
    }

    .tablet-order-8 {
        order: 8;
    }

    .tablet-order-9 {
        order: 9;
    }

    .tablet-order-10 {
        order: 10;
    }

    .tablet-gap-0 {
        gap: 0;
    }

    .tablet-gap-5 {
        gap: 5px;
    }

    .tablet-gap-15 {
        gap: 15px;
    }

    .adv-2-img {
        width: 150px;
    }

    .footer-menu-container {
        width: 100%;
        padding-top: 0.5rem;
        padding-bottom: 1.25rem;
    }

    .footer-menu-container ul {
        width: 100%;
        align-items: center;
    }

    .footer-menu-container ul > li {
        margin-top: 0.75rem;
    }


    .hd-ml-50 {
        margin-left: 0;
    }

    .uk-breadcrumb {
        justify-content: start;
        overflow-x: auto;
        padding-bottom: 10px;
        width: fit-content;
    }

    .uk-breadcrumb > li > * {
        white-space: nowrap;
    }

    .popup-link {
        padding: 10px 20px !important;
        opacity: 1;
    }

    .footer-middle > .gap-150 {
        gap: 15px;
    }

    .checkout-delivery-courier > .uk-grid {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .checkout-delivery-courier .uk-first-column,
    .checkout-delivery-courier .box-field {
        width: 100%;
    }

    .gtc-2-checkout {
        display: flex;
        flex-direction: column;
    }

    .checkout-delivery-courier .radio-wrapper.gap-10.uk-grid {
        flex-direction: row;
    }
}