.contact-page {
  margin-bottom: 32px; }
  @media (min-width: 992px) {
    .contact-page {
      margin-bottom: 0; } }
  .contact-page__title {
    margin-bottom: 1.5rem;
    font-family: "Montserrat", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.1; }
    @media (min-width: 992px) {
      .contact-page__title {
        font-size: 1.75rem; } }
  .contact-page__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem;
    line-height: 1.25; }
    .contact-page__point:last-child {
      margin-bottom: 0; }
  .contact-page__icon {
    margin-right: 12px;
    width: 22px;
    min-width: 22px;
    height: 22px;
    color: #a35263; }
  .contact-page__link {
    display: block;
    margin-bottom: 0.5rem;
    color: #111111; }
    .contact-page__link:last-child {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .contact-page__link--phone {
        pointer-events: none; } }
  @media (max-width: 767px) {
    .contact-page__image {
      margin-top: 32px; } }

.template--left .product-item {
  margin-bottom: 32px; }

.template--left .download {
  margin-bottom: -16px; }
  @media (min-width: 1200px) {
    .template--left .download {
      margin-bottom: -32px; } }
