._cb {
	margin: 0px;
	padding: 0px;
}

._cb:hover {
	border: 1px solid red;
	min-height: 12px;
	position: relative;
	margin: -1px;
}

@font-face {
	font-family: 'PDFInDisplayProThin';
	src: url('fonts/pfdindisplaypro-thin.eot');
	src: url('fonts/pfdindisplaypro-thin.eot?#iefix')
		format('embedded-opentype'), url('fonts/pfdindisplaypro-thin.woff')
		format('woff'), url('fonts/pfdindisplaypro-thin.ttf')
		format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	background: url('../pic/main_bg.png') center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#header {
	border-top: 5px solid #c10113;
}

#header .container {
	width: 983px;
	margin: 0px auto;
	height: 157px;
	background: url('../pic/head_man.png') center no-repeat;
	position: relative;
}

#header .logo {
	width: 240px;
	height: 108px;
	position: absolute;
	top: 21px;
	left: 0px;
	background: url('../pic/logo.png') no-repeat;
}

#header .search {
	width: 685px;
	position: absolute;
	top: 30px;
	left: 306px;
}

#header .search span {
	display: inline-block;
	width: 621px;
	height: 26px;
	background: url('../pic/search_bg.png') no-repeat;
	vertical-align: top;
}

#header .search span input {
	width: 588px;
	margin: 5px 15px;
	border: 0px;
	background: transparent;
	padding: 2px;
	font-size: 0.9em;
}

#header .search input.send {
	width: 54px;
	height: 26px;
	display: inline-block;
	background: url('../pic/search_btn.png') no-repeat;
	border: 0px;
	text-indent: -1000px;
	margin-left: -9px;
	cursor: pointer;
	vertical-align: top;
}

#header .main-menu {
	width: 573px;
	height: 43px;
	position: absolute;
	top: 79px;
	left: 275px;
	background: rgba(255, 255, 255, 0.7);
	padding: 0px;
	margin: 0px;
	text-align: center;
	-moz-transform: skewX(-33deg);
	-webkit-transform: skewX(-33deg);
	-o-transform: skewX(-33deg);
	-ms-transform: skewX(-33deg);
	transform: skewX(-33deg);
	white-space: nowrap;
}

#header .main-menu li {
	display: inline-block;
	line-height: 43px;
	padding: 0px 14px;
	height: 43px;
}

#header .main-menu li a {
	color: #000000;
	text-decoration: none;
	font-size: 1.1em;
	-moz-transform: skewX(-33deg);
	-webkit-transform: skewX(33deg);
	-o-transform: skewX(33deg);
	-ms-transform: skewX(33deg);
	transform: skewX(33deg);
	display: block;
}

#header .main-menu li:HOVER, #header .main-menu ul.active, #header .main-menu li.active
	{
	background: #e2000a;
}

#header .main-menu li:HOVER a, #header .main-menu ul.active a, #header .main-menu li.active a
	{
	color: #ffffff;
}

#header .main-menu ul {
	display: none;
	background: #e2000a;
	height: 35px;
	left: 1px;
	margin: 0;
	padding: 0 3%;
	position: absolute;
	text-align: left;
	top: 100%;
	vertical-align: top;
	width: 94%;
	z-index: 93;
}

#header .main-menu ul li {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 4px;
	vertical-align: top;
}

#header .main-menu ul li a {
	text-decoration: underline;
	font-style: italic;
	font-size: 0.9em;
}

#header .main-menu ul.sub li.has-sub-level {
	position: relative;
	padding-right: 18px;
}

#header .main-menu ul.sub li.has-sub-level > a {
	position: relative;
	padding-right: 10px;
}

#header .main-menu ul.sub li.has-sub-level > a:after {
	content: '';
	display: inline-block;
	margin-left: 6px;
	border-left: 4px solid #ffffff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	vertical-align: middle;
}

#header .main-menu ul.sub li.has-sub-level.active > a:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #ffffff;
	border-bottom: 0;
}

#header .main-menu ul.sub li.has-sub-level > ul.sub-level {
	display: none;
	position: absolute;
	top: 35px;
	left: -15px;
	width: auto;
	min-width: 180px;
	height: auto;
	padding: 0;
	margin: 0;
	background: #e2000a;
	z-index: 94;
	text-align: left;
}

#header .main-menu ul.sub li.has-sub-level > ul.sub-level.active {
	display: block;
}

#header .main-menu ul.sub li.has-sub-level > ul.sub-level li {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	margin: 0;
	white-space: nowrap;
}

#header .main-menu ul.sub li.has-sub-level > ul.sub-level li a {
	color: #ffffff;
	text-decoration: underline;
	font-style: italic;
	font-size: 0.9em;
}

#header .system-menu {
	width: 800px;
	height: 20px;
	position: absolute;
	top: 2px;
	right: 0px;
	text-align: right;
}

#header .system-menu li {
	display: inline-block;
	line-height: 20px;
	padding: 0px 7px;
	height: 20px;
	font-size: 0.9em;
}
#header .system-menu ol { display: inline-block;}

#header .system-menu li a {
	color: #000000;
	font-size: 1em;
}

#header .download {
	width: 151px;
	height: 43px;
	position: absolute;
	top: 79px;
	left: 833px;
	background: url('../pic/main_menu_download.png') no-repeat;
	text-indent: -10000px;
}

#header .red-cart {
	width: 151px;
	height: 43px;
	position: absolute;
	top: 79px;
	left: 833px;
	background: url('../pic/main_menu_cart.png') no-repeat;
	text-indent: -10000px;
}

#header_basket_count {
	height: 15px;
	width: 20px;
	position: absolute;
	top: 81px;
	left: 950px;
	background: #ffffff;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
	border-radius: 3px;
	font-weight: bold;
}


#content {
	background: url('../pic/content_bg.png') top repeat-x;
	min-height: 401px;
}

#content .container {
	width: 1000px;
	margin: 0px auto;
}

#content .left-menu {
	float: left;
	display: block;
	width: 230px;
	margin-top: 25px;
	border-right: 1px solid #909090;
	min-height: 616px;
}

#content .left-menu ul {

}

