
.webinars-faq .container {
    padding: 12px 15px;
}

.b-faq-new-v2__container {
    padding-bottom: 48px;
}

.b-faq-new-v2__container .b-faq-new-v2__title {
    margin: 0 0 40px;
}

.b-faq-new-v2 .b-element__question {
    border-top: 1px solid #dbebf3;
    border-bottom: 1px solid #dbebf3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eaf5ff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.b-faq-new-v2 .b-element__wrapper {
    max-width: 1200px;
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    margin: 0 auto;
    width: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 15px;
}

.b-faq-new-v2 .b-element__wrapper:after {
    content: "";
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-left: auto;
    background: url(/local/templates/webcom_2018/images/services/arrow-blue.svg) no-repeat center / cover;
}

.b-faq-new-v2 .b-element__question.js-active .b-element__wrapper:after {
    background-image: url(/local/templates/webcom_2018/images/services/arrow-active.svg);
}

.b-faq-new-v2 .b-element__answer, .b-faq-new-v2 .b-element__textual {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
}

.b-faq-new-v2 .b-element__answer {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    position: relative;
    -webkit-transition: max-height .5s, padding .5s, visibility 0s .5s;
    -o-transition: max-height .5s, padding .5s, visibility 0s .5s;
    transition: max-height .5s, padding .5s, visibility 0s .5s;
    margin: 0 auto;
}

.b-faq-new-v2 .b-element__question.js-active + .b-element__answer {
    max-height: 1100px;
    visibility: visible;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-transition: max-height .5s, padding .5s, visibility 0s;
    -o-transition: max-height .5s, padding .5s, visibility 0s;
    transition: max-height .5s, padding .5s, visibility 0s;
}

.b-faq-new-v2 .b-element__answer, .b-faq-new-v2 .b-element__textual {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
}

.b-faq-new-v2 .b-element__textual {
    margin: 0 0 24px;
}

.b-faq-new-v2 .b-element__textual:last-child {
    margin-bottom: 0;
}

.b-faq-new-v2 .b-answer-items__textual, .b-faq-new-v2__more {
    font-family: "Roboto", "Open Sans", "Noto Sans", sans-serif;
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0;
}

.b-faq-new-v2__more {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 40px;
}
