body .block_width {
  margin: 0 auto;
  max-width: 1360px;
}
body .site-header__inner {
  margin-bottom: 0 !important;
}
body .folders-block-wr {
  display: none;
}
@media (min-width: 1024px) {
  body .site-header-folders {
    display: none;
  }
  body .folders-block-wr {
    display: block;
  }
  body .site-main__inner.gr-inner-pages {
    padding-top: 0;
  }
  body .site-info__logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    position: relative;
  }
  body .folders-block-wr .folders-block-title {
    background: var(--gr_primary);
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 140px;
    border-radius: 12px;
    padding: 12px 20px;
    cursor: pointer;
    transition: 0.18s;
  }
  body .folders-block-wr .folders-block-title:after {
    content: "";
    width: 21px;
    height: 15px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='15' viewBox='0 0 21 15'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='bur.svg' class='cls-1' d='M522,136v-1.875h21V136H522Zm0-8.438h21v1.875H522v-1.875ZM522,121h21v1.875H522V121Z' transform='translate(-522 -121)'/%3E%3C/svg%3E");
  }
  body .folders-block-wr .folders-block-title:hover {
    background: #f9a94b;
  }
  body .menu {
    display: flex;
    align-items: flex-start;
    z-index: 100;
    display: grid;
    grid-template-columns: 360px 1fr;
    position: absolute;
    left: 0;
    padding-top: 41px;
  }
  body .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  body .menu ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px 12px 16px;
    text-decoration: none;
    text-wrap: normal;
    color: #000;
    font-size: 15px;
    border-radius: 8px;
  }
  body .menu ul li a:hover {
    color: #fff;
    background-color: var(--gr_primary);
  }
  body .menu-close-sidebar {
    display: none;
  }
  body .menu-sidebar {
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    height: calc(100vh - 100px);
    display: none;
    box-sizing: border-box;
    height: 490px;
    border-radius: 0px 0 0 5px;
  }
  body .menu-sidebar * {
    box-sizing: border-box;
  }
  body .menu-sidebar-inner {
    max-height: 100%;
    overflow-y: auto;
  }
  body .menu-sidebar-inner ul.ul {
    padding: 10px 5px 10px 0;
  }
  body .menu-sidebar-inner ul.ul > li > a > .icon {
    width: 24px;
    height: 24px;
    background: var(--gr_primary);
    border-radius: 5px;
  }
  body .menu-sidebar-inner ul.ul > li > a > .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px;
    padding: 2px;
  }
  body .menu-sidebar-inner ul.ul > li.has_child > a {
    position: relative;
  }
  body .menu-sidebar-inner ul.ul > li.has_child > a span.plus_icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    cursor: pointer;
    background-image: url(arrow-icon-normal.png);
    background-position: top 50% right 50%;
    background-repeat: no-repeat;
  }
  body .menu-sidebar-inner ul.ul > li.has_child > a:hover span.plus_icon {
    background-image: url(arrow-icon-hover.png);
  }
  body .menu-sidebar-inner ul.ul > li.has_child > ul {
    display: none;
  }
  body .menu-sidebar-inner::-webkit-scrollbar {
    background-color: #e6e6e6;
    border-radius: 3px;
    width: 3px;
  }
  body .menu-sidebar-inner::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 3px;
  }
  body .menu-sidebar.opened {
    display: block;
  }
  body .menu-content {
    height: calc(100vh - 100px);
    padding: 30px;
    width: 100%;
    background-color: #fff;
    border-radius: 6px;
    display: none;
    box-sizing: border-box;
    max-height: 490px;
    border-radius: 0 0px 12px 0px;
  }
  body .menu-content * {
    box-sizing: border-box;
  }
  body .menu-content-inner {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
  body .menu-content-inner .menu-wr {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  body .menu-content-inner .menu-wr > ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
  }
  body .menu-content-inner .menu-wr > ul > li > a {
    padding-left: 0px;
    position: relative;
    font-size: 16px;
    padding-right: 0;
    color: #777777;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    /*span.plus_icon{
											position: absolute;top: 8px;left: 9px;width: 20px;height: 20px;
											background-image: url(plus-icon-normal.png) ;
											background-position: 50%;
											background-repeat: no-repeat;
										}*/
  }
  body .menu-content-inner .menu-wr > ul > li > a .icon {
    height: 190px;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  body .menu-content-inner .menu-wr > ul > li > a .icon img, body .menu-content-inner .menu-wr > ul > li > a .icon .svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    padding: 6px;
  }
  body .menu-content-inner .menu-wr > ul > li > a:hover {
    background: none;
    color: var(--gr_primary);
  }
  body .menu-content-inner .menu-wr > ul > li > ul {
    display: none;
  }
  body .menu-content-inner .menu-wr > ul > li.has_child > ul {
    padding-left: 8px;
  }
  body .menu-content-inner .menu-wr > ul > li.has_child > ul li {
    /*&.has_child {
													> a {
														span.plus_icon{
															position: absolute;top: 8px;left: 9px;width: 20px;height: 20px;
															background-image: url(plus-icon-normal.png) ;
															background-position: 50%;
															background-repeat: no-repeat;
														}
														&:before {
															display: none;
														}
													}
												}*/
  }
  body .menu-content-inner .menu-wr > ul > li.has_child > ul li a {
    font-weight: normal;
    position: relative;
    font-size: 14px;
    padding: 7px 0 7px 25px;
  }
  body .menu-content-inner .menu-wr > ul > li.has_child > ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-radius: 2px;
    background-color: #e5e5e5;
  }
  body .menu-content-inner .menu-wr > ul > li.has_child > ul li a:hover {
    background: none;
    color: var(--gr_primary);
  }
  body .menu-content-inner .menu-wr > ul > li.has_child > ul li a:hover:before {
    background: var(--gr_primary);
  }
  body .menu-content-inner .menu-wr > ul > li.has_child.opened > a span.plus_icon {
    background-image: url(plus-icon-active.png);
  }
  body .menu-content-inner .menu-wr > ul > li.has_child.opened > ul {
    display: block;
  }
  body .folders-block-wr.opened .menu-sidebar {
    display: block;
  }
  body .folders-block-wr.opened .menu-content {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  body .menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    display: none;
  }
  body .menu-close-sidebar {
    display: inline-block;
    position: absolute;
    left: 285px;
    text-outline: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  body .menu-close-sidebar:before {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 2px;
    right: 2px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
  }
  body .menu-close-sidebar:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 2px;
    right: 2px;
    height: 2px;
    background-color: #fff;
    transform: rotate(-45deg);
  }
  body .menu-button {
    position: relative;
    top: 5px;
    left: 5px;
    width: 48px;
  }
  body .menu-button strong {
    display: none;
  }
  body .menu-button span {
    left: 5px;
    right: 5px;
    margin: 0 auto;
  }
  body .menu-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: auto;
  }
  body .menu-sidebar-inner {
    padding-right: 0;
  }
  body .menu-sidebar-inner ul.ul > li.has_child ul {
    padding-right: 15px;
  }
  body .menu-sidebar-inner ul.ul > li.has_child > ul {
    display: block;
  }
  body .menu-sidebar-inner ul.ul > li.has_child > ul a {
    position: relative;
  }
  body .menu-sidebar-inner ul.ul > li.has_child > ul a span.plus_icon {
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(arrow-icon-normal.png) center center no-repeat;
  }
  body .menu-sidebar.opened {
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.2);
  }
  body .menu-sidebar .waSlideMenu-back a {
    color: var(--gr_primary);
    font-size: 16px;
  }
}
body .wrap_folders .left_part {
  display: none;
}
@media (min-width: 1024px) {
  body .wrap_folders {
    display: grid;
    grid-template-columns: 258px 1fr;
    align-items: start;
    gap: 20px;
  }
  body .wrap_folders .left_part {
    display: grid;
    gap: 20px;
  }
  body .wrap_folders .left_part .new_folders {
    padding: 0px 0px 20px;
    border-radius: 12px;
    border: 1px solid #dddddd;
    display: grid;
    list-style: none;
    margin: 0;
  }
  body .wrap_folders .left_part .new_folders a {
    color: #2e2f38;
    font-size: 16px;
    text-decoration: none;
  }
  body .wrap_folders .left_part .new_folders .top_part .back_fold {
    padding: 16px 30px;
    display: block;
    width: 100%;
    border-radius: 12px 12px 0 0;
    font-size: 16px;
    font-weight: bold;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.031' height='14' viewBox='0 0 8.031 14'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arr2.svg' class='cls-1' d='M298.1,370a0.92,0.92,0,0,1-.641-0.256l-6.19-5.868a0.839,0.839,0,0,1,0-1.219l6.19-6.4a0.933,0.933,0,0,1,1.278,0,0.839,0.839,0,0,1,0,1.223l-5.558,5.793,5.558,5.259a0.839,0.839,0,0,1,0,1.223A0.923,0.923,0,0,1,298.1,370Z' transform='translate(-291 -356)'/%3E%3C/svg%3E%0A") 10px 50%/8px no-repeat #fff;
  }
  body .wrap_folders .left_part .new_folders .top_part .back_fold:hover {
    color: var(--gr_primary);
  }
  body .wrap_folders .left_part .new_folders .top_part ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  body .wrap_folders .left_part .new_folders .top_part ul .main_fold {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 12px;
    margin-top: 12px;
  }
  body .wrap_folders .left_part .new_folders .top_part ul .main_fold img {
    min-width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  body .wrap_folders .left_part .new_folders .top_part ul .main_fold span {
    font-weight: bold;
  }
  body .wrap_folders .left_part .new_folders .sand-list__inner {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  body .wrap_folders .left_part .new_folders .sand-list__inner > li a {
    width: 100%;
    display: flex;
    align-items: center;
  }
  body .wrap_folders .left_part .new_folders .sand-list__inner > li a:hover {
    color: var(--gr_primary);
  }
  body .wrap_folders .left_part .new_folders .sand-list__inner > li.has > a {
    padding-right: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill-rule: evenodd; opacity: 0.3; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arr.svg' class='cls-1' d='M519.931,668a0.918,0.918,0,0,0,.639-0.255l6.166-5.869a0.842,0.842,0,0,0,0-1.219l-6.166-6.4a0.927,0.927,0,0,0-1.273,0,0.841,0.841,0,0,0,0,1.223l5.537,5.793-5.537,5.259a0.841,0.841,0,0,0,0,1.223A0.918,0.918,0,0,0,519.931,668Z' transform='translate(-519.031 -654)'/%3E%3C/svg%3E") 100% 50%/8px no-repeat;
  }
  body .wrap_folders .left_part .new_folders .sand-list__inner > li.has > a:hover {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill-rule: evenodd; opacity: 0.6; %7D %3C/style%3E%3C/defs%3E%3Cpath id='arr.svg' class='cls-1' d='M519.931,668a0.918,0.918,0,0,0,.639-0.255l6.166-5.869a0.842,0.842,0,0,0,0-1.219l-6.166-6.4a0.927,0.927,0,0,0-1.273,0,0.841,0.841,0,0,0,0,1.223l5.537,5.793-5.537,5.259a0.841,0.841,0,0,0,0,1.223A0.918,0.918,0,0,0,519.931,668Z' fill='%23f89a2b' transform='translate(-519.031 -654)'/%3E%3C/svg%3E") 100% 50%/8px no-repeat;
  }
  body .wrap_folders .left_part .new_folders .sand-list__inner > li.has > ul {
    display: none;
  }
  body .wrap_folders .left_part .new_folders .sand-list__inner > li.opened a {
    color: var(--gr_primary);
  }
  body .wrap_folders .left_part .new_folders .sand-list__inner .all_prod {
    background: var(--gr_primary);
    padding: 10.5px 12px;
    color: #fff;
    border-radius: 12px;
    margin: 20px -10px 20px -10px;
  }
  body .wrap_folders .left_part .new_folders .sand-list__inner .all_prod a {
    color: #fff;
  }
  body .wrap_folders .left_part .new_folders .sand-list__inner .all_prod a:hover {
    color: #fff;
  }
  body .wrap_folders .left_part .new_filter {
    padding: 20px 10px;
    border-radius: 12px;
    border: 1px solid #dddddd;
  }
  body .wrap_folders .left_part .new_filter .shop2-filter-btns a, body .wrap_folders .left_part .new_filter .shop2-filter-btns span {
    font-size: 15px;
  }
  body .wrap_folders .right_part .sorting-panel__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
  }
  body .wrap_folders .right_part .sorting-panel__body .sorting-panel__btn-wrap {
    width: auto;
  }
  body .wrap_folders .right_part .sorting-panel__body .sorting-panel__btn-wrap .filter_popup_btn {
    display: none;
  }
  body .wrap_folders .right_part .sorting-panel__body .sorting-panel__btn-wrap h1 {
    font-size: 32px;
    margin: 0;
  }
}
body .opac {
  position: relative;
}
body .opac:before {
  background: rgba(27, 27, 27, 0.55);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
body .inner-folders li a {
  color: #000;
  border-color: #000;
  box-shadow: inset 0 0 0 1px #000;
  background: #ddd;
  box-shadow: none;
  border: none;
  border-radius: 250px;
}
body .inner-folders li a:hover {
  background: #000;
  color: #fff;
}
.fixed-panel__left {
  position: relative;
}
.fixed-panel__left .folders-block-wr .menu {
  padding-top: 16px;
}
.fixed-panel__left .folders-block-wr .menu .menu-sidebar {
  background: var(--gr_bg);
}
.fixed-panel__left .folders-block-wr .menu .menu-sidebar .menu-sidebar-inner {
  max-height: 490px !important;
}
.fixed-panel__left .folders-block-wr .menu .menu-content {
  background: var(--gr_bg);
}
.fixed-panel__left .folders-block-wr .menu .menu-content .menu-content-inner {
  height: 100% !important;
}
[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
.new-categories {
  margin-bottom: 30px;
}
.new-categories__inner > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style-type: none;
}
.new-categories__inner > ul > li {
  width: 100%;
}
.new-categories__inner > ul > li > a {
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.new-categories__inner > ul > li > a:hover {
  color: var(--gr_primary);
}
.new-categories__inner > ul > li .category_body {
  margin-top: 10px;
}
.new-categories__inner > ul > li .category_body > ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 640px) {
  .new-categories__inner > ul > li .category_body > ul {
    gap: 10px;
  }
}
.new-categories__inner > ul > li .category_body > ul > li {
  width: calc(20% - 16px);
  list-style-type: none;
}
@media (max-width: 1100px) {
  .new-categories__inner > ul > li .category_body > ul > li {
    width: calc(25% - 15px);
  }
}
@media (max-width: 900px) {
  .new-categories__inner > ul > li .category_body > ul > li {
    width: calc(33.33% - 13.34px);
  }
}
@media (max-width: 640px) {
  .new-categories__inner > ul > li .category_body > ul > li {
    width: calc(50% - 5px);
  }
}
.new-categories__inner > ul > li .category_body > ul > li > a {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #ebebeb;
  border-radius: 10px;
  transition: all 0.3s ease;
  color: #000;
  text-decoration: none;
  height: 100%;
}
@media (max-width: 640px) {
  .new-categories__inner > ul > li .category_body > ul > li > a {
    font-size: 14px;
  }
}
.new-categories__inner > ul > li .category_body > ul > li > a:hover {
  color: #fff;
  background: var(--gr_primary);
}
.new-categories__inner > ul > li .category_body > ul > li > a img {
  max-height: 68px;
}
.site .inner-folders li {
  list-style-type: none;
}
.site .inner-folders__list {
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .site .inner-folders__list {
    padding: 0 20px;
  }
  .site .inner-folders__list > li:first-child {
    padding: 0;
  }
}
@media (max-width: 767px) and (max-width: 639px) {
  .site .inner-folders__list {
    padding: 0 16px;
  }
}
.site .inner-folders__list.sticky {
  display: none;
}
@media (max-width: 767px) {
  .site .inner-folders {
    background: var(--gr_bg);
    padding: 10px 0;
    margin-bottom: 30px;
    width: 100% !important;
    z-index: 20 !important;
    top: 0;
    transition: all 0.3s ease;
    background: var(--gr_bg);
  }
  .site .inner-folders.stuck {
    position: sticky;
    top: 60px;
  }
  .site .inner-folders.stuck .inner-folders__list {
    flex-wrap: nowrap;
  }
  .site .inner-folders .sticky-wrapper {
    height: 0 !important;
  }
  .site .inner-folders .sticky-wrapper.is-sticky .inner-folders__list {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .site .inner-folders .sticky-wrapper .inner-folders__list {
    flex-wrap: nowrap;
    width: 100% !important;
    z-index: 20 !important;
    background: var(--gr_bg);
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(-100%);
  }
}
.site-header .site-header-top__right {
  display: flex;
  justify-content: flex-end;
}
.site-versions-wrap {
  display: flex;
  position: relative;
  margin: 0px 10px 0 0px;
  font-weight: 500;
  font-size: 15px;
  text-align: left;
  align-items: baseline;
}
@media (max-width: 640px) {
  .site-versions-wrap {
    /*justify-content: center;*/
    margin-bottom: 0px;
  }
}
.site-versions-title {
  color: var(--gr_accent);
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  border: 1px solid var(--gr_accent);
}
.site-versions-title em, .site-versions-title i {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
.site-versions-title em svg, .site-versions-title i svg {
  fill: var(--gr_accent);
  width: 100%;
  height: 100%;
}
.site-versions-title i {
  margin: 0 0 0 10px;
  width: 10px;
  height: 10px;
}
.site-versions-list {
  position: absolute;
  z-index: 16;
  left: 0;
  top: 105%;
  width: 100%;
  margin: 2px 0 0;
  background: #fff;
  border: 1px solid var(--gr_accent);
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
  display: none;
}
.site-versions-list a {
  display: block;
  padding: 4px 0 4px 0px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.site-versions-list a:hover {
  text-decoration: underline;
  color: var(--gr_accent);
}
