body {
	padding: 0;
	margin: 0;

	font-family: Arial;
	font-size: 14px;
	color: #53811B;
	background: url(/elem/bg.jpg);
}

#base {
	display: grid;
	grid-template-rows: 145px 1px 35px 1fr minmax(100px,420px);
	grid-template-columns: minmax(120px,15%) 1fr minmax(120px,15%);
	grid-template-areas:
	  "top top top"
	  "mobmenu mobmenu mobmenu"
	  "menu menu menu"
	  "left main right"
	  "bottom bottom bottom";

	min-height: 100%;

	padding: 0;
	margin: 0;

	background: url(/elem/bg2.jpg);

	transition: grid-template-rows 0.3s;
}

#top {
	grid-area: top;

	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 300px 1fr;
	grid-template-areas: "logo topbanner";

	background: url(/elem/bg3.jpg);
}
#toplogo {
	grid-area: logo;

	display: flex;
	padding: 5px;
	align-items: center;
	justify-content: center;
}
#topbanner {
	grid-area: topbanner;

	display: flex;
	padding: 5px;
	align-items: top;
	justify-content: end;
}

#menu {
	grid-area: menu;
	background: linear-gradient(to top,#12570BFF,#578C3200,#578C3200,#12570BFF), url(/elem/bg4.jpg);

	display: flex;
	align-items: center;
	justify-content: center;
}

#bottom {
	grid-area: bottom;

	display: flex;
	flex-direction: column;
	padding: 5px;
	align-items: center;
	justify-content: start;

	border-top: 1px solid #6C4900;
	background: url(/elem/bg3.jpg);
}

#main {
	grid-area: main;
	padding: 10px;
	padding-top: 30px;
}


#left {
	grid-area: left;
	padding-left: 6px;
	padding-right: 6px;
}
#right {
	grid-area: right;
	padding-left: 6px;
	padding-right: 6px;
}


#mobmenu {
	grid-area: mobmenu;
	border-top: 1px solid #6C4900;
	border-bottom: 1px solid #6C4900;
	background: #0D3807;
}
.mobmenu_closed {
}
.mobmenu_opened {
}
#mobmenu_content {
	display: none;
	color: white;
}
#mobmenu_content UL {
	margin: 2px;
	padding: 2px;
	margin-left: 10px;
}
#mobmenu_content UL LI {
	color: white;
	line-height: 20px;
	list-style-type: none;
}
#mobmenu_content UL LI A {
	color: white;
	text-decoration: none;
	font-size: 15px;
}
#mobmenu_content UL LI A:hover {
	text-decoration: none;
	color: white;
}
#mobmenu_content UL LI UL {
	margin: 1px;
	padding: 1px;
	margin-left: 3px;
}
#mobmenu_content UL LI UL LI {
	line-height: 14px;
	list-style-type: none;
	margin-bottom: 5px;
}
#mobmenu_content UL LI UL LI A {
	font-size: 13px;
	font-weight: normal;
}
#mobmenu_but {
	display: none;
}


.mobile {
	display: none;
}
.medium {
	display: none;
}
.tablet {
	display: none;
}
.large {
	display: none;
}
.nomobile {
	display: block;
}
.nomedium {
	display: block;
}
.notablet {
	display: block;
}
.nolarge {
	display: block;
}


.center {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
}
.text-center {
	min-width: 100%;
	width: 100%;
	text-align: center;
}





A {
	text-decoration: none;
	color: #53811B;
	font-weight: bold;
	font-size: 14px;
}
A:hover {
	text-decoration: underline;
}

P {
	font-size: 14px;
}
DIV {
	font-size: 14px;
}

H1 {
	font-size: 130%;
}
H2 {
	font-size: 120%;
}
H3 {
	font-size: 110%;
}

.sm_txt {
	font-size: 10px;
	font-style: italic;
	color: #53811B;
}
.sm_txt A {
	font-size: 10px;
	font-style: italic;
	color: #53811B;
}


TABLE.goods_list {
	margin-top: 40px;
	margin-bottom: 40px;
	border-collapse: collapse
	border: 1px solid #6C4900;
}
TABLE.goods_list TH {
	border: 1px solid #6C4900;
	background: url(/elem/bg4.jpg);
	color: #F1E1B6;
	font-size: 13px;
	font-weight: bold;
}
TABLE.goods_list TH A {
	color: #F1E1B6;
	font-size: 13px;
	font-weight: bold;
}
TABLE.goods_list TH A:hover {
	text-decoration: none;
}
TABLE.goods_list TD {
	border: 1px solid #6C4900;
	background: url(/elem/bg3.jpg);
	color: #6C4900;
	font-size: 13px;
}
TABLE.goods_list A {
	font-weight: bold;
	color: #6C4900;
	font-size: 13px;
}
TABLE.goods_list B {
	font-weight: bold;
}
TABLE.goods_list IMG {
	border: 1px solid #6C4900;
}
TABLE.goods_list .imgbg {
	border: 1px solid #6C4900;
	min-width: 120px;
	min-height: 120px;
	display: inline-block;
	cursor: pointer;
	background-size: contain;
}

