@charset "UTF-8";

@font-face{
    font-family: "Neo Sans Pro";
    src: url("../fonts/neosansproregular.ttf");
    font-weight: normal;
  	font-style: normal;
}
@font-face{
    font-family: "Neo Sans Pro Medium";
    src: url("../fonts/neosanspromedium.ttf");
    font-weight: normal;
  	font-style: normal;
}
@font-face{
    font-family: "Open Sans Semibold";
    src: url("../fonts/OPENSANS-SEMIBOLD.ttf");
    font-weight: normal;
  	font-style: normal;
}
@font-face{
    font-family: "Open Sans Light";
    src: url("../fonts/OPENSANS-LIGHT.ttf");
    font-weight: normal;
  	font-style: normal;
}
@font-face{
    font-family: "Open Sans Bold";
    src: url("../fonts/OPENSANS-BOLD.ttf");
    font-weight: normal;
  	font-style: normal;
}
@font-face{
    font-family: "Open Sans";
    src: url("../fonts/OPENSANS.ttf");
    font-weight: normal;
  	font-style: normal;
}
body{
	background: white url("../img/body-bg.jpg");
  	font-family: "Arial", sans-serif;
}
img{
	max-width: 100%;
}
input:focus, textarea:focus, button:focus{
    outline:none;
}
.account{
	position: relative;
	margin-top: 49px;
	margin-bottom: 84px;
	padding: 19px;
	border: 1px solid #cfcfcf;
}
.account h2{
	margin: 0;
	margin-bottom: 25px;
	font-family: "Open Sans";
	font-size: 16px;
	text-transform: uppercase;
	color: black;
	font-weight: normal;
}
.account .logo-grey{
	position: absolute;
	top: 60px;
	right: 50px;
	width: 68px;
  	height: 94px;
  	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -251px -170px;
}
.account-form{
	position: relative;
	width: 400px;
	text-align: right;
}

