body{
	background:#f7f0dc;

}
a {
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
.clear {
	clear: both;
}

#wrapper{

}
.width{
	max-width:1170px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.CartModule{
	overflow:hidden;
}
.CartModule_head_title{
	background:#f9a123;
	float:left;
	width:50px;
	height:50px;
}
.CartModule_head_count{
	background:#f2f2f2;
	float:left;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
}
/*-----------------------------Head*/
.head-wrapper{
	top:50px;
	height:150px;
	width:100%;
	position:absolute;
	left:0;
	z-index:2;


}
.head{
	max-width:1200px;
	margin:0 auto;
	position:relative;
	background:#fff;

}
.head .logo{
	width:300px;
	float:left;
	height:100px;
}
.head .logo img{
	width:100%;
	height:auto;
	display:block;
	margin:25px 0 0 10px;
}
.moduleSearch{
	width:300px;
	background:#ccc;
	position:absolute;
	top:25px;
	left:350px;
	height:50px;
}
.moduleSearch .input{
	display:block;
	width:200px;
	height:50px;
	border:1px solid #dedede;
	line-height:50px;
	padding:0 10px;
	float:left;
}
.moduleSearch .button{
	display:block;
	width:100px;
	height:50px;
	border:1px solid #f9a123;
	line-height:50px;
	padding:0 10px;
	background:#f9a123;
	cursor:pointer;
	color:#fff;
	font-size:16px;
}
/*-----------------------------Contact*/
.head .contact{
	width:220px;
	height:50px;
	float:right;
	overflow:hidden;
	margin:25px 0px 0 0;
}
.head .contact .icon{
	width:50px;
	height:50px;
	float:left;
	background:#f9a123;
}
.head .contact .icon:hover{
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
}
.head .contact .info{
	width:150px;
	margin-left:10px;
	height:50px;
	float:left;
	line-height:50px;
	color:#444;
	font-size:22px;
	font-weight:bold;
}
.head .cart-block{
	width:100px;
	float:right !important;
	margin:25px 10px 0 0;
}
.cart-icon{
	width:50px;
	height:50px;
	background:#f9a123;
	float:left;
}
.cart-summ{
	width:50px;
	height:50px;
	border-top:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	text-align:center;
	line-height:50px;
	color:#444;
	font-size:16px;
	font-weight:bold;
	float:left;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}





/*-----------------------------Callback*/
#button-callback{
	text-align:center;
	background:#452c1e;
	color:#fff;
	font-size:14px;
	width:150px;
	height:50px;
	line-height:50px;
	margin:25px 10px 0 0;
	text-decoration:none;
	display:block;
	float:right;
}
#go:hover{
	background:#f9a123;
}
/*-----------------------------Main-menu*/
.head .main-menu{

		background:#f9a123;
}
.background-fon{
	overflow:hidden;
}
.background-fon img{
	min-width:100%;
	height:250px;
	display:block;
	margin:0;
	padding:0;
	background-size: cover;
}
.services-wrapper{
	background:#f9a123;
	padding:50px 0;
}
.services{
	max-width:1200px;
	margin:0 auto;
	text-align:center;
}
.services .title{
	font-size:28px;
	color:#fff;
	text-align:center;
	margin:10px 0 30px 0;
	display:inline;
	padding:10px 20px;
	background:#452c1e;
}
.services ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 101%;
	margin-left: -2%;
	overflow:hidden;
}
.services ul li{
	display: block;
	float: left;
	padding: 0;
	width: 31.3333333%;
	margin-left: 2%;
	margin-top: 40px;
}

