body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFF url(/img/ruzak.jpg) no-repeat center center/cover;
}
body, html {
	overflow-x: hidden;
	min-height: 100vh;
}
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]):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: #E30613;
	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.if {
	width: calc(100vw - 100px);
	max-width: 1000px;
}
div.wbox.if>iframe {
	width: 100%;
	height: calc(100vh - 120px);
	border: 0;
	vertical-align: top;
	overscroll-behavior: none;
}


#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)}
}

#root {
	min-width: 400px;
	padding: 30px 20px;
}

#logo {
	display: inline-block;
	width: 272px;
	height: 58px;
	background: url(/img/logo.png) no-repeat 0/contain;
}
#logo2 {
	max-width: 790px;
	margin: 10% auto 3% auto;
}
header {
	text-transform: uppercase;
	color: inherit;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 4px;
}
main {
	display: block;
	max-width: 850px;
	margin: 9% 0;
	font-weight: 500;
	line-height: 160%;
}

footer {
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
	border-top: 1px solid #503139;
	padding: 20px 40px 0 40px;
}
footer a {
	text-decoration: none;
}


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;
}

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;
}

body.drg_mv, body.drg_mv * {
	cursor: n-resize !important;
	cursor: grabbing !important;
}
div.uploader {
    border: 1px solid #666;
    padding: 4px 6px;
    margin: 10px 0;
}
div.uploader>div:first-child {
    cursor: pointer;
}
div.uploader.drg>div:first-child {
    background: #EEE;
}
div.uploader table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    margin: 0 0 6px 0;
}
div.uploader table:empty {
	display: none;
}
div.uploader table td {
    text-align: left;
    cursor: default;
    user-select: none;
}
div.uploader table tr[data-i] td {
	border-bottom: 3px solid #FFF;
}
body:not(.drg_mv) div.uploader table tr:hover td {
    background: #EEE;
}
div.uploader table tr.itm_drg td {
    background: #FEE;
}
div.uploader table td:last-child {
    width: 18px;
    text-align: right;
}
div.uploader table td:nth-last-child(2) {
    width: 50px;
    text-align: right;
}
div.uploader table td.th {
	width: 32px;
	padding: 0 8px 0 0;
}
div.uploader table td.th>div {
	width: 32px;
	height: 32px;
	background-size: cover;
	background-position: center center;
}
div.uploader div.rmv::after {
    display: inline-block;
    vertical-align: middle;
    content: "x";
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #C00;
    cursor: pointer;
		margin: -3px 0 0 0;
}
div.uploader div.b {
	cursor: pointer;
	background: url(/img/i_att.svg) no-repeat 0 center;
	background-size: 16px 16px;
	padding: 3px 0 3px 24px;
}
div.uploader.drg div.b {
	background-color: #EEE;
}

#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.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;
	border: 1px solid #000;
	background: #FFF;
	color: #000;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
	user-select: none;
}
.btn:hover {

}
.btn:disabled {
	background: #666 !important;
	color: #CCC !important;
	cursor: not-allowed;
}
div.btns.f {
	display: flex;
	justify-content: space-between;
}

.uootblm, .uootbl {
	width: 100%; border: 0;
}
u.refr {
	display: inline-block;
	width: 24px;
	height: 40px;
	margin-left: 10px;
	background:url(/img/refr.png) no-repeat center center;
	cursor: pointer;
}

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;
}
.break, .clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}
* html .break {
	display:none;
}
#preloader {
	display:none;
}

@media print {
 body, html {
		overflow: auto;
 }
 header, nav, footer, #lcol, #rcol {
	display: none;
 }
 #main, #cont, main {
	width: 100%;
 }
}

@media only screen and (max-width:980px) {
 div.gal a {
	width: 30.3%;
	margin: 0 1.5% 40px 1.5%;
 }
}
@media only screen and (max-width:760px) {
 div.gal a {
	width: 47%;
	margin: 0 1.5% 40px 1.5%;
 }
 body {
	font-size: 19px;
 }
}
@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 {
	font-size: 15px;
 }
}