#content .left-menu ul li {
	position: relative;
	display: block;
	padding: 5px 5px 5px 13px;
	background: url('../pic/left_menu_li.png') no-repeat left 7px;
	border: 1px solid transparent;
}

#content .left-menu ul li.h {

	display: block;
	padding: 5px 0px;
	background: #cccccc;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

#content .left-menu ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 1.1em;
}

#content .left-menu ul ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 99%;
	border: 1px solid #999999;
	background: #ffffff;
	z-index: 99;
	width: 743px;
	padding: 15px 5px;
}

#content .left-menu ul ul li {
	padding: 5px 20px;
	margin: 4px 25px;
	background: none;
	display: block;
	float: left;
	width: 279px;
	background: #e5e5e5;
	white-space: nowrap;
}

#content .left-menu ul ul li a {
	font-size: 1.1em;
	color: #3f3f3f;
	display: block;
	overflow: hidden;
}

#content .left-menu ul ins {
	position: absolute;
	top: 0px;
	right: -5px;
	height: 100%;
	width: 8px;
	background: #ffffff;
	z-index: 100;
	display: none;
}

#content .left-menu ul li.t:HOVER {
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #ffffff;
}

#content .left-menu ul li.t:HOVER ins {
	display: block;
}

#content .left-menu ul li.t:HOVER ul {
	display: block;
}

#content .left-menu ul li.t:HOVER a {
	color: #c10113;
}

#content .left-menu ul li.t:HOVER li a {
	color: #3f3f3f;
}

#content .left-menu ul li.t:HOVER li:HOVER {
	background: #e2000a;
}

#content .left-menu ul li.t:HOVER li:HOVER a {
	color: #ffffff;
}

#content .page-block {
	float: left;
	display: block;
	width: 711px;
	margin-left: 40px;
	margin-top: 25px;
	min-height: 595px;
	position: relative;
	margin-bottom: 41px;
}

#content .page-block .pages p {
	margin: 15px 0;
}

#content .page-block .pages ul,
#content .page-block .pages ol {
	margin: 13px 0;
	padding-left: 40px;
}

#content .page-block .pages ul {
	list-style-type: disc;
}

#content .page-block .pages ol {
	list-style-type: decimal;
}

.main-special {
	position: relative;
}

.main-special .special-jcarousel,
.main-special .special-novinki-jcarousel,
.main-special .special-recomend-jcarousel,
.main-special .special-select-jcarousel
{
	overflow: hidden;
}

.main-special h1, .main-special h2 {
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: 21px;
	text-transform: uppercase;
	font-family: PDFInDisplayProThin;
	color: #3e0b0b;
	padding-left: 60px;
	background: url('../images/h1-icon.png') no-repeat 0px 3px;
	margin-top: 30px;
	padding-top: 5px;
	line-height: 40px;
}

.main-special ul {
	white-space: nowrap;
	overflow: hidden;
	width: 20000em;
	position: relative;
}

.main-special ul li {
	display: inline-block;
	width: 150px;
	height: 169px;
	border: 1px solid #747474;
	margin-right: 30px;
	overflow: hidden;
}

.main-special ul li a {
	display: block;
	position: relative;
	width: 150px;
	height: 155px;
	text-decoration: none;
}

.main-special ul li a b {
	position: absolute;
	top: 3px;
	left: 5px;
	color: #c20718;
	font-style: italic;
	font-size: 1.3em;
	background: #ffffff;
}

.main-special ul li a b small {
	font-weight: normal;
}

.main-special ul li a i {
	display: table-cell;
	width: 150px;
	height: 130px;
	text-align: center;
	background: #ffffff;
	vertical-align: middle;
}

.main-special ul li a h3 {
	display: block;
	height: 36px;
	white-space: normal;
	background: #e2000a;
	margin-left: -1px;
	width: 142px;
	line-height: 11px;
	overflow: hidden;
	color: #ffffff;
	padding: 3px 5px;
	font-weight: normal;
	font-size: 0.85em;
    margin-top: 0px;
	line-break: anywhere;
}

.main-special ul li a i img {
	max-height: 130px;
	max-width: 150px;
}

.main-special .special-jcarousel-control-prev,
.main-special .special-novinki-jcarousel-control-prev,
.main-special .special-recomend-jcarousel-control-prev,
.main-special .special-select-jcarousel-control-prev
{
	top: 10px;
	right: 32px;
	position: absolute;
	width: 29px;
	height: 19px;
	background: url('../pic/main_special_prev.png') no-repeat center;
	border-right: 2px solid #c0c0c0;
}

.main-special .special-jcarousel-control-next,
.main-special .special-novinki-jcarousel-control-next,
.main-special .special-recomend-jcarousel-control-next,
.main-special .special-select-jcarousel-control-next
{
	top: 10px;
	right: 3px;
	position: absolute;
	width: 29px;
	height: 19px;
	background: url('../pic/main_special_next.png') no-repeat center;
}

.main-slider {
	border: 3px solid #ffffff;
	margin-top: 30px;
	position: relative;
	width: 705px;
}

.main-slider .main-slider-jcarousel {
	overflow: hidden;
}

.main-slider ul {
	position: relative;
	width: 20000em;
}

.main-slider ul li {
	width: 705px;
	height: 305px;
	overflow: hidden;
	display: inline-block;
}

.main-slider .main-slider-jcarousel-control-prev {
	top: 90px;
	left: -21px;
	position: absolute;
	width: 56px;
	height: 113px;
	background: url('../pic/main_slider_prev.png') no-repeat center;
}

.main-slider .main-slider-jcarousel-control-next {
	top: 90px;
	right: -21px;
	position: absolute;
	width: 56px;
	height: 113px;
	background: url('../pic/main_slider_next.png') no-repeat center;
}

.main-slider-jcarousel-pagination {
	position: absolute;
	bottom: 7px;
	right: 10px;
}

.main-slider-jcarousel-pagination a {
	width: 7px;
	height: 7px;
	overflow: hidden;
	background: #4a4a4a;
	text-indent: -1000px;
	display: inline-block;
	margin-left: 3px;
	border-radius: 7px;
	border: 1px solid #dddddd;
}

