/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline; box-sizing: border-box; }/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}body {	line-height: normal;}ol, ul {	list-style: none;}blockquote, q {	quotes: none;}blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}table {	border-collapse: collapse;	border-spacing: 0;} * {box-sizing: border-box;}

a, a:visited {
	color: inherit;
	text-decoration: none;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

.clear-floating {
    clear: both;
}

body {
    margin: 0;
}

#main_content {
  max-width: 996px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

#main {
  width: 77.2%;
  margin-right: 2.8%;
  padding-top: 0;
}

#main, #sidebar {
  float: left;
  padding: 0px 0 30px;
}

#sidebar {
  width: 20%;
}

#article {
	border: 1px solid #dadada;
	padding: 16px 20px;
}

.title {
	font: 18px/18px OpenSansBold;
	margin-bottom: 18px;
}

@media (max-width: 900px) {
	#main {
	  width: 100%;
	  padding: 15px 0px 0px;
	  margin-right: 0%;
	  margin-bottom: 0px;
	}
}

@media (max-width: 900px) {
	#sidebar {
		width: 100%;
		padding: 0px;
	}

}


header {

}
header > .ban_concent{
	background-color: #362f2d;
	color: #fff;
	text-align: center;
	font: 25px/90px OpenSansBold;
}
header > .content {
    max-width: 996px;
    margin: 0 auto;
}

header .bookmark {
    float: left;
    width: 185px;
    text-align: center;
}
header .bookmark a,
header .bookmark a:hover,
header .bookmark a:active,
header .bookmark a:visited {
    display: inline-block;
    vertical-align: top;
    font: 13px/1 OpenSans;
    color: #000;
    text-decoration: underline;
    line-height: 35px;
}
header .bookmark a img {
    position: relative;
    top: 2px;
    margin-right: 6px;
}

header .log-in-register {
    float: right;
    background: url(../img/log-in.png) left 9px center no-repeat;
    padding-left: 26px;
    font: 13px/1 OpenSans;
    color: #000;
    line-height: 35px;
    padding-right: 10px;
}

header .log-in-register a,
header .log-in-register a:hover,
header .log-in-register a:active,
header .log-in-register a:visited {
    font: 13px/1 OpenSans;
    text-decoration: underline;
    color: #000;
}
header .log-in-register a:hover {
  text-decoration: none;
}
header > .content > .row.n2 {
    padding-top: 10px;
    clear: both;
}

