@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-menu > ul > li > *:not(.dropdown-content) {
    font-size: 13px;
  }

  .header-menu > ul {
    gap: 12px;
  }

  .header-phone {
    font-size: 15px;
  }

  .header-address {
    font-size: 12px;
  }

  .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: #171e1f;
    padding: 10px 0;
  }

  .header-mobile-contacts {
    border-bottom: 1px solid #ffffff1f;
    border-top: 1px solid #ffffff1f;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin-top: 1.875rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .header-mobile-social {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    padding-top: 30px;
    justify-content: center;
  }

  .offcanvas-top {
    background-color: #171e1f;
    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-pl-3 {
    padding-left: 3%;
  }

  .tablet-p-5 {
    padding: 5px;
  }
  .tablet-p-15-side {
    padding: 0 15px;
  }
  .tablet-p-0 {
    padding: 0;
  }
  .tablet-pb-60 {
    padding-bottom: 60px;
  }
  .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: 50px;
  }

  .tablet-mt-25 {
    margin-top: 1.563rem;
  }
  .tablet-mt-30 {
    margin-top: 1.875rem;
  }
  .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: #585858;
  }

  .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: rgba(157, 217, 67, 1);
    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%;
    align-items: center;
    justify-content: center;
  }

  .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;
  }

  .mobile-menu > li > * {
    color: #ffffffcc;
    font-size: 18px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s ease;
  }

  /*.mobile-menu > li:not(.uk-active) > *:hover {*/
  /*    color: #BF8360;*/
  /*    transition: 0.3s;*/
  /*    text-decoration: none;*/
  /*}*/
  .mobile-menu > .uk-active > * {
    color: #8d7a61;
    font-size: 18px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
    position: relative;
  }

  .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: 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%;
    padding: 1rem 1rem;
  }

  .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 {
    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 {
    left: 10px !important;
    right: 10px !important;
    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;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  }
  .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%;
  }

  .header-menu {
    display: none;
  }

  .product-specifications {
    grid-template-columns: 1fr;
    grid-column-gap: 25px;
  }

  .product-page-title {

    font-size: 2.5rem;
  }

  .contact-phone {
    font-size: 2rem;
    line-height: 120%;
    text-align: start;
    width: 100%;
  }
  .product-page {
    background-image: none;
  }

  html {
    overflow-x: hidden;
  }
  .title-back-logo:before {
    width: 320px;
  }

  .min-height-550 {
    min-height: 670px;
  }

  .category-card-wrapper {
    gap: 120px;
  }

  .prod-table-block tbody tr {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .prod-table-block tbody > tr > td {
    width: 48%;
  }
  .service-menu-wrapper {
    margin-bottom: 30px;
  }
  .seo-text img {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cookies-block {
    height: fit-content;
  }
  .cookie-inner {
    flex-direction: column;
    gap: 30px;
  }
  .cookie-text {
    text-align: center;
  }
  .cookie-inner button {
    width: 100%;
  }
  .news-img-wrapper {
    background-image: unset !important;
    height: fit-content;
    border-radius: 0;
  }
  .news-img-inner {
    position: static;
    padding: 0;
    background: none;
    left: unset;
    transform: unset;
    bottom: unset;
    backdrop-filter: none;
    width: 100%;
    border-radius: 0;
    mask-image: unset;
  }
}

@media (max-width: 720px) {
  .headline-3 {
    font-size: 2.2rem;
  }

  .headline-1 {
    font-size: 2.8rem;
  }
  .headline-1 {
    font-size: 2.5rem;
  }
  .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;
  }
  .footer-menu-container {
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-top: 1px solid rgba(252, 252, 251, 0.15);
    border-bottom: 1px solid rgba(252, 252, 251, 0.15);
    margin-top: 25px;
  }

  .footer-menu-container ul {
    width: 100%;
    align-items: center;
  }

  .footer-menu-container ul > li {
    margin-top: 0.75rem;
  }

  .footer-bottom {
    padding-top: 1.25rem;
  }

  .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;
  }
  .min-height-slider {
    min-height: 670px;
  }

  .teaser-button-alt {
    background-color: transparent;
    padding: 0.4rem 2.1rem;
    border-radius: 8px;
  }
}

@media screen and (max-width: 430px) {
  .min-height-slider {
    min-height: 670px;
  }
}
@media screen and (max-width: 415px) {
  .min-height-slider {
    min-height: 640px;
  }
}
@media screen and (max-width: 390px) {
  .min-height-slider {
    min-height: 600px;
  }
}

@media screen and (max-width: 380px) {
  .min-height-slider {
    min-height: 580px;
  }
}
