

/* Start:/local/templates/lisna_home/components/rutego/block/our-contacts/style.css?17798966512413*/
.our-contacts {
  background: rgba(35, 89, 132, 0.1);
  display: flex;
  position: relative;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.our-contacts h1,
.our-contacts h2 {
  color: #1E1E1E;
  font-family: "Comfortaa";
  font-size: clamp(24px, 4vw, 36px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.our-contacts-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-top: 100px;
  margin-bottom: 30px;
}
.our-contacts__sides {
  display: flex;
  gap: 40px;
}
.our-contacts__info {
  max-width: 520px;
}
.our-contacts__phone a {
  color: #152D53;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.our-contacts__mail a {
  color: #152D53;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.our-contacts__label {
  color: #152D53;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.our-contacts-title {
  color: #1E1E1E;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 147.3%;
  text-transform: uppercase;
}
.our-contacts__contact-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  margin-bottom: 62px;
}
.our-contacts__contact-item {
  display: flex;
  gap: 30px;
}
.our-contacts__contact-item-title {
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  color: #1E1E1E;
}
.our-contacts__img {
  max-width: 35px;
  max-height: 35px;
}
.our-contacts__connect-button {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  border: 1.5px solid #235984;
  border-radius: 10px;
  color: #235984;
  text-align: center;
  font-family: "Roboto";
  font-size: clamp(16px, 4vw, 24px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.our-contacts__connect-button:hover {
  color: #fff;
  background: #235984;
}
.our-contacts-map {
  height: 500px;
}
.our-contacts-map iframe {
  height: 100%;
}

@media (max-width: 1200px) {
  .our-contacts-wrapper {
    gap: 30px;
    padding: 30px 0;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .our-contacts__contact-item-title {
    font-size: 20px;
  }
}
/* End */
/* /local/templates/lisna_home/components/rutego/block/our-contacts/style.css?17798966512413 */
