.bg-header {
    background: #0F2027;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2C5364, #203A43, #0F2027);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2C5364, #203A43, #0F2027);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    text-align: center;
    padding: 50px 0;
    display: inline-block;
}

.bg-header h1 {
    color: #fff;
    font-size: 45px;
}

.faq-header {
}

.faq-header h1 {
    text-align: center;
    font-weight: 300;
    font-size: 57px;
}

.faq-header h5 {
    font-size: 20px;
    color: #c92a1f;
    letter-spacing: 1px;
}

.faq-header p {
    color: #727272;
}

.faq-support {
    padding: 40px 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.faq-support h3 {
}

.faq-support p {
}

.qiestions-list {
}

.question {
    border-top: 1px solid #e3e3e3;
}

.question .question-trigger {
    padding: 10px;
    display: inline-block;
    font-size: 23px;
    color: #2196F3;
    width: 100%;
}

.question p {
    font-size: 14px;
    color: #6f6f6f;
}

.question.active p {
}

.risk-description {
}

.risk-description h5 {
    font-size: 18px;
    color: #2196F3;
}

.risk-description p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.protect {
}

.protect h1 {
    text-align: center;
    margin-bottom: 100px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.57);
    padding-top: 50px;
    border-top: 1px solid rgba(0, 0, 0, 0.17);
}

.block-description {
}

.block-description h2 {
    font-weight: 300;
    color: #2196F3;
}

.info-desc {
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

.info-desc b {
    font-size: 14px;
    color: #00000091;
}

.info-desc p {
    font-size: 13px;
}

.info-desc a {
    font-size: 14px;
    color: #03A9F4;
    cursor: pointer;
    display: inline-block;
}

.info-desc .collapse {
    display: none;
    margin-top: 15px;
    font-size: 14px;
    color: #2196F3;
}

.info-desc img {
    margin: 0 auto;
}
