body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFF;
}
body, html {
	overflow-x: hidden;
}
main, div, input, textarea, select, button, form, ul, th, td,
#nav>a, body.b div.sl>a, #pickDate,
div.im>a, div.auta>a
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:not([type=checkbox]):not([type=radio]):not([type=number]), textarea, button {
	-webkit-appearance: none;
}
input, textarea, select, button {
	-webkit-border-radius: 0;
	border-radius: 0;
}

/*
	-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 rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 4px rgba(0,0,0,0.3);
	-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: #003272;
	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(/img/cls.png) no-repeat center center;
	position: absolute;
	right: 6px;
	top: 6px;
	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.s {
	max-width: 500px;
}
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);
}
div.wbox.bn[data-lnk] {
	cursor: pointer;
}
#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;
}
.ldng {
	position: relative;
}
.ldng>*:not(.ldng1) {
	opacity: 0.2;
	pointer-events: none;
}
div.ldng1 {
	position: absolute;
	z-index: 1000;
	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%);
}
div.ldng2 {
  position: relative;
  top: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  transform-origin: 5px 15px;
  -webkit-animation: ldng 2s infinite linear;
  animation: ldng 2s infinite linear;
}
div.ldng2::before, div.ldng2::after {
  content: "";
  display: inline-block;
  position: absolute;
}
div.ldng2::before {
  left: -8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}
div.ldng2::after {
  left: 8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}
@-webkit-keyframes ldng {
  0% {transform: rotateZ(0deg) translate3d(0,0,0)}
  100% {transform: rotateZ(720deg) translate3d(0,0,0)}
}
@keyframes ldng {
  0% {transform: rotateZ(0deg) translate3d(0,0,0)}
  100% {transform: rotateZ(720deg) translate3d(0,0,0)}
}

#lng {
	display: inline-block;
	position: relative;
	margin: 0 0 0 20px;
}
#lng>span {
	display: block;
	cursor: pointer;
}
#lng>div {
	display: none;
	position: absolute;
	left: -10px;
	top: 100%;
	background: #444;
	padding: 5px 10px;
}
#lng>div>a, #lng>span {
	display: block;
	text-decoration: none;
	width: 24px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 5px 0;
}
#lng .l_cs {background-image: url(/img/l_cs.svg)}
#lng .l_en {background-image: url(/img/l_en.svg)}
#lng .l_de {background-image: url(/img/l_de.svg)}
#lng .l_ru {background-image: url(/img/l_ru.svg)}

#blgn>span {
	text-transform: uppercase;
}

main img {
	max-width: 100%;
	height: auto;
}

body.l #root {
	max-width: 1920px;
	margin: 0 auto;
	background: rgb(6,41,104);
	background: linear-gradient(90deg, rgba(6,41,104,1) 0%, rgba(50,140,168,1) 50%, rgba(6,41,104,1) 100%);
}
body.l #root.p {
	background: url(/img/bus2a.png) no-repeat center 0/2030px, linear-gradient(90deg, rgba(6,41,104,1) 0%, rgba(50,140,168,1) 50%, rgba(6,41,104,1) 100%);
}
body.l.s #root.p {
	background: url(/img/bus3.png) no-repeat center 0/2030px, linear-gradient(90deg, rgba(6,41,104,1) 0%, rgba(50,140,168,1) 50%, rgba(6,41,104,1) 100%);
}
body.l header, body.z header, body.z footer {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 120px;
	background: rgba(10,46,106,0.9);
	background: linear-gradient(90deg, rgba(10,46,106,0.8) 0%, rgba(36,101,143,0.8) 50%, rgba(10,46,106,0.8) 100%);
	padding: 0 15px;
	z-index: 1000;
}
body.l header>a, body.z header>a {
	display: inline-block;
	flex: 0 0 355px;
	width: 355px;
	height: 83px;
	background: url(/img/ligneta.svg) no-repeat center 0/contain;
}
body.l header>div, body.z header>div {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
body.l header>div:last-child, body.z header>div:last-child {
	justify-content: flex-end;
}
a.soc_ig, a.soc_fb {
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 27px;
	background: url(/img/i_fb.png) no-repeat 0/contain;
	margin: 0 8px 0 0;
}
a.soc_ig {
	background-image: url(/img/i_ig.png);
}
body.b a.soc_ig, body.b a.soc_fb {
	margin-top: 6px;
	margin-bottom: 6px;
}
body.l a.soc_ig {
	margin: 0 25px 0 0;
}
a.k_tel, a.k_eml {
	display: inline-block;
	vertical-align: middle;
	color: #FFF !important;
	text-decoration: none;
	background: url(/img/i_tel.svg) no-repeat 0/auto 100%;
	padding: 2px 0 2px 32px;
	margin: 6px 20px 6px 0;
	white-space: nowrap;
}
a.k_eml {
	background-image: url(/img/i_eml.png);
	padding-left: 37px;
}
body.f a.k_tel, body.f a.k_eml {
	font-weight: 500;
}
body.l nav, body.r nav, body.z nav {
	display: flex;
	color: #FFF;
}
body.l nav>div, body.r nav>div, body.z nav>div, body.z nav>div>a {
	position: relative;
	color: inherit;
	margin: 0 2px;
	padding: 8px;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
}
body.l nav>div.a, body.r nav>div.a, body.z nav>div.a {
	background: #FFF;
	color: #000;
}
body.l nav>div>ul, body.r nav>div>ul, body.z nav>div>ul {
	display: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 4px 0;
	left: 0;
	top: 100%;
	background: #FFF;
	min-width: 100px;
	-webkit-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.4);
	box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.4);
}
body.r nav>div>ul {
	left: auto;
	right: 0;
}
body.l nav>div>ul>li, body.r nav>div>ul>li, body.z nav>div>ul>li {
	display: block;
	text-align: left;
	padding: 3px 8px;
}
body.l nav>div>ul>li a, body.r nav>div>ul>li a, body.z nav>div>ul>li a {
	display: block;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}
body.l nav>div>ul>li:hover, body.r nav>div>ul>li:hover, body.z nav>div>ul>li:hover {
	background: #EEE;
}
header>div>form {
	display: flex;
	align-items: center;
	background: #FFF;
	border-radius: 8px;
	margin: 6px 0 6px 25px;
}
header>div>form input {
	border: 0;
	background: transparent;
	outline: 0;
}
header>div>form input[type="submit"] {
	width: 20px;
	height: 20px;
	background: url(/img/i_lupa.svg) no-repeat 0/cover;
	margin: 0 3px 0 10px;
}
header>div>form input[type="search"] {
	width: 180px;
	font-family: inherit;
	font-size: 16px;
	padding: 11px 8px;
}
body.l #img {
	margin: -120px 0 0 0;
	/*padding: 0 0 31.6% 0;*/
	height: 700px;
	background: url(/img/bus2a.png) no-repeat center 0/2030px;
}
body.l.s #img {
	background: url(/img/bus3.png) no-repeat center 0/2030px;
}
body.l.as #img {
	background: url(/img/bus4.png) no-repeat center 0/1540px;
}
body.l #nav {
	max-width: 1520px;
	margin: -120px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
}
body.l.s #nav, body.l.as #nav {
	justify-content: center;
}
body.l #nav>a {
	flex: 0 0 calc(16.666% - 30px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	border: 2px solid #FFF;
	-webkit-box-shadow: 3px 3px 6px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 3px 3px 6px 3px rgba(0,0,0,0.6);
	box-shadow: 3px 3px 6px 3px rgba(0,0,0,0.6);
	text-align: center;
	background: rgb(0,151,176);
	background: radial-gradient(circle, rgba(0,151,176,1) 0%, rgba(0,53,115,1) 100%);
	min-height: 140px;
}
body.l footer {
	color: #FFF;
	font-size: 15px;
	padding: 20px;
}
body.l footer>div {
	color: inherit;
}
body.l footer span {
	display: inline-block;
	margin: 0 10px;
}
body.z footer {
	justify-content: center;
}
body.z footer>div {
	color: #FFF;
	font-size: 15px;
}
footer a, footer a:hover {
	color: inherit;
	text-decoration: none;
}


