.faq-block {
    position: relative;
    padding: 5px;
}
.faq-body {
    position: relative;
    margin-top: -1px;
    background-color: #fff;
    padding: 22px 20px 22px 30px;
    border: 1px solid #d6dfe3;
    box-sizing: border-box;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
}
.icon-toggle-faq {
    position: absolute;
    right: 25px;
    width: 25px !important;
    height: 25px !important;
    background-image: none !important;
    background-position-x: center !important;
    background-position-y: unset !important;
    cursor: pointer;
    -webkit-transition: transform 0.25s ease-out 0s;
    -moz-transition: transform 0.25s ease-out 0s;
    -o-transition: transform 0.25s ease-out 0s;
    transition: transform 0.25s ease-out 0s;
}
.faq-icon-toggle-mod > path {
    stroke: #cfdae1;
}
.faq-icon-toggle-mod {
    transform: rotate(180deg);
}
.bottom-line {
    border-bottom: 1pt solid #e1eaf1;
    bottom: -5px;
    font-weight: 600;
}
.bottom-line-hide {
    border-bottom: transparent !important;
}
.faq-title-modules {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #171719;
    margin: 33px 0;
}
.faq-title {
    display: flex;
    align-items: center;
    color: #005aa5;
    font-size: 20px;
    cursor: pointer;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: normal;
    width: 95%;
    line-height: 25px;
}
.shadowBlock {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
}
.faq-body-content {
    font-family: Source Sans Pro;
    font-size: 16px;
    width: 95%;
    padding-top: 16px;
    display: none;
}
.faq-bottom-line {
    margin: 0 auto;
    max-width: 1%;
    height: 24px;
    transition: 0.35s linear;
    transition-delay: 0.25s;
}
.faq-bottom-line.open {
    max-width: 100%;
}
.faq-btn-article-mod {
    text-align: right;
    margin-bottom: 10px;
}
.faq-btn-article-mod a.faq-btn-href-mod:hover {
    color: #fff !important;
    background: -webkit-linear-gradient(90deg, #0075a8 0%, #009ce5 99%);
    background: -moz-linear-gradient(90deg, #0075a8 0%, #009ce5 99%);
    background: -o-linear-gradient(90deg, #0075a8 0%, #009ce5 99%);
    background: -ms-linear-gradient(90deg, #0075a8 0%, #009ce5 99%);
    background: linear-gradient(0deg, #0075a8 0%, #009ce5 99%);
}
.faq-btn-article-mod a.faq-btn-href-mod {
    background: unset;
    text-shadow: unset !important;
    margin-bottom: 15px;
    font-size: 14px;
    color: #012b5c !important;
    text-transform: uppercase;
    line-height: 1.286;
    text-align: center;
    border-radius: 20px !important;
    padding: 5px 25px;
    border: 1px solid #009ee6 !important;
    border-bottom-color: #0079ad !important;
}
 