.main-slider-jcarousel-pagination a.active {
	background: #e2000a;
}

#footer_menu {
	width: 983px;
	margin: 0px auto;
	border-top: 2px dotted #717171;
	margin-top: 35px;
	padding-top: 25px;
}

#footer_menu ul {
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
}

#footer_menu ul h3 {
	color: #a4a4a4;
	font-weight: normal;
	font-size: 1.7em;
	margin: 0px 17px 5px 17px;
	font-family: PDFInDisplayProThin;
	text-transform: uppercase;
}

#footer_menu ul h3 a {
	color: #a4a4a4;
	text-decoration: none;
}

#footer_menu ul li {
	display: inline-block;
	margin-right: 17px;
	width: 230px;
	vertical-align: top;
}

#footer_menu ul li a {
	border: 0px;
}

#footer_menu ul li i {
	display: block;
	border: 3px solid #ffffff;
	width: 224px;
	height: 195px;
	background: #e7e7e7;
	font-style: normal;
}

#footer_menu ul li i.news ul {
	display: block;
	margin: 5px 10px;
	padding: 0px;
	white-space: normal;
}

#footer_menu ul li i.news ul li {
	display: block;
	margin: 5px 0px 9px 0px;
	padding: 0px;
	width: 100%;
}

#footer_menu ul li i.news ul li em {
	color: #afafaf;
	font-size: 0.8em;
	display: block;
	font-style: normal;
}

#footer_menu ul li i.news ul li a {
	display: block;
	color: #1b4970;
	font-size: 0.85em;
	line-height: 120%;
}

#footer_menu ul li i.news a.all {
	display: block;
	margin: 5px 10px;
	padding: 0px;
	white-space: normal;
	color: #e2000a;
	font-weight: bold;
	font-size: 0.9em;
}

#footer {
	background: #4a4a4a;
	margin-top: 40px;
	height: 100px;
}

#footer .container {
	width: 983px;
	margin: 0px auto;
	position: relative;
}

#footer .copy {
	position: absolute;
	left: 0px;
	top: 17px;
	color: #a1a1a1;
	font-size: 0.8em;
	width: 600px;
}

#footer .email {
	position: absolute;
	left: 0px;
	top: 71px;
	color: #a1a1a1;
	font-size: 0.8em;
	font-weight: bold;
}

#footer .email a {
	color: #a1a1a1;
}

#footer .stat {
	position: absolute;
	right: 255px;
	top: 19px;
	color: #a1a1a1;
	font-size: 0.8em;
}

#footer .stat img {
	margin-top: 3px;
}

#footer .social {
	position: absolute;
	right: 40px;
	top: 17px;
	font-size: 0.8em;
	color: #ffffff;
	white-space: nowrap;
}

#footer .social span {
	vertical-align: middle;
}

#footer .social div {
	padding-bottom: 3px;
}

#footer .social a {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	vertical-align: middle;
}

#footer .social a.vk {
	background: url('/pic/ico_vk.svg');
}

#footer .social a.d2 {
	background: url('/pic/ico_d.png');
	border-radius: 4px;
}

#footer .social a.yt {
	background: url('/pic/ico_yt.svg');
}

#footer .social a.facebook {
	background: url('/pic/ico_facebook.png');
}

#footer .social a.instagram {
	background: url('/pic/ico_instagram.png');
}

#footer .social a.telegram {
	background: url('/pic/ico_tg.svg');
}

#footer .social a.zen {
	background: url('/pic/ico_zen.svg');
}

#footer .social a.max {
	background: url('/pic/ico_max.svg');
}

h1, .categories-top-header {
	background: rgba(0, 0, 0, 0) url('../images/h1-icon.png') no-repeat
		scroll 0 3px;
	color: #303030;
	font-family: PDFInDisplayProThin;
	font-size: 32px;
	font-weight: normal;
	line-height: 40px; /* JTC-77 */
	margin-bottom: 20px; /* */
	margin-top: 30px;
	padding-left: 60px;
	padding-top: 5px;
	text-transform: uppercase;
}

.clear {
	clear: both;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

.center-parts-block {
	width: 500px;
	float: left;
}

.right-filter-block {
	width: 175px;
	float: left;
	border-left: 1px solid #909090;
	margin-left: 15px;
	padding-left: 20px;
}

.right-filter-block li {
	margin: 9px 0px;
}

.right-filter-block li a {
	color: #000000;
	font-size: 1.1em;
	text-decoration: none;
}

.right-filter-block li.active &gt ; a {
	font-weight: bold;
}

.right-filter-block ul.sub {
	margin-left: 15px;
	font-size: 0.9em;
}

.part-top h1, .part-top .categories-top-header {
	margin-bottom: 30px;
	position: relative;
	max-width: 825px;
}

.part-top h1 div.cat-bread, .part-top .categories-top-header div.cat-bread {
	font-size: 17px;
	left: 62px;
	line-height: 100%;
	position: absolute;
	text-transform: none;
	top: -13px;
}

.part-top h1 div.cat-bread a, .part-top .categories-top-header div.cat-bread a{
	color: #080808;
}

.part-list {

}

.part-list article.item {
	width: 157px;
	height: 331px;
	float: left;
	margin-right: 11px;
	border: 1px solid #cacaca;
	background: #ffffff;
	margin-bottom: 19px;
}

.part-list article.item.last {
	margin-right: 0px;
}

.part-list article.item ins {
	display: block;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	margin: 0px 9px;
	text-align: right;
        font-size: 11px;
}

.part-list article.item div.image {
	height: 135px;
	margin: 0px 9px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #5f5f5f;
	padding: 9px 0px;
}
.part-list article.item div.image img {
	max-width: 100%;
	max-height: 100%;
}
@media all and (max-width:1000px){
html.eskimobi_responsive body img {
    max-height: 100%;
}
}

.part-list article.item b {
	display: block;
	margin: 5px 9px;
	height: 57px;
	overflow: hidden;
}

.part-list article.item b a {
	color: #4b4b4b;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 130%;
}

.part-list article.item u {
	text-decoration: none;
	background: #efefef;
	display: block;
	height: 40px;
	line-height: 35px;
}

.part-list article.item u em {
	display: block;
	margin: 0px 9px;
	font-size: 1.5em;
	color: #c10113;
	font-weight: bold;
	text-align: right;
}

.part-list article.item .cart-add {
	width: 100%;
	height: 33px;
	padding: 5px 15px;
}

.part-list .goods-more {
	margin-bottom: 19px;
	text-align: center;

}
.part-list .goods-more a {
	color: #900f0f;
	text-decoration: none;
	border-bottom: 1px dashed #900f0f;
	font-weight: bold;
}
.part-list .goods-more a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: none;
	font-weight: bold;
}

