body {
	font-size: 12px;
	color: #333;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
/*	background: url(/assets/background.jpg) 50% 0;*/
}

a {
	color: #333;
}

header nav a {
	color: #fff;
}
header nav .border {
	padding: 0 5px;
	border: 1px solid #07a;
	border-radius: 2px;
	box-shadow: 0 0 3px #ddd;
}
header nav .navigation .item {
	margin: 5px 20px;
}
header nav .navigation a {
	font-size: 18px;
}
header nav .navigation .spacer {
	width: 100%;
}
header nav .item {
	height: 35px;
	padding: 0 10px;
	line-height: 35px;
	background: url(/assets/src/main-menu-sep.png) no-repeat 100% 50%;
}
header nav .item.first {
	padding-left: 0;
}
header nav .item.last {
	background: none;
}

footer .blue {
	padding: 15px 0;
	color: #fff;
	background: #1d6500 url(/assets/gradient-green-2.png) repeat-x 0 0;
}
footer .blue a {
	color: #fff;
}

label {
	height: 32px;
	line-height: 32px;
	color: #999;
}
label.two-liner {
	line-height: 1.4;
}

.w-110 {
	width: 110px;
}
.w-90 {
	width: 90px;
}
.w-155 {
	width: 155px;
}
.w-165 {
	width: 165px;
}
.w-175 {
	width: 175px;
}
.w-180 {
	width: 180px;
}
.w-190 {
	width: 190px;
}
.w-200 {
	width: 200px;
}
.w-220 {
	width: 220px;
}
.w-225 {
	width: 225px;
}
.w-250 {
	width: 250px;
}
.w-260 {
	width: 260px;
}
.w-270 {
	width: 270px;
}
.w-285 {
	width: 285px;
}
.w-300 {
	width: 300px;
}
.w-400 {
	width: 400px;
}
.w-440 {
	width: 440px;
}
.w-590 {
	width: 590px;
}
.w-650 {
	width: 650px;
}
.w-680 {
	width: 680px;
}
.w-740 {
	width: 740px;
}
.w-760 {
	width: 760px;
}
.w-775 {
	width: 775px;
}
.w-790 {
	width: 790px;
}
.w-895 {
	width: 895px;
}
.w-960 {
	width: 960px;
}

.h-20 {
	height: 20px;
}
.h-24 {
	height: 24px;
}
.h-25 {
	height: 25px;
}
.h-35 {
	height: 35px;
}
.h-36 {
	height: 36px;
}
.h-280 {
	height: 280px;
}