body.l div.arts {
	max-width: 1250px;
	display: flex;
	flex-wrap: wrap;
	margin: 50px auto;
	padding: 0 15px;
}
body.l div.arts>a {
	flex: 0 0 calc(28.33% - 4px);
	margin: 2.5%;
	border: 2px solid #FFF;
	background: #FFF;
	text-align: left;
	text-decoration: none;
	color: inherit;
}
body.l div.arts>a>img {
	width: 100%;
	border: 0;
	vertical-align: top;
}
body.l div.arts>a>span {
	display: block;
}
body.l div.arts>a>img+span {
	font-size: 16px;
	padding: 8px;
}
body.l div.arts>a>h2 {
	font-size: 21px;
	margin: 8px;
}
body.l div.arts>a>h2+span {
	margin: 8px;
	font-size: 16px;
}
body.l div.arts>a>span:last-child {
	margin: 8px;
	font-size: 15px;
	color: #003272;
}
body.l main {
	display: block;
	min-width: 320px;
	max-width: 1250px;
	min-height: 750px;
	margin: 100px auto 50px auto;
	padding: 20px;
	text-align: left;
	background: #FFF;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
}
body.z main, body.z div.main {
	display: block;
	min-width: 320px;
	max-width: 1000px;
	margin: 30px auto;
	padding: 0 20px;
	text-align: left;
}
body.z>#root>div.g {
	background: #ECECEC;
	padding: 20px 0;
}
body.z div.main.f {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
body.z div.main.f>div {
	flex: 1;
}
body.z div.main.f>img {
	width: 40%;
	margin: 0 0 0 40px;
}

div.rbtn {
	float: right;
	margin: 0 0 0 15px;
}

#jizd {
	position: relative;
	background: url(/img/jizd.jpg) no-repeat center center/cover;
	height: 400px;
}
#jizd>div {
	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%);
  color: #FFF;
	text-shadow: #000 3px 0 6px;
	width: 90%;
	max-width: 860px;
}
#jizd>div>h1 {
	color: inherit;
}

body.b #root {
	min-width: 320px;
	max-width: 1320px;
	margin: 0 auto;
	-webkit-box-shadow: 0px -5px 7px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -5px 7px 2px rgba(0,0,0,0.3);
	box-shadow: 0px -5px 7px 2px rgba(0,0,0,0.3);
	padding: 40px 0 0 0;
}
body.b #root+div {
	min-width: 320px;
	max-width: 1350px;
	margin: 15px auto;
	padding: 0 15px;
	text-align: left;
	font-size: 16px;
	color: #6F6F6F;
}
body.b footer {
	background: #EAEAEA;
	text-align: left;
	padding: 12px;
	color: #6F6F6F;
}
body.b footer span, body.b footer a {
	display: inline-block;
	color: #51A7DA;
	text-decoration: none;
	margin: 0 7px;
}
body.b footer span:first-child, body.b footer a:first-child {
	margin-left: 0;
}
body.b header {
	background: rgb(49,93,114);
	background: linear-gradient(180deg, rgba(49,93,114,1) 0%, rgba(0,45,74,1) 100%);
	text-align: left;
	margin: 0 30px;
}
body.b header>a {
	display: block;
	float: left;
	width: 181px;
	height: 185px;
	background: url(/img/bs.png) no-repeat 0/contain;
	margin: -25px 30px 0 42px;
}
body.b header>span {
	display: inline-block;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	padding: 22px 15px 22px 20px;
}
body.b header>div {
	float: right;
	margin: 18px 20px 0 0;
}
body.b #nav {
	position: relative;
	display: flex;
	justify-content: flex-end;
	margin: 0 30px;
}
body.b nav {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px 0;
}
body.b nav>div {
	position: relative;
}
body.b nav>div>span, body.b nav>a {
	display: block;
	text-decoration: none;
	color: inherit;
	padding: 8px 11px;
	border: 1px solid #EAEAEA;
	cursor: pointer;
	white-space: nowrap;
}
body.b nav>div>span::after {
	display: inline-block;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 8px;
	background: url(/img/a.svg) no-repeat 0/contain;
	margin: -1px 0 0 8px;
}
body.b nav>div>ul {
	display: none;
	position: absolute;
	z-index: 9999;
	left: 0;
	top: 100%;
	list-style: none;
	margin: 8px 0 0 0;
	padding: 4px 0;
	border: 1px solid #EAEAEA;
	background: #FFF;
	min-width: 100%;
	text-align: left;
	min-width: 100px;
	-webkit-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.4);
	box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.4);
}
body.b nav>div>ul>li {
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
body.b nav>div>ul>li>a {
	display: block;
	padding: 3px 12px;
	text-decoration: none;
	color: inherit;
}
body.b nav>div>ul>li:hover>a, body.b nav>div>span:hover, body.b nav>a:hover {
	color: #003272;
}
body.b #root>h1 {
	text-align: left;
	margin: 40px 30px 30px 30px;
}

