/* fonts */
.menu__info-image {
  max-width: 100%;
  margin: auto;
}

.menu__info-text,
.menu__info-span {
  font-family: 'Moscow_Sans';
  font-style: normal;
  font-weight: 500;
  color: #ccc;
}

.menu__info-text--link,
.menu__info-text {
  margin-bottom: 1.3rem;
  display: block;
  text-decoration: none;
}

.menu__info-text:last-child {
  margin-bottom: 0rem;
}

.menu__info-text,
.menu__info-span,
.menu__info-text--link {
  text-align: left;
  width: 100%;
}

.menu__info-text--link,
.menu__info-span {
  font-weight: bold;
}

/* main */
.menu__info-service {
  min-width: 320px;
  max-width: 100%;
  padding: 1.4rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* common */
.menu__info-service-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}

.menu__info-service-map {
  width: 100%;
  display: flex;
  margin-bottom: 1.3rem;
}

.menu__info-service-icon {
  position: absolute;
}

/* adres2 */
.menu__info-service--adres2 {
  padding: 0rem 2rem;
}

/* phone  */
.menu__info-service-row--phone {
  margin-top: 3rem;
  padding: 0rem 8rem;
}

.menu__info-service-row--phone-inner {
  margin-left: 2.5rem;
  position: relative;
  white-space: nowrap;
}

.menu__info-service-icon--clock,
.menu__info-service-icon--phone {
  top: 50%;
  transform: translate(-50%, -50%);
}

.menu__info-service-icon--phone {
  left: -3rem;
}

/* clock */
.menu__info-service-row--clock {
  margin-top: 4rem;
  white-space: nowrap;
}

.menu__info-service-row--clock-inner {
  position: relative;
  margin-left: 5.5rem;
}

.menu__info-service-icon--clock {
  left: -3rem;
}

/* ======================================================= */
/* ======================== media ======================== */
/* ======================================================= */

@media screen and (min-device-width: 0px) and (max-device-width: 320px) {
  body {
    font-size: 12px;
  }

  .menu__info-text--link,
  .menu__info-text {
    margin-bottom: 1.0rem;
    display: block;
    text-decoration: none;
  }

  /* main */
  .menu__info-service {
    min-width: 320px;
    max-width: 100%;
    padding: 1.0rem 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }


  /* phone  */
  .menu__info-service-row--phone {
    margin-top: 1rem;
    padding: 0rem 8rem;
  }

  /* clock */
  .menu__info-service-row--clock {
    margin-top: 1rem;
    white-space: nowrap;
  }

}


/* moto G4 and Galaxy S5 */
@media screen and (min-device-width: 360px) and (max-device-height: 640px) {
  .menu__info-text--link,
  .menu__info-text {
    margin-bottom: 0.5rem;
  }
}

/* iPhone 6/7/8 */
@media screen and (min-device-width: 375px) and (max-device-height: 667px) {
  body {
    font-size: 14px;
  }
}

@media screen and (min-device-height: 737px) and (max-device-height: 812px) {
  body {
    font-size: 16px;
  }
}

@media screen and (min-device-width: 812px) and (max-device-height: 375px) {
  body {
    font-size: 16px;
  }
}

@media screen and (min-device-width: 768px) {
  body {
    font-size: 18px;
  }

  .menu__info-text--link,
  .menu__info-text {
    margin-bottom: 2.0rem;
  }

  /* main */
  .menu__info-service {
    padding: 1rem;
  }

  /* phone  */
  .menu__info-service-row--phone {
    margin-top: 4rem;
    padding: 0rem 8rem;
  }

  /* clock */
  .menu__info-service-row--clock {
    margin-top: 4rem;
    white-space: nowrap;
  }
}
