/* cmsms stylesheet: new2 modified: вторник, 2 мая 2017 г. 12:00:30 */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
    background: url(/img/bg.png) 50% 0px no-repeat;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
/img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    position: relative;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 180px;
    position: relative;
}
#logo{
position: absolute;
left: 10px;
top: 0px;
}
#slogan{
position: absolute;
top: 20px;
right: 475px;
}
#phones{
position: absolute;
top: 18px;
right: 23px;
font-family: Tahoma;
font-size: 20px;
color: #000000;
line-height: 24px;
}
#phones div{
float: left;
width: 198px;
}
#phones div span{
font-size: 14px;
}
#menu{
padding: 77px 210px 0 195px;
}

#menu .bg{
background: url(/img/menu.png) 0px 0px repeat-x;
}
#menu .bg .left{
background: url(/img/menu-left.jpg) 0px 0px no-repeat;
}
#menu .bg .right{
background: url(/img/menu-right.jpg) 100% 0px no-repeat;
}

#menu ul{
width: 100%;
height: 37px;
margin: 0 0 0 10px;
}
#menu ul li{
width: 19%;
text-align: center;
line-height: 37px;
float: left;
padding: 0px;
margin: 0px;
list-style: none;
}
#menu ul li a{
text-transform: uppercase;
font-family: 'Myriad Pro';
font-size: 17px;
color: #ebebeb;
text-decoration: none;
}
#menu ul li a:hover{
color: #ffff01;
}

#call{
position: absolute;
top: 82px;
right: 48px;
width: 173px;
height: 27px;
display: block;
text-align: center;
font-family: 'Myriad Pro';
font-size: 16px;
color: #000000;
line-height: 27px;
text-decoration: none;
text-transform: uppercase;
background: #ffc600;
background: -moz-linear-gradient(top,  #ffc600 0%, #ffb008 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc600), color-stop(100%,#ffb008));
background: -webkit-linear-gradient(top,  #ffc600 0%,#ffb008 100%);
background: -o-linear-gradient(top,  #ffc600 0%,#ffb008 100%);
background: -ms-linear-gradient(top,  #ffc600 0%,#ffb008 100%);
background: linear-gradient(to bottom,  #ffc600 0%,#ffb008 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc600', endColorstr='#ffb008',GradientType=0 );
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#call:hover{
background: #ffb008;
background: -moz-linear-gradient(top,  #ffb008 0%, #ffc600 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc600), color-stop(100%,#ffc600));
background: -webkit-linear-gradient(top,  #ffb008 0%,#ffc600 100%);
background: -o-linear-gradient(top,  #ffb008 0%,#ffc600 100%);
background: -ms-linear-gradient(top,  #ffb008 0%,#ffc600 100%);
background: linear-gradient(to bottom,  #ffb008 0%,#ffc600 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb008', endColorstr='#ffc600',GradientType=0 );
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 97px;
}

.art {
min-width: 1200px;

}
.text{
min-width: 1000px;

}

h1{
Font-family: Arial;
color: #0100fe;
font-size: 30px;
font-weight: normal;
line-height: 56px;
margin: 10px 0 20px 0;
}
#ho {
Font-family: Arial;
color: #0100fe;
font-size: 48px;
font-weight: normal;
line-height: 56px;
margin: 10px 0 20px 0;
}
.art{
font-family: Arial;
font-size: 14px;
line-height: 20px;
color: #42474c;
margin: 0 60px;
height: 1%;
}
.art:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.art p{
text-shadow: 1px 1px 1px #ffffff;
width: 30%;
float: left;
}
.art div{
width: 65%;
float: right;
}
.art div /img{
width: 100%;
}
h2{
text-transform: uppercase;
font-family: 'Myriad Pro';
font-size: 24px;
margin: 40px 60px 20px;
text-align: center;
}
.text{
margin: 20px;
color: #343434;
font-family: Arial;
font-size: 14px;
line-height: 20px;
}

.mycarousel li{
	width:198px;
	margin:0 10px;
}
.mycarousel li /img{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: #666 2px 2px 5px;
-moz-box-shadow: #666 2px 2px 5px;
box-shadow: #666 4px 2px 5px;
}

.mycarousel{
padding-bottom: 20px !important;
}

.jcarousel-clip{
	overflow: hidden;
}

.jcarousel-prev,
.jcarousel-next{
	display:block;
	width:34px;
	height:52px;
	cursor:pointer;
    background: url(/img/arrows.png);
    position: absolute;
    margin-top: -115px;
}

.jcarousel-container{
position: static !important;
}

.jcarousel-prev{
    background-position: 0px 100%;
	float:left;
    left: 10px;
}
.jcarousel-prev:hover{
    background-position: 100% 100%;
}

.jcarousel-next:hover{
    background-position: 100% 0px;
}

.jcarousel-next{
	float:right;
    right: 10px;
}

/*.jcarousel-prev:hover,
.jcarousel-next:hover,
.jcarousel-prev-disabled,
.jcarousel-next-disabled{
	background-position:100% 0;
}*/

.mycont{
	margin:0 auto;
	overflow:hidden;
    width: 100%;
}

#galleryWrapper{
margin: 0 50px;
}

.catalog{
width: 210px;
padding: 5px;
margin: 20px 0 0 50px;
background: url(/img/catalog.png);
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.catalog ul{
list-style: none;
display: block;
padding: 10px;
background: #ffffff;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.catalog ul ul{
margin: 0px;
padding: 0 0 0 15px;

}

.catalog li.active > ul{
display: block;
}

.catalog > ul > li.active > a{
font-weight: bold;
}

.catalog li li.active > a{
color: #4271da;
}

.catalog ul a{
font-family: Arial;
font-size: 13px;
color: #404040;
text-decoration: none;
line-height: 20px;
}

.catalog ul a:hover{
color: #4271da;
}

.catalog ul ul a:hover{
color: #4271da;
}

.contentInner{
	float: right;
	margin: 0px 0 0 0px;
	width: 900px;
}

.contentInner .text{
margin-top: 0px;
}

.inner:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -97px auto 0;
	height: 100px;
	background: #666666;
	position: relative;
}

.footerInner{
    width: 1200px;
    margin: 0px auto;
    position: relative;
}

.copy{
font-family: 'Myriad Pro';
font-size: 11px;
color: #ffffff;
position: absolute;
top: 20px;
left: 20px;
text-transform: uppercase;
}

.fPhone1{
font-family: 'Myriad Pro';
font-size: 11px;
color: #ffffff;
position: absolute;
top: 20px;
left: 310px;
text-transform: uppercase;
}

.fLink{
font-family: 'Myriad Pro';
font-size: 11px;
color: #ffffff;
position: absolute;
top: 12px;
right: 320px;
text-transform: uppercase;
}

.fPhone2{
font-family: 'Myriad Pro';
font-size: 11px;
color: #ffffff;
position: absolute;
top: 12px;
right: 120px;
text-transform: uppercase;
text-align: center;
}

.counter{
position: absolute;
top: 12px;
right: 10px;
}

@media (max-width: 1220px){
    .footerInner{
        width: 1000px;
    }
    #wrapper{
        width: 1000px;
    }
    .copy{
        top: 40px;
    }
    .fPhone1{
        top: 40px;
    }

    .contentInner{
        width: 725px;
    }
}

.main1 { float:right;}

ul ol {
    margin-left: 20px !important;
}