body.b main {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	text-align: left;
	margin: 0 30px 30px 0;
}
body.b main>div:first-child {
	flex: 1;
	padding: 0 30px 30px 30px;
}
body.b main:not(.h)>div:first-child {
	border-top: 15px solid #009FE0;
	padding-top: 30px;
	background: linear-gradient(180deg, rgba(234,235,235,1) 0, rgba(255,255,255,1) 450px);
}
body.b main>div:nth-child(2) {
	flex: 0 0 340px;
	margin: 0 0 0 30px;
}
body.b main>div:last-child {
	flex: 0 0 100%;
	display: flex;
	margin: 30px 0 0 0;
}
body.b #mimg {
	margin: 0 -30px 20px -30px;
}
body.b #mimg>img {
	width: 100%;
	vertical-align: top;
}
body.b div.box {
	padding: 20px;
	margin: 30px 0;
	color: #51A7DA;
}
body.b div.box:last-child {
	margin-bottom: 0;
}
body.b div.box.g {
	border: 1px solid #6F6F6F;
	background: rgb(254,254,254);
	background: linear-gradient(180deg, rgba(254,254,254,1) 0%, rgba(233,234,234,1) 100%);
}
body.b div.box:first-child {
	margin-top: 0;
}
body.b div.box>div.h {
	font-size: 24px;
	font-weight: 700;
	color: #003272;
	margin: 0 0 15px 0;
}
body.b div.box p {
	color: inherit;
}
body.b div.box a {
	color: inherit;
	text-decoration: none;
	font-weight: 600;
}
body.b div.box img {
	max-width: 100%;
	vertical-align: top;
}
body.b div.totem {
	flex: 0 0 340px;
	min-height: 420px;
	background: url(/img/bs_t.jpg) no-repeat center bottom/contain;
	margin: 0 0 -30px 30px;
	align-self: flex-end;
}
body.b div.sl {
	margin: -8px;
}
body.b div.sl>a {
	display: inline-block;
	vertical-align: top;
	width: calc(33.3333% - 16px);
	margin: 8px;
	text-decoration: none;
	color: #003272;
}
body.b div.sl>a>span:first-child {
	display: block;
	background: rgb(0,156,221);
	background: linear-gradient(180deg, rgba(0,156,221,1) 0%, rgba(15,64,109,1) 100%);
}
body.b div.sl>a>span:first-child>span {
	display: block;
	padding: 50% 0;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center center;
}
body.b div.sl>a>span:last-child {
	display: block;
	text-align: center;
	font-size: 16px;
	margin: 10px 0 0 0;
}
body.b div.sl>a:hover>span:first-child {
	background: #000;
}
body.b div.sl>a:hover {
	color: #000;
}
body.b #bsa {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 0 20px;
}
body.b #bsa>div:not(.totem) {
	flex: 1;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.5);
	background: url(/img/bs1.jpg) no-repeat right bottom/100%;
	padding: 20px 20px 165px 20px;
	margin: 0 10px;
}
body.b #bsa>div:nth-child(2) {
	background-image: url(/img/bs2.jpg);
}
body.b #bsa>div:nth-child(3) {
	background-image: url(/img/bs3.jpg);
}
body.b #bsa>div>div:first-child {
	font-weight: 600;
	margin: 0 0 10px 0;
}

body.r {
	background: #63CBF1 url(/img/rzb.png) repeat-y center 0;
}
body.r #root {
	min-width: 320px;
	max-width: 1920px;
	min-height: 1080px;
	background: url(/img/rz.jpg) no-repeat center 0/cover;
	margin: 0 auto;
}
body.r header {
	display: flex;
	justify-content: flex-end;
	padding: 0 15px;
	background: rgba(10,46,106,0.9);
	background: linear-gradient(90deg, rgba(10,46,106,0.9) 0%, rgba(36,101,143,0.9) 50%, rgba(10,46,106,0.9) 100%);
}
body.r footer {
	color: #FFF;
	font-size: 16px;
	padding: 15px;
}
body.r footer a {
	color: inherit;
	text-decoration: none;
}
body.r #ligneta {
	width: 80%;
	max-width: 745px;
	background: url(/img/ligneta.svg) no-repeat 0/contain;
	margin: 5% auto;
}
body.r #ligneta::after {
	display: block;
	content: "";
	padding: 0 0 27.8% 0;
}
body.r main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	min-width: 320px;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0 30px;
}
body.r main>a {
	flex: 0 0 calc(25% - 40px);
	text-decoration: none;
	color: #000;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 20px 50px 20px;
}
body.r main>a>img {
	width: 100%;
	vertical-align: top;
	margin: 20px 0 0 0;
	border: 3px solid #FFF;
	-webkit-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.5);
}
body.r main>a:hover {
	color: #000;
	text-shadow: 0px 0px 2px #FFED00;
}
body.r main>a:hover>img {
	border-color: #FFED00;
}

