html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background: url('../image/elements/bg.jpg') repeat;
	color: #464646;
	font-family: Tahoma, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .like-h1 {
	color: #000;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
    text-transform: uppercase;
}
.h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
    text-transform: uppercase;
}
.like-h1 {
	margin-bottom: 15px;
}
h2, .h2 {
	color: #000000;
	font-size: 18px;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	border: 1px solid #CCCCCC;
	padding: 6px;
	margin-left: 0px;
	margin-right: 0px;
	border-radius: 3px;
	color: #555555;
	box-shadow: 0 1px 3px #CCC inset;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
ul {
	margin: 0;
	padding: 0;
}
.btn-order {
	background: -webkit-linear-gradient(90deg, rgba(229, 129, 8, 1) 0%, rgba(238, 141, 26, 1) 37%, rgba(253, 162, 55, 1) 100%);
	background: -moz-linear-gradient(90deg, rgba(229, 129, 8, 1) 0%, rgba(238, 141, 26, 1) 37%, rgba(253, 162, 55, 1) 100%);
	background: -o-linear-gradient(90deg, rgba(229, 129, 8, 1) 0%, rgba(238, 141, 26, 1) 37%, rgba(253, 162, 55, 1) 100%);
	background: -ms-linear-gradient(90deg, rgba(229, 129, 8, 1) 0%, rgba(238, 141, 26, 1) 37%, rgba(253, 162, 55, 1) 100%);
	background: linear-gradient(0deg, rgba(229, 129, 8, 1) 0%, rgba(238, 141, 26, 1) 37%, rgba(253, 162, 55, 1) 100%);
	font-family: "Trebuchet MS";
	color:  #ffffff;
	font-size: 12px;
	line-height: 12px;
	padding: 10px 15px;
	text-decoration: none;
	border: 1px solid #e9850c;
	transition: 0.3s;
}
.btn-order:hover {
	background: linear-gradient(0deg, rgba(216, 119, 0, 1) 0%, rgba(239, 130, 0, 1) 37%, rgba(255, 138, 0, 1) 100%);
}
.btn-order > span {
	text-transform: uppercase;
}
/* layout */
#container, .podval, .top {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	/*text-align: right; */
}
#column-left {
	float: left;
	width: 225px;
}
#column-right {
	float: right;
	width: 225px;
}
#content {
	min-height: 400px;
	margin-bottom: 35px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 240px;
}
#column-right + #content {
	margin-right: 240px;
}
/* header */
#top {
	min-height: 22px;
	background: #fff;
	min-width: 1000px;
}
#top a {
	color: #000;
}
.row > #container {
	position: relative;
	z-index: 2;
} 
#top ul {
	list-style: none;
}
#top ul.right-link {
	float: right;
	line-height: 21px;
}
#top ul.right-link li {
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
}
#top #welcome {
	position: absolute;
	right: 0;
	top: 7px;
}
#top #welcome .login {
	text-decoration: none;
	position: relative;
}
#top #welcome .login:before {
	content: "";
	width: 8px;
	height: 6px;
	position: absolute;
	left: -14px;
	top: 5px;
	background-image: url('../image/elements/arrow-r.png');
}
#top #welcome a + a {
	margin-left: 10px;
}
#header {
	height: 150px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: -1px;
	left: 0px;
}
#header .slogan {
	position: absolute;
	top: 15px;
	left: 370px;
	font-size: 18px;
	color:  #004579;
}
#header .contact {
	position: absolute;
	top: 8px;
	right: 1px;
}

#header .contact .phone-block1 {
	display: inline-block;
	font-size: 21px;
	color: #434343;
	float:right;
	text-align:right;
}
#header .contact .phone-block1 + .phone-block {
	margin-left: 30px;
	position: relative;
}
#header .contact .phone-block1 .text {
	display: block;
	font-family: "Trebuchet MS";
	color:  #4b4b4b;
	font-size: 12px;
	line-height: 12px;
}
#header .contact .phone-block1 + .phone-block .text {
	text-align: right;
}

#header .contact .phone-block1 + .phone-block:before {
	content: "";
	width: 16px;
	height: 34px;
	position: absolute;
	left: -23px;
	top: 12px;
	background-image: url('../image/elements/slasher.png');
}





