body {
	margin: 0;
	padding: 0 10px 30px 10px;
	text-align: center;
	background: #FFF url('../images/bck_3366a4ba68.jpg') no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
body, html {
	overflow-x: hidden;
}
main, div, input, textarea, select, button, form, ul, th, td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:not([type=checkbox]):not([type=radio]), textarea, button {
	-webkit-appearance: none;
}
input, textarea, select, button {
	-webkit-border-radius: 0;
	border-radius: 0;
}

div.nsp a, div.nsp>span
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);

	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;


IE komp.:
-flex/column: min-height:1px / flex: 1 0 / max-width:100%
-main: +display:block

FILTER:
https://multicms.net/tools/color-solver/

*/

div.wover {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.6);
	z-index: 2147483647;
	opacity: 0;
}
div.wover.u {
	opacity: 1;
}
div.wover.n {
	position: absolute;
	min-height: 100%;
}
div.wover div.wover {
	position: absolute;
}
div.wbox {
	display: none;
	position: relative;
	min-width: 240px;
	max-width: calc(100vw - 40px);
	max-height: calc(100vh - 40px);
	background-color: #FFF;
	text-align: left;
	border: 2px solid #333;
	-moz-box-shadow: 3px 3px 4px #555;
	-webkit-box-shadow: 3px 3px 4px #555;
	box-shadow: 3px 3px 4px #555;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#555');
	overflow-y: auto;
	overscroll-behavior: none;
	font-size: 18px;
}
div.wbox>h1 {
	background-color: #6AA241;
	margin: 0;
	padding: 8px 40px 8px 12px;
	font-size: 18px;
	cursor: default;
	background-image: none;
	color: #FFF;
	text-align: left;
}
div.wbox>div {
	padding: 15px;
	overflow-y: auto;
	overscroll-behavior: contain;
}
div.wbox>div>h1:first-child, div.wbox>div>h2:first-child {
	margin-top: 0;
}
div.wbox>div.wclose {
	display: block;
	width: 25px;
	height: 24px;
	padding: 0;
	background: #000 url('../images/cls_28f54338c4.jpg') no-repeat center center;
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
}
div.wbox form.c {
	text-align: center;
	margin: 20px 0 0 0;
}
div.wbox form.c.i {
	text-align: left;
}
div.wbox form.c .btn {
	margin: 15px 3px 0 3px;
	padding: 10px 15px;
	min-width: 100px;
}
div.wbox.bn {
	max-width: auto;
	overflow-x: hidden;
}
div.wbox.bn img.img {
	display: block;
	max-width: calc(100vw - 60px);
	max-height: calc(100vh - 60px);
}
#bprg {
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
}
#bprg>span {
	display: inline-block;
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #FFF;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	min-width: 300px;
	max-width: 80%;
}
#bprg>div>div {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #FFF;
	margin: 0 4px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	vertical-align: middle;
}
#bprg>div>div.a {
	background-color: #009FE3;
	width: 12px;
	height: 12px;
}

div.nsp {
	position: absolute;
	display: none;
	left: 0;
	margin: 0 !important;
	border: 1px solid #B6B6B6;
	background-color: #FFF;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.4);
	-moz-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.4);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.4);
	text-align: left;
	font-size: 13px;
	z-index: 999999;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 300px;
	overscroll-behavior: none;
}
div.nsp div {
	margin: 2px 0;
	padding: 10px 15px;
}
div.nsp>div {
	display: block;
	padding: 6px 6px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
div.nsp>div:hover {
	background-color: #EEE;
}
div.nsp>div.a {
	background-color: #DDD;
}
div.nsp>div[data-s] {
	display: flex;
	justify-content: space-between;
}
div.nsp>div[data-s]>span:last-child {
	margin: 0 0 0 15px;
	color: #999;
}

header {
	min-width: 300px;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
header>a:first-child {
	display: block;
	background: url(/img/lg.svg) no-repeat left center;
	background-size: contain;
	width: 184px;
	height: 55px;
}
header a.fb {
	display: block;
	background: url('../images/fb_b26ae40447.jpg') no-repeat 0px 0px;
	width: 146px;
	height: 51px;
}
header>div {
	display: flex;
	align-items: center;
}
nav {
	min-width: 320px;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 13px;
}
nav>ul {
	display: flex;
	list-style: none;
	margin: 0 -2px;
	padding: 0;
}
nav>ul>li {
	position: relative;
	flex: 1 1 auto;
	background: #FFF;
	margin: 0 2px;
}
nav>ul a, nav>ul span {
	text-transform: uppercase;
	text-decoration: none;
	color: inherit;
}
nav>ul span {
	cursor: default;
}
nav>ul>li>a, nav>ul>li>span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 46px;
}
nav>ul>li.a, nav>ul>li:hover {
	background: #6AA241;
	color: #FFF;
}
nav>ul ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
nav>ul li:hover>ul {
	display: block;
}
nav>ul>li>ul {
	position: absolute;
	z-index: 2000;
	left: 0;
	top: 100%;
	background: #6AA241;
	min-width: 260px;
	-webkit-box-shadow: 0px 10px 2px -5px rgba(221,221,221,1);
	-moz-box-shadow: 0px 10px 2px -5px rgba(221,221,221,1);
	box-shadow: 0px 10px 2px -5px rgba(221,221,221,1);
}
nav>ul>li:last-child>ul {
	left: auto;
	right: 0;
}
nav>ul ul>li {
	position: relative;
	margin: 0 12px;
	border-top: 1px dotted #000;
}
nav>ul ul>li:first-child {
	border-top: 0;
}
nav>ul ul>li>a {
	display: block;
	color: #FFF;
	padding: 9px 50px 9px 2px;
	white-space: nowrap;
}
nav>ul ul>li:hover::before {
	position: absolute;
	display: block;
	content: "";
	z-index: -1;
	top: 2px;
	bottom: 2px;
	left: -16px;
	right: -16px;
	background: #86C15B;
}

#mn {
	display: none;
	position: relative;
	width: 58px;
	height: 58px;
	background: #6AA241 url(/img/i_mn.svg) no-repeat center center;
	background-size: 40%;
	margin: 0 0 0 12px;
	cursor: pointer;
}
#mn.a {
	background: #4D7E2C url(/img/cls.svg) no-repeat center center;
	background-size: 40%;
}
#mn.a::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #4D7E2C transparent transparent transparent;
	-ms-transform: translate(-50%,100%);
	-o-transform: translate(-50%,100%);
	-webkit-transform: translate(-50%,100%);
	-moz-transform: translate(-50%,100%);
	transform: translate(-50%,100%);
}