UL.shop_menu {
	padding: 0;
	margin: 4px;
	margin-left: 14px;
	margin-right: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
UL.shop_menu LI {
	margin: 2px;
	padding: 0;

	font-size: 15px;
}
UL.shop_menu LI A {
	font-size: 15px;
}
UL.shop_menu UL {
	margin: 0;
	padding: 0;
	margin-left: 22px;
	list-style-type: disc;
	list-style-position: outside;
}
UL.shop_menu UL LI {
	margin: 0;
	padding: 0;

	font-size: 13px;
}
UL.shop_menu UL LI A {
	font-size: 13px;
}

.flower_mini_photo {
	text-align: center;
	width: 190px;
	height: 250px;
	border: 1px dotted #53811B;
	margin: 10px;
	padding: 10px;
	font-size: 12px;
}
.flower_mini_photo IMG {
	border: 1px solid #6C4900;
}
.flower_mini_photo SPAN {
	font-weight: bold;
}
.flower_mini_photo P {
	margin: 0;
	padding: 0;
	text-align: left;
}

.intro_photo {
	text-align: center;
	font-size: 16px;
	border: 1px dotted #53811B;
	padding-top: 15px;
	width: 150px;
}
.intro_photo A {
	font-size: 16px;
	text-decoration: none;
}
.intro_photo IMG {
	border: 1px solid #6C4900;
}

TABLE.dotted {
	border: 1px dotted #53811B;
	border-collapse: collapse;
}
TABLE.dotted TD {
	border: 1px dotted #53811B;
}
TD.dotted {
	border: 1px dotted #53811B;
}

TABLE.flower_data {
	border: 1px solid #6C4900;
	border-collapse: collapse;
	width: 70%;
}
TABLE.flower_data TH {
	border: 1px solid #6C4900;
	font-weight: bold;
	text-align: left;
	width: 25%;
	padding: 15px;
}
TABLE.flower_data TD {
	border: 1px solid #6C4900;
	font-style: italic;
	text-align: left;
	width: 25%;
	padding: 15px;
}

TABLE.flowers_vertlist {
	margin-top: 20px;
	margin-bottom: 20px;
}
TABLE.flowers_vertlist SPAN {
	font-weight: bold;
}
TABLE.flowers_vertlist B {
	font-size: 16px;
}

.search_form {
	font-size: 14px;
}
.search_form b {
	font-size: 16px;
	font-weight: bold;
	color: #53811B;
}
.search_form .submit {
	color: #53811B;
	font-weight: bold;
	background: #FAF5DC;
	border: 2px solid #6C4900;
	cursor: hand;
}
.search_form div {
	border: 1px solid #6C4900;
	padding: 2px;
	margin: 2px;
}
.search_form OPTION {
	font-size: 13px;
	font-weight: bold;
	color: #53811B;
	background: #FAF5DC;
	border: 2px solid #6C4900;
}
.search_form SELECT {
	font-size: 13px;
	font-weight: bold;
	color: #53811B;
	width: 140px;
	background: #FAF5DC;
	border: 2px solid #6C4900;
}
.search_form INPUT {
	font-size: 13px;
	font-weight: bold;
	color: #53811B;
}
.search_form_it {
	font-style: italic;
}

.search_form_sm TD {
	width: 124px;
	height: 60px;
	vertical-align: bottom;
	text-align: center;
}
.search_form_sm SELECT {
	width: 120px;
	height: 25px;
	border-width: 1px;
	border-radius: 3px;
}

.steps {
	font-size: 16px;
	font-weight: bold;
}
.steps A {
	font-size: 16px;
	font-weight: bold;
}


.graphmenu {
	text-align: center;
}
.graphmenu DIV {
	border: 1px solid #6C4900;
	background: url(/elem/bg3.jpg);
	display: inline-block;
	width: 108px;
	max-width: 108px;
	text-align: center;
	margin: 1px;
	padding: 2px;
	padding-top: 5px;
	border-radius: 6px;
}
.graphmenu IMG {
	border: 1px solid #6C4900;
	border-radius: 4px;
}
.graphmenu A {
	color: #6C4900;
	font-size: 12px;
	font-weight: normal;
}
.graphmenu A:hover {
	text-decoration: none;
}


TABLE.sidetable {
	width: 100%;
	margin-top: 8px;
	border-collapse: collapse;
	border: 1px solid #6C4900;
}
TABLE.sidetable TH {
	background: url(/elem/bg4.jpg);
	height: 25px;
	color: #F1E1B6;
	font-weight: bold;
	font-size: 14px;
}
TABLE.sidetable TD {
	background: url(/elem/bg3.jpg);
	padding: 1px;
	font-size: 12px;
	font-weight: normal;
}
TABLE.sidetable A {
	color: #6C4900;
	font-size: 12px;
	font-weight: normal;
}
TABLE.sidetable A:hover {
	text-decoration: none;
}
TABLE.sidetable IMG {
	border: 1px solid #6C4900;
}

.breadcrumbs {
	margin: 6px;
	font-weight: bold;
	margin-left: 5px;
}
.breadcrumbs A {
	text-decoration: underline;
}

.sideadvert {
	width: 100%;
	color: #6C4900;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-top: 15px;
	background: url(/elem/bg3.jpg);
	border: 1px solid #6C4900;
}
.sideadvert TABLE {
	color: #6C4900;
	font-size: 12px;
	background: url(/elem/bg3.jpg);
}
.sideadvert TD {
	color: #6C4900;
	font-size: 12px;
	background: url(/elem/bg3.jpg);
	text-align: center;
}
.sideadvert A {
	color: #6C4900;
	font-size: 12px;
	font-weight: normal;
}
.sideadvert A:hover {
	text-decoration: none;
}
.sideadvert IMG {
	border: 1px solid #6C4900;
}
.sideadvert P {
	margin-top: 10px;
	padding: 5px;
}

UL.sidemenu {
	margin: 2px;
	padding: 2px;
	margin-left: 13px;
}
UL.sidemenu LI {
	color: #6C4900;
	font-weight: bold;
}
UL.sidemenu LI A {
	font-weight: bold;
}

#bottom_adv TABLE {
	margin-top: 20px;
	border-collapse: collapse;
	border: 1px solid #C47A28;
}
#bottom_adv TH {
	background: url(/elem/bg4.jpg);
	height: 25px;
	color: #F1E1B6;
	font-weight: bold;
	font-size: 14px;
}
#bottom_adv TD {
	width: 170px;
	background: url(/elem/bg3.jpg);
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
}
#bottom_adv A {
	color: #6C4900;
	font-size: 12px;
	font-weight: normal;
}
#bottom_adv A:hover {
	text-decoration: none;
}
#bottom_adv IMG {
	border: 1px solid #6C4900;
}


