/*https://onlinefontconverter.com/*/

.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 #d9d9d9;
    width: 100%;
    content: '';
    z-index: 1;
}



.gallery .desc span {
    background: #fff;
    z-index: 2;
    position: relative;
    padding: 0 10px;
}

.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;
}

.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: #da7e83;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding: 11px 16px;
	text-align: center;
}

.gallery .flex .menu-bl button.shk-but {
	background: #da7e83 !important;
	padding: 14px 16px !important;
}

.gallery .flex .menu-bl button.shk-but {
	position: absolute;
	bottom: 0;
	left: 0;
	background: hsla(13.33333333333334, 9.09%, 19.41%, 1.00);
	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: #da7e83;
	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;
}


/*---------------
   PopUp
---------------*/
.modal
{
    display: none;
    visibility: visible !important;

    width: 555px;
    max-width: 100%;
    padding: 40px 90px;
    color: #000;
    background: #fff;
}

.modal_title
{
    font-size: 24px;
    font-weight: 700;
    line-height: normal;

    margin-bottom: 30px;
}

.modal_desc
{
    font-size: 13px;

    margin-top: -20px;
    margin-bottom: 30px;
}

.modal_title.center,
.modal_desc.center
{
    text-align: center;
}


.modal .form
{
    --form_border_color: #f4f4f4;
    --form_focus_color: #f4f4f4;
    --form_bg_color: #f4f4f4;
}

.modal .form .submit_btn
{
    width: 175px;
}


.form
{
    --form_border_color: #fff;
    --form_focus_color: #fff;
    --form_error_color: red;
    --form_success_color: green;
    --form_border_radius: 3px;
    --form_bg_color: #fff;
    --form_label_width: 190px;
    --form_placeholder_color: #616161;
}


.form ::-webkit-input-placeholder
{
    color: var(--form_placeholder_color);
}

.form :-moz-placeholder
{
    color: var(--form_placeholder_color);
}

.form :-ms-input-placeholder
{
    color: var(--form_placeholder_color);
}


.form .columns
{
    margin-left: calc(var(--form_columns_offset) * -1);

    --form_columns_offset: 7px;
}

.form .columns > *
{
    width: calc(50% - var(--form_columns_offset));
    margin-left: var(--form_columns_offset);
}


.form .line
{
    margin-bottom: 12px;
}


.form .label
{
    font-size: 11px;
    font-weight: 700;
    line-height: 34px;

    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    padding: 0 14px;

    white-space: nowrap;
    text-transform: uppercase;
    text-overflow: ellipsis;

    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}


.form .field
{
    position: relative;
}


.form .line.flex
{
    justify-content: flex-end;
}

.form .line.flex .label
{
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;

    position: relative;

    display: flex;

    width: var(--form_label_width);
    max-width: 100%;
    min-height: 40px;
    margin: 0;
    padding: 0 15px 0 0;

    text-transform: none;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.form .line.flex .field
{
    width: calc(100% - var(--form_label_width));
}


.form .required
{
    color: #e2001a;

    margin-left: 3px;
}


.form .input
{
    color: #616161;
    font: 12px var(--font_family);

    display: block;

    width: 100%;
    height: 58px;
    padding: 19px 13px 0;

    transition: .2s linear;

    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}

.form textarea
{
    color: #616161;
    font: 12px var(--font_family);

    display: block;

    width: 100%;
    height: 125px;
    padding: 34px 13px 13px;

    resize: none;
    transition: .2s linear;

    border: 1px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}


.form .input:focus,
.form textarea:focus,
.form .nice-select.open .current
{
    border-color: var(--form_focus_color);
}

.form .success,
.form .success + .nice-select .current
{
    border-color: var(--form_success_color);
}

.form .error,
.form .error + .nice-select .current
{
    border-color: var(--form_error_color);
}


.form .input:disabled,
.form textarea:disabled,
.form input[type=checkbox]:disabled + label
{
    cursor: default;
    pointer-events: none;

    opacity: .5;
}


.form .error_text
{
    color: var(--form_error_color);
    font-size: 14px;
    line-height: 20px;

    margin-top: 5px;
}


.form .exp
{
    font-size: 11px;

    padding-top: 3px;

    text-align: right;
}


.form .agree
{
    padding-top: 8px;
}


.form input[type=checkbox]
{
    display: none;
}

.form input[type=checkbox] + label
{
    font-size: 13px;
    line-height: normal;

    position: relative;

    display: table-cell;

    height: 21px;
    padding-left: 40px;

    cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

.form input[type=checkbox] + label a
{
    color: #003569;

    text-decoration: none;
}

.form input[type=checkbox] + label a:hover
{
    text-decoration: underline;
}

.form input[type=checkbox] + label:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 21px;
    height: 21px;

    content: '';
    transition: .2s linear;

    border: 1px solid #bababa;
    background: #fff;
}

.form input[type=checkbox]:checked + label:before
{
    border-color: #000;
    box-shadow: inset 0 0 0 6px #000;
}


.form .bottom
{
    display: flex;

    padding-top: 5px;

    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.form .bottom .agree
{
    width: calc(100% - 230px);
    padding: 0;
}

.form .bottom .submit
{
    width: 175px;
    max-width: 100%;
    padding-top: 0;
}

.form .bottom .submit_btn
{
    width: 100%;
}


.form .submit
{
    display: flex;

    padding-top: 13px;

    justify-content: flex-end;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.form .submit_btn
{
    color: #fff;
    font: 700 14px/51px var(--font_family);

    display: inline-block;

    height: 51px;
    padding: 0 40px;

    cursor: pointer;
    transition: .2s linear;
    vertical-align: top;

    border: none;
    background: #000;
}

.form .submit_btn:hover
{
    background: #504e4e;
}

.fancybox-slide--html .fancybox-close-small {
	color: #000;
}


.ok_modal {
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 35px 0;
}



.buttonUp {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 70px;
    display: none;
}

.buttonUp button {
    background: #fe6f01;
    color: #fff;
	padding: 10px 20px;	
	border: none;
	border-radius: 5px 0 0 5px;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}
/* герлянды в шапке */
.lights{
	height: 70px;
    background: url(http://kolkhida.ru/assets/images/lights.png) repeat-x 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
}

.short_cart {
	color: #000;
	text-align: center;
	margin-top: 50px;
	font-size: 27px;
}

.short_cart img {
	vertical-align: middle;
}

.short_cart a {
	color: #000;
	text-decoration: none;
}

.short_cart a i {
    font-style: normal;
	border-bottom: 1px dashed #fe6f01;
}


#cartInner fieldset {
	border: none;
}

#cartInner table {
	border: 1px solid #1b2024;
	border-collapse: collapse;
}

#cartInner table td {
	border: 1px solid #1b2024;
	padding: 6px;
	color: #000;
}

#cartInner table td a {
	color: #000;
}