.bottom-part-block {
	border-top: 3px dotted #717171;
	/* position: absolute; bottom: -55px; right: 0px; width: 983px; */
}

.bottom-part-text {
	margin-top: 40px;
	color: #000000;
	line-height: 150%;
}

.top-part-slider {
	position: relative;
}

.top-part-slider-jcarousel {
	overflow: hidden;
	margin: 0px 40px;
}

.top-part-slider-jcarousel ul {
	position: relative;
	width: 20000em;
}

.top-part-slider-jcarousel ul li {
	width: 151px;
	height: 120px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 1px
}

.top-part-slider-jcarousel ul li b {
	display: block;
	line-height: 110%;
}

.top-part-slider-jcarousel ul li b a {
	color: #080808;
	font-weight: normal;
}

.top-part-slider-jcarousel ul li.active {
	background: #ffffff;
	border-radius: 10px;
	margin: 0px;
	border: 1px solid #e2000a;
}

.top-part-slider-jcarousel ul li.active a {
	color: #e2000a;
	font-weight: bold;
}

.top-part-slider .top-part-slider-jcarousel-control-prev {
	top: 45px;
	left: 0px;
	position: absolute;
	width: 36px;
	height: 36px;
	background: url('../pic/top-part-left.png') no-repeat center;
}

.top-part-slider .top-part-slider-jcarousel-control-next {
	top: 45px;
	right: 0px;
	position: absolute;
	width: 36px;
	height: 36px;
	background: url('../pic/top-part-right.png') no-repeat center;
}

.top-part-slider .top-part-slider-jcarousel-control-prev.inactive,
	.top-part-slider .top-part-slider-jcarousel-control-next.inactive {
	display: none;
}

ul.pager li {
	list-style: none;
	display: inline-block;
	margin: 0px;
	padding: 15px 8px 0px;
}

ul.pager {
	text-align: center;
	padding-left: 0;
	color: #333333;
	font-size: 1em;
	margin-bottom: 15px;
}

ul.pager a {
	color: #333333;
}

ul.pager li.page a {
	color: #900f0f;
	font-weight: bold;
}

ul.pager li.page.selected a {
	color: #333333;
	text-decoration: none;
}

ul.pager li.hidden {
	display: none;
}

ul.pager li.previous a, ul.pager li.next a {
	text-decoration: none;
	font-size: 0.8em;
}

.catalog-index-page {

}

.catalog-index-page ul li {
	border: 1px solid #cacaca;
	background: #ffffff;
	display: block;
	float: left;
	font-size: 1.1em;
	text-transform: uppercase;
	width: 47%;
	margin-right: 2%;
	margin-bottom: 7px;
}

.catalog-index-page ul li a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 3px 11px 3px 61px;
	background-position: 7px center;
	background-repeat: no-repeat;
	line-height: 45px;
	height: 45px;
}

.catalog-index-page ul li a:HOVER {
	background-color: #e2000a;
	color: #ffffff;
}

#callback {
	background: #ffffff;
	margin-bottom: -40px;
	margin-top: 35px;
	padding: 35px 0px;
}

#callback strong {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 25px;
}

.buttons {
	margin-left: 95px;
}

#callback .form-wrapper {
	margin: 0px auto;
	width: 985px;
}

#callback .form-wrapper .info-bar {
	width: 300px;
}

#callback .form-wrapper .info-bar.error {
	color: red;
	margin-bottom: 15px;
}

#callback .form-wrapper .info-bar.error b {
	display: block;
	margin-bottom: 10px;
}

#callback .form-bar .field {
	margin-bottom: 15px;
	width: 350px;
}

#callback .form-bar .col1, #callback .form-bar .col2 {
	width: 370px;
	float: left;
}

#callback .form-bar .col12 {
	width: 615px;
	float: left;
}

#callback .form-bar .col3 {
	width: 245px;
	float: left;
	color: #333333;
	font-size: 1.1em;
	line-height: 110%;
}

#callback .form-bar .col3 a {
	color: #333333;
}

#callback .form-bar .field label {
	width: 95px !important;
	display: inline-block;
	vertical-align: middle;
	color: #333333;
	font-size: 1.1em;
	line-height: 120%;
}

#callback .form-bar .field textarea, #callback .form-bar .field input {
	border: 0;
	border-radius: 2px;
	padding: 10px;
	box-shadow: inset 1px 1px 3px #999;
	font-size: 1.1em;
	background: #e5e5e5;
	width: 210px;
	vertical-align: middle;
}

#callback .form-bar .field textarea {
	height: 80px;
	resize: none;
}

#callback .form-bar .field input {
	height: 25px;
}

#callback .buttons {
	text-align: right;
	padding-right: 40px;
}

#callback .buttons .red-btn {
	background: url('/pic/callback_submit.png') no-repeat;
	height: 31px;
	width: 169px;
	border: 0px;
	text-indent: -1000px;
	cursor: pointer;
}



#callback .info-bar .info {
	border-right: 1px solid #545454;
}

#callback .info-bar .cb-button {
	width: 186px;
	height: 33px;
	border: none;
	background: url('../images/CBbutton.png');
	background-position: 0px 0px;
	cursor: pointer;
	color: white;
	font-weight: bold;
}

#callback .info-bar .cb-button:hover {
	background: url('../images/CBbutton.png');
	background-position: 0px -33px;
}

.cart-add {
	padding: 7px 15px;
	background: #e2000a;
	border: 0px;
	font-family: PFDindisplayPro, Arial, sans-serif;
	font-size: 1.2em;
	color: #ffffff;
	cursor: pointer;
}

