

/* Start:/local/templates/main/css/accordion-box.css?17657972632515*/
body .accordion-container {
  margin: 80px 0;
}
body .accordion-item {
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.25);
}
body .accordion-item_head {
  padding: 36px 0px 36px 0px;
  font-family: Stem-Regular;
  font-size: 28px;
  line-height: 120%;
  color: #000000;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .accordion-item_head-btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid #969696;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
}
body .accordion-item_head-btn::before,
body .accordion-item_head-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #002664;
  transition: all 0.3s;
  transform: translate(-50%, 0);
}
body .accordion-item_head-btn::before {
  width: 1px;
  height: 20px;
  margin-top: -10px;
  box-sizing: border-box;
}
body .accordion-item_head-btn::after {
  width: 20px;
  height: 1px;
  box-sizing: border-box;
}
body .accordion-item_head p {
  color: #fff;
  font-weight: bold;
}
body .accordion-item_content {
  display: none;
}
body .active .accordion-item_head-btn::before {
  transform: rotate(90deg);
  width: 0.5px;
}
body .active .accordion-item_head-btn::after {
  display: none;
}
body .accordion-item_content-wrap {
  padding-bottom: 42px;
  margin-left: 1px;
  font-family: Stem-Regular;
}
body .accordion-item_content-wrap p > a {
  word-break: break-all;
}
body .contacts-page .accordion-item_head {
  font-size: 56px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
body .contacts-page .accordion-container {
  margin: 70px 0 150px 0px;
}
body .accordion-item:first-child .accordion-item_head-btn {
  margin-top: 3px;
}
body .contacts-page .accordion-item_head {
  padding: 40px 0px 40px 0px;
}

@media (max-width: 1275px) {
  body .contacts-page .accordion-item_head {
    font-size: 46px;
  }
}
@media (max-width: 1025px) {
  body .accordion-container {
    margin: 15px 0px 50px 0px;
  }
  body .accordion-item_head {
    font-size: 22px;
    line-height: 100%;
  }
  body .contacts-page .accordion-container {
    margin: 15px 0 50px 0px;
  }
}
@media (max-width: 640px) {
  body .contacts-page .accordion-item_head {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  body .contacts-page .accordion-item_head {
    font-size: 28px;
    padding: 24px 0px 24px 0px;
  }
}

/*# sourceMappingURL=accordion-box.css.map */

/* End */


/* Start:/local/templates/main/css/contacts-box.css?17731395583807*/
body .contacts-wrapper {
  display: flex;
  align-items: stretch;
  margin-bottom: 29px;
}
body .contacts_content__column {
  padding-right: 41px;
  display: block;
  box-sizing: border-box;
}
body .contacts_content__column:nth-child(3n) {
  padding-right: 0;
}
body .contacts_content__column .title-box {
  margin-bottom: 24px;
  padding-right: 100px;
}
body .contacts_address p {
  font-family: Stem-Regular;
}
body .contacts_address {
  margin-bottom: 16px;
  padding-right: 100px;
}
body .contacts_item {
  margin-bottom: 8px;
  font-family: Stem-Regular;
}
body .contacts_item span {
  font-size: 18px;
  line-height: 160%;
  color: #000000;
}
body .contacts_item a {
  color: #0F4DBC;
  text-decoration: underline;
}
body .map-box {
  width: 100%;
  height: 605px;
}
body .title_media {
  margin: 0;
  padding: 36px 0 128px 0;
  font-family: Stem-Medium;
}
body .map-box-wrapper {
  padding-bottom: 39px;
}
body .contact-text-p p {
  font-family: Stem-Regular;
  font-size: 18px;
  line-height: 160%;
  font-weight: 300;
  margin: 0;
  padding: 20px 0px 10px 0px;
}
body .documents-row {
  display: flex;
  align-items: center;
  max-width: 62%;
  padding-left: 1px;
  flex-wrap: wrap;
}
body .documents-row .icon-type {
  margin-right: 5.5%;
}
body .title-box_blue {
  font-size: 28px;
  line-height: 33px;
  color: #002664;
}
body .contact-table {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-row-gap: 49px;
  margin-bottom: 49px;
  margin-top: 19px;
}
body .contact-table_item {
  display: grid;
  grid-template-columns: 34% 34% 32%;
  font-family: Stem-Regular;
}
body .contact-table_item__name {
  font-size: 28px;
  line-height: 120%;
  color: #5A5A5A;
  padding-right: 22%;
}
body .contact-table_item_addr {
  font-size: 18px;
  line-height: 160%;
  color: #000000;
  padding-right: 27%;
}
body .contacts-page .map-box-wrapper {
  padding-bottom: 39px;
}
body .phone-box {
  flex-wrap: wrap;
}
body .phone-box .phone-box_title {
  margin-right: 6px;
}

@media (min-width: 1470px) {
  body .documents-row {
    max-width: 48%;
  }
  body .documents-row .icon-type {
    max-width: 300px;
  }
  body .hotline-doc {
    max-width: 62%;
  }
}
@media (max-width: 1795px) {
  body .documents-row {
    flex-wrap: wrap;
  }
  body .documents-row .icon-type {
    margin-right: 2%;
    max-width: 40%;
  }
}
@media (max-width: 1275px) {
  body .documents-row {
    max-width: none;
  }
  body .title-box_blue {
    font-size: 24px;
  }
  body .contact-table_item__name {
    font-size: 24px;
  }
}
@media (max-width: 1025px) {
  body .documents-row {
    flex-direction: column;
    align-items: start;
  }
  body .documents-row .icon-type {
    margin-right: 0;
    max-width: none;
  }
}
@media (max-width: 1025px) {
  body .contacts-wrapper {
    flex-direction: column;
    margin-bottom: 0;
  }
  body .contacts_content__column {
    padding-right: 0px;
    margin-bottom: 30px;
  }
  body .contacts_content__column .title-box {
    padding-right: 0px;
  }
  body .contacts_address {
    padding-right: 0px;
  }
  body .map-box {
    height: 55vh;
  }
  body .contacts_address p, body .contacts_item span, body .contacts_item a {
    font-size: 16px;
    line-height: 160%;
  }
  body .title_media {
    padding: 43px 24px 120px 24px;
  }
  body .contact-table {
    display: block;
  }
  body .contact-table_item {
    display: block;
    margin-bottom: 30px;
  }
  body .contact-table_item__name {
    margin-bottom: 24px;
    padding-right: 0;
  }
  body .contact-table_item_addr {
    margin-bottom: 16px;
    padding-right: 0;
  }
}
@media (max-width: 640px) {
  body .contact-table_item__name {
    font-size: 18px;
    line-height: 100%;
  }
  body .contact-table_item_addr {
    font-size: 16px;
    line-height: 160%;
  }
}

/*# sourceMappingURL=contacts-box.css.map */

/* End */
/* /local/templates/main/css/accordion-box.css?17657972632515 */
/* /local/templates/main/css/contacts-box.css?17731395583807 */