#srch {
	position: relative;
	display: flex;
  max-width: 862px;
  height: 50px;
  margin: 35px auto;
	background: #FFF;
	border: 0;
}
#srch::before {
	display: block;
	content: "";
	width: 126px;
	height: 81px;
	background: url('../images/tip_a2245716e5.jpg') no-repeat;
	position: absolute;
	left: -110px;
	top: -10px;
	pointer-events: none;
}
#srch>input {
	flex: 1;
	border: 0;
	outline: 0;
	padding: 0;
	font-family: inherit;
	font-size: 16px;
	text-align: center;
	background: transparent;
}
#srch>button {
	flex: 0 0 38px;
	position: relative;
	background: #6AA241 url('../images/bsrch_d06a201038.jpg') no-repeat 16px center;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#srch>button::before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11.5px 11px 11.5px 0;
	border-color: transparent #6AA241 transparent transparent;
	position: absolute;
	left: -10px;
	top: 14px;
}
#srchc {
	flex: 0 0 160px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 9px 0 5px;
	background: #6AA241;
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
	cursor: pointer;
}
#srchc::after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #ffffff;
	margin: 0 0 0 14px;
}
#srch div.nsp {
	width: calc(100% - 198px);
	border: 0;
	top: 100%;
}
#srch div.nsp>a {
	display: flex;
	align-items: center;
	border-top: 1px dotted #000;
	padding: 15px;
	text-decoration: none;
	color: inherit;
}
#srch div.nsp>a>span {
	flex: 1;
	margin: 0 0 0 16px;
	font-size: 13px;
}
#srch div.nsp>a h2 {
	font-size: inherit;
	margin: 0 0 5px 0;
}
#srch div.nsp>a:hover {
	background: #F2F2F2;
}
#xsrchc {
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1000;
	width: 198px;
	right: 0;
	top: 100%;
	background: #FFF;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.2);
	padding: 0 0 4px 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#xsrchc.a {
	visibility: visible;
	opacity: 1;
	pointer-events: all;
}
#xsrchc>div {
	text-align: left;
	padding: 7px 8px 6px 8px;
	border-top: 1px dotted #767676;
	color: #767676;
	font-size: 12px;
	line-height: 100%;
	text-transform: uppercase;
	cursor: pointer;
}
#xsrchc>div:first-child {
	border-top: 0;
}
#xsrchc>div::before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 4px;
	border-color: transparent transparent transparent #767676;
	margin: -3px 8px 0 0;
}
#xsrchc>div:hover {
	color: #6AA241;
}
#xsrchc>div:hover::before {
	border-color: transparent transparent transparent #6AA241;
}

#main {
	display: flex;
	flex-wrap: wrap;
	min-width: 300px;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#main>div:first-child {
	flex: 0 0 calc(100% - 275px);
}
#main>div+div {
	flex: 0 0 263px;
	margin: 0 0 0 12px;
}
main {
	display: block;
	background: #FFF;
	padding: 25px 25px 15px 25px;
}

#bnr {
	position: relative;
	margin: 0 0 15px 0;
}
#bnr img {
	width: 100%;
	vertical-align: top;
}
#bnr>div {
	position: relative;
}
#bnr>div>span {
	position: absolute;
	display: block;
	left: 20px;
	right: 20px;
	bottom: 30px;
	font-family: 'hand_of_sean';
	font-size: 15px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}
#bnr>div::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	opacity: 0.4;
}
#bnr::after {
	position: absolute;
	display: block;
	content: "";
	z-index: 1000;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	border: 1px dashed #EEE;
	border-bottom: 0;
	pointer-events: none;
}
#bnr>span {
	display: block;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	text-align: center;
	padding: 0 0 5px 0;
}
#bnr>span::before, #bnr>span::after {
	position: absolute;
	display: block;
	content: "";
	border-top: 1px dashed #EEE;
	width: calc(50% - 60px);
	top: 5px;
}
#bnr>span::before {
	left: 0;
}
#bnr>span::after {
	right: 0;
}

#menu {
	font-size: 13px;
}
#menu>div, div.box>div:first-child {
	position: relative;
	background: #6AA241;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	line-height: 100%;
	padding: 16px 10px 14px 10px;
	font-size: 13px;
}
#menu>div::after, div.box>div:first-child::after {
	position: absolute;
	bottom: -6px;
	left: calc(50% - 6px);
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #6AA241 transparent transparent transparent;
}
#menu>ul, div.bt {
	background: #F6F4EF;
	padding: 18px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding-top: 10px;
}
div.bs, div.be {
	height: 9px;
	background: url('../images/bs_94ab9721da.jpg') repeat-x 0 center;
}
div.be {
	background-image: url('../images/be_91d71b49d3.jpg');
}
div.box {
	margin: 0 0 10px 0;
}