.cart-add[disabled] {
	background: grey;
}

.konstr-add {
	padding: 0;
	background: #e2000a;
	border: 0px;
	font-family: PFDindisplayPro, Arial, sans-serif;
	font-size: 1.2em;
	color: #ffffff;
	cursor: pointer;
	width: 100%;
	display: block;
	text-align: center;
}

.konstr-add[disabled] {
	background: grey;
}
.konstr-change {
	text-align: right;
	margin-top: -30px;
	display: block;
	margin-bottom: 20px;
}
.cart-open {
	background: #4a4a4a;
}

.item {
	width: 525px;
	float: left;
}
.product-list .item {
	width: 100%;
}

.item #main-image, #main-image img {
	width: 200px;
}

.item a#main-image {
	border: 1px solid black;
	margin-bottom: 10px;
	height: 197px;
	overflow: hidden;
}
.item #main-image span {
	height: 197px;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}


.item #preview-gallery a.image {
	display: inline-block;
	width: 97px;
	height: 97px;
	overflow: hidden;
	margin-bottom: 1px;
}

.item #preview-gallery a.image .wrap {
	display: table-cell;
	width: 97px;
	height: 97px;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}

.item #preview-gallery a.image img {
	eight: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.item #tools_list .img-bar {
	width: 220px;
	margin-top: 7px;
}

.item #tools_list .info-bar {
	margin-top: 7px;
}

.item #tools_list .img-bar a {
	border: 1px solid #545454
}

.item #tools_list .img-bar a {
	text-decoration: none;
}

.item #tools_list .img-bar {
	width: 100%;
	margin-top: 17px;
	position: relative;
}

.item #tools_list .info-bar {
	margin-top: 7px;
	width: 100%;
}

.item #tools_list .img-bar a {
	border: 1px solid #545454
}

.item #tools_list #preview-gallery {
	display: inline-block;
	width: 310px;
	vertical-align: top;
	margin-left: 8px;
}

.item #tools_list .img-bar a {
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	background-color: #ffffff;
	text-align: center;
}

.table {
	border: inherit;
}

.table th,
.table td {
	border: inherit;
	margin: inherit;
	padding: inherit;
	font-weight: inherit;
	vertical-align: inherit;
	text-align: inherit;
}

.other .left {
	float: left;
}

.item .article {
	background: rgba(0, 0, 0, 0) url('../images/more_jtc.png') no-repeat
		scroll 0 0;
	bottom: 0;
	color: #ffffff;
	height: 23px;
	left: 0;
	margin: 0;
	padding-top: 5px;
	text-align: center;
	width: 155px;
	display: inline-block;
        background-size: cover;
}

.item h3, .other h3 {
	font-size: 1.2em;
	margin: 15px 0px;
}

.item #tools_list .description ul {
	list-style: square;
	margin: 10px 0 0;
	padding-left: 20px;
}



.item #tools_list .description table {
  border-collapse: collapse;
}

.item #tools_list .description table td, th {
  /*border: 1px solid #999;*/
  padding: 0.25rem 0.5rem;
  text-align: left;
}



.item .detail-price {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 1.3em;
	vertical-align: middle;
}

.item .detail-price u {
    display: inline-block;
    width: auto;
    height: 31px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background: url(/pic/price-bg.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    font-family: Arial;
    font-style: italic;
    line-height: 31px;
    font-size: 1.3em;
    margin-left: 7px;
    padding: 0px 10px;
	margin-top: 10px;
}

.other #tools .item {
        width: 129px;
        margin-left: 11px;
	margin-bottom: 50px;
	color: #333333;
	height: 260px;
	position: relative;
}
.other .button{
    text-align: center;
}
.other .hide-all{
    display: none;
}
.other #tools .item .image {
	width: 130px;
	height: 130px;
	padding: 3px;
	border: 1px solid grey;
	margin-right: 30px;
	background: white;
	overflow: hidden;
}

.other #tools .item .name {
	display: block;
	overflow: hidden;
	width: 120px;
	min-height: 87px;
	margin-left: 12px;
	margin-top: 5px;
}

.other #tools .item .name a {
	color: #333333;
	font-size: 11px;
}

.other #goods-list article.item .image img {
	width: 130px;
	height: 130px;
}

.other #tools.additional {
	max-width: none;
}

.modal {
	width: 720px;
	min-height: 100px;
	padding: 10px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -370px;
	border: 4px solid #4a2c2c;
	background: rgba(0, 0, 0, .8);
	z-index: 212;
	padding-bottom: 0px;
	display: none;
}

.modal &gt ; .wrap {
	position: relative;
}

.modal &gt ; .wrap &gt ; .close {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url('../images/close.png');
	display: block;
	right: -27px;
	top: -27px;
}

#zoom-image-wrap1 {
	display: inline-block;
	width: 720px;
	height: 610px;
	text-align: center;
}

#zoom-image-wrap2 {
	display: table-cell;
	width: 720px;
	height: 610px;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

#zoom-image-wrap2 .nav-btn {
	position: absolute;
	background: white;
	border-radius: 50%;
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	top: 290px;
	z-index: 300;
	color: #555;
}

#zoom-image-wrap2 .prev {
	left: 10px;
}

#zoom-image-wrap2 .next {
	right: 10px;
}

.zoomContainer {
	z-index: 213;
}

.zoomWindowContainer .zoomWindow {
	display: none;
}

#zoom_image {
	max-width: 720px;
	max-height: 610px;
}

#gallery a.image {
	display: inline-block;
	width: 97px;
	height: 97px;
	overflow: hidden;
	margin-bottom: 1px;
	border: 1px solid #666;
}

#gallery a.image .wrap {
	display: table-cell;
	width: 97px;
	height: 97px;
	text-align: center;
	vertical-align: middle;
}

#gallery a.image img {
	width: 97px;
	max-height: 97px;
}

#gallery .image.active {
	border: 1px solid red !important;
}

#screen-block {
	background: black none repeat scroll 0 0;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 211;
}

