@charset "utf-8";
/* CSS Document */

.accordion { width:100%; float:left; margin:30px 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; padding:19px 46.2px 20px 46.2px; background:#5ca7ab; margin:0 0 12px; position:relative; border-radius:39px;}
.accordion h2:after { content:""; width:8px; height:8px; float:right; background:url(../images/down-left-white-plain-arrow.svg) no-repeat top center / 100%; transform:translateY(-50%); transition:all 0.25s ease-out 0s; margin:0 0 0; position:absolute; top:50%; right:39px;}
.accordion h2.active:after { background:url(../images/down-left-white-plain-arrow.svg) no-repeat bottom center / 100%;}
.accordion .content { width:100%; float:left; padding:16px 46.2px 32px;}

.accordion h2 {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1;
    color: #ffffff !important;
}

.faq-wrapp .accordion { margin:10px 0 30px;}
.faq-wrapp .accordion .content { padding:26px 46.2px 12px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h2 { padding:19px 10% 20px 5%;}
.accordion h2:after { right:5%;}
.accordion .content { padding:16px 5% 20px;}

.faq-wrapp .accordion .content { padding:26px 10% 12px 5%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h2 { padding:19px 10% 20px 5%;}
.accordion h2:after { right:5%;}
.accordion .content { padding:16px 5% 32px;}

.faq-wrapp .accordion .content { padding:26px 10% 12px 5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h2 { padding:19px 10% 20px 5%;}
.accordion h2:after { right:5%;}
.accordion .content { padding:16px 5% 32px;}

.faq-wrapp .accordion .content { padding:26px 10% 12px 5%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
}

@media screen and (min-width:901px) and (max-width:1024px) {
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}