/** * 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;
	background: url(../img/background.png) 0 0 repeat;
	
}

#main_content {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
      background-color: white;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
}

#main {
  width: 77.2%;
  margin-right: 2.8%;
  padding-top: 0;
}

#main, #sidebar {
  float: left;
  padding: 0px 0 30px;
}

#sidebar {
  width: 20%;
  padding-top: 32px;
}

#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;
	}

}
@media (min-width: 900px) and (max-width: 1600px) {
	div#main_content {
	    margin-left: 300px;
	    max-width: calc(100% - 300px);
	}

}

header {
    background: #404e5c;
    padding: 0 5px;
}

header > .content {
    max-width: 990px;
    min-height: 450px;
    margin: 0 auto;
}

header .bookmark {
    float: left;
    background: #f26522;
    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: #fff;
    text-decoration: underline;
    line-height: 35px;
}
header .bookmark a img {
    position: relative;
    top: 2px;
    margin-right: 6px;
}

header .log-in-register {
    float: right;
    background:#404e5c url(../img/log-in.png) left 9px center no-repeat;
    padding-left: 26px;
	border-top: 4px solid #f26522;
    font: 13px/1 OpenSans;
    color: #fff;
    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: #fff;
}
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;
    top: 7px;
}
header .homepage-link .link .part.textual {
    font: 36px/30px OpelSansCondensedExtraBold;
    margin-left: 7px;
}
header .homepage-link .link .part.textual .part.n1 {
    color: #404e5c;
}
header .homepage-link .link .part.textual .part.n2 {
    color: #fff;
}

header .main-menu-search {
    float: right;
}

header .main-menu {
    text-align: right;
    margin-top: 12px;
    font-size: 0;
    line-height: 0;
}

header .main-menu nav ul {
    padding: 0;
    list-style-type: none;
}

header .main-menu nav ul > li {
    display: inline-block;
    vertical-align: top;
	margin-bottom: 10px;
	padding: 0 6px;
}

header .main-menu nav ul > li:not(:first-child):before {
    display: inline-block;
    content: 'I';
    font: 16px/1 MyriadProBoldCondensed;
    color: #fff;
	position: relative;
	left: -6px;
}

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: 16px/1 MyriadProBoldCondensed;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

header .main-menu nav ul > li a:hover {
    border-bottom: 5px solid #F26522;
}

.placeholder-1[placeholder]					{ color: #474747; }
.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;
}

header .search .text {
    font: 10px/24px OpenSans;
    color: #000;
    border-radius: 2px;
    padding-left: 9px;
    border: none;
    width: 87%;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.2);
	padding: 0px 9px;
	border: #ccc 1px solid;
	height: 26px;
}
header .search .search-button {
	font: 12px/24px OpenSansSemiBold;
	color: #fff;
	border-radius: 2px;
	background: url(../img/search.png) right 5px center no-repeat #f26522;
	margin-left: 1%;
	width: 89px;
	padding: 0px 22px 0px 9px;
	max-width: 11%;
	cursor: pointer;
	border: 1px solid #f26522;
}

.non_front header > .content {
  max-width: 990px;
  min-height: 0px;
  padding-bottom: 10px;
}


/* Ñëàéäåð íà ãëàâíîé */
#front_slider {
	display: block;
	max-width: 990px;
	margin: 0 auto;
	margin-top: -310px;
	border: 3px solid #fff;
	border-radius: 3px;
	height: 550px;
	background: url(../img/front_sl.jpg) left center no-repeat;
	background-size: cover;
	position: relative;
}

#front_slider .slider_descr {
	padding: 52px;
	background: rgba(0, 0, 0, 0.76);
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

#front_slider .slider_descr .slider_descr_text {
	max-width: 480px;
	font-family: OpenSans;
	font: 13.35px/18px OpenSans;
	color: #fff;
}

#front_slider .slider_descr .slider_descr_button {
	height: 66px;
	width: 90%;
	max-width: 390px;
	background: #404e5c;
	border: 3px solid #fff;
	border-radius: 3px;
	font-family: OpenSansBold;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 17px;
	position: absolute;
	margin: auto;
	top: -15px;
	bottom: 0;
	right: 52px;
}

#front_slider .slider_title {
	position: relative;
	top: 27px;
	left: 27px;
	display: inline-block;
}

#front_slider .slider_title p {
	display: inline-block;
	background: rgba(0,0,0,0.7);
	color: #fff;
	font: 70px/40px OpenSansBold;
	padding: 1px 35px 12px;
}

#front_slider .slider_title p:first-child{
	padding-top: 10px;
}

