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

.accordion { width:100%; float:left; margin:0 0 0;}
.accordion h3 { width:100%; float:left; cursor:pointer; padding:17px 33px 17px; position:relative; z-index:9; background:#de265d; border-radius:30px; margin:0 0 14px;}
.accordion h3:after { width:24px; height:12px; content:""; position:absolute; top:50%; transform:translateY(-50%); right:26px; background:url(../images/down-white-plain-arrow.svg) no-repeat top center / 100%;}
.accordion h3.active:after { width:12px; height:24px; background:url(../images/right-white-plain-arrow2.svg) no-repeat top center / 100%;}
.accordion .content { width:100%; float:left; padding:20px 33px 12px;}

.fees-wrapp .accordion { margin:15px 0 0;}
.fees-wrapp .accordion h3 { margin:0 0 9px;}
.fees-wrapp .accordion .content { padding:16px 26px 24px;}

.faq-wrapp .accordion { width:100%; float:left; margin:0 0 30px;}

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

.fees-wrapp .accordion .content { padding:16px 5% 8px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h3 { padding:15px 12% 14px 5%;}
.accordion h3:after { right:5%;}
.accordion .content { padding:20px 5% 12px;}

.fees-wrapp .accordion .content { padding:16px 5% 24px;}

.fees-wrapp .accordion .content { padding:16px 5% 24px;}
}


@media screen and (min-width:601px) and (max-width:767px) {
.accordion h3 { padding:15px 12% 14px 5%;}
.accordion h3:after { right:5%;}
.accordion .content { padding:20px 5% 12px;}

.fees-wrapp .accordion .content { padding:16px 5% 24px;}

.fees-wrapp .accordion .content { padding:16px 5% 24px;}
}



@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) {

}