header .homepage-link {
    float: left;
}
header .homepage-link .link,
header .homepage-link .link:hover,
header .homepage-link .link:active,
header .homepage-link .link:visited {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
header .homepage-link .link .part {
    display: inline-block;
}
header .homepage-link .link .part.graphical img {
    position: relative;
}
header .homepage-link .link .part.textual {
    font: 36px/30px OpelSansCondensedExtraBold;
    margin-left: 7px;
}
header .homepage-link .link .part.textual .part.n1 {
    color: #612e19;
}
header .homepage-link .link .part.textual .part.n2 {
    color: #fff;
}

header .main-menu-search {
    width: 30%;
    float: right;
    margin-bottom: 10px;
}

header .main-menu {
    margin-top: 12px;
    font-size: 0;
    line-height: 0;
    margin-bottom: 20px;
}

header .main-menu nav ul {
    padding: 0;
    list-style-type: none;
    display: table;
    width: 100%;
    background-color: #612e19;
}

header .main-menu nav ul > li {
    display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0px 10px;
	border-bottom: #dfdfdf 3px solid;
}


header .main-menu nav ul > li a,
header .main-menu nav ul > li a:hover,
header .main-menu nav ul > li a:active,
header .main-menu nav ul > li a:visited {
    font: 20px/18px BebasNeueRegular;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    padding: 10px 0px;
    display: inline-block;
    margin-bottom: -3px;
}

header .main-menu nav ul > li a:hover {
    border-bottom: 3px solid #000;
}

.placeholder-1[placeholder]					{ color: #CECECE; }
.placeholder-1::-webkit-input-placeholder	{ color: #474747; }
.placeholder-1::-moz-placeholder			{ color: #474747; } /* Firefox 19+ */
.placeholder-1:-moz-placeholder				{ color: #474747; } /* Firefox 18- */
.placeholder-1:-ms-input-placeholder		{ color: #474747; }

header .search {
    text-align: right;
    margin-top: 0px;
    font-size: 0;
    line-height: 0;
    width: 100%;
}

header .search .text {
    font: 15px/31px OpenSans;
    border-radius: 10px 0px 0px 10px;
	padding: 0px 9px 0px 31px;
	border: #bebebe 1px solid;
	border-right: 0px;
	color: #bebebe;
	background: url(../img/header_search.png) left 9px center no-repeat;
	width: 70%;
	display: table-cell;
}
header .search .text.placeholder-1[placeholder]{ color: #bebebe;}
header .search .text.placeholder-1::-webkit-input-placeholder{ color: #bebebe;}
header .search .text.placeholder-1::-moz-placeholder{ color: #bebebe;}
header .search .text.placeholder-1:-moz-placeholder	{ color: #bebebe;}
header .search .text.placeholder-1:-ms-input-placeholder{ color: #bebebe;}
header .search .search-button {
	font: 15px/31px OpenSansSemiBold;
	color: #fff;
	border-radius: 0px 10px 10px 0px;
	padding: 0px 13px;
	cursor: pointer;
	background-color: #612e19;
	border-left: none;
	display: table-cell;
	border: #bebebe 1px solid;
	width: 89px;
}

.non_front header > .content {
  max-width: 996px;
  min-height: 0px;
  padding-bottom: 10px;
}
/*=======*/
.meta > span{
	margin-right: 10px;
	vertical-align: top;
	display: inline-block;
}
.post_views{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAASCAYAAACAa1QyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU2QkJDOTQzOEQ4RDExRTVCMUE0QkJFNDY3MTlGMDhDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU2QkJDOTQ0OEQ4RDExRTVCMUE0QkJFNDY3MTlGMDhDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTZCQkM5NDE4RDhEMTFFNUIxQTRCQkU0NjcxOUYwOEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTZCQkM5NDI4RDhEMTFFNUIxQTRCQkU0NjcxOUYwOEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz47/KycAAABhElEQVR42pTTvS+DURTH8adNI2LxMnUi6SKSWkSYMEgNT6SD5KmoyUtCOliIROIfMFg0IULsarFYGhaReFkqDSERpR3EVImFGDy+t37Vp2rR5JPrnHuOe91Tluu6lkcr9nCPPG6x/avG8luVzySO0IMzrKKACDLo/alUdxw5/faIclGtCeWvETY5k7Q911lXYVbxseK04kuEzPXGENDBu5hDo+I2hHChuBmjpmkFb0r2YR+fil+RQ4fiZ2yW/6YB3OEBQXMFzGvP1tUyel3L+5Rm80aNi+hCUg2n5QbDV+qsfOqwhW6Yq79rDAveooA3iMViQZYG1GvPh6ZUKuUtq5xEgxnukk47wTmG0Y4iZmk2ue9vBA1xlmU1TLM5zvrIOqTXbcEOdeHSSY7j2KxJXeeAwgSbWc0qT9xPnNaJLxipGS4FVcMl/v9wOalmuH6SV/wwgw9MaR3EGnudnGRrBOYxHHJF7+vZ+ncwz72BQ0wgiidzLRoKVU+uxj+HS3HVcL8EGADkOEb+WRExxgAAAABJRU5ErkJggg==') left top no-repeat;
	height: 9px;
	line-height: 10px;
	padding-left: 18px;
	margin-top: 4px;
}
.post_views.dark{
	background-position: left -9px;
}
.post_score{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjAzQkU5RUIxOEQ4RjExRTU4MTY2RTNBNDQ1NUE4NjkyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjAzQkU5RUIyOEQ4RjExRTU4MTY2RTNBNDQ1NUE4NjkyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDNCRTlFQUY4RDhGMTFFNTgxNjZFM0E0NDU1QTg2OTIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDNCRTlFQjA4RDhGMTFFNTgxNjZFM0E0NDU1QTg2OTIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7NV/1TAAAAl0lEQVR42txSwQ2AIAykxKc7MBUMyT4O0EkwNWBKg9Lqx9ikHIQcbY+DUopTBLJ9oMU7fYTuRBUniQKPtFTsYhH9y9aw4ipnBWpBPRcTyz8gOauqHybijeLHd8zEGZEDaLyaUjrJOWebVxtB7dUYI3J87VWgl65ao9kqklc3FXE4FxPLW0l/8ioJwB2j9moTZ0Smu12AAQDo6ocj34Uw0QAAAABJRU5ErkJggg==') left top no-repeat;
	height: 12px;
	padding-left: 20px;
	line-height: 16px;
	margin-top: 1px;
}
.post_score.dark{
	background-position: left -12px;
}
.post_comm{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAWCAYAAAD0OH0aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0QTIzMDZERjhEOEYxMUU1QjQ3OTg3MzczQjg0RDlFNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo3ODczMDJBRTkwMDUxMUU1ODM5QzhDOTZGQjZCODM3MyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo3ODczMDJBRDkwMDUxMUU1ODM5QzhDOTZGQjZCODM3MyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3ODNhM2E2NC03ZTNkLTJlNDAtYmZmNS1jZGE3ZTVjNDVmMTQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEEyMzA2REY4RDhGMTFFNUI0Nzk4NzM3M0I4NEQ5RTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4rHer4AAAARklEQVR42mL8DwQMJAAmBhLBqAZiAAsQM+KRR44jRmJsYCTHSSiaWJL0pYhNGv9HY3oIJw1GfGUAMBUg28Q47+IzBoAAAwBFFQ/Yzy1d/gAAAABJRU5ErkJggg==') left top no-repeat;
	height: 11px;
	padding-left: 18px;
	line-height: 10px;
	margin-top: 4px;
}
.post_comm.dark{
	background-position: left -11px;
}
/*====*/
.front_block{
	border-top: #612e19 4px solid;
	margin-bottom: 25px;
}

.front_block:first-child,
.front_block:nth-child(1){ border-top: none;
}
.front_block:first-child .front_block-title{
	margin-top: 0px;
}
.front_block .front_block-title{
	font:  30px/normal MyriadProBold;
	margin:  20px 0px 25px 0px;
	position:  relative;
}
.front_block .front_block-title .more_link{
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-left: 22px;
	font-size: 0px;
}
.front_block .front_block-title .more_link a{
	color: #612e19;
    text-decoration: underline;
    font: 13px/normal OpenSans;
}
.front_block .front_block-title .more_link a:hover{
	text-decoration: none;
}
.front_block .wrap_firms .front_block-title .more_link{
	background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0ExMDNFNjA5MDA1MTFFNUJEMzhCQjhEMjI1ODM4QjUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0ExMDNFNUY5MDA1MTFFNUJEMzhCQjhEMjI1ODM4QjUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0NENDI0RTY4RTcwMTFFNUJERjJGN0I0MDNDMzlDMTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0NENDI0RTc4RTcwMTFFNUJERjJGN0I0MDNDMzlDMTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz68Cw42AAABBklEQVR42mJM1JMUZ2BgmAHEnkDMzoAf/ATi7UCcyQIk5gKxNxCfB+K3BDQKA3EAEHOANLoC8cV5F58ZMRABkvSlLgApZ5BGNiD+DBW0AFL2QLwUiH2BmA9Jzwmg4QehallZ0Ax0AOJ2ID4KxBVALIck1wHEB2EcdI0rgPgMEF8B4miQX5DkHiArRNfoAcSlQBwOtVkKSQ4U8t0wDhMDmQDdxh1AfAeKK/E5Fd3GCCDeDcQ60JDdjYST8dl4Aog7gfgJEE8HYgEkuYPoGn8BMQ+IA4ynA0DqAFLwYwMgtX9YoP7yA0Y+KBreEwgTkAsMgHgzSGM6NHE7Y3E6OvgDxLtAegACDACMLjed4NUHxwAAAABJRU5ErkJggg==') left center no-repeat;
}
.front_block .wrap_category_goods .front_block-title .more_link,
.front_block.goods .front_block-title .more_link{
	background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUUzOUExNEY5MDA1MTFFNTk4M0JFQTNDMEQ0OUNDNkMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUUzOUExNEU5MDA1MTFFNTk4M0JFQTNDMEQ0OUNDNkMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NUI3QkIyOTI4RTcxMTFFNUJCRENEQTUwOUQ2RDhBODIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NUI3QkIyOTM4RTcxMTFFNUJCRENEQTUwOUQ2RDhBODIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4k2hMYAAABDElEQVR42mJM1JOUYGBgmAnEbkDMwYAf/ATiXUCczgIk5gCxNxCfB+K3BDQKA7EvEDOxQG26OO/iMyMGIkCSvtQFkB6QRlYg/gwVtABS9kC8FGoyCGwG4mggPgE0/CBULSsTmoEOQNwBxApAXAHFClAxD2SFLGgaVwDxGSC+ArWFAcp2BeIHyArRbfSAhrAKELdDsQpULBCfRqIBulN3APEdKK6EioHY6YScGgHEu4FYBxqyS6FskFgyPhtPAHEnED8B4ulQsSdQsYPoGn8DMQ+IA4ynA0DqAFSuA0ldBRIbpPY3SON+UEoARv4pIP2RQJjwA7EBEO8EaUwE4gVA7ATEzAQ0/oX6NwkgwAAepzxHKkBqtAAAAABJRU5ErkJggg==') left center no-repeat;
}
/*===========last_posts=========*/
.front_block .last_posts li::after,
.front_block .last_posts::after{
	content: "";
	display: block;
	clear: both;
}
.front_block .last_posts ul{
	background-color: #252525;
	padding: 0px 20px;
	min-height: 401px;
	vertical-align: top;
	display: table-cell;
}
.front_block .last_posts li{
	padding: 0px 17px;
}
.front_block .last_posts li{

	border-bottom: #ffffff 1px solid;
	padding: 20px 0px;
}

.front_block .last_posts li .wrap{
	padding-left: 97px;
}
.front_block .last_posts li:last-child{
	border-bottom: none;
}
.front_block .last_posts .meta,
.front_block .last_posts li .title,
.front_block .last_posts li .title a{
	margin: 0px;
	font: 12px/normal OpenSans;
	color: #fff;
}
.front_block .last_posts .title a:hover{
	text-decoration: underline;
}
.front_block .last_posts li .img{
	float: left;
	width: 80px;
	height: 60px;
	background-size: cover;
}
.front_block .last_posts .first_post{
	position: relative;
	font-size: 0px;
	width: 63.706%;
	display: table-cell;
	vertical-align: bottom;
	padding: 20px;
}
.front_block .last_posts .first_post .date{
	top: 0px;
	background-color: #612e19;
	padding: 10px 15px;
	left: 0px;
	font: 12px/normal OpenSans;
	color: #fff;
	position: absolute;
	z-index: 1;
	text-transform: uppercase;
}
.front_block .last_posts .first_post .title{
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 3px 17px 10px 17px;
}
.front_block .last_posts .first_post a{
	font: 30px/34px OpenSans;
	color: #fff;
}
.front_block .last_posts .first_post a:hover{
	text-decoration: underline;
}
.front_block .last_posts .first_post .img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: cover;
}

/*====NEWS====*/
.news_posts{
	font: 13px/normal OpenSans;
}
.news_posts .firsts_news{
	font-size: 0px;
	margin-bottom: 30px;
}
.news_posts .firsts_news .news{
	display: inline-table;
	padding: 15px 13px 0px 13px;
	font-size: 12px;
	width: 33.33%;
}
.news_posts .firsts_news .wrap{

	position: relative;
	display: table-cell;
	width: 100%;
	height: 180px;
	vertical-align: bottom;
}
.news_posts .firsts_news .news:first-child{
	padding-left: 0px;
}
.news_posts .firsts_news .news .news_date{
	background-color: #555555;
	position: absolute;
	top: -15px;
	left: 0px;
	color: #ffffff;
	line-height: 33px;
	text-transform: uppercase;
	padding: 0px 12px;
	font-size: 13px;
	z-index: 1;
}
.news_posts .firsts_news .news:first-child .news_date{
	background-color: #612e19;
}
.news_posts .firsts_news .news:last-child{
	padding-right: 0px;
}
.news_posts .firsts_news .news_image{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
}
.news_posts .firsts_news .img{
	height: 180px;
	background-size: cover;
	width: 100%;
}
.news_posts .firsts_news .wrap>a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
}
.news_posts .firsts_news .news_title{
	background-color: rgba(0, 0, 0, 0.7);
	height: 66px;
	z-index: 1;
	padding: 0px 13px;
	vertical-align: middle;
	display: table;
	color: #ffffff;
	font-size: 12px;
	position: relative;
	width: 100%;
}
.news_posts .firsts_news .news_title .link{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.news_posts .news_list>.news{
	margin-bottom: 20px;
	font: 13px/normal OpenSans;
}
.news_posts .news_list>.news .news_date,
.news_posts .news_list>.news .news_title{
	display: inline-block;
}

.news_posts .news_list>.news .news_date{
	margin-right: 30px;
	color: #818181;
}
.news_posts .news_list>.news a:hover{
	text-decoration: underline;
}
/*====CATEGORY POSTS====*/
.category_posts{
	display: table;
}
.category_posts>div{
	display: table-cell;
	vertical-align: top;
}
.category_posts .first_post{
	padding-right: 40px;
	width: 69.3%;
}
.category_posts .first_post .img{
	width: 100%;
	height: 310px;
	background-size: cover;
	margin-bottom: 20px;
}
.category_posts .title{
	margin-bottom: 15px;
}
.category_posts .title a{
	font: 16px/normal OpenSansBold;
	color: #612e19;
	display: block;
}
.category_posts .title a:hover{
	text-decoration: underline;
}
.category_posts .content{
	font: 13px/normal OpenSans;
	color: #222222;
	margin-bottom: 12px;
}
.category_posts .meta{
	margin: 0px;
	font: 12px/normal OpenSans;
	color: #555555;
}
.category_posts .category_link{
	margin-bottom: 10px;
	padding-left: 22px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDM4NTk4MzQ5MDA1MTFFNThGQ0RENDFDNDg3NzM0MzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDM4NTk4MzM5MDA1MTFFNThGQ0RENDFDNDg3NzM0MzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzNEOTkwMEU4RTU5MTFFNUFDNzVFREVEQjY1QzU4MjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzNEOTkwMEY4RTU5MTFFNUFDNzVFREVEQjY1QzU4MjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4vW3PUAAABC0lEQVR42mL8//8/Q5K+FC8DA8NeIBZmIAwYgfgAC5SjB8T3gdgTiA2RFJ2ed/HZR3SdQIseMSbqSRYC2alAfB6ILwGxGxDfAWItIF4KxDeAWA1J31ogPscEJEqAuALJGXOBtqQD6WVQPsiwPUgY7AKQU/8A8TskExWBTjEG0nJA/AjqDXQbGVjQnA9ybjIQ60P524CYGU0NMzaNr4H4LBLfCkuo/semERQoHwhExwdsGsWB2ICAxnfYNHICsSAS/xAQS6AFDgs2jSxoGpmxGMaIrBHk4b9A/AQaVzDwHIi/APErJLHPMI0gU69CEwE7mulPgZgHTYwfiJlAGpuB+CI0IRADQHpaAAIMANDTOOqIKN0bAAAAAElFTkSuQmCC') left center no-repeat;
	margin-left: 10px;
}
.category_posts .category_link a{
	color: #612e19;
	text-decoration: underline;
	font: 13px/normal OpenSans;
}
.category_posts .category_link a:hover{
	text-decoration: none;
}
.category_posts .other_post{
	background: #fdfdfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fdfdfc 0%, #f1f3ea 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fdfdfc 0%,#f1f3ea 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fdfdfc 0%,#f1f3ea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfc', endColorstr='#f1f3ea',GradientType=0 );

	border-bottom: #707070 1px solid;
	padding: 5px 10px 10px 10px;
}
/*===firmsANDgoods===*/
.firmsANDgoods{
	display: table;
	width: 100%;
}
.firmsANDgoods>div{
	display: table-cell;
	vertical-align: top;
}
.firmsANDgoods>div:first-child{
	width: 69.5%;
	padding-right: 30px;
}
.firmsANDgoods .firm,
.firmsANDgoods .category_product{
	margin-bottom: 10px;
}
.firmsANDgoods .firm .img,
.firmsANDgoods .category_product .img,
.goods .product .img{
	width: 55px;
	height: 45px;
	background-size: contain;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
}
.firmsANDgoods .category_product_content::after{
	content: " ";
	display: block;
	clear: both;
}
.firmsANDgoods .firm .firm_content,
.firmsANDgoods .category_product_content{
	padding-left: 73px;
	padding-right: 55px;
}
.firmsANDgoods .firm .firm_title a{
	font: 16px/normal OpenSansBold;
	color: #222222;
}
.firmsANDgoods .category_product_content .good_title a{
	font: 14px/normal OpenSans;
	color: #000;
}
.firmsANDgoods .firm .firm_title a:hover,
.firmsANDgoods .category_product_content .good_title a:hover{
	text-decoration: underline;
}
.firmsANDgoods .firm .region,
.firmsANDgoods .firm .address,
.firmsANDgoods .firm .phone{
	font: 13px/normal OpenSans;
	color: #222222;
}
.firmsANDgoods .firm .region a{
	text-decoration: underline;
}
.firmsANDgoods .firm .region a:hover{
	text-decoration: none;
}
.firmsANDgoods .firm b{
	font-family: OpenSansBold;
}
/*======*/
.goods .front_block-content ul{
	font-size: 0px;
}
.goods .product{
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 0px 20px;

}
.goods .product .wrap_product{
	display: table;
}
.goods .product .wrap_product>*{
	display: table-cell;
	vertical-align: top;
}
.goods .product .wrap_product_price{
	white-space: nowrap;
}
.goods .product:nth-child(3n){
	padding-right: 0px;
	padding-left: 35px;
}
.goods .product:nth-child(3n+1){
	padding-left: 0px;
	padding-right: 35px;
}
.goods .product img{
	float: none;
}
.goods .product .product_title a{
	font: 13px/normal OpenSansBold;
	color: #222222;
}
.goods .product .product_title a:hover,
.goods .product .product_category a:hover{
	text-decoration: underline;
}
.goods .product .product_category a{
	font: 13px/normal OpenSans;
	color:#222222;
}
.goods .product .wrap_product_content{
	padding: 0px 10px 0px 20px;
}
.goods .product .product_price{
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRBMDlDOEIwOEYzRTExRTU5MTIzRTQyQTU5M0ZFN0JBIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRBMDlDOEIxOEYzRTExRTU5MTIzRTQyQTU5M0ZFN0JBIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEEwOUM4QUU4RjNFMTFFNTkxMjNFNDJBNTkzRkU3QkEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEEwOUM4QUY4RjNFMTFFNTkxMjNFNDJBNTkzRkU3QkEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6WON41AAAAXElEQVR42mJUUlJiAAIXIN7NgAlmAXEFC5ogIxJbEIjPAHE5EwNu8B5qkjE+RSB3pAHxHhY09/xHU9gJwiBFe4DYFaqQEZuRhEwCe4YJySSY79AxAz6HwwFAgAEA7JwOuK7MSUkAAAAASUVORK5CYII=') right center no-repeat;
	padding-right: 15px;
	font: 13px/normal OpenSansBold;

}
/*=====BRANDS=====*/
.front_brands{
	border: #612e19 1px solid;
	border-radius: 1px;
	padding: 20px;
}
.front_brands ul{
	font-size: 0px;
}
.front_brands ul li{
	width: 25%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8px;
}
.front_brands .img{
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center;

}
.front_brands ul li>a{
	display: inline-block;
	padding: 3px;
	border-radius: 81%;
	overflow: hidden;
	border: 1px #ccc solid;
	vertical-align: middle;
	margin-right: 20px;
}
.front_brands .brand_title{
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
	width: 60%;
}
.front_brands .brand_title a{

	font: 13px/normal OpenSans;
	color: #222222;
}
.front_brands .brand_title a:hover{
	text-decoration: underline;
}
/*====SIDEBAR====*/
#sidebar .sidebar_block .sidebar_title{
	font: 30px/normal MyriadProRegular;
	margin-bottom: 15px;

}
#sidebar .sidebar_block{
	margin-bottom: 20px;
}
#sidebar .sidebar_block.popular .sidebar_title{
	font: 30px/normal MyriadProBold;
	margin: 20px 0px 0px 0px;
}
#sidebar .sidebar_block.popular li{
	border-bottom: #612e19 1px solid;
	padding: 20px 0px;
}
#sidebar .sidebar_block.popular li:last-child{
	border-bottom: 0px;
}
#sidebar .sidebar_block.popular li::after{
	content: "";
	display: block;
	clear: both;
}
#sidebar .sidebar_block.popular .img{
	float: left;
	width: 80px;
	height: 60px;
	background-size: cover;
}
#sidebar .sidebar_block.popular .wrap{
	padding-left: 97px;
}
#sidebar .sidebar_block.popular .popular_date{
	text-transform: uppercase;
	color: #7e7e7e;
	font: 12px/normal OpenSans;
}
#sidebar .sidebar_block.popular .popular_title a{
	font: 12px/normal OpenSansBold;
	color: #222222;
	display: block;
}
#sidebar .sidebar_block.popular .popular_title a:hover{
	text-decoration: underline;
}
#sidebar .sidebar_block.charters{
	background-color: #f5f5f5;
	border-top: #612e19 7px solid;
}
#sidebar .sidebar_block.charters .sidebar_title{
	font: 30px/normal MyriadProBold;
	text-transform: uppercase;
	text-align: center;
	margin: 30px 0px 15px 0px;
}
#sidebar .sidebar_block.charters .sidebar_content{
	padding: 20px;
}
#sidebar .sidebar_block.charters .charter{
	margin-bottom: 15px;
}
#sidebar .sidebar_block.charters .charter:last-child{
	margin-bottom: 0px;
}
#sidebar .sidebar_block.charters .charter a{
	font: 16px/20px OpenSansBold;
	color: #222222;
}
#sidebar .sidebar_block.charters .charter a:hover{
	text-decoration: underline;
}
#sidebar .sidebar_block.charters .charter ul{
	padding-left: 15px;
}
#sidebar .sidebar_block.charters .charter ul a{
	font: 14px/20px OpenSansBold;
	color: #612e19;
	display: block;
}
#sidebar .sidebar_block.charters .charter ul>li{
	position: relative;
	padding-left: 5px;
}
#sidebar .sidebar_block.charters .charter ul>li::before{
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	height: 0px;
	border-bottom: #612e19 1px solid;
	left: 0px;
	top: 10px;
}
#sidebar .sidebar_block.front_quiz .sidebar_content{
	padding: 0px 20px;
}
#sidebar .sidebar_block.front_quiz .wp-polls .title{
	font: 14px/normal OpenSansBold; color: #333333; margin-bottom: 15px;
}
#sidebar .sidebar_block.front_quiz .wp-polls-ul{
	margin: 0px;
	font: 13px/20px OpenSans; color: #666666; margin-bottom: 20px;
}
#sidebar .sidebar_block.front_quiz .wp-polls-ul + p{
	font: 14px/normal OpenSansBold;
	color: #333333;
}
#sidebar .sidebar_block.front_quiz .wp-polls .Buttons{
	background-color: #612e19;
	font: 16px/43px OpenSansBold;
	color: #fff;
	text-transform: uppercase;
	border: 0px;
	width: 100%;

}
#sidebar .sidebar_block.front_quiz .wp-polls .Buttons + p{
	display:none;
}
/* Êàòåãîðèè íà ãëàâíîé */
.front_title {
	font: 25px/25px OpenSansBold;
}