body.f #root {
	min-width: 320px;
	max-width: 1920px;
	margin: 0 auto;
}
body.f:not(.hp) #root {
	background: url(/img/img-fj.jpg) no-repeat 0 75px/100%;
}
body.f header {
	position: relative;
	z-index: 10000;
}
body.f header>div:first-child {
	background: rgb(49,93,115);
	background: linear-gradient(180deg, rgba(49,93,115,1) 0%, rgba(0,45,75,1) 100%);
}
body.f header>div:first-child>div {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 1420px;
	min-height: 75px;
	margin: 0 auto;
}
body.f header>div:last-child {
	background: #FFF;
	max-width: 1420px;
	margin: 0 auto;
}
body.f #img {
	position: relative;
}
body.f #img img {
	width: 100%;
	vertical-align: top;
	margin: -75px 0 0 0;
}
body.f #img>div {
	position: absolute;
	top: 60%;
	left: 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%);
	color: #FFF;
	font-size: 28px;
	font-weight: 600;
	text-shadow: -2px -2px 3px #00192E, 2px -2px 3px #00192E, -2px 2px 3px #00192E, 2px 2px 3px #00192E;
}
body.f #img>div>div {
	color: inherit;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	font-size: 42px;
	font-weight: 700;
}
body.f nav {
	width: calc(100% - 175px);
	margin: 0 15px 0 160px;
	min-height: 75px;
	text-align: right;
}
body.f nav>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
body.f nav>ul>li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
body.f nav a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 22px;
	color: #000;
	padding: 24px 15px 22px 15px;
}
body.f header>div:last-child>a {
	display: block;
	width: 150px;
	height: 150px;
	background: url(/img/rz4.jpg) no-repeat 0/contain;
	float: left;
	margin: -75px 0 0 0;
}
body.f main {
	display: block;
	text-align: left;
}
body.f:not(.hp) main {
	max-width: 1420px;
	margin: 40px auto;
	padding: 30px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.2);
}
body.f main>div.g {
	background: #ECECEC;
}
body.f.hp main>div:not(.g), body.f.hp main>div.g>div {
	max-width: 1240px;
	margin: 0 auto;
	text-align: left;
}
body.f.hp main>div {
	padding: 40px 0;
}
body.f main>div>h1, body.f main>div>h2,
body.f main>div.g>div>h1, body.f main>div.g>div>h2
{
	font-family: "Open Sans", sans-serif;
	font-size: 36px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	text-align: center;
}
body.f div.arts {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}
body.f div.arts>a {
	position: relative;
	flex: 0 0 calc(25% - 30px);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 15px;
	background: #FFF;
	text-decoration: none;
	color: inherit;
	text-align: center;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.2);
}
body.f div.arts>a>span {
	display: block;
	flex: 1;
}
body.f div.arts>a>img {
	width: 100%;
	vertical-align: top;
}
body.f div.arts>a>u {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
	min-width: 90px;
}
body.f div.arts>a>span>h2 {
	text-transform: none;
	margin: 0;
	padding: 10px 15px;
	text-align: left;
}
body.f div.arts>a>span>h2+span {
	display: block;
	padding: 0 15px;
	text-align: left;
}
body.f .btn, body.f div.arts>a>u, body.f div.arts>a>span:last-child {
	display: inline-block;
	background: rgb(0,158,224);
  background: linear-gradient(180deg, rgba(0,158,224,1) 0%, rgba(7,66,112,1) 100%);
	color: #FFF;
	padding: 3px 10px;
}
body.f div.arts>a>span:last-child {
	flex: 0 0 23px;
	margin: 10px 0 20px 0;
}
body.f footer {
	padding: 50px 0 30px 0;
	background: rgb(51,93,115);
	background: linear-gradient(180deg, rgba(51,93,115,1) 0%, rgba(0,44,73,1) 100%);
}
body.f footer>div {
	display: flex;
	justify-content: space-between;
	max-width: 1240px;
	margin: 0 auto;
	text-align: left;
}
body.f footer>div>a {
	display: block;
	width: 250px;
	height: 250px;
	background: url(/img/rz4.jpg) no-repeat 0/contain;
}
body.f footer>div>div {
	margin: 0 0 0 30px;
	color: #FFF;
}
body.f footer>div>div>div {
	font-family: "Open Sans", sans-serif;
	color: inherit;
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
body.f footer>span {
	display: block;
	margin: 50px 0 0 0;
	font-size: 16px;
	color: #FFF;
}

body.t #root {
	min-width: 320px;
	max-width: 1920px;
	margin: 0 auto;
}
body.t header {
	padding: 96px 0 0 0;
	background: url(/img/tb0.jpg) no-repeat center 0/cover;
	min-height: 300px;
}
body.t #hmenu {
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(229,0,37,1) 100%);
}
body.t #hmenu>a {
	display: block;
	float: left;
	width: 192px;
	height: 192px;
	margin: -57px 0 0 7.8125%;
	background: url(/img/rz3.jpg) no-repeat 0 0/contain;
	border: 3px solid #FFF;
	-webkit-box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4); 
	box-shadow: 5px 5px 8px 2px rgba(0,0,0,0.4);
}
body.t #hmenu>div {
	color: #FFF;
	padding: 15px 50px 15px 30px;
	text-align: right;
}
body.t #hcont {
	max-width: 1640px;
	margin: 0 auto;
	padding: 0 0 5% 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	clear: both;
	font-family: "Sonsie One", system-ui;
	font-weight: 400;
	color: #FFF;
}
body.t #nav {
	padding: 0 30px 0 0;
	color: #FFF;
}
body.t #nav>ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
body.t #nav>ul>li {
	color: inherit;
	text-align: left;
	font-size: 24px;
	margin: 0 0 15px 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}
body.t #nav>ul>li>a {
	text-decoration: none;
	color: inherit;
}
body.t #nav>ul>li>a:hover {
	color: #D70022;
}
body.t #hcont>div:first-child {
	max-width: 500px;
	color: inherit;
	font-size: 36px;
	padding: 5% 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
}
body.t #hcont>div:first-child span {
	display: block;
	white-space: nowrap;
	font-size: 130%;
}
body.t h1, body.t h2 {
	font-family: "Sonsie One", system-ui;
	color: #D70022;
	text-align: center;
	max-width: 800px;
	margin: 20px auto;
}
body.t h2 {
	color: #666;
}
body.t main, body.t div.main {
	max-width: 1520px;
	margin: 50px auto;
	padding: 0 15px;
}
body.t:not(.hp) main {
	max-width: 1000px;
	text-align: left;
}
body.t div.b1 {
	background: url(/img/tb2.jpg) no-repeat 0 center/cover;
	padding: 30px 0;
}
body.t div.b2 {
	background: url(/img/tb3.jpg) no-repeat 0 center/cover;
	padding: 30px 0;
}
body.t div.b3 {
	background: url(/img/tb4.jpg) no-repeat 0 center/cover;
	padding: 30px 0;
}
body.t div.b4 {
	background: url(/img/tb5.jpg) no-repeat 0 center/cover;
	padding: 30px 0;
}
body.t div.sep {
	max-width: 829px;
	height: 150px;
	margin: 20px auto 15px auto;
	background: url(/img/chsep.jpg) no-repeat center center/contain;
}
body.t footer {
	background: url(/img/tb1.jpg) no-repeat 0 center/cover;
	padding: 30px 20px;
}
body.t footer>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0;
}
body.t footer>div>a {
	display: block;
	flex: 0 0 192px;
	width: 192px;
	height: 192px;
	background: url(/img/rz3.jpg) no-repeat 0 0/contain;
	border: 3px solid #FFF;
}
body.t footer>div>div {
	display: flex;
	max-width: 900px;
}
body.t footer div.b {
	color: #FFF;
	text-align: left;
	margin: 0 0 0 50px;
}
body.t footer div.b>div:first-child {
	font-family: "Sonsie One", system-ui;
	font-size: 21px;
	color: inherit;
	margin: 0 0 15px 0;
}
body.t #sl {
	display: flex;
	justify-content: space-between;
	max-width: 1320px;
	margin: 30px auto;
}
body.t #sl>div {
	flex: 0 0 17.5%;
	text-align: center;
	font-family: "Sonsie One", system-ui;
	font-size: 21px;
	background: url(/img/cht1.png) no-repeat 0 0/contain;
	padding: 19% 0 0 0;
}
body.t #sl>div#sl2 {
	background-image: url(/img/cht2.png);
}
body.t #sl>div#sl3 {
	background-image: url(/img/cht3.png);
}
body.t #sl>div#sl4 {
	background-image: url(/img/cht4.png);
}
body.t #sl>div#sl5 {
	background-image: url(/img/cht5.png);
}
body.t div.im {
	margin: -2%;
	padding: 0 20px;
}
body.t div.im>a {
	display: inline-block;
	vertical-align: top;
	width: 29.333%;
	margin: 2%;
}
body.t div.im img {
	width: calc(100% - 12px);
	border: 6px solid #FFF;
	vertical-align: top;
}
body.t div.auta {
	margin: -1%;
	padding: 0 20px;
}
body.t div.auta>a {
	display: inline-block;
	vertical-align: top;
	width: 14.666%;
	margin: 1%;
}
body.t div.auta img {
	width: calc(100% - 12px);
	border: 6px solid #FFF;
	border-radius: 50%;
	vertical-align: top;
}
body.t .btn {
	background-color: #D70022;
}
body.t .btn:hover {
	background-color: #333;
}
body.t:not(.hp) header {
	min-height: 100px;
}
body.t:not(.hp) #hcont {
	justify-content: flex-end;
	padding: 10px 0 20px 0;
}
body.t:not(.hp) #nav>ul>li {
	display: inline-block;
	margin-left: 25px;
}