#menu>ul a {
	display: block;
	text-decoration: none;
	color: #767676;
	line-height: 110%;
}
#menu>ul>li>a {
	position: relative;
	text-transform: uppercase;
	padding: 8px 20px 6px 0;
}
#menu>ul>li {
	border-top: 1px dotted #767676;
}
#menu>ul>li:first-child {
	border-top: 0;
}
#menu>ul>li>a>span {
	display: inline-block;
	vertical-align: middle;
}
#menu>ul>li>a::before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 26px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: -2px 4px 0 0;
	background-size: 22px;
	filter: brightness(0) saturate(100%) invert(77%) sepia(6%) saturate(381%) hue-rotate(6deg) brightness(96%) contrast(91%);
}
#menu>ul>li.k6>a::before, h1.k6 {
	background-image: url('../images/k1_f6dca2e376.jpg');
	background-size: 20px;
}
#menu>ul>li.k7>a::before, h1.k7 {
	background-image:url('../images/k2_5cce37b874.jpg');
	background-size: 24px;
}
#menu>ul>li.k49>a::before, h1.k49 {
	background-image:url('../images/k3_6135703b25.jpg');
}
#menu>ul>li.k9>a::before, h1.k9 {
	background-image:url('../images/k4_29d4de62cd.jpg');
	background-size: 18px;
}
#menu>ul>li.k10>a::before, h1.k10 {
	background-image:url('../images/k5_c419f39328.jpg');
	background-size: 24px;
}
#menu>ul>li.k11>a::before, h1.k11 {
	background-image:url('../images/k6_28a63d6797.jpg');
}
#menu>ul>li.k8>a::before, h1.k8 {
	background-image:url('../images/k7_0199bf7aa1.jpg');
	background-size: 20px;
}
#menu>ul>li>a::after {
	position: absolute;
	right: 5px;
	top: 11px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #BCB8AD;
}
h1.k {
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 0 center;
	padding-left: 36px;
}

#menu li>a:hover, #menu li.a>a {
	color: #6AA241;
}
#menu>ul>li>a:hover::before, #menu>ul>li.a>a::before {
	filter: none;
}
#menu>ul>li>a:hover::after, #menu>ul>li.a>a::after {
	border-color: transparent transparent transparent #6AA241;
}
#menu>ul>li.a>a::after {
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

#menu>ul ul {
	margin: 0 0 7px 35px;
	padding: 0;
}
#menu>ul ul>li>a {
	padding: 2px 0;
}
#menu>ul ul>li>a::before {
	display: inline-block;
	vertical-align: top;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #6AA241;
	margin: 2px 6px 0 0;
}

a.bb {
	display: block;
	position: relative;
	background: #6AA241;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 -38px 19px -21px;
	padding: 12px 0;
	font-size: 14px;
}
a.bb>span {
	position: relative;
	display: block;
	margin: 0 38px 0 21px;
	border-top: 1px dashed #FFF;
	border-bottom: 1px dashed #FFF;
	padding: 12px 18px 12px 0;
}
a.bb>span::after, nav>ul ul>li>a::after {
	display: block;
	content: "";
	position: absolute;
	right: 1px;
	top: 50%;
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #FFF;
}
nav>ul ul>li>a::after {
	right: 10px;
	border-width: 4px 0 4px 6px;
}
a.bb::after {
	position: absolute;
	display: block;
	content: "";
	right: 0;
	bottom: -19px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 19px 0 0;
	border-color: #44622F transparent transparent transparent;
}
a.bb::before {
	position: absolute;
	display: block;
	content: "";
	height: 8px;
	background: #C5C3BF;
	left: 9px;
	right: 19px;
	bottom: -8px;
}
a.bb.k {
	font-size: 13px;
}
a.bb.k>span {
	background: url('../images/bb_k_b40b3fc19c.jpg') no-repeat 0 center;
	padding-left: 54px;
}

a.bk {
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 1px dotted #767676;
	color: #767676;
	padding: 78px 0 18px 0;
	background-repeat: no-repeat;
	background-position: center 14px;
}
a.bk:last-child {
	border-bottom: 1px dotted #767676;
}
a.bk:hover {
	background-color: #edebe5;
}
a.bk.bk1 {
	background-image: url('../images/bk1_67ef58ae72.jpg');
}
a.bk.bk2 {
	background-image: url('../images/bk2_63d2cc74c8.jpg');
}
a.bk.bk3 {
	background-image: url('../images/bk3_49f0c7c92a.jpg');
}

a.rss {
	display: block;
	background: url('../images/rss_6eb2b8f024.jpg') no-repeat;
	text-decoration: none;
	text-transform: uppercase;
	color: #767676;
	font-size: 13px;
	padding: 4px 0 4px 40px;
}

footer {
	display: flex;
	flex: 1;
	max-width: 725px;
	justify-content: space-between;
	padding: 10px 0 0 0;
	color: #FFF;
	font-family: 'ophelia_medium';
	font-size: 14px;
}
footer>div {
	color: inherit;
}

