.gallery .flex > * {
    width: calc(33% - 20px);
    margin-bottom: 20px;
    margin-left: 20px;
}

.menu_section.gallery .desc {
    font-weight: 700;
    font-size: 18px;
	text-align: center;
}

.gallery .desc {
    font-size: 15px;
    margin-bottom: 40px;
    color: #000;
    position: relative;
    margin-top: 20px;
}

.menu_section.gallery .desc:before {
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #000;
    width: 100%;
    content: '';
    z-index: 1;
}



.gallery .desc span {
    z-index: 2;
    position: relative;
    padding: 0 10px;
    background: #ddd;
	font-family: var(--font_family2);
}

.flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.gallery .flex {
    margin-left: -20px;
    align-items: stretch;
    align-content: stretch;
    --cats_wall_count: 3;
}

.gallery .flex .menu-bl .foto img {
    width: 100%;
}

.gallery .flex .menu-bl .foto {
    margin-bottom: 30px;
}



.more {
	margin-bottom: 35px;
}

.gallery .foto.hide
{
	display: none;
	pointer-events: none;
}

.gallery .foto.show {
	display: block;
	pointer-events: auto;
}

.more button {
	background: #a1d740;
	color: #fff;
	border-radius: 20px;
	border: none;
	padding: 9px 0;
	text-transform: uppercase;
	font-size: 18px;
	width: 215px;
	cursor: pointer;
}

.more button span + span, .more button.active span {
    display: none;
}

.more button.active span + span {
    display: inline;
}


.gallery .flex .menu-bl {
	min-height: 345px;
	border: 1px solid #d7d7d7;
	color: #000;
	position: relative;
	padding-bottom: 42px;
	background: #fff;
}

.gallery .flex .menu-bl .foto img {
	width: 100%;
}

.gallery .flex .menu-bl .foto {
	margin-bottom: 30px;
}

.gallery .flex .menu-bl .name {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0 10px;
}

.gallery .flex .menu-bl .sost {
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 30px;
	padding: 0 10px;
}

.gallery .flex .menu-bl .price {
	position: absolute;
	bottom: 0;
	right: 0;
    background:    -moz-linear-gradient( -35deg, rgb(255,115,22) 0%, rgb(243,87,57) 100%);
    background: -webkit-linear-gradient( -35deg, rgb(255,115,22) 0%, rgb(243,87,57) 100%);
    background:     -ms-linear-gradient( -35deg, rgb(255,115,22) 0%, rgb(243,87,57) 100%);
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding: 11px 16px;
	text-align: center;
}

.gallery .flex .menu-bl button.shk-but {

	padding: 11px 16px !important;
}

.gallery .flex .menu-bl button.shk-but {
	position: absolute;
	bottom: 0;
	left: 0;
    background:    -moz-linear-gradient( -35deg, rgb(255,115,22) 0%, rgb(243,87,57) 100%);
    background: -webkit-linear-gradient( -35deg, rgb(255,115,22) 0%, rgb(243,87,57) 100%);
    background:     -ms-linear-gradient( -35deg, rgb(255,115,22) 0%, rgb(243,87,57) 100%);
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding: 1px 16px;
	text-align: center;
	margin: 0;
	border: none;
	cursor: pointer;
}


.gallery .flex .menu-bl button.shk-but:hover {
	opacity: 0.8;
}

#stuffHelper {
	color: #000;
	width: 250px !important;
	padding: 8px !important;
}

#stuffHelperName {
	display: inline-block;
	margin-bottom: 8px;
}

.shs-tocart form label, .shs-count label {
	vertical-align: middle;
}

#stuffHelper .shk-but {
    background:    -moz-linear-gradient( -35deg, rgb(255,115,22) 0%, rgb(243,87,57) 100%);
    background: -webkit-linear-gradient( -35deg, rgb(255,115,22) 0%, rgb(243,87,57) 100%);
    background:     -ms-linear-gradient( -35deg, rgb(255,115,22) 0%, rgb(243,87,57) 100%);
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	padding: 5px 10px;
	line-height: 28px;
	text-align: center;
	border: none;
	cursor: pointer;
}

.menu_section_mobile {
	margin: 25px 0 0 0;
	display: none;
}

.menu_section_mobile a {
	background: #D1A054;
	color: #fff;
	text-decoration: none;
	border-radius: 20px;
	padding: 10px 20px; 
	text-align: center;
	font-weight: bold;
}


.desc_2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px;
    font-family: 'CenturyGothic';
    color: #000;
    margin-top: 25px;
}


.short_cart {
    color: #000;
    text-align: center;
    margin-bottom: 50px;
    font-size: 27px;
}

.short_cart img {
    vertical-align: middle;
}

.short_cart a i {
    font-style: normal;
    border-bottom: 1px dashed #fe6f01;
}

.short_cart a {
    color: #000;
    text-decoration: none;
}

#cartInner table {
    border: 1px solid #1b2024;
    border-collapse: collapse;
}

.shop-cart table {
    border-collapse: collapse;
    margin: 5px 0;
}

#shopCart {
    border: 0px solid #888;
}

.cart-order {
    margin: 5px 0;
    text-align: center;
}

#cartInner table td {
    border: 1px solid #1b2024;
    padding: 6px;
    color: #000;
}

#cartInner fieldset {
    border: none;
}

.gh2 {
    margin: 25px 0;
    font-weight: normal;
}
#shopOrderForm table {
    border: 1px solid #fe6f01;
    border-collapse: collapse;
    margin: 0 auto 30px auto;
    width: 600px;
	background: #fff;
}

#shopOrderForm .name {
    font-weight: bold;
}

#shopOrderForm table td {
    border: 1px solid #1b2024;
    padding: 8px;
    color: #000;
}


#shopOrderForm table td input[type="text"], #shopOrderForm table td input[type="tel"], #shopOrderForm table td select, #shopOrderForm table td textarea {
    border: 1px solid #ccc;
    padding: 2px;
    width: 100%;
    height: auto;
}


#shopOrderForm table td input[type="submit"] {
    background:    -moz-linear-gradient( -35deg, rgb(255,115,22) 0%, rgb(243,87,57) 100%);
    background: -webkit-linear-gradient( -35deg, rgb(255,115,22) 0%, rgb(243,87,57) 100%);
    background:     -ms-linear-gradient( -35deg, rgb(255,115,22) 0%, rgb(243,87,57) 100%);
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    border: none;
    line-height: 15px;
    height: auto;
}

#shopOrderForm .c {
    text-align: center;
}

.shop-cart-head {
	display: none;
}


.Shopkeeper.fixed {
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 43;
    color: #fff;
    background:    -moz-linear-gradient( -35deg, rgb(255,115,22) 0%, rgb(243,87,57) 100%);
    background: -webkit-linear-gradient( -35deg, rgb(255,115,22) 0%, rgb(243,87,57) 100%);
    background:     -ms-linear-gradient( -35deg, rgb(255,115,22) 0%, rgb(243,87,57) 100%);
    padding: 10px;
    border-radius: 0 0 0px 8px;
}

.Shopkeeper.fixed .short_cart {
    margin: 0;
    font-size: 22px;
    color: #fff;
}

.fixed .short_cart a {
	color: #fff;
}

.fixed .short_cart a i {
    font-style: normal;
    border-bottom: 1px dashed #fff;
}

.Shopkeeper.fixed .short_cart img {
    max-width: 20px;
}

.page_head .ok-zakaz {
	min-height: 300px;
}