

/* Start:/bitrix/templates/dosaaf/components/bitrix/news.list/contacts_v3/style.css?17540271915650*/
.contacts__title {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
  border-bottom: 4px solid #e5e8eb;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contacts__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contacts__title h1 {
  margin: 0 160px 0 0;
  border: none;
  padding: 0;
}
.contacts__title span {
  font-weight: 500;
  font-size: 45px;
  line-height: 107%;
  text-transform: uppercase;
  color: #878c92;
}
@media (max-width: 767px) {
  .contacts__title span {
    font-size: 28px;
    margin-top: 10px;
  }
}
.contacts__title span b {
  color: #ce2c33;
  font-weight: inherit;
}
.contacts__map {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media (max-width: 767px) {
  .contacts__map {
    position: relative;
    height: 400px;
    width: calc(100% + 2rem);
    left: inherit;
    right: inherit;
    margin: 0 -1rem 0 -1rem;
  }
}
.contacts__content {
  display: flex;
  position: relative;
  padding: 15px 0;
}
@media (max-width: 767px) {
  .contacts__content {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.contacts.in-page .address-list {
  /*height: auto;*/
  height: 570px;
}
@media (max-width: 500px) {
  .contacts.in-page .address-list {
    height: 390px;
    width: 100%;
  }
}

.address-list {
  width: 370px;
  position: relative;
  height: 690px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
}
.address-list__more {
  padding: 10px 40px;
}
.address-list__more a {
  font-weight: 700;
  font-size: 18px;
  line-height: 125%;
  text-transform: uppercase;
  color: #ce2c33;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 767px) {
  .address-list {
    height: 416px;
    width: 100%;
  }
}
.address-list__item {
  border-bottom: 1px solid #ededed;
}
.address-list__item:last-child {
  border-bottom: none;
}
.address-list__wrap {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  overflow-y: scroll;
  height: 100%;
}
.address-list__wrap::-webkit-scrollbar {
  width: 4px;
}
.address-list__wrap::-webkit-scrollbar-track {
  background: #F3F3F3;
}
.address-list__wrap::-webkit-scrollbar-thumb {
  background: #768B9C;
  border-radius: 10px;
}
.address-list__wrap::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.address-item {
  font-family: "Akrobat", Arial, sans-serif;
}
.address-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #000;
  position: relative;
  padding: 12px 20px 12px 40px;
  cursor: pointer;
}
.address-item__title:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #D9D9D9;
  background-image: url("/bitrix/templates/dosaaf/components/bitrix/news.list/contacts_v3/images/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.address-item.active .address-item__title {
  background: #344553;
  color: #efc94c;
}
.address-item.active .address-item__title:before {
  background-color: #72808F;
  transform: translateY(-50%) scale(1, -1);
}
.address-item.active .address-item__content {
  display: block;
}
.address-item__content {
  padding: 10px 20px 30px 20px;
  display: none;
}
.address-item__phones {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #000;
  margin-bottom: 5px;
}
.address-item__phones:before {
  background-image: url("/bitrix/templates/dosaaf/components/bitrix/news.list/contacts_v3/images/phone-icon.svg");
}
.address-item__email {
  margin-bottom: 5px;
}
.address-item__email a:before {
  background-image: url("/bitrix/templates/dosaaf/components/bitrix/news.list/contacts_v3/images/email-icon.svg");
}
.address-item__phones, .address-item__email a, .address-item__socials a {
  position: relative;
  padding-left: 38px;
}
.address-item__phones[href*=vk]:before, .address-item__email a[href*=vk]:before, .address-item__socials a[href*=vk]:before {
  background-image: url("/bitrix/templates/dosaaf/components/bitrix/news.list/contacts_v3/images/vk-icon.svg");
}
.address-item__phones:before, .address-item__email a:before, .address-item__socials a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.address-item__email a, .address-item__socials a {
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
  color: #5a88a7;
  text-decoration: none;
}
.address-item.in-pin .address-item__title {
  padding: 12px 40px 12px 20px;
}
.address-item.in-pin .address-item__title:before {
  content: none;
}
.address-item.in-pin .address-item__content {
  display: block;
}

.index_page .contacts__content {
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.index_page .contacts__title span {
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  display: block;
}

.ymaps-2-1-79-balloon__content {
  padding: 0 !important;
  margin-right: 0 !important;
}

.ymaps-2-1-79-balloon__layout {
  border-radius: 20px !important;
}

.ymaps-2-1-79-balloon {
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.25) !important;
  border-radius: 20px;
}

.ymaps-2-1-79-balloon__tail {
  background: none !important;
}

.ymaps-2-1-79-balloon__close {
  position: absolute !important;
  right: 7px !important;
  top: 8px !important;
  margin-bottom: 0 !important;
}

.ymaps-2-1-79-balloon__close-button {
  width: 20px !important;
  height: 20px !important;
  opacity: 0.8 !important;
  background-color: #ffffff !important;
  border-radius: 50% !important;
  background-size: 40% !important;
}

.ymaps-2-1-79-map {
  height: 100% !important;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/templates/dosaaf/components/bitrix/news.list/contacts_v3/style.css?17540271915650 */