#front_sections .front_title {
	margin: 20px 0;
}

#front_sections .section {
	display: inline-block;
	vertical-align: top;
	margin: 1%;
	border: 1px solid #ececec;
	border-radius: 2px;
	width: 23%;
	height: 264px;
	padding: 5px;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.09);
	position: relative;
	overflow: hidden;
}

#front_sections .section .category_img {
	width: 100%;
	height: 118px;
	background: center center no-repeat;
	background-size: cover;
}

#front_sections .section .section_link > a {
	color: #2b2a29;
	font: 18px/18px OpenSans;
	padding: 5px 10px;
	display: inline-block;
}

#front_sections #sections > ul > li  .section_link li:hover{
	color: #000;
	text-decoration: none !important;
}
#front_sections #sections > ul > li:hover .section_shadow {
	display: none;
}

#front_sections .section .section_link > ul li {
	padding: 3px 10px;
	color: #6e6e6e;
	font: 12px/12px OpenSans;
	text-decoration: underline;
}

#front_sections .section .section_shadow {
	background: url(../img/section_shadow.png) center bottom no-repeat;
	height: 70px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}


/* Ôèðìû íà ãëàâíîé */

#front_firms {
  text-align: left;
  position: relative;
  margin-bottom: 50px;
  margin-top: 15px;
  padding: 15px 25px 15px;
  /*border: 1px solid #612e19;*/
  border-radius: 10px;
  min-height: 370px;
  background: url('../img/front_firms_bg.png') center no-repeat;
}

#front_firms .front_title {
	display: inline-block;
	margin: 0px 22px 30px 10px;
	vertical-align: bottom;
}

#front_firms .firm {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 20px;
  position: relative;
  margin-bottom: 30px;
  border: none;
}

#front_firms .firms_count {
	display: inline-block;
	margin-top: 9px;
	vertical-align: top;
	font: 12px/18px OpenSans;
	position: static;
}

#front_firms .firms_count .count {
	display: inline-block;
	vertical-align: middle;
	color: #000;
	margin: 0 5px;
	text-decoration: underline;
	background: none;
	padding: 0;
	width: auto;
	height: auto;
}

#front_firms .add_firm{
	background: url(../img/add_company_catal.png) 16px center no-repeat #612e19;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -17px;
    margin: auto;
    width: 252px;
    padding: 12px 15px 12px 48px;
}
#front_firms .add_firm .add_firm_al, #front_firms .add_firm .add_firm_ar {
    position: absolute;
    background: url('data:image/png;base64,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');
    width: 18px;
    height: 17px;
    bottom: 0;
}
#front_firms .add_firm .add_firm_al {
    left: -18px;
}
#front_firms .add_firm .add_firm_ar {
    right: -18px;
    background-position: -22px;
}

#front_firms .add_firm a {
	color: #fff;
	font: 16px/18px OpenSansBold;
    text-transform: uppercase;
}

#front_firms .firm_image {
	float: left;
}

#front_firms .firm_image .firm_image_inside{
	width: 84px;
	height: 84px;
	background: center center no-repeat;
	background-size: cover;
}

#front_firms .firm_image a {
	display: block;
	border: 1px solid rgb(183, 183, 183);
	border-radius: 50%;
	width: 86px;
	height: 86px;
	margin-right: 10px;
	overflow: hidden;
}

#front_firms .all_firm_link {
	position: absolute;
	bottom: 16px;
	right: 20px;
	font: 12px/12px OpenSans;
	text-decoration: underline;
}

#front_firms .firm_body {
	margin-left: 96px;
	font: 14px/normal OpenSans;
	color: #333333;
}

#front_firms .firm_body b {
	font-family: OpenSansBold;
}

#front_firms .firm_body .firm_title {
	color: #333;
	font: 18px/18px OpenSansBold;
}

#front_firms .firm_rating {
	display: inline-block;
	vertical-align: middle;
	height: 14px;
	margin-right: 5px;
}

.rating_info {
  margin: 0px 0px;
  height: 17px;
  line-height: 14px;
}

.rating_empty, .rating_full {
  width: 78px;
  height: 13px;
  line-height: 14px;
}

.rating_empty {
  margin: 0 auto;
  background: url(../img/rating_empty.png) no-repeat;
}

.rating_full {
  background: url(../img/rating_full.png) 0 0 no-repeat;
}

/* ---Ôèðìû íà ãëàâíé---*/

/* Ññûëêà íà òåñò íà ãëàâíîé */

#fronttest {
	max-width: 100%;
	margin: 20px 0;
}
#fronttest_calc {
	max-width: 100%;
	margin: 20px 0;
}
#fronttest img {
	max-width: 100%;
}
#fronttest_calc img {
	max-width: 100%;
}
.hidden_text {
	display: none;
}

/* ---Ññûëêà íà òåñò íà ãëàâíîé--- */


/* Òîâàðû íà ãëàâíîé */

#front_goods .front_title {
	display: inline-block;
	margin: 15px;
	vertical-align: bottom;
}

#front_goods {
	max-width: 960px;
	margin: 20px auto;
	width: 100%;
	padding: 0px 0px;
}

