/* Страница Вопросы и ответы */

faq__h1 {
	margin-top: 12rem;
}

@media (max-width: 990px) {
	faq__h1 {
		margin-top: 6rem;
	}
}

.faq {
	margin: 12px 0 20px;
}
.faq .question {}
.faq .question span {
	cursor: pointer;
	border-bottom: 1px dotted #333333;
	font-weight: bold;
	color: #222222;
}
.faq .answer {}
.answer-line {
	border-left: 3px solid #ffcc00;
	margin: 15px 5px 15px 20px;
	padding: 2px 0px 2px 40px;
}

/* Конец Страница Вопросы и ответы */

.faq {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.faq-sticky-menu {
	order: 2;
	opacity: 0;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 100px;
	margin: 0 -2.5rem 0 60px;
	transition: all 0.3s ease;
}

@media (max-width: 760px) {
	.faq-sticky-menu {
		margin-right: -20px;
	}
}

.faq-sticky-menu--item {
	padding: 5px 30px 5px 10px;
	transition: all 0.3s ease;
}

.faq-sticky-menu--item.active {
	background: #f1f6fa;
}

.faq-sticky-menu--item.btn,
.faq-sticky-menu--item.btn.active {
	margin-top: 10px;
	background: none;
}

.faq-sticky-menu--item.btn a {
	display: inline-block;
	padding: 2px 16px;
	font-size: 14px;
	color: #fff;
	background: #4383c1;
	border-radius: 3px;
	border: 0;
}

.faq-sticky-menu--item.btn a:hover {
	opacity: 0.9;
}

.faq-sticky-menu a {
	border-bottom-style: dashed;
}

.faq-sticky-menu.active {
	opacity: 1;
}

@media (max-width: 640px) {
	.faq-sticky-menu {
		position: fixed;
		right: 20px;
		top: 10px;
		z-index: 1000;
	}

	.faq-sticky-menu--item:not(.btn) {
		display: none;
	}

	.faq-sticky-menu--item.btn {
		padding-right: 0;
	}

	.faq-sticky-menu--item.btn a {
		padding: 4px 16px;
		border-radius: 0;
	}
}

.faq-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 12px 0 38px 0;
}

.faq-menu--item {
	margin: 10px 0;
}

.faq-menu a {
	border-bottom-style: dashed;
}

.faq-menu--col {
	margin-left: 30px;
}

.faq-body {
	order: 1;
}

.faq-section {
	margin: 0 0 45px 0;
}

.faq-section--title {
	margin: 0 0 16px 0;
	font-size: 34px;
	line-height: 1.5;
}

.faq-section--body {
	padding: 0 0 0 30px;
}

.faq-item {
	margin: 12px 0;
}

.faq-item--q {
	position: relative;
	font-size: 16px;
	font-weight: bold;
}

.faq-item--q span {
	border-bottom: rgba(33,33,33,0.3) 1px dashed;
	cursor: pointer;
}

.faq-item--q span:hover {
	border-color: transparent;
}

.faq-item--q:before {
	content: attr(data-count);
	position: absolute;
	left: -30px;
	top: 0;
	font-weight: normal;
	opacity: 0.2;
}

.faq-item--a {
	padding: 18px 0 26px 0;
}

.faq-item--a:not(.opened) {
	display: none;
}

.faq-item--a em {
	color: #999;
}

.faq-item--ouline-left {
	padding: 0 0 0 18px;
	margin-bottom: 24px;
	border-left: #ffcc00 4px solid;
}

.faq-item--ouline-left.orange {
	border-color: #ff6600;
}

.faq-item--ouline-left:last-child,
.faq-item--ouline-left p:last-child {
	margin-bottom: 0;
}