#front_slider .slider_title p:last-child{
	    padding-bottom: 30px;
	    padding-right: 33px;
}

#front_slider .front_slider_shadow {
	background: url(../img/front_slider_shadow.png) center center no-repeat;
	height: 24px;
	width: 100%;
	background-size: 100% 100%;
	position: absolute;
	margin: auto;
	max-width: 1195px;
	left: 0;
	right: 0;
	bottom: -24px;
}

/* Êàòåãîðèè íà ãëàâíîé */
.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: 18%;
	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 #404e5c;
  border-radius: 10px;
  min-height: 370px;
}

#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/plus.png) 16px center no-repeat #404e5c;
    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,iVBORw0KGgoAAAANSUhEUgAAACQAAAARCAYAAAC1tw6GAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYwODYyNUJGODRFQzExRTVCQkQxRjUzMjEwMzQ3Qjg5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYwODYyNUMwODRFQzExRTVCQkQxRjUzMjEwMzQ3Qjg5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjA4NjI1QkQ4NEVDMTFFNUJCRDFGNTMyMTAzNDdCODkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjA4NjI1QkU4NEVDMTFFNUJCRDFGNTMyMTAzNDdCODkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6j4h3JAAAAsElEQVR42sTUuw3CMBAGYMcik7FAitAgpWQHNmCHDEDlPg2TmYZzZCEw2L6HHyf9Ptmnk77Kw/Fym5VSd8io+tYGmTQcBnKGPHtjHuvVav/QE/XGuIv+GPRAfWFCUGvUD+YfqBVqx0BsONCRhZqoKCYFqoVKYnKg0qgsBgMqhUJhsCApCo2hgLgoEoYKoqLIGA4Ii2JhuKAcio2RgGIoEcbVQfi3GN8X308SjKuXAAMAFD1JB6k4VL0AAAAASUVORK5CYII=');
    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: -18px;
}

#front_firms .add_firm a {
	color: #fff;
	font: 16px/18px OpenSansBold;
    text-transform: uppercase;
    text-decoration: underline;
}
#front_firms .add_firm a:hover{
	text-decoration: none;
}


#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 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.7%;
	margin-left: 1.1%;
	vertical-align: top;
	margin-bottom: 20px;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.2);
	padding-top: 10px;
}

#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: 156px;
    background: center center no-repeat;
    background-size: 70%;
    margin: 0 10px;
}

#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: 130px;
	overflow: hidden;
	text-decoration: none !important;
	max-width: 100%;
}

#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{
	position: relative;
	background: #404e5c;
	border-bottom: 3px solid #243444;
	border-radius: 12px;
	overflow: hidden;
	margin: 20px 0 30px;
}

#front_expert_link a {
    display: block!important;
    text-decoration: none !important;
}

#front_expert_link .fel_text {
    font: 36px/36px OpenSansBold;
    color: #fff;
    padding: 30px;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    text-transform: uppercase;
}

/* Êîíåö òîâàðîâ íà ãëàâíîé */


/* Media */

.front_media {
  margin: 0 auto 25px;
}

.front_media > li {
  width: 100%;
  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: 18px/18px OpenSansBold;
	color:#2b2a29;
}

#front_docs .doc_block{
	display: inline-block;
	vertical-align: top;
	width: 26.33%;
	margin-right: 6%;
}

#front_docs .doc_block:last-child{
	margin-right: 0;
}

#front_docs .doc_block h4{
	padding-left: 35px;
	font-family: OpenSans;
	font-size: 18px;
	margin-bottom: 25px;
	color:#333333;
}

#front_docs .doc_block ul li {
	padding-left: 35px;
	font: 13px/20px OpenSans;
	background: url(../img/front_doc.jpg) 18px 5px no-repeat;
}

#front_docs .doc_block ul li a {
	color: #5a93d7;
	text-decoration: underline;
}

#front_docs .doc_block ul li a:hover {
	text-decoration: none;
}

/* ---Äîêóìåíòû íà ãëàâíîé--- */


/* Ãëàâíàÿ ñòðàíèöà */
#front_main{
	font: 13px/16px OpenSans;
}

#front_content {
	padding: 50px 34px 50px;
	  margin-bottom: 30px;
	  border: 1px solid #848484;
	  border-radius: 10px;
	  background-color: #404e5c;
	  color: #fff;
	  min-height: 241px;
	  overflow: hidden;
	  position: relative;
}

#front_content .fc_img {
    background: url(../img/fc_img.png);
    width: 230px;
    height: 215px;
    position: absolute;
    top: 25px;
    left: 63px;
}