.m-10 {
	margin: 10px;
}
.m-20 {
	margin: 20px;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-50 {
	margin-top: 50px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-20 {
	margin-right: 20px;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-20 {
	margin-bottom: 20px;
}
.ml-5 {
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-50 {
	margin-left: 50px;
}
.ml-110 {
	margin-left: 110px;
}
.ml-175 {
	margin-left: 175px;
}
.ml-200 {
	margin-left: 200px;
}
.mh-20 {
	margin-right: 20px;
	margin-left: 20px;
}

.p-10 {
	padding: 10px;
}
.p-20 {
	padding: 20px;
}
.pl-10 {
	padding-left: 10px;
}

.lh-16 {
	line-height: 16px;
}
.lh-20 {
	line-height: 20px;
}
.lh-24 {
	line-height: 24px;
}
.lh-25 {
	line-height: 25px;
}
.lh-35 {
	line-height: 35px;
}
.lh-36 {
	line-height: 36px;
}

.f-10 {
	font-size: 10px;
}
.f-12 {
	font-size: 12px;
}
.f-13 {
	font-size: 13px;
}
.f-14 {
	font-size: 14px;
}
.f-15 {
	font-size: 15px;
}
.f-16 {
	font-size: 16px;
}
.f-18 {
	font-size: 18px;
}
.f-20 {
	font-size: 20px;
}
.f-21 {
	font-size: 21px;
}
.f-22 {
	font-size: 22px;
}
.f-24 {
	font-size: 24px;
}
.f-25 {
	font-size: 25px;
}
.f-26 {
	font-size: 26px;
}
.f-30 {
	font-size: 30px;
}

.f-white {
	color: #fff;
}
.f-grey {
	color: #656565;
}
.f-grey-light {
	color: #999;
}
.f-red {
	color: #f00;
}
.f-blue {
	color: #0078aa;
}
.f-green {
	color: #026800;
}

.input {
	position: relative;
	font-size: 13px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border: none;
}
.input-search {
	width: 487px;
	height: 36px;
	padding: 0 10px;
	font-size: 14px;
	background: url(/assets/src/input-search.png) no-repeat 0 0;
}
.small .input-search {
	width: 300px;
}
.input-1 {
	width: 490px;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.input-2 {
	width: 345px;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.input-3 {
	width: 345px;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.input-4 {
	width: 215px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.error .input {
	top: -1px;
	margin: 0 -1px -2px;
	border: 2px solid #f00;
}

.textarea {
	position: relative;
	font-size: 13px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	resize: none;
}
.textarea-1 {
	width: 490px;
	height: 130px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.textarea-2 {
	width: 345px;
	height: 130px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.error .textarea {
	top: -1px;
	left: -1px;
	margin-bottom: -2px;
	border: 2px solid #f00;
}

.select-1 {
	width: 235px;
	height: 30px;
	padding: 5px;
}

.button {
	margin: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border: none;
	cursor: pointer;
}

.button-callback {
	width: 210px;
	height: 32px;
	padding: 0 10px 0 0;
	text-align: right;
	line-height: 32px;
	background: url(/assets/src/button-callback.png) no-repeat 0 0;
}
.button-callback:hover {
	text-decoration: underline;
}
.button-search {
	width: 83px;
	height: 36px;
	padding: 0 5px 0 25px;
	font-size: 14px;
	color: #fff;
	background: url(/assets/src/input-search.png) no-repeat 100% 0;
}
.button-1 {
	height: 28px;
	padding: 0 15px;
	font-size: 14px;
	color: #333;
	background: none;
	border: 2px solid #026800;
	border-radius: 5px;
}
.button-2 {
	width: 120px;
	height: 41px;
	margin-left: -1px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: url(/assets/src/order-button.png) no-repeat 50% 0;
	border: 1px solid #026800;
	border-radius: 0 0 0 5px;
}
.button-3 {
	height: 39px;
	width: 118px;
	margin-right: -1px;
	text-align: center;
	line-height: 39px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	background: url(/assets/gradient-grey.png) repeat-x 0 0;
	border: 1px solid #ccc;
	border-radius: 0 0 5px 0;
}
.button-4 {
	width: 120px;
	height: 41px;
	margin-left: -1px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: #026800 url(/assets/src/order-button.png) no-repeat 50% 0;
	border: 1px solid #026800;
	border-radius: 5px;
}
.button-5 {
	width: 200px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	background: url(/assets/src/order-button.png) no-repeat 50% 0;
	border: 1px solid #004a79;
	border-radius: 5px;
}

form .required-star {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 20px;
	color: #f00;
}

.hr {
	border-bottom: 1px solid #ccc;
}
.hr.double {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

.underline-fat {
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.underline-fat:hover {
	border-bottom: none;
}

.b-shadow {
	box-shadow: 0px 0px 10px 3px #d9d9d8;
}
/*
.root {
	width: 210px;
	height: 50px;
	margin-top: 15px;
	background: url(/assets/src/root-1.png) no-repeat 0 100%;
}

*/

.root {
    width: 212px;
    height: 65px;
    margin-top: 10px;
    background: url(/assets/src/root_artclim_logo.jpg) no-repeat 0 100%;
    background-size: 212px 65px;
}
.moto {
	top: 25px;
	left: 50%;
	width: 420px;
	margin-left: -210px;
}
.call-us {
	top: 0;
	right: 210px;
	width: 107px;
	height: 35px;
	background: url(/assets/src/call-us.png) no-repeat 0 0;
}

.main-menu {
	background: #0e3600 url(/assets/gradient-green.png) repeat-x 0 0;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
}

.title-line {
	height: 19px;
	background: url(/assets/separator-title.png) repeat-x 0 0;
}
.title-line h1, .title-line h2, .title-line h3, .title-line h4 {
	height: 19px;
	margin-left: 22px;
	padding: 0 10px;
	float: left;
	line-height: 19px;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #026800;
	background: #fff;
}

#map {
	width: 500px;
	height: 350px;
}

.breadcrumbs {
	display: table;
	max-width: 540px;
	min-height: 36px;
}
.breadcrumbs .item {
	display: table-cell;
	vertical-align: middle;
}
.breadcrumbs .separator {
	padding: 0 5px;
}
.breadcrumbs a {
	color: #999;
}

.formatted-text h1 {
	font: 20px Tahoma, Arial, Helvetica;
	color: #4b4b4b;
}
.formatted-text h2 {
	font: 18px Tahoma, Arial, Helvetica;
	color: #4b4b4b;
}
.formatted-text p {
	margin: 20px 0;
	line-height: 22px;
	font: 13px/22px Tahoma, Arial, Helvetica;
	color: #333;
}
.formatted-text a {
	text-decoration: underline;
	color: #026800;
}
.formatted-text a:hover {
	text-decoration: none;
}
.formatted-text strong {
	font-weight: bold;
}
.formatted-text ul li {
	padding-left: 40px;
	background: url(/assets/list-disc.png) no-repeat 25px 10px;
}
.formatted-text li {
	margin: 20px 0;
	line-height: 22px;
}
.formatted-text ol {
	margin-left: 40px;
	list-style-type: decimal;
}
.formatted-text .image {
	margin-top: 10px;
	margin-bottom: 10px;
}
.formatted-text img {
	padding: 10px;
	background: #fff;
	border: 1px solid #d9d9d8;
	box-shadow: inset 0px 0px 10px 5px #d9d9d8;
	-moz-box-shadow: inset 0px 0px 10px 5px #d9d9d8;
}
.formatted-text.compact p {
	margin: 10px 0;
}

.bg-white {
	background-color: #fff;
}

.border-1 {
	border: 2px solid #026800;
/*	border-radius: 5px;*/
}
.border-2 {
	border: 1px solid #c5c5c5;
	border-radius: 5px;
}
.border-3 {
	border: 1px solid #c4c4c4;
}

#feedback-form label {
	width: 180px;
	font-size: 13px;
}
.small #feedback-form .input-1 {
	width: 370px;
}
.small #feedback-form .textarea-1 {
	width: 370px;
}

#callback-form label {
	width: 155px;
	font-size: 13px;
}
#order-form label {
	width: 155px;
	font-size: 13px;
}

.border-1 h2 {
	font: bold 18px Arial, Helvetica, Tahoma;
	color: #026800;
}
.overlay h2 {
	font: bold 18px Arial, Helvetica, Tahoma;
	color: #026800;
}

#mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
}
#scroller {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 2;
}

.overlay {
	width: 600px;
	margin: 50px auto;
	background: #fff;
/*	border-radius: 5px;*/
	box-shadow: 0 0 10px #000;
}
.overlay .icon {
	top: 8px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: url(/assets/src/icon-overlay-close.png) no-repeat 50% 50%;
}

ol.square li {
	padding-left: 32px;
	background: url(/assets/list-square.gif) no-repeat 0 50%;
}

.clients img {
	margin: 10px 20px;
}

#slideshow {
	position: relative;
	width: 588px;
	height: auto;
/*	border: 1px solid #c4c4c4;*/
/*	border-radius: 5px;*/
	overflow: hidden;
}
#slideshow.small {
	width: 250px;
	height: auto;
	border-radius: 0;
}
#slideshow .rail {
	position: relative;
	width: 99999px;
}

#slideshow .rail .item {
	width: 588px; /* Фиксированная ширина слайда */
	height: auto; /* Автоматическая высота для сохранения пропорций */
	display: inline-block; /* Размещаем слайды в строку */
	vertical-align: top; /* Выравнивание по верхнему краю */
	overflow: hidden; /* Обрезаем изображения, выходящие за границы слайда */
}