#header .contact .phone-block1 .phone {
	font-family: "Trebuchet MS";
	color:  #000000;
	font-size: 21px;
	padding-left: 10px;
}
#header .contact .phone-block1 + .phone-block .phone {
	padding-left: 0px;
}
#header .contact .phone-block1 .phone .cod {
	font-size: 16px;
}









#header .contact .phone-block {
	display: inline-block;
	font-size: 21px;
	color: #434343;
	text-align:right;
}
#header .contact .phone-block + .phone-block {
	margin-left: 30px;
	position: relative;
}
#header .contact .phone-block .text {
	display: block;
	font-family: "Trebuchet MS";
	color:  #4b4b4b;
	font-size: 12px;
	line-height: 12px;
}
#header .contact .phone-block + .phone-block .text {
	text-align: right;
}
/*#header .contact .phone-block + .phone-block:before {
	content: "";
	width: 16px;
	height: 34px;
	position: absolute;
	left: -23px;
	top: 12px;
	background-image: url('../image/elements/slasher.png');
}*/
#header .contact .phone-block .phone {
	font-family: "Trebuchet MS";
	color:  #000000;
	font-size: 21px;
	padding-left: 10px;
}
#header .contact .phone-block + .phone-block .phone {
	padding-left: 0px;
}
#header .contact .phone-block .phone .cod {
	font-size: 16px;
}
#header .contact .work-time {
	display: block;
	font-family: Tahoma;
	color:  #545454;
	font-size: 10px;
}
#header .contact .callback {
	float: right;
	font-size: 11px;
	color: #fa7b18;
	margin-top: -13px;
}
#header .contact .mail-block {
	margin-top: 5px;
	/*padding-right: 5px;
	*/
	margin-bottom:20px;
}
#header .contact .mail-t {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #4b4b4b;
	padding-right: 3px;
}
#header .contact .mail {
	font-size: 11px;
	color: #fa7b18;
}
#header .contact .btn-order {
	/*position: absolute;*/
	right: 0;
	/*bottom: -8px;*/
	color: #fff;
	float:right;
}

#header #cart {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-right: 2px;
	height: 30px;
	padding-left: 14px;
	padding-right: 14px;
	background: url('../image/cart.png') 0% 50% no-repeat;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #000;
	text-decoration: none;
	display: block;
}
#header #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
	margin-left:30px;
	line-height: 30px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 2px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {
font-weight:700;	
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}

#header #welcome {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 5;
	width: 298px;
	text-align: left;
	color: #999999;
}
#header #welcome a{
	color: #000;
}

/* menu */
#menu {
	height: 40px;
	margin-bottom: 15px;
	position: relative;
	background-color: #00467a;
}

#menu ul {
	list-style: none;
	margin-right: 27px;
	padding: 0;
    overflow: hidden;
}
#menu > ul > li {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	
	
	position: relative;
	float: right;
	z-index: 20;
}
#menu > ul > li + li {
	
}

#menu > ul > li:hover {

}

#menu > ul > li > a {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	display: block;
	z-index: 6;
	padding: 0 27px;
	text-transform: uppercase;
	transition: 0.25s;
}
#menu > ul > li:nth-child(8) > a{
    padding: 0 27px 0 26px;
}
#menu > ul > li:hover > a, #menu > ul > li > a.active {
	background-color:  #ea8711;
	color: #fff;
}
#menu > ul > li div {display: none;}

.breadcrumb {
	min-height: 32px;
	padding-top: 8px;
	line-height: 20px;
	margin-bottom: 10px;
}
.breadcrumb a {
	color: #004579;
}

