@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

.contacts {
  padding-bottom: 100px;
}

.kroshki *,
.block_heading_with_link h1,
.contacts * {
  font-family: "Onest", serif;
}

/*.container {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 12px;
}*/

.kroshki {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
  width: auto;
}

.kroshki span {
  display: none;
}

.kroshki a {
  text-decoration: none;
  color: #758289;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  display: flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #E1E1E5;
  transition: all 0.2s ease;
}

.kroshki a:hover {
  opacity: 0.7;
}

.block_heading_with_link {
  display: block;
  margin-bottom: 0;
}

.block_heading_with_link h1 {
  color: #2C3336;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .block_heading_with_link h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
  .block_heading_with_link h1 {
    font-size: 32px;
  }
  .kroshki a {
    font-size: 12px;
  }
}
