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

.accordion { width:100%; float:left; margin:5px 0 43px;}
.accordion h3 { width:100%; float:left; cursor:pointer; padding:15px 46px 14px 26px; position:relative; z-index:9; background:#edefe9; border-radius:70px; margin:0 0 13px;}
.accordion h3:after { width:18px; height:18px; content:""; position:absolute; top:50%; transform:translateY(-50%); right:26px; background:url(../images/down-white-black-pearl-plain-arrow.svg) no-repeat top center / 100%;}
.accordion h3.active:after { background:url(../images/right-white-customs-green-circle-arrow.svg) no-repeat top center / 100%;}
.accordion .content { width:100%; float:left; padding:20px 26px 19px;}

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

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

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

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

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

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

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

}