#sandbox_theme_panel_62040 {
  top: 50% !important;
  right: 0 !important;
  left: inherit !important;
  width: 200px !important;
  font-size: 12px !important;
  color: #000 !important; }

.new-folders-menu li a span.bl_pic {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0; }

.ios, .ios * {
  cursor: pointer; }

html, body {
  min-width: auto; }

img {
  max-width: 100%;
  height: auto; }

input, textarea, iframe {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.option-item label, .form-item label {
  display: block !important; }
  .option-item label input, .form-item label input, .option-item label textarea, .form-item label textarea {
    max-width: 100%; }

.new-contacts-phone, .new-contacts-address, .tot {
  display: none; }

.site-wrapper {
  width: 100%;
  overflow: hidden; }

.site_wrapper_in {
  max-width: 940px;
  width: 100%; }

.footer {
  max-width: 980px;
  width: 100%; }

.content-wrapper {
  display: flex; }
  .content-wrapper .sidebar.left {
    float: none;
    width: 200px;
    min-width: 200px;
    margin: 0; }
  .content-wrapper main.main {
    float: none;
    width: calc(100% - 200px); }
  .content-wrapper main.main .content {
    margin-left: 40px !important; }
  .content-wrapper main.main.main_gl {
    width: 100% !important; }
    .content-wrapper main.main.main_gl .content {
      margin: 0 !important; }

.new-folders-menu {
  margin: 20px -5px 10px;
  padding: 0;
  list-style: none;
  font-size: 0;
  display: flex;
  flex-wrap: wrap; }
  .new-folders-menu li {
    display: flex;
    padding: 0 5px 10px;
    width: 25%;
    box-sizing: border-box; }
  .new-folders-menu li a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border: 1px solid #c84850;
    padding: 10px;
    font-size: 15px;
    text-align: center;
    color: #333;
    word-wrap: break-word; }
    .new-folders-menu li a span {
      display: block; }
      .new-folders-menu li a img {
        max-width: 100%; }
    .new-folders-menu li a:hover {
      text-decoration: underline; }
  @media (max-width: 520px) {
  .new-folders-menu li {
    width: 50%; }
    .new-folders-menu li a {
      padding: 5px;
      font-size: 14px; } }

