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

.accordion { width:100%; float:left; margin:0 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#000000; padding:18px 36px 17px; position:relative; margin:0 0 9px;}
.accordion h2:after { content:""; width:8.2px; height:8.2px; position:absolute; top:55%; transform:translateY(-50%); right:29px; background:url(../images/feeser-arrow11.svg) center / cover;}
.accordion h2.active:after { width:8px; height:3px; background:url(../images/feeser-arrow22.svg) center / cover;}
.accordion .content { width:100%; float:left; padding:27px 36px 14px;}

.abouts-wrapp .accordion { width:612px;}
.abouts-wrapp .accordion h2 { width:100%;float:left;cursor:pointer;background:none;border-bottom:1px solid #000;padding:16px 0 14px;position:relative;margin:0;text-transform:inherit;font-family:"Roboto",sans-serif;font-size:15px;font-weight:400;line-height:1.6;color:#3f4140;}
.abouts-wrapp .accordion h2:after { content:""; width:8.2px; height:8.2px; position:absolute; top:55%; transform:translateY(-50%); right:3px; background:url(../images/feeser-arrow1.svg) center / cover;}
.abouts-wrapp .accordion h2.active:after { width:8px; height:3px; background:url(../images/feeser-arrow2.svg) center / cover;}
.abouts-wrapp .accordion .content { width:100%; float:left; padding:27px 0 0;}

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

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { margin:10px 0 0;}
.accordion h2 { padding:14px 12% 14px 5%;}
.accordion .content { padding:18px 5% 20px;}
.accordion h2:after { right:5%;}

.faq-wrapp .accordion { margin:10px 0 44px;}
.faq-wrapp .accordion .content { padding:33px 5% 20px;}

.abouts-wrapp .accordion { width:100%;}
}

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

.faq-wrapp .accordion { margin:10px 0 44px;}
.faq-wrapp .accordion .content { padding:33px 5% 20px;}

.abouts-wrapp .accordion { width:100%;}
}

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

.faq-wrapp .accordion { margin:10px 0 44px;}
.faq-wrapp .accordion .content { padding:33px 5% 20px;}

.abouts-wrapp .accordion { width:100%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.abouts-wrapp .accordion { width:100%;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.abouts-wrapp .accordion { width:100%;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.abouts-wrapp .accordion { width:100%;}
}