* {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans', sans-serif;
}
select{
	outline:none;
	background-color: white !important;
}
.wrapper{
	margin: 0 auto 60px;
	width: 1170px;
}
img{
	vertical-align: middle;
	max-width:100%;
	height:auto;
}
li {
	list-style: none;
}
.clearfix:after{
	display: block;
	content: '';
	clear: both;
}
a{
	cursor: pointer;
	text-decoration: none;
}

.fb_share {
	display: none;
}
.vk_fb {
	display: none;
}




/* HEADER */

.wrapper_header{
	border-bottom: 1px solid #f0f0f0;
	width:100%;
}
.header{
	height: 78px;
	vertical-align: middle;
	box-sizing: border-box;
	margin: 0 auto;
	width: 1170px;
}
.logo{
	float: left;
	width: 94px;
	padding: 15px 0;
	margin-right: 8px;
}
.logo img{
	/*height: 48px;
	line-height: 78px;*/
}
.menu{
	/*float: left;*/
}
/*.menu_item:hover{
	color: #80c400;
}*/
.menu_item{
	float: left;
	text-decoration: none;
	color: #696969;
	line-height:78px;
	font-size: 14px;
	padding: 0px 10px;
	transition:0.3s;
}
.menu_item_rightBorder{
	position: relative;
}
.menu_item_rightBorder:after{
    content:""; 
    background: #696969; 
    position: absolute; 
    bottom: 0; 
    right: 0; 
    height: 40%;
    transform: translateY(-70%);
    width: 2px;
}
.langButton{
    color: #696969;
}
.langButton_flag{
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #696969;
    margin-right: 10px;
}
.langButton_selected{
    pointer-events: none;
    font-weight: bold;
}
.hamb_menu_item_rightBorder{
    padding-right: 5px;
    border-right: 2px solid #696969;
}
.phone{
	float: right;
	line-height: 78px;
	font-size:14px;
}
.phones{
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
}
.phones a{
    color: inherit;
}
.phone img{
	margin-right: 5px;
	display: inline-block;
}
.phones-label{
	font-size: 12px;
}
.phones__city {
	display: inline-block;
	vertical-align: top;
}
.phones__items {
	display: inline-block;
}
.basket{
	float: right;
	line-height: 78px;
	font-size:14px;
	padding: 0 10px;
}
.basket img{
	height: 25px;
	width: 25px;
	margin-right: 5px;
}
.basket_link{
	text-decoration: none;
	color: #000000
}

.bigPrice{
	position:relative;
	display: inline-block;
}

.bigPrice:after{
	content:"";
	display:block;
	position:absolute;
	left:0;top:50%;
	color:red;
	width:100%;
	height:0;
	border-bottom:2px solid red;
	transform:rotate(-15deg);
}

/* blog */

.blog_wrapper{
	text-align: center;
}
.blog_block{
	float : left;
	margin: 0 24px 35px;
}
/*.blog_wrapper:after {
	content: "";
	flex: auto;
	flex-basis: 300px;
}*/

.blog_inner{
	position: relative;
	box-sizing:border-box;
	height: 500px;
	width: 350px;
	border-radius: 5px;
	border:1px solid #f0f0f0;
	text-align: center;
	text-decoration: none;
	transition:0.3s;
}

