body {
	padding: 0;
	margin: 0;

	font-size: 14px;
	font-family: Arial;
}


#base {
	display: grid;
	grid-template-rows: 140px 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: #002200 url(/elem/bg.jpg);

	transition: grid-template-rows 0.3s;
}

#top {
	grid-area: top;

	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 310px 1fr;
	grid-template-areas: "logo topbanner";
}
#logo {
	grid-area: logo;

	display: flex;
	padding: 0;
	align-items: center;
	justify-content: center;
}
#topbanner {
	grid-area: topbanner;

	display: flex;
	padding: 2px;
	align-items: top;
	justify-content: end;
}
.topbanner_yandex {
	max-height: 136px;
}

#menu {
	grid-area: menu;
	background: linear-gradient(to top,#001100,#003300,#003300,#001100);

	display: flex;
	align-items: center;
	justify-content: center;
}

#bottom {
	grid-area: bottom;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;

	padding: 5px;
	border-top: 1px solid #001100;
	background: linear-gradient(to top,#001100,#005500);
}

#main {
	grid-area: main;
}
.section {
	background: white;
	margin-top: 6px;
	margin-bottom: 6px;
	padding: 10px;
	border-radius: 12px;
	box-shadow: 0px 0px 2px 2px rgba(0,30,0,0.5);
}


#left {
	grid-area: left;
	padding-left: 6px;
	padding-right: 6px;
}
#right {
	grid-area: right;
	padding-left: 6px;
	padding-right: 6px;
}
.side_block {
	width: 100%;
	margin-top: 6px;
	padding: 10px;

	background: white;
	border-radius: 12px;
	color: #005500;
	box-shadow: 0px 0px 2px 2px rgba(0,30,0,0.5);
}
.side_block A {
	color: #005500;
	text-decoration: none;
}
.side_block A:hover {
	text-decoration: none;
}



#mobmenu {
	grid-area: mobmenu;
	/* border-top: 1px solid #002200; */
	/* border-bottom: 1px solid #002200; */
	background: #002200;
}
.mobmenu_closed {
	opacity: 0.0;
}
.mobmenu_opened {
	opacity: 1.0;
}
#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;
}


H1 {
	font-size: 145%;
	color: #005500;
	background: url(/elem/h1bg.gif) no-repeat;
	border-bottom: 1px solid #005500;
	padding: 0;
	padding-left: 25px;
	margin-bottom: 30px;
}

H2 {
	font-size: 120%;
	color: #005500;
}
H3 {
	font-size: 110%;
	color: #005500;
}
H4 {
	font-size: 105%;
	color: #005500;
}
B {
	font-weight: bold;
	color: #005500;
}
STRONG {
	font-weight: bold;
	color: #005500;
}
A {
	color: #005500;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
A:hover {
	color: #00DD00;
	text-decoration: none;
}

.sm_txt {
	font-size: 11px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #005500;
}



.img_bord {
	display: inline-block;
	/* border: 1px solid #afa; */
	box-shadow: 0px 0px 2px 2px rgba(0,70,0,0.4);
	border-radius: 5px;
	padding: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.img_bord IMG {
	border: none;
}
.img_bord IMG.img_bord_limit {
	max-width: 500px;
	height: auto;
}

.img_bord_fix {
	display: inline-block;
	/* border: 1px solid #afa; */
	box-shadow: 0px 0px 2px 2px rgba(0,70,0,0.4);
	border-radius: 3px;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 4px;

	display: flex;
	align-items: center;
	justify-content: center;

	height: 186px;
	width: 186px;
	max-width: 186px;
}
.img_bord_fix IMG {
	border: none;
	max-width: 180px;
	max-height: 180px;
	height: auto;
	width: auto;
}


TABLE.cells {
	display: block;
}
TABLE.cells TD {
	padding: 4px;
	margin: 4px;
	max-width: 194px;

	vertical-align: top;
	text-align: center;
}
TABLE.cells A {
	text-decoration: none;
}
TABLE.cells A:hover {
	text-decoration: none;
}

.wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	max-width: 850px;
}
.wrapper>DIV {
	margin: 1px;
	margin-left: 4px;
	margin-right: 4px;
	vertical-align: top;
	text-align: center;
	max-width: 194px;
	height: 260px;
}
.wrapper>DIV.wrapper_hsm {
	height: 220px;
}
.wrapper>DIV.wrapper_hbg {
	height: 300px;
}
.wrapper>DIV.wrapper_vhbg {
	height: 380px;
}
.wrapper A {
	text-decoration: none;
}
.wrapper A:hover {
	text-decoration: none;
}

.mini_list {
	padding: 7px;
	font-size: 12px;
	text-align: left;
}


.index_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	max-width: 1400px;
}
.index_wrapper>DIV {
	margin: 1px;
	margin-left: 4px;
	margin-right: 4px;
	vertical-align: top;
	text-align: left;
	max-width: 400px;
}
.index_wrapper A {
	text-decoration: underline;
}
.index_wrapper A:hover {
	text-decoration: underline;
}
.index_wrapper IMG {
	box-shadow: 0px 0px 2px 2px rgba(0,70,0,0.4);
}

