.page-header {
    font-size: 1.1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0;
}
.cat-header {
    background: #e7e7e7;
    color: #333;
    height: 39px;
    line-height: 39px;
    padding: 0 10px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: .2s;
}
.cat-header:hover {
    background: #e1e1e1;
}

.faq-caret {
    width: 10px;
    height: 7px;
    border-top: 6px solid #555;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    float: right;
    margin-top: 17px;
    margin-right: 10px;
    transition: .2s;
    opacity: 0;
}
.question-category:hover .faq-caret {
    opacity: 1;
}
.question:last-child {
    padding-bottom: 15px;
    display: block;
}
.question-title {
    padding-left: 10px;
    color: #444;
    cursor: pointer;
    margin-bottom: 15px;
}
.question-answer{
    background: #FFF;
    padding: 15px 10px;
    color: #666;
    margin-bottom: 15px;
    display: none;
}
.question-answer.active {
    display: block;
}
.form-header {
    font-size: 0.9em;
    margin: 20px 0 0;
    color: #666;
}
label {
    color: #666;
    margin: -14px 0 3px;
}


.faq-content {
    margin-top: 60px;
    margin-bottom: 50px;
}


.faq-content .page-header{
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
    border-bottom:none;
    text-transform: none;
}
.faq-content .question-title{
    color: #e3000f;
    text-decoration: underline;
}

.faq-content textarea{
    padding-top: 7px;
}

.faq-content .question-title:hover{
    text-decoration: none;
}

.faq-content .question-answer{
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #000000;
    padding-top:0px;
}

.faq-content .second-block{
    margin-top: 55px;
}

.faq-content label{
    margin-top:1px;
}











