.mobile-top-box,
.button-filter_tablet {
	display: none;
}
.box-category {
	margin-bottom: 100px;
}
.box-category_left {
	float: left;
	width: 19.9%;
	box-sizing: border-box;
	padding-right: 30px;
}
.box-category_right {
	float: right;
	width: 80.1%;
	box-sizing: border-box;
}
.all-box-filter {

}
.box-filter {

}
.box-filter_item {
	margin-bottom: 51px;
}
.box-filter_item:last-child {
	margin-bottom: 0;
}
.box-filter_title {
	display: inline-block;
	font-weight: 600;
	font-size: 22px;
	background: transparent;
	color: #000000;
	position: relative;
	padding-right: 25px;
}
.box-filter_title:after {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 2px;
    width: 6px;
    height: 6px;
    border: solid 1px #000000;
    border-right: none;
    border-top: none;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.3s ease all;
    margin: -5px 0 0 0;
}
.box-filter_item.active .box-filter_title:after {
	transition: 0.3s ease all;
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin: -1px 0 0 0;
}
.box-filter_dropdowm {
	padding-top: 23px;
}
.box-filter_chek {
	margin: 0 0 23px 0;
}
.box-filter_chek:last-child {
	margin-bottom: 0;
}
.box-filter_chek input[type="radio"],
.box-filter_chek input[type="checkbox"] {
    display: none;
}
.box-filter_chek label {
    display: block;
    cursor: pointer;
    position: relative;
}
.box-filter_chek input[type="radio"] + label > span:first-child,
.box-filter_chek input[type="checkbox"] + label > span:first-child {
    float: left;
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #000000;
    background: #ffffff;
    border-radius: 50%;
}
.box-filter_chek input[type="radio"]:checked + label > span:first-child:before,
.box-filter_chek input[type="checkbox"]:checked + label > span:first-child:before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background: #000000;
    position: absolute;
	top: 2px;
    left: 2px;
    border-radius: 50%;
}
.box-filter_chek .check_text {
    display: block;
    margin: 0px 0 0 32px;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    top: 1px;
    box-sizing: border-box;
    padding-right: 30px;
}
.box-filter_quantity {
	position: absolute;
	top: 2px;
    right: 5px;;
	font-size: 16px;
	color: #999999;
}
.filter-menu {

}
.filter-menu li {
	margin-bottom: 35px;
}
.filter-menu li:last-child {
	margin-bottom: 0;
}
.filter-menu li a {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 22px;
	color: #000000;
	text-decoration: none;
}
.filter-menu li a:hover {
	text-decoration: underline;
}
.box-category_top {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	box-sizing: border-box;
	padding: 10px 15px;
	margin-bottom: 48px;
}
.box-view {
	float: left;
	font-size: 0;
}
.box-view_title {
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	font-size: 18px;
	color: #000000;
	padding: 7px 15px 0 0;
}
.tabs-view {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.tabs-view li {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin-right: 15px;
	transition: 0.3s ease all;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}
.tabs-view li:first-child {
	background-image: url(../images/grid-white.svg);
}
.tabs-view li.active:first-child {
	background-image: url(../images/grid-black.svg);
}
.tabs-view li:last-child {
	background-image: url(../images/row-white.svg);
}
.tabs-view li.active:last-child {
	background-image: url(../images/row-black.svg);
}
.tabs-view li:last-child {
	margin-right: 0;
}
.tabs-view li img {
	height: 100%;
}
.tabs-view li:hover {
	opacity: 0.7;
	transition: 0.3s ease all;
}
.box-sorting {
	float: right;
	font-size: 0;
}
.box-sorting_title {
	display: inline-block;
    vertical-align: top;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    padding: 7px 15px 0 0;
}
.box-sorting_select {
	display: inline-block;
	vertical-align: top;
}
.title-category {
    position: relative;
    box-sizing: border-box;
    padding: 0 175px 8px 0;
    border-bottom: 1px solid #000000;
    margin-bottom: 55px;
}
.title-category h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.1;
	color: #000000;
}
.title-category_link {
	position: absolute;
    top: 12px;
    right: 11px;
}
.title-category_link a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
	color: #000000;
}
.title-category_link a:hover {
	opacity: 0.6;
}
.list-category_margin {

}
.list-category {
	margin-bottom: 29px;
}
.list-category li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px 20px 10px; 
}
.list-category_link {
	display: block;
	font-size: 0;
	text-decoration: none;
	box-sizing: border-box;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #eae2e2;
}
.list-category_thumb {
	height: 322px;
	margin-bottom: 20px;
}
.list-category_link:hover {
	border-color: #000000;
    box-shadow: 0px 0px 1px rgba(0,0,0,.4);
}
.list-category_right {

}
.list-category_link h3 {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.2;
	color: #000000;	
	text-align: center;
}
.tabs-view_content {
	display: none;
}
.tabs-view_content.active {
	display: block;
}
.list-category.list-category_row li {
	width: 100%;
}
.list-category.list-category_row .list-category_link {
	padding: 30px 15px;
}
.list-category.list-category_row .list-category_thumb {
	float: left;
	width: 300px;
	margin: 0;
}
.list-category.list-category_row .list-category_right {
    position: relative;
    margin-left: 350px;
    min-height: 322px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.list-category_button {
	text-align: right;
	width: 100%;
	margin-top: 20px;
}
.list-category_button span {
	display: inline-block;
	vertical-align: top;
	width: 207px;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #000000;
	color: #000000;
	background: #ffffff;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	line-height: 48px;
	transition: 0.3s ease all;
}
.list-category_link:hover .list-category_button span {
	background: #000000;
	color: #ffffff;
	transition: 0.3s ease all;
}
.all-box-pagintion {
	border-top: 1px solid #D0D0D0;
}
.box-pagintion {
	margin-top: 26px;
	display: table;
	width: 100%;
	font-size: 0;
	text-align: center;
}
.box-pagintion li {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	margin: 0 7px;
}
.box-pagintion li.active a {

}
.box-pagintion li a {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	text-decoration: none;
	color: #000000;
	font-size: 22px;
	background: transparent;
	transition: 0.3s ease all;
	position: relative;
}
.box-pagintion li.active a,
.box-pagintion li a:hover {
	background-color: #000000;
	color: #ffffff;
	transition: 0.3s ease all;
}
.box-pagintion li.active a {
	pointer-events: none;
}
.box-pagintion li.box-pagintion_ellipsis {
	pointer-events: none;
}
.box-pagintion li.box-pagintion_ellipsis a {
	width: 30px;
}
.box-pagintion li.box-pagintion_next {

}
.box-pagintion li.box-pagintion_prev a,
.box-pagintion li.box-pagintion_next a {
	font-size: 0;
}
.box-pagintion li.box-pagintion_next a:before {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 21px;
    width: 16px;
    height: 16px;
    border: solid 2px #2D2D2D;
    border-left: none;
    border-bottom: none;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s ease all;
    margin: -9px 0 0 0;
}
.box-pagintion li.box-pagintion_prev a:before {
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 21px; 
    width: 16px;
    height: 16px;
    border: solid 2px #2D2D2D;
    border-right: none;
    border-top: none;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s ease all;
    margin: -9px 0 0 0;
}
.box-pagintion li.active.box-pagintion_next a:before,
.box-pagintion li.active.box-pagintion_prev a:before,
.box-pagintion li.box-pagintion_next a:hover:before,
.box-pagintion li.box-pagintion_prev a:hover:before {
	border-color: #ffffff;
	transition: 0.3s ease all;
}
.box-category_right.box-category_100 {
	float: none;
	width: 100%;
}







@media screen and (max-width: 1700px) {
	.box-category_left {
	    width: 22%;
	}
	.box-category_right {
	    width: 78%;
	}
	.box-filter_chek {
	    margin: 0 0 15px 0;
	}
	.box-category_top {
	    margin-bottom: 35px;
	}
	.title-category {
	    margin-bottom: 25px;
	}
	.list-category_thumb {
	    height: 280px;
	}
	.list-category_link h3 {
	    font-size: 20px;
	}
	.filter-menu li {
	    margin-bottom: 15px;
	}
	.box-category {
	    margin-bottom: 70px;
	}
	

}
@media screen and (max-width: 1280px) {

}
@media screen and (max-width: 1279px) {

}
@media screen and (max-width: 1199px) {
	.width-1400.all-box-category {
		max-width: 930px;
	}
	.box-category_left {
	    width: 25%;
	}
	.box-category_right {
	    width: 75%;
	}
	.list-category_thumb {
	    height: 210px;
	}
	.list-category_link h3 {
	    font-size: 18px;
	}
	.filter-menu li a {
	    font-size: 20px;
	}
	.title-category h2 {
	    font-size: 24px;
	}
	.title-category_link {
	    top: 7px;
	    right: 10px;
	}
	.title-category_link a {
	    font-size: 16px;
	}
	.box-filter_title {
	    font-size: 20px;
	}
	.box-filter_item {
	    margin-bottom: 35px;
	}
	.box-filter_chek .check_text {
	    margin: 0px 0 0 27px;
	    font-size: 18px;
	}
	.list-category.list-category_row .list-category_right {
	    min-height: 210px;
	    margin-left: 250px;
	}
	.list-category.list-category_row .list-category_thumb {
	    width: 230px;
	}
	.list-category_button span {
	    width: 180px;
	    height: 44px;
	    font-size: 16px;
	    line-height: 42px;
	}



}
@media screen and (max-width: 1023px) {
    
}
@media screen and (max-width: 979px) {
  	.width-1400.all-box-category {
	    max-width: 690px;
	}
	.box-category_left {
	    width: 30%;
	}
	.box-category_right {
	    width: 70%;
	}
	.list-category li {
		width: 50%;
	}
	.box-view_title {
		display: none;
	}
	.box-sorting_title {
	    font-size: 14px;
	    padding: 8px 10px 0 0;
	}
	.filter-menu li a,
	.box-filter_title {
	    font-size: 18px;
	}
	.box-filter_chek .check_text {
	    font-size: 16px;
	    top: 2px;
	}
	.box-filter_chek {
	    margin: 0px 0 10px 0;
	}
	.list-category.list-category_row .list-category_link {
	    padding: 15px;
	}
	.list-category.list-category_row .list-category_thumb {
	    width: 150px;
	}
	.list-category.list-category_row .list-category_right {
	    margin-left: 170px;
	}


}
@media screen and (max-width: 799px) {
    
}
@media screen and (max-width: 767px) {
  	.width-1400.all-box-category {
	    max-width: 540px;
	}
	.box-category_right {
	    width: 100%;
	    float: none;
	}
	.box-category_left {
		float: none;
	    width: 100%;
	    padding: 0;
	}
	.button-filter_tablet {
		float: left;
		display: block;
    	background: transparent;
    	color: #000000;
    	line-height: 1;
    	font-size: 14px;
    	font-weight: 600;
    	padding-left: 30px;
    	position: relative;
    	margin: 8px 10px 0 0;
	}
	.button-filter_tablet svg {
		width: 24px;
		height: 24px;
		position: absolute;
		top: 50%;
		margin-top: -12px;
		left: 0;
	}
	.button-filter_tablet path {
		fill: #000000;
	}
	.all-box-filter {

	}
	.all-box-filter {
	    display: block;
	    position: fixed;
	    top: 59px;
	    left: 0;
	    width: 375px;
	    bottom: 0;
	    background: #ffffff;
	    z-index: 9999;
	    -webkit-transform: translate(-375px,0);
	    -ms-transform: translate(-375px,0);
	    transform: translate(-375px,0);
	    -webkit-transform: translate3d(-375px,0,0);
	    transform: translate3d(-375px,0,0);
	    transition: -webkit-transform .4s ease;
	    transition: transform .4s ease;
	    transition: transform .4s ease,-webkit-transform .4s ease;
	    -webkit-transform-origin: top left;
	    -ms-transform-origin: top left;
	    transform-origin: top left;
	}
	.filter-mobile .all-box-filter {
	    -webkit-transform: translate(0px,0);
	    -ms-transform: translate(0px,0);
	    transform: translate(0px,0);
	    -webkit-transform: translate3d(0px,0,0);
	    transform: translate3d(0px,0,0);
	    transition: -webkit-transform .4s ease;
	    transition: transform .4s ease;
	    transition: transform .4s ease,-webkit-transform .4s ease;
	    -webkit-transform-origin: top left;
	    -ms-transform-origin: top left;
	    transform-origin: top left;
	}
	.filter-mobile:before {
		display: block;
	    content: "";
	    position: fixed;
	    top: 59px;
	    left: 0;
	    z-index: 1;
	    width: 100%;
	    height: 100%;
	    background: rgba(0,0,0,0.3);
	}
	.mobile-top-box {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        min-height: 56px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
        background-color: #ffffff;
        z-index: 10;
    }
    .mobile-top_title {
        font-size: 18px;
        color: #111111;
        font-weight: bold;  
        line-height: 54px;
        box-sizing: border-box;
        padding: 0 50px 0 24px;
    }
    .mobile-top_close { 
		position: absolute;
	    top: 17px;
	    right: 16px;
	    cursor: pointer;
	    font-size: 0;
	    background: transparent;
	    width: 20px;
	    height: 20px;
	    display: block; 
    }
    .mobile-top_close:hover svg path {
        fill: #111111;
    }
    .box-filter {
		box-sizing: border-box;
	    padding: 20px 35px 20px 35px;
	    height: calc(100vh - 115px);
	    overflow-y: scroll;
	    border: 0;
    }
    .box-pagintion li {
	    font-size: 18px;
	    margin: 0 3px;
	}
	.box-pagintion li a {
	    width: 40px;
	    height: 40px;
	    line-height: 38px;
	}
	.box-pagintion li.box-pagintion_prev a:before {
	    left: 18px;
	    width: 12px;
	    height: 12px;
	    margin: -7px 0 0 0;
	}
	.box-pagintion li.box-pagintion_next a:before {
	    right: 18px;
	    width: 12px;
	    height: 12px;
	    margin: -7px 0 0 0;
	}









}
@media screen and (max-width: 639px) {
    .width-1400.all-box-category {
	    max-width: 100%;
	    box-sizing: border-box;
	    padding: 0 15px;
	}
}
@media screen and (max-width: 479px) {
	.list-category_thumb {
	    height: 160px;
	    margin-bottom: 15px;
	}
	.list-category_link {
	    padding: 10px;
	}
	.list-category_margin {
    	margin-left: -10px;
	    margin-right: -10px;
	}
	.box-category_top {
		border-top: 0;
	    padding: 0 0 10px 0;
	    margin-bottom: 25px;
	}
	.tabs-view li {
		margin-right: 5px;
	}
	.title-category h2 {
	    font-size: 20px;
	}
	.title-category {
	    padding: 0 110px 8px 0;
	}
	.title-category_link a {
	    font-size: 14px;
	}
	.title-category_link {
	    top: 6px;
	    right: 0;
	}
	.box-view {
		display: none;
	}
	.list-category li:nth-child(odd) {
		padding-right: 5px;
	}
	.list-category li:nth-child(even) {
		padding-left: 5px;
	}
	.button-filter_tablet {
    	float: none;
   	}
   	.box-sorting {
	    float: none;
	    margin-top: 10px;
	}
	.all-box-filter {
    	width: 320px;
		-webkit-transform: translate(-320px,0);
	    -ms-transform: translate(-320px,0);
	    transform: translate(-320px,0);
	    -webkit-transform: translate3d(-320px,0,0);
	    transform: translate3d(-320px,0,0);
	}
	.box-filter {
	    padding: 20px 15px 20px 15px;
	}


}
@media screen and (max-width: 374px) {

}
@media screen and (max-width: 359px) {
  
}