re-captcha {
  display: none !important;
}
div[id*="sandbox_theme_panel"] {
  bottom: 120px !important;
  top: auto !important;
}
body .site-header {
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  background: #fff;
}
body .site-header * {
  box-sizing: border-box;
}
body .site-header__top--inner {
  display: block;
}
body .site-header-in {
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
}
body .site-header .shop2-search-popup-wr {
  position: relative;
  background: none;
  opacity: 1;
  visibility: visible;
  padding: 0 7px;
  overflow: visible;
}
body .site-header .shop2-search-popup-wr .search-popup-inner {
  display: block;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0;
  background: none;
  padding: 0;
}
body .site-header .shop2-search-popup-wr .close-popup, body .site-header .shop2-search-popup-wr .head-popup, body .site-header .shop2-search-popup-wr .search-button-toggle {
  display: none;
}
body .site-header #search__result-wrapper {
  z-index: 10;
}
body .site-header .shop2-search-popup-wr:after {
  display: none;
}
body .site-header .shop2-search-popup-wr .shop-search-line-wr {
  padding: 0;
  margin: 0;
}
body .site-header .menu-top {
  padding: 0;
  max-width: 100%;
}
body .site-header .shop2-search-popup-wr .shop-search-line-wr form {
  border: 0;
  background: #E7E7E7;
  border-radius: 10px;
  position: relative;
}
body .site-header .shop2-search-popup-wr .shop-search-line-wr form input[type=text] {
  padding: 0 20px 0 46px;
  width: 100%;
  height: 44px;
  border-radius: 0;
  color: #292929;
  font-size: 22px;
}
body .site-header .shop2-search-popup-wr .shop-search-line-wr form input[type=text] input::-moz-placeholder {
  color: #292929;
}
body .site-header .shop2-search-popup-wr .shop-search-line-wr form input[type=text] input::-webkit-input-placeholder {
  color: #292929;
}
body .site-header .shop-filter-popup .shop-search-line-wr form button, body .site-header .shop2-search-popup-wr .shop-search-line-wr form button {
  margin: 0;
  position: absolute;
  width: 37px;
  height: 44px;
  left: 9px;
  top: 0;
  background: url(search.svg) 50% no-repeat;
}
body .site-header .shop-filter-popup .shop-search-line-wr form button svg, body .site-header .shop2-search-popup-wr .shop-search-line-wr form button svg {
  display: none;
}
body .site-header-top {
  padding: 26px 0;
  display: flex;
}
body .site-header-logo {
  flex: 0 0 333px;
  margin: 0 15px 0 0;
}
body .site-header-logo a {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
body .site-header-logo a svg, body .site-header-logo a img {
  max-width: 100%;
}
body .site-header-name {
  color: #292929;
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
}
body .site-header-right {
  flex: 0 0 304px;
  margin: 0 0 0 37px;
}
body .header-right-top {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin: 0 0 19px;
  padding: 10px 0 0;
}
body .site-header .auth-form {
  width: 85px;
  flex: 0 0 85px;
  padding: 0;
}
body .top-social {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  font-size: 0;
  flex: 1 0 0;
}
body .top-social a {
  border: 1px solid #c1c1c1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  border-radius: 5px;
  flex: 1;
  max-width: 20%;
}
body .top-social a svg {
  max-width: 100%;
  max-height: 100%;
}
body .site-header .auth-form__button {
  display: flex;
  align-items: center;
  color: #292929;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
}
body .site-header .auth-form__button i {
  margin-left: auto;
  font-size: 0;
}
body .site-header .auth-form__popup {
  top: 41px;
  box-sizing: content-box;
  z-index: 500;
}
body .header-right-bottom {
  display: flex;
  gap: 20px;
}
body .top-cart {
  width: 85px;
  margin: 0;
  position: relative;
}
body .site-cart-mini__button {
  width: 100%;
  height: 46px;
  padding: 0;
  background: #292929 url(cart.svg) 50% no-repeat;
  border-radius: 10px;
  cursor: auto;
  transition: all 0.3s ease;
  box-shadow: none;
}
body .site-cart-mini__button.site-cart-mini__button--empty {
  pointer-events: none;
}
body .site-cart-mini__button:before {
  display: none;
}
body .site-cart-mini__button:not(.site-cart-mini__button--empty):hover {
  background: #444444 url(cart.svg) 50% no-repeat;
  box-shadow: none;
}
body .site-cart-mini__title-in {
  display: none;
}
body .site-cart-mini__button .svg-icon {
  display: none;
}
body .site-cart-mini__count-product {
  background: linear-gradient(222.7deg, #FF7A00 0.3%, #FFC700 92.62%);
  border-radius: 6px;
  min-width: 24px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  top: -10px;
  left: 50%;
  padding: 0 4px;
  transform: translateX(-50%);
}
body .site-cart-mini__popup {
  border-radius: 10px;
  top: 100%;
  margin: 14px 0 0;
  box-sizing: content-box !important;
}
body .site-cart-mini__item-delete .svg-icon {
  width: 18px;
  height: 18px;
}
body .site-cart-mini__remove .svg-icon {
  width: 18px;
  height: 18px;
}
body .site-cart-mini__bottom-col--sum .fa-rouble {
  fill: #292929;
}
body .site-cart-mini__bottom-col {
  font-size: 13px;
}
body .site-cart-mini__bottom-col--right {
  font-size: 18px;
  color: #292929;
}
body .site-cart-mini__checkout {
  position: relative;
  z-index: 1;
  background: none;
  border-radius: 10px;
  box-shadow: none;
  width: 100%;
  padding: 15px 10px;
  text-align: center;
}
body .site-cart-mini__checkout:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  z-index: -1;
  background: linear-gradient(85.96deg, #FFD600 -21.67%, #FF7A00 86.19%);
  transition: all 0.3s ease;
  border-radius: 10px;
}
body .site-cart-mini__checkout:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  z-index: -1;
  background: linear-gradient(85.96deg, #FF7A00 -21.67%, #FFD600 86.19%);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
}
body .site-cart-mini__checkout:hover:before {
  opacity: 0;
  visibility: hidden;
}
body .site-cart-mini__checkout:hover:after {
  opacity: 1;
  visibility: visible;
}
body .site-cart-mini__title {
  margin: 0 0 20px;
  font-size: 20px;
}
body .site-contacts {
  flex: 1 0 0;
}
body .site-contacts__icon {
  display: flex;
  align-items: center;
  background: #E7E7E7;
  border-radius: 10px !important;
  height: 45px;
  box-shadow: none;
  padding: 0 12px 0 9px;
}
body .site-contacts__icon i {
  width: 25px;
  height: 24px;
  background: url(phone.svg) 50% no-repeat;
  margin: 0 2px 0 0;
}
body .site-contacts__icon span.title {
  color: #292929;
  font-size: 17px;
  font-weight: 600;
  padding: 0;
  flex: 1 0 0;
  letter-spacing: -0.2px;
}
body .site-contacts__icon em {
  width: 10px;
  height: 7px;
  font-size: 0;
  transition: all 0.3s ease;
}
body .site-contacts__icon em svg {
  opacity: 0.5;
  transition: all 0.3s ease;
}
body .site-contacts__icon:hover em svg {
  opacity: 1;
}
body .site-contacts__popup {
  max-width: 300px;
  width: max-content;
  left: 0;
  border-radius: 10px;
  box-shadow: -7px 6px 38.4000015259px 0px #0000001C;
  padding: 26px 20px;
}
body .site-contacts__popup .site-contacts__close {
  right: 0;
  top: 0;
}
body .site-contacts__popup .site-address {
  font-size: 15px;
  color: #5F5F5F;
  padding: 0 0 0 25px;
  background: url(adr2.svg) left 0 bottom 4px/17px no-repeat;
}
body .site-contacts__popup .site-phones__text {
  color: #292929;
  font-size: 15px;
}
body .site-contacts__popup .site-phones {
  color: #292929;
  font-size: 15px;
  padding: 0;
}
body .site-contacts__popup .site-phones.mail .site-phones__icon {
  display: none;
}
body .site-contacts__popup .site-phones.mail > div {
  line-height: 1;
  background: url(mail.svg) left 0 bottom 1px/17px no-repeat !important;
}
body .site-contacts__popup .site-phones.mail > div a {
  text-decoration: underline;
}
body .site-contacts__popup .site-phones.mail > div a:hover {
  text-decoration: none;
}
body .site-contacts__popup .phones-callback-button {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: none;
  border: 0;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
  padding: 9px 10px;
  text-transform: none;
  z-index: 1;
  position: relative;
}
body .site-contacts__popup .phones-callback-button:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  z-index: -1;
  background: linear-gradient(85.96deg, #FFD600 -21.67%, #FF7A00 86.19%);
  transition: all 0.3s ease;
  border-radius: 10px;
}
body .site-contacts__popup .phones-callback-button:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  z-index: -1;
  background: linear-gradient(85.96deg, #FF7A00 -21.67%, #FFD600 86.19%);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
}
body .site-contacts__popup .phones-callback-button:hover:before {
  opacity: 0;
  visibility: hidden;
}
body .site-contacts__popup .phones-callback-button:hover:after {
  opacity: 1;
  visibility: visible;
}
body .site-contacts__popup.open {
  top: 100%;
  margin-top: 15px;
}
body .site-contacts__title {
  display: none;
}
body .site-header .site-phones > div:not(.site-phones__icon) {
  margin: 0;
  padding: 0 0 0 25px;
}
body .site-header .site-phones > div:not(.site-phones__icon):first-child {
  background: url(adr2.svg) left 0 bottom 3px/17px no-repeat;
}
body .site-header .site-phones > div:not(.site-phones__icon):last-child {
  margin-top: 21px;
  background: url(setting.svg) left 0 bottom 6px/17px no-repeat;
}
body .menu-top__list > li {
  padding: 0 7px;
}
body .menu-top__list > li > a {
  color: #919191;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
}
body .menu-top__list > li > a:hover {
  color: #292929;
}
body .menu-top__list > li.flexMenu-viewMore > a {
  box-shadow: none;
  background: none;
  color: #292929;
}
body .menu-top__list > li.flexMenu-viewMore > a:hover {
  background: none;
  color: #292929;
}
body .menu-top__list > li > ul {
  z-index: 501;
}
body .menu-top .catalog-menu {
  display: none;
}
body .site-header-center {
  flex: 1 0 0;
  padding: 12px 0 0;
}
body .site-header-center .menu-top {
  margin: 0 0 20px;
}
body .site-header-middle {
  display: flex;
  margin: 0 0 28px;
}
body .catalog-menu {
  flex: 0 0 333px;
  margin: 0 22px 0 0;
}
body .catalog-menu__button {
  position: relative;
  background: none;
  border-radius: 10px;
  width: 100%;
  height: 64px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  box-shadow: 0px 0px 29.8999996185px 0px rgba(255, 138, 0, 0.58);
}
body .catalog-menu__button:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  background: linear-gradient(to right, #ffd601 0%, #ff7c02 100%);
  animation: none !important;
  transition: all 0.3s ease;
}
body .catalog-menu__button:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  background: linear-gradient(to right, #ff7c02 0%, #ffd601 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  animation: none !important;
  z-index: -1;
}
body .catalog-menu__button i {
  font-size: 0;
}
body .catalog-menu__button:hover {
  box-shadow: 0px 0px 29.8999996185px 0px rgba(255, 138, 0, 0.58);
}
body .catalog-menu__button:hover:before {
  opacity: 0;
  visibility: hidden;
}
body .catalog-menu__button:hover:after {
  opacity: 1;
  visibility: visible;
}
body .site-header-menu {
  flex: 1 0 0;
}
body .section-menu.desktop {
  border-bottom: 0;
}
body .section-menu.desktop .section-menu-scroll {
  box-shadow: none;
  background: none;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) {
  padding: 0;
  margin: 0 -5px;
  flex-wrap: nowrap;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li {
  padding: 0 5px;
  flex: 1;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  color: #292929;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  font-family: "Montserrat", sans-serif;
  border-radius: 10px;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease;
  letter-spacing: -0.6px;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a img.normal {
  display: inline;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a img.hover {
  display: none;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  transition: all 0.3s ease;
  background: linear-gradient(to right, #ffb800 0%, #ff9a00 100%);
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  z-index: -1;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a:hover {
  color: #fff;
  border: none;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a:hover:after {
  opacity: 1;
  visibility: visible;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a:hover img.normal {
  display: none;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a:hover img.hover {
  display: inline;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a img {
  transform: none !important;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li.s3-menu-allin-active > a {
  color: #fff;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li.s3-menu-allin-active > a:after {
  opacity: 1;
  visibility: visible;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li.s3-menu-allin-active > a img.normal {
  display: none;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li.s3-menu-allin-active > a img.hover {
  display: inline;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a .menu-item-image {
  max-width: 45px;
  margin: 0 6px 0 0;
  flex: 0 0 45px;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a img, body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a svg {
  max-width: 100%;
}
body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li + li > a:before {
  display: none;
}
body .site-header-compare {
  flex: 0 0 85px;
  margin: 0 0 0 10px;
}
body .site-header-compare a {
  flex-direction: column;
  width: 100%;
  height: 64px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  color: #292929;
  font-size: 10px;
  line-height: 13px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: all 0.3s ease;
  border-radius: 10px;
  position: relative;
}
body .site-header-compare a i {
  font-size: 0;
}
body .site-header-compare a i svg {
  fill: #000;
  transition: all 0.3s ease;
}
body .site-header-compare a:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  transition: all 0.3s ease;
  background: linear-gradient(to right, #ffb800 0%, #ff9a00 100%);
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  z-index: -1;
}
body .site-header-compare a:hover {
  color: #fff;
  border: none;
}
body .site-header-compare a:hover i svg {
  fill: #fff;
}
body .site-header-compare a:hover:after {
  opacity: 1;
  visibility: visible;
}
body .site-header-bottom {
  padding: 0 0 27px;
  margin: 0 0 27px;
  background: url(line.svg) 50% 100%/contain no-repeat;
}
body .section-links {
  margin: 0;
}
body .section-links-inner {
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
body .section-links__link-item {
  flex: 1;
  padding: 5px;
  color: #292929;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  margin: 0;
  min-height: 40px;
  border: 0;
  position: relative;
}
body .section-links__link-item:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(line2.svg) 50% no-repeat;
  width: 1px;
  display: block;
  content: "";
}
body .section-links__link-item:last-child:after {
  display: none;
}
body .section-links__link-icon {
  order: 1;
  width: 28px;
  flex: 0 0 28px;
  font-size: 0;
  margin: 0 0 0 6px;
}
body .section-cols-wrap {
  padding: 0 20px 0px;
  background: #fff;
  margin-bottom: 50px;
}
body .section-cols {
  margin-bottom: 0;
}
body .site-container.site-container2 {
  padding-top: 30px;
}
body .site-header-mobile {
  display: none;
}
body .section-cols__left {
  background: #f6f6f6;
}
body .section-cols__left-col {
  background: none;
  margin: 0;
  box-shadow: none;
  font-size: 0;
  padding: 0;
  border-radius: 0;
  justify-content: center;
}
body .section-cols__left-col img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
body .section-cols__right-item, body .section-cols__right {
  border-radius: 0;
}
body .section-cols__right .section-cols__right-arrow {
  display: none !important;
}
body .section-cols__right-col--initSlider .slick-dots {
  position: static;
  margin: 2px 0 0;
}
body .section-cols__right-col--initSlider .slick-dots > li {
  margin: 10px 5px 0;
}
body .section-cols__right-col--initSlider .slick-dots > li button {
  border-radius: 50%;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #D9D9D9;
  outline: none;
  background: none;
  padding: 0;
}
body .section-cols__right-col--initSlider .slick-dots > li button:before {
  display: none;
}
body .section-cols__right-col--initSlider .slick-dots > li button:hover {
  background: #D9D9D9;
}
body .section-cols__right-col--initSlider .slick-dots > li.slick-active button {
  background: linear-gradient(222.7deg, #FF7A00 0.3%, #FFC700 92.62%);
  border-color: transparent;
}
@media (min-width: 1321px) {
  body .section-cols__left {
    flex: 0 0 340px;
    margin: 0 14px 0 0;
    background: #f6f6f6;
  }
  body .section-cols__right {
    max-width: calc(100% - 354px);
  }
}
@media (max-width: 1320px) {
  body .section-cols__left {
    margin: 25px auto 0;
    text-align: center;
    box-sizing: border-box;
    background: none;
  }
  body .section-cols__left-col {
    box-sizing: border-box;
    margin: 0 auto;
    width: 340px;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  body .site-header-logo, body .catalog-menu {
    flex: 0 0 270px;
  }
  body .site-header-name {
    font-size: 18px;
  }
  body .site-header-right {
    margin-left: 13px;
  }
}
@media (max-width: 1240px) {
  body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a {
    flex-direction: column;
    text-align: center;
    font-size: 11px;
  }
  body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a .menu-item-image {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  body .site-header-logo, body .catalog-menu {
    flex: 0 0 220px;
  }
  body .site-header-name {
    font-size: 14px;
  }
  body .catalog-menu__button {
    font-size: 0;
    gap: 0;
  }
  body .catalog-menu {
    flex: 0 0 85px;
    margin-right: 10px;
  }
  body .site-header-center .menu-top {
    display: none;
  }
  body .site-header-center {
    padding-top: 10px;
  }
  body .site-header-center .shop2-search-popup-wr .shop-search-line-wr form input[type=text] {
    font-size: 17px;
  }
  body .site-header-center {
    display: none;
  }
  body .site-header-logo {
    flex: 0 0 300px;
  }
  body .site-header-right {
    flex: 1 0 0;
  }
  body .site-header .shop2-search-popup-wr {
    padding: 0 0 10px;
  }
  body .site-header-name {
    font-size: 20px;
  }
  body .site-header .shop2-search-popup-wr .shop-search-line-wr form input[type=text] {
    font-size: 16px;
  }
  body .header-right-top {
    padding: 0;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  body .section-links-inner {
    border: none;
  }
  body .section-links {
    background: none;
  }
  body .section-links__link-item {
    background-color: #fff;
  }
  body .section-links__link-icon img {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
  }
  body .site-header-top {
    flex-wrap: wrap;
  }
  body .site-header-logo {
    width: 240px;
    margin: 0 auto 10px;
    flex: initial;
  }
  body .site-header-right {
    margin: 0;
    flex: initial;
    width: 100%;
  }
  body .site-header-name {
    font-size: 16px;
    text-align: center;
    line-height: 1.3;
  }
  body .header-right-top {
    margin-bottom: 15px;
  }
  body .site-header-mobile {
    display: flex;
  }
  body .header-right-bottom .site-contacts {
    order: -1;
  }
  body .header-right-bottom .site-contacts__icon, body .header-right-bottom .site-cart-mini__button {
    height: 58px;
  }
  body .header-right-bottom .site-header-compare {
    margin: 0;
  }
  body .header-right-bottom .header-right-bottom {
    gap: 10px;
  }
  body .header-right-bottom .site-header-compare a {
    background: #E7E7E7;
    font-size: 12px;
    height: 58px;
    box-shadow: none;
  }
  body .header-right-bottom .site-header-compare a i svg {
    width: 19px;
    height: auto;
  }
  body .site-header-right {
    flex-direction: column;
    display: flex;
  }
  body .site-header .shop2-search-popup-wr {
    order: 3;
    padding: 20px 0 0;
  }
  body .site-header-middle {
    flex-wrap: wrap;
    margin: 0;
  }
  body .catalog-menu {
    flex: initial;
    width: 100%;
    margin: 0 0 20px;
  }
  body .catalog-menu__button {
    gap: 10px;
    font-size: 20px;
    height: 58px;
  }
  body .site-header-top {
    padding: 20px 0;
  }
  body .shop2-search-popup-wr {
    z-index: 401;
  }
  body .header-right-bottom {
    gap: 10px;
  }
  body .shop2-search-popup-wr .shop2-block.search-form {
    display: none !important;
  }
  body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) {
    flex-wrap: wrap;
  }
  body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li {
    flex: initial;
    padding: 0 6px 12px;
    width: 50%;
  }
  body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a .menu-item-image {
    max-width: none;
    height: 65px;
    flex: initial;
    width: 100%;
    margin: 0 0 5px;
  }
  body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a .menu-item-image img {
    width: auto;
    height: 100%;
  }
  body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a {
    height: 100%;
    padding: 10px;
    font-size: 12px;
  }
  body .top-social {
    display: none;
  }
  body .section-cols {
    padding-left: 0;
    padding-right: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  body .section-links-inner {
    background: none;
    box-shadow: none;
    border-radius: 0;
    flex-wrap: wrap;
    margin: 0 -5px;
    justify-content: center;
  }
  body .section-links-inner .section-links__link-item {
    flex: initial;
    padding: 10px;
    font-size: 12px;
    color: #292929;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0;
    min-height: 40px;
    border: 0;
    position: relative;
    display: flex;
    margin: 0 5px 12px;
    width: calc(50% - 10px);
    border: 1px solid rgba(0, 0, 0, 0.3);
    font-family: "Montserrat", sans-serif;
    border-radius: 10px;
    text-transform: uppercase;
    display: none;
  }
  body .section-links-inner .section-links__link-item:nth-child(1), body .section-links-inner .section-links__link-item:nth-child(2) {
    display: flex;
  }
  body .section-links-inner .section-links__link-item .section-links__link-icon {
    order: -1;
    max-width: none;
    height: 65px;
    flex: initial;
    width: 100%;
    margin: 0 0 5px;
  }
  body .section-links__link-item:after {
    display: none;
  }
  body .section-bottom-cols__text-title {
    padding-top: 35px;
    font-size: 25px;
    text-align: left;
  }
  body .site-contacts__popup {
    position: fixed;
    left: calc(50% - 150px);
    top: 10px !important;
    right: 10px;
    width: auto;
    margin: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    border-radius: 0;
    background: none;
    box-shadow: none;
    padding: 0;
  }
  body .site-contacts__popup-in {
    width: 100%;
    position: relative;
    border-radius: 10px;
    box-shadow: -7px 6px 38.4000015259px 0px rgba(0, 0, 0, 0.11);
    padding: 26px 20px;
    background: #fff;
  }
}
@media (max-width: 480px) {
  body .header-right-bottom .site-contacts {
    flex: 0 0 58px;
  }
  body .site-contacts__icon {
    padding: 0;
  }
  body .site-contacts__icon i {
    width: 58px;
    height: 58px;
    background-size: 29px;
  }
  body .site-contacts__icon em {
    display: none;
  }
  body .header-right-bottom .site-cart-mini__button {
    -webkit-background-size: 36px;
    background-size: 36px;
  }
  body .site-header-compare a {
    padding: 5px 0;
  }
  body .site-header-compare {
    flex: 0 0 87px;
  }
  body .top-cart {
    width: auto;
    flex: 1 0 0;
  }
  body .site-contacts {
    position: static;
  }
  body .header-right-bottom {
    position: relative;
  }
  body .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a, body .section-links-inner .section-links__link-item {
    font-size: 10px;
  }
  body .site-contacts__close {
    right: 5px;
    top: 5px;
    z-index: 1;
  }
  body .site-schedule .schedule-cell {
    font-size: 17px;
  }
}
html:not(.mobile) body .folders_shared {
  border-radius: 10px;
}
html.mobile body .folders_shared {
  box-sizing: content-box;
  z-index: 402;
}
html.mobile .section-menu.desktop .section-menu__list {
  position: relative;
}
html.mobile .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) ul {
  position: absolute;
  left: 0 !important;
  right: 0;
  width: auto;
}
html.mobile .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li > a:hover img, html.mobile .section-menu.desktop .section-menu__list:not(.addon-s3-column-menu) > li.s3-menu-allin-active > a img {
  transform: none;
}
.overlay-bg.show2 {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.5);
}
body .site-contacts__popup .phones-callback-button {
  box-sizing: border-box;
  margin-top: 10px;
}
.mobile .fixed_header {
  display: none;
}
html.mobile .folders_shared__auth-button {
  box-sizing: border-box;
}
.fixed_header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #e9e9e9;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
  z-index: 999;
  padding: 19px 20px 13px;
  transition: all 0.3s ease;
  will-change: transform;
  transform: translateY(-100%);
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .fixed_header {
    padding: 10px;
  }
  .fixed_header .header-right-bottom .site-cart-mini__button {
    -webkit-background-size: 25px;
    background-size: 25px;
  }
}
.fixed_header .header-right-bottom .site-contacts {
  flex: unset;
}
.fixed_header.active {
  overflow: visible;
  transform: translateY(0%);
}
.fixed_header .site-cart-mini__remove .svg-icon, .fixed_header .site-cart-mini__item-delete .svg-icon {
  width: 8px;
  height: 8px;
}
.fixed_header__inner {
  max-width: 1586px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .fixed_header__inner {
    gap: 10px;
  }
}
.fixed_header__inner .site-phones > div:not(.site-phones__icon):first-child {
  background: url("adr2.svg") left 0 bottom 3px / 17px no-repeat;
}
.fixed_header__inner .site-phones > div:not(.site-phones__icon) {
  margin: 0;
  padding: 0 0 0 25px;
}
.fixed_header__inner .site-phones > div:not(.site-phones__icon):last-child {
  margin-top: 21px;
  background: url(setting.svg) left 0 bottom 6px / 17px no-repeat;
}
.fixed_header__inner .folders_shared {
  max-height: 90vh;
  overflow: auto;
}
.fixed_header__inner .folders_shared ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .fixed_header__inner .site-contacts__popup {
    left: auto;
    right: 0;
  }
}
.fixed_header__inner .site-header-compare {
  display: none !important;
}
@media (max-width: 768px) {
  .fixed_header__inner .top-cart, .fixed_header__inner .site-cart-mini__button {
    width: 44px;
  }
  .fixed_header__inner .site-cart-mini__button {
    height: 44px;
  }
  .fixed_header__inner .header-right-bottom .site-contacts__icon, .fixed_header__inner .header-right-bottom .site-cart-mini__button {
    height: 44px;
  }
}
.fixed_header__inner .site-contacts__icon {
  background: #fff;
}
@media (max-width: 768px) {
  .fixed_header__inner .site-contacts__icon {
    font-size: 0;
    width: 44px;
    box-sizing: border-box;
    background: url(phone.svg) 50% no-repeat #fff;
  }
  .fixed_header__inner .site-contacts__icon em, .fixed_header__inner .site-contacts__icon i, .fixed_header__inner .site-contacts__icon .title {
    display: none;
  }
}
.fixed_header__inner .site-contacts__icon em {
  margin-left: 5px;
}
.fixed_header__inner .header-right-bottom {
  gap: 30px;
}
@media (max-width: 1024px) {
  .fixed_header__inner .header-right-bottom {
    gap: 10px;
  }
}
@media (max-width: 640px) {
  .fixed_header__inner .header-right-bottom {
    margin-left: auto;
  }
}
.fixed_header__inner #search-app2 {
  position: relative;
  flex: auto;
}
@media (max-width: 640px) {
  .fixed_header__inner #search-app2 {
    display: none;
  }
}
.fixed_header__inner #search-app2 .search__form {
  border: 0;
  background: #fff;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  overflow: hidden;
}
.fixed_header__inner #search-app2 .search__input-text {
  padding: 0 20px 0 46px;
  width: 100%;
  height: 44px;
  border-radius: 0;
  color: #292929;
  font-size: 22px;
  font-weight: 400;
  border: none;
  outline: none;
}
.fixed_header__inner #search-app2 .search__input-text::placeholder {
  color: #292929;
}
.fixed_header__inner #search-app2 button {
  flex: 0 0 52px;
  border: none;
  font-size: 0;
  margin: 0;
  position: absolute;
  width: 37px;
  height: 44px;
  left: 6px;
  top: 0;
  background: url("search.svg") 50% no-repeat;
  outline: none;
}
.fixed_header__inner #search-app2 button svg {
  display: none;
}
.fixed_header__inner .site-header-name {
  display: none;
}
.fixed_header__inner .site-header-logo {
  flex: unset;
  margin: 0;
  width: auto;
}
.fixed_header__inner .site-header-logo img {
  max-width: 224px;
}
@media (max-width: 1024px) {
  .fixed_header__inner .site-header-logo img {
    max-width: 180px;
  }
}
@media (max-width: 380px) {
  .fixed_header__inner .site-header-logo img {
    max-height: 160px;
  }
}
.fixed_header__inner .catalog-menu {
  max-width: 324px;
  margin: 0;
}
@media (max-width: 1024px) {
  .fixed_header__inner .catalog-menu {
    order: -1;
    flex: 0 0 55px;
  }
  .fixed_header__inner .catalog-menu a {
    height: 55px;
    font-size: 0;
    gap: 0;
  }
}
.fixed_header .shop-search-line-wr {
  flex: auto;
}
.mobile_burger, .mobile_panel {
  display: none;
}
@media (max-width: 767px) {
  .sand .site-header-mobile {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .mobile .mobile_panel {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #efefef;
    padding: 3px 20px;
  }
  .mobile .mobile_panel__inner {
    display: flex;
    justify-content: space-between;
  }
  .mobile .mobile_panel__item {
    width: auto;
    margin: auto;
  }
  .mobile .mobile_panel__item:first-child {
    margin-left: 0;
  }
  .mobile .mobile_panel__item:nth-child(2) {
    padding-right: 50px;
  }
  .mobile .mobile_panel__item:last-child {
    margin-right: 0;
  }
  .mobile .mobile_panel__item a {
    color: #292929;
    font-size: 11px;
    font-weight: 500;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
  }
  .mobile .mobile_panel__item.catalog {
    position: absolute;
    width: 76px;
    height: 53px;
    top: -30px;
    left: calc(50% - 38px);
    background: #ffb100;
    border-radius: 8px;
    box-shadow: 0px 0px 30px 0px rgba(255, 138, 0, 0.58);
    display: flex;
    flex-direction: column;
  }
  .mobile .mobile_panel__item.catalog .title {
    margin-top: 3px;
  }
  .mobile .mobile_panel__item.catalog a {
    padding: 10px;
    color: #fff;
  }
  .mobile .mobile_panel__item.catalog .mobile_panel__item-icon {
    width: 17px;
    height: 15px;
    margin-bottom: 1px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='15px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M6.484,2.000 C6.484,0.895 7.379,-0.000 8.484,-0.000 L8.866,-0.000 C9.970,-0.000 10.866,0.895 10.866,2.000 L10.866,2.382 C10.866,3.486 9.970,4.382 8.866,4.382 L8.484,4.382 C7.379,4.382 6.484,3.486 6.484,2.382 L6.484,2.000 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M0.349,2.000 C0.349,0.895 1.245,-0.000 2.349,-0.000 L2.731,-0.000 C3.835,-0.000 4.731,0.895 4.731,2.000 L4.731,2.382 C4.731,3.486 3.835,4.382 2.731,4.382 L2.349,4.382 C1.245,4.382 0.349,3.486 0.349,2.382 L0.349,2.000 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M12.618,2.000 C12.618,0.895 13.513,-0.000 14.618,-0.000 L14.999,-0.000 C16.104,-0.000 17.000,0.895 17.000,2.000 L17.000,2.382 C17.000,3.486 16.104,4.382 14.999,4.382 L14.618,4.382 C13.513,4.382 12.618,3.486 12.618,2.382 L12.618,2.000 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M12.618,7.258 C12.618,6.153 13.513,5.258 14.618,5.258 L14.999,5.258 C16.104,5.258 17.000,6.153 17.000,7.258 L17.000,7.639 C17.000,8.744 16.104,9.639 14.999,9.639 L14.618,9.639 C13.513,9.639 12.618,8.744 12.618,7.639 L12.618,7.258 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M12.618,12.516 C12.618,11.411 13.513,10.516 14.618,10.516 L14.999,10.516 C16.104,10.516 17.000,11.411 17.000,12.516 L17.000,12.898 C17.000,14.002 16.104,14.898 14.999,14.898 L14.618,14.898 C13.513,14.898 12.618,14.002 12.618,12.898 L12.618,12.516 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M6.484,12.516 C6.484,11.411 7.379,10.516 8.484,10.516 L8.866,10.516 C9.970,10.516 10.866,11.411 10.866,12.516 L10.866,12.898 C10.866,14.002 9.970,14.898 8.866,14.898 L8.484,14.898 C7.379,14.898 6.484,14.002 6.484,12.898 L6.484,12.516 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M0.349,12.516 C0.349,11.411 1.245,10.516 2.349,10.516 L2.731,10.516 C3.835,10.516 4.731,11.411 4.731,12.516 L4.731,12.898 C4.731,14.002 3.835,14.898 2.731,14.898 L2.349,14.898 C1.245,14.898 0.349,14.002 0.349,12.898 L0.349,12.516 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M6.484,7.258 C6.484,6.153 7.379,5.258 8.484,5.258 L8.866,5.258 C9.970,5.258 10.866,6.153 10.866,7.258 L10.866,7.639 C10.866,8.744 9.970,9.639 8.866,9.639 L8.484,9.639 C7.379,9.639 6.484,8.744 6.484,7.639 L6.484,7.258 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M0.349,7.258 C0.349,6.153 1.245,5.258 2.349,5.258 L2.731,5.258 C3.835,5.258 4.731,6.153 4.731,7.258 L4.731,7.640 C4.731,8.744 3.835,9.640 2.731,9.640 L2.349,9.640 C1.245,9.640 0.349,8.744 0.349,7.640 L0.349,7.258 Z'/%3E%3C/svg%3E") 50% no-repeat;
  }
  .mobile .mobile_panel__item-title {
    display: block;
  }
}
@media (max-width: 767px) {
  .mobile .sand .site-header-compare, .mobile .sand .site-cart-mini__button, .mobile .sand .site-cart-mini__count-product, .mobile .sand .site-header-name {
    display: none;
  }
  .mobile .sand .site-cart-mini__popup {
    position: fixed;
    top: auto;
    bottom: 80px;
    right: 20px;
  }
  .mobile .sand .site-header-logo {
    margin: 0;
    width: auto;
    margin-right: auto;
  }
  .mobile .sand .site-header-logo img {
    max-width: 150px;
  }
  .mobile .sand .mobile_burger {
    display: block;
    position: relative;
  }
  .mobile .sand .mobile_burger__btn {
    display: block;
    height: 31px;
    width: 24px;
    cursor: pointer;
    margin-left: 15px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(41, 41, 41)' d='M2.000,-0.000 L22.000,-0.000 C23.105,-0.000 24.000,0.895 24.000,2.000 C24.000,3.105 23.105,4.000 22.000,4.000 L2.000,4.000 C0.895,4.000 -0.000,3.105 -0.000,2.000 C-0.000,0.895 0.895,-0.000 2.000,-0.000 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(41, 41, 41)' d='M2.000,6.000 L22.000,6.000 C23.105,6.000 24.000,6.895 24.000,8.000 C24.000,9.105 23.105,10.000 22.000,10.000 L2.000,10.000 C0.895,10.000 -0.000,9.105 -0.000,8.000 C-0.000,6.895 0.895,6.000 2.000,6.000 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(41, 41, 41)' d='M2.000,12.000 L22.000,12.000 C23.105,12.000 24.000,12.895 24.000,14.000 C24.000,15.105 23.105,16.000 22.000,16.000 L2.000,16.000 C0.895,16.000 -0.000,15.105 -0.000,14.000 C-0.000,12.895 0.895,12.000 2.000,12.000 Z'/%3E%3Cpath fill-rule='evenodd' fill='rgb(41, 41, 41)' d='M2.000,18.000 L22.000,18.000 C23.105,18.000 24.000,18.895 24.000,20.000 C24.000,21.105 23.105,22.000 22.000,22.000 L2.000,22.000 C0.895,22.000 -0.000,21.105 -0.000,20.000 C-0.000,18.895 0.895,18.000 2.000,18.000 Z'/%3E%3C/svg%3E") 50% no-repeat;
  }
  .mobile .sand .mobile_burger__popup {
    position: absolute;
    top: 100%;
    margin-top: 5px;
    right: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 30px 22px;
    z-index: 5;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    width: 265px;
    margin-right: -15px;
    display: flex;
    flex-direction: column;
  }
  .mobile .sand .mobile_burger__popup.active {
    opacity: 1;
    visibility: visible;
  }
  .mobile .sand .mobile_burger__popup .menu-top {
    order: -1;
  }
  .mobile .sand .mobile_burger__popup .menu-top__list {
    padding: 0;
    border: none;
  }
  .mobile .sand .mobile_burger__popup .menu-top__list li {
    border: none;
  }
  .mobile .sand .mobile_burger__popup .menu-top__list li a {
    font-size: 16px;
    padding: 5px 0;
    color: #292929;
  }
  .mobile .sand .mobile_burger__popup .top-social {
    display: flex;
    flex-wrap: wrap;
  }
  .mobile .sand .mobile_burger__popup .top-social a {
    width: calc(20% - 5.6px);
    flex: unset;
    box-sizing: border-box;
  }
  .mobile .sand .mobile_burger__closer {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile .sand .mobile_burger__closer svg {
    width: 15px;
    height: 15px;
    fill: #3c3c3c;
  }
  .mobile .sand .header-right-bottom .site-contacts__icon {
    font-size: 0;
    width: 44px;
    box-sizing: border-box;
    background: url(phone.svg) 50% no-repeat #fff;
    width: 58px;
    height: 31px;
    border-radius: 10px;
  }
  .mobile .sand .header-right-bottom .site-contacts__icon em, .mobile .sand .header-right-bottom .site-contacts__icon i, .mobile .sand .header-right-bottom .site-contacts__icon .title {
    display: none;
  }
  .mobile .sand .is-sticky .site-header-top {
    left: 0;
    right: 0;
    width: auto !important;
    margin: 0;
  }
  .mobile .sand .site-header-top {
    background: #efefef;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.05);
    padding: 16px 19px;
    width: auto;
    margin: 0 -20px 0px;
    z-index: 401 !important;
  }
  .mobile .sand .shop2-search-popup-wr {
    padding-top: 10px;
  }
  .mobile .sand .header-right-top {
    display: none;
  }
  .mobile .sand .site-header .shop2-search-popup-wr .shop-search-line-wr form {
    background: #fff;
  }
  .mobile .sand .site-header .shop2-search-popup-wr .shop-search-line-wr form input {
    color: #000;
  }
  .mobile .sand .site-header .shop2-search-popup-wr .shop-search-line-wr form input::placeholder {
    color: #000;
  }
}
.show + .site-wrapper .link-top {
  z-index: 1 !important;
}
#site_loader:before {
  content: none !important;
}
#site_loader .load_img {
  max-width: 460px;
}
#site_loader .load_edit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1280px) {
  .site-footer__inner {
    gap: 20px;
    flex-wrap: wrap;
  }
  .site-footer__inner .site-footer__left {
    flex: 1 0 calc(49% - 14px);
    max-width: initial;
    padding: 0;
    order: 3;
  }
  .site-footer__inner .site-footer__right {
    flex: 1 0 calc(49% - 14px);
    max-width: initial;
    padding: 0;
    order: 2;
    width: 100%;
  }
  .site-footer__inner .site-footer__center {
    flex: 1 0 100%;
    max-width: initial;
    padding: 0;
    order: 1;
  }
}
.shop2-product .product-side-right.video_popup__right {
  border: none !important;
}
@media (max-width: 480px) {
  .product-list.thumbs .product-list__item .options-lot-wrapper {
    height: auto !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 520px) {
  .pbc-desc-button {
    margin-top: 10px !important;
  }
  .prod-custom-buttons {
    padding-top: 10px !important;
  }
}
.social.two a svg {
  width: 14px;
}
