#mobileMenu,
aside {
  display: none;
}

@media only screen and (max-width: 1250px) {
  body {
      min-width: 800px;
  }
  main .center,
  .center {
      width: 800px;
  }
  main .model .center {
      width: 800px;
  }
  nav menu li a {
      margin: 0px 5px;
  }
  main .slyder .owl-carousel .owl-item img {
      max-width: 650px;
  }
  main .items {
      margin-left: 0px;
      width: 100%;
  }
  main .model {
      margin-left: 0px;
  }
  main .model .text {
      width: 390px;
  }
  footer .contacts {
      display: none;
  }
}

@media only screen and (max-width: 800px) {
  body {
      min-width: 300px;
  }
  main .center,
  .center {
    width: calc(100% - 30px);
    overflow: hidden;
  }
  header {
    display: none;
  }
  nav {
    display: none;
  }
  .banner {
    display: none;
  }
  .content {
    padding: 0px 3%;
  }
  .content img {
    max-width: 100%;
    height: auto !important;
  }
  .content table img {
    max-width: unset;
  }
  footer {
    height: auto;
    padding-bottom: 20px;
  }
  footer .lb {
    width: 100%;
    text-align: center;
  }
  .feedback .g-recaptcha {
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
  }
  #mhead {
    display: block;
    margin-top: 65px;
    text-align: center;
  }
  #mhead img {
    width: 50%;
  }
  #mobileMenu {
    display: block;
    float: left;
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #a11b5a;
    background-color: #fff;
    position: fixed;
    top: 0px;
    z-index: 2;
  }
  #mobileMenu .menu {
    float: left;
    width: 35px;
    height: 30px;
    margin-top: 17px;
    margin-left: 20px;
    cursor: pointer;
  }
  #mobileMenu .menu div {
    width: 100%;
    height: 6px;
    background-color: #a11b5a;
    margin-bottom: 6px;
  }
  #mobileMenu .menu div:nth-child(1) {
    transition: 0.3s;
  }
  #mobileMenu .menu div:nth-child(3) {
    transition: 0.3s;
  }
  #mobileMenu .menu.open div:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 13px;
    transition: 0.3s;
  }
  #mobileMenu .menu.open div:nth-child(2) {
    opacity: 0;
  }
  #mobileMenu .menu.open div:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -24px;
    transition: 0.3s;
  }
  #mobileMenu .filter {
    float: left;
    width: 35px;
    height: 30px;
    margin-top: 10px;
    cursor: pointer;
    margin-left: 10px;
  }
  #mobileMenu .logo {
    float: right;
    background: url(/images/logo.jpg) no-repeat center;
    background-size: contain;
    width: 170px;
    height: 45px;
    margin-right: 10px;
    margin-top: 8px;
  }
  #mobileMenu .phone {
    float: right;
    width: 190px;
    box-sizing: border-box;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 2px;
    font-size: 17px;
    color: #a11b5a;
    font-weight: bold;
    text-align: right;
    margin-right: 9px;
    clear: both;
  }
  aside {
    position: fixed;
    top: 65px;
    width: 100%;
    background: #fff;
    z-index: 100;
    max-height: 0px;
    overflow: hidden;
    overflow-y: scroll;
    display: block;
    transition: 0.3s;
  }
  aside.open {
    
  }
  aside ul {
    list-style: none;
    font-size: 18px;
    padding: 0px 20px;
    line-height: 30px;
    margin: 15px 0px;
  }
  aside .catmenu {
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 120px;
  }
  aside .catmenu li a {
    color: #f8aa45;
  }
  aside ul li a {
    text-decoration: none;
    color: #0c0c0c;
  }
  aside ul li a.active {
    color: #a11b5a;
  }
  main {
    margin-top: 40px;
  }
  main .slyder .owl-carousel .owl-item img {
    max-width: 90%;
  }
  main .items a {
    width: 100%;
    max-width: 296px;
  }
  main .model .center {
    width: 100%;
  }
  main .model .bfoto {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  main .model .text {
    margin-top: 20px;
    margin-left: 0px;
    width: 100%;
  }
  main .photos {
    text-align: center;
  }
  main .photos img {
    max-width: 100%;
  }
  main .bam {
    width: 100%;
  }
  .news article .img {
    width: 100%;
    margin-right: 0px;
  }
  .fancybox-slide .message {
      width: 300px;
  }
  footer .logos,
  footer menu,
  footer .contacts {
    display: none;
  }
  #call {
	position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url("/svgimages/svgDraw.php?name=phone&color=$global_settings_color_43") no-repeat center;
    background-size: 22px;
    border: 5px solid $global_settings_color_43;
    border-radius: 25px;
  }
  #zzvon,
  section.slyder {
      display: none;
  }
  #goUp {
      display: none !important;
  }
  .images a {
      width: auto;
  }
}