.sectionTop {
    position: relative;
    box-sizing: border-box;
    padding: 105px 0 0 0;
}
.sectionTop:before {
	display: block;
	content: "";
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.sectionTop img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}
.sectionTop_item {
	position: relative;	
	z-index: 4;
}
.sectionTop_title {
	font-weight: bold;
	font-size: 64px;
	color: #FFFFFF;
}
.breadcrumbs {
	padding: 39px 0 18px 0;
}
.breadcrumbs li {
	display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 1.2;
    position: relative;
    margin-right: 12px;
    margin-bottom: 5px;
}
.breadcrumbs li:after {
	display: block;
	content: ">";
	position: absolute;
    top: 2px;
    right: -11px;
    font-size: 10px;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.breadcrumbs li:last-child {
	margin-right: 0;
}
.breadcrumbs a {
	text-decoration: none;
	color: #fff;
}
.breadcrumbs a:hover {
	color: #F5B315;
}
.aboutUs {
	margin-top: 69px;
}
.aboutUs_left {
	width: 62%;
	box-sizing: border-box;
    padding-right: 10%;
}
.aboutUs_right {
	width: 38%;
}
.aboutUs_thumb {
	font-size: 0;
}
.aboutUs_description {
	margin-top: 20px;
}
.threePoints {
	margin-top: 68px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 55px;
}
.listThree {
	counter-reset: item;
}
.listThree li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 61px 40px 61px;
}
.listThree_item {
	position: relative;
	height: 100%;
}
.listThree_item:before {
	display: block;
	content: "";
	width: 90px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #F5B315;
}
.listThree_title {
	font-size: 20px;
	line-height: 1.1;
	color: #FFFFFF;
	padding-left: 80px;
	position: relative;
	min-height: 55px;
	letter-spacing: 0.03em;
}
.listThree li:first-child .listThree_title {
	padding-left: 71px;
}
.listThree_title:before {
	display: block;
	content: "0" counter(item) ".";
    counter-increment: item;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
	color: #FFFFFF;
	position: absolute;
	top: -6px;
	left: 0;
}
.listThree_text {
	font-size: 16px;
	line-height: 1.2;
	color: #FFFFFF;
	margin-top: 14px;
	position: relative;
	padding-bottom: 29px;
}
.aboutGalley {
	margin-top: 45px;
}
.aboutGalley_text {
	max-width: 914px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.2;
	text-align: justify;
	color: #000000;
}
.all-sliderAbout {
	max-width: 1072px;
	margin: 25px auto 0 auto;
}
.swiper.sliderAbout {

}
.sliderAbout_thumb {
	display: block;
	position: relative;
	padding-bottom: 100%;
	font-size: 0;
	cursor: pointer;
}
.sliderAbout_thumb:before {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
    transition: 0.3s ease all;
}
.sliderAbout_thumb:hover svg,
.sliderAbout_thumb:hover:before {
	opacity: 1;
    visibility: visible;
    transition: 0.3s ease all;
}
.sliderAbout_thumb svg {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease all;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    z-index: 3;
}
.sliderAbout_thumb svg use {
	fill: #fff;
}
.sliderAbout_thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.button-prev,
.button-next {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	font-size: 0;
	background: transparent;
}
.button-prev:hover use,
.button-next:hover use {
	opacity: 0.7;
}
.button-prev {
	left: -42px;
}
.button-next {
	right: -42px;
}
.button-prev use,
.button-next use {
	fill: #F5B315;
}
.button-prev:after,
.button-next:after {
	display: none;
}
.button-next {
	transform: rotate(180deg);
}
.button-prev.swiper-button-disabled,
.button-next.swiper-button-disabled {
	display: none !important;  
}
.ourWork {
	margin-top: 66px;
}
.all-sliderWork {
    margin: 31px 130px 0 137px;
}
.sliderWork {

}
.sliderWork_thumb {
	display: block;
	position: relative;
	padding-bottom: 100%;
	font-size: 0;
	cursor: pointer;
	overflow: hidden;
}
.sliderWork_thumb:hover img {
	transform: scale(1.1);
	transition: 0.3s ease all;
}
.sliderWork_thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: 0.3s ease all;
}
.pageNews {
	padding-top: 67px;
	padding-bottom: 40px;
}
.pageNews_item {
	margin-top: 25px;
}
.pageNews_left {
	width: 100%;
	box-sizing: border-box;
	padding-right: 103px;
}
.pageNews_right {
	width: 220px;
}
.listBlog {

}
.listBlog li {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #C4C4C4;
	padding: 10px 12px 12px 10px;
	margin-bottom: 17px;
}
.listBlog li:last-child {
	margin-bottom: 0;
}
.listBlog_thumb {
	display: block;
	width: 170px;
	height: 178px;
	font-size: 0;
	overflow: hidden;
}
.listBlog_thumb img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.listBlog_right {
	width: 100%;
	padding: 0 0 0 10px;
}
.listBlog_text {
	font-size: 16px;
	line-height: 1.2;
	text-align: justify;
	color: #000000;
	height: 135px;
	overflow: hidden;
}
.listBlog_link {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	text-decoration: none;
	color: #F5B315;
	margin-top: 27px;
}
.listBlog_link:hover {
	text-decoration: underline;
}
.pagination {
	text-align: center;
	font-size: 0;
	margin-top: 25px;
}
.pagination .screen-reader-text {
	display: none;
}
.nav-links {
	display: table;
	font-size: 0;
	width: 100%;
	text-align: center;
}
.nav-links > a,
.nav-links > span {
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	font-size: 16px;
	background: #F5B315;
	color: #000000;
}
.nav-links a:hover,
.nav-links span {
	color: #FFCE76;
	transition: 0.3s ease all;
}
.nav-links a:hover {
	color: #fff;
}
.nav-links span {
	background: rgba(255,255,255,0.1);
}
.nav-links--updated span.page-numbers:not(.dots) {
  	color: #fff;
	background: #ff473a;
}
.nav-links .dots {
	margin: 7px 4px 0 4px;
	pointer-events: none;
	height: auto;
	background: none;
	line-height: 1;
	box-shadow: none;
	border-radius: 0;
	font-size: 18px;
	color: #000;
	width: auto;
}
.nav-links > .prev,
.nav-links > .next {
	background: transparent;
	line-height: 1;
	position: relative;
	margin: 0;
}
.nav-links > .next {
	transform: rotate(180deg);
}
.nav-links > .prev svg,
.nav-links > .next svg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -10px 0 0 -7px;
}
.nav-links > .prev use,
.nav-links > .next use {
	fill: #000000;
}
.nav-links > .prev:hover use,
.nav-links > .next:hover use {
	fill: #FFCE76;
}
.boxRight {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #C4C4C4;
	padding: 26px 13px 26px 13px;
}
.boxRight_title {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #000000;
}
.menuRight {
	margin-top: 12px;
}
.menuRight ul {

}
.menuRight li {
	margin-bottom: 6px;
}
.menuRight li:last-child {
	margin-bottom: 0;
}
.menuRight a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	line-height: 1.2;
	box-sizing: border-box;
    padding: 0 0 0 12px;
    position: relative;
}
.menuRight a:before {
	display: block;
	content: "";
	position: absolute;
	top: 4px;
	left: -2px;
	width: 5px;
	height: 5px;
	border: solid 1px #000000;
	border-left: none;
	border-top: none;
	transform: rotate(-45deg);
	transition: 0.3s ease all;
}
.menuRight li.active a,
.menuRight a:hover {
	color: #F5B315;
}
.menuRight li.active a:before,
.menuRight a:hover:before {
	transition: 0.3s ease all;
	border-color: #F5B315;
}
.pointsProblem {
	margin-top: 42px;
}
.pointsProblem_title {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}
.pointsProblem .threePoints {
	margin-top: 58px;
}
.all-sliderService {
	max-width: 1060px;
	margin: 40px auto 0 auto
}
.inner-page .boxContacts {
    margin-top: 42px;
}
.boxChose {
	margin-top: 51px;
}
.boxChose_title {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 33px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}
.boxChose_text {
    max-width: 894px;
    margin: 19px auto 0 auto;
    font-size: 18px;
    line-height: 1.2;
    text-align: justify;
    color: #000000;
}
.listChose_margin {
	margin-left: -5px;
	margin-right: -5px;
}
.listChose {
	margin-top: 23px;
}
.listChose li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 5px 10px 5px;
}
.listChose li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 5px 10px 5px;
}
.listChose_item {
	box-sizing: border-box;
	padding: 25px 10px 25px 10px;
	border: 2px solid #C4C4C4;
	height: 100%;
}
.listChose_thumb {
	width: 90px;
	height: 90px;
}
.listChose_right {
	box-sizing: border-box;
	padding: 0px 0 0 10px;
}
.listChose_title,
.listChose_text {
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
}
.listChose_title {
	font-weight: bold;
}
.listChose_text {
	margin-top: 10px;
}
.pageContacts {
    box-sizing: border-box;
    padding: 86px 15px 9px 100px;
}
.pageContacts .boxContacts_item-1 {
    margin: 0;
}
.boxArticles {
	margin-top: 66px;
}
.boxArticles_title {
	font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 33px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    position: relative;
    padding-bottom: 14px;
}
.boxArticles_title:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
	bottom: 0;
	max-width: 150px;
	margin: 0 auto;
	background: #F5B315;
}
.listArticles {
	margin: 21px auto 0 auto;
    max-width: 1100px;
}
.listArticles li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	padding: 0 11px 44px 11px;
}
.listArticles_link {
	display: block;
	text-decoration: none;
}
.listArticles_thumb {
	display: block;
    position: relative;
    padding-bottom: 100%;
    font-size: 0;
}
.listArticles_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.listArticles_text {
	font-size: 12px;
	line-height: 1.2;
	color: #000000;
	margin-top: 10px;
	transition: 0.3s ease all;
}
.listArticles_link:hover .listArticles_text {
	color: #F5B315;
	transition: 0.3s ease all;
}
.showMore {

}
.showMore a {
	display: block;
	width: 232px;
	height: 55px;
	background: #F5B315;
	border-radius: 30px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 55px;
	color: #000000;
	margin: 0 auto;
}
.showMore a:hover {
	background: #D09712;
}
.infoNews {
	padding-top: 49px;
}
.infoNews_title {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 33px;
	color: #000000;
	text-align: center;
}
.infoNews_description {
	margin-top: 46px;
}
.alignright {
	float: right;
	font-size: 0;
	margin: 0 0 20px 20px;
}
.alignleft {
	float: left;
	font-size: 0;
	margin: 0 20px 20px 0;
}
.alignCenter {
	text-align: center;
}
.alignCenter img {
	display: block;
	margin: 0 auto;
}
.all-fourSlider {
    max-width: 1060px;
    margin: 40px auto 0 auto;
}
.boxClean {
	padding: 90px 0;
	text-align: center;
}
.title-clean {
	font-size: 36px;
	line-height: 1.2;
	color: #000000;
}
.boxClean_link {
	display: block;
	width: 232px;
	height: 55px;
	background: #F5B315;
	border-radius: 30px;
	line-height: 55px;
	text-decoration: none;
	text-align: center;
	margin: 27px auto 0 auto;
	font-size: 16px;
	color: #000000;
}
.boxClean_link:hover {
	background: #D09712;
}
.width-1016 {
	max-width: 1116px;
	margin: 0 auto;
}
.boxOrdering {
	margin-top: 57px;
	margin-bottom: 80px;
}
.boxOrdering_left {
	width: 100%;
}
.boxOrdering_right {
	width: 384px;
}
.boxCheckout {
	border: 2px solid #C4C4C4;
	box-sizing: border-box;
	padding: 18px 18px 18px 18px;
}
.boxCheckout_title {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
}
.formCheckout {
	margin-top: 20px;
}
.formCheckout_item {
	margin-bottom: 14px;
}
.size-0 .formCheckout_item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}
.size-0 .formCheckout_item:nth-child(odd) {
	padding-right: 4px;
}
.size-0 .formCheckout_item:nth-child(even) {
	padding-left: 4px;
}
.formCheckout_text {
	font-size: 12px;
	color: #000000;
	margin-bottom: 1px;
}
.formCheckout_text span {
	color: #FF0000;
}
.formCheckout_input {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 28px;
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px !important;
}
.formCheckout_select {

}
.boxCheckout_button {
	display: block;
	margin: 36px auto 0 auto;
	width: 174px;
	height: 42px;
	background: #F5B315;
	border-radius: 30px;
	font-size: 14px;
	color: #000000;
	transition: 0.3s ease all;
}
.boxCheckout_button:hover {
	background: #D09712;
	transition: 0.3s ease all;
}
.listCheckout {
	margin-top: 23px;
}
.listCheckout li {
	width: 100%;
}
.listCheckout-title {
	font-weight: bold;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #000000;
}
.listCheckout_top  {
	padding-bottom: 10px;
}
.listCheckout_center {
	padding: 7px 0;
	border-bottom: 1px solid #C4C4C4;
}
.listCheckout_bottom {
	padding-top: 13px;
	border-top: 1px solid #C4C4C4;
}
.listCheckout_name {
	font-size: 14px;
	line-height: 1.25;
	color: #F5B315;
	box-sizing: border-box;
	padding-right: 20px;
}
.listCheckout_name a {
	color: #F5B315;
	text-decoration: none;
}
.listCheckout_name a:hover {
	text-decoration: underline;
}
.listCheckout_price {
	font-size: 14px;
	line-height: 1.25;
	color: #000000;
	margin-right: 13px;
}
.listCheckout_remove {
	display: block;
	font-size: 0;
	line-height: 1;
	text-decoration: none;
	background: transparent;
	transition: 0.3s ease all;
}
.listOrdering_remove use,
.listCheckout_remove use {
	fill: #FF0000;
}
.listOrdering_remove:hover,
.listCheckout_remove:hover {
	opacity: 0.6;
	transition: 0.3s ease all;
}
.listCheckout-text-2 {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
}
.listCheckout-price-2 {
	font-size: 18px;
	color: #000000;
}
.listOrdering {
	width: 100%;
	max-width: 554px;
}
.listOrdering_top {
	width: 100%;
}
.listOrdering_top  > div {
	font-size: 10px;
	line-height: 1.25;
	text-align: center;
	color: #000000;
	box-sizing: border-box;
	padding: 0 5px 6px 5px;
	border: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.listOrdering_bottom {
	width: 100%;
	position: relative;
}
.listOrdering_bottom > div {
	box-sizing: border-box;
    border: 2px solid #C4C4C4;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-bottom: 0 solid #C4C4C4;
	padding: 9px 5px;
    text-align: center;
}
.listOrdering_bottom:last-child > div {
	border-bottom: 2px solid #C4C4C4;
}
.listOrdering_top  > div:first-child {
	border-left: 2px solid transparent;
}
.listOrdering_bottom > div:first-child {
	border-left: 2px solid #C4C4C4;
}
.listOrdering_top  > div:last-child {
	border-right: 2px solid transparent;
}
.listOrdering_bottom > div:last-child {
	border-right: 2px solid #C4C4C4;
	padding-left: 9px;
	padding-right: 9px;
}
.listOrdering_item-1 {
	width: 49%;
}
.listOrdering_item-2 {
	width: 17%;
}
.listOrdering_item-3 {
	width: 17%;
}
.listOrdering_item-4 {
	width: 17%;
}
.listOrdering_price {
	font-size: 14px;
	line-height: 1.25;
	color: #000000;
	white-space: nowrap;
	height: 100%;
}
.boxQuantity {
	width: 56px;
	margin: 0 auto;
	position: relative;
}
.boxQuantity_input {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 23px;
	box-sizing: border-box;
	border: 1px solid #C4C4C4;
	text-align: center;
	font-size: 14px !important;
	color: #000000;
	box-sizing: border-box;
	padding: 0 13px;
}
.boxQuantity_minus,
.boxQuantity_plus {
	display: block;
	width: 13px;
	height: 23px;
	position: absolute;
	top: 1px;
	z-index: 2;
	background: transparent;
	transition: 0.3s ease all;
	font-size: 14px;
	color: #000000;
}
.boxQuantity_minus {
	left: 1px;
}
.boxQuantity_plus {
	right: 1px;
}
.boxQuantity_minus:hover,
.boxQuantity_plus:hover {
	color: #F5B315;
	transition: 0.3s ease all;
}
.listOrdering_left {
	height: 100%;
}
.listOrdering_thumb {
	width: 50px;
	height: 50px;
}
.listOrdering_box {
	width: 100%;
	margin-left: 9px;
	padding-left: 11px;
	position: relative;
	height: 100%;
}
.listOrdering_box:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: -9px;
	bottom: -9px;
	width: 2px;
	background: #C4C4C4;
}
.listOrdering_title {
	font-size: 14px;
	line-height: 1.25;
	color: #F5B315;
	text-align: left;
}
.listOrdering_title a {
	color: #F5B315;
	text-decoration: none;
}
.listOrdering_title a:hover {
	text-decoration: underline;
}
.h-100 {
	height: 100%;
}
.listOrdering_remove {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: -20px;
	font-size: 0;
	line-height: 1;
	text-decoration: none;
	background: transparent;
	transition: 0.3s ease all;
}
.listCategory_margin {
	margin-left: -5px;
	margin-right: -5px;
}
.listCategory {
	margin-top: 75px;
}
.listCategory li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	box-sizing: border-box;
	padding: 0 5px 10px 5px;
}
.listCategory_link {
	display: block;
    position: relative;
    /*padding-bottom: 45.5%;*/
    padding-bottom: 100%;
    overflow: hidden;
}
.listCategory_link:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.listCategory_link img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.listCategory_title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 15px;
	z-index: 3;
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.listCategory_link:after {
	opacity: 0;
	visibility: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	box-sizing: border-box;
	border: 4px solid #F5B315;
	transition: 0.3s ease all;
}
.listCategory_link:hover:after,
.listCategory li.active .listCategory_link:after {
	opacity: 1;
	visibility: visible;
	transition: 0.3s ease all;
}


