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, .btn,
div.arts>a
{
	-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;
}

/*
	-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);

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 - 60px);
	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: #ED1C24;
	margin: 0;
	padding: 8px 40px 8px 12px;
	font-size: 18px;
	cursor: default;
	background-image: none;
	color: #FFF;
	text-align: left;
}
div.wbox>div:not(.ytvideo) {
	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;
	z-index: 20000000;
}
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);
}

div.wbox.vid {
	width: 100%;
	min-width: 320px;
	max-width: 1200px;
	background: #000;
}
div.wbox.vid .video-js, div.wbox.vid .video-js .vjs-tech {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
}
div.wbox.vid .vjs-poster {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
div.wbox.vid .vjs-control, div.wbox.vid .vjs-control div {
	color: #FFF;
}
.vjs-default-skin .vjs-volume-control {
	margin-right: 5px !important;
}
.vjs-default-skin .vjs-volume-handle {
    top: -0.1em;
}



#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;
}

header, footer {
	position: relative;
	min-width: 320px;
	background: #000;
	background: -moz-linear-gradient(left,  #000000 0%, #000000 50%, #000f3c 52%, #000f3c 100%);
	background: -webkit-linear-gradient(left,  #000000 0%,#000000 50%,#000f3c 52%,#000f3c 100%);
	background: linear-gradient(to right,  #000000 0%,#000000 50%,#000f3c 52%,#000f3c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000f3c',GradientType=1 );
}
/*
header:not(.hp):not(.pg)>div {
	background-position: center -200px;
	background-size: 85%;
}
*/
header.pg>div {
	background-repeat: no-repeat;
	background-position: center  center;
}
header.pg>div #claim {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	max-width: 1920px;
	min-height: 0;
}
#bnr+#hdr {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 11000;
}
#hdr>div {
	height: 100%;
	display: flex;
	flex-direction: column;
	max-width: 1330px;
	margin: 0 auto;
	padding: 0 20px;
}
#top, #mtop, #msrch {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
}
#top>a:first-child, #mtop>a:first-child, #msrch>a:first-child {
	width: 248px;
	height: 64px;
	display: block;
	background: url(/img/lg.svg) no-repeat;
	background-size: contain;
}
#mtop>a:first-child, #msrch>a:first-child {
	background-image: url(/img/lg2.svg);
}
#top>div {
	display: flex;
	align-items: center;
}
#top>div>div, #mtop>div, #msrch>div {
	cursor: pointer;
}
#top div.mn>span, #mtop>div>span, #bsrch>span, #msrch>div>span {
	display: inline-block;
	vertical-align: middle;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 100%;
}
#top div.mn::after, #mtop>div::after, div.wbox.part>div.wclose, #bsrch::after, #msrch>div::after, #srch form input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 52px;
	height: 35px;
	background: url(/img/mn.svg) no-repeat;
	background-size: contain;
	margin: 0 0 0 15px;
	filter: invert(20%) sepia(97%) saturate(3461%) hue-rotate(347deg) brightness(92%) contrast(103%);
}
#bsrch {
	margin: 0 40px 0 0;
}
#bsrch::after, #srch form input[type="submit"] {
	height: 44px;
	background-image: url(/img/i_s.svg);
}
#mtop>div>span, #msrch>div>span {
	color: #000;
}
#mtop>div::after, div.wbox.part>div.wclose, #msrch>div::after {
	width: 35px;
	background-image: url(/img/cls2.svg);
}
div.wbox.part>div.wclose {
	width: 28px;
	height: 28px;
	right: 12px;
	top: 12px;
}