.imagemenu {
}
.imagemenu DIV {
	width: 118px;
	display: inline-block;
	text-align: center;
}
.imagemenu IMG {
	border: 1px solid #050;
}
.imagemenu A {
	font-size: 12px;
}
.imagemenu_full {
	display: block;
}
.imagemenu_full TD {
	text-align: center;
}
.imagemenu_full IMG {
	border: 1px solid #050;
}
.imagemenu_full A {
	font-size: 9px;
}


UL.sidemenu {
	margin: 2px;
	padding: 2px;
	margin-left: 10px;
}
UL.sidemenu LI {
	color: #005500;
	line-height: 16px;
}
UL.sidemenu LI A {
	color: #005500;
	text-decoration: none;
	font-size: 15px;
}
UL.sidemenu LI A:hover {
	text-decoration: none;
	color: #009900;
}
UL.sidemenu LI UL {
	margin: 1px;
	padding: 1px;
	margin-left: 3px;
}
UL.sidemenu LI UL LI {
	line-height: 14px;
	list-style-type: disc;
}
UL.sidemenu LI UL LI A {
	font-size: 13px;
	font-weight: normal;
}


#topmenu {
	position: absolute;
	height: 95px;
	left: 300px;
	top: 3px;
}
#topmenu TD {
	height: 95px;
}
#topmenu TD A {
	color: white;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
}
#topmenu TD A:hover {
	text-decoration: none;
}
#topmenu IMG {
	border: 1px solid white;
}

#logo_letter {
	position: absolute;
	top: 0;
	left: 0;
}

.steps {
	font-weight: bold;
	color: #005500;
	margin: 30px;
}
.steps SPAN {
	padding: 3px;
	background: #BBEEBB;
}
.steps A {
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
}
.steps A:hover {
	background: #BBEEBB;
	text-decoration: none;
}

.alphabet_block {
	margin: 1px 10px;
}
.alphabet_block A {
	display: inline-block;
	width: 17px;
	text-align: center;
	font-size: 16px;
	padding: 4px;
	margin: 0;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #005500;
	border-radius: 3px;
}
.alphabet_block A:hover {
	background: #005500;
	color: white;
}

.words_block {
	margin: 10px;
}
.words_block A {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	padding: 4px;
	margin: 0;
	margin-bottom: 5px;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #005500;
	border-radius: 3px;
}
.words_block A:hover {
	background: #005500;
	color: white;
}


.breadcrumbs {
	font-size: 14px;
	font-weight: normal;
	color: #005500;
	margin-left: 5px;
}
.breadcrumbs A {
	font-size: 15px;
	font-weight: normal;
	color: #005500;
	text-decoration: none;
}
.breadcrumbs A:hover {
	text-decoration: none;
}


.side_form {
}
.side_form SELECT {
	font-size: 11px;
	font-weight: bold;
	color: #005500;
}
.side_form OPTION {
	font-size: 11px;
	font-weight: bold;
	color: #005500;
}
.side_form INPUT {
	font-size: 11px;
	font-weight: bold;
	color: #005500;
}


