

/* Start:/local/templates/verba/components/bitrix/news.detail/verba_contacts/style.css?17703906311179*/
.pt-contacts {
  margin-top: 0vh;
}

@media(max-width:768px) {
  .pt-contacts p {
    margin-bottom: var(--spacing-xs);
  }

  .pt-contacts p:last-child {
    margin-bottom: 0;
  }
}

.contacts-links {
  margin-bottom: 20px;
  font-size: 0
}

.contacts-links a {
  display: inline-block;
  margin-right: 38px;
  font-size: 20px;
  line-height: 30px;
  color: inherit;
  font-weight: 500
}

.contacts-right {
  margin: 0 6%
}

.contacts-right p {
  margin: 0
}

.map-view {
  width: 100%;
  min-height: 450px;
  margin-top: 73px;
  position: relative
}

.map-view.show {
  transform: scaleX(1);
  transition: transform .8s ease .2s
}

.map-view.show:before {
  transform: scaleX(0);
  transition: transform .8s ease .2s
}

.map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

@media screen and (min-width: 860px) {
  .contacts {
    display: flex;
  }

  .contacts-right {
    width: 49.3%;
    margin: var(--spacing-md) 0 0 10.7%
  }

  .contacts-right p {
    max-width: 32em
  }

  .map-view {
    width: 40%;
    height: auto;
    min-height: 0;
    margin: 0
  }
}
/* End */
/* /local/templates/verba/components/bitrix/news.detail/verba_contacts/style.css?17703906311179 */