#menu, #srch {
	display: none;
	position: absolute;
	z-index: 50000;
	background: #FFF;
	left: 0;
	right: 0;
	top: 0;
}
#menu>div, #srch>div {
	max-width: 1330px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px;
}
#nmenu {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px;
	padding: 0 0 55px 0;
}
#nmenu>div {
	flex: 0 0 calc(25% - 50px);
	margin: 0 25px;
}
#nmenu>div:nth-child(3) {
	flex: 0 0 calc(20% - 50px);
}
#nmenu>div:nth-child(4) {
	flex: 0 0 calc(30% - 50px);
}
#nmenu>div>a {
	display: block;
	text-decoration: none;
	color: #000;
	margin: 8px 0;
}
#nmenu>div>a:first-child, #nmenu>div>div:first-child {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	margin: 55px 0 20px 0;
}
#nmenu>div>a:hover, #nmenu>div>a.a {
	color: #ED1C24;
}

#srch form {
	flex: 1;
	max-width: 600px;
	display: flex;
	align-items: center;
	border: 1px solid #666D7F;
	margin: 0 30px;
}
#srch form input[type="search"] {
	width: calc(100% - 97px);
	flex: 1;
	border: 0;
	outline: 0;
	padding: 15px;
}
#srch form input[type="submit"] {
	cursor: pointer;
	flex: 0 0 52px;
	border: 0;
	margin: 0 0 0 15px;
}

#claim {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
}
#claim>div>h1 {
	font-size: 400%;
	color: #FFF;
	text-transform: uppercase;
	line-height: 110%;
	margin: 0;
}
#claim>div>div {
	font-size: inherit;
	color: #FFF;
	margin: 20px 0 30px 0;
}

div.arts:not(.rsm) {
	display: flex;
	flex-wrap: wrap;
	margin: -15px -15px 30px -15px;
}
header div.arts {
	flex-wrap: nowrap;
}
div.arts>a {
	position: relative;
	display: inline-block;
	flex: 0 0 calc(33.333% - 32px);
	color: #FFF;
	text-decoration: none;
	margin: 15px;
	border: 1px solid #666D7F;
	overflow: hidden;
	padding: 2% 5% 10% 5%;
}
div.arts[data-rsm-sc]>a {
	flex: auto;
	margin: 15px 0;
}
div.arts>a>img {
	width: 100%;
	vertical-align: top;
}
div.arts>a::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,1) 100%);
}
div.arts>a>span {
	display: block;
	position: absolute;
	left: 22px;
	right: 22px;
	bottom: 20px;
	text-align: left;
	z-index: 11;
}
div.arts>a>span>h2 {
	color: inherit;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 0 4px 0;
}
div.arts>a>span>span, div.bnav>a>span>span {
	display: inline-block;
	background: #ED1C24;
	color: #FFF;
	border-radius: 2px;
	font-size: 15px;
	line-height: 100%;
	margin: 8px 8px 0 0;
	padding: 4px 10px;
}

#had {
	padding: 40px 0;
}
#had>div {
	display: inline-block;
	width: 28px;
	height: 33px;
	background: url(/img/ad.svg) no-repeat center center;
	background-size: contain;
	cursor: pointer;
}

#ginfo, #nav {
	background:#E7EAED;
}
#ginfo>div {
	display: flex;
	max-width: 1330px;
	margin: 0 auto;
	padding: 60px 20px;
}
#ginfo>div>div {
	flex: 0 0 27%;
	text-align: left;
	padding: 0 20px 0 100px;
	margin: 20px 0;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: auto 60px;
}
#ginfo>div>div:last-child {
	flex: 0 0 19%;
}
#ginfo>div>div>div {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	margin: 0 0 20px 0;
}

#nav {
	padding: 15px 20px;
}
#nav>div {
	max-width: 1290px;
	margin: 0 auto;
	text-align: left;
	line-height: 100%;
	cursor: default;
}
#nav>div>a:first-child {
	display: inline-block;
	vertical-align: middle;
	width: 27px;
	height: 22px;
	background: url(/img/nav.svg) no-repeat;
	background-size: contain;
	margin: -5px 0 -2px 0;
}
#nav span {
	display: inline-block;
	margin: 0 10px;
}
#nav a {
	text-decoration: none;
	color: inherit;
}


