@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,700,400,600&subset=latin,cyrillic);



.alert-success {
    background-color: #ddf5e6;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #bce6cc;
    margin-top: 20px;
    font-size: 18px;
}


#feedback-form {
    text-align: center;
}
.form-control{
	width: 50%;
    margin-top: 20px;
    height: 30px;
    border-radius: 5px;
    padding: 7px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

ul.list li {
    margin: 0;
    font-size: 100%;
    line-height: 1.7em;
    list-style-position: inside;
    list-style-type: disc;
    margin-left: 30px;
}

ul.list li:first-child{
    margin-top: 10px;
}

.gal{
    max-width: 250px;
    max-height: 250px;
}

.raboti {
    float: left;
    height: 150px;  
    width: 163px;
    margin: 15px;
    text-align: -webkit-center;
    overflow: hidden;
    border: 2px solid rgba(0,0,0,0.20);
}



html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html{
	background: #fff;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:21px;
	color:#010101;
}

ol,ul{
	list-style:none	;
	padding:0;
}

p,
ul,
ol{
	margin:0;
	font-size:100%;
	line-height:21px;
}

pre{
	margin-bottom:20px;
	padding:10px;
	background:#fafafa;
	border:1px solid #eee;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section{
	display:block;
}

hr{
	border:solid #ddd;
	border-width:1px 0 0;
	clear:both;
	margin:10px 0 30px;
	height:0;
}


a,a:visited{
	color:#fefefc;
	text-decoration:none;
	outline:0;
	outline:none;
}

a img{
	outline:0;
	border: 0;
}

a:hover,
a:focus{
	text-decoration: none !important;
}

p{
	color: #352407;
	margin-bottom: 10px;
	line-height:inherit;	
    text-align: justify;
}

p a,
p a:visited{
	line-height:inherit;
}


input,
textarea{
	font-size:14px;
	line-height:21px;
}


/* End fonts */



/* Titles */

h1, .tn{
	font-family: 'Open Sans';
	font-size:26px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: 600;
	color: #a30b18;
	text-transform: uppercase;
}

.tn{
	margin: 20px 0;
}

h1{
	padding-bottom: 30px;
	padding-left: 15px;
}

h2 {
    font-size: 18px;
    margin: 15px 0 0 0;
    font-weight: bold;
    color: #a30b18;
    text-transform: uppercase;
}

ul{
	margin: 20px 10px;
}

.maincol ul li{
	margin: 10px 0px;
	padding-left: 10px;
}

.italic{
	font-style:italic;
}

.bold{
	font-weight:bold;
}

.clear{
	clear:both;
}

.left{
	float: left;
}

.right{
	float: right;
}
/* End titles */



/* Header */

#wrapper{
	position:relative;
	margin: 0 auto;
}


.white-bg{
	background: #fff;
}

.gray-bg{
	background: #ebebeb;
}


.header{
	width: 1010px;
	height: 459px;
	margin: 0 auto;
	top: 0;
	position: relative;
	margin-bottom: 50px;
	z-index: 99;
}

.header .logo{
	background: url("/images/logo.jpg") no-repeat 0 0;
	position: absolute;
	height: 62px;
	width: 230px;
	left: 0px;
	top: 10px;
}

.header .main-nav {
	position: relative;
	top: 85px;
	width: 992px;
	height: 50px;
	right: 0px;
	z-index: 9;
	margin: 0;
	white-space: nowrap;
	margin: 0 auto;
	background: url("/images/main-nav-bg.jpg") repeat-x 0 0;
	border-radius: 15px 15px 0px 0px;
}

.header .main-nav  li {
	float: left;
	padding: 5px 22px;
}

.header .main-nav  li:last-child{
	padding-right: 0px;
}

.header .main-nav  li a {
	position: relative;
	font-size: 24px;
	padding: 4px 0px;
	display: block;
	color: #ffffff;
	font-weight: 300;
	text-decoration: none;
}

.header .main-nav  li a:hover {
}


.header .top-nav {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
}

.header .top-nav  li {
	float: left;
	padding: 0px 11px;
}


.header .top-nav  li a {
	position: relative;
	font-size: 18px;
	padding: 10px 0px;
	display: block;
	line-height: 30px;
	color: #a30b18;
	font-weight: 300;
	text-decoration: none;
}

.header .top-nav  li a:hover {
	text-decoration: underline;
}


.header .top-nav  li a.callback-button{
	background: #a30b18;
	padding: 10px;
	color: #ffffff;
	border-radius: 0px 0px 15px 15px;
}


.header .top-nav  li a.callback-button:hover{
	background: #fff;
	padding: 10px;
	color: #a30b18;
	border-radius: 0px 0px 15px 15px;
  	border: 1px solid #a30b18;
}

.header #slides{
	width: 1018px;
	height: 408px;
	position: relative;
	top: 84px;
}