.faq-steps {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.faq-steps--col {
	flex: 0 0 22%;
}

@media (max-width: 1380px) {
	.faq-steps--col {
		flex: 0 0 45%;
	}
	.faq-steps--col:nth-child(1),
	.faq-steps--col:nth-child(2) {
		margin-bottom: 30px;
	}
}

@media (max-width: 870px) {
	.faq-steps--col {
		flex: 0 0 100%;
	}
	.faq-steps--col:nth-child(1),
	.faq-steps--col:nth-child(2),
	.faq-steps--col:nth-child(3) {
		margin-bottom: 30px;
	}
}

.faq-steps--item {
	margin: 0 0 30px 0;
}

.faq-steps--item:last-child {
	margin: 0;
}

.faq-steps--count {
	width: 46px;
	height: 46px;
	margin: 0 0 15px 0;
	font-size: 24px;
	line-height: 46px;
	color: #4c4c4c;
	border: #4c4c4c 1px solid;
	border-radius: 50%;
	text-align: center;
}

.faq-steps--body p {
	padding: 0;
	margin: 0 0 10px 0;
}

.faq-steps--body ul {
	padding: 0;
	margin: 0 0 10px 18px;
	list-style: disc outside;
}

.faq-steps--body ul li {
	margin: 10px 0;
}

.faq-page-screen {
	position: relative;
	width: 210px;
	height: 228px;
	border: #e5e5e5 1px solid;
	border-top-width: 7px;
	border-radius: 3px;
	overflow: hidden;
}

#faq-form {
	margin: 0 0 90px 0;
	background: #f6f9fc;
}

#faq-form .container {
	padding-top: 40px;
	padding-bottom: 50px;
	background: none;
}

#faq-form h2 {
	margin-top: 0;
}

#faq-form textarea {
	width: 100%;
	height: 140px;
	margin: 10px 0 20px 0;
	padding: 5px 14px;
	border: #ccc 1px solid;
	border-radius: 3px;
	overflow: auto;
	resize: vertical;
}

.faq-form--bottom {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.faq-form--bottom--left {
	flex: 1 1 100%;
}

.faq-form--bottom--right {
	flex: 0 0 170px;
	margin-left: 20px;
}

.faq-form--bottom--right input[type="submit"] {
	width: 100%;
	height: 36px;
	color: #fff;
	text-align: center;
	background: #4383c1;
	border: 0;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.faq-form--bottom--right input[type="submit"]:hover {
	opacity: 0.9;
}

.faq-form--bottom--left {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.faq-form--bottom--left > * {
	width: 100%;
}

.faq-form--bottom--left input {
	width: 100%;
	height: 36px;
	padding: 5px 14px;
	border: #ccc 1px solid;
}

.faq-form--bottom--left input:first-child {
	border-radius: 3px 0 0 3px;
	border-right: 0;
}

.faq-form--bottom--left input:last-child {
	border-radius: 0 3px 3px 0;
}


@media (max-width: 810px) {
	.faq-menu {
		height: 0;
		margin: 0;
		overflow: hidden;
	}
}

@media (max-width: 48rem) {
	.faq-form--bottom {
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.faq-form--bottom--left {
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 20px;
	}

	.faq-form--bottom--left > * {
		width: 100%;
	}

	.faq-form--bottom--left input:first-child {
		border-radius: 3px 3px 0 0;
		border-right: #ccc 1px solid;
		border-bottom: 0;
	}

	.faq-form--bottom--left input:last-child {
		border-radius: 0 0 3px 3px;
	}
}

@media (max-width: 32rem) {
	.faq-section--body {
		padding-left: 0;
	}

	.faq-section--title {
		position: relative;
		font-size: 16px;
		font-weight: bold;
		padding-right: 25px;
	}

	.faq-section--title span {
		border-bottom: 1px dashed rgba(0,0,0,0.3);
		cursor: pointer;
	}

	.faq-section--title span:hover {
		border-bottom-color: transparent;
	}

	.faq-section--title:after {
		content: '';
		width: 12px;
		height: 8px;
		position: absolute;
		right: 0;
		top: 6px;
		background: url(/themes/classic/img/faq-arrow.png);
		transition: all 0.3s ease;
	}

	.faq-section.opened .faq-section--title:after {
		transform: rotate(180deg);
	}

	.faq-item--q {
		font-weight: normal;
	}

	.faq-item--q:before {
		display: none;
	}

	.faq-section {
		margin-bottom: 0;
	}

	.faq-section.opened .faq-section--body {
		margin-bottom: 30px;
	}

	.faq-section:not(.opened) .faq-section--body {
		overflow: hidden;
		max-height: 0;
	}
}