*{
	margin: 0;
	padding: 0;
}

/* Шрифты не скачут! */
html * {max-height:1000000px;}
/* /Шрифты не скачут! */

/* font-family: "BoomBoomRegular"; */
@font-face {
    font-family: "BoomBoomRegular";
    src: url("../fonts/BoomBoomRegular/BoomBoomRegular.eot");
    src: url("../fonts/BoomBoomRegular/BoomBoomRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/BoomBoomRegular/BoomBoomRegular.woff") format("woff"),
    url("../fonts/BoomBoomRegular/BoomBoomRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
html, body{height: 100%;}
body{
	font: 16px 'Arail',sans-serif;
	background: #fff;
	color: #333;
}

li{list-style-type: none;}
span, a{	
	text-decoration: none;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;	
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	line-height: 1;
	color: #323232;
}
h1, h2, h3, h4, h5, h6, p{
	font-weight: normal;
	line-height: 1;
	transition: all 0.4s;
}
input, button, textarea{
	outline: none;
	border: none;
	resize: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number'] {-moz-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="submit"]{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;	
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
}


/* Убираем значок скайпа */
.skype_c2c_print_container.notranslate{display: block !important;}
.skype_c2c_menu_container{display: none !important;}
#skype_c2c_container{display: none !important;}
/* /Убираем значок скайпа */

.left{float: left;}
.right{float: right;}
.clear{clear: both;}

#wrapper{
	position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -30px;
}

.container{
	margin: 0 auto;
	padding: 0 24px;
	width: 1000px;
}

header{
	/*min-height: 100px;*/
	background: url(../images/bg-2.jpg) repeat;
}
header .container{
	padding: 20px 24px;
	color: #fff;
	letter-spacing: 2px;
}
header .logo{
	display: inline-block;
	font: 44px 'BoomBoomRegular';
	color: #fff;
}
header .zum_shop{
	float: right;
}
header .zum_shop a{
	display: inline-block;
	padding: 3px 15px 7px;
	font: 44px 'BoomBoomRegular';
	animation: zum_shop 1s linear infinite;
	color: #fff;
	line-height: 1;
}

@keyframes zum_shop{
	50% {
		color: orange;
		box-shadow: 0 0 20px #fff;
	}
}
/*@keyframes sky-one{
	100% {
		-webkit-transform: translateX(-400%);    
		transform: translateX(-400%);  
	}
}*/

nav	{
	background: #eee;
	border-bottom: 2px solid #41B0FF;
}
nav	.container{padding: 0 24px;}
nav ul li{
	float: left;
	margin: 0;
}
nav ul li a{
	display: inline-block;
	padding: 15px 25px;
}
nav ul li a:hover,
nav ul li a.active{
	background: #41B0FF;
	color: #fff;
}


/*.main_content{border-bottom: 20px solid #333;}*/
.main_content .container{
	padding: 20px 24px;
	min-height: 500px;
}
.main_content h1{
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.3;
	font-size: 26px;
}
.main_content h2{
	text-align: center;
	line-height: 1.2;
}
.main_content h1 span{
	font-weight: bold;
}
.main_content h1::after{
	display: block;
	position: relative;
	/*bottom: 15px;*/
	content: '';
	margin: 7px auto 17px;
	width: 400px;
	height: 3px;
	background: #FFBA14;
}
.main_content p{
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 28px;
}
.main_content p span{
	text-decoration: underline;
	font-weight: bold;
	/*color: #FFBA14;*/
}
.main_content .works{
	margin: 15px 0 50px;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.main_content .works p{
	display: inline-block;
	margin: 5px 0px 15px;
	font: 16px Arial;
}
.main_content .works p + p{
	position: relative;
    left: 27px;
}
.products{
	margin: 35px 0;
}
.products .product-item{
	position: relative;
	margin-bottom: 35px;
	border: 1px solid #ddd;
	border-radius: 4px;
	overflow: hidden;
}
.products .product-item h2{
	padding: 8px 30px;
	background: #333;
	color: #fff;
	font-size: 20px;
	background: url(../images/bg-3.png);
	opacity: 0.88;
}
.products .product-item img{
	display: inline-block;
	margin: 20px;
	width: 300px;
	height: 200px;
	border-radius: 5px;
}
.products .product-item .text{
	display: inline-block;
	margin: 20px 20px 20px 0;
	padding: 15px;
	width: 598px;
	min-height: 168px;
	vertical-align: top;
	border: 1px solid #D1ECFF;
	border-radius: 5px;
	background: #F7FCFF
}
.products .product-item .text p{
	margin-bottom: 10px;
	font-size: 16px;
}


.uber_uns{margin: 30px 110px;}
.uber_uns li{
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}
.uber_uns li span{
	position: absolute;
	bottom: -6px;
	left: 0;
	color: #41B0FF;
	font-size: 30px;
}






.contact-item + .contact-item{margin-left: 35px;}
.contact-item{
	display: inline-block;
	width: 480px;
	min-height: 130px;
	background: #F7FCFF;
	vertical-align: top;
	border-bottom: 4px solid #D5F0FF;
}
.contact-item p{
	margin-bottom: 10px;
	padding: 3px 15px;
	background: #D5F0FF;
}
.contact-item li{
	display: inline-block;
	width: 200px;
	margin: 0 20px 8px 15px;
}


.wr-slider{
	display: block;
	margin: 20px 0 30px;
	border-radius: 7px 7px 0 0;
	overflow: hidden;
}
.wr-slider .slider-content{
	padding-bottom: 20px;
	border: 2px solid #C1E8FF;
	border-top: none;
}
.wr-slider .name{
	margin: 0;
	padding: 7px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background: url(../images/bg-3.png);
	opacity: 0.88;
}
.wr-slider .slider{
	padding: 20px 0 20px;
	background: ;
	min-height: 150px;
	border-bottom: none;
	border-top: none;
	text-align: center;
}
.wr-slider .slider .sl-item{height: 100%;}
.wr-slider .slider .item{
	display: inline-block;
	margin: 0 15px;
	width: 280px;
	text-align: center;
}
.wr-slider .slider .item p{
	font-size: 20px;
	color: #41B0FF;
	font-weight: bold;
}
.wr-slider .slider .item img{
	max-width: 180px;
	max-height: 180px;
}
.wr-slider span{
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 40px;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #41B0FF;
	border-radius: 30px;
	animation: zum_shop_slider 1s linear infinite;
}
@keyframes zum_shop_slider{
	50% {
		width: 320px;
		background: orange;
		box-shadow: 0 0 20px rgba(0,0,0, 0.5);
		font-size: 23px;
	}
}


footer{
    position: relative;
	height: 30px;
	margin: 30px auto 0;
	background: #333;
}
footer .container{
}

