/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
	/*color: #2f2f2f;*/
	
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	font-size: 24px; line-height: 1.5;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/18px 'Roboto Condensed', sans-serif/*'Bravo',AkzidenzGroteskProMedCdn*/;
	height: 100%;
}
img{ 
	max-width:100%; 
	height: auto; 
	vertical-align:bottom
}
strong, b{
	font-weight: bold;
}

.wrapper {
	width: 100%;
	/*min-height: 100%;*/
	height: auto !important;
	height: 100%;
	background: url(../img/bg.jpg) repeat;
}
.right{
	text-align: right;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	padding: 0px 0 0px;
	position: relative;
	z-index: 2;
	background: url(../img/bg.jpg) repeat;
}

.logo{
	text-align: center;
	padding: 10px 0;
}
.logo a{

}

.header-menu{
	text-align: center;
}
.header-menu li{
	display: inline-block;
	padding: 0 12px;
}
.header-menu li a{
	font-size: 1.2em;
	text-transform: uppercase;
	color: #2f2f2f;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
}
.header-menu li a:hover{
	text-decoration: underline;
}
.header-icons{
	text-align: right;
}
@media screen and (min-width: 992px){
	.header-icons{
	    flex: 0 0 12.666667%;
    	max-width: 12.666667%;
	}
}
@media screen and (min-width: 992px){
	.header-contacts{
        flex: 0 0 37.333333%;
    	max-width: 37.333333%;
	}
}
.header-contacts{
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 0 10px!important;
}
.header-contacts>div{
	padding: 7px 0;
	margin-left: 20px;
}
@media (min-width: 769px){
.dobav{
	text-align: right;
}
}
.header-phone a{
	font-size: 16px;
	color: #2f2f2f;
	text-decoration: none;
	text-transform: uppercase;
}
.header-email{
	flex: 0 0 100%;
	max-width: 100%;
	text-align: right;
}
.header-email a{
	font-size: 14px;
	color: #1f8a4d;
	text-decoration: none;
}
.header .social-buttons {
	display: inline-block;
	vertical-align: middle;
}
.header .social-buttons li{
	width: 50px;
	display: none;
}
.header .social-buttons li:last-child{
	display: block;
}
.social-buttons{
	display: block;
	margin: auto;
	text-align: right;
}
.social-buttons li{
	display: inline-block;
	padding: 0 9px;
	margin: 10px 0;
}
.social-buttons li a{
	display: block;
}
.contacts .social-buttons{
	text-align: center;
}
.contacts .social-buttons li{
	padding: 0;
	margin: 10px;
	width: 30px;
}
.contacts .social-buttons li a img{
	max-width: 100%;
}
.main-menu{
	background: #2F2F2F;
	text-align: center;
}
.main-menu.fixed{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.main-menu ul{
	margin: 15px auto;
}
.main-menu ul li{
	display: inline-block;
	padding: 15px 20px;
	border-left: 3px solid #758494;
}
.main-menu ul li:first-child{
	border-left: none;
}
.main-menu ul li a{
	font-size: 21px;/*40px*/
	color: #f4f1f1;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}
.main-menu ul li a:hover{
	color: #ffffff;
}
.main-menu-underline{
	height: 5px;
	width: 100%;
	background: #000;
	opacity: 0.7;
}

.cart{
	text-align: right;
	padding: 10px;
	position:relative;
	z-index:9000;
	display: inline-block;
	vertical-align: middle;	
}
.cart>a{
	font-size: 30px;
	color: #1f8a4d;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/cart.png) no-repeat;
	padding-left: 35px;
	padding-top: 10px;
	height: 40px;
	position:relative;
	z-index:10000;
	
}

.cart-popup{
	display: none;
	position: absolute;
	background: url(../img/bg.jpg) repeat;
	border-radius: 16px;
	border-top-right-radius: 0px;
	box-shadow: 0 0 5px 2px #ccc;
	top: 0;
	right: 0;
	z-index:10;
	padding: 40px 15px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

.cart-item{
	background: #1f8a4d;
	width: 331px;
	min-height: 145px;
	padding: 10px;
	position: relative;
	margin: 21px 0;
	border-radius: 5px;
}

.cart-item-img{
	float: left;
}
.cart-item-img img{
border-radius: 50%;
}
.cart-item-info{
	float: left;
	text-align: right;
	color: #fff;
	font: 25px LuganskyV;
	width: 175px;
	margin-right: 15px;
}

.cart-item-weight input[type=text]{
	background: #fff;
	border: 1px solid #efefef;
	color: #000;
	margin-right: 20px;
	margin-top: 20px;
	display: inline-block;
	height: 35px;
	vertical-align:middle;
	width: 70px;
	font: 20px/30px 'Roboto Condensed', sans-serif;
	text-align: center;
}
.cart-item-delete{
	display: block;
	position: absolute;
	top: 5px;
	right: 7px;
}
.cart-button{
	display: inline-block;
	margin-top: 30px;
	background: #1f8a4d;
	border-radius: 10px;
	font-size: 25px;
	text-decoration: none;
	line-height: 28px;
	padding: 10px;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
}

.cart:hover>.cart-popup{
	/*display: block;*/
}

.cart.active > .cart-popup{
	display: block;
	
}

.cart .offer-wrapper{
    display: none;
    margin: 10px;
	min-width: 250px;
}


.main-news-header{
	padding: 10px 0;
	background: #2f2f2f;
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
}
.main-news-header span{
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: normal;
}
.main-news-list{
	border-radius: 10px;
	background: #fff;
	margin: 20px 33px;
	padding: 8px;
	opacity: 0.8;
	font-family: 'Roboto Condensed', sans-serif;
	min-height: 100px;
}
.main-news-img{
	float: left;
}
.main-news-info{
	margin-left: 100px;
}
.main-news-text a{
	text-transform: uppercase;
	font-size: 20px;
	color: #2f2f2f;
	margin-bottom: 30px;
	text-decoration: none;
}
.main-news-date{
	font-size: 18px;
	color: #908f8f;
	line-height: 1.2;
}
.main-news-link{
	text-align: right;
	padding: 25px 0;
	margin-top: 30px;
}
.main-news-link a{
	color: #e8e8e8;
	font-size: 35px;
	background: url(../img/bg-opacity.png) repeat;
	padding: 21px 50px;
	display: inline;
	text-decoration: none;
	max-width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
}



/* Middle
-----------------------------------------------------------------------------*/
.content {
	position: relative;
	z-index: 1;
}


.banner-top-main{
	position: relative;
	overflow: hidden;
}
.banner-top a{
	padding:0;
	margin: 0;
}
.banner-top__text{
	position: absolute;
	left: 50%;
	//width: 300px;
	top: 30px;
	margin-left: -150px;	
    top: 50%;
    margin-left: -150px;
    font-size: 70px;	
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 90px;
    line-height: 95px;
    color: #2f2f2f;
	font-weight:300;
}
.banner-top img{
	width: 100%;
}
.banner-top__container{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner-top__container .container{
	height: 100%;
	position: relative;
}
.banner-top a.banner-top__window{
	position: absolute;
	top: 0;
	right: 0;
	width: 257px;
	background: rgba(0,0,0,0.4);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: center;
	height: 100%;
	padding: 40px 20px;
	box-sizing: border-box;
	text-decoration: none;
	color: #eddecd;
	transition: ease all 0.3s;
}
.banner-top__window span{
	color: #eddecd;
	font-size: 33px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'OpenSans-CondBold';
}
.banner-top__window:hover{
-webkit-box-shadow: 0px 0px 75px -7px rgba(217,217,217,1);
-moz-box-shadow: 0px 0px 75px -7px rgba(217,217,217,1);
box-shadow: 0px 0px 75px -7px rgba(217,217,217,1);
}
.banner-top__window strong{
	font-weight: normal;
	position: relative;
}
.banner-top__window strong:after{
	content: "";
	position: absolute;
	bottom: 2px;
	border-bottom: 2px solid #eddecd;
	width: 100%;
	left: 0;
	height: 2px;
}
.slider{
	text-align: center;
}
.slider .slide{
	background-position: cover;
	height: 150px;
	max-width: 100%;
}
.slider img{
	max-width: 100%;
	height: 100px;
	margin: 25px auto;
}
.arrows-wrapper{
	height: 10px;
}
.arrows{
	position: relative; 
	top: -121px;
	width: 49px; 
	height:92px;
	cursor:pointer;
}
.arrows-left{
	background: url(../img/arrow-left.png) no-repeat center;
}
.arrows-right{
	background: url(../img/arrow-right.png) no-repeat center;
}

.content-header{
	background: #2F2F2F;
	display: block;
	width: 100%;
	font-size: 35px;
	text-transform: uppercase;
	padding: 10px;
	text-align: center;
	color: #fff;
	border-bottom: 5px solid #a8a8a8;
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
}
.content-links{
	display: block;
	width: 100%;
	text-align: center;
	background: #aeaeae;
	padding: 5px;
}
.content-links li{
	display: inline-block;
	margin: 10px 50px;
}
.content-links li a{
	color: #2f2f2f;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
}
.content-links li.active a{
	text-decoration: underline;

}

.content-links li a:hover{
	color: #FFF;

}

.content-header2{
	display: block;
	width: 100%;
	color: #2f2f2f;
	font-size: 55px;
	text-transform: uppercase;
	padding: 40px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
}

/*-------------------Контакты-------------------------------------*/
.contact-wrapper{
	background: #fff;
	border-radius: 8px;
	margin: 20px auto;
	max-width: 940px;
	text-align: center;
	padding: 0 40px;
	box-shadow: 0 0 5px 2px #ddd;
}
.contact-column{
	background: #2f2f2f;
	border-radius: 8px;
	margin: 25px 0;
	padding: 20px;
	font: 30px/40px LuganskyV;
	color: #e9e9e9;
	height: 622px;
	
}
.contact-address{
	margin: 15px;
}
.contact-column .contact-address{
	font-size: 20px;
    line-height: 30px;
}
.contact-email{
	color: #1f8a4d;
	font-size: 20px;
/*	text-shadow: 
		-0   -1px 0   #DDD,
		 0   -1px 0   #DDD,
		-0    1px 0   #DDD,
		 0    1px 0   #DDD,
		-1px -0   0   #DDD,
		 1px -0   0   #DDD,
		-1px  0   0   #DDD,
		 1px  0   0   #DDD,
		-1px -1px 0   #DDD,
		 1px -1px 0   #DDD,
		-1px  1px 0   #DDD,
		 1px  1px 0   #DDD,
		-1px -1px 0   #DDD,
		 1px -1px 0   #DDD,
		-1px  1px 0   #DDD,
		 1px  1px 0   #DDD;*/
}

.contact-feedback-header{
	color: #fff;
	font-size: 30px;
}
.contact-feedback input[type=text]{
	display: block;
	width: 100%;
	max-width: 320px;
	height: 45px;
	margin: 25px auto;
}
.contact-feedback input[type=text]::placeholder{
	font: 25px/25px LuganskyV;
}
.contact-feedback textarea{
	width: 100%;
	height: 140px;
	max-width: 320px;
	margin: 0 auto;
}
.contact-feedback textarea::placeholder{
	font: 25px/25px LuganskyV;
	padding: 5px;
}
.contact-captcha{
	margin-top: 30px;
}
.contact-feedback input[type=submit]
{
	/*background: url(../img/contact-feedback-submit.png);*/
	background: #1f8a4d;
	background-size: 100% 100%;
	padding: 5px 40px 5px;
	border: none;
	text-transform: uppercase;
	color: #fff;
	font: 16px/16px 'Roboto Condensed-italic',Arial;
	border-radius: 5px;
	width: 213px;
	cursor: pointer;
}
.contact-feedback-text{
	color: #2f2f2f;
    line-height: 18px;
    font-size: 16px;
	text-align: center;
	padding: 20px;
	font-family: 'Roboto Condensed-italic',Arial;
}
.contact-wrapper .social-buttons{
	margin: 30px;
}



/*-------------------Витрина-------------------------------------*/
.showcase-desc{
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 5px 2px #ddd;
	margin: 30px auto;
	font-family: Arial;
	line-height: 1.2;
}
.showcase-desc-img{
	float: left;
	margin-right: 23px;
}
.showcase-desc-text{
	padding: 23px;
}
.showcase-desc h2{ 
	color: #1f8a4d;
	font-size: 25px;
	margin-bottom: 35px;
	font-weight: bold;
}
.showcase-desc p{ 
	color: #2f2f2f;
	font-size: 20px;
	font-style: italic;
}

.showcase-header{
	font-size: 80px;
	text-transform: uppercase;
	color: #2f2f2f;
	text-align: center;
	padding: 40px;
}
.showcase-item{
	display: block;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 5px 2px #ccc;
	text-align: center;
	padding: 40px 10px 40px;
	text-decoration: none;
	position: relative;
	height: 460px;
}
@media (max-width: 768px){
	.showcase-item.with-buy-block{
		height: 610px;
	}
	.banner-top.banner-top-main{
		display:none;
	}

	.ih-item.circle.effect11.left_to_right a:hover .info{
		transform: none;
	}
	.ih-item.circle.effect11 a:hover .info{
		opacity: 0;
		visibility: hidden;
	}
	.ih-item.circle.effect11.left_to_right a:hover .img{
		transform: none;
	}
}
@media (min-width: 769px){
	.showcase-item-buy-block{
		display: none;
	}
}


.showcase-item:hover{
	box-shadow: 0 0 5px 2px #999;
}
.showcase-back{
	background: #f5f4f2;
}
.showcase-item-name{
	font: 25px/30px 'Linux',LuganskyV;
	color: #383838;
}
.showcase-item-common-name{
	height:120px;
}
.showcase-item-name-rus{
	font: 25px/30px 'Linux',LuganskyV;
	color: #383838;
}
.showcase-item-price{
	-webkit-box-shadow: 0px 0px 19px -8px rgba(2,2,2,1);
	-moz-box-shadow: 0px 0px 19px -8px rgba(2,2,2,1);
	box-shadow: 0px 0px 19px -8px rgba(2,2,2,1);
	position: absolute;
	bottom: 40px;
	left: -7px;
	font-size: 20px;
	font-family: 'Roboto Condensed';
	padding: 12px 19px;
	background: #383838;
	color: #fff;
}
.showcase-item-new{
	position: absolute;
	bottom: 40px;
	right: 0px;
	font-size: 30px;
	font-family: 'Myriad-Pro';
	padding: 12px 19px;
	background: #1F8A4D;
	color: #fffccb;
	width: 116px;
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-top: 20px;
	border-radius:  10px 0 0 10px;
	letter-spacing: 1px;
}
.showcase-item-sale{
	position: absolute;
	bottom: 40px;
	right: 0px;
	font-size: 30px;
	font-family: 'Myriad-Pro';
	padding: 12px 19px;
	background: #d10000;
	color: #fffccb;
	width: 116px;
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-top: 20px;
	border-radius:  10px 0 0 10px;
	letter-spacing: 1px;
}
.yakima .showcase-item-price{
	background: #fff;
	color: #383838;
}
.showcase-item-flag{
	position: absolute;
	top: 10px;
	right: 10px;
	box-shadow: 0.2em 0.2em 5px rgba(0, 0, 0, 0.74);
}

.showcase-item-img{
	margin-bottom: 30px;
}
.showcase-item-img-manufacturer{
	margin: 10px auto;
	box-shadow: 5px 5px 5px 2px #000;
	border-radius: 50%;
}
.showcase-item-parametrs{
	display: block;
	text-align: right;
	font-family: Arial Narrow,Arial,sans-serif;
	color: #464646;
	font-size: 16px;
	font-style: italic;
	margin: 10px 0;
}
.showcase-item-parametrs li{
	margin: 5px 0;
}
.pag-btn{
	justify-content: center;
}
.pagenav{
	display: inline-block;
	margin: 10px 60px;
	padding: 15px;
	background: #000;
	opacity: 0.6;
	border-radius: 8px;
}
.forum-page-all{
	display: inline-block;
	margin: 10px 50px;
	padding: 15px;
	background: #000;
	opacity: 0.6;
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	font-size: 30px;
}
.pagenav li{
	display: inline-block;
}
.pagenav a{
	color: #fff;
	padding: 5px;
	text-decoration: none;
	font-size: 30px;
	
}
.pagenav a:hover{
	color: #133e5e;
}
.pagenav li.active a{
	color: #1f8a4d;
}


/*------------------------------------Карточка товара------------------------------*/
.item-wrapper{
	background: #fff;
	border-radius: 10px;
	max-width: 940px;
	box-shadow: 0 0 5px 2px #ddd;
	margin: 30px auto;
	font-family: 'Roboto Condensed-italic',LuganskyV;
	line-height: 1.2;
	padding: 0px 50px 35px;
	color: #2f2f2f;
}
.item-wrapper h1{
    font-size: 70px;
    font-family: 'Linux';
}
.item-wrapper h2{
	font-size: 70px;
	font-family: 'Linux';
}
.item-wrapper h3{
	font-size: 40px;
	font-family: 'Linux';
}

.item-label{
	text-align: center;
	margin: 35px auto;
}
.item-label li{
	display: inline-block;
	font-size: 20px;
	font-family: 'Roboto Condensed-italic',Arial;
	font-style: italic;
	margin-bottom: 10px;
	width: 33%;
}
.item-label li img{
	height: 104px;
	/*max-width: 30px;*/
}
.item-info{
	background: #f0f0f0;
}
.item-img{
	text-align: center;
}
.item-img img{
	width: 100%;
}
.item-desc p{
	padding: 15px 20px;
	font-size: 18px;
	font-family: 'Roboto Condensed-italic',Arial;
	line-height: 1.0;
	color: #3a3a3a;
}

.item-parametrs{
	padding: 10px 30px;
	font-size: 20px;
	font-family: sans-serif;
	line-height: 1.0;
	font-style: italic;
	color: #6a6a6a;
}
.item-parametrs table{
	margin: 10px auto;
	width: 100%;
}
.item-parametrs tr{
	border-top: 1px solid #9a9a9a;
}
.item-parametrs tr:first-child{
	border-top: none;
}
.item-parametrs th{
	text-align: left;
	font-weight: bold;
	padding: 3px 10px;
}
.item-parametrs td{
	padding: 3px 10px;
}


.add-to-cart-wrapper{
	display: inline-block;
	max-width: 265px;
	margin: 50px auto;
}
.item-weight{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 45px;
	vertical-align: middle;
	font-family: Arial Narrow,Arial,sans-serif;
	line-height: 1.0;
	font-style: italic;
	font-size: 40px;
	text-align: center;
	color: #494949;
}
.item-weight-minus{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 45px;
	text-decoration: none;
	color: #494949;
}
.item-weight-count{
	background: #fff;
	border: 1px solid #ddd;
	height: 100%;
	width: 100%;
	height: 100%;
	font-family: 'Roboto Condensed',Arial Narrow,Arial,sans-serif;
	line-height: 1.0;
	font-size: 40px;
	text-align: center;
	color: #494949;
	padding: 0 50px;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	-moz-appearance: none;
-webkit-appearance: none;
}

.item-weight-plus{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 45px;
	text-decoration: none;
	color: #494949;
}

.add-to-cart-button{
	background: #1f8a4d;
	color: #fff;
	font-family: 'Roboto Condensed-italic',Arial Narrow,Arial,sans-serif;
	line-height: 1.0;
	font-size: 20px;
	width: 100%;
	padding: 10px;
	border: none;
	cursor: pointer;
	border-radius: 0;
	box-shadow: none;
	-moz-appearance: none;
-webkit-appearance: none;
}
.no-items{
	text-align: -webkit-center;
	font-size: 21px;
	padding: 120px 0px 300px;
}
@media (max-width: 400px){
	.no-items{
		text-align: -webkit-center;
		font-size: 21px;
		padding: 120px 0px 300px;
	}
}
/*----------------------------------------Новости-----------------------------*/
.news{
	margin-top: 25px;
}
.news-wrapper{
	max-width: 940px;
	margin: 0px auto 30px;
	font-family: Arial;
	background: #fff;
}
.news-img{
	height: 245px;
	text-align: center;
}
.news-img img{
    max-width: 100%;
    object-fit: cover;
    max-height: 100%;
}
.news-info{
	padding: 35px 35px 0;
	height: 320px;
	position:relative;
	overflow: hidden;
    text-overflow: ellipsis;
}
.news-header{
	font-size: 30px;
    color: #2f2f2f;
    font-weight: bold;
    line-height: 35px;
    text-align: left;
    font-family: Roboto Condensed;
    margin-bottom: 15px;
}
.news-date{
	height: auto;
    font-family: Roboto Condensed,sans-serif;
    font-size: 20px;
    color: #6d6d6d;
    font-style: italic;
    margin: 15px 0;
    text-align: left;
}
.news-text{
	font-family: Roboto Condensed,sans-serif;
    font-size: 18px;
    color: #2f2f2f;
    text-align: left;
	line-height: 1.2;
}



.news-button a.btn-price{
	background: #383838;
	width: 213px;
	height: 40px;
	line-height: 40px;
	border-radius: 0px;
	text-align: center;
	margin-bottom: 16px;
	padding: 0;
	font-size: 20px;
	position: relative;
}

.catalog a{
	background: #1f8a4d;
	color: #fff;
	border-radius: 7px;
	padding: 8px 0px;
	font-family: sans-serif;
	font-style: normal;
	margin: 0 30px;
}
.news-button a{
	display: inline-block;
	/*background: url(../img/news-button.png) no-repeat;*/
	font-family: 'Roboto Condensed-italic',Arial Narrow,Arial,sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
	text-decoration: none;
	text-align:center;
	padding: 7px 0;
    bottom: 0;
    width: 213px;
    right: 30px;
}
.catalog a:hover{
	color: #fff!important;
}

.news-button a:hover{
	color: #232323;
}

.news-info .news-button a{
	color: #6d6d6d;
	position: absolute;
	text-align: right;
}
.news-info .news-button a:hover{
	color: #2f2f2f;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	background: #2f2f2f;
}

/*.logo{
	margin: 20px 0;
}*/

.footer-menu{
	text-align: center;
}
.footer-menu  a{
	color: #e8e8e8;
	font-size: 40px;
	text-decoration: none;
	padding: 20px;
	display: block;
}

.footer-contacts{
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
	color: #e8e8e8;
	margin: 20px 0;
	font-family: 'Roboto Condensed', sans-serif;
}
.footer-contacts a{
	color: #e8e8e8;
	text-decoration: none;
}

.footer-social-buttons{
	margin: 15px 0;
	text-align: center;
}
body.fixed{
	padding-top: 85px;
}

@media screen and (max-width: 992px){
	.cart{
		padding: 0;
	}
	.main-menu ul li{
		padding: 10px;
	}
}

.header-burger__menu,
.header-burger{
	display: none;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	body{
		padding-top: 91px;
	}
	.header{
		width: 100%;
		position: fixed;
		top: 0;
	}
	.header-icons{
		text-align:right;
	}
	.header-icons .header-burger{
		margin-left: 10px;
		vertical-align: middle;
		display: inline-block;
	}
	.header-burger__menu{
		display: block;
		width: 166px;
		right: 0;
		transform: translateX(200px);
		top:91px;
		position:fixed;
		background: #231f21;
		padding-left: 15px;
		left: auto;
		text-align: left;
		z-index: 2;
	    transition: all 0.3s;
	    height: calc(100% - 91px);
	}
	.content{
		transition: all 0.3s;
	}
	.content.active{
	    transform: translate3d(-165px, 0px, 0px);
	    transition: all 0.5s ease 0s;
	}
	.header-burger__menu.active{
		right: -166px;
	    transition: all 0.5s ease 0s;
	    transform: translate3d(-166px, 0px, 0px);
	}
	.header-burger__menu:before{
		content: "";
		position: absolute;
		left: -12px;
		top: 50%;
		width: 51px;
		height: 75px;
		margin-top: -37px;
		background: url(../img/menu-part.png) no-repeat;
		z-index: 1
	}
	.header-burger__menu ul{
		margin: 0;
		padding: 0;
		list-style: none;
		background: #231f21;
		position: relative;
		z-index: 2;
		overflow: auto;
		height: 100%;
	}
	.header-burger__menu ul li{
		border-bottom: 1px solid #fff;
	}
	.header-burger__menu ul li:last-child{
		border-bottom: 0;
	}
	.header-burger__menu ul li a{
		display: flex;
		color: #fff;
		padding: 15px 0;
		font-size: 15px;
		-ms-align-items: center;
		align-items: center;
	}

	.header-burger__menu ul li a .img{
		margin-right: 10px;
		width: 25px;
		text-align: center;
	}
	.header-contacts{
		display: block;
		padding: 0!important;
	}
	.header-phone a, .header-email a{
		font-size: 18px;
	}
	.header-email{
		text-align: center;
	}
	.cart{
		text-align: center;
	}
	.main-menu.fixed{
		position: relative;
	}
	.main-menu ul li{
		display: block;
		border-left: none;
	}
	.contact-wrapper{
		padding: 20px 0;
	}
	.item-wrapper{
		padding: 20px 5px;
	}
}
@media only screen and (max-width : 430px) {
	.logo{
		text-align: left;
	}
	.logo img{
		width: 166px;
	}
	.header-burger__menu{
		top: 80px;
		height: calc(100% - 80px);
	}
	body{
		padding-top: 80px;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 360px) {
	.main-news-img{
		display: none;
	}
	.main-news-info{
		margin: 0;
	}
	.cart-popup{
		width: 100%;
	}
	.cart-item{
		background: #1c6195;
		width: 100%;
		height: auto;
	}

	.cart-item-img{
		float: none;
	}
	.cart-item-info{
		float: none;
		text-align: center;
		margin: 0;
		width: 100%;
	}
}

.offer-wrapper{
    text-align: left;
    font-size: 18px;
}

.offer-wrapper label{
    display: inline-block;
    margin-bottom: 5px;
}
.offer-wrapper input{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.offer-wrapper .cart-send-order-button {
    background-color: #1f8a4d !important;
    border-color: #1f8a4d !important;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.offer-wrapper .form-group{
    margin-bottom: 15px;
}

.offer-wrapper .form-group .error{
    color: red;
}

.order-form-success, .order-form-error{
    font-size: 24px;
    margin: 30px;
    display: none;
}
.cart .close{
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 10px;
		display: none;
		color: #383838;
}

.cart.active .close{
    display: block;
}

.universal-text{
	font-size: 24px;
    line-height: 1.5;
    list-style: inherit;
    margin-left: 25px;
}

.img-size{
	max-width: 80%;
}




.detailcart{
	padding: 0 30px 30px;
	text-align: center;
}
.detailcart__radius{
	width: 250px;
	height: 250px;
	border-radius: 50%;
	margin: auto;
	display: block;
	overflow: hidden;
}


.yakima .showcase-item .showcase-item-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 10px!important;
	object-fit: cover;
}
.showcase-item.with-buy-block,
.showcase-item.with-buy-block + div{
	height: 560px;
}
.showcase-item.with-buy-block .showcase-item-buy{
	display: none;
}
.showcase-item-buy{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 10px 10px;
}
.showcase-item-buy .add-to-cart-wrapper{
	margin: 0;
}
.yakima .showcase-item >div{
	z-index: 2;
}
.selected {
	border-bottom: 1px solid currentColor;
}

.yakima .showcase-item.img .showcase-item-name{
	position: relative;
	width: 230px;
	height: 230px;
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
    top: 50%;
    margin-top: -115px;
    text-align: center;
    color:#fff;
    font:32px/30px 'Minister-Std-Black-Italic';
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.yakima .showcase-item.img .showcase-item-subname{
	font-size: 22px;
	color: #fefefe;
	font-family: Arial Narrow;
	margin-top: 10px;
	font-style: italic;
	width: 170px;
	line-height: 1;
}
.yakima .showcase-item .showcase-item-title-img{
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	left: 0;
	padding: 50px 10px 10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}
.yakima .showcase-item .showcase-item-title-img img{
	max-width: 100%;
}

/*BASKET*/
.basket-page.item-wrapper{
	max-width: 1110px;
	padding: 5px 35px 20px;
}
.basket-page__heading{
	font-size: 62px;
    font-family: 'Linux';
    margin-bottom: 24px;
}
.basket-page__items table{
	border-collapse: collapse;
	width: 100%;
}
.basket-page__items table tr{
	border-bottom: 1px solid #cdcdcd;
}
.basket-page__items table tr:last-child{
	border-bottom: 0;
}
.basket-page__items table tr th{
	padding:5px 10px;
}
.basket-page__items table tr td{
	padding: 20px 15px 10px;
}
.basket-page__items .bp__number{
	vertical-align: top;
	width: 20px;

}
.basket-page__items .bp__img{
	width: 120px;
}
.basket-page__items .bp__img a{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
}
.basket-page__items .bp__title{
	vertical-align: middle;
	padding-left: 0;
}
.basket-page__items .bp__title p{
	font-size: 25px;
	font-family: 'Linux';
	color: #383838;
}
.basket-page__items .bp__title span{
	display: block;
	font-size: 22px;
	color: #383838;
	font-family: 'Linux';
}
.basket-page__items .bp__title .bp__brend-mobile{
	display: none;
}
.basket-page__items .bp__brend{
	width: 60px;
	vertical-align: middle;
}
.basket-page__items .bp__brend img{
	max-width: 100%;
}
.basket-page__items .bp__weight{
	width: 170px;
	vertical-align: middle;
}
.basket-page__items .bp__weight>span{
	display: none;
}
.basket-page__items .item-weight{
	font-size: 25px;
	line-height: 1.7;
}
.basket-page__items .item-weight-count{
	font-size: 25px;
	border:0;
	padding: 0 35px;
}
.basket-page__items .bp__price{
	font-size: 25px;
	color: #383838;
	font-family: 'Roboto Condensed',Arial Narrow,Arial,sans-serif;
	vertical-align: middle;
	white-space: nowrap;
	text-align: right;
}
.basket-page__items .bp__price>span{
	display: none;
}
.basket-page__items .bp__total{
	padding:20px 5px 30px;
}
.basket-page__items .bp__remove{
	vertical-align: top;
	padding-left: 0;
	padding-right: 0;
}
.basket-page__items .bp__remove a{
	text-decoration: none;
	cursor: pointer;
}
.basket-page__items .bpt__name{
	text-align: left;
}
.basket-page__items .bpt__price{
	text-align: right;
}
.basket-page__items .total{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-end;
}
.basket-page__items .total i{
	margin-right: 15px;
}
.basket-page__items .total .total__weight{
	width: 100px;
	background: #fff;
    border: 1px solid #ddd;
    height: 45px;
    font-family: 'Roboto Condensed',Arial Narrow,Arial,sans-serif;
    font-size: 25px;
    text-align: center;
    color: #383838;
    margin-right: 10px;
}
.basket-page__items .total .total__price{
	width: 140px;
	background: #fff;
    border: 1px solid #ddd;
    height: 45px;
    font-family: 'Roboto Condensed',Arial Narrow,Arial,sans-serif;
    font-size: 25px;
    text-align: right;
    color: #383838;
    padding: 0 10px;
}
.basket-page__items .total .total__row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: center;
	color: #383838;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.basket-page__items .total .total__row i,
.basket-page__items .total .total__row p{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.basket-page__items .total p{
	color: #383838;
	font-size: 15px;
	/*text-transform: uppercase;*/
	margin-right: 10px;
	font-family: 'Roboto Condensed',Arial Narrow,Arial,sans-serif;
}
.basket-page__items .total .total__row.messageDiscount {
    max-width: 300px;
    margin-right: auto;
    text-align: left;
    padding-right: 5px;
}
.basket-page__btns{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.basket-page__btns .btn__return{
	margin-left: 130px;
}
.basket-page__btns .btn__return a{
    display: inline-block;
    font-family: 'Roboto Condensed-italic',Arial Narrow,Arial,sans-serif;
    font-size: 16px;
    color: #fff;
    font-style: italic;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    padding: 7px 0;
    bottom: 0;
    width: 213px;
    background: #1f8a4d;
}
.basket-page__btns .btn__send{
	margin-right: 75px;
}
.basket-page__btns .btn__send a{
	background: #1f8a4d;
    color: #fff;
    font-family: 'Roboto Condensed-italic',Arial Narrow,Arial,sans-serif;
    line-height: 1.0;
    font-style: italic;
    font-size: 20px;
    padding: 12px 30px;
    border: none;
    text-decoration: none;
    display: inline-block;
    border-radius: 7px;
}
.basket-page__popup{
	position: fixed;
    background: url(../img/bg.jpg) repeat;
    border-radius: 16px;
    box-shadow: 0 0 5px 2px #ccc;
    top: 50%;
    left:50%;
    width: 300px;
    margin-left: -150px;
    margin-top: -150px;
    z-index: 10;
    padding: 40px 15px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    display: none;
}
.basket-page__close{
    font-size: 25px;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
    text-transform: none;
    font-family: Century Gothic,Arial,sans-serif;
}
.basket-page__popup.active{
	display: block;
}


@media screen and (max-width: 1199px){
	.yakima .showcase-item.img .showcase-item-name{
		width: 190px;
		height: 190px;
	    font: 35px/30px 'Minister-Std-Black-Italic';
	    margin-top: -95px;
	}
	.showcase-item.with-buy-block,
	.showcase-item.with-buy-block + div{
		height:600px;
	}
	.showcase-item.with-buy-block .showcase-item-buy{
		display: block;
		position: relative;
		max-width: 250px;
		margin: 10px auto;
		padding: 0;
	}
	.showcase-item-price{
		bottom:10px;
	}
	.showcase-item-new{
		bottom:10px;
	}
	.showcase-item-sale{
		bottom:10px;
	}
	.yakima .showcase-item-price{
		bottom: 50px;
	}
	.showcase-item.with-buy-block + div .showcase-item-buy{
		display: none;
	}
	.yakima .showcase-item.with-buy-block .showcase-item-buy{
		display: none;
	}
	.yakima .showcase-item.with-buy-block + div .showcase-item-buy{
		display: block;
	}
}
@media screen and (max-width: 991px){
    .showcase-item.with-buy-block,
    .showcase-item.with-buy-block + div{
        height:600px;
    }
	
	.detailcart__radius{
		width: 100%;
		height: auto;
	}
	.detailcart__radius img{
		max-width: 100%;
		border-radius: 50%;
	}
	.item-parametrs{
		padding: 10px 20px;
	}
	.item-parametrs td{
		font-size: 18px;
	}

	/*BASKET*/
	.basket-page__items .bp__img{
		width: 60px;
	}
	.basket-page__items .bp__img a{
		width: 60px;
		height: 60px;
	}
	.basket-page__items .bp__price{
		font-size: 18px;
	}
	.basket-page__items .bp__weight{
		width: 145px;
	}
	.basket-page__items .item-weight-count{
		font-size: 18px;
	}
	.basket-page__items .item-weight{
		font-size: 18px;
		height: 35px;
		line-height: 2;
	}
	.basket-page__items .bp__title p{
		font-size: 18px;
	}
	.basket-page__items .bp__title span{
		font-size: 16px;
	}
	.basket-page__items .total .total__weight{
		font-size: 18px;
	}
	.basket-page__items .total .total__price{
		font-size: 18px;
	}
	.basket-page__btns{
		justify-content: space-around;
	}
	.basket-page__btns .btn__return{
		margin-left: 0;
	}
	.basket-page__btns .btn__send{
		margin-right: 0;
	}

	/*NEWS*/
	.news-header{
		font-size: 20px;
		line-height: normal;
	}
	.news-date{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.news-img{
		height: 190px;
	}
	.news-info{
		padding-top: 0;
	}
	.news-info{
		height: 340px;
	}
	.main-news .news-info{
		height: 290px;
	}
}
@media screen and (max-width: 767px){
	.content-header2{
		font-size: 45px;
	}

	.yakima .showcase-item.with-buy-block, 
	.yakima .showcase-item.with-buy-block + div{
		height: 450px
	}
	.showcase-item.with-buy-block, .showcase-item.with-buy-block + div{
		height: auto;
		padding-bottom: 60px;
	}

	/*CARTITEM*/
	.item .item-label{
	    margin: 15px auto;
	}
	.item .news-button a.btn-price,
	.item .news-button a{
		margin-left: 0;
		margin-right: 0;
	}
	.item .detailcart{
		padding:0 20px!important;
	}
	.item .cart-item__bg{
		background: #f0f0f0;
		padding: 0 5px;
	}
	.item .cart-item__bg.item-desc p{
		padding: 0;
	}
	.item .cart-item__bg.item-desc{
		padding:20px 5px;
	}
	.item .item-wrapper{
		padding-bottom: 0;
	}
	.item .add-to-cart-wrapper{
		margin:20px auto;
	}

	/*BASKET*/

	.basket-page__items table{
		display: block;
	}
	.basket-page__items table tr{
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		position: relative;
		padding: 20px 0;
	}
	.basket-page__items table tbody{
		width: 100%;
		display: block;
	}
	.basket-page__items table tr td{
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	.basket-page__items table tr:first-child{
		display: none;
	}
	.basket-page__items .bp__number{
		margin-top: -20px;
	}
	.basket-page__items .bp__img{
		width: 100px;
	}
	.basket-page__items .bp__img a{
		width: 100px;
		height: 100px;
	}
	.basket-page__items .bp__title{
		width: calc(100% - 120px);
		padding-left: 40px;
	}
	.basket-page__items .bp__title p{
		font-size: 25px;
	}
	.basket-page__items .bp__title span{
		font-size: 22px;
	}
	.basket-page__items .bp__title .bp__brend-mobile{
		display: block;
		width: 100px;
	}
	.basket-page__items .bp__brend{
		display: none;
	}
	.basket-page__items .bp__brend img{
		max-width: 100px;
	}
	.basket-page__items .bp__weight{
		width: 33.333%;
		margin: 0 auto;
		padding: 0;
	}
	.basket-page__items .bp__weight>span{
		display: block;
	    text-align: center;
    	font-size: 16px;
    	font-family:  'Roboto Condensed', sans-serif;
	}
	.basket-page__items .item-weight-count{
		font-size: 25px;
	}
	.basket-page__items .item-weight{
		font-size: 25px;
		height: 45px;
		line-height: 1.7;
	}
	.basket-page__items .bp__price{
		width: 33.333%;
		font-size: 25px;
		text-align: center;
		padding: 0 0 7px;
	}
	.basket-page__items .bp__price>span{
		display: block;
	    text-align: center;
    	font-size: 16px;
    	margin-bottom: 8px;
	}
	.basket-page__items .total .total__row.messageDiscount p{
		font-size: 12px;
	}
	.basket-page__btns{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}
	.basket-page__btns .btn__return{
		margin-bottom: 20px;
	}
	.basket-page__btns .btn__return a{
		width: 205px;
	}
	.basket-page__items .bp__remove{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 6px;
	}
	.basket-page__items .bp__remove a{
	    font-size: 20px;
	    margin-top: -8px;
	    display: block;
	}
	.basket-page__items .bp__total{
		padding: 0;
	}
	.basket-page__items .total{
		justify-content: space-between;
		-ms-align-items: flex-end;
		align-items: flex-end;
	}
	.basket-page__items .total .total__row{
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.basket-page__items .total .total__row i{
		margin-bottom: 2px;
	}
	.basket-page__items .total .total__row br{
		display: none;
	}

	/*FOOTER*/
	.footer .logo,
	.footer .footer-menu{
		display: none;
	}
	.footer-contacts.footer-contacts__mobile{
		order: -2;
		margin:30px 0 0;
	}
	.footer .footer-social-buttons{
		order: -1;
		margin-top: 10px;
	}
	.footer .social-buttons{
		text-align: center;
	}

	/*NEWS*/
	.news-header{
		font-size: 18px;
	}
	.news-date{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.news-img{
		height: 130px;
	}
	.news-info{
		height: 320px;
	}
	.news-text{
		font-size: 14px;
	}
	.main-news .news-info{
		height: 210px;
	}
}
@media screen and (max-width: 600px){

	/*BASKET*/
	.basket-page__items .total p{
		margin-right: 0;
	}
	.basket-page__items .total .total__price{
		width: 100px;
	}
}
@media screen and (max-width: 575px){
	.showcase-item{
		padding: 10px 10px 40px;
		height: auto;
	}
	.showcase-item.with-buy-block, 
	.showcase-item.with-buy-block + div{
		padding-bottom: 30px;
	}
	.showcase-item-img{
		width: 30%;
		margin-bottom: 10px;
	}
	.showcase-item-price{
		padding: 5px 15px;
		font-size: 14px;
		bottom: 6px;
	}
	.showcase-item-new{
		padding: 5px 15px;
		font-size: 14px;
		bottom: 6px;
	}
	.showcase-item-sale{
		padding: 5px 15px;
		font-size: 14px;
		bottom: 6px;
	}

	/*BASKET*/
	.basket-page__items .total{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.basket-page__items .total .total__row.messageDiscount{
		max-width: none;
		width: 100%;
		margin-bottom: 20px;
	}

	/*NEWS*/
	.news-header{
		font-size: 20px;
	}
	.news-date{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.news-img{
		height: 130px;
	}
	.news-info{
		height: auto;
	    padding: 0 20px 40px!important;
	}
	.news-text{
		font-size: 18px;
	}
	.main-news .news-info{
		height: auto;
		padding-bottom: 20px!important;
	}
}
@media screen and (max-width: 500px){
	/*CARTITEM*/
	.item .add-to-cart-button{
		font-size: 18px;
	}
	.item .news-button.catalog{
		padding-right: 10px;
	}
	.item .news-button a.btn-price, .news-button a{
		width: 100%;
	}
	.item-parametrs th{
		font-size: 16px;
	}
	.item-parametrs td{
		font-size: 15px;
	}
	.yakima .showcase-item.with-buy-block, .yakima .showcase-item.with-buy-block + div{
		height: 240px;
	}
	.yakima .showcase-item.img .showcase-item-name{
	    width: 120px;
	    height: 120px;
	    margin-top: -60px;
	    font-size: 18px;
		line-height: 20px;
	}
	.yakima .showcase-item.img .showcase-item-subname{
		width: 100%;
	}
	.yakima .showcase-item.img .showcase-item-subname{
		font-size: 15px;
		line-height: 18px;
	}

	/*PAGE NAV*/
	.pagenav a,
	.forum-page-all{
		font-size: 20px;
	}
	.pagenav,
	.forum-page-all{
		margin: 10px;
	}
}
@media screen and (max-width: 450px){
	/*CARTITEM*/
	.item .item-parametrs{
		padding: 5px;
	}
	.item .item-parametrs th{
		font-size: 16px;
		padding: 3px 5px;
	}
	.item .item-parametrs td{
		font-size: 13px;
		padding: 3px 5px;
	}
	.item .detailcart{
		padding: 0 5px!important;
	}
	.item .item-label li img{
		max-width: 100%;
		height: auto!important;
	}
	.item .item-label li{
		font-size: 16px;
	}
	.item .item-wrapper h2{
		font-size: 50px;
	}

	.item .news-button a.btn-price{
		margin-bottom: 10px;
	}
	.item-weight{
		font-size: 20px;
		height: 25px;
	}
	.item .item-weight-minus,
	.item .item-weight-plus{
		font-size: 30px;
		line-height: 25px;
	}
	.item-weight-count{
		font-size: 20px;
		padding: 0 35px;
	}
	.add-to-cart-button{
		font-size: 16px;
	}
	.add-to-cart-wrapper{
		max-width: 160px
	}

	/*BASKET*/
	.basket-page__items .bp__title{
		padding-left: 20px;
	}
	.basket-page.item-wrapper{
		padding-left: 20px;
		padding-right: 20px;
	}
	.basket-page__items .bp__img{
		width: 80px;
	}
	.basket-page__items .bp__img a{
		width: 80px;
		height: 80px;
	}
	.basket-page__items .bp__title p{
		font-size: 20px;
	}
	.basket-page__items .bp__title .bp__brend-mobile{
		width: 80px;
	}
	.basket-page__items .bp__weight>span{
		font-size: 14px;
	}
	.basket-page__items .bp__price>span{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.basket-page__items .bp__price{
		font-size: 18px;
	}
	.basket-page__items .item-weight-count{
		font-size: 18px;
	}
	.basket-page__items .bp__weight .item-weight-minus,
	.basket-page__items .bp__weight .item-weight-plus{
		width: 20px;
	}
	.basket-page__items .bp__weight .item-weight-minus{
		padding-top: 1px;
	}
	.basket-page__items .bp__weight .item-weight-plus{
	    font-size: 18px;
    	padding-top: 10px;
	}
	.basket-page__items .item-weight-count{
		padding: 0 15px;
	}
}
@media screen and (max-width: 400px){
	.container,.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
		padding-left: 10px;
		padding-right: 10px;
	}
	.row{
		margin-right: -10px;
    	margin-left: -10px;
	}
	.no-gutters{
		margin-right: 0!important;
    	margin-left: 0!important;
	}
	.add-to-cart-button{
		font-size: 12px;
	    padding: 5px 10px 5px;
	}
	.showcase-item-name{
		font-size: 20px;
		line-height: 20px;
	}
	.showcase-item-name-rus{
		font-size: 15px;
		line-height: 18px;
	}
	.ih-item{
		margin: 5px 0;
	}
	.showcase-item-price{
		left: -4px;
	}
}
@media screen and (max-width: 360px){
	/*CARTITEM*/
	.item .item-wrapper h2{
		font-size: 40px;
	}
	.item .item-parametrs th{
		font-size: 13px;
	}
	.item .item-parametrs td{
		font-size: 11px;
	}
	.item .news-button a.btn-price{
		font-size: 18px;
	}
	.item .news-button a,
	.item .add-to-cart-button{
		font-size: 14px;
	}

}

@media (min-width: 768px) and (max-width: 991px){
	.float-left img{
		float: left;
	}
}

.about-box{
	font-size: 16px;
    color: #2f2f2f;
    font-family: Roboto Condensed;
}
.about-box p,
.about-box ul{
	font-size: 16px;
}
.about-header{
	font-family: 'Roboto Condensed', sans-serif;
}

header .container{
	padding-top: 15px;
    padding-bottom: 15px;
}

.showcase .col-4-element{
	flex: 0 0 25%;
    max-width: 25%;
}

.news-button a.back-to-list
{
	margin: 0;
}