#logo {
	position: absolute;
	left: 10px;
	top: 5px;
}
#logoletter {
	position: absolute;
	left: 125px;
	top: -2px;
}
#logoletter_url {
	position: absolute;
	left: 10px;
	top: 100px;
}
#toptext {
	position: absolute;
	left: 130px;
	top: 98px;
	color: #6C4900;
	font-size: 14px;
	font-style: italic;
	text-align: right;
}
#toptext A {
	color: #6C4900;
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
#toptext A:hover {
	text-decoration: underline;
}


#bottomcounter {
	margin: 5px;
}
#bottomtext {
	margin: 5px;

	color: #6C4900;
	font-size: 14px;
	font-style: italic;
	text-align: right;
}


#bottom_context {
	width: 70%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.gbutton {
	color: #53811B;
	font-weight: bold;
	background: none;
	border: 2px solid #6C4900;
	padding: 1px;
	margin: 1px;
	cursor: hand;
}



.response {
	width: 500px;
	color: #6C4900;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	margin: 10px;
	padding: 10px;
	background: url(/elem/bg3.jpg);
	border: 1px solid #6C4900;
	border-radius: 6px;
}
.response A {
	color: #6C4900;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.response A:hover {
	text-decoration: none;
}


.recipes {
}
.recipes IMG {
	border: 1px solid #6C4900;
}
.recipes .bord {
	background: url(/elem/bg3.jpg);
	border: 1px solid #6C4900;
	font-size: 14px;
	color: #6C4900;
}
.recipes .bord A {
	font-weight: bold;
	font-size: 14px;
	color: #6C4900;
}
.recipes .bord B {
	font-weight: bold;
	font-size: 17px;
}
.recipes .sm {
	background: url(/elem/bg3.jpg);
	font-style: italic;
	font-size: 12px;
	color: #6C4900;
}
.recipes .sm A {
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #6C4900;
}