.welcome p {
	color: #464646;
	font-size: 12px;
	line-height: 1.5;
}
.list-image {
	list-style-image: url(../image/elements/point.png);
    padding-left: 20px; 
}
.list-image li + li {
	margin-top: 10px;
}
.welcome .list-image {
   padding-left: 45px; 
}
.welcome a {
   color: #004579; 
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	padding: 4px 5px;
	text-decoration: none;
	color: #454545;
	background: #F7F7F7;
	min-width: 14px;
	border: 1px solid #cdcdcd;
	text-align: center;
	border-radius: 3px;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EDEDED) );
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EDEDED 100%);
}
.pagination .links b {
	display: inline-block;
	padding: 4px 5px;
	font-weight: normal;
	text-decoration: none;
	color: #df642b;
	min-width: 14px;
	border: 1px solid #df642b;
	text-align: center;
	border-radius: 3px;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EDEDED) );
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #EDEDED 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #EDEDED 100%);
}
.pagination .results {
	float: right;
	font-weight: bold;
	line-height: 24px;
}
#prof-menu .block-menu {
    display: inline-block;
    cursor: pointer;
	width:200px;
	height:236px;
}
#prof-menu .block-menu + .block-menu {
    margin-left: -2px;
}
#prof-menu .block-menu .title {
    display: block;
    padding: 12px 10px;
    text-transform: uppercase;
    color: #fff;
    background-color: rgba(13, 13, 13, 0.81);
    text-align: center;
    margin-top: -19px;
    z-index: 2;
    position: relative;
    bottom: 22px;
    transition: 0.5s;
}
#prof-menu .block-menu:hover .title{
    background-color: rgba(0, 69, 121, 0.85);
}
/* button */
.red-btn, a.button, input.button {
	float: right;
	display: block;
	background: #0250A5;
	padding: 8px 15px;
	margin-top: 10px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	transition: 0.25s;
	border: none;
	cursor: pointer;
}
.red-btn:hover, a.button:hover, input.button:hover {
	background: #FF9900;
}


.buttons {
	background: #FFFFFF;
	
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 37px;
	line-height: 16px;
	border-bottom: 1px solid #e6e6e6;
}
.htabs a {
	padding: 10px 15px 12px 20px;
	float: left;
	font-family: Tahoma;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin-right: 4px;
	display: none;
	color: #fff;
	background-color: #ea8711;
}
.htabs a.selected {
	background: #fff;
	position: relative;
	color: #464646;
}
.tab-content {
	margin-bottom: 40px;
	z-index: 2;
	overflow: visible; /*auto;*/
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
}
#one {
	position: relative;
}
#one .background {
	margin: 50px 0px 50px 35px;
}
.bl {
	position: absolute;
}
.bl .text .line{
	position: relative;
	border-bottom: 1px dotted black;
}

.bl .text .hidden {
	display: none;
	width: 185px;
	/*height: 100px;*/
	overflow: visible; /* hidden; */
	position: absolute;
	left: 100%;
	margin-left: 3px;
	top: -20px;
	background-color: rgba(217, 239, 255, 0.93);
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0px 1px 3px 0px rgba(173, 173, 173, 0.75);
	color: #000000;
	font-size: 10px;
	z-index: 10;
}
.bl:hover .text .hidden {
	display: block;
}
.bl-1 {
	top: 15px;
	left: 25px;
}
.bl .icon, .bl .text {
	display: inline-block;
	vertical-align: top;
}
.bl-1 .icon img {
	padding: 9px 5px;
}
.bl-1 a {
	font-size: 10px;
	color:  #004579;
}
.bl:hover .text {
	color: #f88700;
	cursor: pointer;
}
.bl-2 {
	top: 88px;
	left: 52px;
}
.bl-2 .icon img {
	padding-top: 5px;
	padding-right: 5px;
}
.bl-3 {
	top: 150px;
	left: 72px;
}
.bl-3 .icon img {
	padding-top: 5px;
	padding-right: 5px;
}
.bl-4 {
	top: 217px;
	left: 107px;
}
.bl-4 .icon img {
	padding-top: 5px;
	padding-right: 5px;
}
.bl-5 {
	top: 298px;
left: 162px;
}
.bl-5 .icon img {
	padding-top: 0px;
	padding-right: 5px;
}
.bl-6 {
	top: 293px;
	left: 305px;
}
.bl-6 .icon img {
	padding-top: 0px;
	padding-right: 5px;
}
.bl-7 {
	top: 226px;
	left: 362px;
}
.bl-7 .icon img {
	padding-top: 0px;
	padding-right: 5px;
}
.bl-8 {
	top: 162px;
	left: 413px;
}
.bl-8 .icon img {
	padding-top: 0px;
	padding-right: 5px;
}
.bl-9 {
	top: 92px;
	left: 466px;
}
.bl-9 .icon img {
	padding-top: 0px;
	padding-right: 5px;
}
.bl-10 {
	top: 20px;
	left: 524px;
}
.bl-10 .icon img {
	padding-top: 7px;
	padding-right: 5px;
}
.info-block {
	display: inline-block;
	vertical-align: top;
	width: 146px;
	text-align: center;
	margin-right: 1px;
	position: relative;
}
.info-block:after {
	content: "";
	position: absolute;
	top: 46px;
	right: -8px;
	width: 17px;
	height: 19px;
	background-image: url('../image/elements/dbl-arrow.png');
}
.info-block:nth-child(5n+5) {
	margin-right: 0px;
}
.info-block:nth-child(5n+5):after{
	display: none;
}
.info-block .img {
	padding-top: 35px;
	padding-bottom: 15px;
	text-align: center
}
.info-block .img .red-circle {
	width: 42px;
	height: 42px;
	background: #d20500;
	color: #fff;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 18px;
	line-height: 41px;
	border-radius: 42px;
}
.info-block  .text {

}
.info-block  .text a {
	color: #d20500;
}
.info-block  .text a:hover {
	text-decoration: none;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	color: #000000;
	font-size: 18px;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 20px;
}
.box .sub-cat {
    padding: 12px 30px;
    font-size: 12px;
    background-color: #00467a;
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
    margin-bottom: 20px;
    display: inline-block;
    transition: 0.5s;
}
.box .sub-cat:hover {
    background-color: #f88700;
}
.box .box-content {
	
}
.box .side-cat {
	background-color: #004579;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 25px;
	margin-bottom: 0;
}

