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

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

.faq-wrapp .accordion { margin:0 0 42px;}
.faq-wrapp .accordion .content { padding:40px 0 16px;}

.fees-col1 .accordion { margin:26px 0 0;}
.fees-col1 .accordion h3 { background:#f6e3d1; border:none; border-radius:30px; padding:19px 30px 19px;}
.fees-col1 .accordion h3:after { width:7px; height:3px; content:""; position:absolute; top:50%; transform:translateY(-50%); right:30px; background:url(../images/down-black-polygon-arrow.svg) no-repeat center / cover;}
.fees-col1 .accordion h3.active:after { width:3px; height:7px; background:url(../images/right-black-polygon-arrow.svg) no-repeat center / cover;}
.fees-col1 .accordion .content { width:100%; float:left; border:none; padding:18px 30px 32px;}

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

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

.fees-col1 .accordion h3 { padding:19px 5% 19px;}
.fees-col1 .accordion .content { padding:18px 5% 32px;}
}

@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;}

.fees-col1 .accordion h3 { padding:19px 5% 19px;}
.fees-col1 .accordion .content { padding:18px 5% 32px;}
}

@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;}

.fees-col1 .accordion h3 { padding:19px 5% 19px;}
.fees-col1 .accordion .content { padding:18px 5% 32px;}
}

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

}