@media screen and (max-width: 650px) {
  .mobile {display: block;}
  .notmobile {display: none;}

  #container-left {
    display: none;
    position: absolute;
    top: 0;
    left: -60vw;
    width: 60vw;
    background: #2B2A28;
    z-index: 100;
    padding: 3vw 0 2vw 3vw;
    margin-top: 13vw;
  }

  #container-right {
    width: 100%;
    padding: 0;
  }

  .wrapper {
    width: 100vw;
    height: 100vh;
    max-width: 100%;
  }

  #content {
    box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 110px;
  }

  #footer {
    height: 110px;
    margin-top: -110px;
  }

  #footer .social {
    text-align: center;
    padding-top: 1vw;
  }

  #footer .social a {
    width: 28px;
    height: 28px;
    margin: 0 4px;
    filter: grayscale(1) brightness(2);
  }

  #header {
    height: 13vw;
    padding: 2vw;
    box-sizing: border-box;
    background: #2B2A28;
    color: white;
  }

  #header .left {float: left;}
  #header .right {float: right;}

  #header ul li {
    display: inline-block;
    font-size: 3vw;
    padding-right: 5px;
    text-align: center;
    position: relative;
    top: -3px;
  }

  #header ul li a {
    color: white;
    text-decoration: none;
  }

  #header ul li .title {
    margin-bottom: 1vw;
  }

  #header ul li img {
    width: 7vw;
    height: 5vw;
  }

  #header .logo img {
    height: 10vw;
  }


  #main_title {
    background: #2B2A28;
    color: #FEFEFE;
    padding: 0.7vw;
    font-size: 1.5vw;
    text-transform: uppercase;
    margin-bottom: 1vw;
  }

  /* LEFT */
  #container-left .logo {
    display: none;
  }

  ul#menu {
    margin: 2vw 0 5vw;
    font-size: 8vw;
    color: #fefefe;
  }

  ul#menu li {
    margin-top: 0.5rem;
    text-transform: uppercase;
  }

  ul#menu li a {
    color: inherit;
    text-decoration: none;
  }

  ul#menu li.active a {
    color: #E31E25;
  }

  #submenu {
    margin-top: 6.3vw;
    margin-bottom: 1vw;
  }

  #submenu .title {
    color: #2B2A28;
    background: #ebedec;
    margin: 2vw 3vw 0 0;
    height: 7vw;
    line-height: 7vw;
    font-size: 6vw;
    cursor: pointer;
  }

  #submenu .title:hover,
  #submenu .title.active {
    background: #ebedec;
  }

  #submenu .title img {
    float: left;
    width: 8.75vw;
    height: 7vw;
    margin-right: 1vw;
    border-right: 1px solid #2B2A28;
    padding: 0;
  }

  #submenu .block {
    margin-right: 3vw;
    margin-top: 1vw;
    padding: 0.5vw;
    border: 0;
    border-top: 0;
    text-align: center;
    font-size: 3vw;
    display: none;
    color: #2a2a28;
    background: #ebedec;
  }

  #phones div.vel,
  #phones div.mts,
  #phones div.city,
  #phones div.email {
    font-size: 1.2em;
    line-height: 1.5rem;
  }

  #submenu #phones div.vel,
  #submenu #phones div.mts,
  #submenu #phones div.city,
  #submenu #phones div.email {
    color: white;
  }

  #submenu #phones .img {
    display: none;
    width: 20px;
  }
  #submenu #phones span img {
    width: 17px;
    height: 17px;
    position: relative;
    top: 4px;
  }


  #container-left .social a {
    display: inline-block;
    width: 7vw;
    height: 7vw;
    margin-right: 2vw;
    background-size: cover;
  }

  .social a:hover {
    background-position-y: initial;
  }

  .social .vk {
    background-image: url('../../images/social/vk.png');
  }

  .social .fb {
    background-image: url('../../images/social/fb.png');
  }

  .social .inst {
    background-image: url('../../images/social/inst.png');
  }

  /* Footer */
  #footer {
    padding: 1vw 5vw;
    box-sizing: border-box;
    background: #2B2A28;
    color: white;
  }

  #footer .left {
    float: left;
    width: 25vw;
  }

  #footer .logo img {
    width: 9vw;
    padding-top: 0.5vw;
  }

  #footer .center {
    float: left;
    font-size: 1vw;
    line-height: 1.2vw;
  }

  #footer .center a {
    color: inherit;
    text-decoration: none;
  }

  #footer .center a:hover {
    text-decoration: underline;
  }

  #footer .right {
    float: right;
    font-size: 1.3vw;
  }

  #footer .right span.vel,
  #footer .right span.mts {
    display: inline-block;
    margin-bottom: 0.3vw;
  }

  #footer .right span.phone {
    font-size: 1.6vw;
  }

  #footer .right .img {
    display: inline-block;
    width: 2vw;
    text-align: center;
    margin-top: 0.3vw;
  }

  #footer .right span img {
    height: 1vw;
  }

  #footer .phone div {
    position: relative;
    left: 8px;
  }
  #footer .phone a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    font-size: x-large;
    margin-top: 5px;
  }

  #footer .phone {
    margin: 5px 0 10px;
  }

}
