[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  left: 0 !important;
  top: auto !important;
  bottom: 180px !important; }

.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: #ffb93a url(../close-ico2.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; }
  .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 .menu-top, .menu-mobile-wr .mobile-menu-in .menu-left {
      line-height: 0;
      font-size: 0;
      list-style: none;
      list-style-image: none;
      padding: 15px;
      margin: 20px 0 0; }
      .menu-mobile-wr .mobile-menu-in .menu-top > li, .menu-mobile-wr .mobile-menu-in .menu-left > li {
        padding-bottom: 1px; }
        .menu-mobile-wr .mobile-menu-in .menu-top > li > a, .menu-mobile-wr .mobile-menu-in .menu-left > li > a {
          font: normal 18px/18px Tahoma;
          text-decoration: none;
          display: block;
          color: #000;
          padding: 0 25px 0 10px;
          border-radius: 7px;
          -moz-border-radius: 7px;
          -wekit-border-radius: 7px;
          behavior: url(/g/libs/pie/1.0.0/pie.htc);
          position: relative;
          background: #ffb93a; }
          .menu-mobile-wr .mobile-menu-in .menu-top > li > a span, .menu-mobile-wr .mobile-menu-in .menu-left > li > a span {
            display: block;
            padding: 4px 0 5px 10px; }
          .menu-mobile-wr .mobile-menu-in .menu-top > li > a:hover, .menu-mobile-wr .mobile-menu-in .menu-left > li > a:hover {
            color: #fff; }
        .menu-mobile-wr .mobile-menu-in .menu-top > li.s3-menu-allin-has > a, .menu-mobile-wr .mobile-menu-in .menu-left > li.s3-menu-allin-has > a {
          position: relative; }
          .menu-mobile-wr .mobile-menu-in .menu-top > li.s3-menu-allin-has > a:before, .menu-mobile-wr .mobile-menu-in .menu-left > li.s3-menu-allin-has > a:before {
            content: '';
            position: absolute;
            top: 50%;
            right: 10px;
            width: 11px;
            height: 7px;
            background: url(../menu-arrow-bot.png) 0 0 no-repeat;
            z-index: 1;
            margin-top: -4px; }
          .menu-mobile-wr .mobile-menu-in .menu-top > li.s3-menu-allin-has > a.s3-menu-allin-open:before, .menu-mobile-wr .mobile-menu-in .menu-left > li.s3-menu-allin-has > a.s3-menu-allin-open:before {
            -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 .menu-top > li ul, .menu-mobile-wr .mobile-menu-in .menu-left > li ul {
          display: none;
          margin: 0;
          padding: 0 0 0 20px;
          list-style: none; }
          .menu-mobile-wr .mobile-menu-in .menu-top > li ul li, .menu-mobile-wr .mobile-menu-in .menu-left > li ul li {
            margin: 0;
            padding: 5px 0 5px; }
          .menu-mobile-wr .mobile-menu-in .menu-top > li ul li a, .menu-mobile-wr .mobile-menu-in .menu-left > li ul li a {
            display: block;
            margin: 0;
            padding: 5px 10px 5px 0;
            font-size: 13px;
            color: #fff;
            text-decoration: none;
            line-height: normal; }

.menu-burger {
  position: fixed;
  left: 0;
  top: 0;
  width: 80px;
  height: 40px;
  text-transform: uppercase;
  background: #ffb93a;
  padding: 0;
  border: none;
  outline: none;
  z-index: 999;
  font-weight: 600;
  font-family: tahoma;
  color: #131313;
  display: flex;
  align-items: center;
  padding-right: 2px; }
  @media (min-width: 981px) {
  .menu-burger {
    display: none; } }
  .menu-burger .lines {
    height: 15px;
    position: relative;
    width: 24px;
    margin: 9px auto;
    border-top: 3px solid #131313;
    border-bottom: 3px solid #131313; }
    .menu-burger .lines:before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 6px;
      border-top: 3px solid #131313; }

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



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

html, body {
  min-width: 320px; }

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

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

.company-name {
  display: none; }

@media (max-width: 980px) {
  .nav-top {
    width: 100%; }

  .content .sidebar {
    width: 100%; }
    .content .sidebar .block-text {
      width: 100%;
      margin-top: 20px; }
    .content .sidebar .block-body {
      width: 100%;
      box-sizing: border-box; }
    .content .sidebar .nav-main {
      display: none; }

  .wrapper .clear-bot {
    height: auto; }

  .wrapper {
    margin: 0; }

  footer {
    width: 100%; }
    footer > aside {
      width: 100%; }
      footer > aside .pull-left {
        box-sizing: border-box; }
      .content {
        width: 100%;
        display: block; }
    .content tbody {
      display: block;
      width: 100%; }
    .content > tbody > tr {
      display: flex;
      flex-direction: column-reverse;
      width: 100%; }
      .content > tbody > tr .textbody {
        box-sizing: border-box;
        width: 100%;
        padding: 20px 20px 30px; }
        .content > tbody > tr .textbody .slider {
          box-sizing: border-box;
          width: 100%;
          background: none;
          padding: 0; }
        .content > tbody > tr .textbody .slider-container {
          width: 100%; }

  header {
    margin-top: 40px;
    height: auto; }
    header .pull-left {
      padding: 0; }
    header .logo {
      position: static;
      width: auto;
      height: auto;
      background-position: 50%; }
    header #shop2-cart-preview {
      position: fixed;
      top: 0;
      right: 50px;
      width: 40px;
      height: 40px;
      background: url('../cart_bg_2.png') bottom 9px right 9px no-repeat #ffb93a;
      overflow: hidden;
      z-index: 100; }
      header #shop2-cart-preview #cart {
        background: none; }
      header #shop2-cart-preview #cart_total_amount {
        position: absolute;
        top: 3px;
        left: 19px;
        z-index: 10;
        border-radius: 10px;
        padding: 2px;
        box-sizing: border-box;
        background: #000;
        color: #fff;
        font-size: 12px;
        font-weight: normal;
        line-height: normal;
        min-width: 18px;
        display: flex;
        align-items: center;
        justify-content: center; }
      header #shop2-cart-preview a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 20;
        background: none; }
    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: #ffb93a 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.active {
        background-color: #681438; }
        header .new-contacts-phone.active .new-contacts-phone-body {
          position: absolute;
          top: 100%;
          right: 0;
          width: 220px;
          font-size: 14px;
          background: #681438;
          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: #ffb93a 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: #681438; }
        header .new-contacts-address.active .new-contacts-address-body {
          position: absolute;
          top: 100%;
          right: 0;
          width: 237px;
          font-size: 14px;
          background: #681438;
          padding: 10px;
          text-align: right;
          color: #fff;
          display: block; }
          header .new-contacts-address.active .new-contacts-address-body a {
            color: #fff;
            text-decoration: none; } }
  @media (max-width: 980px) and (max-width: 480px) {
    .search-top {
      width: calc(100% - 40px);
      margin-left: 20px;
      margin-right: 20px; } }
    @media (max-width: 980px) and (max-width: 640px) {
      footer > aside .pull-left {
        width: 100%;
        padding: 20px 10px 10px; } }
    @media (max-width: 980px) and (max-width: 640px) {
      footer > aside .contacts-bot {
        width: 100%;
        float: none;
        padding: 0 10px 30px;
        box-sizing: border-box; } }
    @media (max-width: 980px) and (max-width: 640px) {
      footer > aside .pull-right {
        width: 100%;
        float: none;
        padding: 0 10px 20px;
        box-sizing: border-box; } }
    @media (max-width: 980px) and (max-width: 480px) {
    header .logo {
      -webkit-background-size: contain;
      background-size: contain; }
      header .logo a {
        width: 100%; } }

@media (max-width: 1024px) {
  .buy-one-click a {
    top: auto;
    bottom: 100px;
    -webkit-background-size: cover;
    background-size: cover; } }

.call-button {
  display: none !important; }

.site_logo_ad {
  display: none; }

#map a {
  font-size: 0; }

