

/* Start:/local/templates/light/components/bitrix/news.detail/sales/style.css?1752611429120*/
.page-image{
    text-align: center;
    margin-bottom: 33px;
    padding: 0;
}
.img-rounded{
    border-radius: 8px;
}

/* End */


/* Start:/html/components-template/line-content/style.css?1771659972985*/
.line-content {
  background-color: #fafafa;
  background-color: var(--light2_bg_black);
  border: 1px solid #ededed;
  border-color: var(--stroke_black);
  border-radius: 8px;
  padding: 32px 31px 33px 30px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 20px;
  margin-bottom: 2.92rem; }
  .line-content__title {
    font-size: 1.5em;
    font-weight: 500;
    margin: 0 0 25px;
    color: #222;
    color: var(--white_text_black); }
  .line-content__text {
    color: #555;
    color: var(--basic_text_black); }
  .line-content__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px; }
    .line-content__actions .btn:first-child {
      min-width: 300px; }

@media (max-width: 767.75px) {
  .line-content__actions .btn:first-child {
    min-width: 180px; } }

@media (max-width: 600.75px) {
  .line-content__actions {
    flex-direction: column; }
    .line-content__actions .btn:first-child {
      min-width: 100%; } }

/* End */


/* Start:/html/components-template/tabs-section/style.css?17734953633331*/
.tabs-nav-v2 {
  margin-bottom: 49px;
  overflow: hidden;
  overflow-x: auto; }
  .tabs-nav-v2::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
  .tabs-nav-v2::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #ccc;
    background: var(--gray_bg_black);
    border: 1px solid #fff;
    border-color: var(--black_bg_black); }
  .tabs-nav-v2::-webkit-scrollbar-track {
    border-radius: 5px; }
  .tabs-nav-v2__list {
    display: flex;
    white-space: nowrap;
    min-width: auto;
    overflow: visible;
    z-index: 1;
    transform: translateX(0px);
    border-bottom: 1px solid #ededed;
    border-bottom-color: var(--stroke_black); }
  .tabs-nav-v2__item {
    margin: 0 23px 0 3px;
    cursor: pointer;
    display: block;
    padding: 18px 0 19px 0;
    color: #555;
    color: var(--basic_text_black); }
    .tabs-nav-v2__item:hover:not(.active) {
      color: #333;
      color: var(--theme-base-color); }
    .tabs-nav-v2__item.active {
      position: relative; }
      .tabs-nav-v2__item.active::after {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: 0;
        z-index: 1;
        height: 2px;
        -moz-border-radius-topleft: 3px;
        -webkit-border-top-left-radius: 3px;
        border-top-left-radius: 3px;
        -moz-border-radius-topright: 3px;
        -webkit-border-top-right-radius: 3px;
        border-top-right-radius: 3px;
        background: #9e9e9e;
        background: var(--theme-base-color); }

.tabs-container__item {
  padding-top: 10px; }
.tabs-nav-v2 + .tabs-container .tabs-container__item {
  padding-top: 49px; }

.tabs-container ul,
.tabs-container ul li {
  padding-left: 0 !important; }

.tabs-container ul li:before {
  content: "";
  position: relative;
  left: 0;
  top: 11px;
  background: #666;
  width: 11px;
  height: 1px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }

.tabs-container .introtext {
  padding: 0 0 0;
  color: #222;
  color: var(--white_text_black);
  font-size: 1.2em;
  line-height: calc(1em + 10px);
  margin-bottom: 24px; }

.tab-docs {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 24px; }
  .tab-docs__item {
    display: flex;
    padding: 18px 18px 22px 23px;
    border: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
    transition: box-shadow ease .3s,border ease .3s,background ease .3s; }
    .tab-docs__item:hover {
      border-color: #fff;
      border-color: var(--stroke_black_hover);
      background-color: #fff;
      background-color: var(--card_bg_hover_black);
      box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1); }
    .tab-docs__item:not(:first-child) {
      border-top: 0; }
    .tab-docs__item:first-child {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px; }
    .tab-docs__item:last-child {
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px; }
  .tab-docs__item-icon {
    flex-shrink: 0;
    margin-top: 4px;
    margin-right: 21px; }
  .tab-docs__item-title {
    font-weight: 500;
    color: #222;
    color: var(--white_text_black); }
    .tab-docs__item-title:hover {
      color: #000;
      color: var(--fill_dark_lite_hover); }
  .tab-docs__item-size {
    font-size: .86667em;
    line-height: calc(1em + 7px);
    color: #999; }

/* End */


/* Start:/html/components-template/content/style.css?17648054912665*/
.content {
  color: #555;
  color: var(--basic_text_black);
  max-width: 1200px;
  font-size: 1rem;
  line-height: calc(1em + 10px); }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    font-weight: 500;
    margin: 30px 0 25px;
    color: #222;
    color: var(--white_text_black); }
  .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
    margin-top: 0; }
  .content h3 {
    font-size: 1.5em;
    line-height: calc(1em + 10px); }
  .content p {
    margin-bottom: 24px; }
    .content p:has(img) {
      margin-bottom: 24px; }
    .content p:has(img) + p {
      margin-top: 0; }
  .content ol, .content ol li {
    list-style-type: decimal; }
  .content ol, .content ul {
    padding-left: 17px;
    margin-bottom: 20px; }
    .content ol li, .content ul li {
      padding-left: 4px;
      margin-bottom: 12px;
      line-height: 24px; }
  .content tr {
    border-bottom: 1px solid var(--stroke_black); }
  .content td {
    padding: 12px 0 12px 0;
    font-size: .9375rem;
    line-height: calc(1em + 7px);
    color: #222;
    color: var(--white_text_black); }
    .content td:first-of-type {
      color: #666;
      color: var(--lite_basic_text_black); }
  .content .char td:first-of-type {
    width: 50%; }
  .content img {
    margin-bottom: 24px;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin-top: 0; }
    .content p img {
      margin-bottom: 0;
      margin-top: 0; }
    /* Fallback для браузеров без поддержки :has() */
    @supports not selector(:has(*)) {
      .content p img {
        margin-bottom: 0;
        margin-top: 0; }
      .content p:only-child img {
        margin-bottom: 24px; } }

.file-type {
  width: 40px;
  height: 40px;
  display: block;
  background: url("/html/images/docs.svg") 0 -84px no-repeat; }
  .file-type--word {
    background-position: -42px 0; }
  .file-type--excel {
    background-position: -84px 0; }
  .file-type--pdf {
    background-position: 0 0; }

/* Мобильные стили для уменьшения отступов */
@media (max-width: 768px) {
  .content {
    max-width: 100%; }
  .content p {
    margin-bottom: 20px; }
    .content p:has(img) {
      margin-bottom: 20px; }
  .content img {
    margin-bottom: 20px;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    min-width: 0; }
    .content p img {
      margin-bottom: 0;
      margin-top: 0;
      max-width: 100% !important;
      width: auto !important;
      height: auto !important;
      min-width: 0; } }

/* End */
/* /local/templates/light/components/bitrix/news.detail/sales/style.css?1752611429120 */
/* /html/components-template/line-content/style.css?1771659972985 */
/* /html/components-template/tabs-section/style.css?17734953633331 */
/* /html/components-template/content/style.css?17648054912665 */
