

/* Start:/local/templates/codencode/components/bitrix/news.list/faq.list/style.css?16612368143279*/
.faq-wrap {
    position: relative;
    min-height: 300px;
}

.faq-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 148px;
    background-color: #f8f8f8;
}

.faq-box {
    padding-top: 60px;
}

.faq-col {
    margin-bottom: 30px;
}

.faq-item {
    width: 100%;
    min-height: 112px;
    padding: 31px 50px 32px 67px;
    border: 1px solid #ececec;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    font-weight: 500;
    color: #000 !important;
    -webkit-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s;
    font-size: 13px;
    line-height: 1.77;
}

.faq-item__text {
    position: relative;
    padding-left: 60px;
}

.faq-item__text:before {
    content: "?";
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
    width: 32px;
    height: 32px;
    font-size: 25px;
    color: #aaa;
    text-align: center;
    border-bottom: 2px solid #ececec;
    font-weight: 500;
    line-height: 1em;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.faq-item:hover {
    border-color: #d7c257;
}

.faq-item:hover .faq-item__text:before {
    color: #000;
    border-color: #d7c257;
}

.ie .faq-col {
    display: block !important;
}

.ie .faq-item {
    height: 100%;
}

.faq-modal-content {
    position: relative;
    padding-top: 10px;
}

.faq-modal-content:before {
    content: "?";
    font-weight: 500;
    position: absolute;
    font-size: 100px;
    line-height: 1em;
    color: #ececec;
    left: -78px;
    top: -50px;
}

.faq-modal-question {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 1.3em;
}

.faq-modal-answer {
    max-width: 720px;
}

.faq-modal-answer .answer-title {
    margin-bottom: 22px;
    max-width: 400px;
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (max-width: 1270px) {
    .faq-item {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .faq-modal-content {
        padding-left: 50px;
    }

    .faq-modal-content:before {
        left: 0;
        top: -25px;
        font-size: 70px;
    }
}

@media only screen and (max-width: 969px) {
    .faq-box {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .faq-wrap:before {
        height: 95px;
    }

    .faq-item {
        min-height: 92px;
        padding: 22px 15px 25px 14px;
        line-height: 22px;
    }

    .faq-item__text {
        padding-left: 40px;
    }

    .faq-item__text:before {
        width: 24px;
    }

    .faq-modal-content {
        padding-left: 0;
        padding-top: 5px;
    }

    .faq-modal-content:before {
        font-size: 40px;
        top: -10px;
        left: -5px;
    }

    .faq-modal-question {
        padding-left: 24px;
        font-size: 18px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 680px) {
    .faq-col {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: -1px;
    }

    .faq-item {
        min-height: 71px;
    }

    .faq-item:hover {
        z-index: 1;
    }
}

/* End */
/* /local/templates/codencode/components/bitrix/news.list/faq.list/style.css?16612368143279 */
