.faq-cat button {
	background: #51a1aa;
	width: 100%;
	border: none;
	text-align: left;
	color: #FFFFFF;
	font-size: 1.5rem;
	padding: 14px 20px 14px 20px;
	position: relative;
	font-family: inherit;
}

.faq-cat button:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.faq-cat button.is-opend:after {
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	-ms-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg);
}

.faq-wrap {
	margin-bottom: 1px;
}

.faq {
	display: none;
	font-size: 1.4rem;
	background: #fafafa;
	padding: 1px 20px;
}

.faq__question,
.faq__answer {
	position: relative;
	margin-left: 60px;
	border-radius: 25px;
	padding: 14px 6% 13px;
}

.faq__question:before,
.faq__answer:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-60px);
	-ms-transform: translate(-60px);
	transform: translate(-60px);
}

.faq__question:nth-child(12n-11):before,
.faq__answer:nth-child(12n-11):before {
	background-image: url(../img/icon_q_1.svg);
}

.faq__question:nth-child(12n-10):before,
.faq__answer:nth-child(12n-10):before {
	background-image: url(../img/icon_a_1.svg);
}

.faq__question:nth-child(12n-9):before,
.faq__answer:nth-child(12n-9):before {
	background-image: url(../img/icon_q_2.svg);
}

.faq__question:nth-child(12n-8):before,
.faq__answer:nth-child(12n-8):before {
	background-image: url(../img/icon_a_2.svg);
}

.faq__question:nth-child(12n-7):before,
.faq__answer:nth-child(12n-7):before {
	background-image: url(../img/icon_q_3.svg);
}

.faq__question:nth-child(12n-6):before,
.faq__answer:nth-child(12n-6):before {
	background-image: url(../img/icon_a_3.svg);
}

.faq__question:nth-child(12n-5):before,
.faq__answer:nth-child(12n-5):before {
	background-image: url(../img/icon_q_4.svg);
}

.faq__question:nth-child(12n-4):before,
.faq__answer:nth-child(12n-4):before {
	background-image: url(../img/icon_a_4.svg);
}

.faq__question:nth-child(12n-3):before,
.faq__answer:nth-child(12n-3):before {
	background-image: url(../img/icon_q_5.svg);
}

.faq__question:nth-child(12n-2):before,
.faq__answer:nth-child(12n-2):before {
	background-image: url(../img/icon_a_5.svg);
}

.faq__question:nth-child(12n-1):before,
.faq__answer:nth-child(12n-1):before {
	background-image: url(../img/icon_q_6.svg);
}

.faq__question:nth-child(12n-0):before,
.faq__answer:nth-child(12n-0):before {
	background-image: url(../img/icon_a_6.svg);
}

.faq__question {
	font-weight: 700;
	background: #51a1aa;
	color: #FFFFFF;
	margin-bottom: 20px;
	line-height: 1.66;
}

.faq__question:after {
	content: "";
	width: 18px;
	height: 10px;
	background: url(../img/img_baloon.svg) no-repeat center/contain;
	position: absolute;
	bottom: 0;
	left: 2px;
}

.faq__question:first-child {
	margin-top: 30px;
}

.faq__answer {
	background: #FFFFFF;
	text-align: justify;
	line-height: 1.73;
	margin-bottom: 32px;
}

.faq__answer:last-child {
	margin-bottom: 40px;
}

.faq-cat-list {
	display: none;
}

.faq-cat-list__item {
	width: calc(100% / 3);
}

.faq-cat-list__item:not(:last-child) {
	margin-right: 1px;
}

.faq-cat-list__item:first-child {
	border-radius: 25px 0 0 0;
}

.faq-cat-list__item button {
	width: 100%;
	height: 60px;
	background: #51a1aa;
	color: #FFFFFF;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: none;
	font-size: 1.6rem;
}

.faq-cat-list__item button.is-opend {
	background: #fafafa;
	color: #000000;
}

@media screen and (min-width: 681px) {

.faq-cat { /* md */
	display: none;
}

.faq__question,
.faq__answer { /* md */
	margin-left: 70px;
	padding: 15px 2.4% 15px;
	border-radius: 28px;
}

.faq-cat-list { /* md */
	max-width: 900px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 25px 25px 0 0;
	overflow: hidden;
}

}

@media screen and (min-width: 1100px) {

.faq { /* lg */
	padding: 60px;
	line-height: 1.85;
}

.faq__question:before,
.faq__answer:before { /* lg */
	width: 56px;
	height: 56px;
	-webkit-transform: translate(-70px);
	-ms-transform: translate(-70px);
	transform: translate(-70px);
}

.faq__question { /* lg */
	font-size: 1.6rem;
}

.faq__question:first-child { /* lg */
	margin-top: 0;
}

.faq__answer { /* lg */
	margin-bottom: 64px;
}

.faq__answer:last-child { /* lg */
	margin-bottom: 0;
}

}

