

/* Start:/local/assets/css/hr/contacts.css?17157415892570*/
.sm-display {
  display: none;
}
.contacts-wrapper {
  margin-top: 174px;
}
.contacts-block {
  margin-top: 32px;
  display: flex;
  gap: 67px;
}
.contacts-block__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.content-list__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.content-list__item-icon {
  width: 48px;
  height: 48px;
  padding: 12px;
  border-radius: 8px;
  background: var(--hr-colors-turquoise);
}
.content-buttons {
  margin-top: 72px;
  width: 418px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.content-buttons__requisites {
  outline-color: #fff;
  color: #fff;
}
.content-buttons__requisites:hover {
  outline-color: #fff !important;
}
.contacts-block__map {
  height: 456px;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

.road__wrapper {
display: flex;
gap: 40px;
}

.road__wrapper img {
  border-radius: 24px;
}
.road__content {
  max-width: 652px;
}
.road__content span {
  color: var(--hr-colors-turquoise);
}



/* Yandex maps */
.ymaps3x0--map-copyrights__container {
  display: none;
}
.ymaps3x0--controls {
  z-index: 1;
}
.ymaps3x0--controls_vertical>.ymaps3x0--control {
  transform: scale(.8);
  z-index: 2;
}
.ymaps3x0--controls_right.ymaps3x0--controls_center {
  z-index: 2;
}
.icon-marker {
  position: relative;
  animation: pinAnimation 1s ease-in-out alternate infinite;
  margin-top: -100%;
  margin-left: -70%;
}


@keyframes pinAnimation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(-30px);
  }
}
/* END yandex maps */

@media screen and (max-width: 992px) {
  .contacts-wrapper {
    margin-top: 120px;
  }
  .contacts-block {
    flex-direction: column;
  }
  .content-buttons {
    width: 100%;
  }
  .content-buttons a {
    width: 100%;
  }
  .road__wrapper {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 480px) {
  .sm-display-none {
    display: none;
  }
  .sm-display {
    display: block;
  }

  .contacts-wrapper {
    margin-top: 120px;
    width: 100%;
  }
  .contacts-wrapper h2 {
    font-size: 36px;
  }
  .contacts-block {
    flex-direction: column;
    gap: 32px;
  }
  .content-buttons {
    width: 100%;
    margin-top: 24px;
  }
  .contacts-block__map {
    height: 268px;
  }
  .route-btn {
    width: 100%;
    margin-top: 24px;
  }

  .road h3 {
    font-size: 32px;
  }
  .road__wrapper {
    gap: 24px;
    flex-direction: column;
  }
  .road__content h5 {
    font-size: 20px;
    font-weight: 600;
  }

  footer {
    margin-top: 130px !important;
  }
}

/* End */
/* /local/assets/css/hr/contacts.css?17157415892570 */
