@media (max-width: 768px) {
  .contact-bg-gray {
    padding: 30px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .page-title {
    margin-top: 60px !important;
  }

  #page-title {
    margin-bottom: 40px !important;
  }

  .contacts_map {
    padding-top: 0 !important;
    margin-bottom: 40px !important;
  }

  .footer-mt-pt {
    margin-top: 73px !important;
  }

  .contact-bg-gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-bg-gray__wrapper {
    padding-bottom: 0 !important;
  }

  .contact-bg-gray__tel {
    margin-bottom: 12px;
  }
}

@media (min-width: 1440px) and (max-width: 1919px) {

}

@media (width: 1280px) {
  .contacts_map_create_route {
    left: 120px;
  }
}

.title-contact-row {
  margin-bottom: 5px !important;
}

@media (min-width: 1920px) {
  .contacts_dropdown_wrapper {
    margin-left: 17px;
  }
  .contacts_info_adress ol li:first-of-type {
    text-transform: unset;
  }
}