@media screen and (max-width: 650px) {

  /* Contacts */

  #contacts #block #map {
    height: 240px;
  }

  #contacts #block .text {
    float: none;
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
  }

  #contacts #block .text {
    float: none;
    width: 100%;
    padding: 0;
    font-size: 8vw;
    line-height: 9vw;
    text-align: center;
  }

  #contacts #block .image {
    float: none;
    width: 100%;
  }

  #contacts #block .phones span.phone {
    font-size: 11vw;
  }

  #contacts #block .phones span.vel,
  #contacts #block .phones span.mts {
    display: block;
    margin-bottom: 1vw;
    font-size: 9vw;
    line-height: 10vw;
    margin-left: -1vw;
  }

  #contacts #block .phones .img {
    display: inline-block;
    width: 7vw;
    text-align: center;
    margin-top: 0;
  }

  #contacts #block .phones span img {
    height: 6vw;
  }

}

