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

.accordion { width:100%; float:left; margin:0 0 49px;}
.accordion h3 { width:100%; float:left; background:#2a292e; border-radius:500px; cursor:pointer; padding:14px 29px 14px; margin:0 0 6px; position:relative; z-index:9;}
.accordion h3:after { width:24px; height:24px; content:""; position:absolute; top:50%; transform:translateY(-50%); right:29px; background:url(../images/down-white-plain-arrow.svg) no-repeat center / cover;}
.accordion h3.active:after { width:24px; height:24px; background:url(../images/right-white-plain-arrow.svg) no-repeat center / cover;}
.accordion .content { width:100%; float:left; padding:28px 29px 16px;}

.fees-wrapp .accordion h3 { padding:22px 39px 23px; margin:0 0 11px;}
.fees-wrapp .accordion .content { padding:11px 29px 29px;}

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

.fees-wrapp .accordion h3 { padding:22px 5% 23px;}
.fees-wrapp .accordion .content { padding:11px 5% 29px;}
}

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

.fees-wrapp .accordion h3 { padding:22px 5% 23px;}
.fees-wrapp .accordion .content { padding:11px 5% 29px;}
}

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

.fees-wrapp .accordion h3 { padding:22px 5% 23px;}
.fees-wrapp .accordion .content { padding:11px 5% 29px;}
}

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

}