#nav {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}
#nav a {
	color: inherit;
	text-decoration: none;
}
#nav>div:first-child>a::after, #nav>div:first-child>span.x::after {
	display: inline-block;
	content: ">";
	margin: 3px 1px 0 5px;
}
#nav>div:first-child>span {
	cursor: default;
}
#nav>div:first-child>span, #nav>div:first-child>a:hover {
	color: #6AA241;
}
#nav>div:first-child>span.x {
	color: inherit;
}
#nav>div:last-child {
	margin: 3px 0 0 15px;
	white-space: nowrap;
}
div.print, div.share {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 16px;
	background: url('../images/b_pr_5a1897fe42.jpg') no-repeat;
	margin: 0 0 0 15px;
	cursor: pointer;
}
div.share {
	position: relative;
	width: 14px;
	background-image: url('../images/b_sh_d15fec2352.jpg');
}
div.share>ul {
	display: none;
	position: absolute;
	top: 100%;
	right: -6px;
	background: #f6f4ef;
	padding: 6px 0;
}
div.share>ul::before {
	position: absolute;
	top: -6px;
	right: 8px;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #f6f4ef transparent;
}
div.share>ul>li {
	padding: 0 15px;
}
div.share>ul>li::before {
	display: none;
}
div.share>ul>li>a {
	display: block;
	padding: 6px 0 6px 25px;
	border-top: 1px dotted #7c776d;
	background-position: 0 center;
	background-repeat: no-repeat;
}
div.share>ul>li:first-child>a {
	border: 0;
}
div.share>ul>li>a.sh_fb {
	background-image: url('../images/sh_fb_cae56899d4.jpg');
}
div.share>ul>li>a.sh_lnk {
	background-image: url('../images/sh_lnk_690d37cb3c.jpg');
}
div.share>ul>li>a.sh_dlc {
	background-image: url('../images/sh_dlc_b221c3d7cd.jpg');
}
div.share>ul>li>a.sh_jag {
	background-image: url('../images/sh_jag_6a6f470222.jpg');
}
div.share>ul>li>a:hover {
	color: #6AA241;
}

h1+div.cd {
	margin: 0 0 30px 0;
}

h1+div {
	margin: 0 0 18px 0;
}

div.mimg img {
	max-width: 100%;
	vertical-align: top;
}
div.mimg.l, div.mimg.p {
	border-bottom: 1px dashed #858585;
	padding: 0 0 18px 0;
	margin: 0 0 18px 0;
}
div.kat {
	display: flex;
	justify-content: space-between;
	color: #858585;
	border-bottom: 1px dashed #858585;
	padding: 10px 0;
	margin: 0 0 10px 0;
	font-size: 13px;
}
div.kat>div:first-child {
	padding: 0 15px 0 0;
}
div.kat>div:first-child>div {
	display: inline-block;
	white-space: nowrap;
}
div.pgi {
	display: flex;
	justify-content: space-between;
	border-top: 1px dashed #858585;
	margin: 18px 0 0 0;
	padding: 10px 0 0 0;
	font-size: 13px;
}
div.pgi span {
	color: #6AA241;
}

div.ipob {
	display: flex;
	margin: 0 0 9px 0;
}
div.ipob>div {
	flex: 1;
	margin: 0 0 0 4px;
	background: #f7f4ef;
	padding: 8px;
}
div.ipob>div:first-child {
	flex: 0 0 50%;
	margin: 0;
}
div.ipob>div:nth-last-child(2) {
	white-space: nowrap;
}
div.ipob>div:last-child {
	flex: 0 1;
	background: #6aa241;
	color: #FFF;
	white-space: nowrap;
}

#rel {
	background: #FFF;
	margin: 10px 0 0 0;
	padding: 12px 18px;
}
/*
#rel>div:first-child {
	flex: 1;
	background: #FFF;
	padding: 12px 18px;
}
#rel>div:nth-child(2) {
	flex: 0 0 11px;
	background: url('../images/vsep_d83f8aa2f2.jpg') repeat-y;
}
#rel>div:last-child {
	flex: 0 0 30.3%;
	background: #FFF;
	padding: 12px 18px;
}
#rel div.a {
	display: flex;
	margin: 0 -3px;
}
#rel div.a>a {
	margin: 0 3px;
}
*/

#rel>div {
	margin: 0 -3px;
}
#rel a {
	display: inline-block;
	width: calc(25% - 6px);
	margin: 3px;
	vertical-align: top;
	color: inherit;
	font-size: 13px;
	font-weight: bold;
}
#rel a img, div.arts>a img {
	width: 100%;
	vertical-align: top;
}
#rel a>span {
	position: relative;
	display: block;
	margin: 0 0 5px 0;
}
#rel a:hover {
	color: #6AA241;
}
#rel a:hover>span::before, div.carts>a:hover>span:first-child::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.1);
}
#rel a:hover>span::after, div.carts>a:hover>span:first-child::after {
	position: absolute;
	display: block;
	content: "";
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 1px dashed #EEE;
}

div.arts>a {
	display: flex;
	align-items: flex-start;
	border-bottom: 1px dotted #7C7970;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	text-decoration: none !important;
	color: inherit;
}
div.arts>a>span:first-child {
	flex: 0 0 165px;
	margin: 0 20px 0 0;
}
div.arts>a>span:last-child {
	flex: 1;
}
div.arts>a h2 {
	font-size: inherit;
	margin: 0 0 5px 0;
}
div.arts>a span.r, div.carts>a span.r {
	display: block;
	font-size: 12px;
	color: #7C7970;
	margin: 18px 0 0 0;
}
div.carts>a span.r {
	font-size: 13px;
	margin: 8px 0 0 0;
}
div.arts>a span.r>span, div.carts>a span.r>span {
	color: #6AA241;
}

div.tabs {
	display: flex;
	margin: 0 -3px 18px -3px;
}
div.tabs>div {
	position: relative;
	flex: 0 0 calc(33.33% - 6px);
	margin: 0 3px;
	background: #f7f4ef;
	text-align: center;
	padding: 8px;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.tabs>div.a, div.tabs>div:hover {
	background: #6AA241;
	color: #FFF;
}
div.tabs>div.a::after {
	position: absolute;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #6AA241 transparent transparent transparent;
	right: 25px;
	bottom: -6px;
}

div.carts {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px;
}
div.carts.p {
	border-top: 1px dashed #858585;
	margin-top: 18px;
	padding: 18px 0 0 0;
}
div.carts>a {
	flex: 0 0 calc(33.33% - 8px);
	margin: 0 4px 18px 4px;
	padding: 0 0 12px 0;
	display: flex;
	flex-direction: column;
	border-bottom: 1px dashed #858585;
	text-decoration: none !important;
	color: inherit;
}
div.carts.p>a {
	border: 0;
}
div.carts>a>span:first-child {
	position: relative;
}
div.carts>a img {
	width: 100%;
	vertical-align: top;
}
div.carts>a h2 {
	font-size: inherit;
	margin: 7px 0;
}
div.carts>a span.d {
	flex: 1;
	font-size: 13px;
}
div.carts>a:hover h2 {
	color: #6AA241;
}
div.carts+div {
	text-align: center;
}
div.tabs+div>div:not(.a) {
	display: none;
}

h3.n {
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 20px 0;
}
h3.n>span {
	display: inline-block;
	background: #FFF;
	padding: 0 10px;
}
h3.n::after {
	display: block;
	content: "";
	border-top: 1px dashed #858585;
	margin: -9.5px 0 0 0;
}
#rel h3.n {
	margin: 0 0 24px 0;
}