#dform {
	margin: 20px 0;
	border: 4px solid #EEE;
	padding: 12px;
}
#dform:first-child {
	margin-top: 0;
}
#dform table tr:first-child td {
	padding-bottom: 10px;
}
#gmap {
	height: 350px;
}
input[type="checkbox"].j+label+div {
	display: none;
	margin: 4px 0 0 0;
}
input[type="checkbox"].j:checked+label+div {
	display: block;
}
input[type="checkbox"].j:checked+label::after {
	display: inline-block;
	content: ":";
}

div.rsm {
	position: relative;
	overflow: hidden
}
div.rsm::after {
	display: block;
	content: "";
	clear: both;
	height: 0;
}
div.rsm>a, div.rsm>span {
	display: block;
	text-decoration: none;
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.rsm, div.rsm>a, div.rsm>span {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
div[data-rsm-move] {
	float: right;
	margin: 1px 0 10px 15px;
}
div[data-rsm-move-left], div[data-rsm-move-right] {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33px;
	height: 33px;
	margin: 0 0 0 3px;
	cursor: pointer;
}
div[data-rsm-move-left]:hover, div[data-rsm-move-right]:hover {
	
}
div[data-rsm-move-left]::after, div[data-rsm-move-right]::after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -2px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
div[data-rsm-move-right]::after {
	margin-left: -5px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

table.jr {
	width: 100%;
	border: 3px solid #999;
}
table.jr th {
	padding: 6px;
	text-align: left;
}
table.jr td {
	padding: 6px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}
table.jr td:last-child, table.jr th:last-child {
	width: 40px;
	text-align: right;
	border-left: 0;
}
table.jr td:first-child {
	border-left: 0;
}
table.jr tr:first-child td {
	border-top: 0;
}
table.jr tr:hover td {
	background-color: #F5F5F5;
}

#musr {
	display: none;
	position: absolute;
	width: 100%;
	max-width: 375px;
	right: 0;
	top: 100%;
	background-color: #EEE;
	border: 1px solid #C7C5C5;
	border-bottom: 3px solid #878585;
	-moz-box-shadow: 2px 2px 4px silver;
	-webkit-box-shadow: 2px 2px 4px silver;
	box-shadow: 2px 2px 4px silver;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='silver')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='silver');
	z-index: 2000;
	text-align: left;
	font-size: inherit;
}
#musr>form {
	padding: 12px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#musr>form label {
	display: block;
	margin: 6px 0 3px 0;
}
#musr>form input {
	width: 100%;
	font-family: inherit;
	font-size: inherit;
	border: 1px solid #000;
	padding: 4px;
}
#musr>form button {
	margin: 10px 0;
	width: 100%;
	padding: 10px;
}
#musr>form p {
	margin: 0;
	line-height: 150%;
}
#musr>div>a {
	display: block;
	padding: 6px 12px;
	font-size: inherit;
	font-weight: 600;
	color: inherit;
	text-decoration: none;
}
#musr>div>a:hover {
	background-color: #DDD;
}


#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: 23px 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;
	text-align: left;
}
#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;
}

/*JIZDENKY*/
#podm {
	display: none;
}
#info {
	padding: 0 2px 15px 2px;
	color: #666;
}
#imn {
	height: 30px;
	border-bottom: 2px solid #009EE0;
	margin: 15px 0;
}
#imn a {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}
#imn a {
	text-decoration: none;
	color: #FFF;
	background-color: #B9CDE0;
	padding: 8px 16px;
	margin-right: 6px;
}
#imn a:hover, #imn a.a {
	background-color: #009EE0;
}
#imn a.s {
	float: right;
	margin: 0 0 0 2px;
}
div.imn {
	display: none;
}
div.imn.a {
	display: block;
}

table.jzo1 {
	float: left;
	width: 49%;
}
table.jzo2 {
	float: right;
	width: 49%;
}
table.jzo2 tr.p td {
	padding: 3px 0;
}
div.jzcn {
	border-top: 2px solid #009EE0;
	padding: 8px 0;
	margin: 15px 0 5px 0;
}
div.jzcn div {
	float: right;
}
div.jzcn, div.jzcn div {
	font-weight: bold;
	font-size: 16px;
}
#jzobtn {
	margin-top: 10px;
	text-align: right;
}
#uobj {
	display: none;
}
#alrt {
	display: none;
	border: 3px solid #D90000;
	background-color: #FFCFBF;
	padding: 15px;
	text-align: center;
}
.tcalInput {
	cursor: pointer;
	background: url(/tcimg/cal.gif) 98.5% 50% no-repeat;

}
.tcalActive {
	background-image: url(/tcimg/no_cal.gif);
}
#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 90000;
	width: 170px;
	background-color: white;
	margin-top: 2px;
	padding: 0 2px 2px 2px;
	border: 1px solid silver;
	-moz-box-shadow: 3px 3px 4px silver;
	-webkit-box-shadow: 3px 3px 4px silver;
	box-shadow: 3px 3px 4px silver;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
}

#tcalControls {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
#tcalControls td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	width: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#tcalControls th {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	line-height: 25px;
	font-size: 10px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}
#tcalPrevYear { background-image: url('/tcimg/prev_year.gif'); }
#tcalPrevMonth { background-image: url('/tcimg/prev_mon.gif'); }
#tcalNextMonth { background-image: url('/tcimg/next_mon.gif'); }
#tcalNextYear { background-image: url('/tcimg/next_year.gif'); }