#front_main .title{
	font: 18px/18px OpenSansBold;
	color: #2b2a29;
}


#front_content .title, #front_content .content{
	margin-left: 350px;
}

#front_main_left,#front_main_right{

	max-width: 45%;
}
#front_main_left{
	float: left;
}

#front_main_right{
	float: right;
}
/* ---Ãëàâíàÿ ñòðàíèöà--- */

/* Ôóòåð */

footer {
	background: #404e5c;
	padding: 0 10px;
	border-top: #e3e3e3 1px solid;
}

#footer_wrapper {
	max-width: 990px;
	margin: 0px auto;
	width: 100%;
}

#footer_block {
	max-width: 1100px;
	font-family: OpenSans;
	color: #fff;
	padding: 30px 0;
	width: 100%;
}

#footer_block .row1 .col{
	width: 16.33%;
	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: #fff;
}

#footer_block .row1 .col .link {
	text-decoration: underline;
}

#footer_block .row1 .col .link:hover {
	text-decoration: none;
}

#footer_block .row2 {
	margin: 20px 0;
}

#footer_block .b-share {padding: 0 !important;}


#footer_block .row3 {
	font: 12px/14px OpenSans;
}

/* ---Ôóòåð--- */

/* Ñàéäáàð */

.add_company a {
  background: #404e5c url(../img/add_company.png) 14px center no-repeat;
  font-family: OpenSansBold;
  color:  #fff;
  font-size: 16px;
  display: block;
  padding: 11px 20px 11px 60px;
  text-decoration: none;
  border-radius: 12px;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 25px;
  min-height: 66px;
  overflow: hidden;
}

@media (max-width: 900px) {
	.add_company a {
		padding-top: 21px;
	}
}

.title-side {
	font: 18px/18px OpenSansBold;
	color: #2b2a29;
	margin-bottom: 15px;
}

#new_posts {
	margin-bottom: 20px
}

.pst {
	padding: 14px 14px 9px;
	border: 1px solid #404e5c;
	border-radius: 10px;
	margin-bottom: 12px;
}

.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 #404e5c;
	border-radius: 10px;
	margin-bottom: 12px;
}

#sidebar .mention .mention_date {
	font: 10px/16px OpenSans;
	color: #adadad;
	margin-bottom: 5px;
}

#sidebar .mention .mention_title {
	font: 13px/16px OpenSansBold;
	color: #333;
	text-decoration: underline;
}

#sidebar .mention .mention_body {
	font: 13px/16px OpenSans;
}

#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 #404e5c;
  border-radius: 10px;
  position: relative;
}

#last_comments .comment_user_face {
	background: url(../img/none-face.png) center center no-repeat #cccccc;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	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;
}

#front_quiz {
	margin-bottom: 25px;
}

#front_quiz .wp-polls {
  padding: 20px 25px 15px 25px;
  border-radius: 10px;
  border: 1px solid #404e5c;
}

#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: #404e5c;
	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: 10px 10px;
	border-radius: 10px;
	border: 1px solid #404e5c;
	margin-bottom: 30px;
}

#sidebar .sr-box input[type="submit"]{
	font: 14px/14px OpenSansSemiBold;
	color: #fff;
	display: inline-block;
	padding: 8px 12px 9px;
	border-radius: 2px;
	background: #404e5c;
	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;
}

#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: 24px/normal PTserif;
    /*margin-bottom: 22px;
    background: #404e5c;
     border-radius: 12px;*/
    padding: 15px;
	/*color: #fff;*/
}

.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: #404e5c;
	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: 40px;
	background: url(../img/li_point.png) 25px 8px no-repeat;
	margin: 5px 0;
}

.post_page .content_text ul {
	margin: 20px 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;
}

.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 #404e5c;
	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;
  margin-top: 20px;
  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: 5px;
}

#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: #404e5c;
  font-size: 10px;
  color: #000;
  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: 18%;
	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(5n+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(5n+1) {
		margin-left: 2.25%;
	}
	#non_front_sections #sections > ul > li:nth-child(4n+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;
}

#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;
}

#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: #404e5c;
	padding: 12px 8px;
	font: 14px/14px OpenSansBold;
	color: #fff;
	margin: 0;
}


.docs table tr:first-child td {
	border-left: 1px solid #9e4216;
}

.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: #cad1af;
	padding: 12px 8px;
	font: 14px/14px OpenSansBold;
	color: #000;
	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: #404e5c;
	padding: 10px 12px 9px;
	color: #fff;
	text-align: left;
	font: 14px/14px OpenSansBold;
}


