/*Вопрос-ответ*/
.w-tabs-section.active {
background: linear-gradient(90deg, #3732A9 0.82%, #353896 100%);
color: #fff;
border-radius: 25px;
font-weight: 300;
}
.w-tabs-section.active:not(.has_text_color)>.w-tabs-section-header {
color: #ffffff;
font-weight: 600;
}
.w-tabs-section {
border-width: 0;
margin-bottom: 2.75rem;
border-radius: 15px;
box-shadow: 0px 0px 28px 0px rgba(80, 80, 80, 0.17);
padding: 1.5rem 0.8rem;
}
.no-touch .w-tabs-section-header:hover, .no-touch .w-tabs-section-header:focus {
background: transparent;
}
.w-tabs-section-header {
font-weight:600;
}
@media (max-width: 601px) {
.faq-block>.w-tabs-sections>.w-tabs-section {
margin-bottom: 1rem!important;
}
.faq-row {
width: 100%!important;
margin-bottom: 0!important;
}
}
/*Конец вопрос-ответ*/