#front_goods ul {
	margin-top: 20px;
}

#front_goods ul li {
	display: inline-block;
	width: 23.25%;
	margin-left: 2.33%;
	vertical-align: top;
	margin-bottom: 20px;
}

#front_goods ul li:first-child  {
	margin-left: 0;
}

#front_goods ul li .front_good{
	height: 100%;
}

#front_goods ul li .front_good .good_img {
	height: 196px;
	background: center center no-repeat;
	background-size: contain;
}

#front_goods ul li .front_good .good_body {
	margin: 0 10px;
	border-bottom: 1px solid #f0f0f0;
}

#front_goods ul li .front_good .good_body .good_link {
	color: #333333;
	font: 14px/16px OpenSansBold;
	display: inline-block;
	height: 32px;
	overflow: hidden;
}

#front_goods ul li .front_good .good_body .good_text {
	color: #333;
	font: 13px/16px OpenSans;
	display: inline-block;
	margin-bottom: 10px;
	max-height: 68px;
	overflow: hidden;
}

#front_goods ul li .front_good  .good_info table {
	width: 100%;
}

#front_goods ul li .front_good  .good_info {
	padding: 10px 10px 0px;
}

#front_goods ul li .front_good  .good_info table th {
	font-size: 13px;
	font-family: OpenSans;
	color: #686868;
}

#front_goods ul li .front_good  .good_info table td {
	font-size: 13px;
	font-family: OpenSans;
	color: #000;
	padding: 10px 0;
}

#front_goods ul li .front_good .good_info table td:first-child + *, #front_goods ul li .front_good .good_info table th:first-child + * {
	text-align: right;
}

.front_link {
	text-align: right;
	font-family: PTserif;
	font-size: 18px;
	color: #00746b;
	text-decoration: underline;
	margin-bottom: 25px;
}

#front_goods .rating_empty {
	display: inline-block;
}

#front_goods .firm_rating {
	margin: 10px 0 5px;
}

#front_goods ul li .front_good  .good_info table a{
	color: #5a93d7;
	text-decoration: underline;
}

#front_goods ul li .front_good  .good_info table a:hover{
	text-decoration: none;
}

#front_expert_link {
	color: #612e19;
	font: 30px/30px OpenSansBold;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0 25px;
}

/* Êîíåö òîâàðîâ íà ãëàâíîé */


/* Media */

.front_media {
  margin: 0 auto 30px;
}

.front_media > li {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-left: 2%;
}
.front_media > li:first-child {
	margin-left: 0;
}

.front_media #fullsizecustom {
	height: 319px !important;
	position: relative;
}

.front_media #slideshow-wrappercustom #imagecustom img{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}

.front_media #slideshow-wrappercustom #imagecustom {
	height: 100%;
	margin: 4px;
	overflow: hidden;
	width: auto;
	position: relative;
}

#slideshow-wrappercustom #fullsizecustom {
	overflow: hidden;
	padding-bottom: 8px;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}

#slideshow-wrappercustom #sliderightcustom:hover,
#slideshow-wrappercustom #slideleftcustom,
#slideshow-wrappercustom #slideleftcustom:hover,
#slideshow-wrappercustom #sliderightcustom {
  background-color: #fff !important;
}

#slideshow-wrappercustom {
	border: none !important;
}

#slideshow-wrappercustom #slidercustom img {
  border: 1px solid #f2f2f2 !important;
}

.front_media h3 {
	font: 25px/25px OpenSansBold;
	margin-bottom: 10px;
	color: #2b2a29;
}

.clear {
	clear: both;
}

/* ---Media--- */

/* Äîêóìåíòû íà ãëàâíîé */

#front_docs {
	margin-bottom: 40px;
}

#front_docs .title {
	font: 25px/25px OpenSansBold;
}

#front_docs .doc_block{
	display: inline-block;
	vertical-align: top;
	width: 26.33%;
	margin-right: 10%;
}

#front_docs .doc_block:last-child{
	margin-right: 0;
}

#front_docs .doc_block h4{
	padding-left: 35px;
	font-family: OpenSansBold;
	font-size: 20px;
	margin-bottom: 25px;
}

#front_docs .doc_block ul li {
	padding-left: 35px;
	font: 13px/20px OpenSans;
	text-decoration: underline;
	background: url(../img/front_doc.jpg) 18px 5px no-repeat;
}

#front_docs .doc_block ul li a {
	color: #000;
}

#front_docs .doc_block ul li a:hover {
	color: #612e19;
}

#front_docs .doc_block ul li:hover {
    background: url(../img/front_doc_a.png) 18px 5px no-repeat;
}

/* ---Äîêóìåíòû íà ãëàâíîé--- */


/* Ãëàâíàÿ ñòðàíèöà */
#front_content {
	padding: 50px 34px 50px;
	  margin-bottom: 30px;
	  border: 1px solid #848484;
	  border-radius: 10px;
	  background-color: #2a1405;
	  color: #fff;
	  min-height: 241px;
	  overflow: hidden;
	  position: relative;
}

#front_content .fc_img {
    /*background: url(../img/fc_img.png);
    width: 309px;
    height: 308px;
    position: absolute;
    top: -15px;
    left: -41px;*/
}

#front_content .title{
	font: 25px/25px OpenSansBold;
}

#front_content .content {
	font: 13px/16px OpenSans;
}
#front_content .title, #front_content .content_text{
	/*margin-left: 350px;*/
	color: #fff !important;
}
/* ---Ãëàâíàÿ ñòðàíèöà--- */

/* Ôóòåð */

footer {
	background: #ebebeb;
	padding: 0 10px;
}

#footer_wrapper {
	max-width: 996px;
	margin: 0px auto;
	width: 100%;
}

#footer_block {
	max-width: 1100px;
	font-family: OpenSans;
	color: #fff;
	padding: 30px 0;
	width: 100%;
}

#footer_block .row1 .col{
	margin-right: 8%;
	display: inline-block;
	vertical-align: top;
	font: 14px/24px OpenSans;
}

#footer_block .row1 .col .col_title {
	font-family: OpenSansBold;
	margin-bottom: 20px;
	color: #464646;
}

#footer_block .row1 .col .link {
	text-decoration: underline;
	color: #464646;
}

#footer_block .row1 .col .link:hover {
	text-decoration: none;
}

#footer_block .row2 {
    margin: 20px 0;
    width: 50%;
    float: left;
}

#footer_block .b-share {padding: 0 !important;}


#footer_block .row3 {
	font: 12px/14px OpenSans;
	color: #464646;
}

/* ---Ôóòåð--- */

/* Ñàéäáàð */

.add_company a {


	background-image: url('../img/add_company.png'), url('../img/devaha.png');
	background-position: 14px center, right center;
	background-repeat: no-repeat, no-repeat;
	background-color: #612e19;
  font: 22px/24px BebasNeueRegular;
  color:  #fff;
  display: block;
  padding: 19px 20px 18px 66px;
  text-decoration: none;
  margin-top: 0px;
  margin-bottom: 25px;
  min-height: 66px;
  overflow: hidden;
}

@media (max-width: 900px) {
	.add_company a {
		padding-top: 21px;
	}
}

.title-side {
	font: 24px/25px OpenSansBold;
	color: #2b2a29;
	margin-bottom: 15px;
}

#new_posts {
	margin-bottom: 20px
}

.pst {
	padding: 14px 14px 9px;
	border: 1px solid #612e19;
	border-radius: 10px;
	margin-bottom: 12px;
	background-color: #ffefef;
}

.pst img {
	float: left;
	margin-right: 7px;
}

.pst .recent_title {
	font: 13px/16px OpenSans;
	display: block;
	position: relative;
	top: -3px;
}

.pst .new_posts_comments_count {
	margin-top: 3px;
	display: inline-block;
	font: 10px/10px OpenSans;
}

.pst .new_posts_comments_count a{
	text-decoration: underline;
	padding: 3px 0 7px 22px;
	display: inline-block;
	background: url(../img/comments_icon.png) 0 center no-repeat;
	background-size: 17px 16px;
}
.pst .new_posts_comments_count a:hover{ text-decoration: none; }

.wp-polls .answer {
	margin-top: 0;
}

#sidebar .mention {
	padding: 8px 14px 4px;
	border: 1px solid #e6e6e6;
	margin-bottom: 12px;
	border-radius: 1px;
}

#sidebar .mention .mention_date {
	font: 12px/16px OpenSans;
	color: #7e7e7e;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#sidebar .mention .mention_title {
	font: 13px/normal OpenSansBold;
	color: #333;
}
#sidebar .mention .mention_title a:hover{
	text-decoration: underline;
}
#sidebar .mention .mention_body {
	font: 13px/normal OpenSans;
	color: #333333;
	margin-bottom: 6px;
}

#sidebar .mention .rating_empty {
	display: inline-block;
	margin-top: 3px;
}

#last_mentions {
	margin-bottom: 25px;
}

#last_comments .blm .recom li {
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #612e19;
    border-radius: 10px;
    position: relative;
    background: none!important;
}

#last_comments .comment_user_face {
	background: url(../img/none-face.png) center center no-repeat #cccccc;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-size: 60%;
	float: left;
}

#last_comments .comment_text {
	display: block;
	margin-left: 60px;
	margin-top: 0;
}

#last_comments .author {
	font: 14px/20px OpenSansSemiBold;

}

#last_comments .date {
	font: 10px/10px OpenSans;
	margin: 6px 0 8px;
	color: #adadad;
}

#last_comments .comment_text > a{
	font: 13px/20px OpenSans;
	color: #666666;
	word-break: break-word;
	text-decoration: none!important;
}
#front_quiz {
	margin-bottom: 25px;
}

#front_quiz .wp-polls {
  padding: 20px 25px 15px 25px;
  border-radius: 10px;
  border: 1px solid #612e19;
}

#front_quiz .title {
  font-size: 14px;
  font-family: OpenSansSemiBold;
  color: #333;
}

#front_quiz .front_poll_link, #front_quiz a[href="#ViewPollResults"] {
  display: none;
}

#front_quiz .result, #front_quiz .wp-polls .Buttons {
	font: 14px/14px OpenSansSemiBold;
	color: #fff;
	display: inline-block;
	padding: 8px 12px 9px;
	border-radius: 2px;
	background: #612e19;
	border: none;
}

#front_quiz .wp-polls ul, #front_quiz .wp-polls-ul, #front_quiz .wp-polls-ans ul {
	margin-left: 0;
	margin-bottom: 20px;
}

#front_quiz .wp-polls ul li {
	margin-bottom: 4px;
}

#front_quiz .wp-polls ul li input, #front_quiz .wp-polls ul li label {
	display: inline-block;
	vertical-align: middle;
	font: 13px/13px OpenSans;
	color: #666666;
}

#sidebar .sr-box  {
	padding: 20px 10px;
	border-radius: 10px;
	margin-bottom: 30px;
	border: 0px;
}

