.contacts {
  position: relative;
  margin: 0 0 30px 0; }
  .contacts__wrap {
    position: relative;
    width: 100%;
    background: url("/local/static/build/css/../pic/map3.png") no-repeat 50% 50%;
    background-size: contain;
    text-align: center; }
    @media only screen and (min-width: 1010px) {
      .contacts__wrap {
        height: 50%; } }
    @media only screen and (max-width: 500px) {
      .contacts__wrap {
        background: transparent; } }
  .contacts__city {
    position: relative;
    padding: 10% 0 8% 5%;
    margin: -8% 0 -6% 0;
  }
    .contacts__city:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (max-width: 450px) {
      .contacts__city {
        padding-left: 0; } }
  .contacts__city-block {
    display: block;
    text-align: left;
    float: left;
    width: 25%;
    padding: 0 30px 0 0; }
    .contacts__city-block:last-child {
      padding: 0; }
    .contacts__city-block:nth-child(5n) {
      clear: both; }
    @media only screen and (max-width: 870px) {
      .contacts__city-block {
        margin-bottom: 30px;
        width: 50%; }
        .contacts__city-block:nth-child(5n) {
          clear: none; }
        .contacts__city-block:nth-child(3n) {
          clear: both; } }
    @media only screen and (max-width: 450px) {
      .contacts__city-block {
        width: 100%;
        padding: 0;
        text-align: center;
        margin: 0; }
        .contacts__city-block:nth-child(3n) {
          clear: none; } }
    
.contacts__element {
    display: block;
    position: relative;
    margin: 0 0 15px 0;
    font: 400 20px/120% "Open Sans", sans-serif;
    text-decoration: none;
    margin: 0 10px 10px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
    font: 600 16px/120% "Open Sans", sans-serif;
    margin: 0 0 10px 0;
}
@media only screen and (max-width: 450px) {
    .contacts__element {
        margin: 0 0 10px 0; 
    } 
}

.contacts__element:hover .contacts-tip {
    display: block; 
}

@media only screen and (max-width: 800px) {
    .contacts__element:hover .contacts-tip {
        display: none; 
      } 
}

.contacts-tip {
    display: none;
    position: absolute;
    top: 150%;
    right: 5%;
    z-index: 1002;
    width: 275px;
    color: rgb(1, 85, 166);
    cursor: default;
    box-shadow: rgba(160, 160, 160, 0.55) 0px 0px 21px 1px;
    padding: 20px;
    background: linear-gradient(135deg, rgb(250, 255, 255) 0%, lightcyan 49%, rgb(215, 254, 255) 79%, rgb(217, 252, 255) 93%, rgb(229, 252, 255) 100%);
    border-radius: 3px;
}

.contacts-tip__city {
    font: 500 16px/120% "Open Sans", sans-serif;
    text-transform: uppercase;
    margin: 0 0 10px 0; }
  .contacts-tip__text-min {
    font: 400 14px/120% "Open Sans", sans-serif;
    margin: 0 0 8px 0; }
    .contacts-tip__text-min span {
      display: block;
      margin-bottom: 3px; }
  .contacts-tip__phone {
    margin-top: 20px; }
    .contacts-tip__phone span {
      display: inline-block;
      width: 100%; }