main {
	display: block;
	max-width: 1330px;
	min-height: 600px;
	margin: 0 auto;
	padding: 80px 20px;
	text-align: left;
	line-height: 160%;
}
h1.m, h2.m {
	text-transform: uppercase;
	text-align: center;
	font-size: 68px;
	margin: 70px 0;
}
h1.m+div.s, h2.m+div.s {
	text-align: center;
	font-size: 20px;
	margin: -50px 0 70px 0;
}
h1.m:first-child, h2.m:first-child {
	margin-top: 0;
}

#part {
	max-width: 1330px;
	margin: -40px auto 0 auto;
	padding: 0 0 40px 0;
}
#part img {
	vertical-align: middle;
	margin: 40px;
	cursor: pointer;
}
div.wbox.part {
	border: 0;
	max-width: 500px;
}
div.wbox.part>div:not(.wclose) {
	padding: 30px;
}

#kat {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 70px 0 0 0;
}
#kat:first-child {
	margin-top: 0;
}
h2.m+#kat {
	margin: -10px 0 0 0;
}
#kat>a {
	display: block;
	position: relative;
	flex: 0  0 48.84%;
	margin: 16px 0;
	color: #FFF;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	text-transform: uppercase;
}
#kat>a>img {
	width: 100%;
	vertical-align: top;
}
#kat>a>span {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 10%;
}

#filtr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 70px 0;
}
#filtr>div {
	flex: 0 0 calc(50% - 14px);
}

div.sel {
	position: relative;
	border: 1px solid #072547;
	background: url(/img/a.svg) no-repeat right 15px center;
	background-size: 22px;
}
div.sel>div:first-child {
	padding: 15px;
	cursor: pointer;
	font-weight: 500;
}
div.sel>div:last-child {
	display: none;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 100%;
	border: 1px solid #072547;
	max-height: calc(100vh - 500px);
	overflow-y: auto;
	background: #FFF;
	z-index: 5000;
}
div.sel>div>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.sel>div li {
	padding: 5px 15px;
	cursor: default;
}
div.sel>div li::before {
	display: none;
}
div.sel>div li:hover {
	background: #EEE;
}

#prod {
	display: flex;
	align-items: flex-start;
	margin: 0 0 60px 0;
}
#prod>div:first-child {
	flex: 0 0 50%;
}
#prod>div:last-child {
	flex: 1;
	margin: 0 0 0 60px;
}
#prod h1 {
	font-size: 48px;
}
#prod div.mimg {
	margin: 0;
}
#prod div.mimg img {
	max-width: 100%;
}
#prod div.mimgs {
	position: relative;
}
#prod div.mimgs div.rsm a img {
	width: 100%;
	vertical-align: top;
}
#prod div.btns {
	text-align: left;
}
#pkod {
	margin: 20px 0;
	font-weight: 700;
}
#prod div.mimgs [data-rsm-move-left], #prod div.mimgs [data-rsm-move-right],
div.rsm_a [data-rsm-move-left], div.rsm_a [data-rsm-move-right]
{
	position: absolute;
	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%);
}
#prod div.mimgs [data-rsm-move-left],
div.rsm_a [data-rsm-move-left]
{
	left: -48px;
}
#prod div.mimgs [data-rsm-move-right],
div.rsm_a [data-rsm-move-right]
{
	right: -48px;
}
div[data-rsm-move] {
	margin: 15px 0 0 0;
	text-align: center;
}
div.rsm_a {
	position: relative;
}
div.rsm_a div[data-rsm-move] {
	margin-top: 5px;
}

