.mobile {
  display: none;
}
.desktop {
  display: block;
}
@media (min-width: 863px) and (max-width: 1293px) {
  .product_bloc.open-texnical {
    position: relative;
    margin-left: 447px;
    margin-top: 15px;
  }
}

@media (max-width: 687px) {
  .logo + .main_navigation {
    padding-top: 15px;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .logo {
    width: calc(100% - 30px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-header {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    z-index: 2;
  }
  .mobile-header .hamburger {
    background: #292929;
    width: 40px;
    box-sizing: border-box;
    height: 25px;
    position: relative;
  }
  .mobile-header .hamburger:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 40%;
    height: 2px;
    top: 7px;
    right: 6px;
    margin: auto;
    box-sizing: border-box;
  }
  .mobile-header .hamburger span {
    position: absolute;
    background: #fff;
    width: 60%;
    height: 2px;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
    box-sizing: border-box;
  }
  .mobile-header .hamburger:after {
    content: '';
    position: absolute;
    background: #fff;
    width: 20%;
    height: 2px;
    bottom: 7px;
    right: 6px;
    margin: auto;
    box-sizing: border-box;
  }
  .mobile-header .phone {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 14px;
    color: #000000;
    text-decoration: none;
    margin-top: 5px
  }
  .mobile-header img{
    width: 23px
  }
  .bloc_categories_and_products {
    width: calc(100% - 30px);
    height: auto;
  }
  .bloc_categories_and_products .nav_categories {
    width: 100%;
    margin-top: 15px;
    height: auto;
  }
  .bloc_categories_and_products .nav_categories li a {
    font-size: 20px;
  }
  .bloc_categories_and_products .nav_categories:nth-of-type(2) {
    padding-top: 15px;
  }
  .product_bloc {
    width: 260px;
    margin: 15px auto 30px auto;
    background: #fff !important;
    padding-top: 40px;
    height: auto;
    display: block;
  }
  .product_bloc img {
    max-width: 100%;
    margin-bottom: 30px;
  }
  nav.main_navigation {
    margin-top: 15px;
    width: calc(100% - 30px);
    padding-top: 70px;
    height: auto;
  }
  nav.main_navigation li a {
    font-size: 20px;
  }
  .text-blok {
    width: calc(100% - 30px);
    margin-top: 15px;
  }
  .half {
    width: 100%;
    padding: 0;
    border: none;
  }
  .contats_form textarea {
    max-width: 230px;
    min-width: 230px;
    width: 230px;
    box-sizing: border-box;
    margin: 0;
  }
  .btn_blue {
    margin: 15px;
    width: 64px;
    height: 64px;
    background-size: 60%;
  }
}
@media (max-width: 560px) and (max-height: 815px) {
  .logo {
    width: 260px !important;
    height: 260px !important;
    margin-left: auto;
    margin-right: auto;
  }
  nav.main_navigation {
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .text-blok {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .mobile-header {
    width: 260px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 15px;
  }
  .bloc_categories_and_products {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .bloc_categories_and_products .nav_categories {
    width: 260px !important;
    height: 260px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
/*# sourceMappingURL=mobile.css.map */