[id ^= sandbox_theme_panel] {
  width: 120px !important;
  font-size: 12px !important;
  right: 0;
  top: auto !important;
  bottom: 0;
}
@media (min-width: 1025px) {
  .site-header__nav {
    width: auto;
  }
  .site-header__nav-list {
    width: 100%;
  }
  .social-block a {
    width: auto;
    height: 28px;
    margin: 0;
    padding: 0;
  }
  .social-block a img {
    max-width: 100%;
    max-height: 100%;
  }
  .social-block {
    gap: 5px;
  }
  .top-contacts {
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
    font-size: 15px;
    gap: 5px 10px;
    flex-wrap: wrap;
    flex: 1 0 0;
  }
  .site-header__nav-list > li:first-child {
    margin-left: 0;
  }
  .site-header__top {
    justify-content: flex-start;
  }
  .top-phones {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
  }
  .top-phones div {
    font-size: 0;
  }
  .top-phones div a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  .top-phones div:after {
    content: ",";
    font-size: 14px;
  }
  .top-phones div:last-child:after {
    display: none;
  }
  .top-email a {
    text-decoration: none;
    font-weight: bold;
  }
  .card-slider__item.slick-slide .card-slider__image {
    padding-top: 50% !important;
  }
}
@media (max-width: 1024px) {
  .top-contacts {
    display: none;
  }
}
@media (max-width: 1023px) {
  .fixed-block {
    margin-right: -20px;
  }
}
@media (max-width: 475px) {
  .fixed-block {
    margin-right: -15px;
  }
  .top-contacts {
    padding-left: 15px;
  }
}
.cat_in_block {
  padding: 0;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  display: none;
}
@media (max-width: 980px) {
  .cat_in_block {
    display: flex;
  }
}
@media (max-width: 400px) {
  .cat_in_block {
    margin: 20px 0;
  }
}
.cat_in_block li {
  border-radius: 5px;
  border: 1px solid #ccc;
  list-style-type: none;
  box-sizing: border-box;
  border-radius: 250px;
  text-align: left;
}
.cat_in_block li a {
  display: inline-block;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 15px;
  text-decoration: none;
  height: 100%;
  font-size: 14px;
  text-align: left;
}
.cat_in_block li a .icon_wrap {
  margin: auto;
}
.cat_in_block li a:hover {
  text-decoration: underline;
}
.block__menu {
  min-height: 450px !important;
}
.sand .card-page .shop2-product {
  flex-direction: column;
  gap: 30px;
}
.sand .card-page .shop2-product__left {
  width: 100%;
  margin: 0;
}
.sand .card-page .shop2-product__right {
  width: 100%;
}
@media (min-width: 981px) {
  .sand .image_count_2 .card-slider__items-slider, .sand .image_count_4 .card-slider__items-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .sand .image_count_2 .card-slider__items-slider .card-slider__item, .sand .image_count_4 .card-slider__items-slider .card-slider__item {
    width: calc(50% - 15px);
  }
  .sand .image_count_3 .card-slider__items-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .sand .image_count_3 .card-slider__items-slider .card-slider__item {
    width: calc(33.33% - 20px);
  }
  .sand .image_count_5 .card-slider__items-slider {
    display: grid;
    grid-template-columns: calc(30% - 30px) 40% calc(30% - 30px);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .sand .image_count_5 .card-slider__items-slider .card-slider__item:nth-child(3) {
    grid-area: 1 / 1 / 2 / 2;
  }
  .sand .image_count_5 .card-slider__items-slider .card-slider__item:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .sand .image_count_5 .card-slider__items-slider .card-slider__item:nth-child(1) {
    grid-area: 1 / 2 / 3 / 3;
  }
  .sand .image_count_5 .card-slider__items-slider .card-slider__item:nth-child(1) .card-slider__image {
    height: 100%;
    padding: 0 !important;
  }
  .sand .image_count_5 .card-slider__items-slider .card-slider__item:nth-child(4) {
    grid-area: 1 / 3 / 2 / 4;
  }
  .sand .image_count_5 .card-slider__items-slider .card-slider__item:nth-child(5) {
    grid-area: 2 / 3 / 3 / 4;
  }
}
.site-footer__up-btn {
  position: fixed;
  left: auto;
  bottom: 50px;
  right: 40px;
  background: url(svgexport-2.svg) 50% no-repeat !important;
  background-color: #44944a !important;
  background-size: 28px !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.site-footer__up-btn:hover {
  transform: scale(1.1) rotate(10deg);
  background-color: #44944a !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.text-block__inner-left {
  width: 100%;
}
html .text-block .article-block__anonce img {
  height: auto !important;
  width: auto !important;
}
