.brand-page{
	margin-top: 20px;
}
/***/
.brand-image .image{
	margin: 20px auto 20px;
	display: block;
}
.brand-page .no-decoration ul {
	margin-left: 20px;
    list-style-position: inside;
    list-style-type: initial;
}
.brand-page .no-decoration ul li {
	margin-bottom: 5px;
}

.brand-page .no-decoration p {
	margin-bottom: 15px;
}

.faq-wrapper {
	display: block;
	width: 70%;
	margin: 40px auto 10px 0;
}
.faq-wrapper .faq-head {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 15px;
}

.faq-wrapper .small-title {
	font-size: 16px;
}

.faq-wrapper .faq-item {
	display: block;
	cursor: pointer;
	width: 100%;
	background-color: #fff;
	outline: none;
	transition: 0.4s all;
}
.faq-wrapper .faq-item .faq-question {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px;
	transition: 0.4s all;
}
.faq-wrapper .faq-item .faq-question-body {
	font-size: 16px;
	font-weight: 600;
}

.faq-wrapper .faq-item:not(:last-child) {
	border-bottom: 1px solid darkgrey;
}

.faq-wrapper .faq-answer {
	display: block;
    width: 100%;
	padding: 0 18px;
	height: 0;
	background-color: #fff;
	overflow: hidden;
	transition: 0.4s all;
}
.faq-wrapper .faq-question .faq-question-control {
	transition: 0.4s all;
}

.faq-answer.active {
	height: auto;
	padding: 18px 18px 0;
	overflow: visible;
}
.faq-wrapper .faq-question .faq-question-control.active {
	transform: rotateZ(180deg);
}

@media only screen and (max-width: 991px) and (orientation: landscape), only screen and (max-width: 767px) and (orientation: portrait) {
	.breadcrumbs {
		margin-top: 10px;
	}
    .brand-page{
		margin-top: 0px;
	}
	.catalog-box {
		flex: 0 1 155px;
	}
	.faq-wrapper {
        width: 100%;
    }
	.faq-wrapper .faq-item .faq-question-body {
		width: 95%;
		font-size: 14px;
	}
	.faq-wrapper .faq-question .faq-question-control {
		margin: auto;
	}
}