div.scat {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 36px 0;
}
div.scat>a, div.scat>div {
	background: #f7f4ef;
  margin: 0 5px 5px 0;
  padding: 8px 10px;
  color: #7c7970;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none !important;
	cursor: pointer;
}
div.scat>a:hover, div.scat>a.a,
div.scat>div:hover, div.scat>div.a
{
	background: #6AA241;
	color: #FFF;
}

div.kaln {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 18px 0;
}
div.kaln>div {
	flex: 0 0 25px;
	height: 25px;
	background: url('../images/k_a_8f90e821f6.jpg') no-repeat center center;
	cursor: pointer;
}
div.kaln>div:first-child {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
div.kaln>div:hover {
	background-color: #E9E8E3;
}
div.kaln>div.h {
	pointer-events: none;
	opacity: 0.3;
}

table.kal {
	width: 100%;
	border: 0;
	border-spacing: 3px;
}
table.kal td {
	background: #E9E8E3;
	text-align: right;
	padding: 2px 3px;
	font-size: 13px;
}
table.kal td:empty {
	background: none;
}
table.kal td.d {
	opacity: 0.35;
	cursor: default;
}
table.kal th {
	text-align: center;
	font-size: 13px;
	color: #333;
	padding: 0 0 5px 0;
}
table.kal a {
	display: block;
	color: inherit;
}

form.jnws {
	border-top: 1px dotted #7C7970;
	border-bottom: 1px dotted #7C7970;
	padding: 18px 0;
	text-align: center;
}
form.jnws input[type="text"] {
	width: 100%;
	background: #FFF;
	border: 1px solid #c7c7c7;
	outline: 0;
	margin: 15px 0;
	padding: 10px;
	font-family: inherit;
	font-size: 13px;
}
form.jnws>div:first-child {
	text-transform: uppercase;
	font-size: 13px;
	color: #767676;
}

form.frm {
	border-bottom: 1px dashed #7C7970;
	margin: 18px 0;
}
form.frm div.a {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2px;
}
form.frm input[type="text"], form.frm input[type="number"], form.frm textarea, form.frm select {
	width: 100%;
	background: #FFF;
	border: 1px solid #c7c7c7;
	outline: 0;
	margin: 0 0 4px 0;
	padding: 5px 10px;
	font-family: inherit;
	font-size: 13px;
}
form.frm select {
	padding: 5px 6px;
}
form.frm div.a input, form.frm div.a select
{
	flex: 0 0 calc(33.33% - 4px);
	margin: 0 2px 4px 2px;
}
form.frm.kont div.a input, form.frm.nwst div.a input {
	flex: 0 0 calc(50% - 4px);
}
form.frm div.a input.pozn, form.frm div.a .c3 {
	flex: 0 0 calc(100% - 4px);
}
form.frm.obj div.a input:nth-child(2),
form.frm.obj div.a input.pozn,
form.frm.predpl div.a input:nth-child(2)
{
	flex: 0 0 calc(66.66% - 4px);
}
form.frm>div:last-child {
	text-align: center;
	padding: 0 0 10px 0;
}
form input[type="text"]:focus, form input[type="text"]:hover,
form input[type="number"]:focus, form input[type="number"]:hover,
form textarea:focus, form textarea:hover,
form select:focus, form select:hover
{
	border-color: #000 !important;
}
form.frm div.os {
	margin: 18px 0 0 0;
}
form.frm .btn {
	margin-bottom: 2px;
}
#addo {
	display: inline-block;
	color: #6AA241;
	margin: 10px 0;
	cursor: pointer;
}
#addo::before {
	content: "+";
	display: inline-block;
	vertical-align: middle;
	background: #6AA241;
	color: #FFF;
	font-weight: bold;
	font-size: 21px;
	line-height: 100%;
	margin: -2px 8px 0 0;
	padding: 2px 6px;
}
#addo:hover {
	color: #000;
}
#addo:hover::before {
	background: #000;
}

div.bks {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
	padding: 0 0 30px 0;
}
div.bks>a {
	flex: 0 0 calc(33.33% - 42px);
	border: 1px solid #d0cece;
	padding: 20px 5px;
	margin: 15px;
	text-decoration: none !important;
	color: inherit;
}
div.bks>a img {
	width: 100%;
	vertical-align: top;
}
div.bks>a>span:first-child {
	display: block;
	position: relative;
}
div.bks>a>span:last-child {
	display: block;
	padding: 20px 8px 0 8px;
}
div.bks>a h2 {
	font-size: 15px;
	margin: 0 0 3px 0;
}
div.bks>a span.a {
	font-size: 12.5px;
}
div.bks>a:hover {
	border-color: #6AA241;
}
#book {
	margin: 18px 0 0 0;
}