.box-product .image .model {
	
	bottom: 0;
	right: 0;
	text-align: right;
	padding: 5px 6px;
	background: #fff;
	color: #292929;
	font-size: 11px; 
}


/*NEWS*/
.news {
	background: #fff;
	padding: 15px 20px 25px;
}
.news .box-heading {
	margin-bottom: 15px;
}
.news .blog-date {
	background: none;
	padding: 0;
	font-family: "Myriad Pro";
	color: #004579 !important;
	font-size: 12px !important;
	line-height: 10px !important;
	
	height: 12px;
	font-weight: 800;
}
.news .blog-date .t-date {

}
.news .name {
	margin-bottom: 15px;
}
.news .name a {
	color: #545454;
	font-size: 11px;
	line-height: 14px;
}
.news .name a:hover {
	text-decoration: none;
}
.news .description {
	color: #555555;
	font-size: 11px;
	line-height: 14px;
}
.news .archiv {
	font-size: 12px;
	color: #004579;
	text-decoration: underline;
	letter-spacing: 0px;
	font-family: Arial;
}
.news .archiv:hover {
	text-decoration: none;
}
/*grid*/
.grid {
	width: 100%;
	overflow: auto;
	padding-bottom: 10px;
}
.grid > div {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-bottom: 15px;
}
.grid > div:nth-child(3n+3) {
	margin-right: 0;
}
.grid > div >.image {
	position: relative;
}
.grid > div >.image > .name {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(0, 48, 105, 0.94);
	width: 100%;
}
.grid > div >.image > .name > a {
	padding: 10px 20px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
    line-height: 1em;
    min-height: 28px;
}
.grid > div >.image > .name > a:hover {
	text-decoration: underline;
}
/*rek-block*/
.rek-block {
	width: 100%;
	overflow: auto;
	margin-bottom: 20px;
	margin-top: 30px;
}
.rek-block > .block {
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #d8d8d8;
	box-shadow: 0px 1px 1px 0px #ffffff;
	margin-bottom: 20px;
	margin-right: 10px;
	width: 240px;
	min-height: 75px;
}
.rek-block > .block:nth-child(3n+3) {
	margin-right: 0;
	width: 250px;
}
.rek-block > .block > .img {
	padding-right: 15px;
	padding-bottom: 20px;
}
.rek-block > .block > .img, .rek-block > .block > .text {
	display: inline-block;
	vertical-align: top;
}
.rek-block > .block > .text {
	font-size: 12px;
	line-height: 15px;
	width: 180px;
}
.rek-block > .block:nth-child(5) > .text {
	width: 163px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	display: inline-block;
	vertical-align: top;
	margin-right: 18px;
	margin-bottom: 30px;
}
.category > div {
	float: left;
	margin-right: 5px;
}