.search_form_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

	max-width: 800px;
}
.search_form DIV {
	font-size: 13px;
	font-weight: normal;
	color: #005500;
	margin: 3px;
}
.search_form SELECT {
	font-size: 13px;
	font-weight: bold;
	color: #005500;
	width: 170px;
}
.search_form SELECT.sel_large {
	width: 200px;
}
.search_form OPTION {
	font-size: 13px;
	font-weight: bold;
	color: #005500;
}
.search_form INPUT {
	font-size: 13px;
	font-weight: bold;
	color: #005500;
}
.search_form EM {
	color: #900;
}



.bottom_text {
	font-size: 13px;
	font-weight: bold;
	color: #aaa;
	margin: 4px;
}


.info {
	display: block;
	width: 85%;
	text-align: left;

	font-size: 14px;
	font-weight: normal;
	color: #444;
}
.info A {
	font-size: 14px;
	font-weight: bold;
	color: #005500;
	text-decoration: underline;
}
.info A:hover {
	color: #009900;
	text-decoration: underline;
}



.mxm_side_name {
	font-size: 11px;
}
.mxm_side_price {
	font-size: 15px;
	color: #800;
	font-weight: bold;
}
.mxm_side_merch {
	font-size: 10px;
	font-style: italic;
}


.r_form {
	margin-top: 10px;
	width: 400px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: left;
	background: white;
	padding: 15px;
	font-weight: bold;
	color: #050;
}
.r_form INPUT, TEXTAREA {
	font-size: 14px;
	color: #050;
	border: 1px solid #ccc;
	background: white;
}
.r_form INPUT.snd {
	background: #030;
	color: white;
	font-size: 16px;
	font-weight: bold;
}
.r_form P {
	font-style: italic;
}


.r_list {
	margin-top: 10px;
	width: 350px;
	text-align: left;
	padding: 10px;
	font-size: 15px;
	color: #050;
	font-style: italic;

	border: 1px solid #ccc;
	border-radius: 5px;
	background: white;
}

.bottom_list {
}
.bottom_list TABLE {
	float: left;
	line-height: 23px;
}
.bottom_list TABLE A {
	font-size: 15px;
	color: white;
	text-decoration: none;
}


INPUT.buybut {
	color: #992222;
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
	margin: 1px;
	cursor: hand;
}

.l {
	text-decoration: underline;
	font-weight: bold;
	color: #005500;
}
.li {
	text-decoration: none;
	font-weight: normal;
	color: #005500;
}
.lr {
	color: #900;
	font-size: 18px;
}





.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;
}






.pmenu {
}
.pmenu_mobile {
	display: none;
}
.pmenu_desktop {
	display: block;
}
.pmenu a {
	text-decoration: none;
}
.pmenu li {
	position: relative;
	list-style: none;
}
.pmenu__list {
	display: flex;
}
.pmenu__list>li {
	margin-right: 10px;
}
.pmenu__list>li:hover .sub-pmenu__list {
	display: block;
}
.pmenu__list>li:hover .sub-pmenu__table {
	display: block;
}
.pmenu__list>li:hover .sub-pmenu__plate {
	display: block;
}
.pmenu__list>li:hover .sub-pmenu__underplate2x {
	display: block;
}
.pmenu__link {
	display: inline-block;
	font-size: 16px;
	color: white;
}
.pmenu__link:hover {
	color: white;
}

.sub-pmenu__list {
	display: none;
	position: absolute;
	min-width: 150px;
	left: 0px;
	top: 12px;
	padding-top: 15px;
	padding-left: 0;

	z-index: 1000;
}
.sub-pmenu__list>li {
}
.sub-pmenu__list>li:hover .sub-sub-pmenu__list {
	display: block;
}
.sub-pmenu__list>li>a {
	display: block;
	padding: 5px 10px;
	color: white;
	background: #040;
	opacity: 0.97;
}
.sub-pmenu__list_nobg>li>a {
	background: none;
}
.sub-pmenu__list>li>a:hover {
	background: #0a0;
	opacity: 1.0;
	color: white;
}

