.contacts__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contacts__text {
  max-width: 322px;
  margin-bottom: auto;
}
.contacts__item {
  padding: 30px 0;
  border-bottom: solid 1px rgba(34, 43, 46, 0.1);
  max-width: 550px;
}
.contacts__item:last-of-type {
  padding-bottom: 0;
  border: none;
}
.contacts__line {
  display: flex;
  align-items: center;
}
.contacts__line a {
  text-decoration: none;
  font-size: 1.5rem;
  color: var(--kmnd-body-color-primary);
  font-weight: 600;
  margin-right: 20px;
  transition: var(--kmnd-transition);
  letter-spacing: -0.72px;
}
.contacts__line a:hover {
  color: var(--kmnd-body-color-accent);
}
.contacts__line span {
  font-size: 1.5rem;
  color: var(--kmnd-body-color-primary);
  font-weight: 600;
  margin-right: 20px;
  letter-spacing: -0.72px;
}
.contacts__line p {
  font-size: 1.125rem;
  letter-spacing: -0.54px;
  opacity: 0.5;
  font-weight: 500;
}
.contacts__soc {
  display: flex;
  gap: 5px;
  margin-top: 42px;
}
.contacts__soc a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  transition: var(--kmnd-transition);
  border: solid 1px rgba(34, 43, 46, 0.1);
  border-radius: 50%;
}
.contacts__soc a:hover {
  background: var(--kmnd-body-background-accent);
  border-color: var(--kmnd-body-background-accent);
}
.contacts__soc a:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(247deg) brightness(111%) contrast(101%);
}
.contacts__soc img {
  height: 22px;
  width: auto;
  display: block;
  transition: var(--kmnd-transition);
}
.contacts__map {
  height: 700px;
  border-radius: 8px;
  overflow: hidden;
}
.contacts__map iframe {
  display: block;
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .contacts__line a, .contacts__line span {
    font-size: 1rem;
  }
  .contacts__line p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .contacts__section .row {
    display: block;
  }
  .contacts__content {
    display: block;
  }
  .contacts__map {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 576px) {
  .contacts__map {
    height: 280px;
    margin-bottom: 25px;
  }
  .contacts__text {
    margin-bottom: 0;
  }
  .contacts__text br {
    display: block;
  }
  .contacts__item {
    padding: 25px 0;
  }
  .contacts__item:last-of-type {
    padding-top: 25px;
  }
  .contacts__line {
    display: block;
  }
  .contacts__line a, .contacts__line span {
    font-size: 1.25rem;
    letter-spacing: -0.6px;
    margin-right: 0;
  }
  .contacts__line p {
    margin-top: 8px;
    font-size: 1rem;
  }
  .contacts__soc {
    margin-top: 25px;
  }
  .contacts__soc a {
    height: 50px;
    width: 50px;
  }
  .contacts__soc a img {
    height: 20px;
  }
  .contacts__soc a:nth-of-type(2) img {
    height: 18px;
  }
}

/*# sourceMappingURL=contacts.css.map */
