.faq-title {
	padding: 5px 20px;
	text-shadow: 0px 1px 1px #999;
}
dl.faq-questions {
	text-align: right;
}
dl.faq-questions dt {
	position: relative;
	padding: 10px 15px;
	margin: 0 0 10px;
	color: #303030;
	text-align: left;
	border: 2px solid #d3dff3;
	border-radius: 8px;
}
dl.faq-questions dd {
	z-index: 10;
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	margin: 0 60px 10px 20px;
	min-width: 200px;
	color: #303030;
	text-align: left;
	background-color: #e2ebf9;
	border: 2px solid #e2ebf9;
	border-radius: 8px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
dl.faq-questions dd::after {
	content: url("../img/blueman27x42.png");
	position: absolute;
	top: calc(50% - 22.5px);
	right: -55px;
}
.faq-question p, .faq-answer p {
	margin: .5em 0;
}
.faq-question i, .faq-answer i {
	font-size: 80%;
	font-style: normal;
}
.faq-question-info {
	overflow: hidden;
	padding-top: 2px;
	border-top: 1px dotted #c5d4eb;
	font-size: 80%;
}
.faq-question-author {
	float: left;
}
.faq-question-author i {
	font-style: normal;
}
.faq-question-author span, .faq-question-author a {
	color: #3f2c9c;
	vertical-align: baseline;
}
.faq-question-date {
	float: right;
}
.faq-question-date em {
	font-style: normal;
	color: #999;
}
.faq-question-button, .faq-answer-button {
	position: absolute;
	top: 0;
	right: 0;
	margin: 6px 15px 0 0;
}
.faq-question-button a, .faq-answer-button a {
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 80%;
	margin: 0 2px;
	padding: 2px;
}
.faq-answer i {
	display: block;
	padding-bottom: 2px;
	border-bottom: 1px solid #c5d4eb;
}
.faq-answer-arrow {
	z-index: 9;
	position: absolute;
	top: calc(50% - 5px);
	right: -20px;
	width: 20px;
	height: 15px;
	background-color: #e2ebf9;
	border-bottom-right-radius: 60px 40px;
	transform: rotate(-15deg);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.faq-button-ask {
	padding: 10px 10px 20px 20px;
}
.faq-button-ask a {
	border:1px solid #777;
	text-align:	center;
	font-size:15px;
	padding:3px 10px 5px 10px;
	border-radius:3px;
	box-shadow: 0 1px 0 rgba(0,0,0,.07);
}
.faq-button-ask a:hover {
	text-decoration: none;
	background: #fff; /* обязательно для ie */
	-webkit-box-shadow: 0px 0px 10px #0077ff;
	-moz-box-shadow: 0px 0px 10px #0077ff;
	box-shadow: 0px 0px 10px #0065ff;
}
.faq-form-ask {
	border-top: 1px solid #ccc;
	margin-top: 1em;
}
.faq-form-top {
	border-top: none;
	margin-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.faq-form-ask h4 {
	margin: 1em 0;
}
.faq-form-ask textarea {
	width: 100%;
	resize: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0 10px 0;
	overflow: auto;
}
dl.faq-questions dt.faq-question-hide, dl.faq-questions dd.faq-answer-hide {
	background-color: #fc9;
	border-color: #fc9;
}
dl.faq-questions dd.faq-answer-hide .faq-answer-arrow {
	background-color: #fc9;
}
dl.faq-questions dt.faq-question-topic, dl.faq-questions dd.faq-answer-topic {
	background-color: #cfc;
	border-color: #cfc;
}
dl.faq-questions dd.faq-answer-topic .faq-answer-arrow {
	background-color: #cfc;
}

.msg-error {
	background: #900;
	margin: 4px 0;
	color: #fff;
	padding: 4px;
}
.msg-ok {
	background: #090;
	margin: 4px 0;
	color: #fff;
	padding: 4px;
}
.hidden {
	display: none;
}

/* Pagination */
.pager {
	margin-left: -4px;
	overflow: hidden;
	padding: 4px 0;
}
.pager strong, .pager a {
	margin: 0 4px;
	border-radius: 19px;
	padding: .2em .5em;
	vertical-align: baseline;
}
.pager strong {
	font-weight: normal;
	background: #ccf;
}
.pager a {
	text-decoration: none;
}
.pager a:hover {
	background: #ddf;
}
a.pager-first:hover, a.pager-next:hover {
	background: none;
}
.pager span {
	margin: 0 -4px;
	vertical-align: baseline;
}

/* Modal */
.modal-overlay {
	position: fixed;
	overflow: auto;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 100;
}
.modal-wrap {
	position: absolute;
	width: 100%;
	height: 200px;
	left: 0;
	top: 50%;
	margin-top: -100px;
}
.modal {
	max-width: 750px;
	min-width: 100px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #d3dff3;
	padding: 10px 20px 20px;
	border-radius: 8px;
}
.modal h4 {
	margin: 0 -20px 10px -20px;
	padding: 0 20px 10px 20px;
	border-bottom: 1px solid #d3dff3;
	font-size: 80%;
}
.modal-confirm {
	display:none;
	cursor: default;
	padding: 10px;
}
.modal-confirm h1 {
	margin: 0 0 1em 0;
	font-size: 90%;
}