#slideshow .rail .item img {
	width: 100%; /* Изображение занимает всю доступную ширину слайда */
	height: auto; /* Автоматическая высота для сохранения пропорций */
	display: block; /* Убираем лишние пробелы вокруг изображения */
}
.gallery .item {
	display: table;
	width: 250px;
	height: 150px;
	text-align: center;
}
.gallery .item a {
	display: table-cell;
	vertical-align: middle;
}

.title-block {
	display: table;
	position: relative;
	left: -20px;
	width: 155px;
	height: 48px;
	padding-left: 10px;
	font-size: 14px;
	background: #0e3600 url(/assets/gradient-green.png) repeat-x 0 0;
}
.title-block.right {
	left: 2px;
	width: 151px;
}
.title-block .corner {
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	bottom: -10px;
	background: url(/assets/src/corner.png) no-repeat 0 0;
}
.title-block.right .corner {
	left: initial;
	right: 0;
	background: url(/assets/src/corner.png) no-repeat -10px 0;
}
.title-block span {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}

.categories-list .item {
	width: 285px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}
.categories-list .item.first {
	margin-left: 0;
}
.categories-list .item.first-row {
	margin-top: 0;
}
.categories-list .item.first-in-row {
	margin-left: 0;
}
.categories-list .item .image {
	width: 65px;
}
.categories-list .item .description {
	width: 220px;
}
.categories-list.by-3 .item {
	width: 183px;
}
.categories-list.by-3 .item .image {
	width: 220px;
	height: 150px;
}