.item .avail {
	height: 28px;
	line-height: 26px;
	display: inline-block;
	background: green;
	margin-left: 7px;
	width: 135px;
	text-align: center;
	color: #ffffff;
	border-radius: 5px;
}

.item .avail.a0, .item .avail.a-1, .item .avail.a-2, .item .avail.a-12 {
	background: #e2000a;
}

.adv-garant {
	background: url('../images/adv_garant.png');
	font-size: 11px;
	height: 94px;
	margin-top: 25px;
	width: 230px;
}
 /* JTC-77 */
#tools_list .ov {
	font-size: 16px;
	text-transform: none;
}

#tools_list .ov i {
	font-style: normal;
	margin-right: 11px;
}

#tools_list .ov b {
	font-weight: normal;
	margin-right: 11px;
}

#tools_list .ov b a, #tools_list .ov b a:visited {
	color: inherit;
}

#tools_list .ov a, #tools_list .ov a:visited {
	color: #c10113;
}

#tools_list .ov a {
	text-decoration: none;
}

#tools_list .ov a:hover {
	text-decoration: underline;
}

#tools_list .ov .o &gt ; *:not (:last-child ) {
	padding-right: 10px;
}

#tools_list .ov .asc:after, #tools_list .ov .desc:after {
	width: 8px;
	height: 8px;
	padding: 0 5px;
}

#tools_list .ov .asc:after {
	content: url('/images/asc.svg');
}

#tools_list .ov .desc:after {
	content: url('/images/desc.svg');
}

.item #tools_list .description ol {
	list-style: decimal outside;
	margin: 10px 0 0;
	padding-left: 20px;
}

.item #tools_list .description p {
	margin: 3px 0 10px;
}

.item #tools_list .description ol, .item #tools_list .description ul {
	margin: 3px 0px 10px 30px;
	padding-left: 0px;
}

.item #tools_list .description ol {
	list-style: outside none decimal;
}

.item #tools_list .description ul {
	list-style: outside none square;
}

.item #tools_list .description ol li, .item #tools_list .description ul li
	{
	margin-bottom: 5px;
}

.item #tools_list .description ol li ul, .item #tools_list .description ul li ul
	{
	list-style: outside none disc;
	margin: 3px 0px 10px 30px;
}

.item #tools_list .description ul li ol, .item #tools_list .description ol li ol
	{
	margin: 3px 0px 10px 30px;
} /* */
#header .plogo {
	display: none;
}

#cart-message-container { display: none; }

.cline {
    border-top: 1px solid #909090;
    margin: 10px 0px;
}
.section_video .description {
    margin: 10px 0px;
}
#order_form .error_block {
    color: red;
    padding: 5px 24px;
}
.info_reg {
	font-size: 11px;
	font-weight: 100;
}
.form_kontragent > tbody > tr{
	border-top: 1px solid #c1c1c1;
}
.user-form tr > th{
	width: 232px;
}
.user-form select{
	width: 302px;
	margin-bottom: 10px;
}
.form_kontragent > tbody > tr th{
	padding: 0px;
}
.form_kontragent > tbody > tr > th,
.form_kontragent > tbody > tr td{
	padding: 10px 0px 0px 10px;
	vertical-align: baseline;
}
.form_kontragent tr > td[colspan="2"]{
	padding-bottom: 10px;
}
.item #tools_list .info-bar .description .konstr_telezh p{
	padding: 7px 15px;
	background: #e2000a;
	border: 0px;
	font-family: PFDindisplayPro,Arial,sans-serif;
	font-size: 1.2em;
	color: #ffffff;
	cursor: pointer;
	width: 155px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* КОНСТРУКТОР ТЕЛЕЖЕК */
.kostr_telezh ul{
	list-style: none;
}



li.lozh {
	position: relative;
	padding: 5px;
	border: 1px solid #bbb;
	margin-bottom: 5px;
	border-radius: 10px;
	background-color: #fff;
	box-sizing: border-box;
	list-style-type: none;
	}
div.header {
	position: relative;
	color: #fff;
	padding: 5px;
	border: 1px solid #bbb;
	margin-bottom: 5px;
	border-radius: 10px;
	background-color: #555;
	box-sizing: border-box;
	list-style-type: none;
}

.section > p, .lozhement > p {
	position: relative;
	padding: 5px;
	border: 2px solid #bbb;
	margin-bottom: 5px;
	border-radius: 10px;
	background-color: #fff;
	box-sizing: border-box;
	list-style-type: none;
	font-weight: bold;
}

li.lozh .gray_path {
	background: rgb(0 0 0 / 0.6);
	position: absolute;
	width: 100%;
	left: 0px;
	height: 100%;
	top: 0px;
	z-index: 10;
}
li.lozh.not_delete .gray_path {
	display: none;
}
li.lozh .gray_path p {
	color: white;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-23deg);
	position: absolute;
	font-size: 20px;
}
li.lozh p {
	max-width: 300px;
}
li.lozh .img {
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
li.lozh .img p.art {
	position: absolute;
	bottom: -10px;
	background: #555555bb;
	padding: 2px 5px;
	/*box-shadow: 2px -2px 3px 0px #0000005c;*/
}

li.lozh .img p.art a {
	color: #fff;
}

.kostr_telezh .list .lozhement, .kostr_telezh .list .section {
	padding: 10px;
	width: 47%;
	position: relative;
	float:left;
}

.kostr_telezh .list .section {
	padding-left: 5px;
	padding-right: 5px;
	max-height: 600px;
	overflow-y: auto;
	border-radius: 10px;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
}

.kostr_telezh .list > div.lozhement {
	max-height: 600px;
	overflow-y: auto;
	overflow-x: hidden;
	border-radius: 10px;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
}

/*
.kostr_telezh .list .section li p {
	margin-top: 5px;
}
 */
.kostr_telezh .list .section li.active {
	font-weight: bold;
}

.kostr_telezh .list .section .section_block .section_list {
	overflow-y: auto;
	overflow-x: hidden;
	/*max-height: 93%;*/
	margin-bottom: 10px;
	position: relative;
	min-height: 50px;
	border: 1px solid #bbb;
	border-radius: 10px;
	padding:10px;
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='20px' width='180px'><text x='0' y='15' fill='gray' font-size='12' style='font-family: arial, sans, serif; font-weight: bold;'>Перетащите ложементы сюда</text></svg>");
	background-repeat: no-repeat;
	background-position: bottom;

}

.kostr_telezh .list .section .section_block .section_list .lozh .deltel{
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/delete.png);
	display: block;
	right: 5px;
	bottom: 5px;
	cursor: pointer;
	pointer-events: all;
	text-decoration: underline;
}