.header .slides {
	position: relative;
}


.header .slides .column{
	width: 86px;
	height: 408px;
	position: absolute;
	z-index: 999;
	top: 84px;
	background: url("/images/column-slider.png") no-repeat 0 0;
}

.header .slides .left-column{
	left: 0px;
}

.header .slides .right-column{
	right: 0px;
}

.header #slides .slidesjs-slide{
}

.slidesjs-container{
	overflow: hidden !important;
	position: relative;
	height: 408px;
	left: 60px;
	width: 900px !important;
}

ul.slidesjs-pagination {
	margin: 0px;
	top: 313px;
	left: 125px;
	position: absolute;
	z-index: 99;
	display: none;
}

ul.slidesjs-pagination li{
	display: inline-block;
	padding: 7px 0px 7px 7px;
}


ul.slidesjs-pagination li a{
	font-size: 0px;
	padding: 10px;
	background: url("/images/dots-slider.png") no-repeat -23px 0px;
}


ul.slidesjs-pagination li a.active{
background-position: 0px 0px;
}

.header #slides .slidesjs-navigation{
	position: absolute;
	width: 33px;
	height: 33px;
	top: 332px;
	z-index: 20;
	cursor: pointer;
	background: url("/images/slider-controls.png") no-repeat 0 0;
}

.header #slides .slidesjs-previous {
	right: 125px;
	background-position: 0px -34px;
}

.header #slides .slidesjs-previous:hover  {
background-position: 0px 0px;
}

.header #slides .slidesjs-next {
right: 87px;
background-position: -40px -34px;
}


.header #slides .slidesjs-next:hover {
background-position: -40px 0px;
}

/* End header */


/* CONTENT */

.customtabs{
	background: url("/images/red-bg.png") repeat 0 0;
	position: relative;
	width: 100%;
	z-index: 999;
	padding-bottom: 15px;
}

.customtabs .customtabs-nav{
	top: -45px;
	left: 34px;
	position: relative;
	width: 988px;
	margin: 0 auto;
	z-index: 999999;
}