.products-list .item {
	width: 218px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 10px 10px 50px 10px;
	float: left;
	background: #fff;
	border: 1px solid #b7b7b7;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 3px #d9d9d8;
}
.products-list .item.first-row {
	margin-top: 0;
}
.products-list .item.first-in-row {
	margin-left: 0;
}
.products-list .item .actions {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
}
.products-list .item .image {
	width: 218px;
	height: 150px;
}

.products-list.by-2 .item {
	width: 263px;
}
.products-list.by-2 .item .image {
	width: 263px;
}
.products-list.by-2 .button-2 {
	width: 142px;
}
.products-list.by-2 .button-3 {
	width: 141px;
}

.products-list.by-3 .item {
	margin-left: 10px;
}
.products-list.by-3 .item.first-in-row {
	margin-left: 0;
}

.products-list.by-4 .item {
	padding: 10px 5px 50px 5px;
	margin-left: 13px;
}
.products-list.by-4 .item.first-in-row {
	margin-left: 0;
}
.products-list.by-4 .button-2 {
	width: 115px;
}
.products-list.by-4 .button-3 {
	width: 113px;
}

.similar-products-list .item {
	width: 228px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	box-shadow: 0px 0px 10px 3px #d9d9d8;
}
.similar-products-list.big .item {
	width: 204px;
	margin-top: 20px;
}
.similar-products-list .item.first-row {
	margin-top: 0;
}
.similar-products-list .item.first-in-row {
	margin-left: 0;
}

.pagination {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 0;
}
.pagination.top {
	width: 600px;
	margin-left: 140px;
}
.pagination li {
	display: inline-block;
	background: #026800;
}
.pagination li.selected {
	background: #fff;
}
.pagination li.disabled {
	background: #ddd;
}
.pagination li.ellipsis {
	background: none;
}
.pagination li a {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
}
.pagination li.selected a {
	color: #026800;
}

.filters-list a.active {
	color: #333;
	font-weight: bold;
}
.filters-list a.remove-filter {
	padding-right: 15px;
}
.filters-list a.remove-filter .icon {
	top: 50%;
	right: 0;
	width: 13px;
	height: 13px;
	margin-top: -8px;
	background: url(/assets/src/icon-filter-remove.png);
}

.tabs .item a {
	display: block;
	height: 36px;
	padding: 0 10px;
	line-height: 36px;
	color: #026800;
	background: #f6f6f6;
	border: 1px solid #ccc;
	border-radius: 5px 5px 0 0;
}
.tabs .item.active a {
	color: #333;
	background: #fff;
	border-bottom: 1px solid #fff;
}

#product-description {
	margin-top: -1px;
}

.characteristics-list .item {
	height: 38px;
	padding: 0 10px;
	line-height: 38px;
	border-bottom: 1px solid #ccc;
}
.characteristics-list .item.first {
	border-top: 1px solid #ccc;
}
.characteristics-list .item.odd {
	background: #f9f9f9;
}
.characteristics-list .item:hover {
	background: #f5f5f5;
}

.brands-list li.item a {
	display: table-cell;
	width: 140px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
}
.brands-list li.item a:hover {
	opacity: 0.6;
}

.articles-list .item {
	width: 267px;
	padding: 8px;
	background: #004b78 url(/assets/gradient-green.png) repeat-x 0 0;
	border: 1px solid #004a79;
	border-radius: 5px;
}
.articles-list .item a {
	color: #fff;
}
.articles-list .item .image {
	width: 30px;
}
.articles-list .item .description {
	width: 237px;
}

#search-form {
	width: 590px;
}
#search-form.small {
	width: 403px;
}

