

/* Start:/local/templates/doweb-sirius/assest/css/contacts.css?16934882092626*/
.contacts {
  width: 100%;
  margin-bottom: 40px;
}

.contacts .map {
  border-radius: 40px;
  overflow: hidden;
}

.contacts .contacts_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}

.contacts_main .left_block {
  width: 50%;
}

.contacts_main .left_block p {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1em;

  color: rgba(39, 40, 70, 0.66);
}

.contacts_main .left_block > .title {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-size: 3em;
  line-height: 1em;
  color: #0d0d0d;
}

.contacts_main .right_block {
  align-items: end;
  width: 50%;
  display: flex;
  flex-direction: column;
}

.contacts_main .right_block p {
  margin-top: 0;
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1em;
  text-align: end;
  color: rgba(39, 40, 70, 0.66);
}

.contacts .contacts_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  background: #f4f5f7;
  border-radius: 30px;
}

.contacts_info .block {
  padding: 30px 0px;
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: rgba(39, 40, 70, 0.66);
}

.contacts_info .block .smal {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 0.7em;
  line-height: 1em;
  color: #a1a1a1;
}

.contacts_info .block .color {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-size: 0.9em;
  color: var(--first);
  margin: 0;
}

.contacts_info .block span {
  font-size: 17px;
}

.contacts_info .block a {
  font-size: 0.8em;
}

#map_container {
  width: 100%;
  height: 400px;
  display: block;
}

.marker-circ {
  color: #404040;
  font-size: 14px;
  font-weight: normal;
  height: 80px;
  line-height: 56px;
  width: 58px;
}

.claster {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  height: 80px;
  line-height: 56px;
  width: 58px;
}

ymaps svg {
  fill: var(--third);
}

@media (max-width: 768px) {
  .contacts_main {
    flex-direction: column;
  }

  .contacts .contacts_info {
    border-radius: unset;
  }

  .contacts_main .left_block {
    width: 100%;
  }

  .contacts_main .right_block {
    width: 100%;
    flex-direction: column;
    align-items: start;
  }

  .contacts_main .right_block .block-social__line {
    justify-content: center;
  }

  .contacts_main .right_block p {
    text-align: start;
  }
}

@media (max-width: 1420px) {
  .contacts .contacts_main {
    padding: 0 20px;
  }
}

/* End */
/* /local/templates/doweb-sirius/assest/css/contacts.css?16934882092626 */
