/*** header modal ****/
#cboxOverlay{display: none;}
#colorbox{padding-bottom: 20px; padding-right: 0px; display: none;}
#cboxTopLeft, #cboxTopCenter, #cboxTopRight {float: left;}
#cboxMiddleLeft, #cboxContent, #cboxLoadingOverlay, #cboxLoadingGraphic, #cboxTitle, #cboxCurrent, #cboxNext, #cboxPrevious, #cboxSlideshow, #cboxClose{ float: left; }
#cboxLoadedContent{width: 0px; height: 0px; overflow: hidden; float: left;}

#cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight{ float: left; }
#cboxMiddle_Clear, #cboxBottom_Clear, .clearfix{ clear: left;}

#cboxBottom_ABS{position: absolute; width: 9999px; visibility: hidden; display: none;}

.head-links{z-index: 10;}

#skidka_block_bottom{padding: 20px 0 0;}

/**footer **/
#rightcol{float: right;}
#yandex_abs_mc{ position:absolute; left:-9999px; } 




/** main stlye **/

.bold{	font-weight: bold;}

.fz12{font-size: 12px;}
.fz20{font-size: 20px;}

.tb col{max-width: 33%;}

.strong {
	font-weight: bold !important;
}

.fl {
	float: left;
}

.clear {
	clear: both;
}

.head-repeat .header-txt {
	position: relative;
    top: 45px;
    left: -143px;
	width: 550px;
}

.head-repeat .header-txt .fl {
	margin-left: 38px;
}

.head-repeat .header-txt .fl:first-child {
	margin-left: 0;
}

.head-repeat .header-txt .phone {
	display: block;
	padding: 2px 0 0 34px;
	text-align: right;
	background: url(/images/phone-icon.png) no-repeat left center;
	font-size: 18px;
	color: #1d1d1d;
	text-decoration: none;
	line-height: 16px;
	margin-bottom: 11px;
}

.head-repeat .header-txt .phone span {
	font-size: 12px;
	color: #ed8d52;
}

.head-repeat .header-txt .address {
	padding: 1px 0 0 33px;
	background: url(/images/address.png) no-repeat left center;
	font-size: 12px;
	color: #333;
	line-height: 15px;
	margin-bottom: 15px;
}

.head-repeat .header-txt .address a {
	color: #5a1506;
	text-decoration: none;
	border-bottom: #744539 solid 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.head-repeat .header-txt .address a:hover {
	border-color: transparent;
}

.head-repeat .header-txt .mail {
	display: inline-block;
	padding-left: 34px;
	background: url(/images/mail.png) no-repeat left center;
	line-height: 21px;
	font-size: 12px;
	margin-bottom: 16px;
	text-decoration: none;
}

.head-repeat .header-txt .mail span {
	color: #5a1506;
	border-bottom: #a18475 solid 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.head-repeat .header-txt .mail:hover span {
	border-color: transparent;
}

.head-repeat .header-txt .callback-form-header {
	display: block;
	box-sizing: border-box;
	width: 173px;
	height: 36px;
	line-height: 33px;
	border-bottom: #b30000 solid 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: rgba(255,94,94,1);
	background: -moz-linear-gradient(top, rgba(255,94,94,1) 0%, rgba(247,2,2,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,94,94,1)), color-stop(100%, rgba(247,2,2,1)));
	background: -webkit-linear-gradient(top, rgba(255,94,94,1) 0%, rgba(247,2,2,1) 100%);
	background: -o-linear-gradient(top, rgba(255,94,94,1) 0%, rgba(247,2,2,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,94,94,1) 0%, rgba(247,2,2,1) 100%);
	background: linear-gradient(to bottom, rgba(255,94,94,1) 0%, rgba(247,2,2,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e5e', endColorstr='#f70202', GradientType=0 );
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.head-repeat .header-txt .callback-form-header:hover {
	opacity: .7;
}