.kostr_telezh .lozh_price {
	color: #555;
	font-weight: bold;
}

.kostr_telezh .item {
	margin-bottom: -28px;
}

.kostr_telezh .list {
	margin-top: 10px;
}

.kostr_telezh .total_price {
	margin-top: 15px;
}
.kostr_telezh .total_price span {
	font-weight: bold;
}
.user-form .region_tr {
	height: 50px;
}
.user-form .region {
	position: absolute;
	padding-left: 9px;
}
.user-form .list_kontragents > li > a+div {
	display: none;
}
.user-form .list_kontragents > li > a.active+div {
	display: block;
}
.user-form #add_phone,
.user-form #add_email {
	margin-left: 10px;
	margin-top: -15px;
	display: block;
	font-size: 11px;
}
.img-bar .block-price {
	position: absolute;
	right: -223px;
	width: 160px;
	text-align: center;
	border: 1px solid #909090;
	top: 0px;
	padding: 10px 0px;
}
.img-bar .block-price .detail-price {
	font-size: 1em;
}
.img-bar .block-price .bookmark+input {
	background: url(/pic/price-bg.png) no-repeat;
	background-size: 100% 100%;
	width: 102px;
	margin-top: 19px;
}
.item .detail-price u{
	width: 102px;
	padding: 0px;
	margin-left: 0px;
}
.breadcrumb_lk_ul {
	margin-top: 10px;
}

.list_kontragents input[type=radio] {
	width: 25px;
	height: 15px;
	margin-top: 5px;
	margin-bottom: 0;
}

.user-form input[type="checkbox"] {
	width: unset;
}

.item .block-price {
	position: absolute;
	right: -37px;
	width: 160px;
	text-align: center;
	border: 1px solid #909090;
	top: 40px;
	padding: 10px 0px;
}
.item .block-price .detail-price {
	font-size: 1em;
}
.item .block-price .detail-price .cart-add {
	background: url(/pic/price-bg.png) no-repeat;
	background-size: 100% 100%;
	width: 102px;
	margin-top: 19px;
}
.item .detail-price u{
	width: 102px;
	padding: 0px;
	margin-left: 0px;
}
.callback-captcha {
	transform:scale(0.76);
	transform-origin:0 0;
	margin-left: 95px;
}

.errorMessage {
	color: red;
}

.item h1 {
	word-wrap: break-word;
	font-size: 28px;
	line-height: 35px;
}

.edit-ul td label, .form_kontragent td label {
	margin-top: -15px;
	display: block;
}

.edit-ul td label input, .form_kontragent td label input{
	padding-top: 0;
	height: 23px;
}

#delivery_262 .geo-select {
	margin-bottom: 7px;
}

input:disabled {
	background-color: #ddd;
}

.padding-container {
	padding-left: 10px;
}

.member-list h3 {
	margin-top: 15px;
	background-color: red;
	color: #fff;
	padding: 10px;
}
.member-list article.item {
	width: 157px;
	height: 260px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	background: none;
	margin-bottom: 19px;
	border: none;
}

.member-list article.item.last {
	margin-right: 0px;
}



.member-list article.item div.image {
	height: 157px;
	width: 157px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 2px solid red;
	margin-bottom: 5px;
	background-color: #fff;
}
.member-list article.item div.image img {
	height: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
}

.member-list article.item div.image img#dmko {
	margin-top: 45px;
	margin-left: 10px;
	height: 145%;
}

.member-list article.item div.image img#shok {
	margin-left: -12px;
	margin-top: 15px;
	height: 110%;
}

.member-list article.item div.image img#bola {
	margin-left: 6px;
}

.member-list article.item div.image img#zavl {
	margin-left: 8px;
	margin-top: 5px;
}

.member-list article.item div.image img#mira {
	margin-left: 6px;
	margin-top: 10px;
}

.member-list article.item div.image img#evpr {
	margin-top: 35px;
	margin-left: -10px;
	height: 105%;
}

.member-list article.item div.image img#riva {
	margin-top: 22px;
}

.member-list article.item div.image img#seda {
	margin-left: 5px;
}

.member-list article.item div.image img#jaja {
	margin-left: 10px;
	margin-top: -10px;
	height: 110%;
}

.member-list article.item div.image img#slal {
	margin-left: 10px;
	margin-top: 20px;
}

.member-list article.item div.image img#dink {
	margin-left: 10px;
}

.member-list article.item div.image img#antm {
	margin-top: 10px;
}

.member-list article.item div.image img#vera {
	margin-left: -20px;
	margin-top: 15px;
}

.member-list article.item div.image img#hlna {
	margin-left: -10px;
	margin-top: 10px;
}

.member-list article.item div.image img#anas {
	margin-top: -10px;
}

.member-list article.item div.image img#egma {
	margin-top: 0px;
	margin-left: 10px;
	height: 120%;
}
.member-list article.item div.image img#pool {
	margin-top: 0px;
	margin-left: 5px;
	height: 110%;
}

.member-list article.item div.image img#aian {
	margin-top: 5px;
	margin-left: 5px;
}

.member-list article.item div.image img#igsv {
	margin-top: 13px;
	margin-left: 5px;
	height: 155%;
}

.member-list article.item div.image img#klse {
	margin-top: -10%;
	margin-left: 7%;
	height: 124%;
}

.member-list article.item div.image img#azan {
	margin-top: -8%;
	margin-left: 4%;
	height: 130%;
}

.member-list article.item div.image img#kual {
	margin-top: 5%;
	margin-left: 8%;
	height: 125%;
}

.member-list article.item div.image img#sadi {
	margin-top: -5%;
	margin-left: 0;
	height: 155%;
}