.services ul li .image{
	overflow:hidden;
	width:100%;
	height:auto;
	display:block;
}
.services ul li img{
	width:100%;
	height:auto;
	display:block;
	  -webkit-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
  transition: all 0.3s ease-in-out 0s;
}
.services ul li:hover img{
	width:100%;
	height:auto;
	display:block;
	  -webkit-transform: translate3d(0,0,0) scale(1.5);
  transform: translate3d(0,0,0) scale(1.5);
}
.services a{
	font-size:16px;
	color:#fff;
	text-align:center;
	margin:10px 0;
	min-height:40px;
	display:block;
	text-transform: uppercase;
}
.services a:hover{
	text-decoration:none;
}


#k2Container{
	background:#fff;
}


/*-----------------------------Breadcrumbs*/
.breadcrumbs{
	max-width:1200px;
	margin:0 auto;
	background:#fff;
	padding:25px 0;
	color:#6f828c;
	font-size:12px;

	border-bottom:5px solid #dedede;
}
.breadcrumbs a{
	font-size:12px;
	color:#6f828c;
	text-decoration:none;
	padding:0 10px;
}
.breadcrumbs a:hover{
	color:#f69f07;
}
.breadcrumbs span{
	color:#6f828c;
	font-size:12px;
	padding:0 10px;
}

/*-----------------------------Container*/
#container{
	padding:0;
	overflow:hidden;
	background:#f7f0dc;
}
/*-----------------------------Sidebar*/
.left{
	width:270px;
	float:left;
	margin-right:30px;
	overflow:hidden;
}
.sidebar-mobile-button{
	display:none;
}
.sidebar-mobile-button_full{
	display:none;
}
.sidebar-mobile-button_none{
	display:none;
}
/*-----------------------------Content*/
.content{
	overflow:hidden;
}
.content_full{
	width:100%;
}
.content_middle{
	overflow:hidden;
}


.parallax-block-wrapper{
	min-height:500px;
    width: 100%;
    position: relative;
	background-size:cover;
}
.parallax-block{
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	padding:50px 0;
}
.parallax-block span{
	font-size:28px;
	color:#444;
	font-weight:bold;
	text-align:center;
	display:inline;
	padding:10px 20px;
	background:#fff;
}
.parallax-block img{
	width:100%;
	height:auto;
	display:block;
	margin-top:50px;
}
/*-----------------------------Footer*/
.footer-wrapper{
	overflow:hidden;
	width:100%;
	position:relative;
	background:#222;
}
.footer{
	overflow:hidden;
	padding:40px 0;
}
.footer .col{
	width:23%;
	float:left;
	margin: 0 1%;
}
.footer .col span{
	text-transform: uppercase;
	display:block;
	padding:10px 0;
	color:#fff;
	border-bottom:5px solid #fff;
	font-size:16px;
	text-decoration:none;
}

.footer .col ul{
	list-style:none;
	margin:0;

}
.footer .col ul li{

}
.footer .col ul li a{
	text-transform: uppercase;
	display:block;
	padding:8px 0;
	color:#f9a123;
	font-size:14px;
	text-decoration:none;
}
.footer .col ul li a:hover{
	color:#fff;
}





.footer .col strong{
	text-transform: uppercase;
	display:block;
	padding:15px 0;
	color:#f9a123;
	font-size:14px;
	text-decoration:none;
}
#toTop {
	width:50px;
	height:50px;
	background:#f9a123;
	text-align:center;
	line-height:50px;
	cursor:pointer;
	display:none;
	color:#fff;
	border-radius:25px;
	font-size:16px;
	font-weight:bold;
	opacity:1;
	position:fixed;
	right:0px;
	bottom:50px;
}
#toTop:hover {
	opacity:0.7;
}

.branding{
	background:#222;
	border-top:5px solid #f9a123;
	padding:20px 0;

}
.branding p, .branding a{

	color:#fff;
	font-size:16px;
	text-decoration:none;
	padding:10px 0;
	line-height:25px;
	display:inline-block;
}
.branding img{

}
.custom-about{
	padding:50px 20px;
	text-align: left;
}
.custom-about h1{
	font-size:28px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	display:inline;
	line-height:150%;
	padding:10px 20px;
	background:#f9a123;
}
/*------------------------------Модуль*/
.moduletable{
	margin-bottom:30px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;

}
.moduletable h3{
	padding:20px 0;
	font-size:20px;
	color:#f9a123;
	text-transform: uppercase;
	text-align:right;
	border-bottom:5px solid #f9a123;
}