.blog_inner:hover{
	border-color: #80c400;
	color: #80c400;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.blog_inner a:hover{
	transition: 0.3s;
	color: #80c400;
}
.blog_img{
	max-width: 100%;
	max-height: 100%;
}
.blog_img_container{
	vertical-align: middle;
    display: table-cell;
	height: 200px;
	width: 100%;
}
.blog_title{
	width: 100%;
	display: table;
	text-align: center;
	color: #2b2b2b;
	font-size: 17px;
	text-decoration: none;
	background: white;
	height: 58px;
	max-height: 72px;
}
.blog_title h3{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.blog_anons{
	overflow: hidden;
	text-align: center;
	color: #2b2b2b;
	font-size: 16px;
	text-decoration: none;
	background: white;
	height: 200px;
}
.blog_more{
	z-index: 5;
	position: absolute;
	text-align: right;
	color: #2b2b2b;
	font-size: 16px;
	text-decoration: none;
	background: white;
	bottom: 0;
	right: 8px;
	height: 32px;
}
.whant_more_header_p{
	color: #2b2b2b;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
}

.whant_more{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
	text-align: center;
}
/*MEDIA BLOG*/
@media screen and (max-width: 1180px) {
	.blog{
		width: 100%;
		margin: 0;
		padding:0 10px 40px;
		box-sizing:border-box;
	}
	.blog_block{
		float : none;
		display : inline-block;
	}
}
@media screen and (min-width: 1180px) {
	.blog_block:nth-child(3n+3){
		margin-right: 0;
	}
}
@media screen and (max-width: 910px) {
	.whant_more_header_p{
			text-align: center;
		}
	.blog_block{
		margin: 0 auto 35px;
	}
	.blog_inner {
		width:100%;
	}
}
@media screen and (max-width: 350px) {
	.blog_inner{
		width: 100%;
		height : auto;
		max-height: 650px;
		padding-bottom : 40px;
	}
	.blog_img_container{
		max-height: 26%;
	}
	.blog_anons{
		height : auto;
		max-height: 350px;
	}
}

.more_block{
	height: 200px;
	width: 220px;
	margin-bottom: 15px;
}
.more_inner{
	box-sizing:border-box;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	border:1px solid #f0f0f0;
	text-align: center;
	text-decoration: none;
	transition:0.3s;
}
.more_inner:hover{
	border-color: #80c400;
	color: #80c400;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.more_inner a:hover{
	transition: 0.3s;
	color: #80c400;
}
.more_img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.more_img_container{
	height: 120px;
	width: 100%;
}
.more_title{
	width: 100%;
	text-align: center;
	color: #2b2b2b;
	font-size: 18px;
	text-decoration: none;
	background: white;
}
.more_title p{
	color: #2b2b2b;
	font-weight: 500;
}
/* slider */

.slider_wrapper{
	margin: 10px 0 0;
	height: 480px;
}
.slick_wrapper{
	display: inline-block;
	height: 100%;
	position: relative;
}
.slider{
	float: left;
	border-radius: 3px;
	height: 480px;
	width: 868px;
	overflow: hidden;
	position: relative;
}
.arrowleft{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 21px;
	height: 35px;
	width: 35px;
	background: rgba(255,255,255, 0.8);
	border-radius: 60px;
	cursor: pointer;
	z-index: 100;
}
.arrowleft_inner{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 11px;
	width: 14px;
	background: url(/img/arrowleft.png);
	background-size: cover;
	background-position: center;
	transition:0.3s;
}
.arrowleft:hover .arrowleft_inner{
	background: url(/img/arrowlefthover.png);

}
.arrowright{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 21px;
	height: 35px;
	width: 35px;
	background: rgba(255,255,255, 0.8);
	border-radius: 60px;
	cursor: pointer;
	z-index: 100;
}
.arrowright_inner{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 11px;
	width: 14px;
	background: url(/img/arrowright.png);
	background-size: cover;
	background-position: center;
	transition:0.3s;
}
.arrowright:hover .arrowright_inner{
	background: url(/img/arrowrighthover.png);
}
.slider_top .slick-track{
	height: 480px;
}
.slider_ul{
	width: 2604px;
	left: 0px;
	position: relative;
}
.slider_block{
	height: 480px;
	width: 868px;
	float: left;
	overflow: hidden;
	position: relative;
}
.slider_img{
	height: 100%;
	width: 100%;
}
.slider_info{
	width: 380px;
	height: 66px;
	padding: 21px;
	position:absolute;
	left: 78px;
	bottom:78px;
	background: rgba(255,255,255, 0.9);
	border-radius: 3px;
	vertical-align: middle;
}
.slider_info_title{
	font-size: 18px;
	color: black;
	line-height:28px;
	font-weight: lighter;
}
.slider_info_text{
	font-size: 15px;
	color: #999999;
}
.slider_btn{
	position: absolute;
	left: 78px;
	bottom: 28px;
	width: 156px;
	height: 42px;
	line-height: 42px;
	text-transform: uppercase;
	color: #ffffff;
	background: #8ad400;
	text-align: center;
	font-size: 11px;
	border-radius: 3px;
	transition: 0.3s;
}
.slider_btn_without{
	position: absolute;
	left: 78px;
	bottom: 5px;
	width: 156px;
	height: 42px;
	line-height: 42px;
	text-transform: uppercase;
	color: #ffffff;
	/*background: #8ad400;*/
	background: red;
	text-align: center;
	font-size: 11px;
	border-radius: 3px;
	transition: 0.3s;
}
.slider_btn:hover{
	background: #80c400;
	-webkit-box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slickDots{
	width: 100px;
	height: 8px;
	position: absolute;
	bottom: 24px;
	right: 30px;
	z-index: 100;
}
.slickDots li {
	display: inline-block;
	position: relative;
	width: 8px;
	height: 8px;
	border-radius: 60px;
	background: rgba(255,255,255,0.4);
	vertical-align: top;
	margin-right: 12px;
}
.slickDots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slickDots li button:hover,
.slickDots li button:focus {
  outline: none;
}
.slickDots li button:hover:before,
.slickDots li button:focus:before {
  opacity: 1;
}
.slickDots li.slick-active {
  background: rgba(255,255,255,0.8);
}
.dots{
	width: 48px;
	height: 8px;
	position: absolute;
	bottom: 28px;
	right: 21px;
	z-index: 100;
}
.dot{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 60px;
	background: rgba(255,255,255,0.4);
	vertical-align: top;
	margin-right: 6px;
}
.dot:last-child{
	margin-right: 0;
}
.dot.active{
	background: rgba(255,255,255,0.8);
}
.rent_factory{
	float: right;
}
.factory{
	background: url(/img/factory.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 3px;
	width: 292px;
	height: 235px;
	margin-bottom: 10px;
	position: relative;
}
.sale{
	background: url(/uploads/Final-Sale579602747916.gif);
	background-size: cover;
	background-position: center;
	border-radius: 3px;
	width: 292px;
	height: 235px;
	margin-bottom: 10px;
	position: relative;
}
.factory_btn{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #999999;
	border-radius: 3px;
	transition: 0.3s;
	text-transform: uppercase;
	font-size: 11px;
}
.factory:hover .factory_btn{
	background: rgba(255,255,255,0.2);
}
.rent{
	background: url(/img/rent.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 3px;
	width: 292px;
	height: 235px;
	position: relative;
}
.rent_btn{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #999999;
	border-radius: 3px;
	transition: 0.3s;
	text-transform: uppercase;
	font-size: 11px;
}
.rent:hover .rent_btn{
	background: rgba(255,255,255,0.2);
}

/* POPULAR */

.popular_head{
	line-height: 56px;
	height: 56px;
	color: #2b2b2b;
	font-size: 22px;
	text-align: left;
	vertical-align: middle;
	margin-top: 21px;
}
.popular_head h1{
	display: inline-block;
	font-size: 22px;
}
.popular_arrow_left{
	float: right;
	height: 35px;
	width: 35px;
	border: 1px solid #f0f0f0;
	border-radius: 60px;
	cursor: pointer;
	line-height: 56px;
	vertical-align: middle;
	position: relative;
	margin-top: 8px;
	transition:0.3s;
}
.popular_arrow_right{
	float: right;
	height: 35px;
	width: 35px;
	border: 1px solid #f0f0f0;
	border-radius: 60px;
	cursor: pointer;
	vertical-align: middle;
	line-height: 56px;
	position: relative;
	margin-left: 10px;
	margin-top: 8px;
	transition:0.3s;
}
.popular_arrow_left:hover .arrowleft_inner{
	background: url(/img/arrowlefthover.png);
}
.popular_arrow_right:hover .arrowright_inner{
	background: url(/img/arrowrighthover.png);
}
.popular_slider{
	overflow: hidden;
}
.popular_slider_ul{
	width: 90000px;
	left: -295px;
	position: relative;
}
.popular_slider_ul li{
	float: left;
	margin-right: 25px;
}
.product_block{
	box-sizing:border-box;
	height: 350px;
	width: 270px;
	border-radius: 3px;
	border:1px solid #f0f0f0;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition:0.3s;
}
.popular_slider_ul li:last-child{
	margin-right: 0;
}

.product_img_container{
	position: relative;
	height: 278px;
	width: 100%;
}
.product_img_front{
	opacity:1;
	transition: all 300ms linear;
}
.product_img_back{
	position: absolute;
	top: 0; left: 0;
	height: 278px; width: 100%;
	transition: all 300ms linear;
	opacity: 0;
}
.product_block:hover .product_img_front{
	opacity: 0;
}
.product_block.is--special:hover .product_img_front{
	opacity: 1;
}
.product_block:hover .product_img_back{
	opacity: 1;
}
.product_title_container{
	display: table;
	width:100%;
}
.product_title{
	display: table-cell;
    margin-top: 5px;
	height: 72px;
	text-align: center;
	line-height: 30px;
	color: #2b2b2b;
	font-size: 18px;
	vertical-align: middle;
	text-decoration: none;
	background: white;
}
.product_link{
	text-decoration: none;
	color: #2b2b2b;
}
.product_img{
	height: 100%;
	width: 100%;
}
.product_block:hover{
	border-color: #80c400;
	color: #80c400;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.product_block:hover .product_title{
	color: #80c400;
}
.popular_slider{
	margin-bottom: 32px;
}
.popular_btn{
	box-sizing:border-box;
	width: 100%;
	text-align: center;
	height: 42px;
	text-transform: uppercase;
	color: #2b2b2b;
	font-size:11px;
	border:1px solid #f0f0f0;
	line-height: 42px;
	cursor: pointer;
	transition:0.3s;
	margin-bottom: 32px;
	border-radius: 3px;
}
.popular_btn:hover{
	color: #80c400;
}
.popular_btn_link{
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	background: #8ad400;
	text-align: center;
	font-size: 12px;

	border-radius: 3px;
	transition: 0.3s;
	}

/* CLIENTS */

.clients_header{
	line-height: 56px;
	height: 56px;
	color: #2b2b2b;
	font-size: 22px;
	text-align: left;
	vertical-align: middle;
	margin-top: 21px;
}
.clients_slider{
	height: 120px;
	width: 100%;
	position: relative;
	border-radius: 3px;
	border:1px solid #f0f0f0;
	overflow: hidden;
	box-sizing:border-box;
	padding: 0 104px;
	line-height: 120px;
	vertical-align: middle;
	text-align: center;
}
.arrow_border{
	border: 1px solid #f0f0f0;
	border-radius: 60px;
}
.clients_slider_ul{
	width: 90000px;
	position: relative;
	left: -180px;
	height: 120px;
}
.clients_slider_ul li{
	display: inline-block;
	width: 160px;
	height: 120px;
	/*margin-right: 66px;*/
	/*vertical-align: middle;*/
	/*text-align: center;*/
	position: relative;
}
.clients_slider_ul li:last-child{
	margin-right: 0;
}
.clients_img{
	vertical-align: middle;
	width: auto;
	max-width: 140px;
	height: auto;
	max-height: 100px;
	line-height: 120px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.clients_visible{
	overflow: hidden;
}

/* ABOUT */

.about_header{
	line-height: 56px;
	height: 56px;
	color: #2b2b2b;
	font-size: 22px;
	text-align: left;
	vertical-align: middle;
	margin-top: 21px;
}
.about_text{
	font-size: 15px;
	color: #000000;
	margin-bottom: 72px;
}
.pagination {
        list-style: none;
        display: flex;
        justify-content: center;
        padding: 0;
    }
.pagination li {
    margin: 0 5px;
}
.pagination li a {
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: background-color 0.3s;
}
.pagination li a:hover {
    background-color: #f0f0f0;
}
.pagination .active a {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}




/* FOOTER */

.wrapper_footer{
	border-top: 1px solid #f0f0f0;
	width:100%;
}

.footer{
	padding-top: 40px;
	padding-bottom: 80px;
	margin: 0 auto;
	width: 1338px;
}
.rights{
	color:#999999;
	font-size: 14px;
}
.footer_logo_block{
	float: left;
	width: 240px;
	margin-right: 120px;
}
.logo_footer{
	width: 94px;
	margin-right: 21px;
	margin-bottom: 21px;
}
.logo_footer img{
	height: 48px;
	line-height: 78px;
}
.footer_menu{
	float: left;
	margin-right: 100px;
}
.footer_menu_item{
	display: block;
	font-size: 14px;
	color: #2b2b2b;
	line-height: 40px;
	text-decoration: none;
	transition:0.3s;
}
.footer_menu_link{
	text-decoration: none;
	color: #2b2b2b;
}
/*.footer_menu_item:hover{
	color: #80c400;
}*/
.footer_social{
	margin-left: 40px;
}
.footer_phone{
	font-size:14px;
	display: none;


}
.footer_phone img{
	margin-right: 5px;
}
.vk_fb{
	margin-top: 21px;
}
.vk{
	height: 35px;
	width: 35px;
	border: 1px solid #f0f0f0;
	border-radius: 60px;
	cursor: pointer;
	position: relative;
	transition:0.3s;
	display: inline-block;
	margin-right: 10px;
}
.fb{
	height: 35px;
	width: 35px;
	border: 1px solid #f0f0f0;
	border-radius: 60px;
	cursor: pointer;
	position: relative;
	transition:0.3s;
	display: inline-block;
}
.social_img{
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.vk:hover{
	border-color:#3b5998;
}
.fb:hover{
	border-color: #3b5998;
}


/*Subscribe style*/
.footer_subscribe {
	float: left;
	max-width: 240px;
}

@media (max-width: 910px) {
	.footer_subscribe {
		max-width: 100%;
		margin-bottom: 30px;
	}
}

.footer_subscribe-header {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #2b2b2b;
}

.footer_subscribe-caption {
	font-size: 12px;
	font-style: italic;
	color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer_subscribe-input {
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	padding-left: 15px;
	border: 1px solid #f0f0f0;
	border-radius: 3px;
	font-size: 14px;
	color: #2b2b2b;
	margin-bottom: 15px;
}

.footer_subscribe-submit {
	margin-top: 10px;
	width: 100%;
	height: 42px;
	line-height: 42px;
	text-transform: uppercase;
	color: #ffffff;
	background: #ff0000;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
	transition: 0.3s;
	border: none;
	cursor: pointer;
}

.footer_subscribe-agree {
	width: 20px;
}

.footer_subscribe-agree:required {
	box-shadow: none;
}

.footer_subscribe-agree:required:valid {
	box-shadow: 0 0 2px #8ad400;
}

.footer_subscribe-group span {
	font-size: 13px;
}

.footer_subscribe-group span a {
	color: #8ad400;
}

.footer_logo_block {
	margin-right: 100px;
}

.vk_fb {
	margin-bottom: 15px;
}

/*End sub style*/



/* CATALOG */

.menu_active{
	color: #80c400;
}
.catalog_header{
	color: #999999;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	margin-top: 21px;
	margin-bottom: 21px;
}
.catalog_header a{
	text-decoration: none;
	color: #999999;
}
.catalog_block{
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}
.catalog_block:nth-child(4n+4){
	margin-right: 0;
}
.catalog_title{
    color: #2b2b2b;
    font-size: 18px;
    margin-top: 21px;
    margin-bottom: 21px;
    font-weight: bold;
}

/* PRODUCT */

.product_card {
    text-align: center;
    float: left;
    margin-right: 25px;
    width: 267px;
}
.product_card_photo{
    height: 267px;
    max-width: 267px;
}
.product_card_stock {
    text-align: center;
	color: #70a709;
	font-weight: 800;
}
.product_card_stock_no_stock{
	color: #ec2e35;
}

.product_header{
	color: #999999 !important;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	margin-top: 21px;
	margin-bottom: 21px;
}
.product_header a{
	text-decoration: none;
	color: #999999;
}
.product_page_block{
	margin-bottom: 35px;
}
.product_page_block+.product_page_block{
	padding-top: 35px;
	border-top:1px solid #f0f0f0;
}
.product_page_main_photo{
	height: 334px;
	width: 334px;
	box-sizing:border-box;
	border-radius: 3px;
	border:1px solid #f0f0f0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
}
.product_page_main_img{
	width: 100%;
	height: 100%;
}
.product_arrowleft{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 11px;
	height: 35px;
	width: 35px;
	background: rgba(255,255,255, 0.8);
	border-radius: 60px;
	cursor: pointer;
	border:1px solid #f0f0f0;
}
.product_arrowleft:hover .arrowleft_inner{
	background: url(/img/arrowlefthover.png);

}
.product_arrowright{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 11px;
	height: 35px;
	width: 35px;
	background: rgba(255,255,255, 0.8);
	border-radius: 60px;
	cursor: pointer;
	border:1px solid #f0f0f0;
}
.product_arrowright:hover .arrowright_inner{
	background: url(/img/arrowrighthover.png);
}
.product_page_mini_photos{
	margin-left: 10px;
	display: inline-block;
	width: 318px;
	vertical-align: top;
}
.product_mini_photo_block{
	float: left;
	width: 72px;
	height: 72px;
	box-sizing:border-box;
	border-radius: 3px;
	border:1px solid #f0f0f0;
	margin-right: 10px;
	margin-bottom: 10px;
    vertical-align: top;
    transition:0.3s;
    cursor: pointer;
    overflow: hidden;
}
.product_mini_photo_block:nth-child(4n+4){
	margin-right: 0;
}
.product_mini_photo_block:hover{
	border-color: #80c400;
}
.product_mini_photo_block__hidden{
	display: none;
}
.mini_img{
	width: 100%;
	height: 100%;
}
.product_page_info{
	position: relative;
	margin-left: 35px;
	vertical-align: top;
	display: inline-block;
}
.product_page_title{
	color: #2b2b2b;
	font-size: 28px;
}
.product_page_title h1{
	color: #2b2b2b;
	font-size: 28px;
    font-weight: normal;
}
.product_anons{
	position: absolute;
	right: 0px;
	max-width: 300px;
}
.product_stock{
	text-align: center;
	color: #70a709;
	font-weight: 800;
}
.product_stock_no_stock{
	color: #ec2e35;
}
.mini_separator{
	border:1px solid #f0f0f0;
	width: 35px;
	margin-top: 10px;
}
.price_title{
	margin-top: 21px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #2b2b2b;
}
.price{
    min-height: 80px;
	margin-top: 10px;
	font-size: 27px;
	color: #2b2b2b;
}
.product_card_price{
    min-height: inherit;
}
.discountPercent {
	border-radius: 5px;
	overflow: hidden;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	background: red;
	padding: 4px 6px;
	margin-left: 5px;
}
.bigPrice_container {
	font-size: 18px;
}
.grn{
	font-size: 17px;
}
.product_option{
	display: none;
	margin-top: 21px;
}
.size {
	display: inline-block;
	margin-top: 21px;
	margin-right: 21px;
}
.product_card_size{
    margin-right: 0;
}
.size_title, .product_option_title{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #2b2b2b;
}
.size_choose, .product_option_choose{
	margin-top: 12px;
}
.size_select, .product_option_select{
    width: 192px;
    height: 42px;
    border-radius: 60px;
    border:1px solid #2b2b2b7d;
    padding: 10px 15px;
    color: #2b2b2b;
    font-size: 13px;
    font-weight: 600;
    -webkit-appearance: none;
    background-image: url(/img/selectarrow.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    text-indent: 0.01px; 
    text-overflow: '';
    -ms-appearance: none;
    appearance: none!important;
    cursor: pointer;
}
.ms-options-wrap{
    width: 192px;
}
.size_select::-ms-expand, .product_option_select::-ms-expand {
  	display: none;
}
.textile{
	display: inline-block;
	margin-top: 21px;
	vertical-align: top;
}
.textile_title{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #2b2b2b;
}
.textile_choose{
    text-align: left;
	margin-top: 12px;
	width:192px;
	height: 42px;
	border-radius: 60px;
    border:1px solid #2b2b2b7d;
    box-sizing:border-box;
    position: relative;
    cursor: pointer;
    line-height: 42px;
    padding-left:10px;
    color: #2b2b2b;
    font-size: 13px;
    font-weight: 600;
    transition:0.3s;
}
.textile_inner{
	width: 36px;
	height: 36px;
	margin: auto;
	background-color: yellow;
	border-radius: 60px;
	position: absolute;
	top: 0;
	right: 3px;
	bottom: 0;
	overflow: hidden;
}
.textile_inner img{
	vertical-align: baseline !important;
}
.textile_inner_img{
	height: 100%;
	width: 100%;
}
.buy_btn{
	display: block;
	margin-top: 24px;
	width: 150px;
	height: 48px;
	line-height: 48px;
	text-transform: uppercase;
	color: #ffffff;
	/*background: #8ad400;*/
	background: red;
	text-align: center;
	font-size: 14px;
	border-radius: 12px;
	transition: 0.3s;
	text-decoration: none;
}
.buy_btn:hover{
	background: #80c400;
	-webkit-box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.product_card_buy_btn {
    margin: 24px auto;
}
.product_card_buy_btn.buy_btn {
    color: #ffffff;
}

.discount__buy_btn{
	display: block;
	margin: 24px auto;
	width: 156px;
	height: 52px;
	line-height: 52px;
	text-transform: uppercase;
	color: #ffffff;
	background: red;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
	transition: 0.3s;
	text-decoration: none;
}

.discount__buy_btn:hover{
	background: #80c400;
	-webkit-box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.discount_title {
	color: #2b2b2b;
}

.discount_container {
	display: none;
}

.social_repost{
	height:20px;
}

.fb_iframe_widget span 
{
	vertical-align: baseline !important;
}

.social_repost_catalog{
	position: absolute;
	left:220px;
	bottom:-8px;
}
.social_repost_catalog div{
	margin: 3px 0;
}
.social_repost_catalog:after{
	display: none;
	content: '';
    width: 105px;
    height: 60px;
    z-index: 999;
    bottom: 0;
    position: absolute;
    background: white;
}
.social_repost_catalog.loaded:after{
	display:none;
}
.textile_select_block{
	margin: 100px auto;
	width: 840px;
	background: #ffffff;
	border-radius: 3px;
	border:1px solid #f0f0f0;
}
.textile_select_header{
	height: 64px;
	line-height: 64px;
	background: #f0f0f0;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 22px;
	color: #2b2b2b;
}
.textile_close{
	float: right;
	line-height: 64px;
	vertical-align: middle;
	margin-top: 24px;
	cursor: pointer;
}
.textile_wrapper{
	padding-left: 25px;
	padding-right: 25px;
}
.category_title{
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #2b2b2b;
	cursor: pointer;
	padding-left: 25px;
	padding-right: 25px;
}
.category_title:hover{
	background: #fdfdfd;
}
.category_title:hover .category_open{
	color: black;
}
.category_open{
	font-size: 11px;
	text-transform:uppercase;
	color: #999999;
	margin-right: 10px;
	float: right;
	line-height: 56px;
	cursor: pointer;
}
.textile_category{
	border-bottom: 1px solid #f0f0f0;
/*	padding-left: 25px;
	padding-right: 25px;*/
}
.textile_mini_img{
	height: 70px;
	width: 70px;
}
.textile_mini_block{
	width: 70px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.textile_mini_block:nth-child(10n+10){
	margin-right: 0;
}
.textile_mini_photo{
	height: 70px;
	width: 70px;
	background: gray;
	cursor: pointer;
	position: relative;
	box-sizing:border-box;
}
.textile_mini_img{
	width: 100%;
	height: 100%;
}
.textile_mini_photo.active{
	border:3px solid #80c400;
}
.textile_mini_name{
	width: 73px;
	height: 20px;
	text-align: center;
	color: #2b2b2b;
	font-size: 11px;
}
.textile_popup{
	position: absolute;
	margin: auto;
	bottom: 50%;
	left: 50%;
	height: 350px;
	width: 350px;
	box-sizing:border-box;
	border: 3px solid white;
	background: gray;
	z-index: 10;
	overflow: hidden;
	display: none;
}
.textile_mini_photo:hover .textile_popup{
	display: block;
}
.textile_popup_img{
	width: 100%;
	height: 100%;
}
.textile_select_btn{
	margin:15px auto;
	width: 800px;
	height: 52px;
	line-height: 52px;
	text-transform: uppercase;
	color: #ffffff;
	background: #8ad400;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
	transition: 0.3s;
	text-decoration: none;
}
.textile_select_link{
	text-decoration: none;
}
.textile_select_btn:hover{
	background: #80c400;
	-webkit-box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.photo_viewer{
	margin: 50px auto;
	width: 750px;
	
}
.viewer_main_photo_container{
	width: 100%;
	height: 500px;
	position: relative;
	
}
.viewer_main_photo_img{
	height: auto;
	width: auto;
	max-width: 750px;
	max-height: 550px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 3px;
}
.viewer_mini_photos{
	margin-top: 30px;
	text-align: center;
}
.viewer_mini_photos_container{
	width: 75px;
	height: 75px;
	box-sizing:border-box;
	/*border-radius: 3px;
	border:1px solid #f0f0f0;*/
	margin-right: 8px;
	margin-top: 8px;
	display: inline-block;
}
.viewer_mini_photos_container:nth-child(5n+5){
	margin-right: 0;
}
.viewer_mini_photos_container.active{
	border:1px solid #80c400;
	border-radius: 3px;
}
.viewer_mini_img{
	height: 100%;
	width: 100%;
	border-radius: 3px;
}
.viewer_mini_photos_container:hover{
	border:1px solid #80c400;
	border-radius: 3px;
}
.mini_active{
	border-color: #80c400;
	-webkit-box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* CART */
.row {
	display: table-row;
}
.cell{
	display: table-cell;
	border-bottom: 1px solid #f0f0f0;
}
.cart_header{
	width: 100%;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color: #2b2b2b;
	border-bottom:1px solid #f0f0f0;
	box-sizing:border-box;
	padding-bottom: 20px;
}
.cart_header a:hover{
	color: #86c70c;
}
.cart_header__warning{
	line-height: 24px;
	color: #d20a1e;
}
.cart_header__green{
	color: #86c70c;
}
.cart_title{
	width: 100%;
	height: 72px;
	line-height: 72px;
	color: #2b2b2b;
	border-bottom:1px solid #f0f0f0;
	box-sizing:border-box;
	font-size: 12px;
	text-transform: uppercase;
}
.cart_title_product{
	width: 130px;
	text-align: center;
}
.cart_title_name{
	width: 270px;
	text-align: center;
}
.cart_title_textile{
	width: 160px;
	text-align: center;
}
.cart_title_size{
	width: 210px;
	text-align: center;
}
.cart_title_amount{
	width: 170px;
	text-align: center;
}
.cart_title_price{
	width: 140px;
	text-align: center;
}
.cart_title_close{
	width: 90px;
	color: white;
	text-align: center;
}
.order_block{
	height: 166px;
	color: #2b2b2b;
	border-bottom:1px solid #f0f0f0;
	box-sizing:border-box;
}
.order_product{
	width: 130px;
	line-height: 166px;
}
.order_product_container{
	width: 130px;
	height: 130px;
	vertical-align: middle;
	border:1px solid #f0f0f0;
	box-sizing:border-box;
	border-radius: 3px;
	margin: 18px 0;
}
.order_product_img{
	height: 100%;
	width: 100%;
}
.order_name{
	font-size: 14px;
	text-align: center;
	width: 270px;
}
.order_textile{
	width: 160px;
	text-align: center;
	vertical-align: middle;
}
.order_textile_circle{
	width:32px;
	height: 32px;
	border-radius: 60px;
    border:1px solid #f0f0f0;
    box-sizing:border-box;
    position: relative;
    cursor: pointer;
    line-height: 166px;
    display: inline-block;
	vertical-align: middle
}
.order_textile_inner{
	width: 28px;
	height: 28px;
	margin: auto;
	background-color: yellow;
	border-radius: 60px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.order_textile_inner_img{
	height: 100%;
	width: 100%;
}
.order_textile_name{
	display: inline-block;
	font-size: 14px;
	color: #999999;
	margin-left: 10px;
}
.order_size{
	font-size: 14px;
	text-align: center;
	width: 255px;	
}
.order_amount{
	font-size: 12px;
	text-align: center;
	width: 170px;
	vertical-align: middle;	
	font-weight: bold;
	margin: 69px 0
}
.amount_btn{
	width: 96px;
	height: 26px;
	line-height: 26px;
	margin:0 auto;
}
.amount_minus{
	float: left;
	width: 24px;
	box-sizing:border-box;
	border: 1px solid #f0f0f0;
	text-align: center;
	border-radius: 60px 0 0 60px;
	cursor: pointer;
}
.amount_minus:hover{
	color: #80c400;
}
.amount_number{
	float: left;
	width: 48px;
	box-sizing:border-box;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	text-align: center;
}
.amount_plus{
	float: left;
	width: 24px;
	box-sizing:border-box;
	border: 1px solid #f0f0f0;
	text-align: center;
	border-radius: 0 60px 60px 0;
	cursor: pointer;
}
.amount_plus:hover{
	color: #80c400;
}
.order_price{
	font-size: 14px;
	text-align: center;
	width: 140px;	
}
.order_close{
	width: 90px;
	line-height: 166px;
}
.order_close_img{ 
	margin: 79px auto;
	height: 8px;
	width: 8px;
}
.order_close_link{
	display: block;
	height: 8px;
	width: 8px;
	margin:0 auto;
}
.cart_footer{
	margin-top: 25px;
    display: flex; 
    justify-content: space-between;
}
.cart_shipping__container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-basis: 65%;
}
.cart_shipping{
    display: flex;
    flex-direction: column;
    width: 210px;
    line-height: 32px;
}
.cart_shipping__method{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
}
.cart_shipping__price{
    min-width: 162px;
    font-size: 26px;
}
.common_price__container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order_btn{
	width: 184px;
	height: 52px;
	line-height: 52px;
	text-transform: uppercase;
	color: #ffffff;
	background: #8ad400;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
	transition: 0.3s;
	text-decoration: none;
}
.order_btn_link{
	text-decoration: none;
}
.order_btn:hover{
	background: #80c400;
	-webkit-box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.common_price{
	font-size: 16px;
	color: #d20a1e;
	float: right;
	margin-right: 50px;
}
.common_price_number{
	font-size: 26px;
	color: #2b2b2b;
	margin-left: 5px;
}
.common_price_shipping{
	color: #2b2b2b;
	margin-left: 5px;
}
.common_price_grn{
	font-size: 18px;
	color: #2b2b2b;
	margin-left: 5px;
}
.order_form_block{
	width: 490px;
	margin: 50px auto;
	border: 1px solid #f0f0f0;
	box-sizing:border-box;
	border-radius: 3px;
	background: white;
}
.order_form_header{
	height: 64px;
	line-height: 64px;
	background: #f0f0f0;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 22px;
	color: #2b2b2b;
}
.order_form_close{
	float: right;
	line-height: 64px;
	vertical-align: middle;
	margin-top: 24px;
	cursor: pointer;
}
.order_form{
	padding: 18px;
}
.input_name{
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: bold;
}
.red_color{
	color: red;
}
.input{
	width: 100%;
	height: 52px;
	box-sizing:border-box;
	padding-left: 30px;
	border:1px solid #f0f0f0;
	border-radius: 3px;
	font-size: 14px;
	color: #2b2b2b;
	margin-bottom: 20px;
}
.input:focus{
	border-color: #80c400;
}
.form_note{
	font-size: 12px;
	font-style: italic;
	color: #999999;
}
.input_submit{
	margin-top: 20px;
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-transform: uppercase;
	color: #ffffff;
	background: red;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
	transition: 0.3s;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.input_submit:hover{
	background: #80c400;
	-webkit-box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow:  0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.input_note {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 20px;
}

/* I N F O */
.info_header{
	color: #999999 !important;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	margin-top: 21px;
}
.info_header a{
	text-decoration: none;
	color: #999999;
}
.info_title{
	font-size: 26px;
	color:#2b2b2b;
	margin-top: 10px;
	font-weight: lighter;
}
.info_block_title{
	font-size: 18px;
	color:#2b2b2b;
	margin-top: 35px;
	font-weight: lighter;
}
.info_block{
	font-size: 14px;
	color: #00000;
	margin-top: 15px;
}
.info_block h1{
	font-weight: lighter;
}
.info_block h2{
	font-weight: lighter;
}

.info_block a{
	text-decoration: none;
	color: #999999;
}

 /* C O N T A C T S */

.contacts_block{
 	margin-top: 21px;
 	vertical-align: top;
}
.contacts_header{
	font-size: 22px;
	color: #2b2b2b;
}
.contacts_header h1{
	font-size: 28px;
}
.second_header{
	margin-top: 50px;
}
.second_header h1{
	display: inline;
	font-size : 22px;
	font-weight: 400;
}
.contacts_title{
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	margin-top: 45px;
	vertical-align: top;
	width: 150px;
	min-width: 150px;
}
.contacts_title h2{
	color: #2b2b2b;
}
.contacts_address, .contacts_phone{
	overflow: hidden;
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
}
.showroom{
	float:left;
}
.feedback_block_small{
	display:none;
}
.contacts_text{
	color: #2b2b2b;
	font-size: 14px;
	display: inline-block;
	margin-top: 45px;
	vertical-align: top;
}
.adress_text{
	margin-left: 107px;
	color: #2b2b2b;
	font-size: 14px;
	display: inline-block;
	margin-top: 30px;
	vertical-align: top;
}
.adress_text a{
	color: #87c70e;
	font-weight: 800;
}
.feedback_block{
	float: right;
	margin-top: 21px;
	vertical-align: top;
}
.feedback_header{
	font-size: 22px;
	color: #2b2b2b;
}
.feedback_name{
	display: inline-block;
	width: 275px;
	margin-top: 20px;
}
.feedback_mail{
	display: inline-block;
	width: 275px;
	margin-left: 10px;
	margin-top: 20px;
}
.feedback_message{
	margin-top: 15px;
	width: 100%;
}
.feedback_textarea{
	height: 145px;
	width: 100%;
	box-sizing:border-box;
	padding: 30px;
	border:1px solid #f0f0f0;
	border-radius: 3px;
	font-size: 14px;
	color: #2b2b2b;
	margin-bottom: 20px;
}
.separator{
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 60px;
}
.map_container {
	margin-top: 30px;
}

.map {
	width: 100%;
	height: 600px;
}

/* M O B I L E */

/* H E A D E R M O B I L E */

.header_mobile{
	height: 78px;
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #f0f0f0;
	padding:0 21px;
	display: none;
	position: sticky;
	top: 0;
	z-index: 10;
	background: #fffffff2;
}
.header_mobile_container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hamb_logo{
	margin: 0;
	padding: 0;
	float: none;
}
.hamb_menu_link{
	text-decoration: none;
	color: #696969;
	line-height:78px;
	font-size: 14px;
	transition:0.3s;
	min-width: 60px;
}
.hamb_menu_link:hover{
	color: #80c400;
}
.hamb_menu{
	float: left;
	font-size: 16px;
	font-weight: 800;
	color: #e7131f;
}
.hamb_menu_opened{
	width: 100%;
	z-index: 1000;
	background: #ffffff;
	padding-bottom: 20px;
	position: absolute;
	top: 78px;
	left: 0;
	padding-left: 21px;
	box-sizing: border-box;
	display: none;
}
.hamb_menu_opened a{
	text-decoration: none;
}
.hamb_menu_item{
	text-decoration: none;
	color: #696969;
	font-size: 14px;
	transition:0.3s;
	line-height: 40px;
}
.hamb_menu_item:hover{
	color: #80c400;
}
.hamb_phone{
	line-height: 40px;
	font-size:14px;
}

.hamb_phone .phones{
	margin: 0 5px;
	vertical-align: top;
}

.hamb_basket_title{
	text-decoration: none;
	color: #696969;
	transition:0.3s;
	display: inline-block;
	line-height: 40px;
	font-size:14px;
}

.hamb_basket{
	min-width: 50px;
	font-size: 14px;
}

.hamb_basket img{
	width:25px;
	height:25px;
}

.wrapper_mobile{
	padding: 0 21px;
}

/* FOOTER MOBILE */

.footer_mobile{
	border-top: 1px solid #f0f0f0;
	padding: 21px;
	display: none;
}
.footer_mobile_menu{
	margin-bottom: 21px;
	margin-top: 21px;
}

/* CART */

.order_block_mobile{
	width: 278px;
	margin: 0 auto;
	border-bottom:1px solid #f0f0f0;
	display: none;
	position: relative;
}
.order_name_mobile{
	display: inline-block;
    width: 140px;
    text-align: center;
    vertical-align: middle;
    color: #2b2b2b;
    font-size: 14px;
}
.order_product_mobile{
	display: inline-block;
}
.order_size_mobile{
	color: #2b2b2b;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.order_textile_mobile{
	color: #2b2b2b;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.order_amount_mobile{
	color: #2b2b2b;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.order_price_mobile{
	color: #2b2b2b;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.order_close_mobile{
	position: absolute;
	top: 18px;
	right: 10px;
}

/* MEDIA */

.common_shipping{
	float: left;
	text-align: center;
	margin-left: 37%;
}

.nova_poshta_text{
	line-height: normal;
    font-size: 12px;
    text-align: end;
}

.mobile{
	display: none;
}
.mobile_price{
	display: none;
}
.title_mobile{
	display: none;
}



@media screen and (min-width: 910px) {
	.product_page_info {
		min-width: 409px;
		max-width: 460px;
	}
}
@media screen and (max-width: 910px) {
    .cart_footer{
        flex-direction: column;
    }
    .cart_shipping{
        width: 150px;
    }
    .cart_shipping__price{
        margin-left: 5px;
        min-width: 90px;
    }
    .common_price__container{
        flex-direction: column;
    }
    .cart_shipping__container{
        border-bottom: 1px solid #f0f0f0;
    }

    .price{
        min-height: 61px;
    }
	.feedback_block_small{
		display:block;
	}
	.feedback_block_big{
		display:none;
	}
	.popup_mini{
		display:none !important;
	}
	.product_anons{
		position: initial;
		max-width: 100%;
	}
	.common_shipping{
	float: none; margin-left: 0;
}
	.clients_header{
		display: none;
	}
	.clients_slider{
		display: none;
	}
	.header_mobile{
		display: block;
	}
	.footer_mobile{
		display: block;
	}
	.wrapper_header{
		display: none;
	}
	.wrapper_footer{
		display: none;
	}
	.wrapper{
		width: 100%;
		margin: 0;
		padding:0 21px 40px;
		box-sizing:border-box;
	}
	.rent_factory{
		display: none;
	}
	.slider{
		float: none;
		border-radius: 3px;
		height: 480px;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.slider_block{
		/*width: 100%;*/
	}
	.slider_info{
		width: 200px;
	    position: absolute;
	    left: 0;
	    bottom: 78px;
	    background: rgba(255,255,255, 0.9);
	    right: 0;
	    border-radius: 3px;
	    vertical-align: middle;
	    margin: auto;
	    padding: 21px;
	    height: 90px;
	}
	.slider_btn{
		position: absolute;
	    left: 0;
	    right: 0;
	    margin: auto;
	    bottom: 28px;
	    width: 240px;
	    height: 42px;
	    line-height: 42px;
	    text-transform: uppercase;
	    color: #ffffff;
	    background: #8ad400;
	    text-align: center;
	    font-size: 11px;
	    border-radius: 3px;
	    transition: 0.3s;
	}
	.slider_info{
		width: 300px;
		left:21;
		margin: 0;
	}
	.slider_btn{
		left: 21;
		margin: 0;
	}
	.dots{
		width: 48px;
	    height: 8px;
	    position: absolute;
	    bottom: 10px;
	    right: 0;
	    left: 0;
	    margin: auto;
	}
	.arrowright_slider{
		display: block;
	}
	.arrowleft_slider{
		display: block;
	}
	.popular_head{
		text-align: center;
	}
	.popular_arrow_right{
		display: none;
	}
	.popular_arrow_left{
		display: none;
	}
	.popular_slider{
		text-align: center;
	}
	.popular_slider li{
		display: block;
		margin:0 ;
		float: none;
	}
	.popular_slider_ul{
		width: inherit;
		left: 0;
		
	}
	.popular_slider_ul li:last-child{
		margin: 0 ;
	}
	.popular_slider li{
		display: inline-block;
		margin:20px ;
	}
	.popular_slider_ul li:last-child{
		margin: 20px;
	}
	.product_block{
		box-sizing:border-box;
		height: 350px;
		width: 278px;
		margin: 0 auto;
		border-radius: 3px;
		border:1px solid #f0f0f0;
		overflow: hidden;
		text-align: center;
		text-decoration: none;
		transition:0.3s;
		margin-bottom: 10px;
	}
	.popular_btn{
		box-sizing:border-box;
		width: 278px;
		margin: 0 auto;
		height: 42px;
		text-transform: uppercase;
		font-size:11px;
		border:1px solid #f0f0f0;
		line-height: 42px;
		cursor: pointer;
		transition:0.3s;
		margin-bottom: 32px;
		border-radius: 3px;

		color: #ffffff;
		background: #8ad400;
		text-align: center;

	}
	.clients_header{
		line-height: 56px;
		height: 56px;
		color: #2b2b2b;
		font-size: 22px;
		text-align: center;
		vertical-align: middle;
		margin-top: 21px;
	}
	.about_header{
		line-height: 56px;
		height: 56px;
		color: #2b2b2b;
		font-size: 22px;
		text-align: center;
		vertical-align: middle;
		margin-top: 21px;
	}
	.about_text{
		font-size: 15px;
		color: #000000;
		margin-bottom: 72px;
		text-align: justify;
	}
	.clients_slider_ul li{
		display: none;
	}
	.clients_slider_ul li:first-child{
		display: inline-block;
		margin-right: 0
	}
	.product_card_wrapper {
        text-align: center;
    }
	.product_card{
		float: none;
		margin-right: 0;
		display: inline-block;
		margin: 20px;
	}
	.catalog_block{
		float: none;
		margin-right: 0
	}
	.catalog_block{
		display: inline-block;
		margin: 20px;
	}
	.catalog_wrapper{
		text-align: center;
	}
	.catalog_block:nth-child(4n+4){
		margin: 20px;
	}
	.photo_viewer{
		margin: 50px auto;
		width: 278px;
	}
	.viewer_main_photo_container{
		width: 100%;
		height: 278px;
		position: relative;
		/*border-radius: 3px;
		border: 1px solid #f0f0f0;*/
		box-sizing: border-box;
	}
	.viewer_main_photo_img{
		max-height: 278px;
		max-width: 278px;
	}
	.viewer_mini_photos_container{
		width: 42px;
	    height: 42px;
	    box-sizing: border-box;
	    /*border-radius: 3px;
	    border: 1px solid #f0f0f0;*/
	    margin-right: 8px;
	    margin-top: 8px;
	    display: inline-block;
	}
	.viewer_mini_photos_container:nth-child(5n+5){
		margin-right: 0;
	}
	.textile_mini_photo:hover .textile_popup{
		display: none;
	}
	.textile_select_block{
		margin: 100px auto;
	    width: 278px;
	    border-radius: 3px;
	    border: 1px solid #f0f0f0;
	    box-sizing: border-box;
	}
	.category_title{
		height: 60px;
	    color: #2b2b2b;
	    text-align: center;
	    padding-top: 10px;
	    line-height: 35px;
	}
	.category_open{
		font-size: 11px;
	    text-transform: uppercase;
	    color: #999999;
	    cursor: pointer;
	    float: none;
	    line-height: 20px;
	    margin: 0;
	}
	.textile_mini_block{
		width: 70px;
		margin-left: 25px;
		margin-bottom: 10px;
	}
	.clearfix.textile_wrapper{
		display: none;
	}
	.textile_wrapper{
		padding-right: 25px;
		padding-left: 25px;
	}
	.textile_mini_photo{
		height: 70px;
	    width: 100%;
	    background: gray;
	    cursor: pointer;
	    position: relative;
	}
	.textile_mini_name{
		width: 100%;
	    height: 30px;
	    text-align: center;
	    color: #2b2b2b;
	    font-size: 14px;
	}
	.textile_select_btn{
		margin: 15px auto;
	    width: 250px;
	    height: 52px;
	    line-height: 52px;
	    text-transform: uppercase;
	    color: #ffffff;
	    background: #8ad400;
	    text-align: center;
	    font-size: 12px;
	    border-radius: 3px;
	    transition: 0.3s;
	    text-decoration: none;
	}
	.product_page_block{
		width: 278px;
		margin: 0 auto 35px;
	}
	.product_page_main_photo{
		width: 278px;
		height: 278px;
		border-radius: 3px;
		border:1px solid #f0f0f0;
		display: block;
		margin-bottom: 10px;
	}
	.product_page_title{
		display: none;
	}
	.title_mobile{
		text-align: center;
		display: block;
		margin-bottom: 20px;
	}
	.mini_separator{
		display: none;
	}
	.product_page_mini_photos{
		display: block;
		margin-left: 0;
		width: 278px;
	}
	.product_mini_photo_block{
		width: 62px;
		height: 62px;
	}
	.product_page_info{
		margin-left: 0;

	}
	.textile{
		display: block;
		margin-left: 0;
	}
	.buy_btn{
		width: 278px;
	}
	.size{
		margin-right: 0;
	}
	.size_select, .product_option_select, .ms-options-wrap{
		width: 278px;
	}
	.textile_choose{
		width: 278px;
	}
	.order_form_block{
		width: 278px;
		box-sizing:border-box;
	}
	.cart_title{
		display: none;
	}
	.order_block{
		display: none;
	}
	.order_block_mobile{
		display: block;
	}
	.order_textile_circle{
		margin-left: 115px;
	}
	.order_textile_name{
		line-height: normal;
	}
	.order_size{
		font-size: 14px;
	    text-align: center;
	    width: inherit; 
	    display: inline-block;
	    margin-left: 110px;
	    text-transform: none;
	}
	.amount_btn{
		width: 96px;
	    height: 26px;
	    line-height: normal; 
	    display: inline-block;
	    vertical-align: middle;
	    margin-left: 75px;
	}
	.order_price{
		font-size: 14px;
	    text-align: center;
	    width: inherit; 
	    display: inline-block;
	    margin-left: 125px;
	    text-transform: none;
	}
	.cart_header{
		width: 278px;
		margin: 0 auto;
		font-size: 16px;
		line-height: 20px;
	}
	.order_btn{
		width: 278px;
		margin: 0 auto;
		margin-bottom: 40px;
		float: none;
	}
	.common_price{
		display: none;
	}
	.mobile_price{
		display: block;
		text-align: center;
		margin: 10px 0;
		float: none;
	}
	.order_close_img{
		margin: 0;
	}
	.contacts_block{
		float: none;
	}
	.feedback_block{
		float: none;
	}
	.feedback_mail{
		display: block;
		margin-left: 0;
	}
	.contacts_text{
		display: inline-block;
	}
	.map{
		/*height: 300px;*/
	}
	.social_repost_catalog{
		display:none;
	}
}

@media screen and (max-width: 683px) {
	
	.popular_slider li{
		display: block;
		margin:0 ;
	}
	.popular_slider_ul li:last-child{
		margin: 0 ;
	}
	.catalog_block{
		float: none;
		margin: 0
	}
	.catalog_block:nth-child(4n+4){
		margin: 0;
	}


	
}	

@media screen and (max-width: 603px){
	.slider_wrapper{
		display: none;
	}
	.slider_info{
		width: 200px;
	    position: absolute;
	    left: 0;
	    bottom: 78px;
	    background: rgba(255,255,255, 0.9);
	    right: 0;
	    border-radius: 3px;
	    vertical-align: middle;
	    margin: auto;
	    padding: 21px;
	    height: 90px;
	}
	.slider_btn{
		position: absolute;
	    left: 0;
	    right: 0;
	    margin: auto;
	    bottom: 28px;
	    width: 240px;
	    height: 42px;
	    line-height: 42px;
	    text-transform: uppercase;
	    color: #ffffff;
	    background: #8ad400;
	    text-align: center;
	    font-size: 11px;
	    border-radius: 3px;
	    transition: 0.3s;
	}
	.arrowright_slider{
		display: none;
	}
	.arrowleft_slider{
		display: none;
	}
	.contacts_text{
		display: block;
	}
	.contacts_address, .contacts_phone{
		display:block;
	}
	.adress_text{
		margin-left: 0;
	}
}

/*POPUP*/
.popup_mini {
box-sizing: border-box;
}

.popup_mini a{
	text-decoration: underline;
}

/* Всплывающее окно 
* при загрузке сайта            
*/
/* базовый контейнер, фон затемнения*/
/*#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}*/
/* модальный блок */
.popup_mini {
	display: none;
    bottom: 7%;
    left: 3%;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 160px;
    max-width: 320px;
    position: fixed;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* заголовки в модальном блоке 
.popup h2 {
    margin: 0 0 1rem 0;
    font-weight: 300;
    line-height: 1.3;
    text-shadow: 1px 2px 4px #ddd;
}
/* кнопка закрытия */
.close {
    top: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #80c400;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;

}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}
/* изображения в модальном окне */
.popup_mini img {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/* миниатюры изображений */
.pl-left,
.pl-right {
    width: 25%;
    height: auto;
}
/* миниатюры справа */
.pl-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* миниатюры слева */
.pl-left {
    float: left;
    margin: 5px 18px 5px 0;
}
/* анимация при появлении блоков с содержанием */
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 } 
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
	
.item-text h1{
	color: #2b2b2b
}	

#hide h1{
	font-size : 14px;
}

.dispFlex{
	display: flex;
}
.google_review_img{
    display: none;
	float: right;
	max-width: 200px;
	max-height: 50px;
}
.ms-options-wrap>button{
    height: 42px;
    border-radius: 60px;
    border: 1px solid #2b2b2b7d;
    padding: 10px 15px !important;
    color: #2b2b2b !important;
    font-size: 13px;
    font-weight: 600;
    -webkit-appearance: none;
    background-image: url(/img/xselectarrow.png.pagespeed.ic.1ZW-hV5riK.png);
    background-position: 95% center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
    cursor: pointer;
}
.ms-options {
    border-radius: 20px;
    border: 1px solid #2b2b2b7d;
}