#sidebar .sr-box input[type="submit"]{
	font: 14px/14px OpenSansSemiBold;
	color: #fff;
	display: inline-block;
	padding: 8px 12px 9px;
	border-radius: 2px;
	background: #612e19;
	border: none;
	width: 100%;
	cursor: pointer;
}

#sidebar .sr-box input[type="text"]{
	box-shadow: inset 0px 1px 2px 0px #dadada;
	border: 1px solid #dadada;
	display: block;
	padding: 5px;
	width: 100%;
	height: 35px;
	margin: 0px 0px 11px;
}
#sidebar #sidebar_smform{
	background: #f4f4f4 url('../img/devaha.jpg') bottom center no-repeat;
	border: 1px #612e19 solid;
	border-radius: 1px;
	padding: 22px 15px 125px 15px;
}
#sidebar #sidebar_smform .sidebar_title{
	font: 30px/normal MyriadProBold;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
}
#new_posts_inside .pst .recent_title {
	font: 15px/16px OpenSansBold;
	color: #333333;
	margin-bottom: 5px;
}

#new_posts_inside .pst .recent_post_img {
	width: 100%;
	max-width: 216px;
	height: 136px;
	background: center center no-repeat;
	background-size: cover;
	margin-bottom: 10px;
	margin: 0 auto 10px;
}

#breadcrumbs {
	margin: 30px 0 25px;
	color: #767676;
	font: 13px/16px OpenSans;
}

#breadcrumbs a {
	text-decoration: underline;
	color: #5a93d7;
}

/* ---Ñàéäáàð--- */

/* Ñòðàíèöà ñòàòüè */
.post_page h1 {
	font: 34px/normal PTserif;
	margin-bottom: 22px;
}

.post_page .post_rating {
	float: right;
	font: 13px/16px OpenSans;
	color: #333333;
}

.post_page .post_rating .firm_rating {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
}

.post_page #toc_container {
	float: left;
	background: #fbfbfb;
	border: none;
	font-family: OpenSans;
	color: #5a93d7;
	margin-right: 25px;
}

.post_page .content_text {
	font: 17px/normal OpenSans;
	color: #333333;
}

.post_page .content_text .wp-caption {
	margin: 20px auto;
	max-width: 100%;
}

.post_page .content_text .wp-caption img {
	max-width: 100%;
	display: block;
	width: 100%;
	height: auto;
}

.post_page .content_text .wp-caption .wp-caption-text {
	font: 14px/normal OpenSansI;
	padding: 10px 20px 12px;
	background: #612e19;
	color: #fff;
}

.content_text iframe {
	max-width: 100%;
	margin: 20px auto;
	display: block;
}

.post_page .content_text table {
	max-width: 100%;
	margin: 20px auto;
}

.post_page .content_text table th, .post_page .content_text table td {
	padding: 5px;
	border: 1px solid #D3D3D3;
}

.post_page .content_text ul li {
	padding-left: 20px;
	background: url(../img/li_point.png) 5px 8px no-repeat;
	margin: 5px 0;
	text-transform: lowercase;
}

.post_page .content_text ul {
	margin: 7px 0;
}

.post_page .content_text ol li {
	padding-left: 20px;
	margin: 20px 0;
}

.post_page .content_text h2 {
	font: 28px/normal PTserif;
	margin: 35px 0 18px;
}

.post_page .content_text b, .post_page .content_text strong {
	font-family: OpenSansBold;
	font-weight: 700;
}

.post_page .content_text i, .post_page .content_text em {
	font-family: OpenSansI;
}

.post_page .content_text h3 {
	font: 22px/normal PTserif;
	margin: 20px 0 18px;
}

.post_page .content_text blockquote {
	margin: 10px 0;
	border: 2px solid #612e19;
	border-radius: 3px;
	padding: 24px 20px 30px 89px;
	font: 16px/normal PTserif;
	color: #333333;
	background: url(../img/bloquote.png) 20px center no-repeat;
}

#post_bottom_block {
  margin: 30px 0 20px;
  font-family: OpenSans;
}

#post_bottom_block .inf-z {
  display: inline-block;
  vertical-align: middle;
}

#post_bottom_block .tt {
  display: inline-block;
  vertical-align: middle;
  font-family: OpenSansBold;
}

#post_bottom_block .soc2 {
  display: inline-block;
  vertical-align: middle;
}

#post_bottom_block .bottom_content {
  display: inline-block;
  vertical-align: middle;
  float: right;
  text-align: right;
}

#post_bottom_block .bottom_content .author_name {
  display: inline-block;
  vertical-align: middle;
}

#post_bottom_block .bottom_content .post_time {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}

#post_bottom_block .bottom_content .post_time span {
  font-family: OpenSansBold;
  color: #000;
}

#post_bottom_block .bottom_post_rating {
	display: inline-block;
	vertical-align: middle;
	font-family: OpenSansBold;
	margin-left: 15px;
}

#post_bottom_block .bottom_post_rating .firm_rating {
	display: inline-block;
	vertical-align: middle;
}



.similar_posts.inside h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-family: OpenSansBold;
}

.similar_posts.inside .similar_post{
	border: 1px solid #dadada;
	padding: 16px;
	margin-bottom: 16px;
}

.similar_posts.inside .post_image {
	display: inline-block;
	border: 1px solid #000;
	width: 176px;
	height: 99px;
	vertical-align: top;
	background: center center no-repeat;
	background-size: 100%;
	float: left;
}

.similar_posts.inside .post_body {
	display: block;
	vertical-align: top;
	margin-left: 200px;
	min-height: 99px;
	font-family: OpenSans;
}

.similar_posts.inside .post_body a.title {
	color: #333333;
	font-size: 14px;
	font-family: OpenSansBold;
	text-decoration: underline;
	display: block;
	margin: 12px 0 15px;
}

.similar_posts.inside .post_body .post_date {
  background: #612e19;
  font-size: 10px;
  color: #fff;
  padding: 8px 15px 8px 15px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
}

.similar_posts.inside .post_body .post_author {
  font-size: 14px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
}

.similar_posts.inside .post_body .post_author a{
  color: #5a93d7;
  text-decoration: underline;
  font-family: OpenSansBold;
}



.similar_post .new_posts_comments_count {
	margin-top: 3px;
	display: inline-block;
	font: 10px/10px OpenSans;
}

.similar_post .new_posts_comments_count a{
	text-decoration: underline;
	padding: 3px 0 7px 22px;
	display: inline-block;
	background: url(../img/comments_icon.png) 0 center no-repeat;
	background-size: 17px 16px;
}
.similar_post .new_posts_comments_count a:hover{ text-decoration: none; }

/* ---Ñòðàíèöà ñòàòüè--- */

/* Ñòðàíèöà âñåõ êàòåãîðèé */
#non_front_sections #sections > ul > li {
	display: inline-block;
	vertical-align: top;
	height: 254px;
	width: 23%;
	margin-left: 2.25%;
	position: relative;
	margin-bottom: 25px;
}
#non_front_sections #sections > ul > li:first-child, #non_front_sections #sections > ul > li:nth-child(4n+1) {
	margin-left: 0;
}


#non_front_sections #sections > ul > li .section_block {
	width: 100%;
	border: 1px solid #ececec;
	min-height: 254px;
	height: 254px;
	box-sizing: content-box;
	padding: 3px;
	overflow: hidden;
	position: relative;
	background: #fff;
    transition: height 0.5s ease;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.09);
	padding-bottom: 3px;
}

#non_front_sections #sections > ul > li:hover .section_block {
	border: 10px solid rgba(0, 0, 0, 0.24);
	position: absolute;
	left: -9px;
	top: -9px;
	z-index: 5;
	min-height: 100%;
	box-shadow: none;
}

#non_front_sections .section:hover .section_shadow {
	display: none;
}

#non_front_sections #sections .category_img {
	height: 118px;
	background: center center no-repeat;
	background-size: cover;
}

#non_front_sections .section .section_shadow {
  background: url(../img/section_shadow.png) center bottom no-repeat;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#non_front_sections #sections > ul > li .section_block > .section_link > a{
	color: #2b2a29;
	font: 18px/18px OpenSans;
	padding: 5px 10px;
	display: inline-block;
}

#non_front_sections .section .section_link > ul li {
  padding: 0px 10px 0px;
  color: #6e6e6e;
  font: 12px/18px OpenSans;
  text-decoration: underline;
  background: url(../img/category_li_point.png) 2px 6px no-repeat;
}


#front_sections .section .section_link > ul li {
  padding: 0px 10px 0px;
  color: #6e6e6e;
  font: 12px/18px OpenSans;
  text-decoration: underline;
  background: url(../img/category_li_point.png) 2px 6px no-repeat;
}

@media (max-width: 900px) {
	#non_front_sections #sections > ul > li {
		width: 23%;
		margin-left: 2.25%;
	}
	#non_front_sections #sections > ul > li:nth-child(4n+1) {
		margin-left: 2.25%;
	}
	#non_front_sections #sections > ul > li:nth-child(3n+1) {
		margin-left: 0%;
	}
}


/* ---Ñòðàíèöà âñåõ êàòåãîðèé--- */


/* Ñòðàíèöà êàòåãîðèè */
h1.title {
	font: 18px/18px OpenSansBold;
	margin-bottom: 18px;
}

#popular_posts {
	margin-bottom: 32px;
}

#popular_posts li{
	width: 23.5%;
	margin-left: 1.5%;
	display: inline-block;
	vertical-align: top;
	padding: 14px 15px 0px 0px;
	background: url(../img/popular_separator.png) right 40px no-repeat;
	min-height: 250px;
}

#popular_posts li:first-child{
	margin-left: 1.5%;
}

#popular_posts li:last-child{
	background: none;
}

#popular_posts li .post_image {
	height: 132px;
	background: center center no-repeat;
	background-size: cover;
}

#popular_posts li .firm_rating {
	padding: 0px 0 8px;
}

#popular_posts .rating_empty {
	display: inline-block;
}

#popular_posts .post_link {
	font: 14px/normal OpenSansBold;
	color: #333;
	margin: 10px 0;
	height: 76px;
	overflow: hidden;
}

#popular_posts .post_date {
	padding: 3px 0 7px 22px;
	display: inline-block;
	background: url(../img/date_icon.png) 2px 2px no-repeat;
	display: inline-block;
	vertical-align: top;
	font: 9px/10px OpenSans;
	margin-bottom: 5px;
	margin-right: 3px;


	padding: 3px 0 7px 15px;
			background: url(../img/date_icon.png) 0px 2px no-repeat;
			margin-right: 1px;
}

#popular_posts .new_posts_comments_count a {
	text-decoration: underline;
}

#popular_posts .new_posts_comments_count {
	display: inline-block;
	vertical-align: top;
	font: 9px/10px OpenSans;
	padding: 3px 0 7px 22px;
	background: url(../img/comments_icon.png) 0 center no-repeat;
	margin-bottom: 5px;
	background-size: 17px 16px;

	padding: 3px 0 7px 16px;
	background: url(../img/comments_icon.png) 0 2px no-repeat;
	background-size: 15.3%;
}

#popular_posts .new_posts_comments_count a:hover {
	text-decoration: none;
}

