.b-contacts__map {
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 352px;
  max-height: 352px;
  overflow: hidden;
  -webkit-transform: perspective(50px);
  transform: perspective(50px); }
  @media only screen and (max-width: 1200px) {
    .b-contacts__map {
      max-width: 301px;
      max-height: 301px; } }
  @media only screen and (max-width: 991px) {
    .b-contacts__map {
      border-radius: 0;
      margin-bottom: 30px;
      max-width: 100%; } }

.place {
  padding: 80px 0 60px; }
  @media only screen and (max-width: 991px) {
    .place {
      padding: 60px 0 40px; } }
  @media only screen and (max-width: 767px) {
    .place {
      padding: 30px 0 30px; } }
  .place__text {
    font: 300 26px/154% "Stem", sans-serif; }
    @media only screen and (max-width: 991px) {
      .place__text {
        font: 300 24px/154% "Stem", sans-serif; } }
    @media only screen and (max-width: 767px) {
      .place__text {
        font: 300 16px/154% "Stem", sans-serif; } }
    .place__text a {
      color: #5099f6; }