#tcalGrid {
	border-collapse: collapse;
	border: 1px solid silver;
	width: 100%;
}
#tcalGrid th {
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 3px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	background-color: gray;
	color: white;
}
#tcalGrid td {
	border: 0;
	border-collapse: collapse;
	padding: 2px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	width: 14%;
	font-size: 11px;
	cursor: pointer;
}		
#tcalGrid td.tcalOtherMonth { color: silver; }
#tcalGrid td.tcalWeekend { background-color: #ACD6F5; }
#tcalGrid td.tcalToday { border: 1px solid red; }
#tcalGrid td.tcalSelected { background-color: #FFB3BE; }

table.jzo2 input.fld100.tcal {
	width: 96%;
}
#xmst.h {
	display: none;
}
/*JIZDENKY*/



div.gal {
	margin: 50px -1%;
}
div.gal a {
	position: relative;
	display: inline-block;
	width: calc(22% - 4px);
	margin: 1%;
	text-decoration: none;
	outline: none;
	border: 2px solid #CCC;
}
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;
}

div.clst div {
	padding: 10px 10px 20px 10px;
}
div.clst b {
	display: block;
	font-weight: normal;
	margin: 2px 0;
	font-size: 0.8em;
	color: #666;
}
div.clst span {
	display: block;
	clear: both;
}
div.clst>div>a>h2 {
	margin-top: 0;
}
div.clst>div>a>img {
	float: left;
	border: 0;
	margin: 0 20px 10px 0;
}
div.clst>div>a:last-child {
	display: block;
	margin: 4px 0 0 4px;
}
div.clst.s {
	margin-top: -30px;
}
div.clst.s>div {
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	text-align: center;
	padding: 0;
	margin-top: 30px;
}
div.clst.s img {
	float: none;
	margin: 0 0 15px 0;
}

#k_frm {
	max-width: 550px;
	margin: 0 auto;
}
#k_frm>table {
	width: 100%;
	border: 0;
	border-spacing: 0;
}
#k_frm>table td {
	padding: 4px 0;
}

input.fld100[data-pick-date] {
	width: calc(100% - 38px);
}
input[data-pick-date]+img {
	width: 30px;
	margin: 0 0 0 8px;
	cursor: pointer;
	vertical-align: top;
}

#pickDate {
	position: absolute;
	display: none;
	right: 0 !important;
	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;
	z-index: 999999;
	overflow: hidden;
	max-height: 300px;
}
#pickDate table {
	width: 100%;
	border-top: 1px solid #666;
	border-spacing: 0;
}
#pickDate table th, #pickDate table td {
	min-width: 36px;
	text-align: center;
	font-size: inherit;
	line-height: 100%;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	padding: 4px 0;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#pickDate table th {
	font-style: normal;
	background: #DDD;
	cursor: default;
}
#pickDate table th:first-child, #pickDate table td:first-child {
	border-left: 0;
}
#pickDate table td.p, #pickDate table td.n {
	background: #EEE;
}
#pickDate>div {
	text-align: center;
}
#pickDate table td.t {
	position: relative;
}
#pickDate table td.t::after {
	display: block;
	content: "";
	position: absolute;
	border: 2px solid #C00;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	pointer-events: none;
}
#pickDate table td.a {
	background: #000 !important;
	color: #FFF;
}
#pickDate table td.dis {
	pointer-events: none;
	color: #CCC;
}
#pickDate table td:hover {
	background: #CCC;
}
#pickDate table th.m:hover {
	background: #EEE;
	cursor: pointer;
}
#pickDate>div:first-child select, #pickDate>div input[type="number"], #pickDate>div:last-child>span, #pickDate div.cl>div {
	display: inline-block;
	width:auto;height:auto; /*kvuli jinym*/
	font-family: inherit;
	font-size: inherit;
	border: 0;
	padding: 2px;
	outline: 0;
}
#pickDate>div input[type="number"] {
	width: 56px;
	text-align: center;
}
#pickDate>div input[type="number"].n2 {
	width: 92px;
	text-align: left;
}
#pickDate>div:first-child>div:first-child, #pickDate>div:first-child>div:last-child {
	float: left;
	padding: 2px 4px;
	cursor: pointer;
}
#pickDate>div:first-child>div:last-child {
	float: right;
}
#pickDate>div:first-child>div:first-child::after, #pickDate>div:first-child>div:last-child::after {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 6px 4px 0;
	border-color: transparent #000000 transparent transparent;
}
#pickDate>div:first-child>div:last-child::after {
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #000000;
}
#pickDate>div:first-child>div:first-child:hover:after {
	border-color: transparent #999 transparent transparent;
}
#pickDate>div:first-child>div:last-child:hover:after {
	border-color: transparent transparent transparent #999;
}
#pickDate>div:last-child {
	border-top: 1px solid #666;
	padding: 3px 0;
}
#pickDate>div:last-child>span {
	float: left;
	padding: 0;
	margin: 1px 0 0 4px;
}
#pickDate>div:last-child>input {
	width: 38px;
	text-align: left;
}
#pickDate>div:last-child>input:last-child {
	margin: 0 0 0 20px;
}
#pickDate div.cl {
	min-width: 190px;
}
#pickDate div.cl>div {
	display: block;
}
#pickDate div.cl>div:first-child {
	background: #DDD;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#pickDate div.cl>div:nth-child(3) {
	background: #DDD;
}
#pickDate div.cl>div:last-child {
	padding: 4px;
}
#pickDate div.cl input.btn {

}