.customtabs .tabs a{
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(193,194,196,1) 51%, rgba(236,236,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(51%,rgba(193,194,196,1)), color-stop(100%,rgba(236,236,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(193,194,196,1) 51%,rgba(236,236,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(193,194,196,1) 51%,rgba(236,236,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(193,194,196,1) 51%,rgba(236,236,237,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(193,194,196,1) 51%,rgba(236,236,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ececed',GradientType=1 ); /* IE6-9 */

	text-align: center;
	margin-right: 5px;
	float: left;
	border-radius: 8px 8px 0px 0px;
	text-decoration: none;
	padding: 12px 25px;
	font-size: 24px;
	color: #6c6e70;
	font-weight: 300;
	width: 142px;
}

.customtabs .tabs a:hover, .customtabs .tabs a.active{
	background: url("/images/red-bg.png") repeat 25px -306px;
	color: #fff;
}

.customtabs .customtabs-selected a{
	
	background: url("/images/red-bg.png") repeat 25px -306px;
	color: white;
}

.customtabs .customtabs-panels{
	position: relative;
	width: 852px;
	margin: 0 auto;
	color: #ffffff;
	top: -15px;
}

.customtabs .customtabs-panels p{
	color: #ffffff;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 17px;
}

.customtabs .customtabs-panels .tabs-title{
	font-weight: 600;
	margin-bottom: 15px;
	display: block;
	font-size: 16px;
}

.customtabs .customtabs-panels .left{
	width: 510px;
}

.customtabs .customtabs-panels .right{
	width: 300px;
}

.customtabs .customtabs-panels .more{
	background: #a30b18;
	padding: 10px;
	color: #ffffff;
	border-radius: 15px;
	margin-top: 25px;
	font-weight: 300;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 185px;
	text-align: center;    
    border: 2px solid rgba(255,255,255,0.70);
}

.customtabs .customtabs-panels .more:hover{
	background: #BF303C;
    border: 2px solid #fff;
}

.border-tabs{
	background: url("/images/border-tabs.jpg") no-repeat 0px 0px;
	position: relative;
	width: 1018px;
	height: 60px;
	margin: 0 auto;
}

.banner-middle{
	position: relative;
	width: 983px;
	height: 117px;
	margin: 0 auto;
	padding: 25px 0px;
}


.popular{
	width: 985px;
	margin: 0 auto;
	position: relative;
}

.popular .catalog-block{
	margin-bottom: 40px;
}


.popular .block{
	float: left;
	position: relative;
	margin-right: 20px;
	border: 1px solid #acacac;
	width: 223px;
	text-decoration: none;
	text-align: center;
}





.popular .block:hover{
	border: 1px solid #a30b18;
}


.popular .block .name{
	display: block;
	background: #a30b18;
	width: 221px;
	padding: 10px 0px 0px 2px;
	font-size: 18px;
	text-align: center;
	border-radius: 15px 15px 0px 0px;
}

.popular .block .price{
	display: block;
	background: #a30b18;
	padding: 5px 0px 10px 2px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.popular .block img{
	text-align: center;
	padding: 25px 0px;
}


.popular .block .discont{
	display: block;
	background: #a30b18;
	padding: 10px 0px 13px 0px;
	font-size: 24px;
	font-weight: 600;
	width: 75px;
	border-radius: 0px 0px 15px 0px;
}


.title{
	width: 100%;
	font-size:26px;
	margin: 30px 0px 20px 0px;
	color: #a30b18;
	text-transform: uppercase;
	font-weight: 700;
	background: url("/images/title-line.jpg") repeat-x 0 0;
}

.title .container{
	width: 1018px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}

.title .common{
	position: absolute;
	padding: 8px 35px;
	background: #fff url("/images/title-line.jpg") repeat-x 0px 40px;
	height: 47px;
}

.title .common:before{
	content: " ";
	width: 35px;
	background: #fff url("/images/left-title-end.png") no-repeat left 0px;
	position: absolute;
	display: block;
	height: 45px;
	left: 0px;
	top: 0px;
}

.title .common:after{
	content: " ";
	width: 30px;
	height: 45px;
	background: #fff url("/images/right-title-end.png") no-repeat right 0px;
	position: absolute;
	display: block;
	top: 0px;
	right: 0;
}

.title .most-title{
	width: 215px;
}

.title .disk-title{
	margin-left: 625px
}


.title .que{
	position: relative;
	padding-top: 15px;
	padding-left: 35px;
	background: #ebebeb url("/images/title-line.jpg") repeat-x 0px 0px;
	height: 47px;
	top: -40px;
	width: 230px;
}

.title .que:before{
	content: " ";
	width: 35px;
	background: url("/images/right-title-end2.png") no-repeat right 0px;
	position: absolute;
	display: block;
	height: 45px;
	left: -5px;
	top: 0px;
}

.title .que:after{
	content: " ";
	width: 30px;
	height: 45px;
	background: url("/images/left-title-end2.png") no-repeat left 0px;
	position: absolute;
	display: block;
	top: 0px;
	right: 0;
}


.content{
	width: 980px;
	position: relative;
	margin: 0 auto;
  min-height: 300px;
}

.content .question-block{
	background: #fff;
	padding: 25px 15px;
	position: relative;
	border-radius: 15px;
	width: 695px;
	margin-bottom: 50px;
}

.content .question-block:after{
	content: " ";
	width: 90px;
	height: 62px;
	background: url("/images/que.png") no-repeat 0px 0px;
	position: absolute;
	display: block;
	top: 268px;
	right: 15px;
}

.content .maincol{
	width: 735px;
	position: relative;
	overflow: hidden;
	z-index: 9999;
}

.content .catalog{
width: 980px;
margin-bottom: 50px;
}

.content .maincol .breadcrums{
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 20px;
}


.content .maincol .item-img{
	float: left;
	margin: 0px 20px 20px 0px;
	border: 4px solid white;
}

.content .maincol .news-block{
	position: relative;
	padding-bottom: 50px;
}

.content .maincol .news-block .block{
	margin-top: 30px;
	background: url("/images/news-separator.png") no-repeat 0 bottom;
	min-height: 295px;
	padding-bottom: 30px;
	clear: both;
}

.content .maincol .news-block .block img {
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 5px;
	border: 1px solid #ae9f73;
	background: #BBB89A;
	border-radius: 45px;
}

.content .maincol .news-block .block:last-child{
	margin-right: 0px;
}

.content .maincol .news-block .block .name{
	display: block;
	color: #352407;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background: url("/images/red-dot.jpg") no-repeat 0 6px;
	padding-left: 17px;
	margin-bottom: 20px;
}

.content .rightcol{
	width: 233px;
	float: right;
}

.content .rightcol .order{
	height: 400px;
	background: url("/images/rightcol-order.png") no-repeat 0 0px;
	z-index: 99;
	width: 254px;
	position: relative;
	padding: 0px 13px;
}



.content .rightcol  .block{
	margin-bottom: 30px;
	clear: both;
}


.content .rightcol .order .banner{
	height: 129px;
	width: 252px;
	top: 16px;
	position: absolute;
}

.content .rightcol .order .title{
	top: 156px;
	position: absolute;
	font-size: 33px;
	margin-left: 5px;
}

.content .rightcol .news-block{
	position: relative;
	margin: 50px 0px 50px 14px;
}


.content .rightcol .news-block .title{
	color: #efe4d3;
}



.content .rightcol .news-block .block{
	margin-top: 30px;
	min-height: 95px;
	clear: both;
}

.content .rightcol .news-block .block img {
	float: left;
	margin: 0px 20px 20px 0px;
	padding: 5px;
	background: #505154;
	border-radius: 15px;
	width: 75px;
	height: 75px;
}

.content .rightcol .news-block .block:last-child{
	margin-right: 0px;
}

.content .rightcol .news-block .block .name{
	display: block;
	color: #efd7be;
	font-size: 14px;
	padding-left: 17px;
	margin-bottom: 20px;
}

.content .rightcol .news-block .block .date{
	font-weight: bold;
	color: #ddbd67;
	font-size: 12px;
	display: block;
	padding-bottom: 8px;
	padding-left: 5px;
}

#orderform{
	position: absolute;
	top: 227px;
	left: 20px;
}

#orderform form{
width: 236px;
}

input.error{
border: 1px solid red;
}

#orderform form .input {
	padding: 2px 17px;
	margin: 2px 0px;
	width: 200px;
	font-size: 17px;
	height: 32px;
	color: #fff !important;
	background: url("/images/input-right.png") no-repeat 0 0;
	outline: 0;
	border: 0;
	font-style: italic;
	font-family: 'Georgia';
}


.button{
	background: #a30b18;
	padding: 11px 59px;
	left: 0;
	border-radius: 9px;
	height: 40px;
	margin-top: 7px;
	text-align: center;
	color: #fff;
	border: 0;
	outline: 0;
	font-size: 18px;
	margin-bottom: 20px;
	cursor: pointer;
	font-weight: 300;
	text-transform: uppercase;
}

.button:hover{
	background: #fff;	
	color: #a30b18;
	border: 1px solid #a30b18;
	
}


.content .rightcol .banner-block{
	width: 265px;
	margin: 14px 0px 0px 14px;
	position: relative;
}



.footer{
	position:relative;
	height: 87px;
	color: #fff;
}


.footer .wrapper{
	width: 1010px;
	height: 87px;
	position:relative;
	background: url("/images/footer-bg.png") no-repeat 0 0px;
	margin: 0 auto;
	padding: 0px 4px;
	color: #fff;
}


.footer a{
	color: #fff;
}

.footer .block{
	float: left;
	margin-top: 40px;
	margin-right: 40px;
}

.footer .block:first-child{
	margin-left: 215px;
}

.footer .footer-nav  {
	margin: 0;
	left: 10px;
	top: 10px;
	position: absolute;
}


.footer .footer-nav  a {
	font-size: 16px;
	text-decoration: none;
	padding: 2px 12px;
}

.footer .footer-nav  li{
	float: left;
}

.footer .bottom{
	left: 20px;
	top: 50px;
	position: absolute;
}

.footer .bottom a{
	padding-right: 10px;
	font-size: 16px;
	text-decoration: none;
}



.footer .footer-search{
	background: #fff url("/images/footer-search.png") no-repeat right 0;
	position: absolute;
	width: 205px;
	padding-right: 85px;
	padding-left: 15px;
	font-size: 16px;
	color: gray;
	height: 35px;
	border: 1px solid #ebebeb;
	border-radius: 20px;
	right: 27px;
	top: 17px;
}


/* END CONTENT */

/* FORMS */


#lean_overlay {
    position: fixed;
    z-index:9999;
    top: 0px;
    bottom: 0;
    left: 0px;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(134, 133, 133, 0.69);
    display: none;
    opacity: 1 !important;
}

.modal {
width: 315px;
height: 299px;
background: #a30b18;
display: none;
border-radius: 20px;
}

.modal .modal_close {
	position: absolute;
	width: 20px;
	height: 20px;
top: 7px;
right: 9px;
	background: url("/images/modal_close.png") no-repeat;
}

.modal .cont {
	padding: 0px 40px;
}

form.cont {
margin-top: 30px;
}


.modal .head {
  color: #fff;
  height: 6px;
  margin-left: 37px;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}

.inputs {
	width: 100%;
	overflow: hidden;
	margin-bottom: 9px;
}

.txt-field {
	border: 0;
	font-size: 14px;
	color:#000000;
	padding: 8px 20px;
	width: 191px;
	background: #fff;
	border-radius: 10px;
}

.inputs textarea {
	border: 0;
	font-size: 14px;
	color:#525558;
	padding: 14px 20px;
	width: 191px;
	height: 50px;
	resize: none;
	background: #fff;
	font-family: "Open Sans";
	border-radius: 10px;
}

.txt-field:focus,
textarea:focus {
	outline: none;
}

.modal .button{
	border: 0;
	height: 39px;
	padding: 0px 60px;
	cursor: pointer;
  background: #c22532;
}

.modal .button:hover{
 background: #CA616A
}
.error, .error:focus{
	border: 1px solid red;
}

label.error{
	display: none !important;
}