/* Start:/bitrix/components/bx/helpdesk.article.list/templates/.default/style.min.css?16443256072942*/
.content-helpdesk-section * {
    box-sizing: border-box
}

.content-helpdesk-section .content-helpdesk-section__section {
    max-width: 1200px;
    margin: 30px auto 0;
    padding: 0 15px 20px
}

@media (min-width: 992px) {
    .content-helpdesk-section .content-helpdesk-section__section {
        margin-top:60px
    }
}

.content-helpdesk-section .content-helpdesk-section__section_bordered {
    border-bottom: 1px solid #e9ecef
}

.content-helpdesk-section .content-helpdesk-section__section-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

@media (min-width: 992px) {
    .content-helpdesk-section .content-helpdesk-section__section-inner {
        flex-direction:row
    }
}

.content-helpdesk-section .content-helpdesk-section__title {
    flex: 0;
    max-width: 100%;
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .content-helpdesk-section .content-helpdesk-section__title {
        max-width:31%
    }
}

.content-helpdesk-section .content-helpdesk-section__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 992px) {
    .content-helpdesk-section .content-helpdesk-section__list {
        flex:0 0 69%;
        max-width: 69%
    }
}

.content-helpdesk-section .content-helpdesk-section__item {
    display: flex;
    align-items: center;
    flex: 1 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5
}

@media (min-width: 768px) {
    .content-helpdesk-section .content-helpdesk-section__item {
        flex:1 0 45%;
        max-width: 45%;
        margin-right: 5%
    }
}

@media (min-width: 992px) {
    .content-helpdesk-section .content-helpdesk-section__item {
        font-size:1.5rem;
        margin-bottom: 50px
    }
}

.content-helpdesk-section .content-helpdesk-section__item-inner {
    position: relative;
    padding-left: 1.125em
}

.content-helpdesk-section .content-helpdesk-section__item-inner:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    top: .375em;
    padding: .375em;
    margin-left: -1.125em;
    margin-right: .75em;
    background: url(https://www.bitrix24.ru/bitrix/templates/bitrix24_2017/images/icons/icon-bullit.svg) no-repeat;
    line-height: 0;
    vertical-align: middle
}

.content-helpdesk-section .content-helpdesk-section__link {
    position: relative;
    cursor: pointer
}

.content-helpdesk-section .content-helpdesk-section__label {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: .625rem;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

.content-helpdesk-section .content-helpdesk-section__label_success {
    color: #b7db2a
}

.content-helpdesk-section .content-helpdesk-section__message {
    display: inline-block
}

.content-helpdesk-section .content-helpdesk-section__arrow {
    position: relative;
    display: inline-block;
    width: 3px;
    height: 12px;
    margin-left: 10px;
    font-size: 0
}

.content-helpdesk-section .content-helpdesk-section__arrow:before,.content-helpdesk-section .content-helpdesk-section__arrow:after {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 8px;
    background-color: #00aeef
}

.content-helpdesk-section .content-helpdesk-section__arrow:before {
    top: 0;
    transform: rotate(-45deg)
}

.content-helpdesk-section .content-helpdesk-section__arrow:after {
    bottom: 0;
    transform: rotate(45deg)
}

/* End */
/* /bitrix/components/bx/helpdesk.article.list/templates/.default/style.min.css?16443256072942 */
