.product-faq-block{
    border-top: 1px solid #edb31e;
    margin-top: 30px;
    padding-top: 30px;
}
.card-bot__question {
    padding-bottom: 25px;
}
.card-bot__question > div {
    padding-left: 30px;
}
.card-bot__ask {
    background: url(/local/templates/iteropro.ru/img/ask-icon.png) no-repeat;
    color: #42281d;
    font-weight: 500;
    font-style: italic;
    padding-bottom: 15px;
}
.card-bot__answer {
    background: url(/local/templates/iteropro.ru/img/answer-icon.png) no-repeat;
    color: #4c4c4c;
}

.add-product-faq{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.add-product-faq input[type=text],
.add-product-faq input[type=email]{
    width: 33%;
    display: inline-block;
    border: 1px solid #cfd0d4;
    padding-left: 10px;
    margin-bottom: 8px;
}
.add-product-faq textarea{
    display: block;
    width: 100%;
    margin-top: 8px;
    border: 1px solid #cfd0d4;
    padding-left: 10px;
    height: 90px;
}
.add-product-faq .btn_yellow{
    border: none;
}

@media (max-width: 767px)
{
    .add-product-faq input[type=text],
    .add-product-faq input[type=email],
    .add-product-faq .btn_yellow{
        width: 100%;
    }
    .add-product-faq textarea{
        height: 200px;
    }
}