.pbk-spoiler-title {
    margin-bottom: 15px !important;
}

.pbk-spoiler-box {
    margin-bottom: 30px;
}

.pbk-spoiler-item {
    background: #F2F8FD;
    border: 1px solid #E2ECF3;
    font-size: 16px;
    line-height: 24px;
}

.pbk-spoiler-item + .pbk-spoiler-item {
    margin-top: 10px;
}

.pbk-spoiler__q {
    align-items: center;
    box-sizing: border-box;
    color: #1D3755;
    cursor: pointer;
    display: flex;
    font-weight: bold;
    min-height: 42px;
    padding: 9px 30px 9px 15px;
    position: relative;
}

.pbk-spoiler__q:before {
    border-bottom: 2px solid #276FB9;
    border-left: 2px solid #276FB9;
    content: '';
    height: 6px;
    position: absolute;
    right: 13px;
    top: calc(50% - 7px);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    transition: all ease .3s;
    width: 6px;
}

.pbk-spoiler-open:before {
    top: calc(50% - 4px);
    transform: rotate(135deg);
}

.pbk-spoiler__a {
    background-color: #fff;
    border-top: solid 1px #e0e0e0;
    color: #131313;
    display: none;
    padding: 15px;
}

.pbk-spoiler-active {
    display: block;
}