.gallery_card .wp-caption:hover .wp-caption-text{

	background-color: #588D20;
}
/* ---Ôîòîãàëåðåÿ--- */


.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;
	position:static!important;
	margin: 0;
}
.content_text .marked {
	margin: 20px 0;
}
#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: #404e5c;
	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: #404e5c;
	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 #404e5c;
	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: #404e5c;
}

#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 #518718;
  padding: 0px 25px 0 10px;
  line-height: 22px;
  background: url('../img/search.png') no-repeat right 8px center,linear-gradient(to top, #548c18, #404e5c);
}

#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: 24px;
  display: inline-block;
  width:100px;
}

#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 #404e5c;
	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 #404e5c;
}

.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: #404e5c;
	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: #404e5c;
	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: #404e5c;
	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: #404e5c;
	color: #fff;
	border-left: 1px solid #9e4216;
}

.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;
	}

	#front_main_left,#front_main_right{
		float: none;
		max-width: 100%;
		margin-bottom: 40px;
	}
}

/* ---Êàòåãîðèÿ áðåíäîâ--- */

/* Òîâàðû/óñëóãè */
.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;

}

header .homepage-link{
	padding-right: 15px;
	max-width: 300px;
}

header .main-menu-search{
	max-width: 920px;
}

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: #B79300;
	  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;
}

firm_image_inside img{
		max-width: 170px;
		height: auto;
		max-height: 142px
}
#fronttest a{
		display: block;
}

#fronttest{
		position: relative;
		background: #404e5c;
		border-bottom: 3px solid #243444;
		border-radius: 12px;
		overflow: hidden;
}
#fronttest .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;
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
		text-transform: uppercase;
}

#front_sections{
	position: relative;
	margin-bottom: 40px;
}

#front_news h3 {
    padding-left: 42px;
    background: url(.../img/ico_magaz.png) 0px center no-repeat;
}

#front_news_list .news:first-child {
    margin-left: 0;
}

#front_news_list .news {
    width: 31%;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    margin-left: 3.5%;
    text-align: left;
}

#front_news_list .news .news_date {
    color: #adadad;
    font-size: 10px;
    margin-bottom: 10px;
}

#front_news_list .news .news_image_inside .img {
    width: 100%;
    height: 180px;
    background: center center no-repeat;
    background-size: 100%;
}

#front_news_list .news .news_title {
    color: #333333;
    font-size: 14px;
    font-family: OpenSansBold;
    margin: 12px 0 18px;
}

#front_news_list .news .news_content {
    color: #333333;
    font-size: 13px;
    font-family: OpenSans;
}

.news_count_review {
    color: #adadad;
    font-size: 10px;
    margin-top: 10px;
}

.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;
}

#front_news_list .news_count_review:hover a {
    color: #000;
    background: url(../img/comment_active_icon.png) 0px center no-repeat;
}

.news_count_review .count{
	display: inline-block;
}

.all_news_link {
    position: absolute;
    top: 14px;
    right: 0;
}

.all_news_link a {
    display: block;
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    line-height: 12px;
    padding: 10px 14px 10px 36px;
    background: url(../img/front_news.png) 10px center no-repeat #404e5c;
    border-radius: 12px;
    font-family: OpenSans;
}

#front_news_list .news .news_link a {
    color: #6d6d6d;
    text-decoration: underline;
    font-size: 12px;
}

#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;
}

#front_goods ul li .front_good .good_img {
	background-size: cover;
}

.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;
}

ol li::before{
	font-family: OpenSans;
}