.sub-sub-pmenu__list {
	position: absolute;
	display: none;
	min-width: 150px;
	top: 0px;
	left: 100%;
	padding: 0px 0px 0px 1px;
}
.sub-sub-pmenu__list>li {
}
.sub-sub-pmenu__list>li>a {
	display: block;
	padding: 5px 10px;
	color: white;
	background: #040;
	opacity: 0.97;
}
.sub-sub-pmenu__list>li>a:hover {
	background: #0a0;
	opacity: 1.0;
	color: white;
}


.sub-pmenu__table {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 0px;
	padding-left: 0;

	z-index: 1000;
}
.sub-pmenu__list_2col {
	left: 150px;
}
.sub-pmenu__table_shift100 {
	left: -100px;
}
.sub-pmenu__table_shift150 {
	left: -150px;
}


.sub-pmenu__underplate2x {
	display: none;
	position: absolute;
	width: 300px;
	height: 450px;

	left: 0px;
	top: 27px;
	padding: 0;

	z-index: 999;

	background: #040;
	opacity: 0.97;
}


.sub-pmenu__plate {
	display: none;
	position: absolute;
	left: -30px;
	top: 20px;
	padding-top: 7px;
	padding-left: 0;

	z-index: 1000;
}

.sub-pmenu__plate_table {
	background: #040;
	border: 1px solid #080;
}
.sub-pmenu__plate_table TD {
	padding-right: 15px;
}
.sub-pmenu__plate_table UL {
	margin: 2px;
	padding: 2px;
	margin-left: 10px;
}
.sub-pmenu__plate_table UL LI {
	color: white;
	line-height: 20px;
	list-style-type: none;
}
.sub-pmenu__plate_table UL LI A {
	color: white;
	text-decoration: none;
	font-size: 15px;
}
.sub-pmenu__plate_table UL LI A:hover {
	text-decoration: none;
	color: white;
}
.sub-pmenu__plate_table UL LI UL {
	margin: 1px;
	padding: 1px;
	margin-left: 3px;
}
.sub-pmenu__plate_table UL LI UL LI {
	line-height: 14px;
	list-style-type: none;
	margin-bottom: 5px;
}
.sub-pmenu__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: 120px 1px 35px 1fr minmax(100px,420px);
	}
	.topbanner_yandex {
		max-height: 116px;
	}
}

@media all and (max-width: 992px) {
	#base {
		grid-template-rows: 100px 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; }
	.topbanner_yandex {
		max-height: 96px;
	}

	.pmenu_mobile {
		display: block;
	}
	.pmenu_desktop {
		display: none;
	}
}

@media all and (max-width: 768px) {
	.nomedium { display: none; }
	.medium { display: block; }

	.img_bord IMG.img_bord_limit {
		max-width: 400px;
	}

	.imagemenu_full {
		display: none;
	}
	#menu {
		justify-content: start;
	}
}


@media all and (max-width: 576px) {
	#base {
		grid-template-rows: 35px 60px 1px 1fr minmax(100px,850px);
		grid-template-areas:
		  "menu"
		  "top"
		  "mobmenu"
		  "main"
		  "bottom";
	}
	#top {
		grid-template-columns: 190px 1fr;
	}
	#logo IMG {
		height: 60px;
		width: 180px;
	}

	#topbanner {
		align-items: center;
		justify-content: end;
	}
	.topbanner_yandex {
		display: none;
	}
	#mobmenu_but {
		display: block;
	}
	#mobmenu_but_close {
		display: none;
	}

	.nomobile { display: none; }
	.mobile { display: block; }

	.img_bord IMG.img_bord_limit {
		max-width: 300px;
	}
	.img_bord_fix {
		height: 156px;
		width: 156px;
		max-width: 156px;
	}
	.img_bord_fix IMG {
		max-width: 150px;
		max-height: 150px;
		width: auto;
		height: auto;
	}
	TABLE.cells TD {
		width: 164px;
		max-width: 164px;
	}
	.wrapper>DIV {
		max-width: 164px;
		height: 240px;
	}
	.wrapper>DIV.wrapper_hsm {
		height: 200px;
	}
	.info {
		width: 99%;
	}
}