div.lnks {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}
div.lnks>a {
	display: flex;
	flex: 0 0 calc(50% - 90px);
	margin: 15px;
	padding: 30px;
	text-decoration: none;
	color: inherit;
}
div.lnks>a, div.lst>a, div.bnav>a {
	-webkit-transition: box-shadow 0.4s ease-in-out;
	transition: box-shadow 0.4s ease-in-out;
	-webkit-box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.15);
}
div.lnks>a:hover, div.lst>a:hover, div.bnav>a:hover {
	-webkit-box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 25px 2px rgba(0,0,0,0.5);
}
div.lnks>a img {
	max-width: 100%;
	vertical-align: top;
}
div.lnks>a>span:first-child {
	display: flex;
	align-items: center;
	flex: 0 0 110px;
}
div.lnks>a>span:last-child {
	flex: 1;
	margin: 0 0 0 50px;
	display: flex;
	flex-direction: column;
}
div.lnks>a h3 {
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
div.lnks>a h3+span {
	flex: 1;
}
div.lnks>a>span:last-child>span:last-child {
	color: #ED1C24;
	font-weight: 700;
}

div.lst {
	display: flex;
	flex-wrap: wrap;
	margin: -15px;
}
div.lst>a {
	display: block;
	flex: 0 0 calc(33.333% - 30px);
	margin: 15px;
	text-decoration: none;
	color: #000;
}
div.lst>a>img {
	width: 100%;
	vertical-align: top;
}
div.lst>a>span {
	display: flex;
	flex-direction: column;
	padding: 25px;
}
div.lst>a>span>h2 {
	text-transform: uppercase;
}
div.lst>a>span>h2+span {
	flex: 1;
}
div.lst>a>span>span:last-child {
	color: #ED1C24;
	font-weight: 700;
	margin: 10px 0 0 0;
}

div.glst {
	margin: -15px;
}
div.glst>a {
	position: relative;
	display: inline-block;
	width: calc(50% - 30px);
	margin: 15px;
	text-decoration: none;
}
div.glst>a>img {
	width: 100%;
	vertical-align: top;
}
div.glst>a>span {
	position: absolute;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	left: 25px;
	bottom: 30px;
}

div.mimg {
	max-width: 850px;
	margin: 80px auto;
	text-align: center;
}
/* MP3 player */
div.podcast {
	display: inline-block;
	margin: 20px;
}
div.podcast>img {
	float: left;
	margin: 0 15px 0 0;
}
div.podcast>div {
	font-weight: bold;
}
div.mp3p {
	display: inline-block;
	margin: 10px 0;
}
div.mp3p>div {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
div.mp3p>div:first-child {
	width: 32px;

	height: 32px;
	background: url(img/pl_play.png) no-repeat;
	background-size: 100%;
	margin: 0 10px 0 0;
}
div.mp3p>div.a:first-child {
	background-image: url(img/pl_pause.png);
}
div.mp3p div.m {
	width: 22px;
	height: 17px;
	background: url(img/pl_vol.png) no-repeat;
	margin: 0 3px 0 0;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
}
div.mp3p div.m.a {
	background-image: url(img/pl_volx.png);
}
div.mp3p div.v, div.mp3p div.p {
	width: 120px;
	height: 4px;
	background: #DDD;
	margin: 1px 0 0 0;
	border-left: 9px solid #000;
	display: inline-block;
	vertical-align: middle;
}
div.mp3p div.v>div, div.mp3p div.p>div {
	height: 4px;
	background: #000;
	width: 0;
	position: relative;
}
div.mp3p div.v>div>div, div.mp3p div.p>div>div {
	width: 12px;
	height: 12px;
	background: #FFF;
	border: 4px solid #000;
	border-radius: 50%;
	position: absolute;
	right: -3px;
	top: -4px;
	cursor: pointer;
}
div.mp3p div.ta, div.mp3p div.te {
	font-size: 14px;
	line-height: 100%;
	display: inline-block;
	vertical-align: middle;	
	font-weight: normal;
}
div.mp3p div.ta {
	margin: 0 8px 0 0;
}
div.mp3p div.te {
	margin: 0 0 0 8px;
}
div.mp3p div.p {
	width: 70px;
}

div.bnav {
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0 0;
}
div.bnav>a {
	position: relative;
	flex: 0 0 calc(43.33% - 150px);
	text-decoration: none;
	color: #000;
	padding: 24px 30px 24px 120px;
}
div.bnav>a:last-child {
	padding: 24px 120px 24px 30px;
}
div.bnav>a::before {
	display: block;
	content: "";
	position: absolute;
	width: 30px;
	background: url(/img/ar.svg) no-repeat center center;
	background-size: contain;
	left: 25px;
	top: 0;
	bottom: 0;
}
div.bnav>a:first-child::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
div.bnav>a:last-child::before {
	left: auto;
	right: 25px;
}
div.bnav>a>h2 {
	text-transform: uppercase;
	margin: 0 0 7px 0;
}
div.bnav>a>span {

}

#asoc {
	background: #E7E9ED url(/img/ibck.png) no-repeat right 100px top;
	background-size: auto 120%;
}
#asoc>div {
	max-width: 1330px;
	margin: 0 auto;
	padding: 80px 20px;
}
#asoc div.t {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#asoc div.t>div:first-child {
	flex: 0 0 44%;
	padding: 0 0 0 4%;
	text-align: center;
}
#asoc div.t img {
	max-width: 100%;
	max-height: 150px;
	width: auto;
	height: auto;
	vertical-align: top;
}
#asoc div.t>div:last-child {
	flex: 0 0 48.5%;
	text-align: left;
	line-height: 150%;
}


