
.sout-page[data-v-182e877f] {
  background: #fff;
  color: #171717;
}
.sout-container[data-v-182e877f] {
  width: calc(100% - 80px);
  max-width: 1440px;
  margin: 0 auto;
}

/* HERO */
.sout-hero[data-v-182e877f] {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #f7f9fb;
}
.sout-hero__image[data-v-182e877f] {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58%;
  background:
    linear-gradient(
      90deg,
      #f7f9fb 0%,
      rgba(247, 249, 251, 0.92) 8%,
      rgba(247, 249, 251, 0.25) 32%,
      rgba(247, 249, 251, 0) 55%
    ),
    url("/assets/ohrana-truda-hero-704a0af3.png") center right / cover no-repeat;
}
.sout-hero__content[data-v-182e877f] {
  position: relative;
  z-index: 2;
  padding-top: 26px;
  padding-bottom: 60px;
}
.sout-hero h1[data-v-182e877f] {
  max-width: 720px;
  margin: 54px 0 32px;
  font-size: 54px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -1.4px;
  color: #111b2d;
}
.sout-hero__text[data-v-182e877f] {
  max-width: 570px;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

/* DOCUMENTS */
.sout-documents[data-v-182e877f] {
  padding: 44px 0 70px;
}
.sout-documents h2[data-v-182e877f] {
  margin: 0 0 28px;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  color: #111b2d;
}
.sout-table[data-v-182e877f] {
  width: 100%;
}
.sout-table__head[data-v-182e877f] {
  display: grid;
  grid-template-columns: 160px minmax(300px, 1fr) 220px 150px;
  align-items: center;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 8px;
  background: #f1f4f7;
  font-size: 14px;
  color: #596270;
}
.sout-table__body[data-v-182e877f] {
  display: grid;
  grid-template-columns: 160px 1fr;
}
.sout-year[data-v-182e877f] {
  display: flex;
  align-items: center;
  padding: 25px 30px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  color: #111b2d;
}
.sout-files[data-v-182e877f] {
  min-width: 0;
}
.sout-file[data-v-182e877f] {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) 220px 150px;
  align-items: center;
  min-height: 78px;
  border-bottom: 1px solid #e5e8ec;
}
.sout-file__name[data-v-182e877f] {
  padding-right: 30px;
  font-size: 16px;
  line-height: 1.4;
  color: #333a45;
}
.sout-file__format[data-v-182e877f] {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 15px;
  color: #596270;
}
.pdf-icon[data-v-182e877f] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 34px;
  border-radius: 3px;
  background: #e84c4c;
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: -0.2px;
}
.sout-file__download[data-v-182e877f] {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  color: #075a9c;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.sout-file__download[data-v-182e877f]:hover {
  opacity: 0.7;
}
.download-icon[data-v-182e877f] {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  color: #075a9c;
}

/* INFO */
.sout-info[data-v-182e877f] {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 52px;
  padding: 42px 44px;
  border-radius: 8px;
  background: #f4f6f9;
}
.sout-info__icon[data-v-182e877f] {
  display: flex;
  flex: 0 0 76px;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e3f1fb;
  color: #0872ba;
}
.sout-info__content h3[data-v-182e877f] {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  color: #111b2d;
}
.sout-info__content p[data-v-182e877f] {
  max-width: 850px;
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #333a45;
}

/* TABLET */
@media (max-width: 1024px) {
.sout-container[data-v-182e877f] {
    width: calc(100% - 48px);
}
.sout-hero[data-v-182e877f] {
    min-height: 390px;
}
.sout-hero__image[data-v-182e877f] {
    width: 62%;
    opacity: 0.85;
}
.sout-hero h1[data-v-182e877f] {
    max-width: 600px;
    font-size: 46px;
}
.sout-table__head[data-v-182e877f] {
    grid-template-columns: 110px minmax(260px, 1fr) 150px 120px;
    padding: 0 20px;
}
.sout-table__body[data-v-182e877f] {
    grid-template-columns: 110px 1fr;
}
.sout-year[data-v-182e877f] {
    padding: 22px 20px;
    font-size: 28px;
}
.sout-file[data-v-182e877f] {
    grid-template-columns: minmax(260px, 1fr) 150px 120px;
}
}

/* MOBILE */
@media (max-width: 767px) {
.sout-container[data-v-182e877f] {
    width: calc(100% - 32px);
}
.sout-hero[data-v-182e877f] {
    min-height: auto;
    padding-bottom: 0;
}
.sout-hero__content[data-v-182e877f] {
    padding-top: 18px;
    padding-bottom: 28px;
}
.sout-hero__image[data-v-182e877f] {
    position: relative;
    width: 100%;
    height: 230px;
    margin-top: 0;
    background:
      linear-gradient(
        180deg,
        rgba(247, 249, 251, 0) 65%,
        #f7f9fb 100%
      ),
      url("/assets/ohrana-truda-hero-704a0af3.png") 67% center / cover no-repeat;
}
.sout-hero h1[data-v-182e877f] {
    margin: 30px 0 20px;
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -0.6px;
}
.sout-hero h1 br[data-v-182e877f] {
    display: none;
}
.sout-hero__text[data-v-182e877f] {
    font-size: 14px;
}
.sout-hero__text br[data-v-182e877f] {
    display: none;
}
.sout-documents[data-v-182e877f] {
    padding: 34px 0 45px;
}
.sout-documents h2[data-v-182e877f] {
    margin-bottom: 20px;
    font-size: 30px;
}
.sout-table__head[data-v-182e877f] {
    display: none;
}
.sout-table__body[data-v-182e877f] {
    display: block;
}
.sout-year[data-v-182e877f] {
    padding: 0 0 14px;
    font-size: 26px;
}
.sout-file[data-v-182e877f] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px 18px;
    min-height: 0;
    padding: 20px 0;
}
.sout-file__name[data-v-182e877f] {
    grid-column: 1 / -1;
    padding-right: 0;
    font-size: 15px;
}
.sout-file__format[data-v-182e877f] {
    font-size: 14px;
}
.sout-file__download[data-v-182e877f] {
    justify-content: flex-end;
}
.sout-info[data-v-182e877f] {
    align-items: flex-start;
    gap: 18px;
    margin-top: 34px;
    padding: 28px 22px;
}
.sout-info__icon[data-v-182e877f] {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
}
.sout-info__icon svg[data-v-182e877f] {
    width: 27px;
    height: 32px;
}
.sout-info__content h3[data-v-182e877f] {
    font-size: 20px;
}
.sout-info__content p[data-v-182e877f] {
    font-size: 14px;
}
}
@media (max-width: 480px) {
.sout-hero__image[data-v-182e877f] {
    height: 195px;
}
.sout-hero h1[data-v-182e877f] {
    font-size: 30px;
}
.sout-info[data-v-182e877f] {
    display: block;
}
.sout-info__icon[data-v-182e877f] {
    margin-bottom: 18px;
}
}
