@media (max-width: 767px) {
  .margin-top {
    margin-top: 30px;
  }

  body {
    margin-top: 106px;
  }

  header {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    border-top: 1px solid var(--light);
  }

  .responsive-nav {
    width: 100%;
    justify-content: space-between;
  }

  .user-btn.is-active {
    background-color: var(--blue);
    border-radius: 4px;
  }

  .user-btn.is-active svg {
    fill: white;
  }

  .user-btn svg,
  a.cart-link svg,
  .callback-block svg,
  .search-block svg {
    fill: var(--blue);
    width: 32px;
    height: 32px;
  }

  .callback-block a,
  .search-block button {
    padding: 0;
    border: none;
    background-color: transparent;
  }

  .callback-block a,
  .search-block button,
  .user-btn,
  a.cart-link {
    color: var(--blue);
  }

  .user-btn:hover svg,
  a.cart-link:hover svg,
  .callback-block:hover svg,
  .search-block:hover svg,
  .search-block .active svg {
    fill: var(--blue-light) !important;
  }

  .user-btn.is-active:hover {
    background-color: white;
    box-shadow: inset 0 0 0 2px var(--blue-light);
  }

  .search-block-input {
    display: none;
    position: fixed;
    top: 88px;
    left: 0;
    bottom: 74px;
    right: 0;
    border: 0;
    z-index: 22;
    background: white;
    backdrop-filter: blur(1px);
    width: 100%;
    max-width: 100% !important;
    border-top: 1px solid var(--light);
    padding: 20px 12px 6px 12px;
    overflow: auto;
  }
  .search-block-input h4 {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid var(--light);
    margin-bottom: 12px;
  }

  .search-block-input ul#menu-catalogmenu li {
    margin-bottom: 10px;
  }

  .search-block-input ul#menu-catalogmenu li a {
    font-size: 14px;
    font-weight: 400;
  }

  /* form.dgwt-wcas-search-form {
    position: absolute;
    top: 108px;
  } */

  .main-slider__left span {
    font-size: 12px;
  }

  .block-semi-large,
  .block-large,
  .block-small {
    width: 100%;
  }

  .block-large.blue-block div {
    font-size: clamp(1.05rem, 3vw, 1.45rem);
    padding: 2rem;
  }

  .outro-block,
  .literal-block,
  .container-white {
    padding: 2.4rem 1.2rem;
  }

  .advantages-row {
    gap: 1rem 0;
  }

  .header-row {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .wc-two-column-menu .container {
    padding: 0;
  }

  .advantages-row__block div img {
    height: 200px;
  }

  .wc-menu-left {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: none !important;
    padding-bottom: 85px !important;
    padding-top: 16px !important;
  }

  .wc-menu-right {
    display: none;
  }

  .order-product,
  .product-details,
  .product-meta {
    flex-wrap: wrap;
  }

  .product-details {
    margin-top: 20px;
  }

  .product-meta {
    margin-top: 12px;
  }

  .filter-body {
    padding: 28px 24px 12px 24px;
  }

  form#global-product-filter .button.main-button {
    width: 100%;
  }

  .product-filters-header {
    padding-bottom: 4px;
  }

  footer {
    padding-bottom: 94px;
  }
}

@media (min-width: 768px) {
  .margin-top {
    margin-top: 40px;
  }

  .user-btn:hover,
  a.cart-link:hover {
    transform: translate(0px, -3px);
  }

  button.single_add_to_cart_button.button.main-button {
    max-width: 292px;
    width: 100%;
  }

  .sort {
    max-width: 280px !important;
    margin-left: auto;
  }

  .filter-body {
    padding: 36px 60px 42px 60px;
  }

  .search-block-input {
    width: 100%;
  }
}

@media (max-width: 991px) {
  nav.top-menu ul {
    gap: 0.7rem;
  }

  .dgwt-wcas-search-wrapp {
    margin-right: 0;
  }

  form.dgwt-wcas-search-form {
    min-width: auto !important;
  }

  #slider {
    height: 540px;
  }

  .main-slider__left {
    padding: 28px;
    height: 320px;
  }

  .main-slider__right img {
    height: 220px;
  }

  .button.main-button {
    padding: 14px 28px;
    margin-bottom: 1.5rem;
  }

  .main-slider .main-button {
    width: 100%;
  }

  button.slick-prev.slick-arrow,
  button.slick-next.slick-arrow {
    display: none !important;
  }

  ul.slick-dots {
    display: flex;
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    justify-content: center;
    gap: 12px;
  }

  ul#menu-catalogmenu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  ul.footer-menu-list li {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }

  .account-card {
    padding: 24px;
  }
}

@media (min-width: 992px) {
  #slider {
    height: 340px;
  }

  .main-slider__left {
    height: 340px;
  }

  .main-slider__right img {
    height: 340px;
  }

  ul.slick-dots {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(60% - 41px);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .main-slider__left {
    flex: 0 0 auto;
    width: 60%;
    padding: 28px 68px 38px 46px;
  }

  .main-slider__right {
    flex: 0 0 auto;
    width: 40%;
  }

  .partners-slider .slick-list {
    max-width: calc(100% - 100px);
    margin: 0 auto;
  }

  .account-card {
    padding: 48px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .block-semi-large {
    width: 42%;
  }

  .block-large {
    width: 58%;
  }

  .block-small {
    width: 50%;
  }

  .block-small.blue-light-block div,
  .block-small.blue-block div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .block-semi-large {
    width: 28%;
  }

  .block-large {
    width: 48%;
  }

  .block-small {
    width: 24%;
  }
}
