﻿@media screen and (max-width: 600px) {
  header{
    height: auto;
    margin-top: 0;
  }
  #bar{
    display: none;
  }
  .out_header {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    align-items: center;
    }
    main{
      width: 99vw;
    }
    section{
      margin: 0;
  margin-bottom: 0px;
margin-bottom: 0vh;
display: flex;
align-items: center;
flex-wrap: wrap;
width: 1223px;
    }
    .log{
      display: none;
    }
 
    .boximageviz, .boximagebags, .boximagelistovki, .boximagedisk, .boximagebox, .boxrollup, .boxplastikcard {
      width: 135px;
      height: 100px;
      background-size: 59px;
      background-position: center 20px;
    }
    .boximageviz:hover, .boximagebags:hover, .boximagelistovki:hover, .boximagedisk:hover, .boximagebox:hover, .boxrollup:hover, .boxplastikcard:hover{
      width: 130px;
      height: 100px;
      background-size: 59px;
      background-position: center 20px;

    }
    .boxplastikcard, .boxplastikcard:hover{
      width: 87vw;
    }
    .boximagebox,.boximagebox:hover{ width: 54vw;}
    .boxrollup,.boxrollup:hover{width: 22vw;}
    .boxout{font: 700 1.2em Roboto Condensed; justify-content: flex-start;}
    .outbox{
      height: 0;
    }

    .shapka{display: none;}

  }
  @media screen and (max-width: 1224px){
    #bar{display: none;}

  }