* {
    margin:0px;
    padding:0px;
    list-style:none;
}
a {
    outline: none;
    color: #000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
img {
    border: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table td {
    vertical-align: top;
}
h1 {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size:  21px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
h2 {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size:  16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
p {
    line-height: 20px;
}
.clear {
    clear:both;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
html, body {
    min-height:100%;
}
body {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size:13px;
    color:#000;
    min-width: 1200px;
    background: url(../img/bg.png) top center repeat-x;
	background-size: contain;
}
.wrapper {
    width: 1200px;
    min-width: 1200px;
    margin: 0px auto;
}
@media screen and (max-width:1200px) {
    .wrapper {
        width: 100%;
		min-width: 100%;
    }
}
#container {
    min-height: 100%;
    height: 100%;
}
#container > .wrapper {
    background: #FFF;
    box-shadow: 0px 0px 10px 4px #333;
}
header {
	position: relative;
	z-index: 150;
	background: #FFF;
	border-bottom: #da3738 1px solid;
}
header div.menu {
    float: left;
    width: 300px;
    height: 280px;
    background: #da3738;
    position: relative;
    z-index: 500;
}
header .menu .collapse > ul {
	padding: 38px 0px 39px;
	padding: 12px 0px 0px;
}
@-moz-document url-prefix() { 
	header .menu .collapse > ul {
		padding: 35px 0px;
		padding: 21px 0px 22px;
	}
}
header .menu .collapse > ul > li {
    padding: 5px 0px;
    position: relative;
    /* z-index: 300; */
 /*   margin-top: 2px;*/
}
header .menu .collapse > ul > li .caret {
    display: none;
}
header .menu .collapse > ul > li > a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 50px;
}
header .menu .collapse > ul > li.active > a,
header .menu .collapse > ul > li:hover > a {
    border-left: #FFF 7px solid;
    padding-left: 43px;
}
header .menu .collapse > ul > li > ul {
    position: absolute;
    top: 26px;
    left: 0px;
    background: #ED5455;
    z-index: 100;
    padding: 0px 0px;
    width: 300px;
    display: none;
	top: 0px;
	left: 300px;
}
header .menu .collapse > ul > li > ul > li > ul {
	margin-top: 5px;
	background: #EA6C6D;
	display: none;
}
header .menu .collapse > ul > li > ul > li > ul > li > ul {
	margin-top: 5px;
	background: #F28788;
	display: none;
}
header .menu .collapse > ul > li > ul li {
    padding: 5px 0px;
}
header .menu .collapse > ul > li > ul a {
    padding-left: 50px;
    color: #FFF;
    text-decoration: none;
	display: inline-block;
	padding-right: 5px;	
	
    padding-left: 25px;
	padding-right: 15px;	
}
header .menu .collapse > ul > li > ul li.blue {
    background: #354569;
}
header .menu .collapse > ul > li li.open > a,
header .menu .collapse > ul > li li.active > a,
header .menu .collapse > ul > li li a:hover {
    border-left: #FFF 7px solid;
    padding-left: 43px;
	
    padding-left: 18px;
}
/*header .menu .collapse > ul > li.open2 > ul,
header .menu .collapse > ul > li > ul > li.active > ul,
header .menu .collapse > ul > li > ul > li.active > ul > li.active > ul {
	display: block;
}*/
header .menu .collapse > ul > li.item-199.active > ul > li.active > ul > li.active > ul,
header .menu .collapse > ul > li.item-199.active > ul > li.active > ul,
header .menu .collapse > ul > li.item-199.active > ul {
	display: block;
}
header .menu .collapse > a {
    background: #354569;
    display: block;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 14px 0px 14px 50px;
    margin-top: 17px;
}
header .menu .collapse > a > span {
    background: #27334d url(../img/icon-cart.png) center center no-repeat;
    display: inline-block;
    width: 44px;
    height: 44px;
    float: right;
    margin: -13px 0px;
}
header .menu .collapse > a:hover {
    background: #435478;
}
header .logo {
    float: left;
    margin: 35px 0px 0px 150px;
}
header .rt {
    float: right;
    margin-top: 25px;
    width: 280px;
}
header .rt .timedate {
    color: #8c8c8c;
    border-bottom: #eaeaea 1px solid;
    padding-bottom: 25px;
}
header .rt .timedate strong {
    color: #323232;
    display: inline-block;
    margin-top: 10px;
    font-size: 20px;
}
header .rt .timedate span {
    color: #898989;
    font-size: 16px;
}
header .rt .phone {
    padding-top: 20px;
}
header .rt .phone span {
    color: #8b8b8b;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 15px;
    background: url(../img/icon-phone2.png) 0px 8px no-repeat;
    padding-left: 25px;
}
header .rt .phone span .bannergroup div {
	font-size: 12px;
	font-weight: normal;
	text-align: right
}
header .rt .phone strong {
    color: #323232;
    font-size: 24px;
    font-weight: 600;
}
header .rt .phone > a {
    font-size: 11px;
    /* color: #8d8d8d;
    text-decoration: none;
    border-bottom: #8d8d8d 1px dotted; */
   text-decoration: none;
     display: inline-block;
     border: #ed2225 2px solid; 
     width: 80%;
     text-align: center;
     text-transform: uppercase;
     padding: 8px 0px;
     border-radius: 20px;
     font-weight: bold;
     background: #ed2225;
     color: #FFF;
     margin-bottom: 5px; 
}
header .rt .phone a:hover {
    background: #FFF;
    color: #ed2225;
}
header .rt .phone span.email {
    background: url(../img/icon-email2.png) 0px 3px no-repeat;
	font-size: 16px;
}
header .rt .phone span.email a {
	color: #8b8b8b;
}
#slider {
    width: 1200px;
    height: 518px;
    position: relative;
}
#slider .cycle-slideshow {
    height: 518px;
}
#slider .cycle-loading {
    background: url(../img/loading.gif) center center no-repeat;
}
#slider .box {
    position: relative;
    display: inline-block;
    width: 1200px;
    height: 518px;
}
#slider .box img {
	width: 100%;
}
#slider .box .caption.right-bottom,
#slider .box .caption {
    color: #FFF;
    position: absolute;
    bottom: 75px;
    /*right: 90px;*/
    right: 75px;
    text-align: right;
}
#slider .box .caption.left-top {
	right: inherit;
	bottom: inherit;
	left: 75px;
	top: 75px;
}
#slider .box .caption.left-bottom {
	right: inherit;
	left: 75px;
	bottom: 75px;
}
#slider .box .caption.right-top {
	bottom: inherit;
	right: 75px;
	top: 75px;
}
#slider .box .caption .title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
#slider .box .caption.white .title a,
#slider .box .caption .title a {
    color: #FFF;
    text-decoration: none;
}
#slider .box .caption.black .title a {
	color: #333;
}
#slider .box .caption.blue .title a {
	color: #354569;
	text-shadow: 0px 0px 6px #FFF;
}
#slider .box .caption.shadow .title a {
	text-shadow: 0px 0px 6px #333;
}
#slider .box .caption .title a:hover {
    text-decoration: underline;
}
#slider .box .caption .text {
    font-size: 18px;
}
#slider .box .caption .text h2,
#slider .box .caption .text h1 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}
#slider .next,
#slider .prev {
    position: absolute;
    top: 50%;
    width: 63px;
    height: 39px;
    display: block;
    z-index: 500;
    margin-top: -20px;
    cursor: pointer;
}
#slider .next {
    right: 0px;
    background: url(../img/slider-next.png) 0px 0px no-repeat;
}
#slider .prev {
    left: 0px;
    background: url(../img/slider-prev.png) 0px 0px no-repeat;
}
#slider .next:hover {
    background: url(../img/slider-next-hover.png) 0px 0px no-repeat;
}
#slider .prev:hover {
    background: url(../img/slider-prev-hover.png) 0px 0px no-repeat;
}
section #content {
    float: left;
    width: 900px;
    width: 760px;
    padding: 90px 70px 40px;
    box-shadow: 5px 0px 20px 2px #888;
    position: relative;
    z-index: 5;
	min-height: 300px;
    min-height: 1020px; 
	min-height: 1300px;	
}
section #sidebar {
    float: left;
    width: 300px;
}
section #sidebar h2 {
    padding: 15px 35px 15px 50px;
    background: #eaeaea;
    margin-bottom: 20px;
}
section #sidebar .block-links {
    padding: 0px 35px 20px;
}
section #sidebar .block-links li {
    list-style: none;
    padding: 4px 0px;
}
section #sidebar .block-links li a {
    background: url(../img/icon-list.png) 0px 4px no-repeat;
    color: #8b8b8b;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    margin-left: -5px;
    padding-left: 20px;
}
section #sidebar .block-links li a:hover {
    background-image: url(../img/icon-list2.png);
    color: #333333;
}
section #sidebar .block-phone {
    padding: 0px 35px 20px;
}
section #sidebar .block-phone span {
    color: #8c8c8c;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    margin-left: -5px;
    margin-bottom: 10px;
    background: url(../img/icon-phone2.png) 0px 2px no-repeat;
    padding-left: 20px;
}
section #sidebar .block-phone span strong {
    color: #343434;
}
section #sidebar .block-phone a.email {
    color: #8b8b8b;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 14px;
    margin-left: -5px;
    background: url(../img/icon-email.png) 0px 2px no-repeat;
}
section #sidebar .block-phone a.btn {
    display: inline-block;
    color: #ed2225;
    border: #ed2225 2px solid;
    text-decoration: none;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0px;
    border-radius: 20px;
    font-weight: bold;
}
section #sidebar .block-phone a.btn.active,
section #sidebar .block-phone a.btn:hover {
    background: #ed2225;
    color: #FFF;
}

