.acc-titel {position: relative;padding: 30px 20px 40px;margin-bottom: 1px;font-size: 20px;transition: background .1s ease, transform .2s ease, box-shadow .2s ease;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-pack: justify;justify-content: space-between;border-bottom: 1px solid #ebebeb }.acc-titel p {display: inline-block;font-size: 18px !important;}.acc a {outline: none;text-decoration: none }.acc-titel:after {font-weight: 100;content: attr(data-content);color: #fff;right: 20px;line-height: 25px;height: 25px;text-align: center;transition: all .4s cubic-bezier(.5, .2, .3, 1);position: absolute;bottom: 10px;padding: 1px 6px;background: #26bae4;border-radius: 3px }.acc-titel:hover {z-index: 2;cursor: pointer;transform: scale(1.01) }.acc-titel:hover:after {}.acc-content {max-height: 0;opacity: 0;transform: translateY(5px);background: #fff;padding: 10px 20px;margin-bottom: 1px;overflow: hidden;transition: max-height .4s ease, opacity .8s ease, transform .8s ease }

.services__title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #2684c0;
    border-radius: 1px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 28px;
    margin: 0;
    min-height: 80px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
}
.services__faq__items {
    padding: 0 15px;
    margin-top: 30px;
}
.services__faq__items .faq-item__head {
    background-color: #f9f9f9;
    border-radius: 10px;
    cursor: pointer;
    font-size: 19px;
    line-height: 1;
    padding: 20px 46px 20px 17px;
	margin: 10px 0;
	color:#6f6f6f;
    position: relative;
    -webkit-transition: color 1s ease-in-out, background-color 1s ease-in-out;
    -o-transition: color 1s ease-in-out, background-color 1s ease-in-out;
    transition: color 1s ease-in-out, background-color 1s ease-in-out;
}
.services__faq__items .faq-item__head::before {
    content: "";
    background-color: #f9f9f9;
    border-radius: 50%;
    display: block;
    height: 35px;
    position: absolute;
    right: 11px;
    top: 7px;
    width: 35px;
}
.services__faq__items .faq-item__head::after {
    content: "";
    border-style: solid;
    border-color: #6f6f6f;
    border-width: 0 3px 3px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.75s ease-in-out;
    transition: -webkit-transform 0.75s ease-in-out;
    -o-transition: transform 0.75s ease-in-out;
    transition: transform 0.75s ease-in-out;
    transition: transform 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
    width: 15px;
}
.services__faq__items .faq-item__content.hidden {
    opacity: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
	display: none;
}
.services__faq__items .faq-item__content {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    transition: opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -o-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
    transition: transform 1s ease-in-out, opacity 1s ease-in-out, -webkit-transform 1s ease-in-out;
}
ol,
ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 10px;
}
.services__faq__items .faq-item__head.active {
    color: #6f6f6f;
}
.services__faq__items .faq-item__head.active::after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.services__faq__items .faq-item__content p {
	margin-bottom: 22px;
    font-size: 17px;
    padding: 0 5px;
}