.wk-gallery img{
	width:33.333333333% !important;
	height:auto !important;
	display:block !important;
	-webkit-filter: grayscale(100%);
	transition:0.3s;
	padding:3% ;
}
.wk-gallery img:hover{
	-webkit-filter: grayscale(0%);
}

/*------------------------------Модуль Хиты*/
.carousel-title{
	background:#163b99;
	padding:12px 20px 12px 30px;
	font-size:14px;
	color:#fff;
	text-transform: uppercase;
	margin-bottom:30px;
}
.carousel-hits img{
	width:100%;
	height:auto;
	display:block;
}
.carousel-hits h2{
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 10px;
	min-height: 46px;
	margin:0;
}
.carousel-hits h2 a{
	color:#0f2a6c;
	text-decoration:none;
}
.carousel-hits h2 a:hover{
	color:#f69f07;
	text-decoration:none;
}
.carousel-hits .price{
	padding:10px;
	font-size: 22px;
	color: #f69f07;
	font-weight: bold;
}
.carousel-hits .more a{
	background: #0f2a6c;
	color: #fff;
	padding:10px;
	font-size:12px;
	text-decoration:none;
}
.carousel-hits .more{
	padding:0 0 20px 10px;

}
.carousel-hits .more a:hover{
	background: #f69f07;
}




/*------------------------------Модуль Почему*/

.why-wrapper{
	background:#f9a123;
	padding:50px 0;
}