.asterisk{
	font-size: 18px;
	color: #c65e3a;
}
.banners{
	margin-bottom: 28px;
}
.banner-1{
	float: left;
	width: 241px;
	height: 169px;
	background: url("../img/banner-1.jpg");
	margin-right: 2px;
}
.banner-2{
	float: left;
	width: 241px;
	height: 169px;
	background: url("../img/banner-2.jpg");
	margin-right: 2px;
}
.banner-3{
	float: right;
	width: 484px;
	height: 169px;
	background: url("../img/banner-3.jpg");
}
.basket{
	float: right;
	position: relative;
	margin-top: 30px;
	font-size: 11px;
	color: #484849;
}
.basket a{
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
}
.basket a:before{
  	content: "";
  	position: absolute;
  	top: 0px;
  	left: -48px;
  	width: 41px;
  	height: 42px;
  	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -119px -55px;
}
.bold-text{
	font-weight: bold;
}
.breadcrumbs{
	position: relative;
	margin-bottom: 40px;
	border-top: 9px solid #ededed;
	border-bottom: 11px solid #ededed;
	height: 35px;
}
.breadcrumbs:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #dedede;
}
.breadcrumbs ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.breadcrumbs li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 11px;
	line-height: 35px;
}
.active-breadcrumb{
	color: #4fafa0;
}
.breadcrumbs a{
	text-decoration: none;
	color: #3f3e3e;
}
.catalog-items{
	margin-bottom: 85px;
}
.clearfix:after{
  	content: "";
  	display: table;
  	clear: both;
}
.column-left{
	float: left;
	margin-right: 24px;
	width: 241px;
}
.column-left ul{
	list-style: none;
	margin-bottom: 45px;
	padding: 0;
}
.column-left li{
	position: relative;
	padding-left: 22px;
}
.column-left li:before{
	content: "";
	position: absolute;
	top: 9px;
	left: 5px;
	width: 4px;
	height: 7px;
	background: url("../img/spritesheet.png") no-repeat center;
  	background-position: -151px -5px;
}
.column-left li:hover:before{
	content: "";
	position: absolute;
	top: 9px;
	left: 5px;
	width: 4px;
	height: 7px;
	background: url("../img/spritesheet.png") no-repeat center;
  	background-position: -188px -5px;
}
.column-left a{
	text-decoration: none;
	font-family: "Open Sans Semibold";
	font-size: 13px;
	line-height: 25px;
	color: #3f3e3e;
}
.column-left a:hover{
	color: #fb5757;
}
.column-left-banners img{
	float: left;
	margin-bottom: 30px;
}
.column-right{
	float: right;
	width: 705px;
}
.comment{
	border-bottom: 1px solid #eee;
	margin-bottom: 14px;
}
.comment-image{
	float: left;
	width: 62px;
	margin-right: 6px;
}
.comment-text{
	float: right;
	width: 173px;
}
.comment-text a{
	color: #212121;
	line-height: 10px;
	font-size: 12px;
	font-family: "Arial", sans-serif;
}
.comment-text p{
	margin-top: 12px;
	color: #6b6b6b;
	font-style: italic;
	font-size: 12px;
}
.comment:last-of-type{
	margin-bottom: 100px;
}
.contact-info p{
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 24px;
	color: #6d6d6d;
}
.contact-info .bold{
	font-size: 13px;
	font-weight: bold;
	color: #3f3e3e;
}
.contact-info .light{
	font-family: "Open Sans";
	font-size: 13px;
	color: #fa6964;
}
.contact-form label{
	display: inline-block;
	vertical-align: top;
	margin: 0 13px;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 30px;
	color: #3f3e3e;
}
.contact-form input[type="text"]{
	width: 470px;
  	margin: 0;
  	margin-bottom: 15px;
  	padding: 5px 14px;
	font-size: 12px;
	font-family: "Arial", sans-serif;
	font-style: normal;
	line-height: 18px;
	color: black;
  	border: 1px solid #dedede;
  	outline: none;
}
.contact-form textarea{
	width: 668px;
	height: 178px;
	margin-bottom: 30px;
  	padding: 5px 14px;
	font-size: 12px;
	font-family: "Arial", sans-serif;
	font-style: normal;
	line-height: 18px;
	color: black;
	border: 1px solid #dedede;
  	outline: none;
}
.contact-form button{
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin-bottom: 80px;
	width: 105px;
	height: 37px;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 37px;
	text-align: center;
	color: white;
	background-color: #dd6b44;
	border: none; 
}
.account-form input[type="text"]{
	width: 221px;
	line-height: 18px;
}
.account-form button{
	position: absolute;
	margin-bottom: 0;
	bottom: 0;
	right: -265px;
	width: 128px;
	height: 35px;
}
.container{
  	width: 970px;
  	margin: 0 auto;
}
.empty{
	clear: both;
	border-top: 1px solid #eaeaea;
	height: 50px;
}
.footer-about{
	margin: 30px 0;
	font-size: 14px;
	line-height: 18px;
	color: #999;
	text-align: center;
}
.footer-about h1{
	font-size: 24px;
	font-weight: normal;
	color: #414141;
	text-align: center;
}
.footer-payments{
	padding: 15px 0;
	background-color: #f7f7f7;
}
.footer-payments p{
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 29px;
	color: #414141;
	opacity: 0.5;
}
.footer-payments-container{
	margin: 0 auto;
	width: 520px;
}
.footer-payments-method{
	display: inline-block;
	vertical-align: top;
  	min-width: 374px;
  	height: 31px;
  	background: #f7f7f7 url("../img/spritesheet.png") no-repeat center;
  	background-position: -5px -324px;
  	margin: 0;
  	margin-left: 35px;
}
.footer-navigation{
	background-color: #ededed;
}
.footer-navigation-info{
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 45px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer-navigation-info:last-child{
	padding-right: 0;
}
.footer-navigation-info ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	color: #544f4d;
}
.footer-navigation-info li{
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
.footer-navigation-info a{
	text-decoration: none;
	color: #544f4d;
}
.footer-copyright{
	position: relative;
	background-color: #000;
	padding-top: 25px;
	padding-bottom: 35px;
}
.footer-copyright:before{
  	content: "";
  	position: absolute;
  	top: -33px;
  	left: 50%;
  	width: 66px;
  	height: 66px;
  	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -388px -5px;
 }
.footer-copyright-1{
	float: left;
	font-size: 11px;
	line-height: 20px;
	color: #8d8d8d;
}
.footer-copyright-2{
	float: right;
	text-align: right;
	font-size: 11px;
	line-height: 18px;
	color: #4fafa0;
}
.hide{
	display: none;
}
.item{
	float: left;
	position: relative;
	width: 220px;
	height: 318px;
	border: 1px solid #f3f3f3;
	background-color: white; 
	margin-right: 25px;
	margin-bottom: 33px;
}
.item:nth-child(4n+5){
	margin-right: 0;
}
.column-right .item{
	margin-right: 19px;
}
.column-right .item:nth-of-type(3n){
	margin-right: 0;
}
.item-hit, .item-discount{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	width: 66px;
    height: 66px;
    background: transparent url("../img/spritesheet.png") no-repeat center;
    background-position: -70px -120px;
}
.item-discount{
	background-position: -193px -55px;
}
.item .item-image{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 229px;
	width: 222px;
	margin: 0 auto;
}
.item-info{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 222px;
	font-family: "Neo Sans Pro";
	font-size: 0;
}
.item-name{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
	margin-bottom: 5px;
	font-size: 14px;
	text-align: center;
	color: #6b6b6b;
}
.item-price-old{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 112px;
	text-decoration: line-through;
	font-size: 14px;
	text-align: center;
	color: #6b6b6b;
}
.item-price{
	display: inline-block;
	height: 16px;
	width: 112px;
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
	color: #ff783d;
}
.item-cart{
	display: inline-block;
  	vertical-align: top;
  	width: 54px;
  	height: 40px;
  	font-size: 0;
  	margin: 0 1px;
  	text-decoration: none;
  	background: white url("../img/spritesheet.png") no-repeat center;
  	background-position: -250px -5px;
}
.item-cart:hover{
	background: white url("../img/spritesheet.png") no-repeat center;
  	background-position: -314px -5px;
}
.item-info-btn{
	display: inline-block;
  	vertical-align: top;
  	width: 54px;
  	height: 40px;
  	font-size: 0;
  	text-decoration: none;
  	background: #f7f7f7 url("../img/spritesheet.png") no-repeat center;
  	background-position: -269px -120px;
  	margin: 0;
}
.item-info-btn:hover{
	background: white url("../img/spritesheet.png") no-repeat center;
  	background-position: -146px -170px;
}

.item-full-img{
	float: left;
	position: relative;
	margin-right: 30px;
	margin-bottom: 30px;
  	vertical-align: middle;
  	text-align: center;
	width: 330px;
	height: 420px;
	line-height: 420px;
	background-color: white;
	border: 1px solid #dedede;
}
.item-full-img:after{
	content: "";
  	position: absolute;
  	bottom: 10px;
  	right: 10px;
  	width: 32px;
  	height: 32px;
  	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -334px -84px;
}
.item-full-img img{
	display: inline;
	line-height: 420px;
	vertical-align: middle;
	max-width: 320px;
	max-height: 410px;
}
.item-full-info{
	float: left;
	width: 343px;
}
.item-full-nav{
	font-family: "Neo Sans Pro Medium";
}
.item-full-nav ul{
  	margin: 0;
  	padding: 0;
  	font-size: 0;
  	list-style: none;
}
.item-full-nav li{
  	display: inline-block;
  	margin-right: 4px;
  	font-size: 14px;
  	line-height: 14px;
  	color: black;
  	text-transform: uppercase;
  	vertical-align: top;
  	background-color: white;
  	border: 1px solid #dedede;
  	border-bottom: none;
}
.item-full-nav a{
  	display: block;
  	padding: 18px;
  	text-decoration: none;
  	color: #3f3e3e;
}
.item-full-nav .item-nav-active{
	position: relative;
	top: -5px;
	padding: 18px;
	background-color: #4fafa0;
	color: white;
}
.item-full-description, .item-full-complectation{
	padding: 15px 20px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #3f3e3e;
	background-color: white;
	border: 1px solid #dedede;
}
.item-full-description p{
	margin: 0;
	margin-bottom: 30px;
}
.item-full-description p.special{
	margin-bottom: 0;
	font-style: italic;
	text-align: center;
}
.item-full-description img{
	margin-bottom: 40px;
}
.item-full-complectation h4{
	margin: 0;
	font-family: "Neo Sans Pro Medium";
	font-size: 18px;
	font-weight: normal;
	color: #4fafa0;
}
.item-full-complectation p{
	margin: 0;
	font-weight: bold;
	font-family: "Arial";
}
.item-full-complectation ul{
	margin: 0;
	list-style: none;
	font-size: 0;
}
.item-full-complectation li{
	position: relative;
	font-weight: bold;
	margin-left: 30px;
	font-size: 14px;
}
.item-full-complectation li:before{
	content: "";
  	position: absolute;
  	top: 7px;
  	left: -20px;
  	width: 13px;
  	height: 10px;
  	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -170px -55px;
}
.item-full-info{
	font-size: 0;
	text-align: center;
}
.item-full-info h3{
	margin-top: 0;
	margin-bottom: 20px;
	font-family: "Neo Sans Pro";
	font-size: 18px;
	font-weight: normal;
	color: #4fafa0;
	text-align: center;
}
.item-full-info .price{
	display: inline-block;
	padding: 0 40px;
	margin-bottom: 20px;
	font-family: "Neo Sans Pro";
	font-size: 18px;
	line-height: 50px;
	color: #3f3e3e;
	vertical-align: middle;
	background-color: #f5f5f5;
}
.item-full-info .price-numbers{
	font-size: 30px;
	line-height: 50px;
	color: #ff783d;
}
.item-full-info .availability{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 15px;
	color: #5d5d5d;
	text-align: center;
}
.item-full-info .availability:after{
	content: "";
  	position: absolute;
  	top: -4px;
  	right: -28px;
  	width: 24px;
  	height: 24px;
  	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -216px -5px;
}
/*.item-full-info .availability:after{
	content: "";
  	position: absolute;
  	top: -6px;
  	right: -30px;
  	width: 28px;
  	height: 28px;
  	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -146px -126px;
}*/
.item-full-info .quantity{
	position: relative;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 15px;
	color: #5d5d5d;
	text-align: center;
}
.item-full-info .quantity form{
	display: inline-block;
}
.item-full-info .quantity input{
	margin-left: 5px;
	padding: 0 9px;
	width: 70px;
	height: 28px;
	font-size: 14px;
}
.item-full-info a.buy-btn{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 45px;
	height: 37px;
	width: 215px;
	font-family: "Open Sans";
	font-size: 14px;
	font-style: bold;
	line-height: 37px;
	color: white;
	text-align: center;
	text-decoration: none;
	background-color: #dd6b44;
	box-shadow: 0 3px 0 0 #a72b00;
}
.item-full-info .preview{
	display: inline-block;
	vertical-align: middle;
	width: 345px;
	height: 110px;
}
.item-full-info .preview-arrow-left{
	float: left;
	margin-right: 17px;
	margin-top: 44px;
	width: 13px;
	height: 22px;
	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -88px -5px;
}
.item-full-info .preview-arrow-right{
	float: right;
	margin-top: 44px;
	width: 13px;
	height: 22px;
	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -165px -5px;
}
.item-full-info .preview .preview-img{
	float: left;
	width: 84px;
	height: 104px;
	margin-right: 5px;
	vertical-align: middle;
	text-align: center;
	line-height: 104px;
	border: 3px solid #ededed;
}
.item-full-info .preview .preview-img:last-child{
	margin: 0;
}
.item-full-info .preview .preview-img:hover{
	border: 3px solid #dd6b44;
}
.item-full-info .preview .preview-img img{
	display: inline;
	vertical-align: middle;
	max-width: 80px;
	max-height: 90px;
}


.login{
	display: block;
	position: relative;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 38px;
	text-decoration: none;
	font-size: 11px;
	line-height: 10px;
	color: #fff;
	text-transform: uppercase;
}
.login:before{
  	content: "";
  	position: absolute;
  	top: 8px;
  	left: 14px;
  	width: 14px;
  	height: 13px;
  	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -5px -5px;
}
.login:after{
  	content: "";
  	position: absolute;
  	top: 13px;
  	right: 17px;
  	width: 7px;
  	height: 4px;
  	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -29px -5px;
}
.logo{
	float: left;
	margin: 0;
	margin-right: 34px;
	font-size: 0;
	width: 236px;
    height: 94px;
	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -5px -220px;
}
.logo a{
	display: inline-block;
	width: 236px;
    height: 94px;
}
.main-header-2{
	margin-bottom: 5px;
}
.main-header-1{
	background-color: #4fafa0;
	margin-bottom: 5px;
}
.main-navigation-1{
	float: left;
	width: 630px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.main-navigation-1 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.main-navigation-1 li{
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 10px;
	text-transform: uppercase;
}
.main-navigation-1 a{
	display: block;
	margin-right: 25px;
	text-decoration: none;
	color: #e7e7e7;
}
.main-navigation-2{
	float: left;
	padding-top: 45px;
	padding-bottom: 42px;
}
.main-navigation-2 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
.main-navigation-2 li{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 16px;
}
.main-navigation-2 a{
	display: block;
	margin-right: 40px;
	text-decoration: none;
	color: black;
}
.main-navigation-2 a:hover{
	color: #4fafa0;
}
.map{
	clear: both;
	margin-bottom: 40px;
	width: 700px;
	height: 345px;
	background: url("../img/map.jpg"); 
}
.map-canvas{
	width: 700px;
	height: 345px;
}
.nav-more a{
	position: relative;
}
.nav-more a:after{
  	content: "";
  	position: absolute;
  	top: 5px;
  	right: -16px;
  	width: 7px;
  	height: 4px;
  	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -29px -5px;
}
.nav-more a:hover:after{
	content: "";
  	position: absolute;
  	top: 5px;
  	right: -16px;
  	width: 7px;
  	height: 4px;
  	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -46px -5px;
}
.news-item, .news-item-left{
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 480px;
	height: 240px;
	background-color: white;
}
.news-item img{
	float: left;
}
.news-item:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 230px;
	display: block;
	width: 20px;
	height: 20px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: white;
}
.news-item-left img{
	float: right;
}
.news-info{
	float: right;
	width: 228px;
	height: 214px;
	padding: 12px 5px;
	border: 1px solid #f8f7f9;
}
.news-item-left .news-info{
	float: left;
}
.news-item-left:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 230px;
	display: block;
	width: 20px;
	height: 20px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: white;
}
.news-title{
	display: block;
	margin: 0;
	padding: 12px 0px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #4fafa0;
}
.news-item p, .news-item-left p{
	margin: 0;
	padding: 10px 15px;
	font-size: 12px;
	line-height: 16px;
	color: #474747;
	border-top: 1px solid #ededed;
}
.news-date{
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 24px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	color: #4b4b4b;
	background-color: #e3e3e3;
}
.news-btn{
	display: inline-block;
	vertical-align: middle;
	width: 106px;
	height: 33px;
	margin: 33px auto;
	margin-left: 430px;
	font-family: "Open Sans Semibold";
	font-size: 11px;
	color: white;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 33px;
	background-color: #4fafa0;
}
.news-item-big{
	border-bottom: 1px solid #ececec;
	margin-bottom: 50px;
	font-size: 0px;
}
.news-item-big-img{
	position: relative;
	margin-bottom: 9px;
	width: 705px;
	max-height: 400px;
	overflow: hidden;
}
.news-source ,.news-views{
	position: relative;
	height: 25px;
	margin-left: 20px;
	font-size: 13px;
	color: #b4b4b4;
	line-height: 15px;
}
.news-source{
	float: left;
	position: relative;

}
.news-source:before{
	content: "";
  	position: absolute;
  	top: -2px;
  	left: -20px;
  	width: 16px;
    height: 19px;
  	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -334px -55px;
}
.news-source a{
	color: #dd6b44;
	text-decoration: none;
	font-style: italic;
}
.news-views{
	float: right;
	position: relative;
	font-style: italic;
}
.news-views:before{
	content: "";
  	position: absolute;
  	top: 0px;
  	left: -25px;
  	width: 21px;
    height: 14px;
  	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -184px -133px;
}
.news-views span{
	color: black;
}
.news-item-big h2{
	clear: both;
	margin-top: 14px;
	margin-bottom: 10px;
	font-family: "Open Sans";
	font-size: 27px;
	text-transform: uppercase;
	color: #757c7f;
	font-weight: normal;
}
.news-item-big p{
	margin: 0;
	margin-bottom: 15px;
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 22px;
	color: #a5a5a5;
}
.news-item-big-btn{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 34px;
	width: 93px;
	height: 31px;
	font-size: 14px;
	color: white;
	text-align: center;
	text-decoration: none;
	line-height: 31px;
	background-color: #fd926d;
	border-bottom: 3px solid #dd6b44;
}
.news-item-big-date{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 17px;
	right: 21px;
	min-height: 71px;
	min-width: 71px;
	color: white;
	text-align: center;
	font-family: "Open Sans";
	background-color: #fd926d;
	border: 3px solid white;
}
.news-item-big-date .day{
	margin-top: 13px;
	margin-bottom: 12px;
	color: white;
	font-size: 30px;
	line-height: 21px;
}
.news-item-big-date p{
	margin-bottom: 0;
	color: white;
	font-size: 14px;
	line-height: 14px;
}
.news-item-full{
	font-family: "Open Sans";
	font-size: 14px;
	line-height: 21px;
	color: #101010;
}
.news-item-full h2{
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 27px;
	text-transform: uppercase;
	color: #757c7f;
	font-weight: normal;
	text-align: center;
}
.news-item-full p, ul{
	margin: 0;
	padding: 0;
	list-style: disc;
}
.news-item-full p{
	margin-bottom: 25px;
}
.news-item-full li{
	margin-left: 50px;
}
.news-item-full .news-item-big-img{
	margin-bottom: 25px;
}
.news-special{
	position: relative;
}
.news-special p{
	position: relative;
	margin: 0 10px;
	margin-bottom: 40px;
	padding: 10px 18px;
	font-size: 18px;
	line-height: 26px;
	font-style: italic;
	color: #846f2b;
	border: 8px solid #846f2b;
	border-radius: 10px;
}
.news-special p:before{
	content: "";
	position: absolute;
	top: -8px;
	left: 25px;
	width: 620px;
	height: 8px;
	background-color: white;
}
.news-special p:after{
	content: "";
	position: absolute;
	bottom: -8px;
	left: 25px;
	width: 620px;
	height: 8px;
	background-color: white;
}
.news-special:before{
	content: "";
	position: absolute;
	margin-top: -5px;
	margin-left: 4px;
	top: 50%;
	left: 0px;
	width: 11px;
	height: 11px;
	background-color: #846f2b;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.news-special:after{
	content: "";
	position: absolute;
	margin-top: -5px;
	margin-right: 4px;
	top: 50%;
	right: 0px;
	width: 11px;
	height: 11px;
	background-color: #846f2b;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pagination{
	margin-bottom: 90px;
}
.pagination ul{
	float: left;
	width: 660px;
	font-size: 0;
	list-style: none;
	text-align:center;
	margin: 0;
	padding: 0;
}
.pagination li, .page-active{
	display: inline-block;
	min-width: 30px;
	height: 30px;
	padding: 0;
	margin-right: 15px;
	background-color: #fafafa;
	text-align:center;
    vertical-align:middle;
    line-height: 30px;
    font-family: "Neo Sans Pro";
	font-size: 11px; 
	color: #3f3e3e;
	border: 1px solid #dedede;
}
.pagination a{
	display: block;
	color: #3f3e3e;
	text-decoration:none;
}
li.page-active{
	color: white;
	border: 1px solid #a4d6ce;
	background-color: #a4d6ce;
}
.popular-item{
	padding: 15px 0;
	height: 61px;
	font-family: "Neo Sans Pro";
	font-size: 0;
	border-bottom: 1px solid #eee;
}
.popular-item:last-of-type{
	margin-bottom: 50px;
}
.popular-item-image{
	float: left;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 60px;
	height: 61px;
}
.popular-item-image img{
	max-width: 60px;
	max-height: 61px;
}
a.popular-item-name{
	display: block;
	padding: 5px;
	font-family: "Neo Sans Pro";
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	text-decoration: none;
	color: #6b6b6b;
}
a.popular-item-name:hover{
	color: #4fafa0;
}
.popular-item-price{
	font-size: 16px;
	text-align: center;
	color: #ff783d;
}
.profile{
	float: right;
	width: 161px;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
}
.rubric{
	clear: both;
	margin-bottom: 30px;
	font-size: 0;
}
.rubric-header, .rubric-header-red{
	position: relative;
	margin-bottom: 19px;
	min-height: 40px;
	border-bottom: 1px solid #dedede;
	font-family: "Open Sans Semibold";
	font-size: 16px;
	text-transform: uppercase;
	color: #3f3e3e;
}
.rubric-header:after{
  	content: "";
  	position: absolute;
  	bottom: 0px;
  	left: 0px;
  	width: 170px;
  	height: 1px;
	background-color: #4fafa0;
}
.rubric-header-red:after{
  	content: "";
  	position: absolute;
  	bottom: 0px;
  	left: 0px;
  	width: 170px;
  	height: 1px;
	background-color: #fa6964;
}
.rubric-header-right{
	position: relative;
	margin-bottom: 19px;
	margin-left: 450px;
	min-height: 40px;
	min-width: 250px;
	border-bottom: 1px solid #dedede;

	font-family: "Open Sans Semibold";
	font-size: 16px;
	text-transform: uppercase;
	color: #3f3e3e;
	text-align: right;
}
.rubric-header-right:after{
  	content: "";
  	position: absolute;
  	bottom: 0px;
  	right: 0px;
  	width: 95px;
  	height: 1px;
	background-color: #4fafa0;
}
.rubric-pagination{
	float: right;
	width: 42px;
	height: 20px;
}
.rubric-btn-prev{
	float: left;
	width: 21px;
	height: 20px;
	padding: 0;
	margin: 0;
	border: none;
	background: #f7f7f7 url("../img/spritesheet.png") no-repeat center;
	background-position: -210px -159px;
}
.rubric-btn-next{
	float: right;
	width: 21px;
	height: 20px;
	padding: 0;
	margin: 0;
	border: none;
	background: #f7f7f7 url("../img/spritesheet.png") no-repeat center;
	background-position: -5px -189px;
}
.search-social, .search-social-blanc{
	background-color: #ededed;
	color: #6b6b6b;
	font-size: 12px;
	line-height: 11px;
	margin-bottom: 40px;
}
.search-social-blanc{
	height: 55px;
}
.search-text{
	float: left;
	padding-top: 22px;
	padding-bottom: 22px;
	padding-right: 10px;
}
.search form{
	float: left;
}
.search input{
	margin-top: 14px;
  	width: 484px;
  	height: 10px;
  	padding:9px 13px;
  	border: none;
  	font-family: "Arial", sans-serif;
  	font-size: 12px;
  	font-style: italic;
  	color: #afafaf;
}
.search button{
	position: relative;
	border: none;
	padding: 0;
	width: 28px;
	height: 29px;
}
.search button:after{
  	content: "";
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	width: 28px;
  	height: 29px;
  	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -382px -105px;
}
.slider{
    position: relative;
    width: 970px;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 55px;
}
.slider input[type=radio]{
    position: absolute;
    opacity: 0;
}
.slider-controls{
    position: absolute;
    bottom: -32px;
    left: 50%;
    width: 200px;
    height: 10px;
    margin-left: -100px;
    text-align: center;
    z-index: 1000;
}
.slider-controls label{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    background: #867a76;
    vertical-align: top;
    border-radius: 50%;
    cursor: pointer;
}
#btn-1:checked ~ .slider-controls label[for="btn-1"],
#btn-2:checked ~ .slider-controls label[for="btn-2"],
#btn-3:checked ~ .slider-controls label[for="btn-3"],
#btn-4:checked ~ .slider-controls label[for="btn-4"],
#btn-5:checked ~ .slider-controls label[for="btn-5"]{ 
    background: #fd926d;
}
.slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slide .btn{
    display: block;
    position: absolute;
    width: 156px;
    bottom: 40px;
    right: 190px;
    padding: 20px 0;
    font-size: 18px;
    line-height: 14px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background: #4fafa0;
    box-shadow: 0 3px 0 0 #2a5c54;
}
.slide .btn:after{
  	content: "";
  	position: absolute;
  	top: 24px;
  	right: 25px;
  	width: 4px;
  	height: 7px;
  	background: transparent url("../img/spritesheet.png") no-repeat;
  	background-position: -202px -5px;
}
.slide:nth-child(1){
	background-color: transparent;
	background-image: url("../img/slide-1.jpg");
	background-repeat: no-repeat;
	background-position: 100%;
}
.slide:nth-child(2){
	background-color: transparent;
	background-image: url("../img/slide-2.jpg");
	background-repeat: no-repeat;
	background-position: 100%;
}
.slide:nth-child(3){
	background-color: transparent;
	background-image: url("../img/slide-3.jpg");
	background-repeat: no-repeat;
	background-position: 100%;
}
.slide:nth-child(4){
	background-color: transparent;
	background-image: url("../img/slide-4.jpg");
	background-repeat: no-repeat;
	background-position: 100%;
}
.slide:nth-child(5){
	background-color: transparent;
	background-image: url("../img/slide-5.jpg");
	background-repeat: no-repeat;
	background-position: 100%;
}
.slide{
	display: none;
}
#btn-1:checked ~ .slides .slide:nth-child(1){
	display: block;
}
#btn-2:checked ~ .slides .slide:nth-child(2){
	display: block;
}
#btn-3:checked ~ .slides .slide:nth-child(3){
	display: block;
}
#btn-4:checked ~ .slides .slide:nth-child(4){
	display: block;
}
#btn-5:checked ~ .slides .slide:nth-child(5){
	display: block;
}
.social{
	float: right;
}
.social-text{
	float: left;
	margin-top: 24px;
	margin-right: 10px;
	max-width: 150px;
}
.social-btn {
 	display: inline-block;
  	vertical-align: top;
  	width: 55px;
  	height: 55px;
  	font-size: 0;
  	text-decoration: none;
  	background: #f7f7f7 url("../img/spritesheet.png") no-repeat center;
  	margin: 0;
}
.social-btn-vk{
  	background-position: -394px -209px;
}
.social-btn-twt{
 	 background-position: -388px -144px;
}
.social-btn-fb{
 	 background-position: -269px -55px;
}
.social-btn-vk:hover{
  	background-position: -389px -274px;
}
.social-btn-twt:hover{
 	 background-position: -329px -209px;
}
.social-btn-fb:hover{
 	 background-position: -5px -120px;
}
.sorter{
	margin-bottom: 20px;
	min-height: 28px;
	padding: 15px;
	font-family: "Open Sans Light";
	color: #696969;
	font-size: 11px;
	border: 1px solid #dedede;
}
.sorter p{
	float: left;
	margin: 0; 
	line-height: 28px;
}
.sorter select{
	float: left;
	margin-left: 5px;
	height: 28px;
	padding-left: 10px;
	font-family: "Open Sans Light";
	color: #979797;
	font-size: 11px;
	border: 1px solid #dedede;
}
.sort-by{
	float: left;
}
.sort-by select{
	min-width: 190px;
}
.show-by{
	float: right;
}
.show-by select{
	min-width: 92px;
}
.tel{
	float: right;
	width: 145px;
	padding: 10px;
	margin-right: 2px;
	font-size: 12px;
	line-height: 10px;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
}
.tournament{
	float: left;
	width: 220px;
	min-height: 100px;
	margin: 0 10px;
}
.tournament a{
	display: block;
	text-decoration: none;
	color: #3f3e3e;
	font-size: 12px;
	text-align: center;
}
.tournament img{
	border: 1px solid #dedede;
}
.tournament p{
	padding: 0;
	margin: 0;
}