/*
Theme Name: teplicno.ru
Description: Markup by <a href="http://dimox.name/">Dimox</a>
Author: Dimox
*/
/* reset */
html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}table{border-collapse:collapse;border-spacing:0}:focus{outline:0}
/* end reset */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;vertical-align:bottom}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/* end normalize */
body {
	background: #FFF;
	font: 14px/1.214 'PT Sans', sans-serif;
	color: #323144;
}
a {
	color: #654E78;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 20px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	float: left;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 5px 25px 10px 0;
}
.alignright {
	float: right;
}
img.alignright,
.wp-caption.alignright {
	margin: 5px 0 10px 25px;
}
.container {
	position: relative;
	overflow: hidden;
	min-width: 1000px;
	min-height: 1250px;
}
.container:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	left: 0;
	height: 780px;
	background: url('i/header-bg.jpg') no-repeat 50% 100%/cover;
}
.container:after {
	content: '';
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	left: 0;
	height: 515px;
	background: url('i/footer-bg.jpg') no-repeat 50% 0/cover;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
.wrap:after {
	content: '';
	display: table;
	clear: both;
}
/* Forms
-----------------------------------------------------------------------------*/
.form-row:after {
	content: '';
	display: table;
	clear: both;
}
.form-field-wrap {
	float: right;
	width: 50%;
	padding: 0 0 0 5px;
}
.form-field-wrap:nth-child(2n+1) {
	float: left;
	padding: 0 5px 0 0;
}
.form-field,
.form .jq-file__name {
	width: 100%;
	margin: 0 0 10px;
	padding: 9px 20px 11px;
	border: 1px solid #E6E9EB;
	border-radius: 3px;
	background: #FFF;
}
.form-field::-webkit-input-placeholder,
.form .jq-file__name::-webkit-input-placeholder {
	color: #AFB0B6;
}
.form-field::-moz-placeholder,
.form .jq-file__name::-moz-placeholder {
	color: #44454B;
}
.form-field:-ms-input-placeholder,
.form .jq-file__name:-ms-input-placeholder {
	color: #AFB0B6;
}
.form textarea {
	height: 86px;
}
.jq-file {
	vertical-align: middle;
	width: 50%;
	margin: 0 0 10px;
	padding: 0 5px 0 0;
	cursor: pointer;
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.form .jq-file__name {
	display: block;
	overflow: hidden;
	width: calc(100% - 100px);
	height: 40px;
	margin: 0;
	white-space: nowrap;
	line-height: 1.3;
	color: #AFB0B6;
	text-overflow: ellipsis;
}
.changed .jq-file__name {
	color: #323144;
}
.jq-file__browse {
	position: absolute;
	top: 0;
	right: 5px;
	width: 90px;
	height: 40px;
	border-radius: 3px;
	background: #E1E1E1;
	line-height: 39px;
	color: #9C9EA3;
	text-align: center;
}
.button {
	display: inline-block;
	height: 36px;
	padding: 0 40px 2px;
	border: none;
	border-radius: 5px;
	background: #FFD545;
	transition: .1s;
}
.button:hover {
	background: #FFCE25;
}
.wpcf7 .wpcf7-not-valid-tip {
	display: block;
	margin: -7px 0 10px;
}
.wpcf7 .wpcf7-validation-errors {
	margin: 20px 0;
	padding: 10px 12px;
}
.ask-form {
	margin: 30px 0;
}
.select {
	position: relative;
}
.select select {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 0 2px 16px;
	border: 1px solid #E6E9EB;
	border-radius: 3px;
}
@supports (pointer-events: none) {
	.select select {
		padding: 0 15px 2px 16px;
	}
	.select:after {
		content: '';
		position: absolute;
		top: 1px;
		right: 1px;
		bottom: 1px;
		width: 25px;
		border-radius: 0 2px 2px 0;
		background: #FFF url('data:image/gif;base64,R0lGODlhBQADAIABADIxRP///yH5BAEAAAEALAAAAAAFAAMAAAIFhB0XC1sAOw==') no-repeat 0 50%;
		pointer-events: none;
	}
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	position: relative;
	height: 184px;
}
.header__logo {
	position: absolute;
	top: 48px;
	left: 0;
	height: 80px;
	padding: 0 0 0 96px;
	background: url('i/logo-header.png') no-repeat;
	text-align: center;
	text-decoration: none;
}
.header__logo-title {
	font-size: 48px;
	font-weight: bold;
	color: #654E78;
}
.header__logo-title span {
	display: inline-block;
	vertical-align: top;
	height: 11px;
	margin: 29px 0 0 -13px;
	padding: 0 5px;
	border-radius: 2px;
	background: #F67926;
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
}
.header__logo-desc {
	font-size: 12px;
	color: #91819E;
}
.fav {
	font-size: 10px;
	color: #89BC1A;
	text-decoration: none;
}
.fav:hover {
	border-bottom: 1px dashed;
}
.fav:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -22px;
	width: 22px;
	height: 14px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMpJREFUeNpinHZUjwEPqAfiRlySTHg0OgBxA5QmWXMjGk20ZicgtoOy7aB8vJpZgVgViL2AuAtNXRdUXBWqDgxYoP6KAWJ5KB8bMAbirVD2HyB+CMRLQTb3AvETPBrRAQtUfQ9I82eok3YQqXkHVP1nmJ+/AbE/EK8noHE9VN039AD7BcRrCGheA1WHNap0CWjWxRfPyJKgUN0DpWFAh5Dmf0C8GIg1gNgVSi+Gimvj0swLxCehpscB8V2o+F0oHyR+Goh5YBoAAgwA4mImJpYZx8MAAAAASUVORK5CYII=') no-repeat;
}
.header__fav {
	position: absolute;
	top: 42px;
	left: 253px;
}
.actual {
	position: absolute;
	top: 40px;
	left: 368px;
	width: 260px;
}
.actual__headline {
	margin: 0 0 11px;
	font-size: 12px;
	color: #F67926;
}
.actual__title {
	font-size: 20px;
	font-weight: bold;
}
.actual__title a {
	color: #654E78;
	text-decoration: none;
}
.actual__title a:hover {
	text-decoration: underline;
}
.search-form {
	position: absolute;
	top: 60px;
	right: 0;
	width: 342px;
	height: 40px;
	border-radius: 3px;
	background: #FFF;
}
.search-form__field {
	width: 100%;
	padding: 10px 41px 10px 16px;
	border: none;
	background: none;
}
.search-form__field::-webkit-input-placeholder {
	color: #B2A6BB;
}
.search-form__field::-moz-placeholder {
	color: #483D50;
}
.search-form__field:-ms-input-placeholder {
	color: #B2A6BB;
}
.search-form__button {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 100%;
	border: none;
	background: url('data:image/gif;base64,R0lGODlhDAAMAIABAPZ5Jv///yH5BAEAAAEALAAAAAAMAAwAAAIaTIBga7r+DoSnxssobcy2LSVex4HZSCrmAxQAOw==') no-repeat 50%;
}
.header__nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.header__nav li {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}
.header__nav li:not(:first-child) {
	margin-left: 19px;
}
.header__nav li:not(:last-child) {
	margin-right: 19px;
}
.header__nav a {
	display: block;
}
.header__nav .hot a {
	padding: 0 0 0 28px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAXCAYAAADQpsWBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbpJREFUeNqEk0soRVEUhq/jUlfKo5SBKIpCygBJKCQhj5kUIwYGRiRkoiQDAzJRBkrGysAjRSmUdwl1Dcwk8gp5c31L62g77uXU19p7r/XvtdfaZ7t8Pp8rEA9dyUXgca5brgDfY3dKF6YRnpw+K4CgDtMPq55+r+9fEYIszJhOt/xtajkEkZhxCIdTOPlXxDcAaTo+g6s/RWQpxjTBK0gd19Tzpr7cXyIWQ7TwYBiFB3hRXyJmGlvozFQF2XCuTXiGWALF3wkx0Ms8+EukjhYVb4JXmyC1zUGz+iRTpZ0pFfLVcUgdcqxjcEMp3MGN+lsliYhKIFQXL9RuqH2HWmjTeQGkW1qL/bnVLqidJ/MidkUbIw0rE1G8IbLHO7ALEzq/NY6YJaIwQ5QtHdL7keYs+bnbODnOvbGQATmwhnDdWI+CSB2HSqYjwyn30OFn90yjWZcimnUEVHPEBsdahTHetkV7jqAhhEn6GyUYInmQkxZnl0E7fBiiaCi3LxQidNxH/EGQvHndUZzDEKQBeXrZ+3o/g1KvvORvkQprMPUwA1OwrFl7CJ60436IHK9YftQ4GEFwYfo+BRgASf+rD/Y3PhcAAAAASUVORK5CYII=') no-repeat 0 0;
	color: #F67926;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	padding: 30px 0;
}
.middle:after {
	content: '';
	display: table;
	clear: both;
}
.content {
	float: left;
	width: 100%;
	padding: 0 290px 0 0;
}
.wrap .content {
	padding-right: 280px;
}
.main-cats {
	position: relative;
	margin: 0 0 30px;
}
.main-cats:before {
	content: '';
	position: absolute;
	top: 164px;
	bottom: 0;
	left: 510px;
	width: 1px;
	background: #EAE5EB;
}
.main-cats:after {
	content: '';
	display: table;
	clear: both;
}
.main-cats-section {
	float: left;
	width: 511px;
	padding: 0 30px 0 0;
}
.main-cats-section:last-child {
	width: 489px;
	padding: 0 0 0 50px;
}
.main-cats__headline {
	margin: 0 0 13px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.main-cats__headline a {
	color: #9060B8;
}
.main-cats nav {
	float: left;
	padding: 111px 0 0;
}
.main-cats li {
	padding: 14px 0 0 17px;
	background: url('data:image/gif;base64,R0lGODlhAwAFAIABAGVOeP///yH5BAEAAAEALAAAAAADAAUAAAIFRAKWi1cAOw==') no-repeat 0 20px;
	list-style: none;
}
.main-cats__nav-1 {
	width: 236px;
	margin: 0 0 0 32px;
	padding: 0 30px 0 0;
	background: url('i/main-cats-nav-1.png') no-repeat 0 13px;
}
.main-cats__nav-2 {
	width: 212px;
	background: url('i/main-cats-nav-2.png') no-repeat 0 10px;
}
.main-cats__nav-3 {
	width: 228px;
	margin: 0 0 0 43px;
	padding: 0 30px 0 0;
	background: url('i/main-cats-nav-3.png') no-repeat;
}
.main-cats__nav-4 {
	width: 168px;
	background: url('i/main-cats-nav-4.png') no-repeat 0 16px;
}
.headline {
	margin: 0 0 24px;
	font-size: 24px;
	font-weight: bold;
	color: #654E78;
}
.headline-center {
	overflow: hidden;
	margin: 0 0 26px;
	font-size: 16px;
	color: #B1A6BB;
	text-align: center;
}
.headline-center:before,
.headline-center:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 1px;
	background: #EEECF0;
}
.headline-center:before {
	margin-left: -100%;
	border-right: 18px solid #FFF;
}
.headline-center:after {
	margin-right: -100%;
	border-left: 18px solid #FFF;
}
.popular {
	margin: 0 0 32px;
}
.popular-items {
	margin: -8px -9px -8px -8px;
}
.popular-items:after {
	content: '';
	display: table;
	clear: both;
}
.popular-item {
	float: left;
	width: 246px;
}
.popular-item:nth-child(n+5) {
	display: none;
}
.bx-wrapper .popular-item:nth-child(n+5) {
	display: block;
}
.popular-item-outer {
	padding: 3px;
}
.popular-item-inner {
	position: relative;
	display: block;
	border: 5px solid #FFF;
	border-radius: 10px;
}
.popular-item-inner:hover {
	box-shadow: 0 0 0 2px #C5EE69, 0 0 0 3px #E5F7BB;
}
.popular-item-inner:hover .popular-item__more {
	display: block;
}
.popular-item__image {
	display: block;
	border-radius: 3px;
}
.popular-item-overlay {
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 0;
	padding: 10px 20px 13px;
	border-radius: 0 5px 3px 0;
	background: rgba(67,60,72,.9);
	color: #FFF;
}
.popular-item__title {
	font-size: 20px;
	font-weight: bold;
}
.popular-item__comments {
	position: absolute;
	top: 0;
	right: 0;
	height: 18px;
	padding: 0 6px;
	border-radius: 3px;
	background: #F67926;
	font-weight: bold;
	line-height: 18px;
}
.popular-item__more {
	position: absolute;
	top: 92px;
	left: 50%;
	display: none;
	width: 155px;
	height: 35px;
	margin: 0 0 0 -77.5px;
	padding: 0 0 0 13px;
	border-radius: 3px;
	background: rgba(255,255,255,.95) url('data:image/gif;base64,R0lGODlhCQAJAIABAPZ5Jv///yH5BAEAAAEALAAAAAAJAAkAAAISDI5gwW362pFw0sishtithAQFADs=') no-repeat right 12px top 50%;
	line-height: 33px;
	color: #F67926;
}
.popular .bx-pager {
	height: 10px;
	margin: 12px 0 0;
	text-align: center;
}
.popular .bx-pager-item {
	display: inline-block;
}
.popular .bx-pager-item a {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 3px 0 2px;
	border-radius: 3px;
	background: #E0DCE4;
	text-indent: -9999px;
}
.popular .bx-pager-item .active {
	background: #FFD545;
}
.rating-item {
	margin: 0 0 10px;
	padding: 19px;
	border: 1px solid #EAE5EB;
	border-radius: 3px;
}
.rating-item-inner {
	display: table;
	width: 100%;
}
.rating-item__image {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100px;
}
.rating-item__image img {
	border-radius: 3px;
}
.rating-item__recommend,
.rating-item__leader {
	position: absolute;
	top: 16px;
	right: -10px;
	height: 15px;
	padding: 0 7px;
	background: #F67926;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	color: #FFF;
}
.rating-item__leader {
	background: #9060B8;
}
.rating-item-mid {
	display: table-cell;
	vertical-align: middle;
	padding: 0 19px;
}
.rating-item__title {
	font-size: 20px;
	font-weight: bold;
	color: #654E78;
}
.rating-item__company {
	margin: 7px 0 0;
	font-size: 12px;
	color: #B2A6BB;
}
.rating-item__company a {
	margin: 0 0 0 9px;
	color: #9060B8;
}
.rating-item__rating {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 12px;
	margin: 12px 0 0;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANFJREFUeNpifHDnCQMOUAbEE4H4JzZJJhyapIC4AYiTcJnKhMc2TiCuBGI2YjVKAnEalC0LxMnYNDIC/WgGpOOAWA2IVYBYDoiZ0dS9AeI7QHwLiI8C8SyQjReAWBqIXYFYEYsmEBABYguomsMwp/4C4jAgXsWAHzwCYgcgvo7sx99AHAXE23Bo+gTE9lCnYgTOXyB+i0MjOxA/wReq2kjs/2galXFpBAWKJjSlgFKMDBAnAvFDqLwuLo0KQLwUGi0FQPwMiBdA+XnQkIUDgAADAJfiJPSIVQDGAAAAAElFTkSuQmCC');
}
.rating-item__rating:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 70px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM9JREFUeNqU0T0LQVEcx/HrIbKbMCDcBW9A8iqUTcIsFkZGk82oZPUC7FImsyJ5WEyyKSW+t/5XN51zy78+3dO9/Trn/o5nvMobigmgjaGhGa/mfQ0DRP8JWrv1EET3n2AVcVk3EFMF/WiiABMphB3fQzjijD12mGFtBZfoI6I5lQ8J8cDGPuoWRZwM95mjjKfzHw8o4a4JLVCxQ7/lXKRJ1dzw0rWalDLseTvWWbfryMnTarAuZY2kEFNuQBm0rqGFNCa4ooMMpnKi73wEGADyrSHpxdoh3QAAAABJRU5ErkJggg==');
}
.rating-item__rating.stars-1:after {
	width: 14px;
}
.rating-item__rating.stars-2:after {
	width: 28px;
}
.rating-item__rating.stars-3:after {
	width: 42px;
}
.rating-item__rating.stars-4:after {
	width: 56px;
}
.rating-item__rating.stars-5:after {
	width: 70px;
}
.rating-item__reviews {
	display: inline-block;
	vertical-align: 2px;
	margin: 0 0 0 16px;
	font-size: 12px;
	color: #B2A6BB;
}
.rating-item-right {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 160px;
	padding: 0 0 0 20px;
	font-size: 12px;
	color: #BCB4C3;
	text-align: center;
}
.rating-item-right:before {
	content: '';
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 0;
	width: 1px;
	background: #EAE5EB;
}
.rating-item__price-text {
	margin: -5px 0 0;
	padding: 34px 0 0;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAbCAYAAAB4Kn/lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYxJREFUeNqslc8rRFEUx+97saNBYzNCUhavkB8pGxt5GwtWWCgr/gILSxvJjtlZUCjLkWw0SX6tRFYempUmSgn5kUw0vmc6U6/be2+e55z6NN3z7v1057x7zzPylwMqQnSDVbCirPSS1wRTRYsJ0AoWlWP3SYnLge0aT0qJm0GTa1wtJe7iXRfjXkLcBma1XMprYtkfT8I2SLhyN2D/Pztu4J0ltHwSxy0XVVwJtkC9lqfarvstCiOmxZ0e+T3wHlU8D4Z9nqWCFga9vFEwE/D8qVAmx87jN6fX2vDpFe3gAFQFiB/ANyDxB7gDx9w/siQ2MCB7LagAFhgHNRH7yCOYolIMgh0lF3EwRy9vSMlH3OR6SsctieuEpZ9gmcSGsNgBayYfG8mgtjpC4oyw+AVkTd66VJyCXlyQI5ObyZeQ+A3S62KvOAEdIMYtshEsRLh5P2BXb0JX2qQMfy1iIaXJQnu10uel2uYhGAOvIcUbbmmptkl/qx9Mgx4u0zO44DK18GXYhPRMX/wrwAD3tVQHb4pbVQAAAABJRU5ErkJggg==') no-repeat 50% 0;
}
.rating-item__price {
	margin: 5px 0 6px;
	font-size: 24px;
	font-weight: bold;
	color: #654E78;
}
.rating-item__all {
	color: #9060B8;
}
.rating-all {
	margin: 16px 0 0;
}
.rating-all a {
	color: #9060B8;
}
.new {
	margin: 28px 0 30px;
}
.new-items {
	margin: -8px -9px -8px -19px;
}
.new-items:after {
	content: '';
	display: table;
	clear: both;
}
.new-item {
	float: left;
	width: 246px;
	margin: 0 0 0 11px;
	padding: 3px;
}
.new-item-inner {
	position: relative;
	border: 5px solid #FFF;
	border-radius: 10px;
}
.new-item-inner:hover {
	box-shadow: 0 0 0 2px #C5EE69, 0 0 0 3px #E5F7BB;
}
.new-item-inner:hover .new-item__more {
	display: block;
}
.new-item__image {
	display: block;
	border-radius: 3px;
}
.new-item-overlay {
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 0;
	border-radius: 0 5px 3px 0;
	background: rgba(67,60,72,.9);
	color: #FFF;
}
.new-item__title {
	font-size: 16px;
	font-weight: bold;
}
.new-item__title a {
	display: block;
	padding: 10px 20px 13px;
	color: #FFF;
	text-decoration: none;
}
.new-item__cat {
	position: absolute;
	top: -25px;
	left: 0;
	height: 25px;
	padding: 0 20px;
	border-radius: 0 3px 0 0;
	background: #FFD545;
	line-height: 25px;
	text-decoration: none;
}
.new-item__more {
	position: absolute;
	top: 92px;
	left: 50%;
	display: none;
	width: 155px;
	height: 35px;
	margin: 0 0 0 -77.5px;
	padding: 0 0 0 13px;
	border-radius: 3px;
	background: rgba(255,255,255,.95) url('data:image/gif;base64,R0lGODlhCQAJAIABAPZ5Jv///yH5BAEAAAEALAAAAAAJAAkAAAISDI5gwW362pFw0sishtithAQFADs=') no-repeat right 12px top 50%;
	line-height: 33px;
	color: #F67926;
	text-decoration: none;
}
.discuss {
	margin: 0 0 30px;
	padding: 16px 19px 19px;
	border: 1px solid #FFD545;
	border-radius: 3px;
	background: #FFF;
}
.discuss-items {
	margin: -10px 0 0;
}
.discuss-items:after {
	content: '';
	display: table;
	clear: both;
}
.discuss-item {
	float: left;
	width: 50%;
	padding: 0 0 0 150px;
	border-left: 20px solid #FFF;
}
.discuss-item:first-child {
	border: none;
	border-right: 20px solid #FFF;
}
.discuss-item__image {
	position: relative;
	float: left;
	margin: 0 0 0 -150px;
}
.discuss-item__image img {
	border-radius: 50%;
}
.discuss-item__comments {
	position: absolute;
	top: 8px;
	right: 0;
	height: 21px;
	padding: 0 10px;
	border-radius: 2px;
	background: #F67926;
	font-weight: bold;
	line-height: 20px;
	color: #FFF;
}
.discuss-item__cat {
	margin: 9px 0 6px;
	font-size: 12px;
	color: #F67926;
}
.discuss-item__title {
	margin: 0 0 9px;
	font-size: 20px;
	font-weight: bold;
}
.discuss-item__title a {
	text-decoration: none;
}
.discuss-item__title a:hover {
	text-decoration: underline;
}
.discuss-item__respond {
	position: relative;
	display: inline-block;
	height: 25px;
	padding: 0 10px 0 30px;
	border-radius: 3px;
	background: #96C52E url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAALCAYAAABLcGxfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANpJREFUeNqM0DFqwnAUx/EX6QF0lBZxEHoDBSVBxBM46NClLm4KHXoKHTt09QAeQUEEcexQcfAACtKqIE4x/37/+gJBaPTBJwnh/fJe/mKMEfWELr7xo+xzD5mwL2yuacMMHZRVG1P8oh4GCvDxHpl27Q0BSg6XoYis8SLx1UfWpreoxHw95GGTIOXAl9sV2F4b+MLrHYEm5naUi5Oeyn/rtMyl3IdzSmSPAzzksNQVntFAUSdMbKCKFD6RxhFJXWOHMfJY2Bf2WD+4P2KEAVYacDQQRH/kT4ABAPhd5BoFOAA8AAAAAElFTkSuQmCC') no-repeat 10px 50%;
	box-shadow: 0 3px #65AD25;
	font-size: 12px;
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
}
.discuss-item__respond:active {
	top: 2px;
	box-shadow: 0 1px #65AD25;
}
.discuss-item__comment {
	margin: 0 0 0 16px;
	font-size: 12px;
	color: #9060B8;
}
.questions {
	position: relative;
	z-index: 1;
	margin: 0 0 26px;
	padding: 25px 0 33px;
}
.questions:after {
	content: '';
	display: table;
	clear: both;
}
.questions:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: -100%;
	bottom: 0;
	left: -100%;
	background: #F5F7F8;
}
.questions-main {
	float: left;
	width: 495px;
	padding: 0 25px 0 0;
}
.questions-main ul {
	margin: 23px 0 10px;
}
.questions-main li {
	margin: 0 0 0 20px;
	padding: 2px 0 17px 37px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAUCAYAAABroNZJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAclJREFUeNqM1EtIVGEYxvEZGfGSCiMqukmEEMQL4kYiRsyQxAsRJOrGy0Jo0cKFCILM0qC2oS7cWItMEEFSB28UYq2D8LJRlNoIioqXRET/LzwjBzszng9+nOGbmed8t/fzn/UX+jy0RxjBb/Q4v0gZ3PQleAhIxDSqseH2g4BLXyo68QxXOEURXigsIP9ihWRgFk+wp74c/SEX43iMJPzCW3zzO9akAn1owWuMwY92fNALj/EDZ6hBGqosxD6M6s/WvqLpzghDyLa34kB9+RrNT0sPK+A9WnHtsk4rLn07iOB5ghZxQVPZ1XZ6bX9sHS0kS/tvbR0FCHoMybTds5Aj5KnTFi0ZJR5DbDO2LGQNler8rmethwB7cbGtl4XMaAqllqpT+VLbG6+FtO0RC5lUZ4eenzWdsntCXuk0r1rIpqbRoZP4ST96EyfATnYd5inAw2gBDmuX6rGtKZYr1K09RbrK4LaK53CCNsfU7FhfxAixQ3mORWcBWk0saYj2hv04UwmqLCLREnDeJ0MKCDv6HqJRz2gbwAMV5X9XwTw+olfbvadh26V0iS8aRYMWfznWfdKNv+hSmU9hAs26lGwd3t0Zre9GgAEAmyte/9ueHZ0AAAAASUVORK5CYII=') no-repeat;
	list-style: none;
	font-size: 16px;
}
.questions-main li a {
	text-decoration: none;
}
.questions-main li a:hover {
	color: #9060B8;
	text-decoration: underline;
}
.questions__all {
	color: #9060B8;
}
.questions-mid {
	float: left;
	width: 245px;
}
.questions__people {
	float: left;
	width: 248px;
	height: 262px;
	margin: 4px 0 20px -36px;
	padding: 30px 0 0 165px;
	background: url('i/questions-image.png');
	font-size: 10px;
	line-height: 13px;
	text-align: center;
}
.questions__people strong {
	display: block;
	margin: 0 0 -1px;
	font-size: 12px;
}
.questions__ask {
	position: relative;
	display: inline-block;
	height: 35px;
	padding: 0 25px;
	border-radius: 3px;
	background: #96C52E;
	box-shadow: 0 3px #65AD25;
	font-size: 16px;
	font-weight: bold;
	line-height: 33px;
	color: #FFF;
	text-decoration: none;
}
.questions__ask:active {
	top: 2px;
	box-shadow: 0 1px #65AD25;
}
.questions-aside {
	float: right;
	width: 260px;
}
.questions .sidebar-menu {
	margin: 75px 0 0;
}
.items:after {
	content: '';
	display: table;
	clear: both;
}
.items--question,
.items--rating {
	margin: 0 0 20px;
}
.homepage-video {
	margin: 0 -1px 0 0;
}
.item-video {
	float: left;
	width: 230px;
	margin: 0 0 0 27px;
	text-decoration: none;
}
.homepage-video .item-video:first-child {
	margin-left: 0;
}
.items .item-video {
	width: 220px;
	margin: 0 0 25px 25px;
}
.items .item-video:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.homepage-video .item-video {
	width: 230px;
	margin-left: 27px;
}
.homepage-video .item-video:nth-child(3n+1) {
	clear: none;
	margin-left: 27px;
}
.homepage-video .item-video:nth-child(1) {
	margin-left: 0;
}
.item-video__image {
	position: relative;
	margin: 0 0 15px;
}
.item-video__image img {
	width: 100%;
	height: auto;
	border-radius: 3px;
}
.item-video__image:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border: 5px solid #FFD546;
	border-radius: 50%;
	background: #FFD546 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAASCAYAAACEnoQPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ9JREFUeNpi+P//fyAQM5CDQQQI7AdiQ3I1g8BfIJ4GxCLkaIaB90BcDMRs5GiGgatA7EGuZhjYDsQa5GoGgZ9A3APEAuRohoHXQJwBxEwgzYz/wUaQDM4DcT4TGRpBlt0A4oekOvscEFuT6udnQJwE8yuxmmGhzEdqVK0HYhVSEwnBlIVNMyhNZwMxCykZ4zcQTyUlNyFr1iK3MAAIMADu/Tc7c92hnAAAAABJRU5ErkJggg==') no-repeat 20px 50%;
	box-shadow: inset 0 0 0 5px #FFF;
	transition: .1s;
}
.item-video__title {
	font-size: 20px;
	font-weight: bold;
}
.item-video:hover {
	color: #9060B8;
	text-decoration: underline;
}
.item-video:hover .item-video__image:after {
	box-shadow: inset 0 0 0 5px #FFD546;
}
.homepage-video__all {
	margin: 22px 0 0;
	text-align: center;
}
.homepage-video__all a {
	color: #9060B8;
}
.secrets-section {
	padding: 0 0 19px;
}
.secrets-section:after {
	content: '';
	display: table;
	clear: both;
}
.secrets-section + .secrets-section {
	padding-top: 27px;
	border-top: 1px solid #E7E4E9;
}
.secrets__headline {
	float: left;
	width: 310px;
	height: 109px;
	padding: 22px 150px 0 29px;
	background: url('i/main-cats-nav-3.png') no-repeat 100% 0;
	font-size: 20px;
	font-weight: bold;
}
.secrets ul:after {
	content: '';
	display: table;
	clear: both;
}
.secrets li {
	float: left;
	margin: 0 0 11px;
	padding: 0 0 0 47px;
	list-style: none;
	font-size: 16px;
}
.secrets__nav-1 {
	float: left;
	width: 690px;
	padding: 5px 0 0;
}
.secrets__nav-1 li {
	width: 25%;
	background: url('data:image/gif;base64,R0lGODlhAwAFAIABAGVOeP///yH5BAEAAAEALAAAAAADAAUAAAIFRAKWi1cAOw==') no-repeat 29px 8px;
}
.secrets__nav-1 li:nth-child(4n+1) {
	clear: both;
}
.secrets__nav-2 {
	min-height: 90px;
	padding: 0 190px 0 0;
	background: url('i/main-cats-nav-4.png') no-repeat right 28px top 50%;
}
.secrets__nav-2 li {
	width: 20%;
	background: url('data:image/gif;base64,R0lGODlhAwAFAIABAEOAPP///yH5BAEAAAEALAAAAAADAAUAAAIFRAKWi1cAOw==') no-repeat 29px 8px;
}
.secrets__nav-2 li:nth-child(5n+1) {
	clear: both;
}
.secrets__nav-2 a {
	color: #43803C;
}
.building,
.improvement {
	margin: 0 0 20px;
}
.building:after,
.improvement:after {
	content: '';
	display: table;
	clear: both;
}
.building__headline,
.improvement__headline {
	float: left;
	width: 455px;
	height: 95px;
	padding: 22px 170px 0 115px;
	background: url('i/main-cats-nav-1.png') no-repeat 100% 0;
	font-size: 20px;
	font-weight: bold;
}
.building .improvement__headline,
.improvement .improvement__headline {
	height: 100px;
	background-image: url('i/main-cats-nav-2.png');
	background-position: 100% 50%;
}
.building__nav,
.improvement__nav {
	float: left;
	width: 545px;
	padding: 5px 0 0;
}
.building__nav:after,
.improvement__nav:after {
	content: '';
	display: table;
	clear: both;
}
.building li,
.improvement li {
	float: left;
	width: 50%;
	margin: 0 0 11px;
	padding: 0 0 0 47px;
	background: url('data:image/gif;base64,R0lGODlhAwAFAIABAGVOeP///yH5BAEAAAEALAAAAAADAAUAAAIFRAKWi1cAOw==') no-repeat 29px 8px;
	list-style: none;
	font-size: 16px;
}
.building li:nth-child(2n+1),
.improvement li:nth-child(2n+1) {
	clear: both;
}
.item {
	float: left;
	width: 220px;
	margin: 0 0 25px 25px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.item:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.item img {
	margin: 0 0 15px;
	border-radius: 3px;
}
.item:hover {
	color: #9060B8;
	text-decoration: underline;
}
.question {
	margin: 0 0 10px;
	padding: 19px 19px 19px 139px;
	border: 1px solid #EAE5EB;
	border-radius: 3px;
}
.question:after {
	content: '';
	display: table;
	clear: both;
}
.question__image {
	position: relative;
	float: left;
	margin: 0 0 0 -120px;
}
.question__image img {
	border-radius: 3px;
}
.question__comments {
	position: absolute;
	top: 10px;
	right: -10px;
	height: 16px;
	padding: 0 9px;
	border-radius: 2px;
	background: #F67926;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #FFF;
}
.question__title {
	margin: 4px 0 11px;
	font-size: 20px;
	font-weight: bold;
}
.question__title a {
	text-decoration: none;
}
.question__title a:hover {
	color: #9060B8;
	text-decoration: underline;
}
.question__text {
	font-size: 16px;
}
.pagination {
	text-align: center;
}
.pagination a,
.pagination span {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin: 0 3px;
	border: 1px solid #EFEDF1;
	border-radius: 3px;
	transition: .1s;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
}
.pagination a:hover,
.pagination .current {
	border-color: #FFD545;
	background: #FFD545;
}
.pagination .prev,
.pagination .next {
	font-size: 17px;
}
.order-by {
	float: right;
	margin: 12px 0 0;
}
.order-by li {
	float: left;
	margin: 0 0 0 14px;
	list-style: none;
	line-height: 26px;
}
.order-by a {
	color: #9060B8;
}
.order-by .current {
	display: inline-block;
	height: 27px;
	padding: 0 15px;
	border-radius: 3px;
	background: #FFD545;
	color: #654E78;
}
.breadcrumbs {
	margin: 0 0 18px;
	color: #9A8DA4;
}
.breadcrumbs a {
	color: #9060B8;
}
.breadcrumbs .home {
	padding: 0 0 0 20px;
	background: url('data:image/gif;base64,R0lGODlhCwAJAIABAJBguP///yH5BAEAAAEALAAAAAALAAkAAAIWjA2nCLnRYDxTUnetdJFDBH7eljRRAQA7') no-repeat 0 6px;
}
.breadcrumbs .sep {
	display: inline-block;
	vertical-align: top;
	width: 3px;
	height: 5px;
	margin: 7px 10px 0;
	background: url('data:image/gif;base64,R0lGODlhAwAFAIABAJBguP///yH5BAEAAAEALAAAAAADAAUAAAIFRAKWi1cAOw==');
	text-indent: -9999px;
}
.post__headline,
.rating-headline {
	margin: 0 0 20px;
	font-size: 36px;
	color: #654E78;
}
.post__entry {
	font-size: 16px;
}
.post__entry:after {
	content: '';
	display: table;
	clear: both;
}
.post__entry > :last-child {
	margin-bottom: 0;
}
.post__entry h2,
.post__entry h3,
.post__entry h4,
.post__entry h5,
.post__entry h6 {
	margin: 30px 0 20px;
	font-size: 32px;
	color: #654E78;
}
.post__entry h3 {
	font-size: 26px;
}
.post__entry h4 {
	font-size: 23px;
}
.post__entry h5 {
	font-size: 22px;
}
.post__entry h6 {
	font-size: 21px;
}
.post__entry li {
	margin: 0 0 6px;
	list-style: none;
}
.post__entry ol {
	margin: 0 0 20px 40px;
}
.post__entry ol {
	counter-reset: li;
}
.post__entry ol > li {
	position: relative;
}
.post__entry ol > li:before {
	content: counter(li) '.';
	counter-increment: li;
	position: absolute;
	top: 0;
	left: -40px;
	width: 25px;
	color: #654E78;
	text-align: right;
}
.post__entry ul {
	margin: 0 0 20px 40px;
}
.post__entry ul > li {
	position: relative;
}
.post__entry ul > li:before {
	content: '';
	position: absolute;
	top: 1px;
	left: -27px;
	width: 13px;
	height: 15px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAYAAAA/I0V3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAV1JREFUeNp80k8oRFEUx/F5r4mxUCxIsUFm/FmQhcgGRUSU3VgrZVIsTUIpFrZWbEkWSlmQQimrSfmzssGCSImNPyU935/O6KX3vPp079zuuefcO8fxPC8S9r2nE7MMzUjmzV8+Z9ejARvbGIpRiFGM+QP0OdlMbM5hWEEXPlCKc1vrQy42sfwTZKfr1CYM2eZBpHUeTpQAA1h03ibjI0xmEMM6paR8pSrbC2uv9nuCYVx3msICKlHlr53Nd3+ufKEyXcuQsZLKOS0aCf8K8KUgpa7GIfJR/09QA+4VdIp2Srm2S3eG/Gd6vRbsK2gN3SyWMW6gn3ksIC6BRuwo6EAvhB6sohatAUEduMWZS1lPTLYwjBv02iv5S9PhSeypO1xb37UMcRaP8chGxxenx6nB9m8bWQvpbhWYQ511R8ayTuNK3cKBn/7eK2JYglrqwe6qe5TgCClVoL3fAgwALjR1Z5IUbSwAAAAASUVORK5CYII=');
}
.post__entry li ul,
.post__entry li ol {
	margin-top: 6px;
}
.post__entry table {
	width: 100%;
	margin: 22px 0;
}
.post__entry th,
.post__entry td {
	padding: 6px 10px;
	border: 1px solid #DDD;
}
.post__entry blockquote {
	margin: 22px 0;
	padding: 10px 20px 10px 100px;
	border: 1px solid #FFD545;
	border-radius: 3px;
	background: url('i/blockquote.png') no-repeat 20px 50%;
}
.post__entry blockquote p {
	margin: 0;
	padding: 10px 0;
}
.post__entry img {
	max-width: 100%;
	height: auto;
}
.post__entry iframe {
	max-width: 100%;
}
.rating-meta {
	margin: 0 0 20px;
	padding: 9px 19px 10px;
	border: 1px solid #FFD545;
	border-radius: 3px;
	font-size: 12px;
	color: #907F9D;
	text-align: center;
}
.rating-meta:after {
	content: '';
	display: table;
	clear: both;
}
.rating-meta__company {
	float: left;
}
.rating-meta__company a {
	margin: 0 0 0 10px;
	color: #9060B8;
}
.rating-meta .rating-item__rating {
	vertical-align: top;
	margin: 1px 0 0;
}
.rating-meta__reviews {
	display: inline-block;
	margin: 0 0 0 15px;
}
.rating-meta__comments {
	float: right;
}
.rating-meta__comments a {
	position: relative;
	color: #79A416;
}
.rating-meta__comments a:before {
	content: '';
	position: absolute;
	top: -3px;
	left: -34px;
	width: 34px;
	height: 23px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAXCAYAAAD+4+QTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAl5JREFUeNqslVuIjGEYx7+dZqzzsRyuVq0lFHFBWYfYqJULI1dCyVLI3u2FXFDcOYTChUhcuHHh1LaFctrljtkaKTYpOYzIYa2xYvz++k+9bTNNvp2nfn3f83xfz/89PO/z1pzqnBOVsRqYDYuhERpgMgyFPLyH5/DAZHcsyhRKJiojoqTbYA1MiCrbR7gBZxDqrCSiUe6HliD5D3gMT+CVZ1ELdTDPDAvEzsI+xPKlREbDeUjbz8EFuAgvoK/EDIbDNNgEm2Gi41dgC0Kf5SQcHOMRFAWuwypog+4yArI+EnVDm/+/6vhaOHe6a+7YUGQXrPe7ZrMBMtF/GEL6f6OSO5R23n8i9bDbH+7DTuiNYhhCvU5816FWZtMgkXUuzX7Y442Obd5w5fnpPUpLpCmYRVdUHXvksyNbKZHpdlTfhWoo+FDes1svkZF2vkTVtQ9+1krkW3BOqmmT/MxLpMfOQverQRsVpbzL7PbIuWlnOSyo0iwajaw94VOacz86BOMHOQt1j4OQgjfKn3C7PuF/lsABGBJTQI3yCCx16DiV9jLhsj0JT/1Bd0gyhsAMHpdgq0OX4VgUJJPYH79ngoaYcpfNuY0PtHFO3gzb3Tlk13RcmEV/KDLT98MvuOXYao9qPryDt/DJbSfl+2YKzJJYcPcchcPFNh+KqKpGebQq5Vava3FvplZYra/Qob0tdTMmfRs229fo9vq94G760AerzgNJemnVcV/71uwgebbcCJKuqKYg9szNsh1uBx1BB3WEl+o3fNeT5BWLQiIr3DHvuAtnPcKBVoh7z/wVYAC3eaiASgbIVwAAAABJRU5ErkJggg==') no-repeat;
}
.question-wrap {
	margin: 0 0 23px;
	padding: 0 0 23px;
	border-bottom: 1px solid #FFD545;
}
.question-wrap:after {
	content: '';
	display: table;
	clear: both;
}
.post-question {
	float: left;
	width: 460px;
	font-style: italic;
}
.answers {
	float: right;
	width: 220px;
	text-align: center;
}
.answers__title {
	margin: 0 0 4px;
	font-size: 12px;
	color: #9A8DA4;
}
.answers__name {
	margin: 0 0 9px;
	font-size: 18px;
	font-weight: bold;
	color: #654E78;
}
.answers__about {
	font-size: 12px;
	color: #9A8DA4;
}
.answers__about p {
	margin: 0;
}
.answers__photo {
	margin: 17px 0 0;
	border-radius: 50%;
}
#toc_container {
	margin: 25px 0;
	padding: 20px;
	border-radius: 3px;
	background: #F6F5F6;
}
#toc_container .toc_title {
	margin: -7px 0 13px;
	font-size: 26px;
	color: #654E78;
}
#toc_container ul {
	margin: 0 0 0 20px;
}
#toc_container ul ul {
	margin-top: 9px;
}
#toc_container li {
	margin: 0;
	font-size: 14px;
}
#toc_container li:before {
	top: 7px;
	left: -12px;
	width: 3px;
	height: 5px;
	background: url('data:image/gif;base64,R0lGODlhAwAFAIABAJBguP///yH5BAEAAAEALAAAAAADAAUAAAIFRAKWi1cAOw==');
}
#toc_container li + li {
	margin: 9px 0 0;
}
#toc_container a {
	color: #9060B8;
}
.wp-caption {
	background: #F6F6F6;
}
.wp-caption.alignnone,
.wp-caption.aligncenter {
	margin-bottom: 22px;
}
.wp-caption-text {
	padding: 11px 11px 14px;
	font-size: 14px;
	font-style: italic;
	color: #84878F;
	text-align: center;
}
.author {
	display: table;
	width: 100%;
	margin: 26px 0 30px;
	padding: 19px;
	border: 1px solid #FFD545;
	border-radius: 3px;
}
.author__photo {
	display: table-cell;
	vertical-align: middle;
	width: 94px;
}
.author__photo img {
	border-radius: 50%;
}
.author-inner {
	display: table-cell;
	vertical-align: middle;
}
.author__title {
	margin: 0 0 4px;
	font-size: 12px;
	color: #9A8DA4;
}
.author__name {
	font-size: 18px;
	font-weight: bold;
	color: #654E78;
}
.author__about {
	margin: 9px 0 0;
	font-size: 12px;
	color: #9A8DA4;
}
.prev-post,
.next-post {
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 5px;
	width: 50px;
	height: 50px;
	margin: -25px 0 0;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7lJREFUeNrUmllIVFEYx8+MRgotOC0PbUbaRmIhLUiLUeRD9ZS0UCHSqkFZQS9Cm1Y+RGZCuyGVZARZL0WWFUihpphZGIGoGPhUPiRkmS3/r/mmbpd7Z+bee854++Dn6BnnO+c/3z3nfGfxJMRPFpJsNpgL5oN4xgdi+f0+0AO6QCd4ARrBKyeVtnV2/H6Ndtj4JLABrAJzQvzvcDAWzOC/d/ArCbkHboLXdhvisRmRBeAAyBByrRKcBHVWI+K1WNEEcJ0rki2CbA2oBeVgopUPWhGSCd6AzUK9beK6smQLOQeugpEicjYClIHzMoQMAVUgRwyeZYOH3BZbQqLAM5AuBt9WgOfcJstCqnhOcIvN48hYEnIJLBfus2WgNFwhNMFtF+61rWBjKCE+nifcbtfAqGBCzkpIW4LZTknRjtIPy9pGJ/NjpcoOc98TnHMdd+hvLed3zfqIFCoUcQjka/4+wdH57NBvoT5ppB8dikQcAUcNyodxSh/n0P8UJI4dgYhsUyTioImI6aBdgog/bfdqsk7ZRgKOGZQncMYwRlI9GYFHayZeWxX0iQKTSNRKioTWZlFEFisYnQqCRCJOQfSXkJAUySLyDcqn8Rp9tKK+mEJCEhWLmMqZq0/h8J5IE+J4SUOsmYhafTqhwMZFO/ymfvLEdtngPep7j0MtiCSZjx6tWIdOek3Kh0ZIBFmM16EDD6gA+wzeqxb+baNvkVBCQvok+CkCuw3KaaRaCL4q1vGFhPRIclYC9hqUN4A0MKBQSA8J6Zbo8DTINSivB4sURqabhLRJdlocREyaoj7TRkKaFDguNnnM6nlY7pdcXxMJqVEU7tMRjEwNCXnLCEWR2W9QXsd95qOEOt5hYdUamEfuKBxRToE9JkPzagn+K7ULq1LF4/wZk0kzV4LvUq0QWq/fVyymSNfwpxJ2bR7gsWrXbwflgZWKxVCf+QFSwVIJ/vICv2iF0FneLbBOsZgSSX5ug5faXEtru8B34X6jNmbrk0at0XCY+R8IyQIfggkhuwGuuFgEHceVG6XxRkabXk9cKIJGui1m6xEzS+cU3C3WKIIcA3pDdChaFD1ygYhqbsuAHSGCEzv6Fi4MooiLwn8Y2h9qqRuO5fBI8SmCAnq5P2SHu2YP1+jCQBKPaqqtgusqs7L5YMXeC//1ilRFGfNd7gt02Nll5YN2zwtpPUFHEXRct57T8WSbvlrE32tOLXa/AY/Ei2d0nhe4eEZOJwn/LmZMYMtG/HvxrIFpdrRY52tOvwQYAMXFu43Wph2fAAAAAElFTkSuQmCC');
	transition: .2s;
	opacity: .7;
}
.prev-post:hover,
.next-post:hover {
	opacity: .9;
}
.next-post {
	right: 5px;
	left: auto;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA6hJREFUeNrMmltIVEEYx2e3onwpvPTSdUUrkLKStKJMKOqlnpKgGxJlpUFZQU9hF4t8iNSEssIQM7SCLg8VXaRAijTFNLoQSFqBT2WQkZbK9v/0W92Wc7Y9e+Zbzx9+KI47M//95sx8M3NcXq9XkRI98cqm5oNFIA14wAwQA6K4vAd0gU/MS9AEWpUGuWwamQc2grVsJBy1gHvgGngTaSNLwCGwXunVTXAaNFj9oNvi/08HV8ELAROkTFAPqsA0KSPbOPRblLy2cltZuo2UgQowUUVOk0AlOK/DyDjwCOSo0VMueMh9CcvIGPAcrFajrzXgGffJshGKRKpyjtI4MpaMlIOVynlaBS6FamQz2KGcq528CAc1EguuKOeritMfUyNlwR4oi9/abkEjY8E5MyMLwAYNjRzmZ4zG8lFBMzS8ko2MFNqs+BdH4ZTf3wrAEUEzhf8kjUgYKWP8aLPS75y6/zQoo8gcEzJDfe/wRSRbQ4XR/GXMMSg7DvKFjGT7D61MTZVO5hU4waDsJBvSrcEs3JUw05OEn281V07DbCn4YFCWz8+OTiVRRFYIfEvRQSJzQmA2SycjKUJjN4735bMNygo0m0khI4mC02MMZ9CzhM0kkpEpwulEHG+NzczomJanugNzFiHF8oSSbjI17wJeO5EnIxMilOjRDm+8SVm3zbqj3BEy0QcWg1qDsgOghpYCOw2QkV5hE7/BMp7BArUXFGloo4eMdAma6AcZoNGgbD8o1dROFxnpFIzEcmV8apgHijW21UlG2oSeiYwgJko0t9dGRpo1V/qHp9kGk+FUIvDFNZORughGolhoGNe52zra35lkqVb1jZ+JeoOyg0KRIL0nfOvILQ0VrjOZYveBM4Iz423/jVW5hgrzTBa7s8LrVPmwEQwv2qI+0HCq8TTAWJGwifugffjwYTAP9sQv1DSD1XC2W6rkRUdYrYHHQa/U0NWXXW2KkIkbyu8iNTBppHuQAeV8UR/3BCaN/vqqhq7YnK4snu5NjZDosrPCwSYug2qjNN5I2wNmIKfoiTI5TAy2saLrriYHmWjkPimrRvp5Q1TrABOPuS8D4RjxZbJ0GXpxFE1c4Ej0/W+rG4py+LnpjqCBHzyD5oa6Zw9VNJPN5ZVbWtXcVqWVwwcr+qyGLktpvN4RymTp8JteE/li5YN2X3NKViOvOSWH2fnX4C64zr+HJZfGF88ogUtlPGrkxTPfAWAvn9hQVDvUyItnLTpC+VeAAQBE8cfgqDTN6AAAAABJRU5ErkJggg==');
}
.post-share {
	margin: 30px 0 23px;
	text-align: center;
}
.comment-list {
	margin: -10px 0 30px;
}
.comment-list li {
	list-style: none;
}
.comment-list .children li {
	padding: 0 0 0 20px;
}
.comment {
	margin: 0 0 15px;
	padding: 20px 20px 20px 100px;
	border-radius: 3px;
	background: #F6F5F6;
}
.comment:after {
	content: '';
	display: table;
	clear: both;
}
.bypostauthor {
	background: #FFF5D2;
}
.comment .avatar {
	float: left;
	margin: 0 0 0 -80px;
}
.comment-meta {
	margin: 0 0 10px;
	font-size: 12px;
}
.comment__author {
	color: #797695;
}
.comment__rating {
	display: inline-block;
	margin: 0 0 0 16px;
	color: #9E9CB2;
}
.comment__rating .rating-item__rating {
	vertical-align: top;
	margin: 1px 0 0 7px;
}
.comment__period {
	display: inline-block;
	margin: 0 0 0 16px;
	color: #9E9CB2;
}
.comment__period span {
	color: #797695;
}
.comment__text > :last-child {
	margin-bottom: 0;
}
.comment__reply {
	display: inline-block;
	margin: 0 0 0 16px;
}
.comment__reply a {
	display: inline-block;
	vertical-align: top;
	height: 15px;
	padding: 0 6px;
	border-radius: 2px;
	background: #FFD545;
	transition: .1s;
	font-size: 9px;
	line-height: 14px;
	color: #322E55;
	text-decoration: none;
}
.comment__reply a:hover {
	background: #FFCE25;
}
.comment-nav {
	margin: -15px 0 30px;
}
.comment-nav:after {
	content: '';
	display: table;
	clear: both;
}
.respond .headline {
	margin: 0 0 9px;
}
li .respond {
	margin: 30px 0;
}
.respond__cancel {
	margin: 0 0 15px;
}
.set-rating:after {
	content: '';
	display: table;
	clear: both;
}
.set-rating__title {
	float: left;
	padding: 0 0 0 20px;
	line-height: 40px;
}
.set-rating__value {
	position: relative;
	float: right;
	width: 210px;
	height: 40px;
	margin: 0 0 10px;
	border: 1px solid #E9EBEE;
	border-radius: 3px;
	background: #FFF url('data:image/gif;base64,R0lGODlhBQADAIABADIxRP///yH5BAEAAAEALAAAAAAFAAMAAAIFhB0XC1sAOw==') no-repeat right 20px top 50%;
}
.set-rating__value-current {
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	color: #9DA0A9;
}
.set-rating__value ul {
	position: absolute;
	top: 100%;
	right: -1px;
	left: -1px;
	display: none;
	overflow: hidden;
	margin: 2px 0 0;
	border: 1px solid #E9EBEE;
	border-radius: 3px;
	background: #FFF;
}
.set-rating__value ul.active {
	display: block;
}
.set-rating__value li {
	height: 40px;
	padding: 0 20px;
	list-style: none;
	line-height: 40px;
	color: #9DA0A9;
	cursor: pointer;
}
.set-rating__value li:hover {
	background: #FFF5D2;
}
.set-rating__value .stars {
	display: inline-block;
	height: 12px;
	margin: 0 0 0 6px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM9JREFUeNqU0T0LQVEcx/HrIbKbMCDcBW9A8iqUTcIsFkZGk82oZPUC7FImsyJ5WEyyKSW+t/5XN51zy78+3dO9/Trn/o5nvMobigmgjaGhGa/mfQ0DRP8JWrv1EET3n2AVcVk3EFMF/WiiABMphB3fQzjijD12mGFtBZfoI6I5lQ8J8cDGPuoWRZwM95mjjKfzHw8o4a4JLVCxQ7/lXKRJ1dzw0rWalDLseTvWWbfryMnTarAuZY2kEFNuQBm0rqGFNCa4ooMMpnKi73wEGADyrSHpxdoh3QAAAABJRU5ErkJggg==');
}
.set-rating__value .stars.stars-1 {
	width: 14px;
}
.set-rating__value .stars.stars-2 {
	width: 28px;
}
.set-rating__value .stars.stars-3 {
	width: 42px;
}
.set-rating__value .stars.stars-4 {
	width: 56px;
}
.set-rating__value .stars.stars-5 {
	width: 70px;
}
/* Sidebar
-----------------------------------------------------------------------------*/
.sidebar {
	float: left;
	width: 260px;
	margin-left: -260px;
}
.sidebar > :last-child {
	margin-bottom: 0;
}
.sidebar-answers {
	margin: 0 0 30px;
	padding: 17px 20px 20px;
	border-radius: 3px;
	background: #F5F7F8;
	text-align: center;
}
.sidebar-answers__title {
	margin: 0 0 17px;
	font-size: 12px;
	color: #F67926;
}
.sidebar-answers__photo {
	margin: 0 0 17px;
	border-radius: 50%;
}
.sidebar-answers__name {
	margin: 0 0 9px;
	font-size: 18px;
	font-weight: bold;
	color: #654E78;
}
.sidebar-answers__about {
	font-size: 12px;
	color: #9A8DA4;
}
.sidebar-answers__about p {
	margin: 0;
}
.advices {
	position: relative;
	margin: 0 0 30px;
	padding: 15px 15px 19px;
	border: 2px solid #FFD545;
	border-radius: 3px;
	text-align: center;
}
.wrap .advices {
	margin: 0 0 20px;
}
.advices__headline {
	margin: 0 0 11px;
	font-size: 12px;
	color: #F67926;
}
.advices.loading:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 3px;
	background: rgba(67,60,72,.9);
}
.advices.loading:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -15px 0 0 -15px;
	border: 3px solid #FFD545;
	border-top-color: rgba(255,255,255,.2);
	border-radius: 50%;
	animation: loading .7s infinite linear;
}
.advices__title {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: bold;
}
.advices__title a {
	color: #654E78;
	text-decoration: none;
}
.advices__title a:hover {
	text-decoration: underline;
}
.advices__text {
	margin: 0 0 14px;
	color: #654E78;
}
.advices__next {
	color: #9060B8;
	text-decoration: underline;
}
.advices__next:hover {
	text-decoration: none;
	cursor: pointer;
}
.sidebar-menu {
	margin: 0 0 30px;
	font-size: 18px;
	font-weight: bold;
}
.sidebar-menu li {
	list-style: none;
}
.sidebar-menu li:not(:first-child) {
	margin: 40px 0 0;
}
.sidebar-menu a {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	padding: 0 0 0 60px;
	text-decoration: none;
}
.sidebar-menu a:hover {
	color: #9060B8;
	text-decoration: underline;
}
.sidebar-menu .ico1 {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABYBJREFUeNrEmA1MFnUcxw9CMqSIopq1jNIyKxqVUpgU6NRWpivbKt20bJommo0s0VmzFpFvYPZitczSaOpq6kx0kGnFxDLnKFtZWflGoVboxMTUvr/tc+26PXc8D/Hy3z67e5773933fv/f211cQ+EVTgzjUlEkskWj+FA8K353mjnOKPou9Hh8DNe6UJSL++y64gIxSWwStzmtNGIR+KLoLpYIM3sPsZB9E14qktpL4MNiqPhGjBf1Yp94SAwXteJRUSX6tLXA68QsfG6sOOQ7XiZuFB+ITLFBzBAd2kJgR/GaOFM8JT4NmLcbC5ulDzP3Ix6uVQU+I3qJdWJOFNd7XWSJCpHDA02M0dejFjhITBa/YZm/o7zm90T14+I0MY90dHlLCrxIvMK+WeCXgHnJPMR68QX+mCdOYvFsTxqy7aiWEBiHuIvFq2JZwLmWByvFTERZ2rkfsROZs41jlszPFW+K5eTUZgvMF4PFV+LJkHOnE71rRYboIkaII2I2OdPGMYKmL9e8R2xm2+SI85W6nuJjUkQey+Id17NMmQRDPUK8pc4eqlh8JlYTYNs4lkLguRY2i05WufsjGgsmE4W2nRpB3EhRTaK+CVeoRFxn0VUkiJXM74PQreJp/qsnodsK/Uiirz46tfvAaCxYyslrxJ04uju6caOO1N8ViMngnFysvkMswmIN4ioslkYNX+q5ZhquMJLfJeY2suaRSBa8mxvV4oMnfQ9yB8l6LgG0jxu8K/ojaI2v29lIkJlfnuK6cZ5rHhAPiGHc9zGrQrLmZX6B5tzz+f2I+CmCpc9ju5FtB5qHFCyaxUP05Pzp+KtD0rZcmi4SI7Rb73H+Ks5/SyJP9wosIOxfZumCSpmN2z2CexON8zzzaqjbDkHm9pCp1PDjAT3hHjFEu1vELTzMvwJzWNLikGi3p9vPMpl1zuf/QxHmHvRY2ZZrgTCLvB/BdfzjMNsEr8C9bMPapFp86SBOPwhr5RDR7ugkxrGfiIX70uHMDlOmZR2B1b8WO70C32D/bTElpE1ai381Ug1mEdWW554XE/DRXOYupYG1NHRvgLVdcV0JQAumAi33UX+aGc2EZJ52Ak/iHUn44q/iav4roEqc5Zm3mvxWR6c9kEDcE6AvkXlm6SKJmxYpzZgVb6aK5NIZj/dd6Bg3Tce3HBqCLkSyCb2SHFqHH6VzXmPI6k5BXBWNbmAlqSGnFeJLL9EluxF1gqVNIhlbSjhb9KO1GsvceBqDUgRXkvMijTyCzpZ/jKzX2FQtdkc26aMX1jABi/G5ZVjJoTHo5Dt3J2nF2EVq2h7hHmmUU6tSD0rcolj6wU0sdTEp5R1LoIgZTANbTndib3kDSNTl+PEB8mpugDiHqDZxZUHiwizoHf1ZLqurP1MSV4XMT8LvToTMGUUnYw1Dbwms+z9vdRVUjQX42EpKY0rA/IYAceYe1+Crc5kzOkzcfzJ2E6OeBLyOGpyPg08iCCKNznQ7N5AhMnmVcMcMsobTEgLdsYJ3j5l0IRV0LyXU5yyi26rLtb7mYDcvT1XwSTQ3jFWgQ2kcTrUoobkdR9S64y+C43OaXOuuf2jOW11zBLpjMdE+B6tVU+pqKInfeubeKp7j/1KqUasLdLDKECK3gaArQ/ATJHqHoHD7w35khj9b+utW2GhgO5TGwIr/NE8Hvd33YpbXGp/fohmpvpcwV2Ah32rcVn9HWy2xf9R49rd4GtS9LGsGS7urvQRaoNzFu/JC37FTnge4hERfE+uLe1uMHqSdVNq8fFWT4zSu9rnlBRoJ+4QyP8Fp+2H94znsj+ET3RJ+D+P7jtsDdItvB4Fbfa+2GZ79zb46PqA9BO4nd66n0iz3vH5uoNe0kvilldF/BBgAZVlyUth5pCsAAAAASUVORK5CYII=') no-repeat;
}
.sidebar-menu .ico2 {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAAoCAYAAABnyQNuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABURJREFUeNq8mAlsVEUYx3frtlqwHkWwUtRItERKjHcMIomCBvCIFhDP1BhZFTQIHgiYSIohigol3GqQGBEUFM+IgBolBmOsigIWxWpVUFQKIlChtvX/Jb81k83uvre7s37JP2/eMfP+M/OdEz0wqSqSQSqEocKlwhncx4R/hJ3Cl8Ia4W3h10gOUjp9a+hvY2medxXuEcYIPXnWKWwX2oQS4XShr3Cd8IswX6gX9kUKJKnI9hOeFi7gfrWwVPhE2MGqWr9K4VxhlHClMI3rbcJX/wdZI/iKcILwmTBRWJem71ZgExkkPCacL7wjXM3kvEqR0z5VWAHR5cLgDEST5V2+X0r/lxmvIGSL0blewkrhJmF3lmPtEWrp34vxigtB9los/nuMqj3H8azfncK3jDfSN1mb/Xjupwi/5znmH8JDtO8VDvdJ9mzhHOFrdM2HvCZsccb2RnYQ7eeFQ57GPYixmQwM06F1cp+jw7iuatrVqEGRB7IdBIxI0MqK5GG6zBFq1G7Qdayi2g/pyJ5E+4YCBZ6KgPdTMEqTYcJakb5ehD9NRbaMEPowodLXynbH0EoyfHeUMA4vcoswnICyRoTjIrzS/TiqRGazricL5R51NsKONQsfCQPSfGMT2ShUEUQsGZotjGYC94lwvWtglqBEmaVPOdJJgNKJLc5b8BghYq1CnF02XZ6lFZ6JXnvZ8nxlA9chTtpYhw3tJwa8JMLdY1kMWsl2lhHp1ntQm9OEOtrbkvLcZSLYTAZYYzsUluwYtqaH82w9zzflSNR09E301YLRBFxZGbnyLjK3xcIT5lrDkLVZzaO9SjAfeLlwEdnZAJKYSJa79CpErdKo1Uru592zeIVO8udjeT47k872JrpN4/5BiNsKXIiuWSC5ncoirPSEaDUp6MgEUa3qOIjuoWTqil09rm8WpiJ7jPAU2f46ItHPwsykZGUO7UeFRmEJLjAoQKyiwngfD7AXomfq8ggrWkte0cf+r28eSK4UOnBhptAjCBCmS8cJHxM4XPlc+IY+J/IDqxQuY3L/+XKu3SBq33xB+vgnRG0FF+Hu5onc6/T5LV1Zc4Ckw4j+KFxDaZNOGon77azoIvonwmfCv/6NB3mBsmkT/9jljFXHJBKlVGBZY4XgebTnBxBNiK1+K8TjTHgoOXKHExyeY8U3swjfOYnMMOzA9DbuGFpgwVjs6GS2so1SyNxbKSueWIAiqoeaJH9qxjaX9lQRbQhbMFq7ifatQpcsyQ6hWGxilUoYswh3Nxwdd8Xi/imE3FnZVLel+DwbsL+lalhtkNikbhYWMt4SVjXK/U9kUslnCXGMbCc5bHs2ZIvZxlGcvBjhq0KQHYhOWkW7zHFpjejpYDIrV8wdzqB9t4g253oisxHDOURZHSSmiy3szERKmkSluzbV8ZawQLAy5hkRXZHLIUdCLLwdT5XbGGIMs+wGSIRJMyezG1syuamwZPfhDSpS6Kz95JIUk+uL5Qcdyl1M2G7DF7fkS9a2/0WSX0sqriCVm0D4taOiO5hMFVtaSRa2I8O/umGEMfKND32cIpo8SUSxU5U3UrxfQE7QBcPczhFpW4Z/zWByH9A34ovsbiLNaCrOclyQWf0Rwl3ko7bt7wnTA/T7Rnx3C9vf5pNsBMdeD5JlOdmZWfzegH/0djK2+zn5ifgmm0k6Q54yxtDTHpz4LM73+CjKzw8WoBgcj943cUiXl8Qga3rYjy2KeiBpkz+L1M9UZWxybpor2Q0UaJa5/+WRbDk7Z55ltY9tMrKTOEPtj2/1IVGnXJ/qS6f+FWAAgItmT1FCj9oAAAAASUVORK5CYII=') no-repeat;
}
.sidebar-menu .ico3 {
	background: url('data:image/png;base64,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') no-repeat;
}
.recent-comments {
	margin: 0 0 30px;
}
.sidebar .recent-comments {
	padding: 18px 18px 18px;
	border: 1px solid #E0DCE4;
	border-radius: 3px;
}
.recent-comments__headline {
	margin: 0 0 15px;
	font-size: 12px;
	color: #F67926;
	text-align: center;
}
.recent-comment + .recent-comment {
	margin: 23px 0 0;
}
.recent-comment__title {
	margin: 0 0 11px;
	padding: 0 0 0 29px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAYAAAC5DOVpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAaVJREFUeNqc1EsoxFEUx/EZTR4lyTOiRCF5RMk7icYOC8pC2SkskGJhIWWlLERIIRaaMGtJWHjERtkQC/KOQvJ++546o2lQ5n/qM83Uvb//vfO/55r7V5JNLuWNTBQjF9HwxR32sIxZrOGpNnvze6LFJSgDzSiHGbc4whl8kKIPaMU0urHumGx2WlklehCCDYzpQAl6hhfC9IHVSMMFGlidzTmsDBP69Hb04cr0dwWiHh2yVVQRaJewCH7MIQ51GDT9v2p0/A6sHnxUIB6jbgZJDWFE51dIWAnuMWAyVrKAB5RKWCJ2cWAwbB/bSJAwTzzi3WDYm67MImGniISfwbAgxMgRkrBFDSsyGGZFOOYlbFIPZRuS3AyKRQteYJOwFX29UWh0I0he3LjO65VukbBXbR+pa6fBob/0rlkbvwkz2lp26QQ64M0xWPrsU/atB1AGF+pxOdZz6K3/Tar2ryyiC50E3TpujQCk40O3mac9eo4s/e4oCTjRPh7GgusVlK8rky0XYAlTemP4I1gD5SVd4lB78UdJWI42uljFFm6MnJEvAQYAa1VrPbUovqgAAAAASUVORK5CYII=') no-repeat 0 1px;
	font-size: 16px;
	font-weight: bold;
}
.recent-comment__title a {
	text-decoration: none;
}
.recent-comment__title a:hover {
	color: #9060B8;
	text-decoration: underline;
}
.recent-comment__text {
	font-style: italic;
	color: #807A80;
}
.sidebar-popular {
	margin: 0 0 30px;
	padding: 19px;
	border: 1px solid #E0DCE4;
	border-radius: 3px;
}
.sidebar-popular .item {
	display: block;
	float: none;
	margin-left: 0;
	text-align: center;
}
.sidebar-popular .item:last-child {
	margin-bottom: 0;
}
.sidebar-questions {
	margin: 0 0 30px;
	padding: 17px 20px 22px;
	border-radius: 3px;
	background: #F5F7F8;
}
.sidebar-questions__headline {
	margin: 0 0 16px;
	font-size: 12px;
	color: #F67926;
	text-align: center;
}
.sidebar-questions li {
	padding: 1px 0 0 33px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAUCAYAAABroNZJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAclJREFUeNqM1EtIVGEYxvEZGfGSCiMqukmEEMQL4kYiRsyQxAsRJOrGy0Jo0cKFCILM0qC2oS7cWItMEEFSB28UYq2D8LJRlNoIioqXRET/LzwjBzszng9+nOGbmed8t/fzn/UX+jy0RxjBb/Q4v0gZ3PQleAhIxDSqseH2g4BLXyo68QxXOEURXigsIP9ihWRgFk+wp74c/SEX43iMJPzCW3zzO9akAn1owWuMwY92fNALj/EDZ6hBGqosxD6M6s/WvqLpzghDyLa34kB9+RrNT0sPK+A9WnHtsk4rLn07iOB5ghZxQVPZ1XZ6bX9sHS0kS/tvbR0FCHoMybTds5Aj5KnTFi0ZJR5DbDO2LGQNler8rmethwB7cbGtl4XMaAqllqpT+VLbG6+FtO0RC5lUZ4eenzWdsntCXuk0r1rIpqbRoZP4ST96EyfATnYd5inAw2gBDmuX6rGtKZYr1K09RbrK4LaK53CCNsfU7FhfxAixQ3mORWcBWk0saYj2hv04UwmqLCLREnDeJ0MKCDv6HqJRz2gbwAMV5X9XwTw+olfbvadh26V0iS8aRYMWfznWfdKNv+hSmU9hAs26lGwd3t0Zre9GgAEAmyte/9ueHZ0AAAAASUVORK5CYII=') no-repeat;
	list-style: none;
	font-size: 16px;
}
.sidebar-questions li:not(:first-child) {
	margin: 18px 0 0;
}
.sidebar-questions li a {
	text-decoration: none;
}
.sidebar-questions li a:hover {
	color: #9060B8;
	text-decoration: underline;
}
.sidebar-questions__ask {
	position: relative;
	display: block;
	height: 35px;
	margin: 16px 0 21px;
	border-radius: 3px;
	background: #96C52E;
	box-shadow: 0 3px #65AD25;
	font-size: 16px;
	font-weight: bold;
	line-height: 33px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.sidebar-questions__ask:active {
	top: 2px;
	box-shadow: 0 1px #65AD25;
}
.sidebar-questions__all {
	font-size: 12px;
	text-align: center;
}
.sidebar-questions__all a {
	color: #9060B8;
}
.vk-widget {
	margin: 0 0 30px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	padding: 30px 0;
	border-top: 1px solid #FFD545;
}
.footer:after {
	content: '';
	display: table;
	clear: both;
}
.footer-inner {
	display: table;
}
.footer-left {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 465px;
	padding: 4px 35px 0 68px;
	font-size: 12px;
}
.footer__fav {
	position: absolute;
	top: 0;
	left: 168px;
}
.footer__logo {
	height: 54px;
	margin: 0 0 5px -68px;
	padding: 10px 0 0 68px;
	background: url('i/logo-footer.png') no-repeat;
	text-decoration: none;
}
.footer__logo-title {
	font-size: 32px;
	font-weight: bold;
	color: #654E78;
}
.footer__logo-title span {
	display: inline-block;
	vertical-align: top;
	height: 11px;
	margin: 17px 0 0 -5px;
	padding: 0 5px;
	border-radius: 2px;
	background: #F67926;
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
}
.footer__copyright {
	color: #90819E;
}
.footer__copyright p {
	margin: 0;
}
.footer__copyright p + p {
	margin: 15px 0 0;
}
.footer__copyright a {
	color: #90819E;
}
.footer__nav-1 {
	margin: 24px 0 0;
}
.footer__nav-1:after {
	content: '';
	display: table;
	clear: both;
}
.footer__nav-1 li {
	float: left;
	list-style: none;
}
.footer__nav-1 li:not(:first-child) {
	margin-left: 17px;
}
.footer__nav-1 a {
	color: #9060B8;
}
.footer__nav-2 {
	display: table-cell;
	vertical-align: middle;
	width: 335px;
	padding: 0 35px 0 0;
	font-size: 18px;
	font-weight: bold;
}
.footer__nav-2 li {
	list-style: none;
}
.footer__nav-2 li:not(:first-child) {
	margin: 18px 0 0;
}
.footer__nav-2 a {
	text-decoration: none;
}
.footer__nav-2 a:hover {
	text-decoration: underline;
}
.footer-right {
	display: table-cell;
	vertical-align: middle;
}
.footer__counters {
	margin: 0 -10px;
}
.footer__counters img {
	margin: 0 10px;
}
.footer__soc {
	text-align: center;
}
.footer__soc:not(:first-child) {
	margin: 30px 0 0;
}
.footer__soc li {
	display: inline-block;
}
.footer__soc a {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
}
.footer__soc .vk {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAetJREFUeNqklD9PIlEUxc8Mb2aYmYdrQSENBRR8A7GgJdqZDckGEoyxNzF8DAo6voAhKAUFQmWy3dK4jdsJBSbQkZiNEOSfwOh9Bgt9gzFzMjOZ5OX83s09712l2+02ms0mJpMJvMg0TSQSCTCC0U84HPYE7PV6IBYbj8cIhUKYTqeegMQglrparbBcLuFVxCAWo49Mo9FI7EhSVRXBYPBLqAA6jiNdPDs9w/XvayiKAjj0OOAWRz6fx+HPQ6mHWGyxWEgX+RbH9o9tMMYEjPQ8f0Yul8NOaAfxvfgnD7FUolKpH19d1+E3/Uhn0mi32yidl8ADHBa3cPP3RuohlurWw3Wjh8Oh6OXD/wdhMv0mksmkew+/SrhWq+Hy4hKapiEQCGD/YB+xWMy1ALYuVyZKNxqJIhKNYPA4wF3rDlf1K9x37lEql6QVqm4pv8UG7MZ3USwWUb4oI5PJQNd03P67hcy3MeX1jk+jJ8xmM/T7fTT/vF4tjYFz/nacJCmLcyjdjcp79dQbdVQqFQGwuQ3LspA9yrpXuClln88H27Zh6AY0XRO3Jf0rjeOTY8znc/eUZdBCoQDDMD4ZCOQ2SN5TlolM351A78NhY9LfBKrU5E6n4xlGDGIprVarUa1WxbjyIrpFqVQKLwIMAB1dLYUGwv1OAAAAAElFTkSuQmCC');
}
.footer__soc .ok {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfxJREFUeNqklM9LImEYx78OI6gleNiICRHsJEgd7CS5bBBdlLK0P6C2g3b0WiehDnXYMFpc2qOCLAiZHto69ENEEOq00XqRZST8C0QFnXF7XmjZw7zvZZ7hHeZlvvOZZ57v84xFVdVKrVZDv9+HmbDb7QiFQpAJRhcej8cUsN1ug1hyr9eDoigYDAamgMQglqTrOjRNg9kgBrFkOonitf2KcqUMZUZBNBqFJElcLQOOx2OuoHxZRiqVYm8n3cmXE9ze3UKWZUM9aaTRaMQFptNp+Hw+vPx+QfZbFp1OB7lcjqsnlkRUStVoDYdDLH1ags1mQzgcxsTkBNQ/KldPLGEN5+bnUPhRYHV7fHqENtKwtr4mrKEkcjiTyWDWO4vz7+doNpvY39tHIBAQOi3x0s9+zSISjmAjtoHSZYlB76v3WAgscD9Z6PJqdBVXP69weHAIfazD8nZQLXeTu9wMWQ15LrvdblzfXKNeryORSMDv9yOfz7N7ZJbQZaNF9Wg0Gkgmk5j6MIXnX8/Y+bzDRpT3DOtDkcvbW9twuVy4KF0wQ6oPVZydnokn5X0GjeL46BiLHxdhtVoR24xhWpmG1+vl6okl7MPllWX83/jBYPDfnpvhe4fziizaGza2w+FAq9Uy/fsiBrEsbxNQKRaL6Ha7poBOpxPxeBx/BRgAs8F9KtrlNR4AAAAASUVORK5CYII=');
}
.footer__soc .fb {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYRJREFUeNqklM1qwkAQx//ZbAQ1MVZ68RIv9R2kKIXmAUR8Ah+tnr35AlrEPoKCCOrJk4qIXzFJmYVKpc1siwMTNjDz2/lcYz6fdweDAQ6HA+6RdDqNarUKSTA6eJ53F3CxWIBYcr/fo1gs4ng83gUkBrFkFEUIw5A1Jpter4fVagXLtFBv1H/YEIPsFJCT3W4H/9XHcrmEYRgwTfNX4NfFMo5jFth+a2O9WSP/kIcpTIRRcjbEkpfLhQVSZHbWRiqVQv+9D9d1E+tNLBUhlzalKEyBc3CGZVmq8GyEHKzkleA4DmzHVpeWn8qAAUwmk+Qach3O2lmlUkoIIZBzc3BzbqI9sQRRk3Q2m6HVal0dRqMRhh9DcD5sl2lktputKjYp/XNCLKHr8ul8Uoa64b/psm4Wv0egjVC3Kf+Ra5c5aBzFNw6cEEu7y77vo/BYQBAEf4uQPlxtKs8V1F5q6qx74oglMpkMptMpmwaBdDBiEMsYj8fdTqejnTGd0Io2m018CjAALa0gVXp+nFIAAAAASUVORK5CYII=');
}
.footer__soc .twi {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAhdJREFUeNqslL9v2lAQx7/+AQgKASGF1lKgGSKaMQliQ4rCzIaUSg1bLaTKgzukSzOnf0SqKlMzMYU/ATLRLEixGOoBFBdZDCzU/DA/2nsSEcaoQ52TTn6+e/d5997de1y73a7W63UMh0N4kWAwiFwuB5FgNEilUp6AnU4HxBIty4IkSRiNRp6AxCAWP5/PMZvN4FWIQSwGfC5hwMVi4TCaXRP6T901udvt4uT4BLuvd3F0eITrb9e4+HzhmEMsfjqdOoy31VsUCgXcN+4ddvm9DOOXgXA4zDri8sslms0m+v3+0xxisQwp1aXuv9lnjtO3pzh7d4ZarcYKZpomtqJbTKPRKCKRCFRVZeNlLLHE9TPcfrmNdDqNR+MRjR8N3JXuIIoiwpEwQqEQeJ5nats2Dg4PXGcorlfY+m0xGDVqIBDA8kh8Ph8DLYXg8XjcVWl+dbuktKryQWEwv9/PAkkJuJpJNpvFeuzGKpNxL70He2Jj3bcq6kfVZdtYZZJ8Po/zT+eQXkkuKG2rXC4jmUy64oglUsBq0N/HAoZhQHvQ0Ov1mI/jOOajr6IoKJVKrCibMnRVWeAE3Hy/gaZpbMXQixBisRgymQxkWUYikdgIc1R5FbqT2sHV1yvWKoIgPPUXwSeTCcbj8T/vsytD+v/fl4dluMzg2R4H6jFd1z3DiEEsrtVqVSuVCgaDgScg3e1isYg/AgwAF69KzgwS3ycAAAAASUVORK5CYII=');
}
.footer__soc .gp {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjZJREFUeNqslEtoGmEQx/9uPiUuCqK9mMpG4lUbL6EISm+hl4YGL+bWEC+hSe4haUTSklMxBGxrwUvJKUhKGtt7iihUcvegBL0aAxKf8dXOB0rjbh9hM8s+2GF+Ozvzn2HFYvE0lUqh2WxCjen1eni9XjCC0YMkSaqApVIJxGKNRgNWqxWtVksVkBjEEvr9Pnq9HtQaMYjFgfdlHDgYDGSOi8IFFp8vYmNtAzP2Gcy6ZpFOp0f+g/0DHH46lMURS+h2uzLHSnAFrkcuRN9HEYlEuAIMomHk1+l00Gq1sjhiMaKO/3blqgLh19HpdOB74gPTMeTzeWgEDcLhMCqVCibYBI4SRwiFQnA6naMMmVINbQ9tSH5NIhgM4uz7GSxmC+afzsNgMODkywni8ThMJhP8fj//6JBBd6bU4diHGHZf7yIQCODy6hKZTAaiKPKAdrsNh8PBhUzP453mXR4/p2xTiL6LYvXlKgSNgO2t7Vt+j8cDt9sNpVhZl+v1OhaeLWApsISb1g2WXyzzCdh7s3dLHkql4jUc73LkbQT9Xh/Hn49HQXOP57DzagebW5t/1eGoy79nybQM17VrlMtlGI1G/u48ew67ZIeSZmUZjqe+vraO7I8sfD4fpqVpNOoNWB5YEPsY+69JYcMZHNqkOInktySXQ7VahdlshiAIfHn8a0yJpahD2hpkpLu7bCGeIV3+VJu7biEuGxJsoVBQvWmIQSxNLpc7TSQSqNVqqoCkCBrFnwIMAO16Uih2BxC9AAAAAElFTkSuQmCC');
}
@keyframes loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}