.member-list article.item div.image img#defa {
	margin-top: -15%;
	margin-left: 0;
	height: 106%;
}

.member-list article.item div.image img#defa {
	margin-top: 15%;
	margin-left: 0;
	height: 115%;
}



.member-list article.item div.image img#piek {
    margin-top: -5%;
    margin-left: 5px;
    height: 135%;
}

.member-list article.item div.image img#izul {
	margin-top: -15%;
	height: 120%;
}

.member-list article.item div.image img#mian {
	margin-top: -5%;
	margin-left: 1px;
	height: 139%;
}

.member-list article.item div.image img#puvl {
	margin-top: -5%;
	margin-left: 5px;
	height: 139%;
}

.member-list article.item div.image img#laek {
	margin-top: -5%;
	margin-left: 2px;
	height: 139%;
}

.member-list article.item div.image img#cian {
    margin-top: -8%;
    margin-left: 2px;
    height: 139%;
}

.member-list article.item div.image img#koel {
	margin-top: -5%;
	margin-left: 0;
	height: 139%;
}

.member-list article.item div.image img#savi {
	margin-top: -5%;
	margin-left: 5px;
	height: 139%;
}

.member-list article.item div.data {
	border-radius: 5px;
	overflow: hidden;
	border: 2px solid red;
	background-color: #fff;
}

.member-list article.item p.member {
	text-align: center;
	font-weight: bold;
	background-color: red;
	color: #fff;
	width: 100%;
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
}
.member-list article.item p.role, .member-list article.item p.dob, .member-list article.item p.email {
	text-align: center;
	font-weight: bold;
	color: #555;
	width: 100%;
	margin: 0;
	padding: 3px;
	box-sizing: border-box;
	font-size: 10px;
}

.vacancy-block {
	margin: 25px;
}

.vacancy-item {
	padding:10px;
	border: 1px solid red;
	background-color: #fff;
}

.vacancy-item h3 {
	background-color: red;
	margin: -10px -10px 0 -10px;
	padding: 10px;
	color: #fff;
}

.vac_line {
	font-weight: bold;
}

.vacancy-block img {
	width: 100%;
	text-align: left;
}
.vacancy-block .img-right {
	float: right;
	width: 25%;
}

.vacancy-block .text-left {
	width: 73%;
}

#header .main-menu ul.ul-okomp {
	width:105%;
}

.order-comment {
	padding: 10px;
}

.order-comment label {
	vertical-align: top;
	margin-right: 5px;
}

.nomargin-nopadding-tb {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.nobg {
	background: none !important;
}
.text-left {
	text-align: left !important;
}
.top-advert {
	width: 983px;
	margin: 0px auto;
	text-align: center;
	padding: 5px;
	font-size: 14px;
}

.comment {
	margin-top: 10px;
}


.rating-item-comment {

}

.answer {
	padding-top: 5px;
	padding-left: 20px;
}


#news-list .items .item {
    float: left;
    border: 2px solid #ccc;
    margin: 20px;
    width: 460px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
    height: 395px;
    position: relative;
}
#news-list .items .item .news-preview-content {
    padding: 15px;
}

#news-list .items .item .news-preview-content .more {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

#news-list .item .image img {
    width: 100%;
    height: 197px;
}

#news .date {
    position: absolute;
    right: 0;
}

.right-filter-block.parts {
	border: none;
}

.li_gte {
	background-color: red !important;
	background-image: none !important;
}

.li_gte>a {
	color: white !important;
	font-weight: bold;
}

.li_gte>a>img {
	padding-bottom: 2px;
}

.part-top>h1>img {
	padding-bottom: 6px;
}

.special-novinki-jcarousel ul li a h3,
.special-recomend-jcarousel ul li a h3,
.special-select-jcarousel ul li a h3
{
	background-color: #999999;
}

.main-yt h1 {
	margin-bottom: 21px;
}

.main-yt iframe {
	width: 224px;
	height: 195px;
	border: 3px solid #ffffff;
}

.main-yt iframe:nth-of-type(1) {
	margin-right:7px;
}

.main-yt iframe:nth-of-type(2) {
}

.main-yt iframe:nth-of-type(3) {
	position: absolute;
	right:0;
}

.main-yt a, .main-yt a:visited {
	color: #303030;
}

.good_article {
	overflow: hidden;
	white-space: nowrap;
	max-width: 83%;
	display: inline-block;
}

.bottom-category-text {
	margin-top: 20px;
}

.bottom-category-text ol {
	list-style: decimal;
}

.bottom-category-text h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

.tag-bage-wrapper {
	display: inline-block;
	position: absolute;
	left: 25px;
}



.tag-bage-counter {
	padding-right: 3px;
	background-color: #bbb;
	border-radius: 5px;
}

.tag-bage-link {
	text-decoration: none;
	border-radius: 5px;
	padding: 0 3px;
}

.tag-bage-counter .tag-bage-link {
	text-decoration: none;
	border-radius: 5px 0 0 5px;
	padding: 0 0 0 3px;
}


.guaranty-links-container {

}

.guaranty-link {
	width: 200px;
	height: auto;
	margin-left: 100px;
	display: inline-block;
}

.guaranty-link:last-child {
	margin-right: 0;
}

.guaranty-link img {
	width: 100%;
	height: auto;
	display: block;
}

.reclamation-button {
	display: inline-block;
	padding: 15px 10px;
	background-color: #ff0000; /* Красный цвет */
	color: #ffffff; /* Белый текст */
	text-decoration: none;
	text-transform: uppercase; /* Заглавные буквы */
	font-weight: bold;
	text-align: center;
	border: none;
	cursor: pointer;
}

.reclamation_h_image {
	height: 32px;
}

a.h2 {
    text-decoration: none;
    text-decoration-line: none;
}

.scroll-to-top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 1000;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: url('/images/up.png') no-repeat center / contain;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.scroll-to-top.is-visible {
	opacity: 1;
	visibility: visible;
}

@media all and (max-width: 767px) {
	.scroll-to-top {
		right: 12px;
		bottom: 12px;
		width: 53px;
		height: 53px;
	}
}