.recipe_descr {
	width: 90%;
}
.recipe_block {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.recipe_block_text {
	width: 60%;
	min-width: 60%;
}
.recipe_block_img {
}
.recipe_img IMG {
	border: 1px solid #6C4900;
	border-radius: 6px;
}
.recipe_main_img {
}
.recipe_bord {
	background: url(/elem/bg3.jpg);
	border: 1px solid #6C4900;
	font-size: 14px;
	color: #6C4900;

	border-radius: 7px;
	margin: 10px;
	padding: 15px;
}
.recipe_bord A {
	font-weight: bold;
	font-size: 14px;
	color: #6C4900;
}
.recipe_bord B {
	font-weight: bold;
	font-size: 17px;
}



INPUT.buybut {
	color: #992222;
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
	margin: 1px;
	cursor: hand;
}

.goto_post_but {
	color: #a00;
	font-weight: bold;
	font-size: 19px;
	cursor: pointer;
	border: 1px solid #a00;
	border-radius: 9px;
	padding: 7px;
	background: white;
}
.goto_post_but:hover {
	color: white;
	background: #a00;
}

.goto_post_link {
	background-color: transparent;
	border: none;
	color: red;
	font-weight: bold;
	cursor: pointer;
	display: inline;
}
.goto_post_link:hover {
	color: red;
}


.l {
	text-decoration: none;
	color: #53811B;
	font-weight: bold;
	font-size: 14px;
}
.lth {
	color: #F1E1B6;
	font-size: 13px;
	font-weight: bold;
}
.ltd {
	font-weight: bold;
	color: #6C4900;
	font-size: 13px;
}




#logo_mob {
	position: absolute;
	left: 4px;
	top: 39px;
	display: none;
}
#logo_mob A {
	border: none;
}
#toptext_mob {
	position: absolute;
	left: 60px;
	top: 39px;
	color: #6C4900;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	display: none;
}



.intro_photo_mob IMG {
}

.menu_charact {
}

.bigphoto_mob {
	height: auto;
	width: auto;
	max-width: 500px;
	max-height: 500px;
}
.bigphoto_half_mob {
}



.imenu {
}
.imenu_mobile {
	display: none;
}
.imenu_desktop {
	display: block;
}
.imenu a {
	text-decoration: none;
}
.imenu li {
	position: relative;
	list-style: none;
}
.imenu__list {
	display: flex;
	padding-left: 5px;
}
.imenu__list>li {
	margin-right: 10px;
}
.imenu__list>li:hover .sub-imenu__list {
	display: block;
}
.imenu__list>li:hover .sub-imenu__table {
	display: block;
}
.imenu__list>li:hover .sub-imenu__plate {
	display: block;
}
.imenu__list>li:hover .sub-imenu__underplate2x {
	display: block;
}
.imenu__link {
	display: inline-block;
	font-size: 16px;
	color: #F9F0DB;
}
.imenu__link:hover {
	color: #F9F0DB;
}

.sub-imenu__list {
	display: none;
	position: absolute;
	min-width: 170px;
	left: 0px;
	top: 12px;
	padding-top: 15px;
	padding-left: 0;

	z-index: 1000;
}
.sub-imenu__list>li {
}
.sub-imenu__list>li:hover .sub-sub-imenu__list {
	display: block;
}
.sub-imenu__list>li>a {
	display: block;
	padding: 5px 10px;
	color: white;
	background: #0D3807;
	opacity: 0.97;
}
.sub-imenu__list_nobg>li>a {
	background: none;
}
.sub-imenu__list>li>a:hover {
	background: #578C32;
	opacity: 1.0;
	color: white;
}

.sub-sub-imenu__list {
	position: absolute;
	display: none;
	min-width: 150px;
	top: 0px;
	left: 100%;
	padding: 0px 0px 0px 1px;
}
.sub-sub-imenu__list>li {
}
.sub-sub-imenu__list>li>a {
	display: block;
	padding: 5px 10px;
	color: white;
	background: #0D3807;
	opacity: 0.97;
}
.sub-sub-imenu__list>li>a:hover {
	background: #578C32;
	opacity: 1.0;
	color: white;
}


.sub-imenu__table {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 0px;
	padding-left: 0;

	z-index: 1000;
}
.sub-imenu__list_2col {
	left: 170px;
}
.sub-imenu__table_shift100 {
	left: -100px;
}
.sub-imenu__table_shift150 {
	left: -150px;
}