#kform {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 890px;
	margin: 80px auto;
	padding: 0 20px;
	text-align: left;
}
div.wbox #kform {
	margin: -15px 0 0 0;
	padding: 0;
}
#kform>div {
	flex: 0 0 calc(50% - 15px);
	margin: 20px 0 0 0;
}
#kform>div.t, #kform>div.b, #kform>h2.m {
	flex: 0 0 100%;
}
#kform>h2.m {
	margin: 0 0 30px 0;
}
#kform>div.b {
	text-align: center;
	padding: 30px 0 0 0;
}
div.wbox #kform>div.b {
	padding: 0;
}
#kform>div>label, #kform>div>div:first-child {
	display: block;
	width: 100%;
	font-weight: 700;
	padding: 0 0 10px 0;
}
#kform>div>input:not([type=submit]), #kform>div>textarea {
	width: 100%;
	border: 1px solid #072547;
	padding: 10px;
}


footer>div {
	max-width: 1920px;
	margin: 0 auto;
	background: url(/img/foot.jpg) no-repeat center 0;
	background-size: cover;
}
footer>div>div {
	max-width: 1330px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 45px 20px;
	font-size: 15px;
}
footer>div>div>div {
	flex: 0 0 33.333%;
	color: #FFF;
}
footer a {
	text-decoration: none;
	color: inherit;
}
footer a:hover {
	color: inherit;
	text-decoration: underline;
}
footer>div>div>div:last-child {
	text-align: right;
}
footer>div>div>div:first-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer>div>div>div:first-child>a:first-child {
	width: 190px;
	height: 56px;
	display: block;
	background: url(/img/lg.svg) no-repeat;
	background-size: contain;
}
footer a.fb {
	display: inline-block;
	width: 13px;
	height: 27px;
	background: url(/img/i_fb.svg) no-repeat;
	background-size: contain;
	margin: 0 -10px 0 10px;
}
footer a.yt {
	display: inline-block;
	width: 27px;
	height: 19px;
	background: url(/img/i_yt.svg) no-repeat;
	background-size: contain;
	margin: 0 20px;
}
footer a.ig {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(/img/i_ig.svg) no-repeat;
	background-size: contain;
	margin: 0 20px 0 -20px;
}

div.crsl {
	overflow: hidden;
	position: relative;
}
div.crsl>div {
	width: 100%;
	position: relative;
	z-index: 100;
}
div.crsl>div[data-u] {
	cursor: pointer;
}
div.crsl>div>img {
	width: 100%;
	vertical-align: top;
	border: 0;
}
div.crsl>div>div.d {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-size: 54px;
}
div.crsl>div>div.d>div {
	max-width: 1920px;
	margin: 0 auto;
	color: #FFF;
	font-size: inherit;
	font-weight: 700;
}
div.crsl>div:first-child, div.crsl.ah>div:first-child {
	display: block;
}
div.crsl>span.m {
	position: absolute;
	z-index: 9999;
	left: 10px;
	right: 10px;
	bottom: 3%;
}
div.crsl>span.m>span {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 10px;
	background: #FFF;
	margin: 0 5px;
	cursor: pointer;
}
div.crsl>span.m>span.a {
	background: #666;
	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;
}
div.crsl.ah>div {
	height: 100%;
}

