

/* Start:/bitrix/templates/digital-doc/include/pdf/pdf.css?1766083480786*/
.pdf {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px 0;
}
.pdf__header {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.pdf__download {
  display: flex;
  gap: 20px;
  align-items: center;
}
.pdf__ya {
  display: flex;
  gap: 8px;
  align-items: center;
}
.pdf__nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pdf__nav-buttons {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.pdf p {
  font-size: 16px;
  color: white;
}

.ya-share2__link_more-button-type_short {
  background: white !important;
}
.ya-share2__item, .ya-share2__list_direction_horizontal {
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .pdf__header {
    flex-direction: column-reverse;
  }
  .pdf p {
    font-size: 12px;
  }
}

/* End */


/* Start:/bitrix/templates/digital-doc/include/authOnlyMaterial/authOnlyMaterial.css?1766083480741*/
.ao {
  background: white;
  box-shadow: 0px -40px 30px 0px rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  position: relative;
  z-index: 10;
  border: 1px solid black;
}
.ao p {
  color: black;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
}
.ao__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.ao__buttons {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px 20px;
}
.ao__agitation {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  position: relative;
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 586px) {
  .ao__buttons {
    flex-direction: column;
    align-items: center;
  }
}

/* End */
/* /bitrix/templates/digital-doc/include/pdf/pdf.css?1766083480786 */
/* /bitrix/templates/digital-doc/include/authOnlyMaterial/authOnlyMaterial.css?1766083480741 */
