#sandbox_theme_panel_356300 {
  width: 100px !important;
  top: auto !important;
  bottom: 0 !important;
  right: 0 !important;
  left: inherit !important;
  font-size: 11px !important; }

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

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

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

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

@media (min-width: 991px) {
  footer .footer_in .skorbim {
    font-size: 0; }

  .content table {
    width: 100% !important; } }

@media (max-width: 990px) {
  p > ymaps {
    width: 100% !important; }

  .content table {
    width: 100% !important; }

  .wrapper .wrapper_in, footer .footer_in {
    width: auto; }

  body {
    -ms-word-break: break-word;
    word-break: break-word; }

  header {
    margin-top: 40px;
    text-align: center; }
    header:before {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      height: 40px;
      content: '';
      background: #fff;
      z-index: 100;
      border-bottom: 1px solid #94865e; }
    header .new-contacts-phone {
      position: fixed;
      left: 0;
      top: 0;
      display: block;
      z-index: 101;
      height: 40px;
      right: 0; }
      header .new-contacts-phone a {
        text-decoration: none;
        display: block;
        padding: 7px 5px 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      header .new-contacts-phone p {
        margin: 0; }
      header .new-contacts-phone .mob_none {
        display: none; }
    header .contacts {
      display: none; }
    header .logo {
      position: relative; }
    header .slog {
      width: 420px;
      left: 50%;
      margin-left: -150px;
      -webkit-background-size: 100% 100%;
      background-size: 100% 100%; }

  .middle {
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    flex-direction: column; }
    .middle aside.sideLeft {
      display: none; }
    .middle .content {
      padding: 0; }
    .middle aside.sideRight {
      order: 3;
      width: auto;
      margin: 10px 0;
      float: none; }

  .movingBoxes {
    width: 100% !important; }

  footer .footer_in .skorbim {
    text-align: center;
    width: auto;
    height: 70px;
    margin: 10px 0 0 0;
    font-size: 0;
    background: url(../title_scor.png) 50% 50% no-repeat;
    position: relative; }

  .mb-slider, .mb-scroll {
    width: 100%; }

  a.mb-scrollButtons {
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px; }
    a.mb-scrollButtons.mb-left {
      left: 0;
      background: #fff url(../slider_controls.png) 8px 6px no-repeat; }
      a.mb-scrollButtons.mb-left:hover {
        background: #fff url(../slider_controls.png) 8px 6px no-repeat; }
    a.mb-scrollButtons.mb-right {
      right: 0;
      background: #fff url(../slider_controls.png) -25px 6px no-repeat; }
      a.mb-scrollButtons.mb-right:hover {
        background: #fff url(../slider_controls.png) -25px 6px no-repeat; }

  header .new-contacts-phone {
    padding-right: 60px; }
    header .new-contacts-phone a {
      display: inline-block;
      position: relative;
      padding-left: 25px;
      background: url(../tel-logo-white.png) no-repeat 0 50%; }

  footer .footer_in .slider {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    footer .footer_in .slider a.mb-scrollButtons.mb-left {
      left: -40px; }
    footer .footer_in .slider a.mb-scrollButtons.mb-right {
      right: -40px; } }

@media (min-width: 571px) {
  .slogan-site {
    display: none; } }

@media (max-width: 570px) {
  body {
    background: #fff; }

  .bg {
    display: none; }

  header {
    height: auto;
    background: #fff;
    padding: 4px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    header .slog {
      display: none; }
    header .slogan-site {
      display: none;
      margin-top: 10px; }

  .wrapper .top_bg, .wrapper .top_bg_top {
    background: none; } }
/*-----------------------------------------------*/
.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: #94865e 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: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .menu-mobile-wr .mobile-menu-in {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    transform: translateX(-100%);
    transition: all 0.3s ease;
    width: 250px;
    text-align: left; }

.menu-burger {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 40px;
  background: #94865e;
  padding: 0;
  border: none;
  outline: none;
  z-index: 999;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase; }
  @media (min-width: 991px) {
  .menu-burger {
    display: none; } }
  .menu-burger .lines {
    display: none;
    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; }



@media (max-width: 480px) {
  input, textarea {
    width: 100%;
    max-width: 100%; }

  header {
    background: url(../center_head.png) 50% 100% no-repeat;
    padding-bottom: 230px;
    position: relative; }
    header:after {
      position: absolute;
      content: '';
      right: 0;
      left: 0;
      top: 46px;
      bottom: 0;
      background: url(../af_head.png) 100% 0 no-repeat, url(../bef_head.png) 0 0 no-repeat;
      z-index: -1; } }

@media (max-width: 440px) {
  footer .footer_in .skorbim {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; } }

@media (max-width: 360px) {
  header:after {
    display: none; } }

@media (min-width: 481px) and (max-width: 768px) {
  header {
    background: #fff;
    padding-bottom: 200px;
    position: relative;
    height: auto;
    z-index: 2; }
    header:after {
      position: absolute;
      content: '';
      right: 0;
      left: 0;
      top: 46px;
      bottom: 0;
      background: url(../adap__head.png) 50% 50% no-repeat;
      z-index: -1; }
    header .slog {
      display: none; } }

@media (max-width: 640px) {
    .content > ymaps {
      width: 100% !important; } }
