.contacts-four-block .top-side {
  margin-bottom: 50px;
}
.contacts-four-block .top-side .block-title {
  color: var(--bg-alt-main);
  margin-bottom: 20px !important;
}
.contacts-four-block .top-side .mark {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--bg-primary-second);
  border-radius: 100px;
  padding: 12px 24px;
}
.contacts-four-block .top-side .mark .icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contacts-four-block .top-side .mark .text.p3 {
  color: var(--text-alt-second);
  margin: 0;
}
.contacts-four-block__holder {
  position: relative;
  min-height: 500px;
}
.contacts-four-block__holder .map__holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: auto;
  filter: grayscale(100%) invert(100%) contrast(0.7) brightness(1);
}
.contacts-four-block__holder .map__holder .map-object,
.contacts-four-block__holder .map__holder iframe {
  width: 100%;
  height: 100%;
}
.contacts-four-block__holder .container {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
}
.contacts-four-block__contacts {
  background: var(--bg-alt-second);
  border-radius: 12px;
  max-width: 375px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.contacts-four-block__contacts .contacts__title {
  color: var(--text-alt-head);
  margin-bottom: 35px;
}
.contacts-four-block .contacts__items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contacts-four-block .contact__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.contacts-four-block .contact__item .contact__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--colors-main);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts-four-block .contact__item .contact__icon svg {
  width: 24px;
  height: 24px;
  fill: white;
}
.contacts-four-block .contact__item .contact__values {
  flex: 1;
}
.contacts-four-block .contact__item .contact__item-title {
  margin-bottom: 8px;
  opacity: 0.8;
  color: var(--text-alt-second);
}
.contacts-four-block .contact__item .contact__value {
  display: block;
  color: var(--text-alt-head);
  transition: color 0.3s ease;
  font-weight: 500;
}
.contacts-four-block .contact__item .contact__value:hover {
  color: var(--colors-main);
}
.contacts-four-block .contact__item .contact__value {
  margin-bottom: 5px;
}
.contacts-four-block .map-holder {
  height: 100%;
}
.contacts-four-block .soc__holder {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  background: var(--bg-alt-main);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  padding: 5px;
}
.contacts-four-block .soc__holder .soc__item {
  width: 52px;
  height: 52px;
  border-radius: 100px;
  background: var(--bg-alt-third);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.contacts-four-block .soc__holder .soc__item img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(0.3);
}
.contacts-four-block .soc__holder .soc__item:hover {
  background: var(--colors-main);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.contacts-four-block .soc__holder .soc__item:hover img {
  filter: brightness(1000%) grayscale(0);
}
.contacts-four-block .address__item {
  color: var(--text-alt-head);
  margin-bottom: 5px;
}

.time-work p {
  font-weight: 500;
}

.contacts-four-block .address__item p {
  font-weight: 500;
}

.contacts-four-block .contact__item .contact__value span {
  font-style: italic;
  font-size: 14px;
}

@media (max-width: 1025px) {
  .contacts-four-block__holder .map__holder {
    position: relative;
    height: 300px;
    margin-bottom: 30px;
  }
  .contacts-four-block__holder .container {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .contacts-four-block__contacts {
    max-width: 100%;
    padding: 30px;
  }
}
@media (max-width: 769px) {
  .contacts-four-block .contacts__items {
    gap: 25px;
  }
  .contacts-four-block .contact__item .contact__icon {
    width: 40px;
    height: 40px;
  }
  .contacts-four-block .contact__item .contact__icon svg {
    width: 20px;
    height: 20px;
  }
  .contacts-four-block .soc__holder .soc__item {
    width: 44px;
    height: 44px;
  }
  .contacts-four-block .soc__holder .soc__item img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 498px) {
  .contacts-four-block .top-side .mark {
    padding: 10px 20px;
  }
  .contacts-four-block .top-side .mark .icon img {
    width: 20px;
    height: 20px;
  }
  .contacts-four-block__contacts {
    padding: 25px;
  }
  .contacts-four-block .contacts__items {
    gap: 20px;
  }
}/*# sourceMappingURL=block.css.map */