.block-phone2 a.btn {
    display: inline-block;
    color: #ed2225;
    border: #ed2225 2px solid;
    text-decoration: none;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0px;
    border-radius: 20px;
    font-weight: bold;
}
.block-phone2 a.btn.active,
.block-phone2 a.btn:hover {
    background: #ed2225;
    color: #FFF;
}

.block-phone2 {
width: 282px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
margin-top: 25px;
}



section #sidebar .block-form {
    padding: 0px 35px 20px;
    border-bottom: #eaeaea 1px solid;
}
section #sidebar .block-form textarea,
section #sidebar .block-form input[type="text"] {
    border: #eaeaea 2px solid;
    border-radius: 6px;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size:13px;
    padding: 8px 15px;
    margin-bottom: 10px;
    width: 86%;
}
section #sidebar .block-form textarea {
    height: 100px;
}
section #sidebar .block-form input.btn {
    color: #ed2225;
    border: #ed2225 2px solid;
    text-decoration: none;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0px;
    border-radius: 20px;
    font-weight: bold;
    background: #FFF;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}
section #sidebar .block-form input.btn:hover {
    background: #ed2225;
    color: #FFF;
}

section #content .big-size {
    font: 21px bold Arial, Helvetica, Geneva, sans-serif;
    text-transform: uppercase;
}

