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

.accordion { width:100%; float:left; margin:14px 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:none; border:1px solid #c8a868; padding:18px 29px 18px; border-radius:70px; position:relative;}
.accordion h2:after { content:""; width:20px; height:20px; position:absolute; top:50%; transform:translateY(-50%); right:27px; background:url(../images/accordion-arrow2.svg) center / cover;}
.accordion h2.active:after { width:22px; height:22px; background:url(../images/accordion-arrow1.svg) center / cover;}
.accordion .content { width:100%; float:left; padding:10px 41px 29px;}

.faq-wrapp .accordion { width:100%; float:left; margin:0 0 35px;}
.faq-wrapp .accordion .content { width:100%; float:left; padding:25px 41px 5px;}

.questions-wrapp .accordion { width:100%; float:left; margin:0 0 0;}
.questions-wrapp .accordion h2 { width:100%; float:left; cursor:pointer; background:none; border:none; border-bottom:1px solid #c8a868; padding:21px 0 21px; border-radius:0; position:relative;}
.questions-wrapp .accordion h2:after { content:""; width:22px; height:22px; position:absolute; top:50%; transform:translateY(-50%); right:0; background:url(../images/accordion-arrow2.svg) center / cover;}
.questions-wrapp .accordion h2.active { border:none;}
.questions-wrapp .accordion h2.active:after { width:22px; height:22px; background:url(../images/accordion-arrow1.svg) center / cover;}
.questions-wrapp .accordion .content { width:100%; float:left; padding:0 0 0;}

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

.faq-wrapp .accordion .content { padding:35px 5% 15px}

.questions-wrapp .accordion h2 { padding:21px 14% 21px 0;}

}

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

.faq-wrapp .accordion .content { padding:35px 5% 15px}

}

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

.faq-wrapp .accordion .content { padding:35px 5% 15px}
}

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

}