div.gal {
	margin: -7px;
}
div.gal a {
	position: relative;
	display: inline-block;
	width: calc(25% - 14px);
	margin: 7px;
	text-decoration: none;
	outline: none;
}
div.gal a img {
	width: 100%;
	border: 0;
	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;
}

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[data-rsm-move-left], div[data-rsm-move-right] {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33px;
	height: 33px;
	background: #EEE;
	margin: 0;
	cursor: pointer;
	margin: 0 3px;
}
div[data-rsm-move-left]:hover, div[data-rsm-move-right]:hover {
	background: #DDD;
}
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);
}

a[data-ytv] {
	position: relative;
	cursor: pointer;
}
a[data-ytv]::after {
	display: block;
	content: "";
	width: 64px;
	height: 64px;
	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%);
	background: url(/img/play.svg) 0/cover no-repeat;
}


#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: 1290px;
}
#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: #ED1C24;
	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: #ED1C24;
	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;
}
div.ytvideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#tvszn {
	position: relative;
	padding: 0 0 56.25% 0;
	margin: 0 0 15px 0;
}
#tvszn>iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

div.svid {
	margin: -40px -15px 80px -15px;
}
div.svid>div {
	display: inline-block;
	width: calc(25% - 30px);
	vertical-align: top;
	margin: 15px;
}
div.svid>div>span {
	display: block;
	margin: 15px 0 0 0;
	font-size: 80%;
}

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: #ED1C24;
	border: 0;
	color: #FFF;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 105%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	min-width: 245px;
	padding: 12px;
	-webkit-box-shadow: 0px 6px 28px 5px rgba(237,28,36,0.35); 
	box-shadow: 0px 6px 28px 5px rgba(237,28,36,0.35);
	cursor: pointer;
}
.btn:hover {
	background: #000;
	color: #FFF;
}
.uootblm, .uootbl {
	width: 100%; border: 0;
}
.btns {
	margin: 40px 0;
	text-align: center;
}
.btns.more+div {
	display: none;
}

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;
}

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-bottom: 4px;
}
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-left: 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 {
 header, nav, footer, #lcol, #rcol {
	display: none;
 }
 #main, #cont, main {
	float: none;
	width: 100%;
 }
}