#archive_posts .archive_post {
	padding: 8px;
	margin-bottom: 10px;
	border: 1px solid #dadada;
	min-height: 146px;
}

#archive_posts .archive_post .post_img {
	width: 204px;
	height: 130px;
	background: center center no-repeat;
	background-size: cover;
	float: left;
	margin-right: 15px;
}

#archive_posts .archive_post .post_info {
	display: block;
	margin-left: 220px;
}

#archive_posts .archive_post .post_info .post_title {
	font: 24px/24px OpenSansBold;
	color: #333;
	margin-bottom: 10px;
	word-break: break-word;
}

#archive_posts .archive_post .post_info .post_content {
	font: 14px/24px OpenSans;
	color: #333;
	margin-bottom: 5px;
}

#archive_posts .post_date {
	padding: 3px 0 7px 22px;
	display: inline-block;
	background: url(../img/date_icon.png) 2px 2px no-repeat;
	display: inline-block;
	vertical-align: top;
	font: 9px/10px OpenSans;
	margin-bottom: 0px;
	margin-right: 3px;
}

#archive_posts .new_posts_comments_count a {
	text-decoration: underline;
}

#archive_posts .new_posts_comments_count {
	display: inline-block;
	vertical-align: top;
	font: 9px/10px OpenSans;
	padding: 3px 0 7px 22px;
	background: url(../img/comments_icon.png) 0 center no-repeat;
	margin-bottom: 0px;
	background-size: 17px 16px;
}

.docs table {
	width: 100% !important;
	margin-bottom: 25px;
}

.simple_page .content_text .docs h2 {
	text-transform: uppercase;
	background: #612e19;
	padding: 12px 8px;
	font: 14px/14px OpenSansBold;
	color: #fff;
	margin: 0;
}


.docs table tr:first-child td {
	border-left: 1px solid #333;
}

.docs table td {
	border-left: 1px solid #999999;
	padding: 12px 8px;
	font: 17px/normal OpenSans;
	color: #333;
}

.docs table tr:nth-child(odd) td {
	background: #ebebeb;
}

.docs table td:first-child {
	border-left: 0;
}

.docs table tr:first-child td {
	background: #AF5631;
	padding: 12px 8px;
	font: 14px/14px OpenSansBold;
	color: #fff;
	white-space: nowrap;
	text-align: center;
}

.docs table tr:first-child td:first-child {
	border-left: 0;
	text-align: left;
}

.docs table td:last-child {
	vertical-align: middle;
}

.docs table td:last-child a img, .docs table td:last-child a br {
	display: none;
}

.docs table td:last-child a {
	display: block;
	width: 21px;
	height: 22px;
	background: url(../img/download_icon.png) center center no-repeat;
}

@media (max-width: 900px) {
	.docs table td:nth-child(3) {
		display: none;
	}
}
@media (max-width: 600px) {
	.docs table td:nth-child(2) {
		display: none;
	}
}
/* ---Ñòðàíèöà êàòåãîðèè--- */


/* Ôîòîãàëåðåÿ */

.gallery_card {
	width: 100%;
}

.gallery_card td{
	width: 31%;
	padding: 0px 1% 20px;
	vertical-align: top;
	text-align: center;
}

.gallery_card .wp-caption {
	width: 100% !important;
	max-height: 225px;
	overflow: hidden;
	height: 228px;
}

.gallery_card .wp-caption img{
	display: block;
	width: auto !important;
	height: auto;
	max-width: 120%;
	max-height: 120%;
}

.gallery_card .wp-caption a{
	display: block;
	width: auto !important;
	height: 100%;
	max-width: 100%;
	max-height: 192px;
	overflow: hidden;
}


.gallery_card .wp-caption img {
	margin: 0 auto;
}

.gallery_card .wp-caption-text {
	background: #612e19;
	padding: 10px 12px 9px;
	color: #fff;
	text-align: left;
	font: 14px/14px OpenSansBold;
}


.gallery_card .wp-caption:hover .wp-caption-text{

	background-color: #AF5631;
}
/* ---Ôîòîãàëåðåÿ--- */


.simple_page .content_text h2 {
	font: 28px/normal PTserif;
	margin: 35px 0 18px;
}

.simple_page .content_text b, .simple_page .content_text strong {
	font-family: OpenSansBold;
}

.simple_page .content_text i, .simple_page .content_text em {
	font-family: OpenSansI;
}

.simple_page .content_text h3 {
	font: 22px/normal PTserif;
	margin: 20px 0 18px;
}

.content_text iframe {
	max-height: 350px
}

#gallery-1.gallery .gallery-item {
	padding: 3px 5px 6px;
}

#gallery-1.gallery .gallery-item img {
	height: auto;
	width: 100%;
	border: none;
}

#gallery-1.gallery .gallery-item img,
#gallery-1.gallery .gallery-item a {
	display: block;
}

#gallery-1.gallery .wp-caption-text {
	background: #612e19;
	padding: 10px 12px 9px;
	color: #fff;
	text-align: left;
	font: 14px/14px OpenSansBold;
}

/* Ñòðàíèöà êíèã */

#book_list li {
	padding: 21px;
	margin-bottom: 11px;
	border: 1px solid #dadada
}

#book_list li .book_img .book_img_inside {
	width: 153px;
	height: 204px;
	background: center center no-repeat;
	background-size: cover;
}

#book_list li .book_img {
	float: left;
}

#book_list li .book_rating_block {
	float: right;
	text-align: left;
	font: 14px/normal OpenSans;
	color: #6a6a6a;
}

#book_list li .book_rating_block .rating_empty{
	display: inline-block;
}

#book_list li .book_info {
  display: block;
  margin-left: 190px;
  margin-right: 150px;
  font: 14px/24px OpenSans;
  color: #333333;
}

#book_list li .book_info .book_name {
	font: 24px/normal OpenSansBold;
	margin-bottom: 15px;
	margin-top: -7px;
	word-break: break-word;
}


/* ---Ñòðàíèöà êíèã--- */

/* Ñòðàíèöà îòäåëüíîé êíèãè */
#book {
	padding: 11px;
	margin-bottom: 0px;
}

#book .book_img .book_img_inside {
	width: 153px;
	height: 204px;
	background: center center no-repeat;
	background-size: cover;
}

#book .book_img {
	float: left;
}

#book .book_rating_block {
	float: right;
	text-align: left;
	font: 14px/normal OpenSans;
	color: #6a6a6a;
}

#book .book_rating_block .rating_empty{
	display: inline-block;
}

#book .book_info {
  display: block;
  margin-left: 190px;
  margin-right: 150px;
  font: 14px/24px OpenSans;
  color: #333333;
}

#book .book_info .book_name {
	font: 24px/normal OpenSansBold;
	margin-bottom: 15px;
	margin-top: -7px;
}

#book .book_content {
	margin-top: 30px;
	font: 14px/24px OpenSans;
}

/* Ïîèñê áðåíäà */
.category_brand_list {
	padding: 12px 22px;
	background: #AF5631;
	font: 13px/24px OpenSans;
	color: #fff;
}

.category_brand_list li {
	display: inline-block;
	vertical-align: top;
	width: 28%;
	margin-right: 7%;
}
.category_brand_list li:nth-child(3n) {
	margin-right: 0;
}

.category_brand_list li a{
	text-decoration: underline;
}
.category_brand_list li a:hover{
	text-decoration: none;
}

.category_brand_list li.current a ,.category_brand_list li.null_brand a{
	text-decoration: none;
}

#toggle_categorys {
	padding: 13px 16px 14px;
	background: url(../img/brands_search_dots.png) center top repeat-x #612e19;
	font: 13px/13px OpenSansBold;
	color: #fff;
	cursor: pointer;
}

#toggle_categorys .toggle_toggle {
	float: right;
	text-decoration: underline;
}

#toggle_categorys .toggle_title {
	text-decoration: underline;
	text-transform: uppercase;
}

#toggle_categorys .toggle_count {
	text-transform: uppercase;
}

#filter_for_brands .for_book_buttons {
  padding-bottom: 10px;
  text-align: left;
  padding-top: 10px;
  padding-left: 13px;
  padding-right: 17px;
  font-size: 0;
  box-sizing: border-box;
  background: #612e19;
}

#filter_for_brands .for_book_buttons input[type="text"] {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  font: 10px 'OpenSans';
  padding: 0px 16px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  line-height: 22px;
  box-shadow: inset 0px 1px 3px 0px #dbdddd;
}

#filter_for_brands .for_book_buttons input[type="submit"] {
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  margin-left: 23px;
  vertical-align: middle;
  width: 90px;
  cursor: pointer;

  box-shadow: inset 0px 2px 1px 0px rgba(250,250,250,0.3);
  font: 12px/12px 'OpenSansSemiBold';
  border: 1px solid #AF5631;
  padding: 0px 25px 0 10px;
  line-height: 22px;
  background: url('../img/search.png') no-repeat right 8px center,linear-gradient(to top, #AF5631, #612e19);
}

#filter_for_brands .letter_fields {
  display: inline-block;
  margin-top: -10px;
  height: 44px;
  line-height: 44px;
  vertical-align: top;
  text-align: center;
  float: right;
  font: 13px/16px OpenSans;
  color: #fff;
}

#filter_for_brands .letter_title {
  vertical-align: top;
  margin-bottom: 8px;
  height: 100%;
  line-height: 44px;
  display: inline-block;
}

#filter_for_brands .letter_buttons {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  text-align: right;
}

#filter_for_brands .letter_title > div {
  line-height: 44px;
}

#filter_for_brands .letter_buttons > div {
  line-height: 44px;
}

#filter_for_brands .letter_buttons span {
  line-height: 44px;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  text-decoration: underline;
    display: inline-block;
}

#filter_for_brands .letter_buttons .whole-alphabet {
  margin-left: 15px;
  display: inline-block;
  height: 100%;
  border-left: 1px solid #fff;
}

#filter_for_brands .alphabet_field {
	padding: 7px 16px 8px;
	background: url(../img/brands_search_dots.png) center top repeat-x #612e19;
	font: 13px/13px OpenSansBold;
	color: #fff;
	text-align: center;
	display: none;
}

#filter_for_brands .alphabet_field span {
  cursor: pointer;
  padding: 6px 6px;
  display: inline-block;
  text-decoration: underline;
  margin: 0px 5px;
}

#filter_for_brands .letter_buttons > a > span {
	padding-left: 10px;
	border-left: 1px solid #fff;
}

.non_front #sidebar {
	margin-top: 20px;
}

.category_brand_list li.current {
	font-family: OpenSansBold;
}

.last_brands_title {
	font: 13px/normal OpenSansBold;
	color: #333;
	margin: 15px 0 18px;
}

#last_brands ul li {
	display: inline-block;
	vertical-align: top;
	width: 19%;
	margin-left: 1.25%;
}

#last_brands ul li:first-child { margin-left: 0; }

#last_brands ul li .brand_img {
	width: 100%;
	height: 142px;
	background: center center no-repeat;
	background-size: contain;
}