.box-product > div:nth-child(3n+3) {
	margin-right: 0px;
}
.cat3 > div {
	display: inline-block;
	margin-bottom: 15px;
	vertical-align: top;
	margin-right: 15px;
}

.cat3 > div:nth-child(3n+3) {
	margin-right: 15px;
}
.cat3 > div:nth-child(2n+2) {
	margin-right: 0px;
}
#column-left   .box-product > div , #column-right .box-product > div{
	width: 155px;
	margin-right: 0px;
}

#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
	
}
.box-product .featured img {
	height: 160px;
	width: 235px;
}
.box-product .image .name {
	text-align: left;
	background-color:  #004579;
    margin-top: -2px;
}
.box-product .name a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	display: block;
    padding-top: 0;
    padding: 5px 15px;
    min-height: 31px;
    width: 210px;
}
.cat3 .name a {
	width: 340px;
}
.box-product .description {
    width: 240px;
    color:  #535353;
    font-size: 12px;
    height: 45px;
    margin-top: 5px;
    overflow-y: hidden;
}
.cat3 .description {
	width: 370px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 8px 8px 0px;
}
ul.box-category > li {
	padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	/*padding: 10px;*/
	overflow: auto;
	margin-bottom: 20px;
	/*border: 1px solid #EEEEEE;*/
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
	line-height: 1.5;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}

.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	padding-left:0px;
}
.category-list ul li {
	float: left;
	list-style: none;
	margin-bottom: 20px;
	margin-right: 15px;
	position: relative;
}
.category-list ul li a{
	display: inline;
}
.category-list ul li span{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #004579;
	width: 195px;
	padding: 13px 20px;
	color: #fff;
	text-decoration: none;
}
.category-list ul li  img{}

