/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600&subset=cyrillic,latin);*/
*{
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}
aside,nav,header,footer,article,section,blockquote,hgroup, div{
    display: block;
}

address,caption,cite,code,dfn,var {font-style:normal; font-weight:normal}

html, body{
    width: 100%;
    min-width: 960px;
    height: 100%;
    min-height: 100%;
    font-family: "Open Sans",Calibri,Candara,Arial,sans-serif;
    font-size: 15px;
    color: #626262;
    
}
body>.wrapper{
     min-height: 100%;
     margin: 0 auto;
     width: 100%;
     overflow: hidden;
}
header>.wrapper,
main>.wrapper,
footer>.wrapper{    
    margin:0 auto;
}

/*--HEADER--*/
header{
    min-height: 176px;
    width:100%;
    background: #fff;
}
header>.wrapper{ 
    width: 940px;
    margin: 0 auto;
}
header .logo{
    display: inline-block;
    vertical-align: top;
    width: 305px;
    height: 64px;
    padding-top: 29px;
    margin-bottom: 35px;
    margin-right: 75px;
}
header .slogan{
    display: inline-block;
    color:#626262;
    font-size:16px;
    margin-top: 25px;
}
header .contacts{
    float:right;
    display: inline-block;
    font-size:16px;
    color:#645c5d;
    vertical-align: top;
   
     margin-top: 25px;
}
header .contacts>div p{
     text-align: right;
}
header .contacts span{
    font-weight: bold;
}
header .contacts  .language{
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
	float:right;
}
nav ul{
    padding: 0;
    margin: 0 ;
}
nav ul li{
    padding: 0;
    margin: 0;
    list-style: none; 
}
nav ul li:before{
    display:none;
}
header nav.main{
    width: 100%;
    height: 42px;
    border-top: #dededf solid 1px;
    border-bottom:rgba(198, 167, 172, 0.6) solid 5px;
    background: rgba(237, 237, 240, 0.7);
    box-shadow: inset 0 1px 0 1px #fff;
    position: relative;
    z-index: 2;            
}
header nav.main ul{
    height: 100%;
    width: 940px;
    margin: 0 auto;
    display: table;
    border: 0;
    padding-left: 80px;
    
}
header nav.main ul>li{
    height: 42px;
    /* display: table-cell;*/
    display:block;
    float:left;
    margin-right: 40px;
}
header nav.main li>span,
header nav.main a{
    display: block;
    height: 42px;
    text-align: center;
    opacity: 1;
    padding: 0 5px;
    position: relative;
    line-height:40px;
    border-bottom: transparent solid 5px;
}
header nav.main li>span span,
header nav.main a span{
    display: inline-block;
    vertical-align: middle;
    color:#625c5c;
    line-height:15px;
    font-size: 15px;
    text-decoration: none;
}
header nav.main a:active,
header nav.main li>span,
header nav.main a:hover{
/*    border-bottom:#830f1c solid 5px;*/
    color:#830f1c;
}
header nav.main a:hover span{
    color:#830f1c;
}
header nav.main li>span span,
header nav.main a:active span{
    color:#010101;
}
.banner{
    height: 319px;
    background: #e7e7ea;
    box-shadow: inset 0px 15px 10px #cdcdce;
    margin-bottom: 45px;
}
.banner .wrap{
    width: 940px;
    margin: 0 auto;
    position: relative;
}
.banner aside.side_left{
   position: relative;
   display: inline-block;
   top:0;
   left:0;
   width: 294px;
   min-height: 314px;
   background: #830f1c;
   padding: 15px 0 37px;
   color:#fff;
   /*font-size:16px;*/
   box-shadow: inset 0px 20px 10px #5b0d15;
   z-index: 2;
}
.banner aside.side_left .title{
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size:18px;
    padding: 0 15px 0 45px;
}
.banner aside.side_left a,
.banner aside.side_left span{
    display: block;
    color:#fff;
    padding: 6px 15px 6px 45px;
    text-decoration:none;
}
.banner aside.side_left span,
.banner aside.side_left a:hover{
    background: #630812;
    text-decoration: none;
}
.banner aside.side_left .response_list{
    position: absolute;
    height: 37px;
    bottom: 0;
    padding: 0 15px 0 45px;
}
.banner .side_left .response_list a{
    padding-left: 30px;
    background: url('../images/ico_small.png') no-repeat;
    line-height: 13px;
    height: 13px;
    font-size: 13px;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.banner .side_left .response_list a:hover{
    text-decoration: underline;
    background: url('../images/ico_small.png') no-repeat;
    font-weight: normal;
}

.banner .banner_img{
    position: absolute;
    width: 1920px;
    height: 407px;
    background: url('../images/banner_big.png');
    top:-45px;
    left:50%;
    margin-left: -960px;
    z-index: 1;
}
/*--MIDDLE--*/

main{
   height: 100%; 
    padding-top: 70px;
}
main>.wrapper{
    width: 940px;
    margin: 0 auto;
}
main .top_content{
   
}
main .content{
    display: inline-block;
    width: 100%;
}
main aside.side_right{
    float:right;
    position:relative;
    width: 275px;
    padding:10px 12px 42px;
    background: #e7e7ea;
    margin: 0 0 20px 20px;
}
main aside.side_right .gost_list{
    position:absolute;
    width: 100%;
    height: 40px;
    bottom:0;
    left:0;
    text-align: center;
}
main aside.side_right .gost_list a{
    padding-left: 30px;
    background: url('../images/GOST.png') no-repeat;
    background-position: 0 5px;
    font-size: 13px;
    display: inline-block;
    color:#830f1c;
    text-shadow: 0 0 #830f1c;
    height:100%;
    text-decoration: none;
    line-height:30px;
}
main aside.side_right .title{
    text-align: right;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
    color:#000;
}
main .appl_field{
    padding: 20px 0 0 12px;
    border-top: #cfcfcf solid 1px;
    border-bottom: #cfcfcf solid 1px;
    margin: 33px 0;
}
main .menu_section{
    display: inline-block;
    position: relative;
    width: 159px;
    height: 116px;
    overflow: hidden;
    margin: 0 10px 20px;
    border: transparent solid 2px;
}
main .menu_section:hover{
    border: #830f1c solid 2px;
}
main .catalog{
    position: relative;
    width: 960px;
}
main .catalog_section img,
main .menu_section img{
    display: block;
}
main .catalog_section .title,
main .menu_section .title{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #830f1c;
    color:#fff;
    text-align: center;
    line-height: 32px;
}
main .catalog_section span,
main .menu_section .title span {
    display: inline-block;
    line-height: 13px;
    color: #FFF;
    vertical-align: middle;
}
main .catalog_section a,
main .menu_section a{
    display: block;
    height: 100%;
}
main .catalog_section{
    display: inline-block;
    position: relative;
    width: 296px;
    height: 226px;
    overflow: hidden;
    margin: 0 9px 20px;
    border: transparent solid 2px;
}
main .catalog_section:hover{
    border: #830f1c solid 2px;
}
main .catalog_item{
    display: inline-block;
    float:left;
    margin: 0 20px 20px 0;
}
main .item_img{
    display: inline-block;
    float:left;
    margin: 0 15px 15px 0;
}
main .news_section{
    width: 100%;
    margin-bottom: 20px;
    display:inline-block;
}
main .news_img{
    float:left;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
main .news_section .review{
    display: inline-block;
    vertical-align: top;
    width: 618px;
}
main .news_section .title{
    font-size: 14px;
    margin-bottom: 15px;
    display:inline-block;
}
main .news_section .date{
    float:right;
    display:inline-block;
    font-style: italic;
    color:#949494;
    text-align: right;
    margin-top: 15px;
}
.pagination{
    text-align: center;
    margin-top: 20px;
}
.pagination span,
.pagination a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.pagination span{
    font-size: 18px;
    font-weight:bold;
    color:#830f1c;
}
#feedback{
    display: inline-block;
    vertical-align: top;
    width: 470px;
    margin-bottom: 40px;
}
#feedback .title{
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 25px;
}
#feedback .item{
    margin-bottom: 8px;
}
#feedback .item input{
    height: 34px;
}
#feedback .item textarea{
    height: 100px;
}
#feedback .item input,
#feedback .item textarea{
    width: 369px;
    background: #f2f2f2;
    box-shadow: inset 1px 1px 1px #7c7c7c;
    border-radius:3px;
}
.button{
    display: inline-block;
    border-radius: 3px;
    width: 140px;
    height:34px;
    line-height: 34px;
    text-align: center;
    color:#fff;
    box-shadow: 1px 1px 3px #707071;
    text-shadow: 1px 1px 1px #4d070f;
    background: -moz-linear-gradient(top, rgba(131,15,28,1) 0%, rgba(107,9,20,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(131,15,28,1)), color-stop(100%,rgba(107,9,20,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(131,15,28,1) 0%,rgba(107,9,20,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(131,15,28,1) 0%,rgba(107,9,20,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(131,15,28,1) 0%,rgba(107,9,20,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(131,15,28,1) 0%,rgba(107,9,20,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#830f1c', endColorstr='#6b0914',GradientType=0 ); /* IE6-9 */
}
.button:hover{
    background: -moz-linear-gradient(top, rgba(154,16,32,1) 0%, rgba(131,15,28,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,16,32,1)), color-stop(100%,rgba(131,15,28,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(154,16,32,1) 0%,rgba(131,15,28,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(154,16,32,1) 0%,rgba(131,15,28,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(154,16,32,1) 0%,rgba(131,15,28,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(154,16,32,1) 0%,rgba(131,15,28,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a1020', endColorstr='#830f1c',GradientType=0 ); /* IE6-9 */
}
.button:active{
    color:#9b6c71;
    text-shadow: none;
    box-shadow: 0 0 1px #707071;
    background: -moz-linear-gradient(top, rgba(91,7,17,1) 0%, rgba(116,13,24,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(91,7,17,1)), color-stop(100%,rgba(116,13,24,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(91,7,17,1) 0%,rgba(116,13,24,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(91,7,17,1) 0%,rgba(116,13,24,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(91,7,17,1) 0%,rgba(116,13,24,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(91,7,17,1) 0%,rgba(116,13,24,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b0711', endColorstr='#740d18',GradientType=0 ); /* IE6-9 */
}
#feedback .button{
    float: right;
}
.errormsg{
    color:#830f1c;
}
.hfooter{
    height: 50px;
    margin-bottom: 40px;  
}
/*--FOOTER--*/
footer{  
    margin-top: -50px;
    background: #e7e7ea;
    height: 50px;
}
footer>.wrapper{
    width: 940px;
    margin: 0 auto 0;
    height: 100%;
}
footer a:hover,
footer a:visited,
footer a,
footer p{
    color:#636363;
    font-size: 12px;
    margin-bottom: 0;
    text-decoration: none;
}
footer .medialight{
    text-align: right;
    float: right;
    padding-top: 15px;
}
footer .medialight a span {
    color: #830f1c;
    text-decoration: underline;
}

footer .copyright,
footer .medialight{
    display: inline-block;
    vertical-align: top;
}
footer .copyright{
    margin-left: 10px;
    padding-top: 15px;
}
.fon{
    width: 1280px;
    height: 1509px;
    position: absolute;
    opacity: 0.6;
    background: url('../images/fon.jpg');
    margin-top: 0px;
   /*margin-left: 131px;*/
    display:block;
    z-index: 10;
}
.text{
    display: inline-block;
    width: 470px;
}
.mybutton {
    -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
    box-shadow:inset 0px 1px 0px 0px #f5978e;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e61c34), color-stop(1, #830f1c) );
    background:-moz-linear-gradient( center top, #e61c34 5%, #830f1c 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61c34', endColorstr='#830f1c');
    background-color:#e61c34;
    -webkit-border-top-left-radius:0px;
    -moz-border-radius-topleft:0px;
    border-top-left-radius:0px;
    -webkit-border-top-right-radius:0px;
    -moz-border-radius-topright:0px;
    border-top-right-radius:0px;
    -webkit-border-bottom-right-radius:0px;
    -moz-border-radius-bottomright:0px;
    border-bottom-right-radius:0px;
    -webkit-border-bottom-left-radius:0px;
    -moz-border-radius-bottomleft:0px;
    border-bottom-left-radius:0px;
    text-indent:0;
    border:1px solid #d02718;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:90px;
    line-height:20px;
    width:275px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #810e05;
}
.mybutton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #830f1c), color-stop(1, #e61c34) );
    background:-moz-linear-gradient( center top, #830f1c 5%, #e61c34 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#830f1c', endColorstr='#e61c34');
    background-color:#830f1c;
}.mybutton:active {
    position:relative;
    top:1px;
}
/* This button was generated using CSSButtonGenerator.com */
.big_button{
    background-color: #830f1c;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
    width: 259px;
    margin: -20px auto auto -12px;
}
.big_button a{color:white; text-decoration:underline;}