div.mimg>a {
	display: block;
	position: relative;
}
div.xlst {
	border-top: 1px dashed #7C7970;
	border-bottom: 1px dashed #7C7970;
	padding: 15px 0;
	margin: 18px 0;
}
h3.n+div.xlst, h3.n+div.carts {
	border: 0;
	padding: 0;
}
div.xlst>div {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
div.xlst>div>a {
	flex: 0 0 calc(25% - 20px);
	margin: 15px 10px;
	color: inherit;
	text-decoration: none !important;
}
div.xlst>div>a img {
	max-width: 100%;
	vertical-align: top;
}
div.xlst>div>a>span:first-child {
	position: relative;
}
div.xlst>div>a>span:last-child {
	display: block;
	text-align: center;
	margin: 5px 0 0 0;
}
div.xlst>div>a>span>span {
	color: #6AA241;
}
div.xlst>div>a:hover>span:first-child::before,
div.bks>a>span:first-child>span,
div.mimg>a::before
{
	position: absolute;
	display: block;
	right: -13px;
	bottom: 10px;
	background: #6AA241;
	color: #FFF;
	padding: 9px 15px 8px 15px;
	font-size: 16px;
	line-height: 100%;
	-webkit-box-shadow: 0px 11px 0px -8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 11px 0px -8px rgba(0,0,0,0.3);
	box-shadow: 0px 11px 0px -8px rgba(0,0,0,0.3);
}
div.xlst>div>a:hover>span:first-child::before,
div.mimg>a::before
{
	content: "ZOBRAZIT";
	font-size: 11px;
	padding: 9px 12px 7px 12px;
	right: -8px;
	bottom: 20px;
}
div.mimg>a::before {
	content: "ZOBRAZIT GALERII";
}
div.mimg.p>a::before {
	content: "ZOBRAZIT PREZENTACI";
}
div.xlst>div>a:hover>span:first-child::after,
div.bks>a>span:first-child::after,
div.mimg>a::after
{
	position: absolute;
	display: block;
	content: "";
	right: -8px;
	bottom: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #44622F transparent transparent transparent;
}
div.bks>a>span:first-child::after {
	right: -13px;
	bottom: 2px;
}

div.det {
	display: inline-block;
	width: calc(100% - 270px);
}
div.det h1 {
	font-size: 30px;
	margin: 0 0 5px 0;
}
div.det h2 {
	font-size: 16px;
	margin: 0 0 5px 0;
}
div.ibox {
	border: 1px solid #D0CECE;
	padding: 10px 15px;
	margin: 18px 0;
}
div.ibox:last-child {
	margin-bottom: 0;
}
div.cn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
div.ibox>div.cn {
	margin: 15px 0 0 0;
}
div.cn>div {
	font-family: 'ophelia_medium';
  font-size: 24px;
}

#kontakty>div {
	display: flex;
	padding: 25px 0;
	border-top: 1px dashed #7F7F7F;
}
#kontakty>div>div:last-child {
	flex: 1;
	margin: 0 0 0 20px;
}
#kontakty>div:first-child {
	border-top: 0;
}
#kontakty h2 {
	color: #6aa241;
	font-size: 16px;
	margin: 0 0 5px 0;
}


div.crsl {
	overflow: hidden;
	position: relative;
}
div.crsl>div {
	width: 100%;
	display: none;
	position: relative;
	z-index: 100;
}
div.crsl>div[data-u] {
	cursor: pointer;
}
div.crsl>div:first-child, div.crsl.ah>div:first-child {
	display: block;
}
div.crsl>div>img {
	width: 100%;
	vertical-align: top;
	border: 0;
}
div.crsl>div:first-child, div.crsl.ah>div:first-child {
	display: block;
}
div.crsl>span.m {
	z-index: 9999;
/*
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 20px;
*/
}
div.crsl>span.m>span {
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	background: #FFF;
	margin: 0 5px;
	cursor: pointer;
}
div.crsl>span.m>span.a {
	background: #6AA241;
	cursor: default;
}
div.crsl>span.arw {
	position: absolute;
	min-width: 300px;
	max-width: 1390px;
	margin: 0 auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
div.crsl>span.arw>a {
	position: absolute;
	display: block;
	z-index: 1000;
	content: "";
	background: url(/img/aw.svg);
	background-size: 100%;
	width: 56px;
	height: 56px;
	cursor: pointer;
	top: 50%;
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0.7;
}
div.crsl>span.arw>a:first-child {
	left: -90px;
	-ms-transform: translate(0,-50%) rotate(180deg);
	-o-transform: translate(0,-50%) rotate(180deg);
	-webkit-transform: translate(0,-50%) rotate(180deg);
	-moz-transform: translate(0,-50%) rotate(180deg);
	transform: translate(0,-50%) rotate(180deg);
}
div.crsl>span.arw>a:last-child {
	right: -90px;
}
div.crsl>span.arw>a:hover {
	opacity: 1;
}

/*
#mn {
	display: none;
	float: right;
	width: 32px;
	height: 32px;
	background: url(/img/i_mn.svg) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	margin: 48px 0 0 15px;
}
#mn.a, #mn:hover {

}
#xmenu {
	display: none;
	position: absolute;
	z-index: 10000;
	top: 100%;
	right: 0;
	background: #FFF;
	-webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.5); 
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.5);
	padding: 4px 0;
}
#xmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#xmenu ul ul {
	display: none;
}
#xmenu ul li {

}
#xmenu ul li>a {
	padding: 6px 15px;
	margin: 0;
	white-space: nowrap;
}
*/

div.gal {
	margin: 50px -1.5%;
}
div.gal a {
	position: relative;
	display: inline-block;
	width: 22%;
	margin: 0 1.5% 50px 1.5%;
	text-decoration: none;
	outline: none;
}
div.gal a img {
	border: 0;
	width: 100%;
	vertical-align: top;
}
div.gal a>span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 8px;
	background: rgba(0,0,0,0.5);
	font-size: 11px;
	color: #FFF;
	text-align: center;
}