.cat-child span {
    display: block;
    color:  #000000;
    margin-bottom: 10px;
    font-weight: bold;
}
.cat-child ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cat-child ul li {
    display: inline-block;
}
.cat-child ul li + li {
    margin-left: 3px;
}
.cat-child ul li a {
    display: block;
    padding: 10px 35px;
    background: -webkit-linear-gradient(90deg, rgba(229, 129, 8, 1) 0%, rgba(238, 141, 26, 1) 37%, rgba(253, 162, 55, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(229, 129, 8, 1) 0%, rgba(238, 141, 26, 1) 37%, rgba(253, 162, 55, 1) 100%);
    background: -o-linear-gradient(90deg, rgba(229, 129, 8, 1) 0%, rgba(238, 141, 26, 1) 37%, rgba(253, 162, 55, 1) 100%);
    background: -ms-linear-gradient(90deg, rgba(229, 129, 8, 1) 0%, rgba(238, 141, 26, 1) 37%, rgba(253, 162, 55, 1) 100%);
    background: linear-gradient(0deg, rgba(229, 129, 8, 1) 0%, rgba(238, 141, 26, 1) 37%, rgba(253, 162, 55, 1) 100%);
    color: #000;
    text-decoration: none;
    text-transform: lowercase;
    border: 1px solid #e9850c;
    transition: 0.25s;
}
.cat-child ul li a:hover {
    background: linear-gradient(0deg, rgba(216, 119, 0, 1) 0%, rgba(239, 130, 0, 1) 37%, rgba(255, 138, 0, 1) 100%);
}
/* manufacturer */
.manufacturer-list {
	overflow: auto;
	margin-bottom: 20px;
}

.manufacturer-list ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
.manufacturer-list ul li {
	display: inline-block;

}

/* product */
.product-filter {
	background: #F5F5F5;
	border-bottom: 1px solid #EEEEEE;
	padding: 5px;
	overflow: auto;
	margin-bottom:25px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	float:left;
	padding-top: 5px;
	margin-left: 50px;
	font-weight: bold;
	
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	height: 130px;
	float: right;
	padding-left: 18px;
	border-left: 1px solid #EEEEEE;
	
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 130px;
	margin-left: 8px;
	text-align: center;
	color: #333333;
	font-size: 12px;
	border-left: 1px solid #EEEEEE;
	
}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 5px;
}
.product-info > .left + .right {
	margin-left: 260px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 5px;
	margin-bottom: 10px;
}
.product-info .name-foto {
	background: #5f5f5f;
	color: #fff;
	padding: 10px 15px;
	margin-bottom: 10px;
	text-align: center;
}
.product-info .description {	
	margin-bottom: 10px;
}
.product-info .description .block-title {
	background-color: #00467a;
    color: #FFF;
    padding: 10px 15px;
    text-align: center;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info table {
	border-collapse: collapse;
    margin-bottom: 25px;
}
.product-info table tr {
	background-color:  #ffffff;
}
.product-info table tr:nth-child(2n+2) {
    background-color:  #f3f3f3;
}
.product-info table tr td {
	padding: 5px 15px;
	
}
.product-info table tr td + td {
    border-left: 1px solid #e8e8e8;
}
.product-info table tr td:first-child {
	display: block;
	width: 230px;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	padding-bottom: 3px;
	padding-top: 8px;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .left .red-btn, .login-content .right .red-btn {
	float: left;
	color: #fff;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 49%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	min-height: 270px;
    min-width: 1000px;
	background-color: #004579;
}
.podval {
    position: relative;
    padding: 20px 0;
}
#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .logo {
    width: 324px;
    min-height: 230px;
    float: left;
    border-right: 1px solid #003761;
}
/*
#footer .logo img {
	position: absolute;
	top: 70px;
	left: 50px;
}*/
#footer .block {
    margin-left: 220px; 
}
#footer .column {
    display: inline-block;
	vertical-align: top;
	min-height: 210px;
    padding-left: 30px;
    padding-top: 20px;
}
#footer .column:first-child {
	width: 620px;
}
#footer .column:nth-child(2) {
    width: 388px;
}
#footer .column .title {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 20px;
}
#footer .column ul {
	list-style: none;
}
#footer .column .category {
	display: inline-block;
	vertical-align: top;
    width: 47.5%;
}
#footer .column .category + .category {
	margin-left: 10px;
}
#footer .column .category li {
	margin-bottom: 10px;
}
#footer .column .category li a {
	color: #fff;
}
#footer .column .contact {
    color: #fff;
}
#footer .column .contact .phone-block {
    display: inline-block;
    font-size: 21px;
}
#footer .column .contact .phone-block + .phone-block {
    margin-left: 20px;
    position: relative;
}
#footer .column .contact .phone-block + .phone-block:before {
    content: "";
    width: 16px;
    height: 34px;
    position: absolute;
    left: -23px;
    top: 0px;
    background-image: url('../image/elements/slasher2.png');
}
#footer .column .contact .phone-block .text {
    display: block;
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 12px;
}
#footer .column .contact .phone-block + .phone-block .text {
    padding-left: 10px;
}
#footer .column .contact .phone-block .phone {
    font-family: "Trebuchet MS";
    font-size: 21px;
    padding-left: 10px;
}
#footer .column .contact .phone-block .phone .cod {
    font-size: 17px;
}
#footer .column .contact .work-time {
    display: block;
    font-family: Tahoma;
    font-size: 10px;
}
#footer .column .contact .callback {
    float: right;
    font-size: 11px;
    color: #fff;
    margin-top: -13px;
}
#footer .column .contact .mail-block {
    margin-top: 10px;
    padding-left: 3px;
    margin-bottom: 10px;
}
#footer .column .contact .mail-block .mail-t {
    font-family: "Trebuchet MS";
    font-size: 12px;
    padding-right: 3px;
}
#footer .column .contact .mail-block .mail {
    font-size: 11px;
    color: #fff;
}
#footer .column .adres {
	margin-bottom: 15px;
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
}
#footer .column .adres span {
	display: block;
}
#footer .block .power {
    text-align: right;
    color: #fff;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