.category_brands_list li {
	padding: 15px 0;
	background: url(../img/black_dotted.png) center bottom repeat-x;
}

.brand_in_category .brand_category_img {
	width: 172px;
	height: 142px;
	float: left;
	background: center center no-repeat;
	background-size: contain;
	border: 1px solid #dadada;
}

.brand_in_category .brand_info {
	margin-left: 182px;
	display: block;
}

.brand_in_category .brand_title {
	font: 24px/24px OpenSansBold;
	color: #333333;
}

.brand_in_category .brand_rating_block {
	float: right;
}

.brand_in_category .brand_rating_block .rating_empty, .brand_in_category .brand_rating_block .firm_rating {
	display: inline-block;
	vertical-align: middle;
}

.brand_in_category .new_posts_comments_count {
	display: inline-block;
	font: 10px/10px OpenSans;
	margin-right: 12px;
}

.brand_in_category .new_posts_comments_count a{
	text-decoration: underline;
	padding: 3px 0 7px 22px;
	display: inline-block;
	background: url(../img/comments_icon.png) 0 center no-repeat;
	vertical-align: middle;
	background-size: 17px 16px;
}
.brand_in_category .new_posts_comments_count a:hover{ text-decoration: none; }

.brand_in_category .brand_anonses {
	font: 14px/14px OpenSansBold;
	color: #9e9e9e;
	margin-bottom: 20px;
	margin-top: 2px;
}

.brand_in_category .brand_content, .brand_in_category .brand_publisher {
	font: 17px/21px OpenSans;
	color: #333333;
}

.brand_list_title {
	font: 18px/18px OpenSansBold;
	margin-top: 10px;
}

/* ---Ïîèñê áðåíäà--- */

/* Ñòðàíèöà áðåíäà */
#brand .brand_img {
	width: 182px;
	height: 152px;
	background: center center no-repeat;
	background-size: contain;
	float: left;
	margin-right: 35px;
	margin-bottom: 30px;
}

#brand .brand_site {
	font: 17px/17px OpenSansBold;
	color: #333333;
	margin-bottom: 15px;
}

#brand .brand_content {
	font: 17px/22px OpenSans;
	color: #333;
}

/* ---Ñòðàíèöà áðåíäà--- */

/* Ñòðàíèöà àâòîðà */
.author_page .author_av {
	width: 240px;
	height: 240px;
	float: left;
	border-radius: 50%;
	background: center center no-repeat;
	background-size: cover;
	margin-left: 28px;
	margin-bottom: 44px;
}

.author_page .author-info {
	display: block;
	margin-left: 298px;
	margin-bottom: 44px;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #612e19;
}

.author_page .author-info h1{
	font: 24px/24px OpenSansBold;
	margin-bottom: 24px;
	color: #333;
}

.author_page .author-info .author-bio {
	font: 17px/24px OpenSans;
	color: #333;
}



.author_page .archive_post {
	padding: 12px 0 8px;
	margin-bottom: 10px;
	min-height: 146px;
	border-top: 3px solid rgba(64, 78, 92, 0.2);
}

.author_page li:first-child .archive_post {
	border-top: 0;
}

.author_page .archive_post .post_img {
	width: 204px;
	height: 130px;
	background: center center no-repeat;
	background-size: cover;
	float: left;
	margin-right: 15px;
	border: 1px solid #dfdfdf;
}

.author_page .archive_post .post_info {
	display: block;
	margin-left: 220px;
}

.author_page .archive_post .post_info .post_title {
	font: 24px/24px OpenSansBold;
	color: #333;
	margin-bottom: 10px;
	word-break: break-word;
}

.author_page .archive_post .post_info .post_content {
	font: 14px/24px OpenSans;
	color: #333;
	margin-bottom: 5px;
}

.author_page .post_date {
	padding: 3px 0 7px 22px;
	display: inline-block;
	background: url(../img/date_icon.png) 2px 2px no-repeat;
	display: inline-block;
	vertical-align: top;
	font: 9px/10px OpenSans;
	margin-bottom: 0px;
	margin-right: 6px;
}

.author_page .post_date a,.author_page .new_posts_comments_count a{
	text-decoration: underline;
}

.author_page .post_date a:hover,.author_page .new_posts_comments_count a:hover{
	text-decoration: none;
}

.author_page .new_posts_comments_count a {
	text-decoration: underline;
}

.author_page .new_posts_comments_count {
	display: inline-block;
	vertical-align: top;
	font: 9px/10px OpenSans;
	padding: 3px 0 7px 22px;
	background: url(../img/comments_icon.png) 0 center no-repeat;
	margin-bottom: 0px;
	background-size: 17px 16px;
}

#author-posts {
	padding: 0px 8px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(218, 218, 218);
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 2px 0px rgba(14, 29, 30, 0.4);
	position: relative;
	margin-bottom: 14px;
}

#author-posts .author_posts_title {
	font: 18px/24px OpenSansBold;
	color: #fff;
	padding: 11px 15px;
	background: #612e19;
	margin: 0px 4px 5px;
	display: inline-block;
}

#author-posts .firm_rating {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
}

#author-posts .rating_empty {
	vertical-align: top;
	display: inline-block;
}

.more_author_posts {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url('../img/add_more_firm_ico.png') no-repeat left 8px center;
  font: 14px/14px 'OpenSans';
  text-decoration: underline;
  cursor: pointer;
  color: #77a4dd;
  border: 0;
  padding-left: 24px;
}

.author_page #comment_form {
	padding: 0px 8px 10px;
}

#comment_form .expert-faq {

}

#comment_form .ask.btn {
	font: 18px/24px OpenSansBold;
	color: #fff;
	padding: 11px 15px;
	background: #612e19;
	margin: 0px 4px 5px;
	display: inline-block;
}
/* ---Ñòðàíèöà àâòîðà--- */

/* Ñòðàíèöà òîâàðà */
.service_descr {
	margin-bottom: 20px;
}

.product_page .title {
	font: 35px/30px OpenSansBold;
	color: #2b2a29;
	margin-bottom: 35px;
}

.service_img_block {
	float: left;
	text-align: center;
	font: 14px/normal OpenSans;
	color: #6a6a6a;
}

.service_img_block .service_img {
	width: 304px;
	height: 228px;
	background: center center no-repeat;
	background-size: contain;
	margin-bottom: 10px;
	border: 1px solid #2b2a29;
}

.product_page .service_content {
	display: block;
	margin-left: 360px;
}

.product_page .service_content br{
	display: none;
}

.product_page .service_content {
	font: 17px/normal OpenSans;
	color: #333333;
}

.service_img_block .firm_rating {
	margin-bottom: 6px;
}

.product_page .service_content .service_title {
	font: 34px/30px PTserif;
	margin-bottom: 20px;
	color: #333333;
}

.firms_list {
	margin-bottom: 20px;
}

.firms_list table{
	width: 100%;
}

.firms_list th{
	padding: 15px 22px 12px;
	font: 14px/normal OpenSansBold;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #f8f8f8 50%, #f4f4f4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(50%,#f8f8f8), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#f8f8f8 50%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#f8f8f8 50%,#f4f4f4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#f8f8f8 50%,#f4f4f4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#f8f8f8 50%,#f4f4f4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.firms_list th, .firms_list td {
	border: 1px solid #dadada;
	text-align: center;
}

.firms_list th:first-child, .firms_list td:first-child{ text-align: left; }

.firms_list td {
	font: 20px/20px OpenSans;
	padding: 13px;
	border-top: 0;
	border-bottom: 0;
	background: url(../img/grey_dotted.png) center bottom repeat-x;
	vertical-align: middle;
}

.firms_list td:first-child a {
	text-decoration: underline;
	text-transform: uppercase;
}

.firms_list td:last-child {
	font: 26px/26px OpenSans;
	color: #000;
	padding: 9px;
	text-align: center;
}

.firms_list tr:last-child td {
	border-bottom: 1px solid #dadada;
	background: none;
}

/* ---Ñòðàíèöà òîâàðà--- */

/* Êàòåãîðèÿ áðåíäîâ */
.goods_list h1 {
	font: 14px/16px OpenSansBold;
	padding: 9px 10px 9px;
	text-transform: uppercase;
	background: #612e19;
	color: #fff;
}

.goods_list table {
	width: 100%;
}

.goods_list table th, .goods_list table td{
	text-align: center;
}
.goods_list table th:first-child, .goods_list table td:first-child { text-align: left; }

.goods_list table th {
	font: 14px/16px OpenSansBold;
	padding: 9px 10px 9px;
	background: #AF5631;
	color: #fff;
	border-left: 1px solid #333;
}

.goods_list td {
	font: 20px/20px OpenSans;
	padding: 13px;
	border-top: 0;
	border-bottom: 0;
	vertical-align: middle;
	border-left: 1px solid #a6a6a6;
	vertical-align: middle;
	min-height: 110px;
	color: #333333;
}

.goods_list td:first-child,
.goods_list th:first-child {
	border-left: 0;
}

.goods_list td a{
	text-decoration: underline;
	display: inline-block;
	vertical-align: middle;
	max-width: 300px;
}

.goods_list td:last-child {
	font: 26px/26px OpenSans;
	color: #000;
	padding: 9px;
	text-align: center;
}

.goods_list .goods_list_img {
	width: 120px;
	height: 84px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
	background: center center no-repeat;
	background-size: contain;
}

.goods_list tr:nth-child(odd) td {
	background: #ebebeb;
}

@media (max-width: 900px) {
	.goods_list td a{
		text-decoration: underline;
		display: inline-block;
		vertical-align: middle;
		max-width: 200px;
	}
}

/* ---Êàòåãîðèÿ áðåíäîâ--- */

/* Òîâàðû/óñëóãè */
.category_list li {
	width: 23.5%;
	margin-left: 2%;
	display: inline-block;
	vertical-align: top;
	min-height: 180px;
	border-radius: 10px;
	border: 1px solid #dadada;
	padding: 10px;
	font: 13px/13px OpenSans;
	color: #333;
	margin-bottom: 18px;
	text-align: center;
}
.category_list li:first-child {
	margin-left: 0;
}
.category_list li:nth-child(4n+1) {
	margin-left: 0;
}

.category_list .category_goods {
	background: center center no-repeat;
	background-size: contain;
	height: 140px;
	margin-bottom: 6px;
}

.category_list .cat_name {
	text-decoration: underline;
}



/* ---Òîâàðû/óñëóãè--- */
header > .content > .row.n2 {
	display: table;
	width: 100%;
}

header .homepage-link, header .main-menu-search {
	display: table-cell;
	float: none;
	vertical-align: middle;

}

header .homepage-link{
	padding-right: 15px;
	max-width: 310px;
}

header .main-menu-search{ width: 30%;
}

header .homepage-link .link .part.graphical img{
	width: 100%;
}
.bottom_post_buttons {
  text-align: right;
  margin-top: 15px;
}

.bottom_post_buttons a {
  cursor: pointer;
  text-decoration: none !important;
  color: #666666 !important;
  font: 13px/13px OpenSans;
  padding: 6px 0 6px 36px;
  display: inline-block;
  margin-left: 15px;
}