section #content .block-boxs {
    border-bottom: #eaeaea 1px solid;
    margin: 0px -70px 60px;
    padding: 0px 70px 50px;
}
section #content .block-boxs .box {
    float: left;
    margin-left: 12px;
    width: 245px;
    height: 246px;
    position: relative;
    overflow: hidden;
}
section #content .block-boxs .box:first-child {
    margin-left: 0px;
}
section #content .block-boxs .box .caption {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: rgba(216, 60, 61, 0.75);
    padding: 15px 20px;
    color: #FFF;
    z-index: 10;
}
section #content .block-boxs .box .caption .title {
    margin-bottom: 6px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
section #content .block-boxs .box .readmore {
    background: rgba(216, 60, 61, 0.6);
    position: absolute;
    top: -246px;
    left: 0px;
    width: 245px;
    height: 246px;
    z-index: 5;
}
section #content .block-boxs .box .readmore .lt {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #FFF;
}
section #content .block-boxs .box .readmore .rt {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: url(../img/icon-plus.png) 0px 0px no-repeat;
    width: 32px;
    height: 32px;
}
section #content {

}
section #content p {
    margin-bottom: 15px;
	text-align: justify;
}
section #content img {
	max-width: 100%;
    height: auto;
}
section #content hr {
	border: none;
	border-top: #CCC 1px solid;
	margin-bottom: 15px;
}
section #content ul,
section #content ol {
	margin-bottom: 15px;
	margin-left: 20px;
    line-height: 18px;
}
section #content ul li,
section #content ol li {
	margin-bottom: 10px;
}
section #content ul li {
    list-style: disc;
}
section #content ol li {
    list-style: decimal;
}
section #content div.table {
    overflow: auto;
}
section #content table {
    border: #bbb 1px solid;
    margin-bottom: 15px;
}
section #content .table {
    margin-bottom: 15px;
}
section #content .table table {
    margin-bottom: 0px;
}
section #content table th,
section #content table td {
	padding: 4px 8px;
}
section #content table th {
	background: #da3738;
	border: #FFF 1px solid;
	color: #FFF;
}
section #content table td {
	border: #bbb 1px solid;
}

section #content .pagination {
	text-align: center;
	font-size: 11px;
	color: #888;
}
section #content .pagination p {
	margin-bottom: 5px;
}
section #content .pagination ul {
	margin: 0px;
}
section #content .pagination ul li {
	margin: 0px 4px;
	display: inline-block;
	list-style: none;
}
section #content .pagination ul li.active a {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
section #content .warning {
    text-transform: uppercase;
    color: #ed2323;
    font-weight: bold;
}
section #content .btn-white {
    color: #333333;
    border: #eaeaea 2px solid;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    background: #FFF;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
section #content .btn-white:hover {
    background: #eaeaea;
}
section #content .btn-white .icon-ecxel {
    background: url(../img/icon-excel.png) 0px 0px no-repeat;
    width: 30px;
    height: 29px;
    display: inline-block;
    position: relative;
    top: 9px;
    margin-top: -15px;
    margin-left: 10px;
}
section #content .btn-white .icon-phone {
    background: url(../img/icon-phone.png) 0px 0px no-repeat;
    width: 24px;
    height: 23px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-top: -9px;
    margin-left: 10px;
}
section #content .button-winner,
section #content .button-doc,
section #content .button-excel,
section #content .button-pdf {
    color: #333333;
    border: #eaeaea 2px solid;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 55px 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    background: #FFF;
    margin-top: 5px;
    margin-bottom: 5px;
	display: inline-block;
	position: relative;
}
section #content .button-pdf:before {
	position: absolute;
	top: 50%;
	right: 20px;
	content: ' ';
	width: 30px;
	height: 30px;
	background: url(../img/icon-pdf.png) 0px 0px no-repeat;
	margin-top: -15px;
}
section #content .button-excel:before {
	position: absolute;
	top: 50%;
	right: 20px;
	content: ' ';
	width: 30px;
	height: 29px;
	background: url(../img/icon-excel.png) 0px 0px no-repeat;
	margin-top: -15px;
}
section #content .button-doc:before {
	position: absolute;
	top: 50%;
	right: 20px;
	content: ' ';
	width: 30px;
	height: 29px;
	background: url(../img/icon-doc.png) 0px 0px no-repeat;
	margin-top: -15px;
}
section #content .button-winner:before {
	position: absolute;
	top: 50%;
	right: 20px;
	content: ' ';
	width: 30px;
	height: 29px;
	background: url(../img/icon-winner.png) 0px 0px no-repeat;
	margin-top: -15px;
}
section #content .button-winner:hover,
section #content .button-doc:hover,
section #content .button-excel:hover,
section #content .button-pdf:hover {
    background-color: #eaeaea;
}
footer {
    background: #2e3d5e;
    position: relative;
    z-index: 20;
}
footer .lt {
    float: left;
    width: 760px;
    padding: 30px 70px;
}
footer .lt a {
    color: #8597bd;
}
footer .rt {
    float: left;
    width: 230px;
    padding: 30px 35px;
}
footer .lt ul {
    width: 200px;
    margin-left: 80px;
    float: left;
}
footer .lt ul:first-child {
    margin-left: 0px;
}
footer .lt ul li {
    padding: 6px 0px;
}
footer .lt ul li a {
    text-decoration: none;
}
footer .lt ul li a:hover,
footer .lt ul li.active a {
    color: #FFF;
}
footer .copyright {
    color: #8597bd;
    text-align: center;
    background: #354569;
    font-size: 12px;
    padding: 10px 0px;
}

