a.panel-heading{
    display: block;
}

.faq-head {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 32px;
    margin: 0;
}
.faq-head__item {
    list-style: none;
    padding: 0 10px 4px 0;
    border-bottom: 2px solid transparent;
    margin-right: 50px;
}
.faq-head__item:last-child {
    margin-right: 0;
}
.faq-head__item_active {
    border-bottom: 2px solid #008DEE;
}
.faq-head__link {
    display: block;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #455A64;
    opacity: 0.5;
}
.faq-head__item_active .faq-head__link {
    cursor: default;
}
.faq-head__item_active .faq-head__link,
.faq-head__item:hover .faq-head__link {
    font-weight: 500;
    opacity: 1;
    color: #455A64;
}
.faq-block__title {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0.25px;
    color: #546E7A;
    font-weight: normal;
    margin-bottom: 32px;
}
.faq-list {
    max-width: 984px;
}
.faq-block__question-block {
    background: #FAFAFA;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    border-radius: 4px;
    padding: 0 16px;
}
.faq-block__question {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #263238;
    margin: 0;
}
.faq-block__item {
    margin: 16px 0;
}
.faq-block__answer {
    display: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #607D8B;
    transition: transform 0.3s;
}
.faq-block {
    padding-bottom: 64px;
}
.faq-block__answer ul,
.faq-block__answer ol,
.faq-block__answer p {
    margin: 0;
    list-style-position: inside;
}
.faq-block__answer {
    padding: 20px 25px;
}
.faq-block__answer a {
    color: #3498db;
}


.faq-block__icon {
    transition: transform 0.3s;
    width: 24px;
    min-width: 24px;
    height: 24px;
    transform: rotate(180deg);
    position: relative;
    background: #fafafa;
    border-radius: 12px;
    /*animation: pulse 2s infinite;*/
}
.faq-block__icon:hover {
    background: #eeeeee;
}
.faq-block__question-block.active .faq-block__icon {
    transform: rotate(0deg);
    background: #ECEFF1;
}
.faq-block__icon::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-bottom: solid 2px #000;
    position: absolute;
    bottom: 5px;
    left: 11px;
    transform: rotate(90deg);
    transition: width 0.3s;
}
.faq-block__question-block.active .faq-block__icon::before {
    content: '';
    display: block;
    width: 0;
    height:0;
    border-bottom: solid 2px #000;
    position: absolute;
    bottom: 11px;
    transform: rotate(90deg);
}
.faq-block__question-block.active .faq-block__icon {
    animation: pulse .5s cubic-bezier(0.15, 0.8, 0.5, 1);
}
.faq-block__question-block:not(.active) .faq-block__icon {
    animation: pulse2 .5s cubic-bezier(0.15, 0.8, 0.5, 1);
}
.faq-block__icon::after {
    content: '';
    display: block;
    width: 14px;
    height: 0;
    border-bottom: solid 2px #000;
    position: absolute;
    bottom: 11px;
    left: 5px;
}
.faq-block__question-block.active {
    background: #fff;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(41,182,246, 1);
        background: #fafafa;
    }
    50% {
        box-shadow: 0 0 0 4px rgba(41,182,246, 1);
        background: rgba(41,182,246, 1);
    }
    100% {
        box-shadow: 0 0 0 4px rgba(242,242,242, 0);
        background: #fafafa;
    }
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0px rgba(41,182,246, 1);
        background: #fafafa;
    }
    50% {
        box-shadow: 0 0 0 4px rgba(41,182,246, 1);
        background: rgba(41,182,246, 1);
    }
    100% {
        box-shadow: 0 0 0 4px rgba(242,242,242, 0);
        background: #fafafa;
    }
}
.faq-head_fixed {
    position: fixed;
    top: 68px;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 70%, rgba(255,255,255,0.3) 100%);
    z-index: 9;
    width: 100%;
}
.faq-head-wrapper {
    min-height: 102px;
}

@media (max-width: 1199px) {
    .faq-head {
        overflow-x: scroll;
        height: 104px;
        flex-wrap: nowrap;
    }
    .faq-head-limiter {
        height: 80px;
        overflow: hidden;
        margin-bottom: 24px;
    }
    .faq-head__item {
        min-width: 216px;
        margin-right: 10px;
    }
}
@media (max-width: 991px) {
    .faq-block__question-block {
        height: auto;
        min-height: 56px;
        padding: 8px 16px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .content .container {
        width: 100%;
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (max-width: 767px) {
    .faq-head_fixed {
        top: 48px;
    }
    .faq-block__title {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: normal;
    }
    .faq-block__answer {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.15px;
        padding: 0 25px 20px 16px;
    }
    .faq-block__answer ul {
        list-style: none;
    }
}



#bx-panel-top {
    bottom: 0px !important;
    top: auto !important;
    position: fixed !important;
}
#bx-panel-back {
    height: 0 !important;
}