.kshop-contacts-page {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.kshop-contacts-hero .kshop-contacts-hero__inner {
  max-width: 1920px;
  margin: 0 auto;
}
.kshop-contacts-hero .kshop-contacts-hero__title {
  margin-bottom: 16px;
}
@media (max-width: 1439px) {
  .kshop-contacts-hero .kshop-contacts-hero__title {
    margin-bottom: 12px;
  }
}
@media (max-width: 1023px) {
  .kshop-contacts-hero .kshop-contacts-hero__title {
    margin-bottom: 8px;
  }
}
.kshop-contacts-hero .kshop-contacts-hero__subtitle {
  margin: 0;
  color: rgba(63, 58, 52, 0.8);
  max-width: 920px;
}

.kshop-contacts-two-col__inner {
  display: grid;
  grid-template-columns: 975px 465px;
  gap: 180px;
  align-items: start;
}
@media (max-width: 1919px) {
  .kshop-contacts-two-col__inner {
    gap: 7.89%;
    grid-template-columns: 59.4% 31.95%;
  }
}
@media (max-width: 1439px) {
  .kshop-contacts-two-col__inner {
    gap: 7.689%;
    grid-template-columns: 60.12% 32.191%;
  }
}
@media (max-width: 1023px) {
  .kshop-contacts-two-col__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.kshop-contacts-two-col__main {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.kshop-contacts-two-col__aside {
  min-width: 0;
  width: 100%;
  max-width: 100%;
}

.kshop-contacts-details__head {
  margin-bottom: 24px;
}
@media (max-width: 1439px) {
  .kshop-contacts-details__head {
    margin-bottom: 16px;
  }
}

.kshop-contacts-details__row {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #D4CFCA;
  gap: 24px;
}
.kshop-contacts-details__row:first-of-type {
  padding-top: 0 !important;
}
@media (max-width: 1439px) {
  .kshop-contacts-details__row {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .kshop-contacts-details__row {
    flex-direction: column;
    gap: 8px;
  }
}

.kshop-contacts-details__row-title {
  width: 260px;
  margin: 0;
  color: #BCB6AF;
  flex-shrink: 0;
}
@media (max-width: 1439px) {
  .kshop-contacts-details__row-title {
    width: 167px;
  }
}
@media (max-width: 767px) {
  .kshop-contacts-details__row-title {
    width: 100%;
  }
}

.kshop-contacts-details__row-body {
  flex: 1 1 auto;
  min-width: 0;
}

.kshop-contacts-details__row-value {
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 1439px) {
  .kshop-contacts-details__row-value {
    font-size: 16px;
  }
}

.kshop-contacts-details__row-link {
  color: #3F3A34;
  text-decoration: none;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 1439px) {
  .kshop-contacts-details__row-link {
    font-size: 16px;
  }
}
.kshop-contacts-details__row-link:hover, .kshop-contacts-details__row-link:focus {
  opacity: 0.85;
}
.kshop-contacts-details__row-link:focus-visible {
  outline: 2px solid rgba(63, 58, 52, 0.35);
  outline-offset: 2px;
}

.kshop-contacts-details__messengers {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kshop-contacts-details__messenger {
  position: relative;
  display: inline-flex;
  width: 40px;
  height: 40px;
}

.kshop-contacts-details__messenger-icon {
  display: block;
  width: 40px;
  height: 40px;
}

.kshop-contacts-details__messenger-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.kshop-contacts-details__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.kshop-contacts-details__social {
  position: relative;
  display: inline-flex;
  width: 40px;
  height: 40px;
}

.kshop-contacts-details__social-icon {
  display: block;
  width: 40px;
  height: 40px;
}

.kshop-contacts-details__social-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.kshop-contacts-map .kshop-contacts-map__title {
  margin-bottom: 24px;
}
@media (max-width: 1439px) {
  .kshop-contacts-map .kshop-contacts-map__title {
    margin-bottom: 16px;
  }
}

.kshop-contacts-map__frame {
  width: 100%;
  height: 447px;
}
@media (max-width: 1919px) {
  .kshop-contacts-map__frame {
    height: 363px;
  }
}
@media (max-width: 1439px) {
  .kshop-contacts-map__frame {
    height: 249px;
  }
}
@media (max-width: 1023px) {
  .kshop-contacts-map__frame {
    height: 201px;
  }
}
@media (max-width: 767px) {
  .kshop-contacts-map__frame {
    height: 160px;
  }
}
.kshop-contacts-map__frame > * {
  width: 100%;
  height: 100%;
}

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