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

.accordion { width:100%; float:left; margin:0 0 42px;}
.accordion h3 { width:100%; float:left; border-bottom:1px solid #1b2146; cursor:pointer; padding:14px 0 14px 0; padding-right: 14px; position:relative; z-index:9;}
.accordion h3:after { width:9px; height:6.9px; content:""; position:absolute; top:54%; transform:translateY(-50%); right:0; background:url(../images/accordion-down.svg) no-repeat center / cover;}
.accordion h3.active { border:none;}
.accordion h3.active:after { width:6.9px; height:9px; background:url(../images/accordion-right.svg) no-repeat center / cover;}
.accordion .content { width:100%; float:left; border-bottom:1px solid #1b2146; padding:8px 0 16px;}

.fees-wrapp .accordion h3 { border-bottom:1px solid #414042; padding:20px 0 20px;}
.fees-wrapp .accordion h3.active { border-bottom:1px solid #414042;}
.fees-wrapp .accordion .content { border-bottom:1px solid #414042; padding:23px 0 28px;}

.faq-wrapp .accordion h3 { border-bottom:1px solid #414042; padding:20px 0 20px;}
.faq-wrapp .accordion h3.active { border-bottom:1px solid #414042;}
.faq-wrapp .accordion .content { border-bottom:1px solid #414042; padding:41px 0 14px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h3 { padding:14px 8% 14px 0;}

.faq-wrapp .accordion h3 { padding:20px 7% 20px 0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h3 { padding:14px 8% 14px 0;}

.faq-wrapp .accordion h3 { padding:20px 6% 20px 0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h3 { padding:14px 8% 14px 0;}

.faq-wrapp .accordion h3 { padding:20px 6% 20px 0;}
}

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

}