@import url(http://fonts.googleapis.com/css?family=Roboto:400,300&subset=latin,cyrillic-ext);

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    width: 1200px;
    overflow: hidden;
    clear: both;
 /*   position: relative; */
    margin: 0 auto;
    min-width: 1200px;
}

body {
    background-color: #fafafa;
    height: 100%;
    background-attachment: fixed;
    font-family: 'Roboto', sans-serif;
    zoom: 1;
    min-width: 1200px;
}

h1, h2, h3, h4, h5, h6 {
    
    color: #ff7400;
    
}

a {
    color: #59676e;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0 10px;
}

h3.top_m {
 margin-top: 20px;
}

.wrapper {
    
    background: #888380; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4ODM4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGZkZmRmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #888380 0%, #dfdfdf 0%, #ffffff 35%, #ffffff 35%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#888380), color-stop(0%,#dfdfdf), color-stop(35%,#ffffff), color-stop(35%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #888380 0%,#dfdfdf 0%,#ffffff 35%,#ffffff 35%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #888380 0%,#dfdfdf 0%,#ffffff 35%,#ffffff 35%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #888380 0%,#dfdfdf 0%,#ffffff 35%,#ffffff 35%); /* IE10+ */
background: linear-gradient(to bottom,  #888380 0%,#dfdfdf 0%,#ffffff 35%,#ffffff 35%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888380', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

    
}

.header {
    width: 100%;
    overflow: hidden;
    clear: both;
    height: 170px;
    background: #ffde82 url('../images/bg_header_old.jpg') 0 0 no-repeat;
    background-size: cover;
    min-width: 1200px;
}


.header > div {
    background: url('../images/header-logo.png') 47% 50% no-repeat;
    height: 100%;

}

.headerLeft {
    float: left;
    padding-left: 98px;
    padding-top: 25px;
}

.headerLeft .h1 {
    font-size: 30px;
    color: #ff8300;
}

.headerLeft .h2 {
    font-size: 29px;
    margin-top: -4px;
    color: #59676e;
}

.headerRight {
    float: right;
    padding-top: 10px;
    padding-right: 100px;
}

.headerRight p {
    font-size: 12px;
    text-align: right;
    color: #59676e;
}

.headerRight__phone {
    display: block;
    margin-top: 2px;
    font-size: 32px;
    text-decoration: none;
    color: #ff8300;
}

.headerRight__phone:hover {
    text-decoration: underline;
}

.headerRight__feedback {
display: block;
color: #ffffff;
font-size: 14px;
margin-top: 2px;
text-align: center;
text-decoration: none;
float: right;
padding: 8px 20px 8px 42px;
background: url('../images/phone_icon.jpg') 10px center no-repeat #c90705;
}

.headerRight__feedback:hover {
    text-decoration: none;
}

.logo_top {
    
    float: left;
height: 123px;
width: 150px;
margin: 0px 0 0 145px;
    
}

.logo_top a {
    
    display: block;
width: 150px;
height: 123px;
text-decoration: none;
}

/***NAV***/
.top-nav {
    width: 100%;
    overflow: hidden;
    clear: both;
    height: 40px;
    background-color: #ff8300;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.3);
}

.top-nav > div.container {
    height: inherit;
}

.top-nav ul {
    list-style: none;
    height: inherit;
    display: table;
    width: inherit;
    
}

.top-nav ul  li {
    display: table-cell;
height: inherit;
line-height: 36px;
text-align: center;
/* vertical-align: middle; */
-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
-moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
-o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

.top-nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
}



li.gold {
    background-color: #ffb301;
}

li.gold:hover{
    background-color: #bf9430;
}

li.orange {
    background-color: #f86900;
}

li.orange:hover {
    background-color: #BA6A2F;
}

li.orange:hover > .under {
    display: block !important;
}

li.red {
    background-color: #f63700;
}

li.red:hover {
    background-color: #B94D2E;
}

li.rubin {
    background-color: #c40401;
}

li.rubin:hover {
    background-color: #932825;
}

li.green {
    background-color: #2a9e2a;
}

li.green:hover {
    background-color: #357735;
}

/**** level 2 menu ****/

.under {
    background-color: #f86900;
    position: absolute;
    width:258px !important;
    display: none !important;
    -webkit-transition: 0.45s linear display;
-moz-transition: 0.45s linear display;
-o-transition: 0.45s linear display;
transition: 0.45s linear display;
height:auto !important;
z-index:99;

}

.under li {
    display: block !important;
}

.under li:hover {
    background-color: #BA6A2F;
}


/*** level 2 end ***/
.main {
    margin-top: 34px;
    padding-bottom: 26px;
    display: block;
    clear: both;
    
}

.slider {
    height: 293px;
    background: #fff url('../images/banner_gs.jpg') center top no-repeat;
}

.slider-inner {
	width: 1200px;
	height: 293px;
	margin: 0 auto;
	min-width: 1200px;
	overflow: hidden;
}

.slide-title {
	color: #ff7400;
  font-size: 40px;
  font-weight: 300;
    padding: 50px 0 0 100px;
}

.slide-text {
	padding: 30px 0 0 100px;
	color: #59676e;
}

.slide-text p {
	margin: 1em 0;
}

.content {
    float: left;
    width: 850px;
    margin-right: 30px;
}

.content p {
    line-height: 21px;
    margin-bottom: 9px;
    font-size: 14px;
    color: #59676e;
    text-align: left;
}

.content section {
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 17px;
}

.content .h1 {
    color: #ff7400;
    font-size: 26px;
    margin-bottom: 13px;
    line-height: 34px;
}

.sidebar {
    width: 320px;
    overflow: hidden;
    float: left;
    -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.3);
}

