@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;
    }

}

@media screen and (max-width: 1367px) {

    .header-social, .header-address, .header-phone {
        min-width: 250px;
    }

    .header-address {
        font-size: 12px;
    }

    .header-phone {
        font-size: 21px;
    }

    .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;
    }


}

@media screen and (max-width: 1026px) {

    .header {
        display: none;
    }

    .header-mobile {
        display: flex;
        background-color: #FFFFFF;

        padding: 5px 0;
    }

    .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: #244A92;
    }

    .header-mobile-social {
        display: flex;
        width: 100%;
        align-items: center;
        gap: 10px;
        padding-top: 30px;
        justify-content: center;
    }

    .offcanvas-top {
        background-color: #FFFFFF;

        padding: 30px 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-pt-15 {
        padding-top: 15%;
    }

    .tablet-pb-15 {
        padding-bottom: 15%;
    }

    .tablet-pl-3 {
        padding-left: 3%;
    }

    .tablet-p-5 {
        padding: 5px;
    }

    .tablet-p-0 {
        padding: 0;
    }

    .tablet-p-sides-0 {
        padding-left: 0;
        padding-right: 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-mt-50 {
        margin-top: 3.125rem;
    }

    .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: #505D68;

    }

    .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: #244A92;
        font-weight: 700;
        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: #505D68;
        font-size: 18px;
        font-weight: 400;
        line-height: 14px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.3s ease;
        font-family: RoadRadio;
    }

    /*.mobile-menu > li:not(.uk-active) > *:hover {*/
    /*    color: #BF8360;*/
    /*    transition: 0.3s;*/
    /*    text-decoration: none;*/
    /*}*/
    .mobile-menu > .uk-active > * {
        color: #244A92;
        font-size: 18px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: uppercase;
        box-sizing: border-box;
        position: relative;
        border-bottom: 2px solid #244A92;
    }


    .mobile-menu li:not(:first-child) {
        margin-top: 2.5rem;
    }

    .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;
    }

    .menu-items-parent {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .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: #244A92;
    }

    .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:#244A92;;
    }


    .uk-nav-sub li.uk-active {
        display: flex;
        width: 100%;
        padding: 1rem 1rem;
    }

    .uk-nav-sub li.uk-active span {
        color: #244A92;
        border-bottom: 2px solid #244A92;
        padding-bottom: 4px;
    }

    .mobile-menu {
        padding-left: 1rem;
    }

    .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 {

        width: 95%;
    }

    .uk-search {
        border-bottom: none;
    }

    #dropdown-search-box .search-results-items {
        position: unset;
        width: 100%;
        transform: unset;
        padding: 0;
        padding-top: 25px;
        padding-bottom: 25px;
        display: flex;
        flex-direction: column;
        background-color: white;
        border-radius: 8px;    }

    .search-not-found {
        font-size: 18px;
        font-weight: 600;
        line-height: 17.76px;
        text-align: left;
        color: #646464;
        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%;
    }

    .switcher {
        width: 100%;
        overflow-y: auto;
        align-items: start;
        justify-content: start;
        padding-bottom: 25px;
    }

    .switcher > li a {
        white-space: nowrap;
    }

    .main-advantage-wrapper > .main-advantage-card:nth-child(odd) {
        border-right: none;
    }

    .category-menu-wrapper {
        width: 100%;
        overflow-y: hidden;
        padding-bottom: 20px;
     justify-content: start;

    }

    .category-menu-wrapper > li > * {
        white-space: nowrap;
    }

    .footer-menu-hide {
        display: none;
    }

}

@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-15 {
        gap: 15px;
    }
    .tablet-gap-20 {
        gap: 20px;
    }
    .footer-menu-container {
        width: 100%;
        padding-top: 0.5rem;
        padding-bottom: 1.25rem;
        border-top: 1px solid rgba(252, 252, 251, 0.15);
        border-bottom: 1px solid rgba(252, 252, 251, 0.15);
    }

    .footer-menu-container ul {
        width: 100%;
        align-items: center;
    }

    .footer-menu-container ul > li {
        margin-top: 0.75rem;
    }

    .footer-bottom {
        padding-top: 1.25rem;
        border-top: 1px solid rgba(252, 252, 251, 0.15);
    }

    .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;
    }

    .catalogue-menu-block {
        background-size: contain;
        padding-top: 55px;
        padding-bottom: 0;
    }
    .product-menu-block {
        background-size: contain;
        padding-top: 55px;
        padding-bottom: 0;
    }
        .product-menu-block-alt {
        padding-top: 55px;
        padding-bottom: 0;
    }
}