main {
  background-color: white;
  color: black;
  height: auto;
}

.new-place {
  height: 657px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.new-place__subheading {
  font-family: "Roboto Condensed";
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.139em;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 88px;
  margin-bottom: 19px;
  text-align: center;
}

.new-place__header {
  max-width: 658px;
  text-align: center;
  align-self: center;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 48px;
}

.new-place__photo {
  align-self: center;
  margin-top: 48px;
  margin-bottom: 86px;
}

.w25 {
  width: 25%;
}

.w75 {
  width: 75%;
}

.photo_points {
  width: 100%;
  border-radius: 18px;
}
.contact__header {
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  margin-top: 52px;
}

.contact {
  margin-left: 166px;
  margin-right: 167px;
}

.line {
  width: 100%;
  border: 1px solid #878787;
  margin-bottom: 52px;
}

.infolinia {
  margin-top: 48px;
  background-color: #FF8552;
  padding: 10px 34px;
  border-radius: 8px;
  width: 15%;
  cursor: pointer;
  display: flex;
  margin-bottom: 51px;
  justify-content: center;
}
.infolinia__text {
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: white;
}
.infolinia__description {
  width: 25%;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.03em;
  margin-bottom: 52px;
}

.service {
  display: flex;
  gap: 145px;
  margin-bottom: 64px;
}

.service__name {
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.02em;
  margin-top: 0;
}

.service__label {
  font-family: "Roboto Condensed";
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.139em;
  text-transform: uppercase;
  margin-bottom: 0;
}

.map__image {
  border-radius: 18px;
}

.phone,
.email,
.address,
.opening-hours {
  font-weight: 500;
  margin-top: 2px;
  margin-bottom: 20px;
}

.navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.navigation__header {
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.02em;
}

.navigation__description {
  text-align: center;
  margin-top: 46px;
  margin-bottom: 27px;
}

.map__link--primary {
  background-color: #FF8552;
  border-radius: 8px;
  width: 253px;
  height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 20px;
  margin-bottom: 48px;
  border: 1px solid #FF8552;
}

.map__link--primary:hover {
  background-color: black;
  border: 1px solid #FF8552;
}

.company-data__label {
  font-family: "Roboto Condensed";
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.139em;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 88px;
  margin-bottom: 19px;
  text-align: center;
}

.company-data {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 192px;
}

.maps__map {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.map__city {
  margin-top: 0;
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 33px;
}

.map__description {
  margin-top: 46px;
  font-size: 18px;
  line-height: 26px;
  max-width: 85%;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .w100 {
    width: 100% !important;
  }

  .w94 {
    width: 94% !important;
  }

  .line {
    width: 90%;
  }
  main {
    height: 0;
  }
  .infolinia {
    width: 75%;
  }
  .infolinia__description {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.03em;
    margin-bottom: 52px;
  }
  .new-place {
    margin-top: 42px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .new-place__subheading {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.09em;
    max-width: 75%;
    margin-bottom: 41px;
    margin-top: 0;
  }
  .new-place__header {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    margin-top: 0;
  }
  .new-place__photo {
    width: 306px;
    height: 150px;
  }
  .contact {
    width: 92%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .contact__header {
    font-size: 20px;
    line-height: 26px;
  }
  .contact .service {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .contact .service__text-container {
    width: 85%;
  }
  .contact .service__name {
    font-size: 20px;
    line-height: 26px;
  }
  
  .contact .service__label {
    margin-top: 32px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.09em;
  }
  .contact .service__photos-container {
    margin-left: -4px;
  }
  .contact .service__photos-container img {
    width: 351px;
    height: 201px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 18px;
  }
  .maps {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .maps__header,
.other-brands__header {
    font-family: "Roboto Condensed";
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-align: center;
  }
  .maps__header {
    max-width: 50%;
  }
  .maps-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 16px;
  }
  .maps__map {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .map__city {
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 16px;
  }
  .map__photo {
    border-radius: 18px;
    width: 350px;
    height: 266px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 17px;
  }
  .map__image {
    width: 351px;
    border-radius: 18px;
    height: 156px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 16px;
  }
  .map__description {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-left: 32px;
    margin-right: 32px;
  }
  .navigation {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}/*# sourceMappingURL=contact.css.map */