@media (max-width: 980px) {
  header .pull-right {
    display: none; }

  #wr_in {
    background: none; }

  #video {
    padding-top: 56%;
    height: auto;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50%; }

  .block-news {
    width: 100%; }

  .tpl-product-list-clothes-ver-2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
    .tpl-product-list-clothes-ver-2 .shop2-product-item {
      width: calc(33.3% - 20px);
      margin: 0 10px 20px;
      box-sizing: border-box; }

  table.main td.content {
    height: auto;
    padding: 20px; }

  table.main {
    background-position: 0 0; }

  div.path {
    padding: 0;
    margin-top: 20px;
    color: #fff; }
    div.path a {
      color: #fff; }
    div.path img {
      filter: invert(1); }

  #up_m {
    display: none; }

  #map {
    float: none;
    padding: 0;
    margin-top: 10px;
    width: 100%;
    text-align: center; }
    #map a.about {
      display: inline-block;
      color: #fff;
      font-size: 14px;
      width: auto;
      height: auto;
      float: none; }

  .nav-top ul {
    display: none; }

  #header {
    box-sizing: border-box; }
    #header #hd_text, #header #head-text {
      padding: 0;
      float: none;
      text-align: center;
      display: block;
      text-align: center;
      width: 100%;
      margin: 10px 0 0;
      height: auto; }

  .wrapper {
    max-width: 100%; }

  #header {
    height: auto;
    width: 100%;
    box-sizing: border-box; }

  .site_logo_ad {
    display: block; }
    .site_logo_ad .sn-logo {
      width: 100%;
      display: block;
      margin-bottom: 10px; }
    .site_logo_ad .desc {
      display: block;
      text-align: center;
      font-size: 13px;
      font-weight: normal;
      color: #ffb93a;
      text-transform: uppercase;
      letter-spacing: 1.5px; }
    .site_logo_ad .title {
      display: block;
      text-align: center;
      color: #fff;
      font-weight: bold;
      font-size: 26px;
      text-transform: uppercase;
      letter-spacing: 1px; }
    .site_logo_ad a {
      display: block;
      text-decoration: none; }

  #copy {
    padding: 0;
    text-align: center;
    float: none;
    margin-top: 20px; }

  #footer {
    padding: 20px;
    box-sizing: border-box; }

  #wrap {
    margin: 0; }

  #footer_dumm {
    height: auto; }

  #up_menu, .left_phone, #dw_m, #dw_address, #dw_phone, #left_m {
    display: none; }

  #container {
    display: flex;
    flex-direction: column-reverse;
    width: 100%; }

  #wr_in, #footer {
    width: 100%; }

  #container li.left-side, #container li.right-side {
    width: 100%; }
    #container li.left-side div.picture, #container li.right-side div.picture {
      height: auto;
      padding-top: 27%;
      -webkit-background-size: cover;
      background-size: cover; }

  h1 {
    font-size: 26px; }

  #livnevaya, .zb_kartinka {
    height: auto !important;
    padding-top: 27% !important;
    -webkit-background-size: cover !important;
    background-size: cover !important; }

  #foot_in {
    width: 100%;
    height: auto; }

  #footer {
    background: #444;
    height: auto; }

  .xz_4o_za_block {
    display: none; }

  .left-side {
    padding: 20px;
    box-sizing: border-box; }

  table.addit td.height-fix, table.left_m td.fix-height {
    display: none; }

  .site_counters {
    margin-bottom: 20px !important; }

  .anketa-wrapper {
    max-width: 100%; }

  #container li.right-side {
    float: none;
    padding: 20px;
    box-sizing: border-box; }

  #path-box {
    display: none; }

  .product-card .image {
    height: auto; }

  #shop2-cart #shop2-cart-page td.shop2-cart-price + td.shop2-cart-price {
    display: none; } }
  @media (max-width: 980px) and (max-width: 480px) {
    .tpl-product-list-clothes-ver-2 {
      margin: 0; } }
    @media (max-width: 980px) and (max-width: 640px) {
    .tpl-product-list-clothes-ver-2 .shop2-product-item {
      width: calc(50% - 20px); } }
    @media (max-width: 980px) and (max-width: 480px) {
    .tpl-product-list-clothes-ver-2 .shop2-product-item {
      width: 100%;
      margin: 0 0 20px; } }
  @media (max-width: 980px) and (max-width: 480px) {
    #livnevaya, .zb_kartinka {
      padding-top: 40% !important; } }

