/* Start:/local/templates/webcom_2018/components/bitrix/news/faq/bitrix/news.list/.default/style.css */

.b-faq-sub__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 15px 8px;
}

.b-faq-sub__container--center {
    display: flex;
    flex-direction: column;
    align-items: center
}

.b-faq-sub__container > br {
    display: none;
}

.b-faq-sub__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 8px;
}

.b-faq-sub__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.b-faq-sub__item--col-2 {
    width: calc((100% - 30px) / 2);
}

.b-faq-sub .b-article__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    min-width: 70px;
    min-height: 72px;
    margin-right: 24px;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    box-shadow: 0 6px 12px rgba(0, 147, 194, .12);
}

.b-faq-sub .b-article__icon svg {
    font-size: 42px;
    fill: #d0f1fc
}

.b-faq-sub .b-article__body {
    flex-grow: 1
}

.b-faq-sub .b-article .b-info__text {
    font-family: 'Roboto', 'Open Sans', 'Noto Sans', sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0 0 16px
}

.b-faq-sub .b-article .b-info__text--hidden {
    display: none
}

.b-faq-sub .b-article .b-info__link {
    display: flex;
    align-items: center;
}

.b-faq-sub .b-article .b-info__link--green {
    color: #009731;
    text-decoration: underline
}

.b-faq-sub .b-article .b-info__link--green:hover {
    color: #009731;
    text-decoration: none
}

.b-faq-sub .b-article .b-info__link--green:before {
    content: "";
    flex-shrink: 1;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 24px;
    border-radius: 50%;
    background: #42c461 url(/local/templates/webcom_2018/images/faq-sub/default/arrow-left.svg) no-repeat 50%;
    box-shadow: 0 6px 14px rgba(0, 198, 195, .22);

}

.sp-faq-sub-default-add_question,
.sp-articles-sub-default-add_question {
    width: .57em;
    height: 1em
}

.b-faq-sub__btn-more {
    min-width: 170px;
    margin: 8px 0 40px !important;
    padding: 13.5px 16px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    color: #fff;
    background: linear-gradient(180deg, #00ebf6 0%, #00b6f6 100%);
    border: 0;
    border-radius: 6px;
    box-shadow: 0px 8px 16px rgba(0, 16, 161, 0.14);
    transition: .1s ease-in-out;
    cursor: pointer;
}

.b-faq-sub__btn-more:hover {
    margin: 8px 0 40px !important;
    color: #fff;
    background: linear-gradient(180deg, #00fff0 0%, #00bdff 100%);
    box-shadow: 0 2px 2px rgba(3, 6, 31, .21);
}

.b-faq-sub__btn-more:active {
    box-shadow: none;
}

.b-faq-sub__btn-more.b-new-btn,
.b-faq-sub__btn-more.b-new-btn:hover {
    margin: 8px 0 40px !important;
}

@media only screen and (max-width: 1199px) {
    .b-faq-sub__container {
        padding-left: 24px;
        padding-right: 24px
    }

    .b-faq-sub__item--col-2 {
        width: calc((100% - 24px) / 2);
    }

    .b-faq-sub .b-article .b-info__text {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 1023px) {
    .b-faq-sub__container {
        padding: 40px 24px 8px
    }

    .b-faq-sub__items {
        margin-bottom: 32px;
    }

    .b-faq-sub__item {
        margin-bottom: 24px
    }

    .b-faq-sub__item:last-child {
        margin-bottom: 0;
    }

    .b-faq-sub__item--col-2 {
        width: 100%
    }

    .b-faq-sub .b-article__icon {
        height: 100% !important;
    }

    .b-faq-sub .b-article .b-info__text {
        font-size: 15px;
        line-height: 19px
    }

    .b-faq-sub .b-article .b-info__link {
        align-self: flex-start
    }

    .b-faq-sub .b-article .b-info__link--green:before {
        width: 24px;
        height: 24px;
        margin-right: 16px;
        background-size: 11px
    }

    .b-faq-sub__btn-more,
    .b-faq-sub__btn-more:hover {
        margin: 8px 0 32px !important;
    }

    .b-faq-sub__btn-more.b-new-btn,
    .b-faq-sub__btn-more.b-new-btn:hover {
        margin: 8px 0 32px !important;
    }
}

@media only screen and (max-width: 767px) {
    .b-faq-sub__container {
        padding: 32px 0 8px
    }

    .b-faq-sub__items {
        margin-bottom: 24px
    }

    .b-faq-sub__item {
        margin-bottom: 8px;
        padding: 12px 16px;
        background: #fff;
        box-shadow: 0px 6px 12px rgba(0, 147, 194, 0.12);
    }

    .b-faq-sub .b-article__icon {
        align-items: flex-start;
        width: auto;
        min-width: auto;
        height: auto !important;
        min-height: auto;
        margin-right: 12px;
        border-radius: 0;
        box-shadow: none;
    }

    .b-faq-sub .b-article__icon svg {
        font-size: 35px
    }

    .b-faq-sub .b-article .b-info__text {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px
    }

    .b-faq-sub__btn-more {
        min-width: 120px;
        margin: 8px 0 24px !important;
        padding: 10px;
    }

    .b-faq-sub__btn-more:hover {
        margin: 8px 0 24px !important;
    }

    .b-faq-sub__btn-more.b-new-btn,
    .b-faq-sub__btn-more.b-new-btn:hover {
        margin: 8px 0 24px !important;
    }
}