@media (max-width: 980px) {
  .site_wrapper_in {
    padding: 0; }

  .header {
    margin-top: 40px;
    height: auto;
    min-height: 0; }
    .header:before {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      height: 40px;
      content: '';
      background: #25000b;
      z-index: 100; }
    .header .new-contacts-phone {
      position: fixed;
      right: 0;
      top: 0;
      display: block;
      width: 40px;
      height: 40px;
      background: #b70202 url(../tel-logo-white.png) no-repeat 50% 46%;
      float: none;
      margin: 0;
      padding: 0;
      z-index: 101; }
      .header .new-contacts-phone .new-contacts-phone-title {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 40px; }
      .header .new-contacts-phone .new-contacts-phone-body {
        display: none; }
        .header .new-contacts-phone .new-contacts-phone-body span, .header .new-contacts-phone .new-contacts-phone-body a {
          color: #fff !important;
          text-decoration: none; }
        .header .new-contacts-phone .new-contacts-phone-body > p {
          margin: 0;
          padding: 0; }
        .header .new-contacts-phone .new-contacts-phone-body .schedule-header {
          margin-top: 10px; }
        .header .new-contacts-phone .new-contacts-phone-body .phone-number {
          font-size: 22px; }
        .header .new-contacts-phone .new-contacts-phone-body .contacts__callback-btn {
          border-bottom: 1px dashed;
          display: inline-block; }
      .header .new-contacts-phone.active {
        background-color: #900909; }
        .header .new-contacts-phone.active .new-contacts-phone-body {
          position: absolute;
          top: 100%;
          right: 0;
          width: 220px;
          font-size: 14px;
          background: #900909;
          padding: 10px;
          text-align: right;
          color: #fff;
          display: block; }
          .header .new-contacts-phone.active .new-contacts-phone-body span, .header .new-contacts-phone.active .new-contacts-phone-body a {
            color: #fff !important;
            text-decoration: none; }
          .header .new-contacts-phone.active .new-contacts-phone-body > p {
            margin: 0;
            padding: 0; }
    .header .new-contacts-address {
      position: fixed;
      right: 45px;
      top: 0;
      display: block;
      width: 40px;
      height: 40px;
      background: #b70202 url(../adr-logo-white.png) no-repeat 50% 46%;
      float: none;
      margin: 0;
      padding: 0;
      z-index: 101; }
      .header .new-contacts-address .new-contacts-address-title {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 40px; }
      .header .new-contacts-address .new-contacts-address-body {
        display: none; }
      .header .new-contacts-address.active {
        background-color: #900909; }
        .header .new-contacts-address.active .new-contacts-address-body {
          position: absolute;
          top: 100%;
          right: 0;
          width: 237px;
          font-size: 14px;
          background: #900909;
          padding: 10px;
          text-align: right;
          color: #fff;
          display: block; }
          .header .new-contacts-address.active .new-contacts-address-body a {
            color: #fff;
            text-decoration: none; }
    .header .company {
      float: none;
      margin: auto;
      padding: 20px;
      background-color: rgba(0, 0, 0, 0.6); }
    .header .top_phone {
      display: none; }
    .header .header-content .contacts__callback-btn_desktop {
      display: none; }

  .content-wrapper {
    padding: 20px;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .content-wrapper main.main {
      order: 1;
      width: 100%; }
      .content-wrapper main.main .content {
        margin: 0 !important; }
        .content-wrapper main.main .content .content-inner .menu-top-wrap {
          display: none; }
    .content-wrapper .sidebar.left {
      order: 2;
      width: 100%; }
      .content-wrapper .sidebar.left .menu-left-wrap {
        display: none; }

  .footer {
    min-height: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .footer:before, .footer:after, .footer .bot_menu, .footer .bot_info {
      display: none; }
    .footer .site_name {
      order: 1;
      float: none;
      margin: 0;
      padding: 0;
      width: auto;
      max-width: 100%; }
    .footer .counters {
      order: 2;
      float: none;
      margin: 0;
      padding: 0;
      width: auto;
      max-width: 100%; }
    .footer .site_copyright {
      order: 3;
      float: none;
      margin: 0;
      padding: 0;
      width: auto;
      max-width: 100%; }

  .product-list.product-list-thumbs {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px; }
    .product-list.product-list-thumbs .product-item-thumb {
      width: calc(33.33% - 20px);
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 20px; }
      .product-list.product-list-thumbs .product-item-thumb .product-top .product-image {
        width: auto; }

  .shop2-group-kinds {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px; }
    .shop2-group-kinds .shop2-kind-item {
      width: calc(50% - 20px) !important;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 20px; } }

@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    justify-content: center;
    text-align: center; }
    .footer .counters {
      padding: 10px 0; } }

@media (max-width: 640px) {
  .shop2-product {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px; }
    .shop2-product .product-side-l {
      float: none;
      width: auto; }
      .shop2-product .product-side-l .product-image {
        width: auto;
        height: auto; }
      .shop2-product .product-side-l .product-thumbnails ul {
        text-align: center; }
        .shop2-product .product-side-l .product-thumbnails ul li {
          display: inline-block;
          vertical-align: top;
          float: none; }
    .shop2-product .product-side-r {
      padding: 20px 0 0; }
      .shop2-product .product-side-r .product-price, .shop2-product .product-side-r .product-bot {
        text-align: center; }
    .shop2-product .shop2-clear-container {
      display: none; }

  .popover-body {
    max-width: 230px; }

  .product-list.product-list-thumbs .product-item-thumb {
    width: calc(50% - 20px); }

  .shop2-group-kinds .shop2-kind-item {
    width: calc(100% - 20px) !important; } }

@media (max-width: 440px) {
  .product-list.product-list-thumbs .product-item-thumb {
    width: calc(100% - 20px); }
    .product-list.product-list-thumbs .product-item-thumb .product-image {
      height: auto; } }
/*-----------------------------------------------*/
.menu-mobile-wr {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease; }
  .menu-mobile-wr.opened {
    opacity: 1;
    visibility: visible; }
  .menu-mobile-wr.opened .mobile-menu-in {
    transform: none; }
  .menu-mobile-wr:before {
    display: none; }
  .menu-mobile-wr .close-menu {
    position: absolute;
    right: -45px;
    top: 10px;
    width: 45px;
    height: 47px;
    background: #b70202 url(../close-ico.svg) 50% 50% no-repeat;
    cursor: pointer; }
  .menu-mobile-wr .menu-overflow {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    padding-bottom: 15px; }
  .menu-mobile-wr .mobile-menu-in {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    transform: translateX(-100%);
    transition: all 0.3s ease;
    width: 250px; }
  .menu-mobile-wr .mobile-menu-in nav {
    text-align: right; }
  .menu-mobile-wr .mobile-menu-in .mob_menu {
    line-height: 0;
    font-size: 0;
    list-style: none;
    list-style-image: none;
    padding: 15px 15px 0;
    margin: 0; }
    .menu-mobile-wr .mobile-menu-in .mob_menu li {
      position: relative; }
      .menu-mobile-wr .mobile-menu-in .mob_menu li .arrbg {
        position: absolute;
        top: 0;
        right: 0;
        width: 28px;
        height: 28px;
        background: url(../menu-arrow-bot.png) 50% 50% no-repeat;
        z-index: 1; }
      .menu-mobile-wr .mobile-menu-in .mob_menu li.open > .arrbg {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    .menu-mobile-wr .mobile-menu-in .mob_menu > li {
      padding-bottom: 1px; }
      .menu-mobile-wr .mobile-menu-in .mob_menu > li > a {
        font: normal 18px/18px CuprumRegular;
        text-decoration: none;
        display: block;
        color: #fff;
        padding: 4px 25px 5px 20px;
        border-radius: 7px;
        -moz-border-radius: 7px;
        -wekit-border-radius: 7px;
        behavior: url(/g/libs/pie/1.0.0/pie.htc);
        position: relative;
        background: #b70202; }
        .menu-mobile-wr .mobile-menu-in .mob_menu > li > a:hover {
          color: #fff; }
      .menu-mobile-wr .mobile-menu-in .mob_menu > li ul {
        display: none;
        margin: 0;
        padding: 0 0 0 20px;
        list-style: none; }
        .menu-mobile-wr .mobile-menu-in .mob_menu > li ul li {
          margin: 0;
          padding: 5px 0 5px; }
          .menu-mobile-wr .mobile-menu-in .mob_menu > li ul li a {
            display: block;
            margin: 0;
            padding: 5px 25px 5px 0;
            font-size: 13px;
            color: #fff;
            text-decoration: none;
            line-height: normal; }

.menu-burger {
  position: fixed;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #b70202;
  padding: 0;
  border: none;
  outline: none;
  z-index: 999; }
  @media (min-width: 981px) {
  .menu-burger {
    display: none; } }
  .menu-burger .lines {
    height: 15px;
    position: relative;
    width: 24px;
    margin: 9px auto;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff; }
  .menu-burger .lines:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 6px;
    border-top: 3px solid #fff; }

.table-wrapper {
  width: 100%;
  overflow: overlay; }