@media (max-width: 640px) {
  .product-card .side-left {
    width: 100%;
    float: none;
    margin: 0 0 30px; }

  .product-card .image {
    width: 100%; }

  #shop2-alert.shop2-alert-cart {
    box-sizing: border-box;
    margin-right: 30px; }

  #shop2-alert.shop2-alert-cart .shop2-alert-close {
    display: block;
    margin-top: 10px; }

  .product-card .product-bot {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between; }
    .product-card .product-bot .price {
      order: -1;
      width: 100%; }
    .product-card .product-bot .buy-one-click {
      padding: 0; }
      .product-card .product-bot .buy-one-click a {
        padding: 10px; }

  div.product-desc div.shop-tabs {
    padding: 0; }

  .highslide-container table {
    width: calc(100% - 40px) !important;
    left: 20px !important; }

  .highslide-container #sandbox_theme_panel_1237108 {
    display: none !important; }

  .highslide-wrapper {
    left: 30px !important;
    right: 30px !important;
    width: calc(100% - 60px) !important; }
    .highslide-wrapper .highslide-image {
      width: 100% !important;
      height: auto !important; }

  .highslide-html {
    width: 100% !important; }
    .highslide-html > div {
      width: 100% !important; }
      .highslide-html > div .gr-form {
        padding: 0; }
        .highslide-html > div .gr-form input, .highslide-html > div .gr-form textarea, .highslide-html > div .gr-form select {
          max-width: 100%; }
    .highslide-html .highslide-body {
      width: 100% !important; }

  #order-form input[type=text], #order-form textarea, #shop2-order-receipt-pd4 input[type=text], #shop2-order-receipt-pd4 textarea {
    max-width: 100%;
    box-sizing: border-box; } }
  @media (max-width: 640px) and (min-width: 376px) {
    .product-card .thumbnail .images-box {
      width: 300px; } }