/* ============================================== */

section .breadcrumbs {
	margin-bottom: 25px;
	margin-top: -40px;
	font-size: 11px;
	color: #888;
}
section .breadcrumbs img {
	margin: -5px -4px;
}
section .breadcrumbs a {
	color: #555;
}

section .category-list .category-desc,
section .categories-list .category-desc {
	text-align: justify;
}
section .category-list .preview {
	margin-bottom: 15px;
	text-align: center;
}
section .category-list .preview .info {
	margin: 5px 0px 20px;
	font-style: italic;
}
section .category-list .preview img {
	max-width: 500px !important;
}
section .category-list .cat-children > div,
section .categories-list .cat-children > div {
	margin-bottom: 15px;
}
section .blog .cat-children,
section .category-list .cat-items,
section .category-list .desc-top,
section .categories-list .desc-top,
section .category-list .cat-children,
section .categories-list .cat-children {
	margin-bottom: 25px;
}
section .blog .items-leading > div .img-intro-left,
section .blog .cat-children .pic,
section .category-list .cat-children .pic,
section .categories-list .cat-children .pic {
	width: 150px;
	margin-right: 15px;
	float: left;
}
section .blog .items-leading > div .img-intro-left img,
section .blog .cat-children .pic img,
section .category-list .cat-children .pic img,
section .categories-list .cat-children .pic img {
	width: 95%;
	padding: 3px;
	border: #CCC 1px solid;
}
section .blog .items-leading > div .rt,
section .blog .cat-children .rt,
section .category-list .cat-children .rt,
section .categories-list .cat-children .rt {
	margin-left: 165px;
}
section .blog .items-leading div.box:last-child .img-intro-left,
section .blog .cat-children > div.last .pic,
section .category-list .cat-children > div.last .pic,
section .categories-list .cat-children > div.last .pic {
	margin-bottom: 0px;
}
.cat-children .item .title_description .page-header,
section .blog .items-leading > div .page-header,
section .blog .cat-children .page-header,
section .category-list .cat-children .page-header,
section .categories-list .cat-children .page-header {
	margin-bottom: 5px;
    display: inline-block;
}
section .blog .cat-children > div > div.collapse,
section .category-list .cat-children > div > div.collapse,
section .categories-list .cat-children > div > div.collapse {
	margin-left: 35px;
	display: none;
}
section .blog .items-leading {
	
}
section .blog .items-leading > div.box {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: #CCC 1px solid;
}
section .blog .items-leading > div.box .wbultechnoheat2 {
	margin: 5px 0px 15px !important;
}
section .blog .items-leading > div.box .page-header {
	font-size: 1.17em;
    font-weight: bold;
}
section .blog .items-leading > div div.img_caption {
	width: 100% !important;
}
section .blog .items-leading > div div.img_caption p.img_caption {
	display: none !important;
}
section .blog .items-leading > div .descr {
	margin-bottom: -10px;
}
section .blog .items-leading > div .descr p {
	margin-bottom: 10px !important;
	line-height: 16px;
}
section .blog .items-leading > div .jcomments-links {
	display: none;
}
section .item-page .article-info,
section .blog .items-leading > div .article-info {
	font-size: 11px;
	color: #888;
	margin-bottom: 5px;
}
section .item-page .article-info {
	margin-top: -15px;
    margin-bottom: 20px;
}
section .item-page h3 {
	margin-bottom: 15px;
}
section .item-page img {
	margin: 0px auto !important;
	/*float: none !important;*/
	display: block;
}
section .item-page img[style="float: left;"],
section .item-page img[align="left"] {
	margin: 0px 15px 10px 0px !important;
	float: left !important;
	max-width: 250px !important;
}
section #jc {
	margin-top: 25px;
}
section #jc #comments {
	margin-bottom: 25px;
}
section #jc h4 {
	border: none;
	font-size: 15px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	margin-bottom: 15px;
}
section #jc #comments-footer {
	display: none;
}
section #jc .comment-body {
	margin-top: 5px;
}
section .item-page .item-image img {
	width: 100%;
}
section .item-page div.img_caption {
	width: 100% !important;
	margin: 0px auto 25px;
}
section .item-page div.img_caption img {
	width: auto;
	max-width: 100%;
}
section .item-page div.img_caption p.img_caption {
	text-align: center !important;
    margin-bottom: 0px !important;
    font-size: 11px;
    color: #888;
    line-height: 14px;
}
section #content .formTableLayout {
	margin-bottom: 25px;
}
section #content .formTableLayout td,
section #content .formTableLayout {
	border: none;
	padding: 4px 0px;
}
#content .formorder select,
#content .formorder input[type="text"],
section .formTableLayout textarea,
section .formTableLayout input[type="text"] {
	background: #FFF;
	border: #CCC 1px solid;
	border-radius: 3px;
	padding: 4px 8px;
}
#content .formorder select.error,
#content .formorder input[type="text"].error {
	border: red 1px solid;
}
#content .formorder select {
	width: 187px;
}
#content .formorder input[type="button"],
#content .formorder input[type="submit"],
section input.rsform-submit-button,
section .formTableLayout input[type="submit"] {
    color: #ed2225;
    border: #ed2225 2px solid;
    text-align: center;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: bold;
	background: #FFF;
	cursor: pointer;
	outline: none;
}
#content .formorder input[type="button"]:hover,
#content .formorder input[type="submit"]:hover,
section input.rsform-submit-button:hover,
section .formTableLayout input[type="submit"]:hover {
    background: #ed2225;
    color: #FFF;
}
#content .formorder input[type="reset"] {
    color: #777;
    border: #777 2px solid;
    text-align: center;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: bold;
	background: #FFF;
	cursor: pointer;
	outline: none;
}
#content .formorder input[type="reset"]:hover {
    background: #777;
    color: #FFF;
}
#content .formorder input[type="button"]:disabled,
#content .formorder input[type="submit"]:disabled {
    color: #ECA9AA;
    border: #ECA9AA 2px solid;
	background: #FFF;
}
section .formTableLayout .red {
	color: red;
}
section .formTableLayout td.label {
	width: 100px;
}
section .photogallery {
	border-bottom: #CCC 1px solid;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
section .photogallery a {
	float: left;
	margin-left: 10px;
}
section .photogallery a img {
	height: 100px;
	padding: 3px;
    border: #CCC 1px solid;
}
#content .cat-items-picblock,
section .cat-items-block {
	text-align: center;
}
#content .cat-items-picblock .box,
#content .cat-items-block .box {
	/*width: 350px;*/
	width: 230px;
	/*float: left;*/
	/*margin: 0px 15px;*/
	margin: 0px 10px;
	margin-bottom: 25px;
	height: 230px;
	height: 265px;
	display: inline-block;
}
#content .cat-items-picblock .box,
#content .cat-items-picblock .box td,
#content .cat-items-block .box,
#content .cat-items-block .box td {
	padding: 0px;
	border: none;
	text-align: center;
	vertical-align: top;
}
#content .cat-items-picblock .box td.pic,
#content .cat-items-block .box td.pic {
	height: 160px;
	padding-bottom: 5px;
}
#content .cat-items-picblock .box td.title,
#content .cat-items-block .box td.title {
	height: 35px;
	padding: 0px 35px;
}
#content .cat-items-picblock .box td.title .info,
#content .cat-items-block .box td.title .info {
	margin-top: 10px;
}
#content .cat-items-picblock .box img,
section .cat-items-block .box img {
	max-height: 100%;
}
#content .cat-items-picblock .box td.pic {
	height: 235px;
	vertical-align: middle;
}
#content .cat-items-picblock .box td.title {
	height: auto;
	padding: 0px;
}
#content .cat-items-picblock .box td.title a {
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	font-size: 13px;
}
#content .cat-items-picblock .box td.title a:hover {
	text-decoration: underline;
}
#content .cat-items-picblock .box img {
	max-width: 100%;
}
#content .cat-items-listblock ul {
	/*margin: 0px;*/
    text-align: center;
	margin: 0 auto;
}
#content .cat-items-listblock ul li {
	margin: 0px 0px 15px;
	list-style: none;
	font-weight: bold;
}
#content .cat-items-listblock ul li a {
	text-decoration: underline;
	color: #ED2225;
}
#content .cat-items-listblock ul li a:hover {
	text-decoration: none;
	color: #FF0000;
}
section #content ul li.icon-foto,
section #content ul li.icon-prajs,
section #content ul li.icon-tekhnicheskie-kharakteristiki,
section #content ul li.icon-tablitsa-vybora-moshchnostej,
section #content ul li.icon-tablitsa-vybora-moshchnosti-konvektora {
	display: inline-block;
	margin: 0px 10px;
	list-style: none;
	text-align: center;
	vertical-align: top;
}
section #content ul li.icon-foto a,
section #content ul li.icon-prajs a,
section #content ul li.icon-tekhnicheskie-kharakteristiki a,
section #content ul li.icon-tablitsa-vybora-moshchnostej a,
section #content ul li.icon-tablitsa-vybora-moshchnosti-konvektora a {
	display: inline-block;
	width: 168px;
	padding-top: 90px;
}
section #content ul li.icon-foto {
	margin-left: -20px;
}
section #content ul li.icon-foto a {
	background: url(../img/icon-foto.png) top center no-repeat;
}
section #content ul li.icon-prajs a {
	background: url(../img/icon-prajs.png) top center no-repeat;
}
section #content ul li.icon-tekhnicheskie-kharakteristiki a {
	background: url(../img/icon-tekhnicheskie-kharakteristiki.png) top center no-repeat;
}
section #content ul li.icon-tablitsa-vybora-moshchnostej a,
section #content ul li.icon-tablitsa-vybora-moshchnosti-konvektora a {
	background: url(../img/icon-tablitsa-vybora-moshchnosti-konvektora.png) top center no-repeat;
}