.shop-cart {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#cartInner table td input {
	border: 1px solid #ccc;
	padding: 2px;
	text-align: center;
	height: auto;
	width: auto;
}

.shop-cart-head {
	padding: 0 !important;
	margin: 0 !important;
}

.shop-cart-head b {
	display: none;
}

#shopOrderForm table {
	border: 1px solid #fe6f01;
	border-collapse: collapse;
	margin: 0 auto 30px auto;
	width: 600px;
}

#shopOrderForm table td {
	border: 1px solid #1b2024;
	padding: 8px;
	color: #000;
}

#shopOrderForm .l {
	text-align: left;
}

#shopOrderForm .c {
	text-align: center;
}

#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 img {
	vertical-align: middle;
}


#shopOrderForm table td input[type="submit"] {
background: #da7e83;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    border: none;
    line-height: 15px;
    height: auto;
}

#shopOrderForm table td input[type="submit"]:hover {
	opacity: 0.8;
}

#shopOrderForm .name {
	font-weight: bold;
}

#shopOrderForm .error {
	color: red;
	font-size: 11px;
	text-align: left;
}

.shopThankYou {
	text-align: center;
	font-size: 28px;
	margin: 50px 0;
	color: #000;
}

#orders input[type="submit"] {
    background: #98c34b;
    color: #fff;
    padding: 13px 30px;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	border: none;
	margin: 25px 0;
}

#orders input[type="submit"]:hover {
	opacity: 0.8;
}

.orders-m {
    margin: 50px 0 0 0;
}

.gh2 {
	margin: 25px 0;
	font-weight: normal;
}

.gh3 {
	margin: 25px 0;
	font-weight: normal;
}


.op-u {
	text-align: center;
	padding: 10px;
}

.text {
    font: 300 14px/1.625 'Lora', serif;
    line-height: 25px;
	color: #000;
	
}

.text p {
    margin-bottom: 13px;
}

.spasibo-5 {
    font-size: 40px;
    margin-bottom: 30px;
    font-family: 'Lora', serif;
    text-align: center;
}

.txt-footer {
    display: inline-block;
    clear: both;
    color: hsla(43.84615384615385, 72.22%, 85.88%, 1.00);
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
    text-decoration: none;
}

.footer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
	padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid hsla(11.999999999999932, 2.15%, 54.31%, 1.00);
    text-align: center;
}

.heading-footer {
    font-family: Candara, sans-serif;
    color: #fff;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.5px;
}

.Shopkeeper.fixed {
	position: fixed;
	top: 0px;
	right: 0;
	z-index: 43; 
	color: #fff;
	background-color: rgba(218,126,131, 0.9);
	padding: 10px;
	border-radius: 0 0 0px 8px;
}

.Shopkeeper.fixed .short_cart {
	margin: 0;
	font-size: 22px;
	color: #fff;
}

.Shopkeeper.fixed a {
	color: #fff;
}

.Shopkeeper.fixed .short_cart img {
	max-width: 20px;
}

section.text {
	margin: 20px 0 0 0;
}

.shs-tocart form label [name*='count'], .shs-count label [name*='count'] {
	height: auto;
}

.shs-tocart form label [name*='count'], .shs-count label [name*='count'] {
	box-sizing: border-box;
}

.h2tr, h2 {
padding-top: 0;
    padding-bottom: 0;
    margin: 0 0 15px 0;
}

.page-wrapper {
	padding-bottom: 0 !important;
}



.SHKwidget {
	margin-bottom: 15px;
	text-align: center;
}

.gallery .flex .menu-bl .price .price-add {
    color: #fff;
    padding-left: 3px;
    line-height: 0;
    font-weight: 400;
    font-size: 11px;
}

footer .col-sm {
	width: 49.5%;
	display: inline-block;
	vertical-align: middle;
}

footer .ya {
	text-align: right;
	margin-top: 5px;
}

footer .ya img {
	vertical-align: middle;
	width: 180px;
}