#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_b {
	text-align: right;
}
#cookies_b>div {
	display: inline-block;
	border: 1px solid #CCC;
	border-radius: 6px;
	padding: 5px 10px;
	margin: 10px 0 0 8px;
	cursor: pointer;
}
#cookies_b>div[data-m="1"] {
	background: rgba(255,255,255,0.2);
}
#cookies_b>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.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: inherit;
	z-index: 999999;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 300px;
}
div.nsp>div, div.nsp>a {
	display: block;
	padding: 4px 6px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
div.nsp>a>span {
	color: #999;
}
div.nsp>div:hover, div.nsp>a:hover {
	background-color: #EEE;
}
div.nsp>div.a, div.nsp>a.a {
	background-color: #DDD;
}
div.nsp>span.c {
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 5px;
	top: 5px;
	background-image: url(/img/nspc.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
div.nsp>span.x {
	display: block;
	background-color: #D8D8D8;
	padding: 4px;
}
div.nsp>span.x span {
	text-decoration: underline;
	cursor: pointer;
}
div.nspp {
	position:absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 18px;
	z-index: 5000;
	cursor: default;
	padding: 2px 0 0 0;
	display: flex;
	align-items: center;
}
div.nspp>div{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 3px 0 3px;
	border-color:#000 transparent transparent transparent;
	margin: 5px 0 0 5px;
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

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.jizd {
	max-width: 600px;
	margin: 0 auto;
}
form.jizd>div, form.jizd div.r {
	display: flex;
	align-items: flex-start;
	margin: 4px 0;
}
form.jizd>div>label, form.jizd div.r>label {
	flex: 0 0 160px;
}
form.jizd>div>label>span {
	display: block;
	font-size: 70%;
}
form.jizd>div>label+*, form.jizd div.r>label+* {
	width: 100%;
	flex: 1;
}
form.jizd>div>label+input.oi1 {
	width: calc(100% - 30px);
}
form.jizd #cmap {
	display: none;
}
form.jizd #map {
	height: 200px;
}

form {
	margin: 0;
}
textarea {
	resize: none;
}
select {
	background-color: #FFF;
}
.fld, .fld100,
form.jizd input[type="text"], form.jizd input[type="number"], form.jizd select
{
	border: 1px solid #333;
	color: #000;
	background-color: #FFF;
	padding: 3px 6px;
}
.fld100 {
	width: 100%;	
}
.fld.q, .fld100.q, input[data-required], textarea[data-required] {
	background: #FFF url(/img/req.png) no-repeat right 2px top 2px;
}
/*
.btn {
	display: inline-block;
	border: 1px solid #000;
	background: #FFF;
	color: #000;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.btn:hover {

}
*/
.btn {
	display: inline-block;
	background: #009EE0;
	border: 2px solid #B9CDE0;
	border-radius: 5px;
	text-decoration: none;
	padding: 7px 15px;
	color: #FFF;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
	text-transform: uppercase;
}
.btn:hover {
	color: #FFF;
	background: #172983;
}

.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;
}
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 5px 3px;
	background-color: #E4E2E2;
	color: #7F7F7F;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding: 8px 0;
	width: 28px;
}
div.pg b, div.pg a:hover {
	background-color: #666;
	color: #FFF;
}
div.pg b {
	cursor: default;
}

table.n {
	width: 100%;
	border: 0;
}
table.n td {
	vertical-align: top;
}
table.n th {
	text-align: left;
}
.break, .clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}
#preloader {
	display:none;
}

.o_np {
	display: none;
}

@media print {
 body, html {
	overflow: auto;
 }
 #root {
	background: #FFF !important;
 }
 header, footer, .np {
	display: none !important;
 }
 .o_np {
	display: block;
 }
 #root, #main, main {
	width: 100%;
	min-height: 0;
 }
 main {
	box-shadow: none !important;
	margin: 0 !important;
 }
}