.sub-imenu__underplate2x {
	display: none;
	position: absolute;
	width: 340px;
	height: 450px;

	left: 0px;
	top: 27px;
	padding: 0;

	z-index: 999;

	background: #0D3807;
	opacity: 0.97;
}


.sub-imenu__plate {
	display: none;
	position: absolute;
	left: 0px;
	top: 20px;
	padding-top: 7px;
	padding-left: 0;

	z-index: 1000;
}

.sub-imenu__plate_table {
	background: #0D3807;
	border: 1px solid #12570B;
}
.sub-imenu__plate_table TD {
	padding-right: 15px;
}
.sub-imenu__plate_table UL {
	margin: 2px;
	padding: 2px;
	margin-left: 10px;
}
.sub-imenu__plate_table UL LI {
	color: white;
	line-height: 14px;
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sub-imenu__plate_table UL LI A {
	color: white;
	text-decoration: none;
	font-size: 15px;
}
.sub-imenu__plate_table UL LI A:hover {
	text-decoration: none;
	color: white;
}
.sub-imenu__plate_table UL LI UL {
	margin: 1px;
	padding: 1px;
	margin-left: 3px;
}
.sub-imenu__plate_table UL LI UL LI {
	line-height: 14px;
	list-style-type: none;
	margin-bottom: 5px;
}
.sub-imenu__plate_table UL LI UL LI A {
	font-size: 13px;
	font-weight: normal;
}




@media all and (max-width: 1600px) {
	#base {
		grid-template-columns: minmax(15%,250px) 1fr minmax(15%,300px);
	}
}

@media all and (max-width: 1200px) {
	.nolarge { display: none; }
	.large { display: block; }
	#base {
		grid-template-rows: 145px 1px 35px 1fr minmax(100px,420px);
	}
}

@media all and (max-width: 992px) {
	#base {
		grid-template-rows: 145px 1px 35px 1fr minmax(100px,850px);
		grid-template-columns: 1fr;
		grid-template-areas:
		  "top"
		  "mobmenu"
		  "menu"
		  "main"
		  "bottom";
	}
	#left {
		display: none;
	}
	#right {
		display: none;
	}
	.notablet { display: none; }
	.tablet { display: block; }

	.imenu_mobile {
		display: block;
	}
	.imenu_desktop {
		display: none;
	}
	TABLE.flower_data {
		width: 80%;
	}
}

@media all and (max-width: 768px) {
	.nomedium { display: none; }
	.medium { display: block; }
	#menu {
		justify-content: start;
	}
	TABLE.flower_data {
		width: 90%;
	}
	.response {
		width: 80%;
	}

	.recipe_bord {
		margin: 10px;
		padding: 10px;
	}
	.recipe_main_img IMG {
		width: 300px;
		height: auto;
	}
	.recipe_block_text {
		width: 95%;
		min-width: 95%;
	}
	.recipe_descr {
		width: 95%;
	}
}

@media all and (max-width: 576px) {
	#base {
		grid-template-rows: 35px 50px 1px 1fr minmax(100px,850px);
		grid-template-areas:
		  "menu"
		  "top"
		  "mobmenu"
		  "main"
		  "bottom";
	}
	#main {
		padding: 1px;
		padding-top: 15px;
	}
	#top {
		grid-template-columns: 190px 1fr;
	}
	#topbanner {
		align-items: center;
		justify-content: end;
	}
	#mobmenu_but {
		display: block;
	}
	#mobmenu_but_close {
		display: none;
	}

	.nomobile { display: none; }
	.mobile { display: block; }

	#logo { display: none; }
	#logoletter { display: none; }
	#logoletter_url { display: none; }
	#toptext { display: none; }
	#logo_mob { display: block; }
	#toptext_mob { display: block; }

	TABLE.flower_data {
		width: 99%;
	}

	.response {
		width: 90%;
	}

	.intro_photo {
		width: 200px;
		height: 200px;
		margin: 5px;
		padding: 5px;
		font-size: 15px;
	}

	.intro_photo_mob IMG {
		width: 190px;
		height: 190px;
	}

	.menu_charact {
		width: 250px;
	}

	.flower_mini_photo {
		width: 180px;
		height: 250px;
		margin: 1px;
		padding: 1px;
		font-size: 11px;
	}
	.flower_mini_photo IMG {
		width: 96%;
		height: auto;
	}

	.bigphoto_mob {
		width: 400px;
		height: auto;
	}
	.bigphoto_half_mob {
		width: 190px;
		height: auto;
	}

}