.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;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { #reformal_tab{ display: none !important;} }
  
  
.error-field {
	border: 1px solid #f00 !important;
}
.error-field-email {
	display: none;
	color: #f00;
}
  
  
@media only screen and (max-device-width : 800px) { #popmake-34099{ display: none !important;} }


.but a {
   color: #000;
       font-size: 22px;
}
.but a:hover {
  
}
.but:hover {

    background: #EEE;
    -webkit-box-shadow: 8px 8px 8px -6px #cccccc;
    -moz-box-shadow: 8px 8px 8px -6px #cccccc;
    box-shadow: 8px 8px 8px -6px #cccccc;
    transition: all 200ms linear;
}
.but {
    height: 90px;
    width: 100%;
    margin-top: 20px;
    margin-right: 15px;
    font-size: 18px;
    font-family: 'verdana';
    line-height: 22px;
    color: #000;
    text-decoration: none;
    border: 0px;
    background-color: #E9EDF1;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
}
.tm-form{
    background-color: #FFA71B;
    padding: 15px;
	    font-family: OpenSansBold;
   
}
.tm-form br{
    display: none;
}
.tm-wrapper{
    width: 100%;
    margin-bottom: 10px;
}
.tm-title{
    font-weight: bold;
    font-size: 18px !important;
    color: #333;
    margin-bottom: 5px;
    text-align: center;
    line-height: normal;
}
.tm-sub-title{
    font-weight: normal;
    font-size: 14px !important;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
    line-height: normal;
}
.tm-wrapper label{
    display: block;
    margin-bottom: 1px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}
.tm-wrapper input, .tm-wrapper textarea{
    padding: 5px;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
       width: 100%;

}
.tm-wrapper input,.tm-wrapper select  {
    height: 36px;
    width: 100%;
    margin-bottom: 0;
}

.tm-form input[type=submit]{
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    background-color: #9eb21a;
    padding-top: 0px;
	padding-bottom: 0px;
	padding-left:5px;
	padding-right:5px;
    height: 40px;
}
.q-form br{
    display: none;
}
.q-form1 br{
    display: none;
}
.q-title1 {
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: normal;
    font: 23px/18px OpenSansBold;
    margin-bottom: 10px;
}
.q-wrapper1 label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding-right: 10px;
    color: #999;
    font: 13px/25px 'OpenSans';
}
.q-form1 {
    width: auto;
    background-color: #f5f6f7;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 35px;
}
.q-form1 input {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    height: 40px;
    max-width: 410px;
    width: 100%;
    color: #999;
}
.wpcf7 textarea {
    width: 100%;
}
.q-wrapper1 input {
    padding: 12px;
    padding-left: 10px;
    font-size: 14px;
    width: 100%;
    color: #999;
    height: 40px;
}
.q-form1 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 #404e5c;
    border-radius: 3px;
    background: linear-gradient(to top,#404e5c,#404e5c);
    color: #fff;
    cursor: pointer;
    text-shadow: 0 0 2px #fff, 0 0 3px #000;
    font: 15px/15px 'OpenSans';
    height: 45px;
    letter-spacing: .55pt;
    



}
.add_file {
    font: 13px/25px 'OpenSans';
    color: #000;
}
.del_file {
    font: 13px/25px 'OpenSans';
	color: #000;
}
#sidebar .q-title1 {
    font-weight: bold!important;
    color: #333;
    text-align: center;
    line-height: normal!important;
    font: 18px/24px OpenSansBold!important;
    margin-bottom: 10px!important;
}
#sidebar .q-wrapper1 label {
    display: block;
    text-align: left;
    padding-right: 10px;
    color: #999;
    font: 12px/20px 'OpenSans';
}
#sidebar .q-wrapper1 {
    font: 13px/0px 'OpenSans'!important;
}
.hide {
    display: block;
    font-size: 13px;
}
div.answer{
    margin-left: 50px;
}
.alert {
    padding: 20px;
    color: #000;
    margin-bottom: 15px;
    font: 15px/24px OpenSansBold;
}
#comment_form a {
    color: #5a93d7;
}
#comment_form a:hover {
    text-decoration: underline;
}
#wrapper_102 ul li, #wrapper_62 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;
}
#article .content_text p+p img {    
    height: auto;
    max-width: 720px;
    width: 100%;}
    
.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;
}
#front_news_list .news .news_date {
    display: none;
}
.news_count_review {
    display: none;
}
@media(min-width: 900px){
	div#front_slider, .main_content {
	    margin-left: 310px;
	    width: calc(100% - 310px);

	}
	div#main {
    min-width: 700px;
    margin-right: 10px;
        width: calc(100% - 310px);
	}
	 #sidebar {
	  width: 300px;
	}
	#main_content {
		max-width: 1200px;
	}
}
#post_bottom_block .bottom_content .author_name {
    display: none;
}
.alert {
    display: none;
}
div#comment_form>p {
    display: none;
}
.labels>div:nth-child(2) {
    display: none;
}
.inputs>input:nth-child(2) {
    display: none!important;
}
@media(max-width: 480px){
	div#wprmenu_bar {
	    position: absolute;
	    right: 0;
	    display: flex;
	    justify-content: flex-end;
	}
	header {
	    position: relative;
	    z-index: 99999999;
	    width: 243px;
	}
	header > .content {
	    padding-bottom: 0!important;
	}
	html.js  {
	    padding-top: 0!important;
	}	
	.title.product-title {
	    font-size: 20px;
	    line-height: 1.3;
	    margin-bottom: 10px;
	}
	div#article {
	    padding: 15px 0;
	    border: none;
	}
}