

/* Start:/local/templates/techno/components/bitrix/news/experts/style.css?17872294342862*/
.head-block.top.with-tabs .item-link:not(:hover) {
  background: #fafafa;
  background: var(--light_bg_black);
}

.select_head_wrap .menu_item_selected {
  position: relative;
  padding: 15px 55px 15px 25px;
  margin: 0 0 -1px;
  cursor: pointer;
  color: #333;
  color: var(--white_text_black);
}

.select_head_wrap .menu_item_selected .svg.svg-inline-down {
  right: 15px;
  position: absolute;
  top: 50%;
}

@media (min-width: 768px) {
  .select_head_wrap .menu_item_selected + .head-block {
    display: block !important;
    margin: 0px 0 32px;
  }
  .head-block.top.with-tabs.srollbar-custom .mCSB_container {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .select_head_wrap {
    margin-bottom: 32px;
  }

  .select_head_wrap .head-block.top {
    margin-bottom: 0;
  }

  .select_head_wrap .head-block.top .item-link {
    display: block;
    float: none;
  }

  .select_head_wrap .menu_item_selected.opened .svg.svg-inline-down {
    transform: rotate(180deg);
  }

  .select_head_wrap .menu_item_selected + .head-block {
    display: none;
  }

  .select_head_wrap .head-block.top .item-link {
    border-bottom: 1px solid #eeeeee;
    border-color: var(--stroke_black);
  }

  .select_head_wrap .head-block.top .item-link:last-child {
    border-bottom: none;
  }

  .select_head_wrap .head-block.top:not(.with-tabs) .item-link {
    border-right: none;
  }

  .select_head_wrap .head-block .item-link .title span,
  .select_head_wrap .head-block.top .item-link .title .btn-inline {
    padding: 15px 55px 15px 25px;
  }

  .select_head_wrap .head-block.top.with-tabs .item-link {
    margin: 0;
    border: none;
    border-bottom: 1px solid #eeeeee;
    border-color: var(--stroke_black);
    border-radius: 0;
  }

  .select_head_wrap .head-block.top.with-tabs .item-link:last-child,
  .select_head_wrap .head-block.top.with-tabs .item-link.active:last-child:hover {
    border-bottom: none;
  }

  .select_head_wrap .head-block.top.with-tabs {
    border: 1px solid #eeeeee;
    border-color: var(--stroke_black);
  }

  .select_head_wrap .head-block.top.with-tabs .item-link:hover {
    box-shadow: none;
    transform: none;
  }

  .select_head_wrap .head-block.top.with-tabs .item-link.active:hover {
    border: none;
    border-bottom: 1px solid #eeeeee;
    border-color: var(--stroke_black);
  }

  .select_head_wrap .head-block.top.with-tabs .item-link.active .title span:before {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    left: -1px;
    top: 0;
    bottom: 0;
    right: auto;
    height: auto;
    width: 2px;
  }

  .select_head_wrap {
    position: relative;
  }

  .select_head_wrap .head-block.top {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 110;
    max-height: 220px;
    overflow: hidden;
    background-color: #fff;
    background: var(--card_bg_black);
  }
}

/* End */


/* Start:/local/templates/techno/components/bitrix/news/experts/bitrix/news.detail/.default/style.css?17879056524873*/
.expert-page {
    --expert-blue: #4c86a0;
    --expert-light-bg: rgb(173 208 224 / 50%);
    --expert-dark-bg: #243746;
    --expert-light-border: rgb(173 208 224 / 50%);
    --expert-text: #666666;
    --expert-white: #ffffff;
    padding: 0 0 3.135rem 0;
}

.expert-page .row > *
{
    padding-right:0;
    padding-left: 0;
}

.expert-card {
    background: #fff;
    border: 1px solid #dfe8df;
    border-radius: 16px;
    overflow: hidden;
}

.expert-block-column
{
    display:flex;
    padding-bottom: 20px;
}

.expert-card__single-image {
    position: relative;
    overflow: hidden;
}

.expert-card__single-image {
    position: relative;
}
.expert-card__single-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.expert-card__body {
    padding: 24px 24px 32px;
}

.expert-card__name {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--expert-blue);
}

.expert-card__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.expert-badge {
    --badge-bg: var(--expert-light-bg);
    --badge-border: var(--expert-light-border);
    --badge-text: var(--expert-blue);
    --badge-dot: var(--expert-blue);

    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1.2;
    background: var(--badge-bg);
    border: 1px solid var(--badge-border);
    color: var(--badge-text);
    box-sizing: border-box;
}

.expert-badge::before {
    content: '';
    flex: 0 0 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--badge-dot);
}

.expert-badge--light-blue {
    --badge-bg: var(--expert-light-bg);
    --badge-border: var(--expert-light-border);
    --badge-text: var(--expert-blue);
    --badge-dot: #3D6B56;
}

.expert-badge--beige {
    --badge-bg: #FDF5E6;
    --badge-border: #E8D5A0;
    --badge-text: #7A5C25;
    --badge-dot: #B8914A;
}

.expert-badge--dark-blue {
    --badge-bg: var(--expert-blue);
    --badge-border: var(--expert-blue);
    --badge-text: #FFFFFFE5;
    --badge-dot: var(--expert-dark-bg);
}

.expert-card__facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 24px;
}

.expert-fact {
    background: var(--expert-light-bg);
    border-radius: 12px;
    border: 1px solid var(--expert-light-border);
    padding: 18px 16px;
    text-align: center;
}

.expert-fact__value {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--expert-blue);
}

.expert-fact__label {
    font-size: 14px;
    line-height: 1.35;
    color: var(--expert-dark-bg);
}

.expert-card__intro {
    font-size: 16px;
    line-height: 1.65;
    color: var(--expert-text);
}

.expert-sections {
    border-top: 1px solid #dfe8df;
}

.expert-section {
    border-top: 1px solid #dfe8df;
}

.expert-section:first-child {
    border-top: 0;
}

.expert-section__header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px;
}

.expert-section__icon {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 9px;
    background: var(--expert-dark-bg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.expert-section__icon img {
    max-width: 28px;
    max-height: 28px;
}

.expert-section__title {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 600;
    color: var(--expert-blue);
}

.expert-section__content {
    padding: 0 24px 24px;
    font-size: 16px;
    line-height: 1.7;
    color: var(--expert-text);
}

.text-content ul {
    margin: 0;
    padding-left: 20px;
}

.text-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .expert-page__layout {
        display: block;
    }

    .expert-page__sidebar {
        display: none;
    }
}

@media (max-width: 767px) {
    .expert-page {
        padding: 16px 0 48px;
    }

    .expert-card__single-image {
        height: 220px;
    }

    .expert-block-column
    {
        display:block;
        padding-bottom: 0;
    }

    .expert-card__body {
        padding: 16px 16px 24px;
    }

    .expert-card__name {
        font-size: 16px;
    }

    .expert-card__facts {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .expert-section__header {
        padding: 16px;
        gap: 12px;
    }

    .expert-section__title {
        font-size: 16px;
    }

    .expert-badge,
    .expert-fact__label {
        font-size: 12px;
    }

    .expert-card__intro,
    .expert-section__content {
        font-size: 14px;
    }

    .expert-fact__value {
        font-size: 20px;
    }

    .expert-section__content {
        padding: 0 16px 16px;
    }
}

.jumbotron .jumbotron-info
{
    display:none;
}
/* End */
/* /local/templates/techno/components/bitrix/news/experts/style.css?17872294342862 */
/* /local/templates/techno/components/bitrix/news/experts/bitrix/news.detail/.default/style.css?17879056524873 */
