.faq {
	padding: 145px 0 0 0;
	background: #25252E;
}

.faq__wrapper {
	width: 100%;
	max-width: 1100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 30px;
}

@media (max-width: 767px) {
	.faq__wrapper {
		padding: 0 10px;
	}
}

.faq__title {
	width: 100%;
	font-weight: 600;
	font-size: 54.06px;
	line-height: 100%;
	color: #E6E6EE;
	margin: 33px 0 79px;
}

.faq__left {
	width: 63%;
}

.faq__right {
	width: 34%;
}

.acordion {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.acordion__item {
	border-top: 1px solid #F7F7F7;
	padding: 23px 0;
	transition: 0.3s;
	cursor: pointer;
}

.acordion__title {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.acordion__title p {
	font-weight: 600;
	font-size: 20px;
	line-height: 110%;
	color: #E5E5E5;
}

.acordion__title img {
	transform: rotate(180deg);
	margin: 0 17px 0;
	transition: 0.3s;
}

.acordion__text {
	width: 100%;
	max-width: 521px;
	max-height: 0;

	margin: 0;

	font-family: "Roboto";
	font-size: 17px;
	line-height: 150%;
	color: #F6F6F6;

	transition: 0.3s;
	opacity: 0.9;
	overflow: hidden;
}

.acordion__item.show .acordion__text {
	max-height: 400px;

	margin: 20px 0 0 0;
}

.acordion__item.show .acordion__title img {
	transform: rotate(0);
}

.right {
	font-family: "Roboto";
	padding: 29px 24px 30px 20px;
	box-sizing: border-box;
	background: #32323E;
	-webkit-backdrop-filter: blur(35px);
	backdrop-filter: blur(35px);
	border-radius: 10px;
}

.right__title {
	font-weight: 600;
	font-size: 20px;
	line-height: 110%;
	color: #E5E5E5;
	margin: 0 0 27px;
}

.right__item {
	font-size: 17px;
	line-height: 150%;
	color: #F6F6F6;
	opacity: 0.9;
}

.right__item:nth-child(2) {
	font-weight: 400;
}

.right__item:nth-child(2) a {
	font-weight: 500;
	color: #EA374E;
}

.right__item:nth-child(3) {
	margin: 40px 0 0;
}

.right__item:nth-child(3) ul {
	margin: 22px 0 43px 18px;
}

.right__item:nth-child(3) li {
	color: #EA374E;
}

.right__item:nth-child(3) li p {
	margin: 0;
	padding: 0;

	color: #E5E5E5;
}

.right__item:nth-child(3) li:nth-child(2) {
	padding: 10px 0;
}

@media (max-width: 1000px) {
	.faq__title {
		width: 90%;
		font-size: 41px;
		margin: 33px auto 79px;
	}

	.faq__left {
		width: 90%;
		margin: 0 auto;
	}

	.faq__right {
		width: 90%;
		margin: 0 auto;
	}
}

@media (max-width: 500px) {
	.faq__title {
		width: 90%;
		font-size: 26px;
		margin: 0 auto 40px;
	}

	.acordion__title p {
		font-size: 16px;
	}

	.acordion__text {
		font-size: 14px;
	}

	.right__item {
		font-size: 12px;
	}
}

/*# sourceMappingURL=style.css.map */