#cookies {
	position: fixed;
	z-index: 2000000;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 75%;
	padding: 30px;
	background: #000;
	background: rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4); 
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.4);
	overflow-y: auto;
	overscroll-behavior: contain;
	text-align: left;
}
#cookies>div {
	margin: 0 auto;
	max-width: 1404px;
}
#cookies a {
	color: #FFF;
}
#cookies div, #cookies td {
	color: #FFF;
}
#cookies>div>div:first-child>div {
	color: #FFF;
	font-size: 1.2em;
	font-weight: 700;
	margin: 0 0 10px 0;
}
#cookies_x {
	text-align: right;
}
#cookies_x>div {
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 6px;
	padding: 5px 10px;
	margin: 10px 0 0 8px;
	cursor: pointer;
}
#cookies_x>div[data-m="1"] {
	background: rgba(255,255,255,0.2);
}
#cookies_x>div:hover {
	background: #3F8F31;
	color: #FFF;
}
#cookies_i {
	display: none;
	background: rgba(0,0,0,0.1);
	padding: 15px;
	border-radius: 10px;
	margin: 15px 0 0 0;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3); 
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);
}
div.cookies {
	margin: 18px 0 0 0;
}
div.cookies>div:first-child>div:first-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
div.cookies>div:first-child>div:first-child>div:first-child, #cookies_i>div:first-child>div {
	color: #FFF;
	font-size: 1.05em;
	font-weight: 700;
}
div.cookies div.cookies_m {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	cursor: pointer;
}
div.cookies div.cookies_m::before {
	display: inline-block;
	content: ">";
	font-weight: 900;
	margin: 0 6px 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
div.cookies div.cookies_m.a::before {
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
div.cookies div.cookies_c {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: #FFF;
	border-radius: 8px;
	width: 70px;
	height: 24px;
	margin: 0 0 0 25px;
	cursor: pointer;
}
div.cookies div.cookies_c>div {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 20px;
	left: 2px;
	top: 2px;
	background: #3F8F31;
	border-radius: 6px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
div.cookies div.cookies_c>div::after {
	display: block;
	content: "ANO";
	font-size: 12px;
	color: #FFF;
}
div.cookies div.cookies_c.d {
	pointer-events: none;
}
div.cookies div.cookies_c.d>div {
	background: #666;
}
div.cookies div.cookies_c.n>div {
	left: 33px;
	background: #900;
}
div.cookies div.cookies_c.n>div::after {
	content: "NE";
}
div.cookies table {
	display: none;
	width: 100%;
	min-width: 600px;
	border: 0;
	border-spacing: 0;
	margin: 15px 0 0 0;
}
div.cookies table th, div.cookies table td {
	padding: 3px 10px;
}
div.cookies table th {
	background: #555;
	color: #FFF;
	font-weight: 500;
	white-space: nowrap;
}
div.cookies table th:first-child {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
div.cookies table th:last-child {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
div.cookies table tr:nth-child(odd) td {
	font-size: 0.9em;
	padding-top: 0;
	padding-bottom: 8px;
}
div.cookies>div:first-child>div:first-child, #cookies_i>div:first-child>div {
	margin: 0 0 8px 0;
}
@media only screen and (max-width:420px) {
 #cookies {
	padding: 15px;
 }
 div.cookies>div:first-child>div:first-child>div:first-child {
	flex: 0 0 100%;
 }
 div.cookies>div:first-child>div:first-child>div:last-child {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
 }
}
#cookies-consent {
	display: inline-block;
	cursor: pointer;
	color: inherit;
}
#cookies-consent:hover {
	text-decoration: underline;
}

div.ytvideo {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-bottom: 40px;
}
div.ytvideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
form {
	margin: 0;
}
textarea {
	resize: none;
}
select {
	background-color: #FFF;
}
.fld, .fld100 {
	border: 1px solid #333;
	color: #000;
	background-color: #FFF;
	padding: 3px;
}
.fld100 {
	width: 100%;	
}
.fld.q, .fld100.q, input[data-required], textarea[data-required] {
	background: url(/img/req.png) no-repeat right 2px top 2px;
}
.btn {
	display: inline-block;
	background: #6AA241;
	border: 0;
	padding: 7px 20px;
	color: #FFF;
	font-family: inherit;
	font-size: 13.5px;
	font-weight: normal;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	cursor: pointer;
}
.btn:hover {
	background: #333;
}
.uootblm, .uootbl {
	width: 100%; border: 0;
}

body:not(#foo) input[type=checkbox] {
	display:none;
}
body:not(#foo) input[type=checkbox]+label {
	padding-left: 25px;
	min-height: 16px;
	background: url(img/chk0.png) no-repeat 2px center;
} 
body:not(#foo) input[type=checkbox]:checked+label{
	background-image: url(/img/chk1.png);
}

input[type="text"]::-ms-clear, input[type="search"]::-ms-clear, input:not([type])::-ms-clear {
	display: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration
{
	-webkit-appearance: none;
	-moz-appearance: textfield;
	display: none;
}
/*
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
input[type=number] {
	-moz-appearance: textfield;
}
*/

div.alrt {
	margin: 10px 0;
	padding: 8px;
	background-color: #FFCCCC;
	border: 3px solid #C00;
}
div.ov {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

div.pg {
	clear: both;
	padding: 2px 0;
	margin: 10px 0;
	text-align: center;
}
div.pg, div.pg td, div.pg select {
	font-family: inherit;
	font-size: 11px;
	vertical-align: middle;
}
div.pg b, div.pg a {
	display: inline-block;
	margin: 5px 0;
	color: #7F7F7F;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding: 6px 0;
	width: 22px;
}
div.pg b, div.pg a:hover {
	background-color: #6AA241;
	color: #FFF;
}
div.pg b {
	cursor: default;
}

table.n {
	width: 100%;
	border: 0;
}
table.n td {
	vertical-align: top;
}
.break, .clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}
#preloader {
	display:none;
}

@media print {
 header, #srch, nav, footer, #main>div:last-child {
	display: none;
 }
 #main, main {
	display: block;
	width: 100%;
 }
}

