.faq {
	margin: 15px 0;
	
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

.faq.opened {
	background: #f1f1f1;
	padding: 15px;
}

.faq.opened h3 {
	margin: 0;
}

.faq-h2 {
	
}

.faq-h3 {
	border: 0;
}

.faq .answer {
	display: none;
	margin: 15px 0 0 0;
	padding: 0;
}
button.yzcr{
	display: none;
}
.information a:not(.btn){
    color:#000;
}

.information .faq-h3{
    text-decoration:none;
	width: 100%;
}
.information .faq.opened{
    background-color:transparent;
}
.information .btn-warning{
    background-color:#fff;
    border-color:#fff;
    color:#000;
    margin-bottom:0.5rem;
}
.footer a{
    /* color:#d7d7d7; */
}
/*.information .btn.btn-warning:hover,*/
/*.information span.btn.btn-warning:hover{*/
/*    background-color:#000;*/
/*    color:#fff !important;*/
/*}*/