.characteristic-images .item {
	width: 648px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	box-shadow: 0px 0px 10px 3px #d9d9d8;
}
.characteristic-images .item.first-in-row {
	margin-left: 0;
}
.characteristic-images .item.first-row {
	margin-top: 0;
}

.product-description .left-column {
	width: 690px;
}
.product-description .right-column {
	width: 250px;
}
.product-description.small .left-column {
	width: 560px;
}

.licenses-and-awards img {
	padding: 0;
	border: 0;
	box-shadow: 5px 5px 5px #d9d9d8;
}

.objects-list .item {
	width: 278px;
	margin-top: 30px;
	margin-left: 30px;
	padding: 10px;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 3px #d9d9d8;
}
.objects-list .item.first-row {
	margin-top: 0;
}
.objects-list .item.first-in-row {
	margin-left: 0;
}

.blob-list .item {
	float: left;
}
.blob-list a {
	display: block;
	padding: 4px 11px;
	color: #026800;
	text-decoration: underline;
}
.blob-list .item.active a {
	padding: 3px 10px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 15px;
}
.blob-list .item:hover a {
	text-decoration: none;
}




















.ui-slider {
	position: relative;
	background: #eee;
}
.ui-slider-horizontal {
	height: 10px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
	background: blue;
}
.ui-slider .ui-slider-range {
	display: block;
	position: absolute;
	z-index: 1;
	border: 0;
	background: #aaa;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -3px;
	margin-left: -8px;
	cursor: pointer;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	width: 14px;
	height: 14px;
	z-index: 2;
}

.not-found {
	width: 530px;
	padding-left: 180px;
	background: url(/assets/src/not-found.jpg) no-repeat 0 0;
}

.index {
	position: 1;
}

.sort {
	padding-right: 18px;
}
.sort .icon {
	top: 50%;
	right: 0;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background-image: url(/assets/src/icon-sort.png);
}
.sort.desc .icon {
	background-position: 0 0;
}
.sort.asc .icon {
	background-position: 0 -12px;
}


.topper {
	z-index: 1;
}

.product-accesories-list .item {
	width: 180px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}
.product-accesories-list .item.first-row {
	margin-top: 0;
}
.product-accesories-list .item.first-in-row {
	margin-left: 0;
}

table.styled {
    width: 100%;
    border:none;
    border-collapse: collapse;
}
table.styled th,
table.styled td{
    padding: 4px;
    border: 1px solid;
}

#captcha {
	position: relative;
	width: 330px;
}
#captcha .input-4 {
	width: 178px;
}
.captcha-reset {
	position: absolute;
	right: -34px;
	height: 40px;
	line-height: 40px;
}
.captcha-reset a {
	display: block;
	width: 24px;
	height: 40px;
	text-indent: -9999px;
	background: url(/assets/refresh.png) no-repeat 50% 50%;
}
.tooltip {
	display: inline-block;
	text-align: center;
	cursor: help;
}

.tooltip:after {
	width: 280px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 8px 8px 8px 0px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	color: #FFF;
	content: attr(data-tooltip);
	margin-top: -24px;
	opacity: 0;
	padding: 5px 10px;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	transition: all 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.tooltip:hover:after {
	opacity: 1;
	visibility: visible;
}

.commentaries-block h4 {
    font-size: 18px;
}
.commentaries-list {
    margin: 10px 0 25px;
}
.commentaries-list .item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.commentaries-list .item:last-child {
    border-bottom: none;
}
.commentaries-list .author {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}
.commentaries-list .item p {
    margin: 5px 0;
}

time {
    display: inline-block;
    margin-left: 10px;
    color: #8c8c8c;
    font-weight: 400;
    font-size: 12px;
}

.rating {
    margin: 20px 0 0 110px;
    unicode-bidi: bidi-override;
    font-size: 24px;
}
.rating span {
    display: inline-block;
    position: relative;
    width: 1.1em;
    cursor: pointer;
}
.rating span.active {
    color: transparent;
}
.rating span.active:before {
    content: "\2605";
    position: absolute;
    color: gold;
}

.rating-show {
    float: right;
    font-size: 18px;
}
.rating-show .active {
    color: transparent;
}
.rating-show .active:before {
    content: "\2605";
    position: absolute;
    color: gold;
}

.rating-show-big {
    float: none;
    display: inline-block;
}

.commentary-header {
    margin: 15px 0 25px;
    font-size: 18px;
}
a.privacy-policy-link {
    color: #0078aa;
}