.why{
	max-width:1200px;
	margin:0 auto;
	text-align:center;
	text-align:center;
}
.why span{
	font-size:28px;
	color:#fff;
	text-align:center;
	margin:10px 0 30px 0;
	display:inline;
	padding:10px 20px;
	background:#452c1e;
	text-transform: uppercase;
}
.why ul{
	list-style:none;
	margin:50px 0 0 0;
	padding:0;
	overflow:hidden;
}
.why ul li{
	width:20%;
	float:left;
}
.why ul li img{
	width:150px;
	height:150px;
	display:block;
	margin:0 auto;

}
.why ul li strong{
	padding:10px 0px 40px 0px;
	font-size:14px !important;
	font-weight:bold;
	color:#fff;
	width:70%;
	margin:0 auto;
	height:40px;
	display:block;
	text-align:center;
	text-transform: uppercase;
	border-bottom:2px solid #fff;

}
.why ul li p{
	padding:10px 20px;
	font-size:14px;
	color:#fff;
	display:block;
	text-align:center;
}
/*------------------------------Модуль Новсоти*/
.moduletable_news{
	margin-bottom: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.moduletable_news h3{
    padding: 20px 0;
    font-size: 20px;
    color: #f9a123;
    text-transform: uppercase;
    text-align: right;
    border-bottom: 5px solid #f9a123;
}
.last-new-wrapper{
	overflow:hidden;
}
.last-news {

}


.last-news h2{
	font-size: 14px;
	font-weight:bold;
	padding: 5px 10px 5px 10px;
	margin:0;
}
.last-news h2 a{
	color:#444;
	text-decoration:none;
}
.last-news h2 a:hover{
	color:#f69f07;
	text-decoration:none;
}
.last-news p{
	font-size:14px;
	color:#444;
	padding:10px;
}

/*------------------------------Grid*/
.grid{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 103%;
	margin-left: -3%;
	overflow:hidden;
}
.grid > li{
	display: block;
	float: left;
	padding: 0;
	background: #fff;
	width: 30.3333333%;
	margin-left: 3%;
	margin-bottom: 3%;
}



::-webkit-input-placeholder {color:#444;}
::-moz-placeholder          {color:#444;}/* Firefox 19+ */
:-moz-placeholder           {color:#444;}/* Firefox 18- */
:-ms-input-placeholder      {color:#444;}



*{
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*---------------------------------------------------------------------SHOP*/
/*-------------------Carousel*/
.carousel-hits{

}
.filter_price{
	overflow:hidden;
	margin:20px 0;
}
.filter_price_left{
	width:48%;
	float:left;
}
.filter_price_right{
	width:48%;
	float:right;
}
.filter_price input{
	width:100%;
	display:block;
	padding:5px;
	border-radius:10px;
	border:none;
}

.buttonFilter{
	background:#452c1e;
	padding:10px 20px;
	color:#fff;
	border:none;
	cursor:pointer;
}
.buttonFilter:hover{
	background:#f9a123;
}
.buttonFilterReset{
	color:#452c1e;
	font-size:12px;
}
.buttonFilterReset:hover{
	text-decoration:underline;
}




.modal-form {
	width: 400px;
	background: #fff;
	position: fixed; /* чтобы окно было в видимой зоне в любом месте */
	top: 10%; /* отступаем сверху 45%, остальные 5% подвинет скрипт */
	left: 50%; /* половина экрана слева */
	margin-left: -225px; /* тут вся магия центровки css, отступаем влево и вверх минус половину ширины и высоты соответственно =) */
	display: none; /* в обычном состоянии окна не должно быть */
	opacity: 0; /* полностью прозрачно для анимирования */
	z-index: 999; /* окно должно быть наиболее большем слое */
	padding:30px;

	-moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal-form-close{
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	background:#f9a123;
	color:#fff;
	font-size:14px;
}
.modal-form-title{
	font-weight:bold;
	margin:0 0 10px 0;
}
.modal-form-text{
	font-size:12px;
	margin:0 0 10px 0;
}
.modal-form-field-block input{
	display:block;
	width:100%;
	padding:10px;
	margin:0 0 20px 0;
}
.modal-form-field-block .invalid{
	border:1px solid #f20000 !important;
}
.modal-form-field-block button{
	padding:10px;
	border:none;
	background:#f9a123;
	color:#fff;
	cursor:pointer;
}


/* Кнопка закрыть для тех кто в танке) */
#modal-form #modal_close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
	color:#fff;
	line-height:20px;
	text-align:center;
	cursor: pointer;
	display: block;
	background:#dedede;
}

/*----------------------------------------------------------Modals*/

#modal_form {
	width: 400px;
	height: 250px;
	background: #fff;
	position: fixed; /* чтобы окно было в видимой зоне в любом месте */
	top: 40%; /* отступаем сверху 45%, остальные 5% подвинет скрипт */
	left: 50%; /* половина экрана слева */
	margin-top: -100px;
	margin-left: -225px; /* тут вся магия центровки css, отступаем влево и вверх минус половину ширины и высоты соответственно =) */
	display: none; /* в обычном состоянии окна не должно быть */
	opacity: 0; /* полностью прозрачно для анимирования */
	z-index: 999; /* окно должно быть наиболее большем слое */
	padding:30px;

	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* Кнопка закрыть для тех кто в танке) */
#modal_form #modal_close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
	color:#fff;
	line-height:20px;
	text-align:center;
	cursor: pointer;
	display: block;
	background:#dedede;
}
#modal_form #modal_close:hover {
	color:#fa9c38;
}



/* Подложка */
#overlay {
	z-index: 3; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
	position: fixed; /* всегда перекрывает весь сайт */
	background-color: #000; /* черная */
	opacity: 0.9; /* но немного прозрачна */
	width: 100%;
	height: 100%; /* размером во весь экран */
	top: 0;
	left: 0; /* сверху и слева 0, обязательные свойства! */
	cursor: pointer;
	display: none; /* в обычном состоянии её нет) */
}
#overlayOffer {
	z-index: 3; /* подложка должна быть выше слоев элементов сайта, но ниже слоя модального окна */
	position: fixed; /* всегда перекрывает весь сайт */
	background-color: #000; /* черная */
	opacity: 0.9; /* но немного прозрачна */
	width: 100%;
	height: 100%; /* размером во весь экран */
	top: 0;
	left: 0; /* сверху и слева 0, обязательные свойства! */
	cursor: pointer;
	display: none; /* в обычном состоянии её нет) */
}





.item-199 > a{
	display:none !important;
}
#owl-demo{
	position:relative;
}
#owl-demo .owl-controls{
	position:absolute;
	display:block;
	top:50%;
	margin-top:-20px;
	left:0;
	width:100%;
	z-index:2;
}
#owl-demo .owl-controls .owl-buttons{
	position:absolute;
	display:block;
	top:50%;
	left:0;
	width:100%;
}