@media only screen and (max-width:1080px) {
 #srch::before {
	display: none;
 }
}


@media only screen and (max-width:960px) {
 div.gal a {
	width: 30.3%;
	margin: 0 1.5% 40px 1.5%;
 }

 #main, #mn {
	display: block;
 }
 #menu, div.bs, div.be {
	display: none;
 }
 header, #srch, #main {
	max-width: 675px;	
 }
 nav {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 110px;
	z-index: 19999;
 }
 nav>ul {
	display: block;
	margin: 0 auto;
	max-width: 675px;
	background: #6AA241;
 }
 nav>ul>li {
	background: transparent;
	border-top: 1px dotted #324c1e;
 }
 nav>ul>li>a, nav>ul>li>span {
	position: relative;
	height: auto;
	color: #FFF;
	font-size: 13px;
	justify-content: flex-start;
	padding: 12px 18px;
	width: auto;
 }
 nav>ul>li>a::after, nav>ul>li>span::after {
	display: block;
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #FFF;
 }
 nav>ul>li>ul {
	position: relative;
	background: #7AB44E;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
 }
 nav>ul ul>li>a {
	padding-left: 24px;
	padding-right: 18px;
 }
 nav>ul ul>li>a::after {
	right: auto;
	left: 8px;
 }
 #srch {
	margin: 18px auto;
 }
 #main {
	margin: 0 auto;
 }
 #main>div+div {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -4px;
 }
 div.bt {
	background: transparent;
	padding: 0;
	margin: 18px 4px 0 4px;
 }
 #b_jit {
	flex: 0 0 calc(100% - 8px);
	order: 1;
	text-align: center;
 }
 #b_jit a.bb>span {
	display: inline-block;
	margin: 0 18px;
 }
 div.bt a.bb::before, div.bt a.bb::after {
	display: none;
 }
 a.bb {
	margin: 0;
 }
 #b_cas {
	flex: 0 0 calc(33.33% - 8px);
	order: 3;
	display: flex;
 }
 #b_cas a.bb {
	flex: 0 0 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
 }
 #b_cas a.bb>span {
	padding: 18px;
	margin: 0;
	border: 0;
 }
 #b_cas a.bb>span::after {
	display: none;
 }
 #b_bk {
	flex: 0 0 calc(66.66% - 8px);
	order: 2;
	display: flex;
	justify-content: space-between;
 }
 #b_bk a.bk {
	background-color: #F6F4EF;
	flex: 0 0 calc(50% - 20px);
	padding-left: 8px;
	padding-right: 8px;
 }
 #b_rss {
	flex: 0 0 calc(100% - 8px);
	order: 4;
	background-color: #F6F4EF;
	padding: 12px;
	display: flex;
	justify-content: center;
 }
 header a.fb {
	width: 58px;
	height: 58px;
	background: url(/img/i_fb.svg) no-repeat;
	background-size: 100%;
 }
 div.box {
	flex: 0 0 100%;
 }
 #jit>div.bt {
	background-color: #F6F4EF;
	margin: 18px 0 0 0;
 }
 #jit>div:first-child {
	display: none;
 }
 form.jnws {
	display: flex;
	flex-wrap: wrap;
	padding: 18px;
	border: 0;
 }
 form.jnws>div:first-child {
	flex: 0 0 100%;
	margin: 0 0 10px 0;
 }
 form.jnws input[type="text"] {
	width: auto;
	flex: 1;
	margin: 0;
 }


}
@media only screen and (max-width:760px) {
 div.gal a {
	width: 47%;
	margin: 0 1.5% 40px 1.5%;
 }
}
@media only screen and (max-width:640px) {
 div.carts>a {
	flex: 0 0 calc(50% - 8px);
 }

}
@media only screen and (max-width:580px) {
 #srchc {
	display: none;
 }
 #srch>button {
	flex: 0 0 46px;
 }
 footer {
	display: block;
 }
 footer>div:last-child {
	margin: 15px 0 0 0;
 }
 #rel a {
	width: calc(50% - 6px);
 }
 #srch div.nsp {
	width: 100%;
 }
}
@media only screen and (max-width:480px) {
 div.gal {
	margin-left: 0;
	margin-right: 0;
 }
 div.gal a {
	width: 100%;
	margin: 0 0 30px 0;
 }
 div.kat {
	display: block;
 }
 div.kat>div:first-child {
	padding: 0 0 10px 0;
 }


}
@media only screen and (max-width:440px) {
 div.carts>a {
	flex: 0 0 calc(100% - 8px);
 }
 div.tabs>div {
	font-size: 11px;
 }
 #b_bk, #b_cas {
	flex: 0 0 calc(100% - 8px);
 }
 div.arts>a {
	flex-direction: column;
	align-items: stretch;
 }
 div.arts>a>span:first-child {
	flex: auto;
	margin: 0 0 10px 0;
 }

}
@media only screen and (max-width:400px) {
 header>a:first-child {
	width: 140px;
  height: 42px;
	background-size: contain;
 }
 form.jnws input[type="text"], form.jnws .btn {
	flex: 0 0 100%;
 }
 form.jnws .btn {
	margin: 10px 0 0 0;
 }
 #rel a {
	width: calc(100% - 6px);
 }
 h1 {
	font-size: 32px;
 }
 div.xlst>div>a {
	flex: 0 0 calc(50% - 20px);
 }

}