@media only screen and (max-width:1400px) {
 #prod div.mimgs [data-rsm-move-left], #prod div.mimgs [data-rsm-move-right],
 div.rsm_a [data-rsm-move-left], div.rsm_a [data-rsm-move-right]
 {
	position: relative;
	top: auto;
	left: auto !important;
	right: auto !important;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
 }
}
@media only screen and (max-width:1180px) {
 #ginfo {
	padding-left: 80px;
 }
 #ginfo>div {
	flex-wrap: wrap;
	max-width: 640px;
 }
 #ginfo>div>div {
	flex: 0 0 50% !important;
 }
 div.arts>a {
	flex: 0 0 calc(50% - 32px);
 }
}
@media only screen and (max-width:1160px) {
 div.svid>div {
	width: calc(50% - 30px);
 }
}
@media only screen and (max-width:1100px) {
	#asoc {
		background-size: contain;
		background-position: center top;
	}
}
@media only screen and (max-width:1010px) {
	footer>div>div>div:first-child {
		justify-content: left;
	}
	footer a.fb, footer a.yt, footer a.ig {
		margin: 0 10px;
	}
	footer a.fb {
		margin-left: 30px;
	}
}
@media only screen and (max-width:980px) {
 div.gal a {
	width: calc(33.3% - 14px);
 }
 #kat>a {
	font-size: 30px;
 }
 div.lnks>a {
	flex: 0 0 calc(100% - 90px);
 }
 div.lst>a {
	flex: 0 0 calc(50% - 30px);
 }
 #nmenu>div {
	flex: 0 0 calc(33.33% - 50px) !important;
 }
 div.glst>a {
	width: 100%;
	margin: 15px 0;
 }
}
@media only screen and (max-width:960px) {
 #prod {
	flex-direction: column;
	align-items: center;
 }
 #prod>div:last-child {
	flex: 0 0 100%;
	margin: 40px 0 0 0;
 }
 div.arts>a>span>h2 {
	font-size: 18px;
 }

}
@media only screen and (max-width:840px) {
	footer>div>div {
		display: block;
	}
	footer>div>div>div:first-child {
		justify-content: center;
		margin: 0 0 20px 0;
	}
	footer>div>div>div:last-child {
		margin: 60px 0 0 0;
		text-align: center;
	}
	#asoc div.t {
		display: block;
	}
	#asoc div.t>img {
		width: auto;
		max-width: 100%;
		margin: 0 0 30px 0;
	}
	#asoc div.t>div:first-child {
		padding: 0 0 30px 0;
	}
}
@media only screen and (max-width:790px) {
 header, #mtop {
	display: flex;
	flex-direction: column;
 }
 #mtop>div {
	margin: 30px 0 0 0;
 }
 #bnr {
	order: 2;
 }
 #hdr {
	order: 1;
	background: #000;
 }
 #bnr+#hdr {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
 }
}
@media only screen and (max-width:760px) {
 div.gal a {
	width: calc(50% - 14px);
 }
 h2.m {
	font-size: 48px;
 }
 #kat>a {
	flex: 0 0 100%;
 }
 div.arts {
	margin: -10px 0;
 }
 div.arts>a {
	flex: 0 0 100%;
	margin: 10px 0;
 }
 #nmenu>div {
	flex: 0 0 calc(50% - 50px) !important;
 }
 #filtr>div {
	flex: 0 0 100%;
 }
 #filtr>div+div {
	margin: 20px 0 0 0;
 }
 div.svid {
	text-align: center;
 }
 div.svid>div {
	width: calc(70% - 30px);
 }
}
@media only screen and (max-width:720px) {
 #ginfo {
	padding-left: 0;
	padding-right: 0;
 }
 #ginfo>div {
	max-width: 100%;
 }
 #msrch {
	flex-wrap: wrap;
 }
 #msrch>div:last-child {
	order: 2;
 }
 #srch form {
	order: 3;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 20px 0 0 0;
 }
}
@media only screen and (max-width:600px) {
 #ginfo>div {
	display: block;
 }
 #ginfo>div>div {
	max-width: 290px;
	margin: 40px auto;
 }
 div.lnks>a>span:first-child {
	flex: 0 0 70px;
 }
 div.lnks>a>span:last-child {
	margin: 0 0 0 30px;
 }
 div.lst>a {
	flex: 0 0 calc(100% - 30px);
 }
 #claim>div>h1 {
	font-size: 55px;
 }
}
@media only screen and (max-width:590px) {
 #kform>div {
  flex: 0 0 100%;
 }
 #top {
	flex-direction: column;
	align-items: center;
 }
 #top>div {
	margin: 40px 0 0 0;
 }
 h1.m, h2.m {
	font-size: 48px;
 }

}
@media only screen and (max-width:480px) {
 div.gal {
	margin-left: 0;
	margin-right: 0;
 }
 div.gal a {
	width: calc(100% - 14px);
 }
 h2.m {
	font-size: 36px;
 }
 div.lnks>a {
	display: block;
 }
 div.lnks>a>span:first-child {
	justify-content: center;
 }
 div.lnks>a>span:last-child {
	margin: 30px 0 0 0;
	text-align: center;
 }
 #nmenu>div {
	flex: 0 0 calc(100% - 50px) !important;
 }
 #nmenu>div>a:first-child {
	margin-top: 30px;
 }
}
@media only screen and (max-width:360px) {
 #bsrch {
	margin: 0 20px 0 0;
 }
}