#owl-demo .owl-controls .owl-buttons .owl-prev{
	position:absolute;
	width:40px;
	height:40px;
	display:block;
	background:#f9a123;
	color:#fff;
	top:0;
	left:0;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	font-size:22px;
}
#owl-demo .owl-controls .owl-buttons .owl-next{
	position:absolute;
	width:40px;
	height:40px;
	display:block;
	background:#f9a123;
	color:#fff;
	top:0;
	right:0;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	font-size:22px;
}


/*------------------------------------------------------------*/
/*-------------------/System message start/-------------------*/
/*------------------------------------------------------------*/
/*Само оконо*/
.alert-message, .alert-warning {
	width: 280px;
	height: auto;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 20%;
	margin-left: -140px;
	display: block;
	opacity: 1;
	z-index: 999999999;
	padding:30px 15px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;

}

.alert-message .close, .alert-warning .close{
	display:none;
}
.alert-message h4, .alert-warning h4{
	text-align:center;
	font-weight:normal;
	font-size:14px;
}
.alert-message div p, .alert-warning div p{
	font-size:16px;
	text-align:center;
	color:#f86868;
}
/*Подложка*/
#overlaySystemMessage {
	z-index: 999;
	position: fixed;
	background-color: #88a93a;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: block;
}

/*------------------------------------------------------------*/
/*--------------------/System message end/--------------------*/
/*------------------------------------------------------------*/





/* -------------------------------- 

Main Components 

-------------------------------- */
.moduletable-main1, .moduletable-main2, .moduletable-main3, .moduletable-main4, .moduletable-main5, .moduletable-main6, .moduletable-main7, .moduletable-main8{
	background:#f9a123;
	margin:0 0 3px 0;
	position:relative;
}
.moduletable-main1:after,.moduletable-main2:after,.moduletable-main3:after,.moduletable-main4:after,.moduletable-main5:after,.moduletable-main6:after,.moduletable-main7:after,.moduletable-main8:after{
	content:'';
	width:14px;
	height:14px;
	display:block;
	position:absolute;
	top:16px;
	right:5px;
	background:url(../images/menu-icon.png);
	background-size:14px 14px;
	z-index:2;
}
.moduletable-main1 h3, .moduletable-main2 h3, .moduletable-main3 h3,.moduletable-main4 h3, .moduletable-main5 h3, .moduletable-main6 h3, .moduletable-main7 h3, .moduletable-main8 h3{
	background:#452c1e;
	padding:15px 10px;
	color:#fff;
	font-size:16px;
	display:block;
	cursor:pointer;
}
.moduletable-main1 > ul, .moduletable-main2 > ul, .moduletable-main3 > ul, .moduletable-main4 > ul, .moduletable-main5 > ul, .moduletable-main6 > ul, .moduletable-main7 > ul, .moduletable-main8 > ul {
	display:none;
}
.moduletable-main1 > ul > .active a{
	background:#ccc !important
}