.bottom_post_buttons .addFavorite {
  background: url(../img/favorite_icon.png) left center no-repeat;
}

.bottom_post_buttons .printButton {
  background: url(../img/print_icon.png) left center no-repeat;
}


#smform_function input[type="submit"]:hover{
	  background-color: #612e19;
	  cursor: pointer;
}

.wpProQuiz_listItem:before {
	content: none;
}

.wpProQuiz_questionList {
	counter-reset: num;
}

.wpProQuiz_questionList li:before {
  content: counter(num) '. ';
  counter-increment: num;
  font-family: OpenSansBold;
  font-size: 16px;
}

ul > br {
	display: none;
}

.wpProQuiz_header {
	font-family: OpenSansBold;
}

.wpProQuiz_results .wpProQuiz_resultsList {
	margin: 10px 0;
}


a#scroll-to-top{
	display: none!important;
}









#last_brands a{
	display: block;
	width: 100%;
	height: 100%;
}

.firm_image_inside img{
		max-width: 170px;
		height: auto;
		max-height: 142px}


.service_img_block .service_img,
.category_list .category_goods,
.goods_list .goods_list_img,
#last_brands ul li .brand_img,
#brand .brand_img,
.brand_in_category .brand_category_img,
#front_goods ul li .front_good .good_img,
#front_firms .firm_image .firm_image_inside{
	background-size: contain;
}

#fronttest a{ 
		display: block;
}
#fronttest_calc a{
		display: block;
}

#fronttest{
		position: relative;
		background-color: #464646;
		border-radius: 10px;
		overflow: hidden;
		background-image: url(http://sdelai-lestnicu.ru/wp-content/themes/1brus_mag/img/arch_dict_ban.png);
}

#fronttest_calc{
		position: relative;
		background-color: #464646;
		border-radius: 10px;
		overflow: hidden;
		background-image: url(http://sdelai-lestnicu.ru/wp-content/themes/1brus_mag/img/calc_banner.png);
}	
#fronttest .ft_img {
		/*background: url('../img/ft_img.png') no-repeat;*/
		position: absolute;
		width: 232px;
		height: 174px;
		top: -10px;
}
#fronttest_calc .ft_img {
		/*background: url('../img/ft_img.png') no-repeat;*/
		position: absolute;
		width: 232px;
		height: 174px;
		top: -10px;
}


#fronttest .ft_text{
		font: 36px/36px OpenSansBold;
		color: #fff;
		padding: 30px;
		text-align: center;
}
#fronttest_calc .ft_text{
		font: 30px/36px OpenSansBold;
		color: #fff;
		padding: 30px;
		text-align: right;
}

.product_page .service_content>br{
		display: none;}



.rating_review	{
		display: inline-block;
		border: 1px solid;
    		border-color: transparent;}


.rating_review.need{
		border: #f00 1px solid;}


.CommentRating{
	margin-top: 15px;
	font: 10px/16px OpenSans;
}

.CommentRating .comment_rating_up,.CommentRating .comment_rating_down{
	display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer;
    position: relative;
    top: 0px;
    margin-right: 2px;
    margin-left: 8px;
}

.CommentRating .comment_rating_up{
	background: url('../img/fig_up.png') center center no-repeat;
}

.CommentRating .comment_rating_down{
	background: url('../img/fig_down.png') center center no-repeat;
}

#popular_posts > h2{
	font: 15px/15px OpenSansBold;
}

#last_brands ul li{
		width: 18.4%;
}

.wpProQuiz_content .CommentRating{
	display:none;
}

.post_page .content_text ol br, .post_page .content_text ul br,
.post_page .content_text ol + br, .post_page .content_text ul + br,
.post_page .content_text h2 + br {
    display: none;
}
ol[start]{
	list-style: decimal inside;
}
ol[start] li::before{
	content: '';
}

#front_content p{
	margin: 5px 0;
}
#article .content_text p+p{
	margin-top: 10px;
}



.news_top .news .news_date a,.news_top .news .news_count_review a,.news_inside_time_comment .news_date a,.news_inside_time_comment .news_count_review a{
	background: none!important;
	padding: 0px !important;
	text-decoration: underline;
}

.news_top .news .news_date a:hover,.news_top .news .news_count_review a:hover,.news_inside_time_comment .news_date a:hover,.news_inside_time_comment .news_count_review a:hover{
	text-decoration: none;
}

.news_top .news .news_date {
    padding: 3px 0 7px 22px;
    display: inline-block;
    background: url(../img/date_icon.png) 2px 2px no-repeat;
    display: inline-block;
    vertical-align: top;
    font: 9px/10px OpenSans;
    margin-bottom: 5px;
    margin-right: 3px;
    padding: 3px 0 7px 15px;
    background: url(../img/date_icon.png) 0px 2px no-repeat;
    margin-right: 1px;
}

.news_top .news .news_count_review {
    display: inline-block;
    vertical-align: top;
    font: 9px/10px OpenSans;
    padding: 3px 0 7px 22px;
    background: url(../img/comments_icon.png) 0 center no-repeat;
    margin-bottom: 5px;
    background-size: 17px 16px;
    padding: 3px 0 7px 16px;
    background: url(../img/comments_icon.png) 0 2px no-repeat;
    background-size: 15.3%;
}

.news_inside_time_comment .news_date{
    padding: 3px 0 7px 22px;
    display: inline-block;
    background: url(../img/date_icon.png) 2px 2px no-repeat;
    display: inline-block;
    vertical-align: top;
    font: 9px/10px OpenSans;
    margin-bottom: 0px;
    margin-right: 3px;
}

.news_inside_time_comment .news_count_review {
    display: inline-block;
    vertical-align: top;
    font: 9px/10px OpenSans;
    padding: 3px 0 7px 22px;
    background: url(../img/comments_icon.png) 0 center no-repeat;
    margin-bottom: 0px;
    background-size: 17px 16px;
}

.news_count_review a {
    background: url(../img/comment_mini_icon.png) 0px center no-repeat;
    padding: 3px 0 8px 25px;
    margin-top: 10px;
    color: #adadad;
}

.news_count_review:hover{

	color: #000;
}

.news_count_review a:hover {
    background: url(../img/comments_icon.png) 0px center no-repeat;
    padding: 3px 0 8px 25px;
    margin-top: 10px;
    color: #000;
    background-size: 17px 17px;
}

@media only screen and (max-device-width : 800px) { #popmake-7744{ display: none !important;} }
.arch_dict > div >div:nth-last-child(1){
	display: none;
	}
.q-form1 br, .q-form br{
    display: none;
}
.q-title1, .q-title {
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: normal;
    font: 23px/18px Tahoma;
    margin-bottom: 10px;
}
.q-wrapper1 label, .q-wrapper label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding-right: 10px;
    color: #999;
    font: 13px/25px 'Tahoma';
}

.q-form1, .q-form {
    width: auto;
    background-color: #f5f6f7;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 35px;
}
.q-form1 input, .q-form input {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    height: 40px;
    width: 100%;
    color: #999;
}

.wpcf7 textarea {
    width: 100%;
}
.q-wrapper1 input, .q-wrapper input {
    padding: 12px;
    padding-left: 10px;
    font-size: 14px;
    width: 90%;
    color: #999;
    height: 10px;
}
.q-form1 input[type="submit"], .q-form input[type="submit"] {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    background-color: silver;
    padding: 1px;
    width: 100%;
    margin-top: 18px;
    box-shadow: inset 0 1px 1px 0 rgba(250,250,250,.3);
border: 1px solid #612e19;
    border-radius: 3px;
    background: linear-gradient(to top,#af5631,#612e19);
    color: #fff;
    cursor: pointer;
    text-shadow: 0 0 2px #fff, 0 0 3px #000;
    font: 15px/15px 'Tahoma';
    height: 45px;
    letter-spacing: .55pt;
}
.add_file {
    font: 13px/25px 'Tahoma';
    color: #000;
}
.del_file {
    font: 13px/25px 'Tahoma';
	color: #000;
}
#sidebar .q-title1 {
    font-weight: bold!important;
    color: #333;
    text-align: center;
    line-height: normal!important;
    font: 18px/24px Tahoma!important;
    margin-bottom: 10px!important;
}
#sidebar .q-wrapper1 label {
    display: block;
    text-align: left;
    padding-right: 10px;
    color: #999;
    font: 12px/20px 'Tahoma';
}
#sidebar .q-wrapper1 {
    font: 13px/0px 'Tahoma'!important;
}
.hide {
    display: block;
    font-size: 13px;
}
.zakaz {
   display: table-cell;
   float: none;
   vertical-align: middle;
   margin-left:4%;
   text-align: right;
}
.zakaz>span:first-child{
    font: 20px MyriadProBold!important;
        display: block;
}
.zakaz>span:nth-child(2){
   color: #612e19!important;
   font: 30px MyriadProBold!important;
       display: block;
}
#comment_form .alert {
    padding: 20px 0 0 0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
div.answer{
    margin-left: 50px;
    background: #FAEBD7;
}
.alert {
    padding: 20px;
    color: #000;
    margin-bottom: 15px;
    font: 15px/24px OpenSansBold;
}
#comment_form a {
    color: #5a93d7;
}
#comment_form a:hover {
    text-decoration: underline;
}
li.surbma-recent-comment {
    padding: 10px;
    margin: 20px 0;
    border: 1px solid #612e19;
    border-radius: 10px;
    position: relative;
    background: none!important;
}
span.surbma-recent-comment-author {
    font: 14px/20px OpenSansSemiBold;
}
.surbma-recent-comment-content {
    font: 13px/20px OpenSans;
    color: #666;
    word-break: break-word;
}
.show_all_comments {
    float: right;
    font: 18px/19px OpenSans;
}
#wrapper_104 ul li, #wrapper_64 ul li {
    background: none;}
.mywidget__link:hover {
    text-decoration: underline!important;
}
.mywidget__link {
    text-decoration: none!important;
}
table>tbody>tr>td>a>img.size-full,
table>tbody>tr>td>a>img.size-fetchimg {
    max-width: 360px;
    height: auto;
}
dl>dd>a>img.size-full,
dl>dd>a>img.size-fetchimg {
    max-width: 250px;
    height: auto;
}

dl.ml-grid.ml-clearfix {
    margin-top: 60px;
}

.box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 0 0 80px;
    background-color: #fff;
    margin: 10px 0 20px;
    word-wrap: break-word;
    min-height: 130px;
    position: relative;
    clear: both;
    -webkit-box-shadow: 0 0 5px 0 rgba(90,79,69,.3);
    box-shadow: 0 0 5px 0 rgba(90,79,69,.3);
    overflow: hidden;
}
.box.info .box__icon {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 70px;
    height: 70px;
}
.box .box__icon {
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
    width: 170px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.box.info .box__inner-block {
    color: #000;
}
.box .box__inner-block {
    display: inline-block;
    vertical-align: middle;
    padding: 25px 30px;
    font-size: 18px;
}


    