@media only screen and (max-width:1300px) {

}
@media only screen and (max-width:1420px) {
 body.f #img img {
	margin-top: 0;
 }
}
@media only screen and (max-width:1180px) {
 body.l #nav>a {
	flex: 0 0 calc(25% - 30px);
 }
}
@media only screen and (max-width:1080px) {
 body.r main>a {
	font-size: 24px;
 }
 body.b #bsa {
	margin-right: -10px;
 }
 body.b div.totem {
	flex: 0 0 100%;
	min-height: 300px;
	background-position: center bottom;
	margin-top: 50px;
 }

}
@media only screen and (min-width:1005px) {
 body.b nav>div>span, body.b nav>a {
	font-size: 21px;
	font-weight: 500;
	padding: 10px 18px;
 }

}
@media only screen and (max-width:1000px) {
 body.b a.k_tel, body.b a.k_eml {
	display: none;
 }
}
@media only screen and (max-width:980px) {
 div.gal a {
	width: 30.3%;
	margin: 0 1.5% 40px 1.5%;
 }
 body.r main>a {
	font-size: 21px;
 }
 body.f div.arts>a {
	flex: 0 0 calc(50% - 30px);
 }
 body.f #img>div>div {
	font-size: 30px;
 }
 body.t #hcont>div:first-child {
	font-size: 32px;
 }
 body.t header a.k_tel, body.t header a.k_eml,
 body.z header a.k_tel, body.z header a.k_eml
 {
	width: 27px;
	height: 27px;
	padding: 0;
	margin-right: 8px;
 }
 body.t header a.k_tel>span, body.t header a.k_eml>span,
 body.z header a.k_tel>span, body.z header a.k_eml>span
 {
	display: none;
 }
 body.t #sl {
	flex-wrap: wrap;
	justify-content: center;
 }
 body.t #sl>div {
	flex: 0 0 28%;
	padding: 30% 0 0 0;
	margin: 2%;
 }
}
@media only screen and (max-width:960px) {
 body.b main {
	display: block;
 }
 body.b main>div:nth-child(2) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
 }
 body.b main>div:nth-child(2)>div {
	flex: 0 0 calc(50% - 20px);
	margin-top: 0 !important;
 }
}
@media only screen and (max-width:840px) {
 body.l header {
	flex-direction: column;
	padding: 10px 0;
 }
 body.l header>a {
	flex: 0 0 83px;
	margin: 10px 0;
 }
 body.l #img, body.l.s #img {
	margin: 0;
	background-position-y: -50px;
	background-size: 1500px;
	height: 450px;
 }
 body.l #nav {
	margin-top: -60px;
 }
 body.l header>div {
	justify-content: center !important;
 }
 body.l div.arts>a {
	flex: 0 0 calc(45% - 4px);
 }
 body.r main>a {
	flex: 0 0 calc(50% - 35px);
	font-size: 30px;
 }
}
@media only screen and (max-width:780px) {
 body.t #sl>div {
	font-size: 18px;
 }
 body.t footer>div, body.t footer>div>div {
	flex-direction: column;
 }
 body.t footer div.b {
	margin: 50px 0 0 0;
	text-align: center;
	padding: 0 10px;
 }
 body.z div.main.f {
	flex-direction: column;
 }
 body.z div.main.f>img {
	width: auto;
	max-width: 100%;
	margin: 30px 0 0 0;
 }
}
@media only screen and (min-width:761px) {
 body.t:not(.hp) #hcont>div:first-child {
	display: none;
 }
}
@media only screen and (max-width:760px) {
 div.gal a {
	width: 47%;
	margin: 0 1.5% 40px 1.5%;
 }
 body.l #nav>a {
	flex: 0 0 calc(33.33% - 30px);
	min-height: 90px;
 }
 body.b div.box.g {
	flex: 0 0 100%;
 }
 body.t #hcont {
	flex-direction: column;
 }
 body.t #hcont>div:first-child {
	align-self: flex-end;
	text-align: right;
	font-size: 14px;
	max-width: 45%;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	margin: -85px 20px 0 0;
 }
 body.t #hcont>div:first-child>span {
	display: inline-block;
 }
 body.t #nav {
	padding: 0 15px;
 }
 body.t #nav>ul>li {
	display: inline-block;
	margin: 6px 12px !important;
 }

}
@media only screen and (max-width:720px) {
 body.f #img>div {
	position: relative;
	left: auto;
	top: auto;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	margin: 30px 15px 0 15px;
 }
 body.f header>div:first-child>div>span {
	display: flex;
	flex-direction: column;
	font-size: 17px;
	text-align: left;
 }
 body.f header a.k_tel, body.f header a.k_eml {
	margin-top: 3px;
	margin-bottom: 3px;
 }
 body.f header a.soc_ig {
	margin-top: 4px;
 }
 body.f footer>div {
	flex-direction: column;
	align-items: center;
 }
 body.f footer>div>div {
	margin: 50px 0 0 0;
 }
}
@media only screen and (max-width:680px) {
 body.z header {
	flex-direction: column;
 }
 body.z header>a {
	flex: 0 0 83px;
	margin: 10px 0;
 }
 body.z.u78 header>div:first-child {
	display: none;
 }
 body.z.u78 header>a {
	flex: 0 0 60px;
 }
}
@media only screen and (max-width:640px) {
 body.b header>a {
	width: 111px;
	height: 114px;
	margin-top: -20px;
 }
 body.b #nav {
	margin-top: 25px;
	width: calc(100% - 60px);
 }
 body.b #root>h1 {
	margin-top: 25px;
 }
 body.b header>span {
	padding-left: 0;
 }
 body.b nav {
	flex: 0 0 100%;
	margin-bottom: 0;
 }
 body.b #bsa>div:not(.totem) {
	flex: 0 0 100%;
	margin: 0 0 20px 0;
	background-size: auto;
 }
 /*
 body.b nav>div, body.b nav>a {
	flex: 1;
 }
*/


}
@media only screen and (max-width:580px) {
 h1 {
	font-size: 1.7em;
 }
 h1 {
	font-size: 1.5em;
 }	
 body.l #nav>a {
	flex: 0 0 calc(50% - 30px);
 }
 body.l div.arts>a {
	flex: 0 0 calc(95% - 4px);
 }
 body.r main>a {
	flex: 0 0 calc(50% - 20px);
	font-size: 24px;
 }
 body.b main>div:nth-child(2) {
	width: calc(100% - 30px);
	margin-left: 15px;
	margin-right: 15px;
 }
 body.b main>div:nth-child(2)>div {
	flex: 0 0 calc(100% - 30px);
 }
 body.b div.box:not(.g) {
	padding: 0;
 }
 body.b main {
	margin-right: 0;
 }
 body.l main {
	margin: 0;
	border-radius: 0;
 }
 body.l #img, body.l.s #img {
	background-size: 1100px;
	height: 350px;
 }
 form[data-ajx]>table, form[data-ajx]>table>tbody, form[data-ajx]>table>tbody>tr, form[data-ajx]>table>tbody>tr>th, form[data-ajx]>table>tbody>tr>td {
	display: block;
	width: 100% !important;
 }
 form[data-ajx]>table>tbody>tr:not(:first-child)>td:first-child {
	padding: 10px 0 0 0;
 }
 body.b main>div:last-child {
	margin-right: 30px;
 }
 body.b div.totem {
	margin-left: 0;
	margin-top: 20px;
 }
 body.t #sl>div {
	flex: 0 0 40%;
	padding: 42% 0 0 0;
	margin: 4%;
 }
}
@media only screen and (max-width:540px) {
 body.b header>span {
	font-size: 20px;
	padding-top: 24px;
	padding-bottom: 24px;
 }
 body.b header>a {
	margin-right: 25px;
 }
 body.t footer a.k_tel, body.t footer a.k_eml {
	margin-right: 0;
 }
}
@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;
 }
 body.f div.arts {
	display: block;
 }
 body.t h1 {
	font-size: 1.5em;
 }
 body.t h2 {
	font-size: 1.3em;
 }
 body.t #nav>ul>li {
	font-size: 21px;
 }
 body.t #hcont>div:first-child {
	font-size: 12px;
	max-width: 43%;
 }
 body.t #hmenu>div {
	padding-right: 15px;
 }
 #musr {
	left: 0;
 }
}
@media only screen and (max-width:475px) {
 body.b header>span {
	font-size: 18px;
	padding-top: 18px;
	padding-bottom: 18px;
 }
 body.b header>a {
	width: 90px;
	height: 92px;
	margin: -15px 16px 0 16px;
 }
 body.b header>div {
	margin: 16px 8px 0 0;
 }
 body.b a.soc_ig, body.b a.soc_fb {
	margin-top: 0;
	margin-bottom: 0;
 }
 div.rbtn {
	float: none;
	margin: 0 0 15px 0;
 }
}
@media only screen and (max-width:460px) {
 body.r main>a {
	flex: 0 0 85%;
	margin-left: auto;
	margin-right: auto;
 }
 body.r, body.r #root {
	background-size: 180%;
 }
}
@media only screen and (max-width:425px) {
 body.t #hmenu>a {
	width: 140px;
	height: 140px;
	margin-top: -10px;
 }
 body.t #hcont>div:first-child {
	margin-top: -80px;
 }
 body.t header {
	padding-top: 50px;
 }
}
@media only screen and (max-width:400px) {
 body.l #nav>a {
	flex: 0 0 calc(100% - 30px);
 }
 body.l header>a, body.z header>a {
	width: 280px;
	height: 66px;
 }
 body.f header>div:first-child>div>span {
	font-size: 15px;
 }
 body.f header a.k_tel, body.f header a.k_eml {
	margin-right: 15px;
 }
 body.b header>div {
	display: none;
 }
}
@media only screen and (max-width:380px) {
 body.f header a.k_tel, body.f header a.k_eml {
	display: none;
 }
 body.f header>div:first-child>div>span {
	display: inline-block;
 }
 body.t #hmenu>a {
	width: 100px;
	height: 100px;
	margin-top: -19px;
 }
 body.t #hcont>div:first-child {
	margin: 0;
	max-width: 100%;
	text-align: center;
 }
 body.t #sl>div {
	flex: 0 0 50%;
	padding: 52% 0 0 0;
	margin: 5%;
 }
 form.jizd {
	margin: -15px 0 0 0;
 }
 form.jizd b {
	display: block;
	margin: 15px 0 0 0;
 }
 form.jizd>div, form.jizd div.r {
	flex-wrap: wrap;
 }
 form.jizd>div>label, form.jizd div.r>label {
	flex: 0 0 100%;
 }
}