.listSubcategory {
	border-top: 2px solid #C4C4C4;
	border-bottom: 2px solid #C4C4C4;
	margin-top: 20px;
	padding: 5px;
    box-sizing: border-box;
}
.listSubcategory li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 8px;
}
.listSubcategory_link {
	display: block;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.listSubcategory li.active .listSubcategory_link,
.listSubcategory_link:hover {
	color: #F5B315;
}
.boxSorting {
	margin-top: 23px;
	padding-bottom: 26px;
	border-bottom: 2px solid #C4C4C4;
}
.boxSorting_select {
	min-width: 269px;
}


.boxCatalog {
	margin-top: 23px;
}
.boxCatalog_left {
	width: 314px;
}
.boxCatalog_right {
	width: 100%;
	box-sizing: border-box;
	padding-left: 35px;
}

.listCatalog_margin {
	margin-left: -5px;
	margin-right: -5px;
}
.listCatalog {

}
.listCatalog li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 5px 65px 5px;
}
.listCatalog_thumb {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
}
.listCatalog_thumb img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
/*.listCatalog_thumb:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}*/
.listCatalog_title {
	font-size: 18px;
    line-height: 1.25;
    color: #F5B315;
    margin: 13px 0 0 10px;
    height: 45px;
    overflow: hidden;
}
.listCatalog_title a {
	color: #F5B315;
	text-decoration: none;
}
.listCatalog_title a:hover {
	color: #000;
}
.listCatalog_item-1 {
	margin: 5px 10px 0 10px;
}
.listCatalog_price {
	font-size: 24px;
	color: #000000;
	margin-top: 1px;
}
.listCatalog .boxQuantity {
	margin: 0;
}
.listCatalog_button {
	width: 157px;
	height: 38px;
	background: #FFFFFF;
	border: 2px solid #F5B315;
	box-sizing: border-box;
	border-radius: 30px;
	font-size: 12px;
	color: #000000;
	transition: 0.3s ease all;
}
.listCatalog_button:hover {
	background: #F5B315;
	transition: 0.3s ease all;
}
.listCatalog_oneClick {
	width: 123px;
	height: 38px;
	border: 2px solid #F5B315;
	background: #F5B315;
	border-radius: 30px;
	box-sizing: border-box;
	color: #000;
	font-size: 12px;
	transition: 0.3s ease all;
}
.listCatalog_oneClick:hover {
	background: #fff;
	transition: 0.3s ease all;
}
.listCatalog_item-2 {
	margin: 14px 0px 0 10px;
}
.boxCatalog_right .pagination {
	margin-top: 0;
}
.button-filter_tablet {
	display: none;
}
.all-boxFilter {

}
.boxFilter {

}
.boxFilter_title {
	width: 100%;
	height: 41px;
	background: #F5B315;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 21px;
}
.boxFilter_item {
	margin-bottom: 19px;
}
.boxFilter_text {
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
}
.rangeInput {

}
.rangeInput_item {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}
.rangeInput_item:nth-child(odd) {
	padding-right: 5px;
}
.rangeInput_item:nth-child(even) {
	padding-left: 5px;
}
.rangeInput_value {
	display: block;
	width: 100%;
	height: 29px;
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 12px !important;
	color: #000000;
}
.rangeSlider {

}
.rangeSlider .irs-single,
.rangeSlider .irs-from,
.rangeSlider .irs-to,
.rangeSlider .irs-grid-text {
	display: none;
}
.rangeSlider .irs--flat .irs-min,
.rangeSlider .irs--flat .irs-max {
	font-size: 10px;
	color: #C4C4C4;
	background: transparent;
	top: 44px;
	padding: 2px 5px;
	visibility: visible !important;
}
.boxFilter_button {
	display: block;
	width: 146px;
	height: 41px;
	background: #F5B315;
	transition: 0.3s ease all;
	font-size: 18px;
	color: #FFFFFF;
	margin: 30px auto 0 auto;
}
.boxFilter_button:hover {
	background: #D09712;
	transition: 0.3s ease all;
}
.boxFilter_chek {
	margin: 0 0 10px 0;
}
.boxFilter_chek:last-child {
	margin-bottom: 0;
}
.boxFilter_chekLink {
	display: block;
    text-decoration: none;
    position: relative;
}
.boxFilter_chek input[type="checkbox"] {
    display: none;
}
.boxFilter_chek label {
    display: block;
    cursor: pointer;
    position: relative;
}
.boxFilter_chek input[disabled="disabled"] + label {
	pointer-events: none;
}
.boxFilter_chek input[disabled="disabled"] + label .check_text {
	color: #ccc;
}
.boxFilter_chek input[type="checkbox"] + label > span:first-child {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
   	border: 1px solid #F5B315;
	box-sizing: border-box;
	border-radius: 5px;
    position: relative;
    background: #ffffff;
    transition: 0.3s ease all;
}
.boxFilter_chek input[type="checkbox"]:checked + label > span:first-child {
	border-color: #F5B315;
}
.boxFilter_chek label:hover > span:first-child {
	border-color: #F5B315 !important;
	transition: 0.3s ease all;
}
.boxFilter_chek input[type="checkbox"]:checked + label > span:first-child:before {
    display: block;
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #000000;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.boxFilter_chek .check_text {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    margin: 0px 0 0 27px; 
    position: relative;
    top: 1px;
	color: #000000;
	transition: 0.3s ease all;
}
.boxFilter_pd {
	padding-top: 6px;
}
.mobile-top-box {
	display: none;
}
.title-mobile {
	display: none;
}
.boxCard {
	margin-top: 55px;
	margin-bottom: 30px;
}
.boxCard_top {

}
.boxCard_left {
	width: 452px;
}
.boxCard_right {
	width: 100%;
	box-sizing: border-box;
	padding: 9px 0 0 54px;
}
.boxCard_title {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 33px;
	color: #000000;
}
.boxCard_price {
	font-size: 24px;
	color: #F5B315;
	margin-top: 22px;
}
.boxCard_info {
	margin-top: 20px;
}
.boxCard_info.description table tr td,
.boxCard_info.description blockquote,
.boxCard_info.description ul li,
.boxCard_info.description ol li,
.boxCard_info.description p,
.boxCard_info.description {
	font-size: 16px !important;
	text-align: justify;
}
.boxCard_item {
	margin-top: 21px;
}
.boxCard .boxQuantity {
	width: 67px;
	margin: 0 26px 13px 0;
}
.boxCard .boxQuantity_input {
    height: 34px;
    font-size: 18px !important;
    padding: 0 20px;
    line-height: 32px;
}
.boxCard .boxQuantity_minus, 
.boxCard .boxQuantity_plus {
    width: 20px;
    height: 32px;
    font-size: 18px;
}
.boxCard_button {
	display: block;
	width: 151px;
	height: 38px;
	border: 2px solid #F5B315;
	box-sizing: border-box;
	border-radius: 30px;
	transition: 0.3s ease all;
	font-size: 12px;
	color: #000000;
	background: #fff;
	margin: 0 13px 13px 0;
}
.boxCard_button:hover {
	transition: 0.3s ease all;
	background: #F5B315;
}
.boxCard_click {
	width: 118px;
    height: 38px;
    border: 2px solid #F5B315;
    background: #F5B315;
    border-radius: 30px;
    box-sizing: border-box;
    color: #000;
    font-size: 12px;
    transition: 0.3s ease all;
    margin-bottom: 13px;
}
.boxCard_click:hover {
	background: #fff;
    transition: 0.3s ease all;
}
.sliderBig {
	font-size: 0;
}
.sliderBig,
.sliderBig_thumb {
	height: 452px;
}
.sliderBig_thumb {
	cursor: pointer;
	position: relative;
}
/*.sliderSmall_thumb:before,
.sliderBig_thumb:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}*/
.sliderBig_thumb svg {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease all;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    z-index: 3;
}
.sliderBig_thumb:hover svg {
	opacity: 1;
	visibility: visible;;
	transition: 0.3s ease all;
}
.sliderBig_thumb use {
	fill: #F5B315;
}
.all-sliderSmall {
	margin-top: 11px;
	box-sizing: border-box;
	padding: 0 15px;
}
.sliderSmall {
	font-size: 0;
	overflow: hidden;
}
.sliderSmall,
.sliderSmall_thumb {
	height: 99px;
}
.sliderSmall_thumb {
	position: relative;
	cursor: pointer;
}
.sliderSmall_thumb:hover:after,
.swiper-slide-thumb-active .sliderSmall_thumb:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
   	box-sizing: border-box;
   	border: 2px solid #F5B315;
   	transition: 0.3s ease all;
}
.all-sliderSmall .button-next {
    right: -7px;
}
.all-sliderSmall .button-prev {
    left: -7px;
}
.boxCard_bottom {
	margin-top: 62px;
}
.cardTabs {
	border-bottom: 5px solid #C4C4C4;
}
.cardTabs li {
	display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 10px 12% 16px 12%;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    cursor: pointer;
}
.cardTabs li.active:before,
.cardTabs li:hover:before {
	opacity: 1;
	visibility: visible;
	transition: 0.3s ease all;
}
.cardTabs li:before {
	opacity: 0;
	visibility: hidden;
	content: "";
	height: 7px;
	position: absolute;
	left: 0;
	bottom: -6px;
	right: 0;
	background: #F5B315;
}
.cardTabs_content {
	display: none;
	box-sizing: border-box;
    padding: 25px 25px;
}
.cardTabs_content.active {
	display: block;
}
.cardTabs_title {
	font-weight: bold;
    font-size: 33px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.03em;
    padding-bottom: 7px;
}
.boxCharacterists {
	margin-top: 20px;
}
.boxCharacterists_item {
	width: 100%;
	padding: 16px;
	border-bottom: 1px solid #C4C4C4;
}
.boxCharacterists_item:first-child {
	border-top: 1px solid #C4C4C4;
}
.boxCharacterists_text-1 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	color: #000000;
	padding: 0 15px 0 0;
	box-sizing: border-box;
	width: 134px;
}
.boxCharacterists_text-2 {
	font-size: 16px;
	line-height: 1.2;
	color: #000000;
}
.boxRelated {

}
.boxRelated_title {
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 33px;
	color: #000000;
	padding: 0 25px;
}
.all-sliderRelated {
	box-sizing: border-box;
	padding: 0 30px;
	margin-top: 40px;
}
.sliderRelated {
	
}
.sliderRelated .boxQuantity {
	margin: 0;
}
.all-sliderRelated .button-prev {
    left: 0;
}
.all-sliderRelated .button-next {
    right: 0;
}
.showMore.showMore-2 {
	margin-bottom: 30px;
}

















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

}
@media screen and (max-width: 1480px) {
	.sectionTop {
		min-height: auto;
	}
	.sectionTop_title {
		font-size: 52px;
	}
	.pageNews {
	    padding-top: 50px;
	}
	.pointsProblem .threePoints {
	    margin-top: 30px;
	}
	.sliderRelated .listCatalog_button {
    	width: calc(57% - 10px);
    }
	.sliderRelated .listCatalog_oneClick {
		width: 43%;
	}




}
@media screen and (max-width: 1345px) {
	.pageContacts {
	    padding: 50px 15px 9px 0px;
	}
}
@media screen and (max-width: 1279px) {
	.listThree li {
	    padding: 0 30px 40px 30px;
	}
	.pageNews_left {
	    padding-right: 30px;
	}
	.pageContacts {
	    padding: 50px 15px 9px 15px;
	}

	.listCategory {
	    margin-top: 30px;
	}
	.boxSorting {
	    margin-top: 15px;
	    padding-bottom: 15px;
	}
	.listCategory_title {
		font-size: 16px;
		line-height: 1.25;
	}


}
@media screen and (max-width: 1199px) {
	.all-sliderAbout {
	    padding: 0 30px;
	}
	.button-prev {
	    left: 2px;
	}
	.button-next {
	    right: 2px;
	}
	.all-sliderWork {
	    margin: 30px 0 0;
	    padding: 0 30px;
	    box-sizing: border-box;
	}
	.boxChose_title,
	.pointsProblem_title {
		font-size: 28px;
	}
	.listChose_item {
	    padding: 15px 10px 15px 10px;
	}
	.listChose_title, .listChose_text {
	    font-size: 16px;
	}
	.listChose_thumb {
	    width: 70px;
	    height: 70px;
	}
	.boxChose_text {
		font-size: 16px;
	}
	.all-fourSlider,
	.all-sliderService {
		box-sizing: border-box;
		padding: 0 30px;
	}
	.boxCatalog_left {
	    width: 230px;
	}
	.listCatalog_title {
	    font-size: 16px;
	    margin: 13px 0 0 0px;
	    width: 100%;
	    height: 40px;
	}
	.listCatalog_item-1 {
	    margin: 7px 0px 0 0px;
	}
	.listCatalog_item-1 {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.listCatalog_price {
	    font-size: 18px;
	    margin-top: 0px;
	}
	.listCatalog li {
	    width: 50%;
	    padding: 0 15px 45px 15px;
	}
	.listCatalog_margin {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.listCatalog_item-2 {
	    margin: 13px 0px 0 0px;
	}
	.boxCard_right {
	    padding: 9px 0 0 30px;
	}
	.cardTabs li {
	    padding: 10px 7% 16px 7%;
	}
	.cardTabs_title {
	    font-size: 26px;
	    padding-bottom: 0;
	}
	.boxRelated_title {
		font-size: 30px;
	}


}
@media screen and (max-width: 1023px) {
	.listThree_text {
	    font-size: 14px;
	    margin-top: 10px;
	    padding-bottom: 20px;
	}

}
@media screen and (max-width: 979px) {
	.aboutUs {
	    margin-top: 40px;
	    display: block;
	}
	.aboutUs_left {
	    width: 100%;
	    padding-right: 0;
	}
	.aboutUs_right {
	    width: 100%;
	    padding-top: 30px;
	}
	.aboutUs_thumb {
	    font-size: 0;
	    max-width: 340px;
	    margin: 0 auto;
	}
	.listThree {
		text-align: center;
	}
	.listThree li {
	    width: 50%;
	    text-align: left;
	}
	.aboutGalley_text {
		font-size: 16px;
	}
	.sectionTop_title {
	    font-size: 38px;
	}
	.pageNews_item {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.pageNews_right {
	    width: 100%;
	    margin-top: 40px;
	}
	.pageNews_left {
	    padding-right: 0;
	}
	.listChose {
		text-align: center;
	}
	.listChose li {
	    width: 50%;
	    text-align: left;
	}
	.infoNews {
	    padding-top: 40px;
	}
	.infoNews_title {
	    font-size: 28px;
	}
	.alignright,
	.alignleft {
		float: none;
		margin: 0 auto 15px auto;
	}
	.infoNews_description img {
		display: block;
		float: none !important;
		margin: 0 auto 15px auto !important;
	}
	.infoNews_description {
	    margin-top: 30px;
	}
	.boxArticles_title {
		font-size: 28px;
	}
	.showMore a {
	    width: 212px;
	    height: 48px;
	    line-height: 48px;
	}
	.boxOrdering {
	    margin-top: 30px;
	    margin-bottom: 50px;
	    display: block;
	}
	.boxOrdering_right {
	    margin: 30px auto 0 auto;
	}	
	.listOrdering {
	    margin: 0 auto;
	}
	.boxCatalog {
		display: block;
	}
	.boxCatalog_left {
		width: 100%;
	}
	.all-boxFilter {
		display: none;
	}
	.boxFilter_title {
		display: none;
	}
	.filter-mobile .all-boxFilter {
	    display: block;
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background: #ffffff;
	    z-index: 9999;
	    margin-top: 0;
	}
	.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: #000;
        font-weight: bold;  
        line-height: 54px;
        box-sizing: border-box;
        padding: 0 50px 0 15px;
    }
    .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 use {
        fill: #F5B315;
    }
    .boxFilter {
        box-sizing: border-box;
        padding: 20px 10px 10px 10px;
        height: calc(100vh - 135px);
        overflow-y: scroll;
        border: 0;
    }
    .mobile-bottom-box {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.15);
        background-color: #ffffff;
        z-index: 10;
        box-sizing: border-box;
        font-size: 0;
        text-align: center;
        padding: 10px;
    }
	.filter-mobile {
	    overflow: hidden;
    	height: 100vh;
	}
	.boxFilter_button {
		margin-top: 0;
	}
	.boxCatalog_right {
	    width: 100%;
	    padding-left: 0;
	}
	.listCatalog li {
	    width: 33.33%;
	    padding: 0 7px 45px 7px;
	}
	.listCatalog_margin {
	    margin-left: -7px;
	    margin-right: -7px;
	}
	.listCatalog_button {
	    width: calc(57% - 5px);
	    border: 1px solid #F5B315;
	    font-size: 11px;
	    padding: 0 6px;
	}
	.listCatalog_oneClick {
	    width: 43%;
	    border: 1px solid #F5B315;
	    font-size: 11px;
	    padding: 0 6px;
	}
	.listCategory_title {
	    font-size: 14px;
	    padding: 5px;
	}
	.listCategory_link:after {
		border: 2px solid #F5B315;
	}
	.boxSorting {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.button-filter_tablet {
	    display: block;
	    background: transparent;
	    color: #000;
	    line-height: 1;
	    font-size: 16px;
	    padding-left: 30px;
	    position: relative;
	} 
	.button-filter_tablet svg {
		width: 24px;
	    height: 24px;
	    position: absolute;
	    top: 50%;
	    margin-top: -12px;
	    left: 0;
	}
	.button-filter_tablet use {
		fill: #F5B315;
	}
	.cardTabs_content {
	    padding: 25px 0;
	}
	.boxRelated_title {
		padding: 0;
	}
	.all-sliderRelated {
	    padding: 0 15px;
	    margin-top: 25px;
	}
	.all-sliderRelated .button-prev {
	    left: -12px;
	}
	.all-sliderRelated .button-next {
	    right: -12px;
	}
	.boxCard_bottom {
	    margin-top: 45px;
	}
	.boxCard {
	    margin-top: 40px;
	}
	.boxCard_left {
	    width: 330px;
	}
	.sliderBig, .sliderBig_thumb {
	    height: 208px;
	}
	.boxCard_title {
	    font-size: 26px;
	}
	.boxCard_right {
	    padding: 0 0 0 30px;
	}


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

}
@media screen and (max-width: 768px) {
	.sectionTop_title {
	    font-size: 32px;
	}
	.breadcrumbs {
	    padding: 30px 0 15px 0;
	}
	.sectionTop {
	    padding: 90px 0 0 0;
	}
	.breadcrumbs li {
		font-size: 12px;
	}
	.breadcrumbs li:after {
		font-size: 9px;
	}
	.listBlog_thumb {
	    width: 136px;
    	height: 136px;
	}
	.listBlog_text {
	    font-size: 14px;
	    line-height: 1.2;
	    height: 117px;
	}
	.listBlog_link {
	    font-size: 14px;
	    margin-top: 4px;
	}
	.boxChose_title, .pointsProblem_title {
	    font-size: 24px;
	    line-height: 1.2;
	}
	.boxChose_text {
	    font-size: 14px;
	    margin: 15px auto 0 auto;
	}
	.pageContacts {
	    padding: 30px 15px 9px 15px;
	}
	.infoNews {
	    padding-top: 30px;
	}
	.listArticles li {
	    width: 33.33%;
	    padding: 0 15px 30px 15px;
	}
	.infoNews_title {
	    font-size: 24px;
	    line-height: 1.2;
	}
	.boxArticles_title {
	    font-size: 24px;
	}
	.boxClean {
    	padding: 30px 0;
	}
	.title-clean {
	    font-size: 30px;
	}
	.boxClean_link {
	    width: 214px;
	    height: 46px;
	    line-height: 46px;
	    margin: 25px auto 0 auto;
	    font-size: 14px;
	}
	.listCategory li {
	    width: 33.33%;
	}
	.boxSorting_select {
	    min-width: auto;
	}
	.button-filter_tablet {
		margin-right: 10px;
	}
	.boxSorting_select {
	    width: 230px;
	}
	.listSubcategory {
	    margin-top: 15px;
	    padding: 5px 0;
	}
	.listSubcategory li {
	    padding: 5px;
	}
	.listSubcategory_link {
		font-size: 13px;
	}
	.boxQuantity_minus, 
	.boxQuantity_plus {
	    padding-bottom: 1px;
	}
	.boxCard_top {
		display: block;
	}
	.boxCard_left {
		width: 100%;
	}
	.boxCard_right {
	    padding: 30px 0 0 0;
	}
	.boxCard_right .boxCard_title {
		display: none;
	}
	.boxCard_price {
	    font-size: 20px;
	    margin-top: 0;
	}
	.boxCard_info.description table tr td, .boxCard_info.description blockquote, .boxCard_info.description ul li, .boxCard_info.description ol li, .boxCard_info.description p, .boxCard_info.description {
	    font-size: 14px !important;
	}
	.boxRelated_title {
	    font-size: 26px;
	}
	.sliderBig, .sliderBig_thumb {
	    height: 286px;
	}
	.title-mobile {
	    display: block;
	    margin-bottom: 20px;
	}
	.boxCard {
	    margin-top: 30px;
	}
	

}
@media screen and (max-width: 639px) {
	.listThree li {
	    width: 100%;
	}
	.all-sliderWork {
	    margin: 20px 0 0;
	    padding: 0 15px;
	}
	.ourWork {
	    margin-top: 40px;
	}
	.all-sliderWork .button-next {
	    right: -12px;
	}
	.all-sliderWork .button-prev {
	    left: -12px;
	}
	.listBlog li {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.listBlog_thumb {
	    width: 100%;
	    height: auto;
	}
	.listBlog_thumb img {
		height: auto;
	}
	.listBlog_right {
	    padding: 15px 0 0 0;
	}
	.listBlog_link {
	    margin-top: 10px;
	}
	.nav-links > a, 
	.nav-links > span {
	    margin: 0 3px;
	    width: 26px;
	    height: 26px;
	    line-height: 26px;
	    font-size: 14px;
	}
	.nav-links > .prev svg, 
	.nav-links > .next svg {
	    transform: scale(0.7);
	}
	.inner-page .boxConsultation {
	    margin-top: 40px;
	}
	.pageNews {
	    padding-top: 30px;
	}

	.listChose li {
	    width: 100%;
	}
	.listArticles li {
	    width: 50%;
	}
	.boxOrdering_left {
	    box-sizing: border-box;
	    padding-right: 16px;
	}
	.listOrdering {
	    max-width: 100%;
	}
	.listOrdering_box:before {
		display: none;
	}
	.listOrdering_item-1 {
		width: 40%;
	}
	.listOrdering_item-2,
	.listOrdering_item-3,
	.listOrdering_item-4 {
		width: 20%;
	}
	.listOrdering_thumb {
	    width: 30px;
	    height: 30px;
	}
	.listOrdering_left {
	    -webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.listOrdering_box {
	    margin-left: 0;
	    height: auto;
	    padding: 9px 0 0 0;
	}
	.boxOrdering_left {
	    padding-right: 0;
	}
	.listOrdering_remove {
	    top: 10px;
	    margin-top: 0;
	    right: 10px;
	}
	.listCatalog li {
	    width: 50%;
	}
	.listCategory li {
	    width: 50%;
	}



}
@media screen and (max-width: 479px) {
	.aboutGalley_text {
	    font-size: 14px;
	}
	.sectionTop_title {
	    font-size: 28px;
	}
	.listThree li {
	    padding: 0 16px 40px 15px;
	}
	.listArticles {
		box-sizing: border-box;
		padding: 0 8px;
	}
	.listArticles li {
	    padding: 0 7px 30px 7px;
	}
	.listOrdering_item-1 {
		width: 36%;
	}
	.listOrdering_item-2,
	.listOrdering_item-4 {
		width: 22%;
	}
	.listOrdering_thumb {
	    margin: 0 auto;
	}	
	.listOrdering_box {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.listCatalog li {
	    width: 100%;
	    padding-bottom: 30px;
	}
	.listCatalog_button {
	    width: calc(57% - 20px);
	    font-size: 12px;
	}
	.listCatalog_oneClick {
		font-size: 12px;
	}
	.cardTabs li {
	    padding: 7px 7% 12px 7%;
	    font-size: 16px;
	}
	.boxCard_bottom {
	    margin-top: 30px;
	}
	.boxCard_info {
	    margin-top: 15px;
	}
	.sliderBig, .sliderBig_thumb {
		height: 218px;
	}
	.boxCard_title {
	    font-size: 24px;
	    line-height: 1.2;
	}
	.listCatalog_title {
	    height: auto;
	} 

}
@media screen and (max-width: 374px) {
	.boxOrdering_right {
		width: 100%;
	}
	.boxSorting_select {
	    width: 190px;
	}
	.sliderBig, .sliderBig_thumb {
	    height: 208px;
	}
}
@media screen and (max-width: 359px) {
	.listOrdering_title,
	.listOrdering_price {
		font-size: 12px;
	}
	.listCatalog_button {
	    width: calc(57% - 10px);
	}
	.listCategory_title {
		font-size: 12px;
	}
	.boxRelated_title {
	    font-size: 24px;
	}
	.cardTabs li {
	    padding: 7px 5% 9px 5%;
	    font-size: 14px;
	}

}