@media (max-width: 480px) {
  #shop2-cart #shop2-cart-page td.shop2-cart-body + td.shop2-cart-price {
    display: none; } }

iframe {
  max-width: 100%; }

@media (max-width: 767px) {
    table.shop2-cart-total {
      display: block; }
      table.shop2-cart-total tbody {
        display: block; }
      table.shop2-cart-total tr {
        display: block;
        border-bottom: 1px solid #eee;
        text-align: right; }
        table.shop2-cart-total tr td, table.shop2-cart-total tr th {
          display: inline-block;
          vertical-align: top;
          padding-right: 0 !important;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: none;
          height: auto;
          padding: 5px 0; }
      table.shop2-cart-total td:first-child {
        display: block;
        width: 100%;
        font-size: 0;
        padding: 0 0 1px;
        text-align: left; }
      table.shop2-cart-total .shop2-coupon {
        width: 100%;
        margin-bottom: 5px;
        min-width: 288px; }
        table.shop2-cart-total .shop2-coupon .coupon-body {
          padding-left: 10px; }
        table.shop2-cart-total .shop2-coupon .coupon-arrow {
          display: none; }
        table.shop2-cart-total .shop2-coupon .coupon-label {
          width: 50px; } }

@media (max-width: 530px) {
    .shop2-coupon .coupon-id {
      position: relative;
      top: auto;
      left: auto;
      right: auto; } }

@media (max-width: 530px) {
    table.shop2-cart-total .shop2-coupon {
      height: auto; } }

.shop2-cart-table > tbody > tr, #shop2-cart #shop2-cart-page > tbody > tr {
  display: flex;
  width: 100%; }
  .shop2-cart-table > tbody > tr td, #shop2-cart #shop2-cart-page > tbody > tr td {
    flex: auto;
    display: flex;
    align-items: center; }
  .shop2-cart-table > tbody > tr:first-child, #shop2-cart #shop2-cart-page > tbody > tr:first-child {
    display: none; }
    .shop2-cart-table > tbody > tr:first-child th, #shop2-cart #shop2-cart-page > tbody > tr:first-child th {
      font-size: 0; }
    .shop2-cart-table > tbody > tr:first-child th:not(:first-child), #shop2-cart #shop2-cart-page > tbody > tr:first-child th:not(:first-child) {
      padding: 0; }
    .shop2-cart-table > tbody > tr:first-child th:first-child, #shop2-cart #shop2-cart-page > tbody > tr:first-child th:first-child {
      font-size: 14px;
      display: block;
      width: 100%;
      box-sizing: border-box; }
    .shop2-cart-table > tbody > tr:first-child th:nth-child(2), #shop2-cart #shop2-cart-page > tbody > tr:first-child th:nth-child(2) {
      display: none; }
  .shop2-cart-table > tbody > tr td:nth-child(2), #shop2-cart #shop2-cart-page > tbody > tr td:nth-child(2) {
    display: none; }
    .shop2-cart-table > tbody > tr td.cart-amount .shop2-product-amount, #shop2-cart #shop2-cart-page > tbody > tr td.cart-amount .shop2-product-amount {
      width: 32px; }
      .shop2-cart-table > tbody > tr td.cart-amount .shop2-product-amount button, #shop2-cart #shop2-cart-page > tbody > tr td.cart-amount .shop2-product-amount button {
        display: none; }
      .shop2-cart-table > tbody > tr td.cart-amount .shop2-product-amount input, #shop2-cart #shop2-cart-page > tbody > tr td.cart-amount .shop2-product-amount input {
        margin: 0; }
  .shop2-cart-table > tbody > tr .cart-product .cart-product-image, #shop2-cart #shop2-cart-page > tbody > tr .cart-product .cart-product-image {
    display: none !important; }

.shop2-pricelist div.tr .th {
  font-size: 0; }
  .shop2-pricelist div.tr .th.column-name {
    font-size: 14px; }
  .shop2-pricelist div.tr .th.column-options {
    display: none; }
  .shop2-pricelist form.shop2-product-item.tr div.td.column-options {
    display: none; }
  .shop2-pricelist form.shop2-product-item.tr div.td.column-amount .shop2-product-amount {
    width: 38px; }
    .shop2-pricelist form.shop2-product-item.tr div.td.column-amount .shop2-product-amount button {
      display: none; }