.info-page .colorbox{
	position: relative;
	display: inline-block;
	transition: 0.25s;
	margin-right: 15px;
}
.info-page  .colorbox:hover:before {
	content: "";
	position: absolute;
	top: 65px;
    left: 40px;
	width: 58px;
	height: 56px;
	background-image: url('../image/elements/for-bigger.jpg');
}
#simplecheckout_cart {
	/*display: none;*/
}
/* our work */
.our-work .block {
    display: inline-block;
    width: 347px;
    background-color: #fff;
    padding: 10px 15px;
    margin-bottom: 3px;
    vertical-align: top;
    min-height: 90px;
}

.our-work .block table {
    border-collapse: collapse;
    min-height: 84px;
}
.our-work .block table tr td {
    vertical-align: middle;
}
.our-work .block table tr td:first-child {
    width: 100px;
}
.our-work .block img {
    margin-right: 15px;
    width: 75px;
}
.our-work .block span {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
}
.our-work .block a {
    display: block;
    font-size: 11px;
    color: #004579;
}
.left-block, .right-block {
    display: inline-block;
    vertical-align: top;
}
.left-block {
    width: 100%;
}
.right-block {
    margin-left: 15px;
}
.left-block span.title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.left-block p {
    line-height: 1.5em;
}
.man-page {
	text-align: left;
}

.man-page .block-menu + .block-menu {
	margin-left: 5px !important;
}
.power a {
	color: #fff;
}
span.text-option {
	display: block;
}
div.contentframe {
	margin-left: 10px;
	min-height: 500px;
}
/****************** БЛОК СЛОЖНЫЙ ПОИСК ******************/
#box_search {
	background-color:  #004579;
	padding: 10px 10px 30px;
	color: #fff;
}
#box_search .box-heading {
	font-family: Tahoma;
	color:  #ffffff;
	font-size: 18px;
}
#box_search .name {
	line-height: 18px;
}
#box_search .parametrs + .name {
	margin-top: 10px;
}
#box_search .parametrs select {
	/*background: transparent;*/
	/*-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;*/
	border: none;
	color: #969696;
	font-size: 12px;
	/*background: url('../image/dropdown.png') no-repeat 185px 12px #fff;*/
	width: 205px !important;
padding: 7px 10px 7px 10px;
	margin: 0;
	border-radius: 3px;
}
#box_search .parametrs select option {

}
#box_search .parametrs .select-wrap {
	/*width: 205px;
	background: url('../image/dropdown.png') no-repeat 185px 14px #fff;
	border-radius: 3px;*/
}
.gruz-slide {
	min-height: 50px;
	margin-top: 10px;
}
#Slider3 {
	visibility: hidden;
}
.jslider {
	width: 99%;
}
.jslider .jslider-value {
	color: #969696;
	visibility: hidden !important;
}
.jslider .jslider-scale ins {
	color :#fff;
}

#box_search .parametrs .left-t {
	padding-right: 10px;
	width: 45px;
	display: inline-block;
}
#box_search .parametrs .left-t + input {
	width: 90px;
}
#box_search .parametrs .right-t {
	padding-left :5px;
}
.mr-10 {
	margin: 10px 0;
}
#box_search .parametrs .half {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}
#box_search .parametrs .half input {
	display: none;

}
#box_search .parametrs .half label {  
    display: block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 17px;
	font-size: 12px;
	margin-bottom: 15px;  
}
#box_search .parametrs .half label:before {  
    content: "";
	display: inline-block;
	width: 15px;
	height: 13px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #FFF;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);  
} 
#box_search .parametrs .half label:before {
	border-radius: 3px;  
}
#box_search .parametrs .half input[type="radio"]:checked + label:before {
    content: " \2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 21px;
	color: #FF9C1D;
	text-align: center;
	line-height: 10px;
}
.jslider_round_plastic .jslider-bg i, .jslider_round_plastic .jslider-pointer {
/* background-image: url(../img/jslider.round.plastic.png); */
background: #296b9d;
}
.jslider .jslider-bg .l {
width: 10%;
background-position: 0 0;
left: 0;
border-radius: 2px 0px 0px 2px;
}

.jslider .jslider-bg .r {
width: 10%;
left: 90%;
background-position: right 0;
border-radius: 0 2px 2px 0;
}