.menu .item-134 {
	display: none;
}
section #content table td {
	vertical-align: middle;
}
section #content table.notable,
section #content table.notable td {
	border: none;
	vertical-align: middle;
}
section #content .item-image {
	text-align: center;
	margin-bottom: 15px;
}
section #content .item-image .info {
	font-style: italic;
	margin-top: 10px;
}
section #content .item-image img {
	
}
.hide-menu {
	display: none;
}
section #sidebar .block-precent {
	text-align: center;
}
section #sidebar .block-precent img {
	width: 230px;
}
section #sidebar .block-precent a {
	display: inline-block;
	margin-bottom: 15px;
}
section #content ul.category.list-condensed {
	margin-left: 0px;
	text-align: center;
	margin-bottom: -15px;
}
section #content .category-list.tech-doc ul.category.list-condensed {
	text-align: left;
	margin-left: 20px;
	margin-bottom: 25px;
}
#content .formorder {
	position: relative;
}
#content .formorder .message {
	position: relative;
}
#content .formorder .message > div {
	position: absolute;
	top: -18px;
	left: 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	width: 100%;
	display: none;
}
#content .formorder .step2 {
	display: none;
}
#content .formorder .step1 .center {
	width: 365px;
	width: 470px;
	margin: 0px auto;
}
#content .formorder .step2 .center {
	width: 322px;
	margin: 0px auto;
}
#content .formorder .label {
	margin-bottom: 8px;
}
#content .formorder .label.btn {
	text-align: center;
}
#content .formorder .label label .red {
	color: red;
}
#content .formorder .step1 .label label {
	width: 170px;
	width: 275px;
	display: inline-block;
}
#content .formorder .step2 .label label {
	width: 130px;
	display: inline-block;
}
#content .formorder .step2 .btn.right {
	text-align: right;
	margin-bottom: 10px;
	margin-top: -5px;
}
#content .formorder .step2 .label label.radio,
#content .formorder .step1 .label label.radio {
	width: auto;
}
#content .formorder .results2,
#content .formorder .results {
	margin-bottom: 5px;
	text-align: center;
}
#content .formorder .results2 .loading,
#content .formorder .results .loading {
	height: 100px;
	width: 100%;
	background: url(../img/loading.gif) center center no-repeat;
}
#content .formorder .results2 .msg-red,
#content .formorder .results .msg-red {
	font-weight: bold;
	padding: 15px 0px;
	color: red;
}
#content .formorder .results2 .msg-gray,
#content .formorder .results .msg-gray {
	font-weight: bold;
	padding: 15px 0px;
	color: #777;
}
#content .formorder .results2 label,
#content .formorder .results label {
    display: inline-block;
    margin: 0px 5px 10px;
	cursor: pointer;
}
#content .formorder .results2 label div,
#content .formorder .results label div {
    width: 225px;
    border: #aaa 2px solid;
    padding: 5px;
	border-radius: 8px;
	text-align: left;
}
#content .formorder .results2 label span,
#content .formorder .results label span {
    color: #888;
    font-size: 11px;
    display: inline-block;
    line-height: 16px;
    margin-top: 3px;
}
#content .formorder .results2 label input,
#content .formorder .results label input {
	display: none;
}
#content .formorder .results2 label.radio input:checked + div,
#content .formorder .results label.radio input:checked + div {
	border-color: #ED2225;
}
#content .formorder .results2 table.excel td.c,
#content .formorder .results table.excel td.c {
	text-align: left;
}
#content .formorder .results2 table.excel td.ch,
#content .formorder .results table.excel td.ch {
    background: #EEE;
    width: 13px;
}
#b1c_cr {
	display: none;
}
#content table.table-small {
	font-size: 11px;
}
.modal {
	position: relative;
	z-index: 1000;
	display: none;
}
.modal .black {
	z-index: 1000;
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #333;
}
.modal .box {
	text-align: left;
    height: auto;
    position: fixed;
    margin: 0 auto;
    background: #fff;
    top: 15%;
    left: 35%;
    width: 350px;
    z-index: 1010;
    border-radius: 3px;
    box-shadow: 0 0 50px #444;
}
.modal .box h1 {
    box-shadow: 0 -1px 0 red;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid red;
    background: red;
    background-image: linear-gradient(bottom, red 0%, #fd5d5d 100%);
    background-image: -o-linear-gradient(bottom, red 0%, #fd5d5d 100%);
    background-image: -moz-linear-gradient(bottom, red 0%, #fd5d5d 100%);
    background-image: -webkit-linear-gradient(bottom, red 0%, #fd5d5d 100%);
    background-image: -ms-linear-gradient(bottom, red 0%, #fd5d5d 100%);
    background-image: -webkit-gradient(linear, left bottom,	left top, color-stop(0, red), color-stop(1, #fd5d5d ) );
    color: #fff;
    text-shadow: 0 -1px 0 #333;
    font-size: 13px;
    margin: 0;
    padding: 14px 0 7px 10px;
	font-weight: normal;
}
.modal .box .close {
	position: absolute;
	top:12px;
	right:12px;
    background: url(../img/close.png) no-repeat;
    text-decoration: none;
    width: 13px;
    height: 13px;
    cursor: pointer;
    box-shadow: 0 1px 0 red;
}
.modal .box > div.t {
    padding: 10px;
    border-radius: 7px 0;
	font-size: 13px;
}
.modal .box > div.t label {
	font-weight: bold;
	display: block;
}
.modal .box > div.t label .red {
	color: red;
}
.modal .box > div.t input[type="text"] {
	background: #F3F0EB;
    border: 1px solid #ccd1da;
    border-radius: 2px;
    width: 97%;
    color: #4b5362;
    font-size: 12px;
    padding: 5px 5px !important;
    margin: 5px 0 10px 0;
}
.modal .box > div.t input[type="text"].error {
	border: red 1px solid;
}
.modal .box > div.t input[type="submit"] {
	-webkit-appearance: none;
    -webkit-border-radius: 0;
    color: #fff;
    padding: 3px 25px 4px 35px;
    font-size: 13px;
    border-radius: 5px;
    cursor: pointer;
    background: red;
    background-image: linear-gradient(bottom, red 0%, #fd5d5d 100%);
    background-image: -o-linear-gradient(bottom, red 0%, #fd5d5d 100%);
    background-image: -moz-linear-gradient(bottom, red 0%, #fd5d5d 100%);
    background-image: -webkit-linear-gradient(bottom, red 0%, #fd5d5d 100%);
    background-image: -ms-linear-gradient(bottom, red 0%, #fd5d5d 100%);
    background-image: -webkit-gradient(linear, left bottom,	left top, color-stop(0, red), color-stop(1, #fd5d5d ) );
    border: 1px solid red;
    border-top: 1px solid red;
    text-shadow: 0 -1px 0 red;
    box-shadow: 0 -1px 0 red, 0 1px 1px #eee;
}
.modal .box > div.t div.btn {
	text-align: center;
}
.modal .box > div.t .message {
	position: relative;
}
.modal .box > div.t .message > div {
	position: absolute;
	top: -5px;
	left: 0px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: red;
	width: 100%;
	display: none;
}

.heading2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(234, 234, 234);
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    color: rgb(0, 0, 0);
    display: block;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 36px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 35px;
    padding-top: 15px;
    text-transform: uppercase;
}


.headingli li {
list-style: none;
margin: 3px 0px 3px 22px;
float: left;
width: 125px;
}




.modal-heading {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgb(255, 0, 0);
    background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(red), to(rgb(253, 93, 93)));
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(255, 0, 0);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: rgb(255, 0, 0) 0px -1px 0px 0px;
    color: rgb(255, 255, 255);
    display: block;
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 15px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 14px;
    text-align: left;
    text-shadow: rgb(51, 51, 51) 0px -1px 0px;
    text-transform: uppercase;
}

/* Пользовательские стили */

.wbblockquotetechnoheat {
    display: block;
    border-radius: 0px;
    padding: 15px 15px 15px 15px;
    line-height: 18px;
    box-shadow: 3px 1px 5px 2px #888888;
    margin: 15px 0;
    font-size: 100%;
    font-weight: 600;
    color: #FFF;
    background: none repeat scroll #DA3738;
}
.wbblockquotetechnoheat a {
	color: #FFF;
}
section #content .wbultechnoheat {
    display: block;
    border-radius: 0px;
    padding: 15px 15px 5px 40px;
    box-shadow: 3px 1px 5px 2px #888888;
    margin: 15px 0;
    font-size: 100%;
    font-weight: 600;
    color: #FFF;
    background: none repeat scroll 0 0 #354569;
}
section #content .wbultechnoheat a {
    color: #FFF;
    text-decoration: underline;
}
section #content .wbultechnoheat a:hover {
    text-decoration: none;
}

.btn-red {
    color: #FFF;
    border: #eaeaea 2px solid;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    background: #DA3738;
    margin-top: 5px;
    margin-bottom: 5px;
    float: none;
}
.btn-red:hover {
    background: #c10020;
}

.wbultechnoheat2 {
  width: 80%;
  border-left: 5px solid #DA3738;
  padding-left: 20px;
  margin: 15px 0 15px 0px;
  font-size: 100%;
/*  font-weight: 500;*/
  color: #DA3738;
  line-height: 18px;
}

.statimg {
border: 2px solid #DEE2E5;
float:left;
margin-right:10px;
}

/* новый тип списка 

.wbultechnoheat li {
  list-style: none;
  padding-left: 40px;
  background: url(images/картинка.jpg) 0 0 no-repeat;
  min-height: 26px;
  margin-bottom: 15px;
}

.wbultechnoheat li:nth-child(2n) { 
  list-style: none;
  padding-left: 40px;
  background: url(images/картинка.jpg) 0 0 no-repeat;
  min-height: 26px;
  margin-bottom: 15px;
}

.wbultechnoheat li:nth-child(2n+1) { 
  list-style: none;
  padding-left: 40px;
  background: url(images/картинка.jpg) 0 0 no-repeat;
  min-height: 26px;
  margin-bottom: 15px;
}

*/

/* Новое меню */
header div.addmenu {
    float: left;
    width: 100%;
    height: 50px;
    background: #354569;
    position: relative;
    z-index: 999;
}
header .addmenu > ul {
	padding: 38px 0px 39px;
	padding: 15px 0px 10px;
	width:85%;
	float:left;
}
@-moz-document url-prefix() { 
	header .menu > ul {
		padding: 35px 0px;
		padding: 21px 0px 22px;
	}
}
header .addmenu > ul > li {
    padding: 2px 0px;
    position: relative;
    /* z-index: 300; */
    display:inline-block;
}
header .addmenu > ul > li > a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 50px;
}
header .addmenu > ul > li.active > a,
header .addmenu > ul > li:hover > a {
    text-decoration: underline;	
}

header .addmenu > ul > li > a.order_convector {
    text-decoration: none;
    border: #ed2225 2px solid;
    border-radius: 20px;
    font-weight: bold;
    background: #ed2225;
    color: #FFF;
    padding: 4px 8px;
}

header .addmenu > ul > li.active > a.order_convector,
header .addmenu > ul > li:hover > a.order_convector {
    background: #354569;
    color: #FFF;
}

/* Новое меню скролл */
header div.addmenu2 {
    float: left;
    height: 50px;
    background: #354569;
    position: fixed;
    z-index: 999;
    display: none;
    top: 0;
    transition: top 1s;
}

header .addmenu2 > ul {
    padding: 38px 0px 39px;
    padding: 15px 0px 10px;
    float:left;
}
@-moz-document url-prefix() { 
    header .menu > ul {
        padding: 35px 0px;
        padding: 21px 0px 22px;
    }
}
header .addmenu2 > ul > li {
    padding: 2px 0px;
    position: relative;
    z-index: 300;
    display:inline-block;
}
header .addmenu2 > ul > li > a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 50px;
}
header .addmenu2 > ul > li.active > a,
header .addmenu2 > ul > li:hover > a {
    text-decoration: underline; 
}

header .addmenu2 > ul > li > a.order_convector {
    text-decoration: none;
    border: #ed2225 2px solid;
    border-radius: 20px;
    font-weight: bold;
    background: #ed2225;
    color: #FFF;
    padding: 4px 8px;
}

header .addmenu2 > ul > li.active > a.order_convector,
header .addmenu2 > ul > li:hover > a.order_convector {
    background: #354569;
    color: #FFF;
}
header div.ya-share2{
    float:right; 
    display: inline-block; 
    padding-right: 20px; 
    padding-top: 13px;
}

.addmenu2 ~ .wrapper {
    width: 100%; 
}


.diler-button {
  display: inline-block;
    color: #ed2225;
    border: #ed2225 2px solid;
    text-decoration: none;
    width: 45%;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0px;
    border-radius: 20px;
    font-weight: bold;
    margin: 10px 2%;
}

.diler-button:hover {background:#ed2225; color: #fff;}

.item-page .diler-button {
	width: auto !important;
	margin: 0px auto 15px !important;
	padding: 8px 15px;
}

div.comments-policy,
section #comments-form #comments-form-buttons,
section #comments-form p,
#comments .comments-list {
	margin-left: 0px !important;
}
#jc .rbox {
	border-radius: 0px;
}

.item-page  .click-cities .diler-button {
    width: 26% !important;
    margin: 0px 10px 15px !important;
    float: left;
}
.photogallery:after,
.blog  .block-img:after,
.item-page  .block-color:after,
.item-page  .block-color2:after,
.item-page  .block-color3:after,
.item-page  .click-cities:after {
    content: '';
    clear: both;
    display: block;
}
.blog  .block-img .box,
.item-page  .block-color .box {
    text-align: center;
    width: 48%;
    float: left;
    margin: 0px 1% 15px;
}
.item-page  .block-color2 .box {
    text-align: center;
    width: 23%;
    float: left;
    margin: 0px 1% 15px;
}
.item-page  .block-color3 .box {
    text-align: center;
    width: 23%;
    float: left;
    margin: 0px 1% 15px;
}
.blog  .block-img .box img,
.item-page  .block-color3 .box img,
.item-page  .block-color2 .box img,
.item-page  .block-color .box img {
    margin-bottom: 5px !important;
}
.photogallery a {
    text-align: center;
    width: 48%;
    float: left;
    margin: 0px 1% 15px !important;
}