.header_mobile {
	padding-left: 5.7vw;
	padding-right: 5.7vw;
}
.container {
	width: 88vw;
	margin: 0 auto;
	margin-top: 10px;
}
.left_side {
	width: 298px;
}
.kitchen_items span {
	display: inline;
}
.menu_box a:hover {
	color: #E7159F;
}
.right_side {
	width: 68%;
}
.brand_description {
	font-size: 16px;
	margin-bottom: 35px;
}
.path {
	margin-left: 0.2%;
}
.catalog p {
	font-size: 22px;
	margin-left: 1.5%;
}
.catalog_category {
	width: 30%;
	height: 18.5vw;
}
.catalog_category_4 {
	clear: both;
}
.catalog_label_text {
	font-size: 12px;
}
.items_category {
	width: 30%;
	/*height: 27.8vw;*/
}
.promotion_square_img {
	height: 100%;
}
.items_category a img {
	width: 100%;
	height: 100%;
    object-fit: cover;
    /*width: 17vw;*/
    /*height: 17vw;*/
}
.items_label_text {
	height: 4.3em;
	font-size: 1.1vw;
}
.items_price {
	height: 1.2em;
	font-size: 20px;
}
.items_price_old {
	height: 2.2vw;
	font-size: 18px;
}
.catalog_category:hover {
	transition: 0.5s;
	box-shadow: 0px 0px 77px 0px #bbbbbb;
	font-weight: 500;
}
.catalog_category img {
	transition: 0.8s;
    aspect-ratio: 1/1;
}
.catalog_category:hover img {
	transform: scale(1.1);
}
.items_category:hover {
	transition: 0.25s;
	box-shadow: 0px 0px 77px 0px #cccccc;
}
/*card*/
.card_tpw {
	display: block;
}
.card_pic {
	margin-top: 20px;
	width: 50%;
	float: left;
	overflow: hidden;
}
.slider {
	/*width: 29vw;*/
	/*height: 29vw;*/
    width: 100%;
    height: 100%;
}
.navigation {
	width: 29vw;
	margin-left: 0.1vw;
}
.navigation label img {
	width: 7vw;
	height: 7vw;
}
.card_right {
	width: 47%;
	float: right;
}
.card_name {
	font-size: 18px;
	margin-bottom: 21px;
}
.card_art {
	font-size: 16px;
}
.card_price {
	margin-top: 40px;
}
.card_price_main {
	font-size: 24px;
}
.card_price_old {
	font-size: 20px;
}
.footer_mobile {
	padding-left: 2.7vw;
	padding-right: 2.7vw;
}