.jslider .jslider-bg .v {
position: absolute;
width: 60%;
left: 20%;
top: 0;
height: 5px;
background-repeat: repeat-x;
background-position: 0 -40px;
background: #FF7A00;
}

.jslider_round_plastic .jslider-pointer {
background: -webkit-linear-gradient(145deg, #df642b 2%, #f99b3a 50%, #df642b 98%);
background: -moz-linear-gradient(145deg, #df642b 2%, #f99b3a 50%, #df642b 98%);
background: -o-linear-gradient(145deg, #df642b 2%, #f99b3a 50%, #df642b 98%);
background: -ms-linear-gradient(145deg, #df642b 2%, #f99b3a 50%, #df642b 98%);
background: linear-gradient(-55deg, #df642b 2%, #f99b3a 50%, #df642b 98%);
width: 10px;
height: 10px;
border-radius: 10px;
top: -3px;
margin-left: -4px;
box-shadow: 0 0 1px #613505;
}
#box_search .parametrs .text + input {
	margin-left: 10px;
}
.btn-search-block {
	margin: 20px 30px 10px;
}
.btn-search-block .btn-search {
	display: block;
	text-align: center;
	border-radius: 3px;
	color: #000
}
a.sitemap {
	color: #fff;
}
/* ACCOUNT orders and order-history */
.order-page .title {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}
.history-block {
	background-color: #fff;
	padding: 10px 10px;
	margin: 10px 0;
}
.history-block .left, .history-block .right {
	display: inline-block;
	vertical-align: top;
}
.history-block .left {
	width: 80%;
	border-right: 1px dashed #DADADA;
	min-height: 70px;
}
.history-block .right {
	width: 19%;
	text-align: center;
}
.history-block .left .date span {
	color: #d1d1d1;
	font-size: 12px;
}
.history-block .left .text {
	font-size: 14px;
	margin-top: 5px;
	
}
.history-block .right span {
	display: block;
	color: #d1d1d1;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
}
.history-block .right .file {
	display: block;
	text-transform: uppercase;
	padding: 5px 10px;
	margin-left: 10px;
}
.order-info a span {
	display: inline-block;
	font-size: 10px;
	color: #B8B8B8;
	padding-right: 5px;
}
.order-info a:hover span {
	color: #FDA60C;
}
.order-info .svg-icon {
	width: 2em;
	height: 2em;
	margin-bottom: -10px;
}

.h3{
    font-size: 16px;
    margin-bottom: 7px;
	}

/* ниже стили для всплывающего окна с формой */
	
	#wrap{
		display: none;
		opacity: 0.8;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 16px;
		background-color: rgba(1, 1, 1, 0.725);
		z-index: 100;
		overflow: auto;
	}
	
	#window{
		width: 370px;
		height: 180px;
		margin: 250px auto;
		display: none;
		background: #fff;
		z-index: 200;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 15px;
	}
	
	.close{
		margin-left: 320px;
		margin-bottom: 15px;
		cursor: pointer;
	}
	


/*css стили для всплывающего окна с картинкой теххарактеристики мачтовых подъемников


/* Базовые стили слоя затемнения и модального окна  */
.overlay {       top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
/* фон затемнения */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсора */
}
/* активируем слой затемнения */
.overlay:target {
    display: block;
}
/* стили модального окна */
.popup {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
/* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
/* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
/* внешняя тень */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
/* активируем модальный блок */
.overlay:target+.popup {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}
/* формируем кнопку закрытия */
.close {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);    
}
/* изображения внутри окна */
.popup img {
    width: 100%;
    height: auto;
}
/* миниатюры слева/справа */
.pic-left, 
.pic-right {
    width: 25%;
    height: auto;
}
.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}
.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* элементы м-медиа, фреймы */
.popup embed, 
.popup iframe {
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0; 
    display:block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}
.popup h2 { /* заголовок 2 */
    margin: 0;
    color: #008000;
    padding: 5px 0px 10px;
    text-align: left;
    text-shadow: 1px 1px 3px #adadad;
    font-weight: 500;
    font-size: 1.4em;
    font-family: 'Tahoma', Arial, sans-serif;
    line-height: 1.3;
}
/* параграфы */
.popup p {margin: 0; padding: 5px 0}