/** * 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: 990px;
  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%;
  padding-top: 32px;
}
.log-in-register{
    display: none!important;
}
#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 {
    background: #003c70 url('../img/header_bg.jpg') center no-repeat;
    padding: 0 5px;
}

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

header .bookmark {
    float: left;
    background: #003c70;
    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: #003c70 url(../img/log-in.png) left 9px center no-repeat;
    padding-left: 26px;
    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: #003c70;
}
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 8px;
}

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

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: #000000;
    text-decoration: none;
    text-transform: uppercase;
}

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

.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 #003c70;
	border: none;
	margin-left: 1%;
	width: 89px;
	padding: 0px 22px 0px 9px;
	max-width: 11%;
	cursor: pointer;
}

.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: 630px;
    background: url(../img/front_slide.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}

#front_slider .slider_title {
	position: relative;
	    top: 61px;
	    left: 32px;
	    width: calc(100% - 32px);
}

#front_slider .slider_title p {
	display: inline-block;
	    background: #000;
	    color: #fff;
	    font: 80px/70px OpenSansBold;
	    padding: 2px 20px 12px;
	    margin-bottom: -4px;
}

#front_slider .slider_title p:last-child{
	padding-bottom: 20px;
}

#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: #003c70;
    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: 0;
    bottom: 0;
    right: 52px;
}

#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: 48%;
	height: 435px;
	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 #003c70;
  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/add_company_catal.png) 16px center no-repeat #003c70;
    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 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: #003c70;
	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: 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: 25px/25px OpenSansBold;
}

#front_docs .doc_block{
	display: inline-block;
	vertical-align: top;
	width: 25.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:hover {
	background: url(../img/front_doc_a.png) 18px 5px no-repeat;
}

#front_docs .doc_block ul li a {
	color: #000;
}

#front_docs .doc_block ul li a:hover {
	color: #2c72c0;
}

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


/* Ãëàâíàÿ ñòðàíèöà */
#front_content {
	padding: 50px 34px 50px;
	  margin-bottom: 30px;
	  border: 1px solid #848484;
	  border-radius: 10px;
	  background-color: #0054a6;
	  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: #003c70;
	padding: 0 10px;
}

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

#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: #003c70 url(../img/add_company.png) 14px center no-repeat;
  font-family: OpenSansBold;
  color:  #fff;
  font-size: 18px;
  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: 21px/25px OpenSansBold;
	color: #2b2a29;
	margin-bottom: 15px;
}

#new_posts {
	margin-bottom: 20px
}

.pst {
	padding: 14px 14px 9px;
	border: 1px solid #003c70;
	border-radius: 10px;
	margin-bottom: 12px;
	background: #e1f4fd;
}

.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 #003c70;
	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 #003c70;
  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%;
	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;
}

#front_quiz {
	margin-bottom: 25px;
}

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

#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: #003c70;
	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;
	border: 1px solid #003c70;
	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: #003c70;
	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: 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: #003c70;
	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: 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;
}

.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 #003c70;
	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: #003c70;
  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: #003c70;
	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: #ccdded;
	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: #003c70;
	padding: 10px 12px 9px;
	color: #fff;
	text-align: left;
	font: 14px/14px OpenSansBold;
}


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

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


.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: #003c70;
	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: #ccdded;
	font: 13px/24px OpenSans;
	color: #000;
}

.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 #003c70;
	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: #003c70;
}

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

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

.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: #003c70;
	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: #003c70;
	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: #003c70;
	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: #ccdded;
	color: #000;
	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;

}

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

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: #0054a6;
	  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{
		position: relative;
		background-color: #0054a6;
		border-radius: 10px;
		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;
}


.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;
}
.tm-form{
    background-color: #FFA71B;
    padding: 20px;
    width: 100%;
}
.tm-form br{
    display: none;
}
.tm-wrapper{
    width: 100%;
    margin-bottom: 10px;
}
.tm-title{
    font-weight: bold;
    font-size: 24px !important;
    color: #333;
    margin-bottom: 5px;
    text-align: center;
    line-height: normal;
}
.tm-sub-title{
    font-weight: normal;
    font-size: 13px !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: 10px 1px;
    height: 40px;
}
.q-form{
    background-color: #DCDCDC;
    padding: 40px;
    width: auto;
}
.q-form br{
    display: none;
}
.q-wrapper{
    width: 100%;
    margin-bottom: 10px;
}
.q-wrapper label{
       display: block;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #24212b;
}
.q-wrapper input, .q-wrapper textarea{
    padding: 15px;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
    width: 100%;
    border-radius: 30px;

}
.q-wrapper input  {
    height: 40px;
    width: 100%!important;
    margin-bottom: 0;
}

.q-form input[type=submit]{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background-color: #C0C0C0;
    padding: 0px;
    height: 55px;
    width: 90%;
    border-radius: 30px;
}
.q-form input[type="text"]{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background-color: #f6f6fb;
    padding: 0px;
    height: 40px;
    width: 100%;
    border-radius: 30px;
}
.q-form1{
    background-color: #DCDCDC;
    padding: 12px;
    width: 100%;
}
.q-form1 br{
    display: none;
}
.q-title1{
    font-weight: bold;
    font-size: 23px !important;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
    line-height: normal;
}
.q-wrapper1{
    width: 100%;
    margin-bottom: 10px;
}
.q-wrapper1 label{
      display: block;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    color: #24212b;
}
.q-wrapper1 input, .q-wrapper1 textarea{
    padding: 12px;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    width: 100%;
    border-radius: 30px;

}
.q-wrapper1 input  {
    height: 36px;
    width: 100%!important;
    margin-bottom: 0;
}

.q-form1 input[type=submit]{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    background-color: #C0C0C0;
    padding: 1px;
    height: 45px;
    width: 100%;
    border-radius: 30px;
    margin-top: 18px;
}
.q-form1 input[type="text"]{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    background-color: #f6f6fb;
    padding: 0px;
    height: 36px;
    width: 100%;
    border-radius: 30px;
}
.del_file {
        color: black;
}
.add_file {
        color: black;
}
.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_118 ul li, #wrapper_78 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;
}
@media only screen and (max-device-width : 800px) { #popmake-6762{ display: none !important;} }
