

/* Start:/local/components/sections/check.object.detail/templates/.default/style.css?176471555932737*/
.check-object-detail {
    padding: 32px 0 84px;
}

.check-object-detail__container {
    padding: 0 16px;
}

@media screen and (min-width: 768px) {
    .check-object-detail {
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 1280px) {
    .check-object-detail {
        padding: 16px 0 120px;
    }
    
    .check-object-detail__container {
        padding: 0 24px;
    }
}

@media screen and (min-width: 1600px) {
    .check-object-detail__container {
        padding: 0 32px;
    }
}

@media screen and (min-width: 1920px) {
    .check-object-detail__container {
        max-width: 1920px;
        margin: 0 auto;
    }
}

.check-object-detail__button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px 10px 12px;
    border-radius: 6px;
    background: #F3F2F5;
    width: max-content;
    margin-bottom: 32px;
    transition: background 200ms linear;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .check-object-detail__button {
        padding: 12px 18px 12px 14px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1280px) {
    .check-object-detail__button {
        margin-bottom: 64px;
    }
    
    .check-object-detail__button:hover {
        background: #3D61F3;
    }
}

.check-object-detail__button-box {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
}

@media screen and (min-width: 768px) {
    .check-object-detail__button-box {
        width: 20px;
        height: 20px;
    }
}

.check-object-detail__button-text {
    flex: 1 1 auto;
    text-transform: uppercase;
    letter-spacing: 0.22px;
    line-height: 16px;
    font-weight: 500;
    font-size: 11px;
    color: #161333;
    transition: color 200ms linear;
}

@media screen and (min-width: 768px) {
    .check-object-detail__button-text {
        letter-spacing: 0.3px;
        line-height: 22px;
        font-weight: 500;
        font-size: 15px;
    }
}

@media screen and (min-width: 1280px) {
    .check-object-detail__button:hover .check-object-detail__button-text {
        color: #CCEFFF;
    }
}

.check-object-detail__button-icon {
    flex: 0 0 auto;
    display: block;
    width: 10px;
    height: 9px;
    fill: none;
    stroke: #161333;
    transition: stroke 200ms linear;
}

@media screen and (min-width: 768px) {
    .check-object-detail__button-icon {
        width: 12px;
        height: 10px;
    }
}

@media screen and (min-width: 1280px) {
    .check-object-detail__button-icon {
        width: 14px;
        height: 12px;
    }
    
    .check-object-detail__button:hover .check-object-detail__button-icon {
        stroke: var(--color-blue-sky, #CCEFFF);
    }
}

.check-object-detail__title {
    margin: 0 0 48px;
    font-family: "Trola", serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.52px;
    color: #161333;
}

@media screen and (min-width: 768px) {
    .check-object-detail__title {
        font-size: 44px;
        line-height: 50px;
        letter-spacing: -0.44px;
        text-align: center;
        margin-bottom: 80px;
    }
}

@media screen and (min-width: 1280px) {
    .check-object-detail__title {
        max-width: 1278px;
        margin-left: auto;
        margin-right: auto;
    }
}

.check-object-detail__content {
    border-top: 1.5px solid rgba(22, 19, 51, 0.16);
    padding-top: 48px;
}

@media screen and (min-width: 1024px) {
    .check-object-detail__content {
        padding-top: 80px;
    }
}

.check-object-detail__main {
    display: grid;
    align-items: flex-start;
    gap: 48px;
}

@media screen and (min-width: 1024px) {
    .check-object-detail__main {
        max-width: 630px;
        margin: 0 auto;
        gap: 64px;
    }
}

.check-object-detail__text figure,
.check-object-detail__figure figure {
    margin: 80px 0 0 0;
    width: 100%;
}

.check-object-detail__text figure img,
.check-object-detail__figure figure img {
    width: calc(100% + 32px);
    height: auto;
    display: block;
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
}

@media screen and (min-width: 768px) {
    .check-object-detail__text figure,
    .check-object-detail__figure figure {
        margin-top: 64px;
    }

    .check-object-detail__text figure img,
    .check-object-detail__figure figure img {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.check-object-detail__text figure figcaption,
.check-object-detail__figure figure figcaption {
    margin: 16px 0 0 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.24px;
    color: rgba(22, 19, 51, 0.4);
}

@media screen and (min-width: 768px) {
    .check-object-detail__text figure figcaption,
    .check-object-detail__figure figure figcaption {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.36px;
    }
}

.check-object-detail__card {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: var(--color-blue-light, #E8F6FF);
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .check-object-detail__card {
        gap: 40px;
        padding: 32px;
    }
}

.check-object-detail__card-text {
    flex: 1 1 auto;
    height: 100%;
    letter-spacing: -0.3px;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #161333;
    transition: color 200ms linear;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
}

@media screen and (min-width: 768px) {
    .check-object-detail__card-text {
        letter-spacing: -0.36px;
        line-height: 24px;
        font-size: 18px;
        gap: 12px;
    }

    .check-object-detail__card:hover .check-object-detail__card-text {
        color: var(--color-bright-blue, #3D61F3);
    }
}

.check-object-detail__card-text-description {
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.22px;
    text-transform: uppercase;
    color: rgba(22, 19, 51, 0.4);
}

@media screen and (min-width: 768px) {
    .check-object-detail__card-text-description {
        font-weight: 520;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.3px;
    }
}

.check-object-detail__card-text-description--link {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #3D61F3;
}

@media screen and (min-width: 768px) {
    .check-object-detail__card-text-description--link {
        font-weight: 500;
    }
}

.check-object-detail__card-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .check-object-detail__card-box {
        width: 20px;
        height: 20px;
    }
}

.check-object-detail__card-icon {
    flex: 0 0 auto;
    display: block;
    width: 10px;
    height: 8px;
    stroke: none;
    fill: #161333;
    margin-top: 6px;
    transition: fill 200ms linear;
}

@media screen and (min-width: 768px) {
    .check-object-detail__card-icon {
        width: 14px;
        height: 12px;
    }
}

@media screen and (min-width: 1280px) {
    .check-object-detail__card:hover .check-object-detail__card-icon {
        fill: var(--color-bright-blue, #3D61F3);
    }
}

.check-object-detail__card-icon--external {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    stroke: #161333;
    fill: none;
}

@media screen and (min-width: 768px) {
    .check-object-detail__card-icon--external {
        width: 20px;
        height: 20px;
        margin-top: 0;
    }
}

@media screen and (min-width: 1280px) {
    .check-object-detail__card:hover .check-object-detail__card-icon--external {
        stroke: var(--color-bright-blue, #3D61F3);
    }
}

.check-object-detail__text {
    margin-top: 32px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.3px;
    color: #161333;
}

.check-object-detail__figure {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.3px;
    color: #161333;
}

@media screen and (min-width: 768px) {
    .check-object-detail__text {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.36px;
    }
}

.check-object-detail__text h2 {
    margin: 0 0 24px 0;
    font-style: normal;
    font-weight: 520;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.3px;
    color: #161333;
}

@media screen and (min-width: 768px) {
    .check-object-detail__text h2 {
        font-weight: 470;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -0.44px;
    }
}

.check-object-detail__text p {
    margin: 0;
}

.check-object-detail__text p + p {
    margin-top: 24px;
}

.check-object-detail__text ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    padding-left: 0;
    list-style: none;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.3px;
    color: #161333;
}

@media screen and (min-width: 768px) {
    .check-object-detail__text ul {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.36px;
    }
}

.check-object-detail__text ul li {
    flex: 0 0 auto;
    position: relative;
    padding-left: 12px;
    margin: 0;
}

.check-object-detail__text ul li::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #3D61F3;
}

.check-object-detail__checks {
    margin-top: 120px;
}

.check-object-detail__checks-title {
    margin: 0 0 40px 0;
    font-family: "Trola", serif;
    font-style: normal;
    font-weight: 350;
    font-size: 60px;
    line-height: 64px;
    letter-spacing: -1.2px;
    color: #161333;
}

.check-object-detail__checks-list {
    display: grid;
    gap: 80px;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media screen and (max-width: 1024px) {
    .check-object-detail__checks-list {
        gap: 64px;
    }
}

@media screen and (max-width: 540px) {
    .check-object-detail__checks {
        margin-top: 80px;
    }

    .check-object-detail__checks-title {
        margin-bottom: 24px;
        font-family: "Trola", serif;
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 32px;
        letter-spacing: -0.3px;
        color: #161333;
    }

    .check-object-detail__checks-list {
        gap: 48px;
    }
}

.audit-card {
  padding-top: 24px;
  border-top: 1.5px solid rgba(22, 19, 51, 0.16);
}

@media screen and (min-width: 1280px) {
  .audit-card {
    position: relative;
    padding: 24px 0 0 453px;
    cursor: pointer;
  }
}

@media screen and (min-width: 1280px) {
  .audit-card__block {
    max-width: 824px;
  }
}

.audit-card__info {
  display: flex;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 22px;
  font-weight: 500;
  font-size: 15px;
}

@media screen and (max-width: 1024px) {
  .audit-card__info {
    gap: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.22px;
  }
}

@media screen and (max-width: 540px) {
  .audit-card__info {
    gap: 10px;
  }
}

.audit-card__type {
  color: #3D61F3;
}

.audit-card__date {
  position: relative;
  padding-left: 10px;
  color: #161333;
}

.audit-card__date::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 1.5px;
  height: 12px;
  background: #161333;
}

.audit-card__heading {
  margin-top: 24px;
  letter-spacing: -0.56px;
  line-height: 34px;
  font-size: 28px;
  transition: color 200ms linear;
  font-weight: 430;
  color: #161333;
}

@media screen and (max-width: 540px) {
  .audit-card__heading {
    margin-top: 12px;
    font-style: normal;
    font-weight: 470;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.46px;
  }
}

@media (hover: hover) {
  .audit-card:hover .audit-card__heading {
    color: #3D61F3;
  }
}

.audit-card__heading a {
  color: inherit;
  text-decoration: none;
}

.audit-card__description {
  max-width: 630px;
  margin-top: 16px;
  letter-spacing: -0.36px;
  line-height: 26px;
  font-size: 18px;
  font-weight: 400;
  color: #161333;
}

.audit-card__authors {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 64px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1024px) {
  .audit-card__authors {
    margin-top: 40px;
  }
}

@media screen and (max-width: 540px) {
  .audit-card__authors {
    margin-top: 24px;
  }
}

.audit-card__author {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 540px) {
  .audit-card__author {
    gap: 8px;
  }
}

.audit-card__author-link {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 540px) {
  .audit-card__author-link {
    gap: 8px;
    cursor: pointer;
  }
}

.audit-card__image {
  flex: 0 0 auto;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

@media screen and (max-width: 540px) {
  .audit-card__image {
    width: 38px;
    height: 38px;
  }
}

.audit-card__box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.audit-card__name,
.audit-card__position {
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 22px;
  font-weight: 500;
  font-size: 15px;
}

@media screen and (max-width: 540px) {
  .audit-card__name,
  .audit-card__position {
    letter-spacing: 0.22px;
    line-height: 16px;
    font-weight: 500;
    font-size: 11px;
  }
}

.audit-card__name {
  color: #161333;
}

@media (hover: hover) {
  .audit-card__author-link:hover .audit-card__name {
    color: var(--color-bright-blue);
  }
}

.audit-card__position {
  color: rgba(22, 19, 51, 0.4);
}

.audit-card__tags {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .audit-card__tags {
    position: static;
    flex-direction: row;
    gap: 4px;
  }
}

.audit-card__tag {
  padding: 4px 12px;
  border-radius: 20px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
}

@media screen and (min-width: 542px) {
  .audit-card__tag {
    padding: 8px 14px;
    letter-spacing: 0.26px;
    line-height: 18px;
    font-size: 13px;
  }
}

.audit-card__documents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 64px;
  max-width: 630px;
}

@media screen and (max-width: 1024px) {
  .audit-card__documents {
    max-width: none;
    margin-top: 32px;
    gap: 24px;
  }
}

@media screen and (max-width: 540px) {
  .audit-card__documents {
    max-width: none;
    gap: 8px;
  }
}

.audit-card__documents-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.audit-card__document {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 16px;
  border-top: 1.5px solid rgba(22, 19, 51, 0.16);
}

@media screen and (max-width: 540px) {
  .audit-card__document {
    padding: 24px 16px;
    gap: 24px;
    background: #F3F2F5;
    border: 0;
  }
}

.audit-card__document--hidden {
  display: none;
}

.audit-card__document-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.36px;
  color: #161333;
}

@media screen and (max-width: 540px) {
  .audit-card__document-title {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.24px;
  }
}

.audit-card__document-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.audit-card__document-info {
  display: flex;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 22px;
  font-weight: 500;
  font-size: 15px;
  color: #161333;
}

@media screen and (max-width: 1024px) {
  .audit-card__document-footer {
    gap: 16px;
  }

  .audit-card__document-info {
    letter-spacing: 0.22px;
    line-height: 16px;
    font-size: 11px;
  }
}

.audit-card__document-ext {
  color: rgba(22, 19, 51, 0.8);
}

.audit-card__document-description {
  letter-spacing: -0.32px;
  line-height: 22px;
  font-weight: 400;
  font-size: 15px;
  color: rgba(22, 19, 51, 0.7);
  max-width: 630px;
}

@media screen and (max-width: 540px) {
  .audit-card__document-footer {
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .audit-card__description {
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.24px;
    max-width: none;
  }
}

.audit-card__document-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 22px;
  font-weight: 500;
  font-size: 15px;
  color: #3D61F3;
  text-decoration: none;
  position: relative;
  padding: 0 2px;
  background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 0% 100%;
  transition: background-size 0s;
}

.audit-card__document-link:hover {
  background-size: 100% 100%;
  transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

@media screen and (max-width: 540px) {
  .audit-card__document-link {
    gap: 6px;
    letter-spacing: 0.22px;
    line-height: 16px;
    font-size: 11px;
    background-image: none;
    padding: 0;
  }
}

.audit-card__document-icon {
  flex: 0 0 auto;
  display: block;
  width: 20px;
  height: 20px;
  fill: #3D61F3;
}

@media screen and (max-width: 540px) {
  .audit-card__document-icon {
    width: 16px;
    height: 16px;
  }
}

.audit-card__documents-toggle {
  flex: 0 0 auto;
  align-self: flex-start;
  padding: 16px 24px;
  border: none;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 22px;
  font-weight: 500;
  font-size: 15px;
  color: #161333;
  cursor: pointer;
  transition: background-color 200ms linear, color 200ms linear;
}

@media screen and (max-width: 540px) {
  .audit-card__documents-toggle {
    width: 100%;
    padding: 12px 18px;
    letter-spacing: 0.22px;
    line-height: 16px;
    font-size: 11px;
  }
}

.audit-card__documents-toggle:hover {
  background: var(--color-bright-blue);
  color: var(--color-blue-sky);
}

/* Bulletin Card */
.bulletin-card {
  padding-top: 24px;
  border-top: 1.5px solid rgba(22, 19, 51, 0.16);
}

@media screen and (max-width: 1279px) {
  .bulletin-card {
    border-width: 1px;
  }
}

@media screen and (min-width: 1280px) {
  .bulletin-card {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    cursor: pointer;
  }
}

@media screen and (min-width: 1280px) {
  .bulletin-card__block {
    flex: 1 1 auto;
    max-width: 824px;
    margin-left: 453px;
  }
}

.bulletin-card__info {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}

@media screen and (min-width: 1280px) {
  .bulletin-card__info {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}

.bulletin-card__type:not(:first-child),
.bulletin-card__date:not(:first-child) {
  position: relative;
  margin-left: 6px;
  padding-left: 9px;
}

@media screen and (min-width: 1280px) {
  .bulletin-card__type:not(:first-child),
  .bulletin-card__date:not(:first-child) {
    margin-left: 8px;
    padding-left: 11px;
  }
}

.bulletin-card__type:not(:first-child)::before,
.bulletin-card__date:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 1.5px;
  height: 12px;
}

@media screen and (max-width: 1279px) {
  .bulletin-card__type:not(:first-child)::before,
  .bulletin-card__date:not(:first-child)::before {
    width: 1px;
  }
}

@media screen and (min-width: 1280px) {
  .bulletin-card__type:not(:first-child)::before,
  .bulletin-card__date:not(:first-child)::before {
    height: 18px;
  }
}

.bulletin-card__type {
  color: #3D61F3;
}

.bulletin-card__type::before {
  background: #3D61F3;
}

.bulletin-card__date {
  color: #161333;
}

.bulletin-card__date::before {
  background: #161333;
}

.bulletin-card__heading {
  margin-top: 12px;
  letter-spacing: -0.46px;
  line-height: 22px;
  font-weight: 430;
  font-size: 18px;
  color: #161333;
  transition: color 200ms linear;
}

@media screen and (min-width: 1280px) {
  .bulletin-card__heading {
    margin-top: 24px;
    letter-spacing: -0.56px;
    line-height: 34px;
    font-size: 28px;
    transition: color 200ms linear;
  }
}

.bulletin-card__heading_a {
  color: inherit;
  text-decoration: none;
  transition: color 200ms linear;
}

@media (hover: hover) {
  @media screen and (min-width: 1280px) {
    .bulletin-card__heading:hover,
    .bulletin-card__heading_a:hover {
      color: var(--color-bright-blue);
    }
  }
}

.bulletin-card__description {
  margin-top: 8px;
  letter-spacing: -0.24px;
  line-height: 16px;
  font-weight: 400;
  font-size: 12px;
  color: #161333;
}

@media screen and (min-width: 1280px) {
  .bulletin-card__description {
    max-width: 630px;
    margin-top: 16px;
    letter-spacing: -0.36px;
    line-height: 26px;
    font-size: 18px;
  }
}

.bulletin-card__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

@media screen and (min-width: 1280px) {
  .bulletin-card__list {
    gap: 16px;
    margin-top: 64px;
  }
}

.bulletin-card__item {
  flex: 0 0 auto;
}

.bulletin-card__authors {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 1280px) {
  .bulletin-card__authors {
    margin-top: 64px;
  }
}

.bulletin-card__author {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media screen and (min-width: 1280px) {
  .bulletin-card__author {
    gap: 16px;
  }
}

.bulletin-card__author-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 1280px) {
  .bulletin-card__author-link {
    gap: 16px;
    cursor: pointer;
  }
}

.bulletin-card__author-image {
  flex: 0 0 auto;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

@media screen and (min-width: 1280px) {
  .bulletin-card__author-image {
    width: 48px;
    height: 48px;
  }
}

.bulletin-card__author-box {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bulletin-card__author-name,
.bulletin-card__author-position {
  flex: 0 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
}

@media screen and (min-width: 1280px) {
  .bulletin-card__author-name,
  .bulletin-card__author-position {
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }
}

.bulletin-card__author-name {
  color: #161333;
}

@media (hover: hover) {
  .bulletin-card__author-link:hover .bulletin-card__author-name {
    color: var(--color-bright-blue);
  }
}

.bulletin-card__author-position {
  color: var(--color-dark-blue-40);
}

.bulletin-card__picture {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
}

@media screen and (min-width: 1280px) {
  .bulletin-card__picture {
    flex: 0 0 auto;
    position: absolute;
    left: 0;
    top: 23px;
    width: 243px;
    height: 160px;
    margin: 0;
    background: #000;
  }
}

.bulletin-card__picture::before {
  content: "";
  display: block;
  padding-top: 65.8536585366%;
}

@media screen and (min-width: 1280px) {
  .bulletin-card__picture::before {
    display: none;
  }
}

.bulletin-card__image {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.check-object-detail__checks-button {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: auto;
  margin: 80px 0 0 0;
  padding: 16px;
  border: 0;
  border-radius: 6px;
  background: #CCEFFF;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  line-height: 16px;
  font-weight: 500;
  font-size: 11px;
  color: #161333;
  cursor: pointer;
  transition: all 200ms linear;
}

@media screen and (min-width: 768px) {
  .check-object-detail__checks-button {
    padding: 18px;
    letter-spacing: 0.3px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
  }

  .check-object-detail__checks-button:hover {
    background-color: #3D61F3;
    color: #CCEFFF;
  }
}

/* Базовые стили для блоков */
.acc {
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    background: #fff;
    transition: all 0.3s ease;
    min-height: 60px; /* Минимальная высота чтобы значки не наезжали */
}

/* Обертка для контента */
.block-content {
    padding-right: 100px; /* Отступ для значков справа */
    min-height: 40px; /* Минимальная высота контента */
}

/* Действия блока */
.block-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    opacity: 0.7;
    background: transparent;
}

.action-btn:hover {
    opacity: 1;
    transform: scale(1.1);
}

.edit-btn {
    color: #007bff;
}

.edit-btn:hover {
    background-color: rgba(0, 123, 255, 0.1);
}

.delete-btn {
    color: #dc3545;
}

.delete-btn:hover {
    background-color: rgba(220, 53, 69, 0.1);
}

/* Drag handle */
.drag-handle {
    color: #6c757d;
    cursor: grab;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
    margin-left: 4px;
}

.drag-handle:hover {
    color: #007bff;
    background-color: #e9ecef;
}

.edit-mode .sortable-item:active .drag-handle,
.edit-mode .sortable-item.sortable-chosen .drag-handle {
    cursor: grabbing;
    color: #0056b3;
}

/* Остальные ваши стили остаются без изменений */
.edit-mode .sortable-item {
    cursor: grab;
    border: 2px dashed transparent;
    transition: all 0.3s ease;
}

.edit-mode .sortable-item:hover {
    border-color: #007bff;
    background-color: #f8f9fa;
    box-shadow: 0 2px 8px rgba(0, 123, 255, 0.1);
}

.edit-mode .sortable-item.sortable-ghost {
    opacity: 0.4;
    background-color: #e3f2fd;
    border: 2px dashed #007bff;
}

.edit-mode .sortable-item.sortable-chosen {
    cursor: grabbing;
    transform: rotate(2deg);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.edit-mode .sortable-item.sortable-drag {
    opacity: 0.8;
}

.edit-mode .sortable-item.sortable-inserted {
    border-left: 4px solid #28a745;
    background-color: #f8fff9;
}

.sortable-container.edit-mode {
    min-height: 100px;
    padding: 8px;
    background: linear-gradient(45deg, #f8f9fa 25%, transparent 25%),
    linear-gradient(-45deg, #f8f9fa 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #f8f9fa 75%),
    linear-gradient(-45deg, transparent 75%, #f8f9fa 75%);
    background-size: 20px 20px;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    border-radius: 8px;
    border: 2px dashed #dee2e6;
}

/* Контейнер для кнопки добавления */
.add-block-btn-container {
    margin-bottom: 20px;
    text-align: center;
}

/* Кнопка добавления нового блока */
.add-block-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.add-block-btn:hover {
    background: #0056b3;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

/* Остальные стили остаются без изменений */
.block-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    gap: 4px;
    align-items: center;
}

.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    opacity: 0.7;
    background: transparent;
}

.action-btn:hover {
    opacity: 1;
    transform: scale(1.1);
}

.edit-btn {
    color: #007bff;
}

.edit-btn:hover {
    background-color: rgba(0, 123, 255, 0.1);
}

.delete-btn {
    color: #dc3545;
}

.delete-btn:hover {
    background-color: rgba(220, 53, 69, 0.1);
}

.drag-handle {
    color: #6c757d;
    cursor: grab;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
    margin-left: 4px;
}

.drag-handle:hover {
    color: #007bff;
    background-color: #e9ecef;
}

.block-content {
    padding-right: 100px;
    min-height: 40px;
}

.acc {
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    background: #fff;
    transition: all 0.3s ease;
    min-height: 60px;
}

/* Стили для кнопок управления */
.sortable-controls {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.move-up-btn, .move-down-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: 1px solid #ccc;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
}

.move-up-btn:hover:not(:disabled),
.move-down-btn:hover:not(:disabled) {
    background: #f5f5f5;
    border-color: #007bff;
}

.move-up-btn:disabled,
.move-down-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Стили для выделенного элемента */
.sortable-item.selected {
    background-color: #e3f2fd;
    border-color: #2196f3;
    box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.1);
}

/* Стили для inline кнопок */
.move-up-inline, .move-down-inline {
    color: #6c757d;
}

.move-up-inline:hover {
    color: #007bff;
    background-color: rgba(0, 123, 255, 0.1);
}

.move-down-inline:hover {
    color: #007bff;
    background-color: rgba(0, 123, 255, 0.1);
}

/* End */


/* Start:/local/css/base-components.css?17647813935745*/
/* Базовые компоненты для текстовых страниц */

/* Блок ссылок (base-link) */
.base-link {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
}

.base-link__item {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: var(--color-blue-light, #E8F6FF);
    text-decoration: none;
    color: inherit;
    transition: background-color 200ms linear;
}

@media screen and (min-width: 768px) {
    .base-link__item {
        padding: 32px;
    }
}

.base-link__name {
    flex: 1 1 auto;
    letter-spacing: -0.3px;
    line-height: 22px;
    font-weight: 400;
    font-size: 15px;
    color: #161333;
    transition: color 200ms linear;
}

@media screen and (min-width: 768px) {
    .base-link__name {
        letter-spacing: -0.36px;
        line-height: 26px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1280px) {
    .base-link__item:hover .base-link__name {
        color: var(--color-bright-blue);
    }
}

.base-link__box {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
}

@media screen and (min-width: 768px) {
    .base-link__box {
        width: 20px;
        height: 20px;
    }
}

.base-link__icon {
    flex: 0 0 auto;
    display: block;
    width: 8px;
    height: 8px;
    stroke: none;
    fill: #161333;
    margin-top: 6px;
    transition: fill 200ms linear;
}

@media screen and (min-width: 768px) {
    .base-link__icon {
        width: 11px;
        height: 11px;
    }
}

@media screen and (min-width: 1280px) {
    .base-link__item:hover .base-link__icon {
        fill: var(--color-bright-blue);
    }
}

/* Блок файла (base-file) */
.base-file {
    flex: 0 0 auto;
    background: var(--color-blue-light, #E8F6FF);
    padding: 24px 16px;
}

@media screen and (min-width: 768px) {
    .base-file {
        padding: 32px;
        cursor: pointer;
    }
}

.base-file__head {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.base-file__text {
    flex: 0 0 auto;
    letter-spacing: -0.3px;
    line-height: 22px;
    font-weight: 400;
    font-size: 15px;
    color: #161333;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .base-file__text {
        letter-spacing: -0.36px;
        line-height: 26px;
        font-size: 18px;
    }
}

.base-file__year {
    flex: 0 0 auto;
    letter-spacing: -0.3px;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
    color: rgba(22, 19, 51, 0.4);
    margin: 0;
}

@media screen and (min-width: 768px) {
    .base-file__year {
        letter-spacing: -0.36px;
        line-height: 26px;
        font-size: 18px;
    }
}

.base-file__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

@media screen and (min-width: 768px) {
    .base-file__box {
        margin-top: 32px;
    }
}

.base-file__info {
    flex: 0 0 auto;
    display: flex;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.22px;
    line-height: 16px;
    font-weight: 500;
    font-size: 11px;
    color: #161333;
}

@media screen and (min-width: 768px) {
    .base-file__info {
        gap: 10px;
        letter-spacing: 0.3px;
        line-height: 22px;
        font-weight: 500;
        font-size: 15px;
    }
}

.base-file__size {
    flex: 0 0 auto;
    display: flex;
    gap: 4px;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .base-file__size {
        gap: 8px;
    }
}

.base-file__size span {
    flex: 0 0 auto;
}

.base-file__date {
    flex: 0 0 auto;
    position: relative;
    padding-left: 9px;
    margin: 0;
}

@media screen and (min-width: 768px) {
    .base-file__date {
        padding-left: 11px;
    }
}

.base-file__date::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    width: 1.5px;
    height: 12px;
    background-color: var(--color-dark-blue);
}

@media screen and (max-width: 1279px) {
    .base-file__date::before {
        width: 1px;
    }
}

@media screen and (min-width: 1280px) {
    .base-file__date::before {
        height: 18px;
    }
}

.base-file__link {
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: 0.22px;
    line-height: 16px;
    font-weight: 500;
    font-size: 11px;
    color: #3D61F3;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .base-file__link {
        gap: 8px;
        letter-spacing: 0.3px;
        line-height: 22px;
        font-weight: 520;
        font-size: 15px;
        padding: 0 2px;
    }
}

@media screen and (min-width: 1280px) {
    .base-file__link {
        position: relative;
        background-image: linear-gradient(to right, var(--color-blue-sky), var(--color-blue-sky));
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 0% 100%;
        transition: background-size 0s;
    }
    .base-file:hover .base-file__link {
        background-size: 100% 100%;
        transition: background-size 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    }
}

.base-file__icon {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    stroke: none;
    fill: #3D61F3;
}

@media screen and (min-width: 1280px) {
    .base-file__icon {
        width: 20px;
        height: 20px;
    }
}


/* End */
/* /local/components/sections/check.object.detail/templates/.default/style.css?176471555932737 */
/* /local/css/base-components.css?17647813935745 */