.sidebar > .h1 {
    color: #ff7400;
    font-size: 26px;
    margin-bottom: 17px;
    line-height: 34px;
    margin-top: 4px;
}


.sidebar > a {
    display: block;
    margin-top: 13px;
    font-size: 14px;
    color: #59676e;
}

.white-box {
    background-color: #ffffff;
    width: 100%;
    padding: 17px 29px;
}

.white-box .h1 {
    color: #ff7400;
    font-size: 20px;
    margin-bottom: 11px;
    line-height: 34px;
}

.white-box ul {
    list-style: inside;
    margin: 0 -7px;
}

.white-box li {

    margin-bottom: 11px;
 
}

.white-box li a {
    font-size: 14px;
    color: #59676e;
    text-decoration: underline;
}

.white-box li a:hover {
    text-decoration: none;
}

.white-box li.active a {
    text-decoration: none;
    font-weight: bold;
}


.white-box section {
    padding-bottom: 19px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 16px;
}

.white-box section:last-child {
    border: none;
}

.about {
	background: url(../images/icons.jpg) no-repeat center top, url(../images/ic_bg.jpg) repeat left top #d9dbdf;
    height: 285px;
    border-bottom: 1px solid #fff;
    padding-top: 0px;
    width:100%;
    min-width:1200px;
    overflow: hidden;
}

.garantiya,
.a5let,
.dostavka,
.print,
.a10proc {
    padding-top: 167px;
    float: left;
    width: 20%;
    background: url('../images/icons.png') 0 0 no-repeat;
    text-align: center;
    font-size: 25px;
    line-height: 32px;
    /* text-indent: 23px; */
}

.a5let {
    background-position: 25% 0;
}

.dostavka {
    background-position: 50% 0;
}

.print {
    background-position: 75% 0;
}

.a10proc {
    background-position: 100% 0;
}

.form {
    margin-top: 35px;
}

.form .left {
    float: left;
    width: 339px;
    margin-right: 41px;
}

.form .left input {
    height: 52px;
    width: 100%;
    clear: both;
    margin-bottom: 28px;
    background-color: #ffffff;
    border: 1px solid #d0d2d8;
    font-size: 20px;
    font-weight: 100;
    text-indent: 12px;
    font-family: 'Roboto', sans-serif;
    -webkit-box-shadow: inset -3px 4px 5px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow:    inset -3px 4px 5px 0px rgba(50, 50, 50, 0.1);
box-shadow:         inset -3px 4px 5px 0px rgba(50, 50, 50, 0.1);
}

.form .right {
    float: left;
    width: 820px;
}

.form .right textarea {
    display: block;
    resize: none;
    width: 100%;
    height: 132px;
    border: 1px solid #d0d2d8;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    text-indent: 20px;
    font-size: 20px;
    padding-top: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: inset -3px 4px 5px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow:    inset -3px 4px 5px 0px rgba(50, 50, 50, 0.1);
box-shadow:         inset -3px 4px 5px 0px rgba(50, 50, 50, 0.1);
}

.form .right input {
    background: url('../images/submit.png') 0 0 no-repeat;
    border: 0;
    height: 52px;
    width: 188px;
    font-size: 21px;
    text-indent: 59px;
    color: #fff;
    cursor: pointer;
    opacity: .5;
}

.form .right input:hover,
.form .right input:focus {
    opacity: 1;
}

.footer {
    background: url('../images/footer.jpg') 0 0;
    height: 206px;
    min-width: 1200px;
}

.footer .top {
    height: 146px;
    overflow: hidden;
    margin-top: 10px;
}

.footer .down {
    
    margin-top: 10px;
}

.footer .topLeft {
    float: left;
    width: 476px;
    height: 100%;
    margin-right: 97px;
    opacity: .8;
}

.footer .topLeft:hover {
    opacity: 1;
}

.footer .topRight {
    float: left;
    height: 100%;
    margin-top: -2px;
}

.footer .topRight ul {
    float: right;
    list-style: none;
}

.footer .topRight ul li.title {
    margin-bottom: 6px;
}

.footer .topRight ul li {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 4px;
}

.footer .topRight ul a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: normal;
    font-size: 12px;
    padding-left: 10px;
}

.footer .topRight ul a:hover {
    text-decoration: none;
}

.footer .topRight ul.one {
    margin-left: -2px;
}

.footer .topRight ul.two {
    padding-left: 75px;
}

.footer .topRight ul.three {
    padding-left: 46px;
}

.footer .down .downLeft{
    float: left;
    font-size: 13px;
    color: #fff;
    padding-top: 13px;
}

.footer .down .downRight{
    float: right;
    font-size: 12px;
    padding-top: 13px;
    color: #ffa000;
}

.footer .down .downRight a {
    color: #ff7805;
}

/*** form ***/

.errors {
    margin:0px 0 10px;color: #ff0000;
}

.error_small {
    color: #ff0000; font-size:12px;
}

div.content ul {
    
    list-style: disc;
padding: 0 0 0 30px;
margin: 10px 0;
font-size: 14px;
  color: #59676e;
    
}

div.content table tr td {
    
   padding: 10px;
}

.team_item {
    
    float: left;
    width:400px;
    text-align: left;
    margin-bottom: 25px;
margin-right: 25px;
}

.team_item p {
    
font-weight: bold;
 
}

/*** gallery ***/

.image {
    float: left;
  border: 2px solid #ff7400;
  margin: 0 20px 20px 0;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow:    1px 1px 5px 0px rgba(0, 0, 0, 0.4);
box-shadow:         1px 1px 5px 0px rgba(0, 0, 0, 0.4);
opacity: 0.8;

}

.image:hover {
    opacity: 1;

}