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

.accordion { width:100%; float:left; margin:0 0 0;}
.accordion h3 { width:100%; float:left; transition: all 0.25s ease-out 0s; cursor:pointer; padding:50px 10.4% 44px 5.7%; position:relative;}
.accordion h3:after { content:""; width:23px; height:23px; background:url(../images/right-blue-circle-arrow.svg) no-repeat top center / 100%; transform:translateY(-50%); margin:0 0 0; position:absolute; top:52%; right:5.33%;}
.accordion h3.active:after { background:url(../images/down-blue-circle-arrow.svg) no-repeat bottom center / 100%;}
.accordion .content { width:100%; float:left; padding:0 10.4% 60px 5.7%;}

.ccontent-wrapp .accordion1 { width:100%; float:left;}
.accordion1 h2 { width:100%; float:left; cursor:pointer; background:none; border:1px solid rgba(255, 255, 255, 0.2); border-radius:74px; padding:14px 31px 15px; margin:0 0 13px; position:relative;}
.accordion1 h2:after { content:""; width:12px; height:11px; position:absolute; top:50%; transform:translateY(-50%); right:31px; background:url("../images/feeser-arrow1.svg") center / cover;}
.accordion1 h2.active:after { width:8px; height:3px; background:url("../images/feeser-arrow2.svg") center / cover;}
.ccontent-wrapp .accordion1 .content { width:100%; float:left; padding:18px 31px 10px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h3 { width:100%; padding:36px 5% 38px 5%;}
.accordion h3:after { width:23px; height:23px; transform:none; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.accordion .content { width:100%; padding:24px 5% 2px 5%;}	

.accordion1 h2 { padding:14px 13% 15px 5%;}
.accordion1 h2:after { right:5%;}
.ccontent-wrapp .accordion1 .content { padding:18px 5% 10px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h3 { width:100%; padding:36px 5% 38px 5%;}
.accordion h3:after { width:23px; height:23px; transform:none; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.accordion .content { width:100%; padding:24px 5% 2px 5%;}

.accordion1 h2 { padding:14px 13% 15px 5%;}
.accordion1 h2:after { right:5%;}	
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h3 { width:100%; padding:36px 5% 38px 5%;}
.accordion h3:after { width:23px; height:23px; transform:none; margin:0 auto 0; position:absolute; top:inherit; right:0; bottom:0; left:0;}
.accordion .content { width:100%; padding:24px 5% 2px 5%;}	

.accordion1 h2 { padding:14px 13% 15px 5%;}
.accordion1 h2:after { right:5%;}
.ccontent-wrapp .accordion1 .content { padding:18px 5% 10px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.accordion h3 { padding:38px 10.4% 32px 5.7%;}
.accordion .content { padding:0 10.4% 48px 5.7%;}

.accordion1 h2 { padding:14px 13% 15px 5%;}
.accordion1 h2:after { right:5%;}
.ccontent-wrapp .accordion1 .content { padding:18px 5% 10px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.accordion h3 { padding:44px 10.4% 38px 5.7%;}
.accordion .content { padding:0 10.4% 54px 5.7%;}

.accordion1 h2 { padding:14px 13% 15px 5%;}
.accordion1 h2:after { right:5%;}
.ccontent-wrapp .accordion1 .content { padding:18px 5% 10px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.accordion1 h2 { padding:14px 13% 15px 5%;}
.accordion1 h2:after { right:5%;}
.ccontent-wrapp .accordion1 .content { padding:18px 5% 10px;}
}