.burger-block .menu-mobile .footer-nav ul {
  padding-left: 0;
  list-style: none;
}
.folder_fixed .folder_fixed__block .shop-folders__wrap > li ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.folder_fixed__block .shop-folders__wrap > li ul li .shop-folders__counter {
  position: relative;
  right: 0;
  top: 0;
  margin-top: 0;
}
@media (max-width: 768px) {
  .topper_container {
    display: none !important;
  }
}
.sand .site-footer {
  padding-bottom: 20px;
}
.sand .site-footer__inner {
  display: grid;
  grid-template-columns: 290px 1fr 230px;
  gap: 20px;
  border-bottom: 1px dashed var(--gr_bg_acc_border_02);
  padding: 50px 0 30px;
  line-height: normal;
}
@media (max-width: 1100px) {
  .sand .site-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .sand .site-footer__inner {
    display: flex;
    flex-direction: column;
  }
}
.sand .site-footer__company-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sand .site-footer__company-desc {
  font-size: 15px;
  margin-top: 15px;
  color: #777777;
  font-weight: normal;
}
.sand .site-footer__logo {
  flex: none;
}
.sand .site-footer__logo img {
  max-width: 90px;
}
.sand .site-footer__site-name {
  font-size: 23px;
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
}
.sand .site-footer__site-desc {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin-top: 6px;
}
.sand .site-footer__year {
  margin-top: 20px;
  font-size: 15px;
  color: #777777;
  font-weight: normal;
}
.sand .site-footer__dop-links {
  margin-top: 20px;
}
.sand .site-footer__dop-links a {
  font-size: 15px;
  font-weight: normal;
  color: #71a9df;
  text-decoration: none;
}
.sand .site-footer__dop-links a:hover {
  text-decoration: underline;
}
.sand .site-footer__socials {
  margin-top: 20px;
}
.sand .site-footer__socials .footer-social__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sand .site-footer__socials .footer-social__items .footer-social__item a {
  display: flex;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 0;
  text-decoration: none;
  line-height: normal;
  transition: all 0.3s ease;
  background: #f5f5f5;
  padding: 3px;
}
.sand .site-footer__socials .footer-social__items .footer-social__item a:hover img, .sand .site-footer__socials .footer-social__items .footer-social__item a:hover svg {
  opacity: 1;
}
.sand .site-footer__socials .footer-social__items .footer-social__item a img, .sand .site-footer__socials .footer-social__items .footer-social__item a svg {
  opacity: 0.3;
  transition: all 0.3s ease;
}
.sand .site-footer__copy {
  margin-top: 20px;
  font-size: 15px;
  color: #777;
  font-weight: normal;
}
@media (max-width: 1100px) {
  .sand .site-footer__center {
    width: 100%;
    flex: auto;
    order: 99;
    grid-area: 1 / 1 / 2 / 3;
  }
}
.sand .site-footer__center .menu-default {
  display: block;
  column-count: 3;
  column-gap: 20px;
}
@media (max-width: 640px) {
  .sand .site-footer__center .menu-default {
    column-count: 2;
  }
}
.sand .site-footer__center .menu-default > li {
  width: 100%;
  margin-bottom: 40px;
}
.sand .site-footer__center .menu-default > li > ul {
  margin-top: 10px;
}
.sand .site-footer__center ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.sand .site-footer__center ul li a {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
@media (max-width: 640px) {
  .sand .site-footer__center ul li a {
    font-size: 16px;
  }
}
.sand .site-footer__center ul li a:hover {
  text-decoration: underline;
}
.sand .site-footer__center ul ul li a {
  font-size: 15px;
  font-weight: normal;
  color: #777;
}
@media (max-width: 640px) {
  .sand .site-footer__center ul ul li a {
    font-size: 14px;
  }
}
.sand .site-footer__contacts-block {
  margin-bottom: 20px;
}
.sand .site-footer__contacts-title {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
.sand .site-footer__contacts-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: #777;
  font-weight: normal;
}
.sand .site-footer__contacts-items a {
  text-decoration: none;
  color: inherit;
}
.sand .site-footer__contacts-items a:hover {
  text-decoration: underline;
}
.sand .site-footer__contacts-popupBtn a {
  font-size: 15px;
  font-weight: normal;
  color: #000;
  display: inline-block;
  text-decoration: none;
  padding: 11px 20px;
  transition: all 0.3s ease;
  background: #f4f4f4;
}
.sand .site-footer__contacts-popupBtn a:hover {
  background: #cfcfcf;
}
.sand .site-footer__search-block {
  margin-top: 20px;
}
.sand .site-footer__search-block form {
  display: inline-flex;
  position: relative;
}
.sand .site-footer__search-block form input {
  border: 1px solid #dddddd;
  border-radius: 0;
  transition: all 0.3s ease;
  border-radius: 0;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  padding: 10px 20px;
  width: 100%;
  max-width: 204px;
  padding-right: 45px;
  margin: 0;
}
.sand .site-footer__search-block form input:focus {
  border-color: #000;
}
.sand .site-footer__search-block form input::placeholder {
  color: #777;
}
.sand .site-footer__search-block form button {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: normal;
  top: 0;
  bottom: 0;
  right: 0;
  border: none;
  padding: 0;
  outline: none;
}
.sand .footer-bottom {
  border: none;
  padding: 20px 0;
}
.remodal.compare-remodal.region-list {
  width: 100%;
  max-width: 800px;
}
.remodal.compare-remodal.region-list .compare-remodal__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  .remodal.compare-remodal.region-list .compare-remodal__body {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .remodal.compare-remodal.region-list .compare-remodal__body {
    grid-template-columns: 1fr;
  }
}
[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
.fixed-btns__up_btn {
  bottom: 70px !important;
}
