#contacts-block {
	padding-top: 40px;
	padding-bottom: 40px;
}
#contacts-block .map-holder {
	height: 440px;
}
#contacts-block .contacts {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 900px) {
  #contacts-block .contacts {
    flex-direction: column;
  }
}
#contacts-block .contacts .left {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 0.003125 * 100vw + 19px, 25px);
}
#contacts-block .icon-border,
#contacts-block .social {
	background: #10223d;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#contacts-block .contacts .left .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#contacts-block .contacts .left .item__title {
  display: flex;
  gap: 10px;
  align-items: center;
}
#contacts-block .contacts .left .item__title img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
#contacts-block .contacts .left .item__links {
  padding-left: 35px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#contacts-block .contacts .left .item__links p {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: var(--head);
}
#contacts-block .contacts .left .item__links .link {
  text-transform: unset;
}
#contacts-block .contacts .left .item__links .link p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
}
#contacts-block .contacts .left .item__links .link.phone {
  text-transform: uppercase;
}
#contacts-block .contacts .left .item__links a.link {
  transition: all 0.3s ease-in;
}
#contacts-block .contacts .left .item__links a.link:hover {
  color: #4472c4;
}
#contacts-block .contacts .left .socials {
  margin-top: 15px;
  display: flex;
  gap: 10px;
}
#contacts-block .contacts .right {
  flex-shrink: 0;
  width: clamp(450px, 0.3137254902 * 100vw + 167.6470588235px, 770px);
  border-radius: 10px 10px 10px 0;
  overflow: hidden;
}
@media (max-width: 900px) {
  #contacts-block .contacts .right {
    width: 100%;
    height: clamp(320px, 0.075 * 100vw + 296px, 440px);
  }
}
#contacts-block .contacts .right .map-object {
  height: 440px;
  width: 100%;
}
@media (max-width: 900px) {
  #contacts-block .contacts .right .map-object {
    width: 100%;
    height: clamp(320px, 0.075 * 100vw + 296px, 440px);
  }
}/*# sourceMappingURL=block.css.map */