

/* Start:/local/templates/completo/components/bitrix/news.detail/case/style.css?17633650658620*/
.case-header__tags {
    flex-wrap: wrap;
}
.case-header__info__authors__list {
    align-items: start !important;
}
.case-header__info__authors__item a {
    overflow: hidden;
    text-align: center;
}
.case-header__info__authors__item p {
    width: 90%;
}
.case-header__info__authors__name {
    margin-bottom: 4px !important;
}
.new-cases-tasks__quote-avatar img {
    border-radius: 50%;
}
.new-cases-tasks__quote-avatar img {
    max-height: 100%;
}
.inline {
    border-bottom: none !important;
}
.inline span {
    padding-bottom: 5px;
    border-bottom: 5px solid #FECC2F;
}
.cases-task {
    height: 100% !important;
}
.case-header__logo img {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 100px;
    margin-right: 20px;
}
.case-header__info__inner {
    display: flex;
}
.case-header__info {
    align-items: flex-start !important;
}
.case-header__info__img {
    margin-left: -280px;
    width: 100% !important;
    max-width: 490px;
}
.case-header__info__text {
    position: relative !important;
}
.case-header__logo a {
    word-break: break-word;
}
.case-detail {
    /*overflow: hidden;*/
}
.case-detail-form__img {
    margin: 0 auto;
    max-width: 1140px;
}
.case-detail .col-md-8.mb-md-4.order-md-1.order-2 {
    display: none;
}
.case-detail .case-detail-header {
    padding-bottom: 0;
}
.case-detail .case-detail-header__top-logo {
    position: relative;
    max-width: 180px;
    max-height: 176px;
}
@media (max-width: 767px) {
    .case-detail .case-detail-header__top-logo {
        position: absolute;
    }
}
.case-detail-header__bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(155,155,155,0.2);
    box-sizing: border-box;
    align-items: end;
    margin: 48px 0 0;
}
.case-detail-header__bottom .case-detail-header__info {
    border: unset;
    padding: 0 0 12px;
}
.case-detail-header__bottom .case-detail-header__info-element {
    min-width: 270px;
    font-size: 16px;
    line-height: 19px;
    margin: 24px 0 0;
}
.case-detail-header__bottom .case-detail-header__info-element-text {
    margin: 4px 0 0;
    font-size: 16px;
    line-height: 19px;
}
.case-detail-header__bottom .case-detail-header__authors {
    padding: 48px 0 18px;
}
.case-detail-header__bottom .case-detail-header__authors-list {
    margin: 26px 0 0;
}
.case-detail-header__authors-list-element .case-detail-person {
    flex-direction: column;
    align-items: center;
}
.case-detail .case-detail-header__authors-list-element {
    margin: 0 0 0 32px;
}
.case-detail .case-detail-header__authors-list-element .case-detail-person__info {
    /*width: 100%;*/
    margin: 12px 0 0;
    max-width: unset;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
    width: 205px;
}
.case-detail .case-detail-header__authors-list-element .case-detail-person__name {
    font-size: 16px;
    line-height: 19px;
}
.case-detail .case-detail-header__authors-list-element .case-detail-person__position {
    margin: 4px 0 0;
    font-size: 10px;
    line-height: 12px;
}
.case-detail .case-detail-header__top-bg {
    width: 100%;
}
@media (min-width: 768px) {
    .case-detail .case-detail-header__top-bg {
        position: absolute;
    }
}
.case-detail .case-detail-header__top-bg:after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #2F2F2F 100%);
}
.case-detail-header-bottom-block {
    height: 63px;
    background: #2F2F2F;
}
.case-detail .case-detail-header__top .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 48px;
}
.case-detail .case-detail-header__top-content {
    max-width: unset;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    /*max-height: calc(100% - 196px);*/
}
@media (min-width: 768px) {
    .case-detail .case-detail-header__top-content {
        margin-top: 60px;
    }
}
.case-detail .case-detail-header__top-title {
    /*margin: 0;*/
}
.case-detail .case-detail-header__bottom {
    margin: 0;
}
.case-detail .case-detail-header__top-subtitle {
    margin: 0;
}
.case-detail .case-detail-tasks-block__list-element-text {
    font-size: 1.125rem !important;
}
.case-detail__other-cases-bullet-list {
    display: none;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.case-detail__other-cases-bullet {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 5px;
    cursor: pointer;
}
.case-detail__other-cases-bullet_active {
    cursor: default;
}
.case-detail__other-cases-bullet:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border: 4px solid transparent;
    box-sizing: border-box;
    border-radius: 100%;
    background-color: #fecc2f;
    transition: .2s ease all;
}
.case-detail__other-cases-bullet_active:after {
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 4px solid #fecc2f;
}
@media (min-width: 1280px) {
    .case-detail .case-detail-header__top .container {
        padding-bottom: 48px;
    }
    .case-header__info__img {
        margin-left: -230px;
    }
    .case-detail-header__info,
    .case-detail-header__authors {
        width: calc(50% - 21px);
    }
    .case-detail .case-detail-header__authors-title {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
    }
    .case-detail .case-detail-header__top-title {
        font-size: 84px;
        line-height: 90px;
    }
    .case-detail .case-detail .case-detail-header__top-subtitle {
        font-size: 26px;
        line-height: 34px;
    }
    .case-detail .row.align-items-end {
        padding-bottom: 100px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 1024px) {
    .case-detail .case-detail__other-cases .container {
        max-width: 1140px;
    }
    .case-detail-header__top-bg {
        height: calc(100vh - 80px);
    }
}
@media (max-width: 991.98px) {
    .case-detail .case-detail-header {
        margin-top: 68px;
    }
    .case-header__info {
        flex-direction: column
    }
    .case-header__info__text {
        order: 2;
        width: 240px !important;
        margin-left: -120px !important;
        top: 0 !important;
        margin-top: -90px;
    }
    .case-header__info__img {
        order: 1;
        margin-left: 0;
    }
    .new-cases-tasks .new-cases-we-do__content {
        padding: 0 !important;
    }
    .case-header__logo a {
        line-height: 30px !important;
    }
}
@media (max-width: 768px) {
    .case-detail__other-cases-bullet-list {
        display: flex;
    }
    [data-case-active="0"] {
        display: none;
        opacity: 0;
        visibility: hidden;
        transition: .4s ease all;
    }
    [data-case-active="1"] {
        opacity: 1;
        visibility: visible;
        transition: .4s ease all;
    }
}
@media (max-width: 767.98px) {
    .case-header__info__authors--mob {
        margin-top: 50px !important;
    }
    .case-header__info__authors {
        margin-top: 0 !important;
    }
    .case-header__info__authors__item {
        min-width: 180px !important;
        flex-basis: inherit !important;
        flex-grow: inherit !important;
        align-items: flex-start !important;
        background: url(/pictures/backgrounds/topographic-transparent-02.png) center;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 6px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .case-header__info__authors__item, .case-header__info__authors__item:hover, .case-header__info__authors__item:active, .case-header__info__authors__item:visited, .case-header__info__authors__item:focus {
        text-decoration:none;
    }
    .case-header__info__authors__item:first-child {
        margin-left: 0;
    }
    .case-header__info__authors__item:last-child {
        margin-right: 0;
    }
    .case-header__info__text {
        width: 100% !important;
        left: 0 !important;
        margin-left: 0 !important;
    }
    .case-detail-header__bottom {
        flex-direction: column;
    }
    .case-detail-header__info,
    .case-detail-header__authors {
        width: 100%;
    }
}

@media (max-width: 1599px) {
    .case-detail .case-detail-page-present_normal .case-detail-page-present__preview-img-right {
        transform: translate3d(16%,-48%,0);
    }
}


/* End */
/* /local/templates/completo/components/bitrix/news.detail/case/style.css?17633650658620 */
