html {
	height: 100%;

	background-color: #000;
	}
body {
	font-family: arial, georgia, helvetica, "MS Sans Serif", sans-serif;
	font-size: 14px;

	position: relative;

	width: 980px;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 15px;
	padding: 0px 15px 0px 15px;

	color: #fff;
	background: #201c19c4;
	background-repeat: repeat;
}
input,
textarea,
select {
	outline: none;
}
h1 {
	font-family: "Arial";
	font-size: 26px;
	font-weight: 700;

	padding: 15px 0 10px 0;

	text-align: center;
	letter-spacing: 2px;

	border-bottom: 1px solid #ccc;
	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.menu {
	margin-top: 15px;
}
.menu a:hover {
	background: #25a768;
}
.menu a {
	padding: 5px 10px;

	transition: 0.15s;
	text-decoration: none;

	color: #fff;
	border-radius: 5px;
	background: #257768;
}
h2 {
    margin-top: 30px;
    font-family: "Arial";
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #f9b242;
}

h3 {
 margin-top: 30px;
    font-family: "Arial";
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #e8ded5;
}

h4 {
 margin-top: 30px;
    font-family: "Arial";
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #e8ded5;
}

p {
	font-size: 16px;
	line-height: 1.5;
	padding: 10px;

}
.ul {
	padding: 20px 15px 0 10px !important;

	list-style-type: circle;
}
img {
	max-width: 100%;
	height: auto;
	padding: 5px;

	border: 1px solid #ddd;
	border-radius: 4px;
}
.chunky {
	display: table;

	margin: 0px auto;
	padding: 15px;
}
.chunky a {
	background: #cc0000;
}
.chunky a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;

	width: auto;
	height: auto;
	padding: 9px;

	cursor: pointer;
	text-decoration: none;

display: inline-block; 
text-align: center;

	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-top: 1px solid rgba(0, 0, 0, 0.001);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
		inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(168, 55, 55, 0.35),
		0px 1px 3px rgba(0, 0, 0, 0.18), inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
		inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.1);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
		inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.1);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
		inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.1);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
	
}
.chunky a:hover {
	cursor: pointer;
	-webkit-animation: glow 1s infinite ease-in-out;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
		inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35),
		0px 1px 3px rgba(0, 0, 0, 0.18), inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
		inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.25);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
		inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.25);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18),
		inset 0px -3px 0px rgba(0, 0, 0, 0.35),
		inset 0px 14px 14px rgba(255, 255, 255, 0.25);
}
.chunky a:active {
	padding: 6px 15px 5px 15px;

	cursor: pointer !important;
	-webkit-animation: none;

	border-top: 1px solid rgba(0, 0, 0, 0.55);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 2px 1px rgba(255, 255, 255, 0.5),
		inset 0px 1px 4px rgba(0, 0, 0, 0.35),
		inset 0px -14px 14px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35),
		0px 2px 1px rgba(255, 255, 255, 0.5), inset 0px 1px 4px rgba(0, 0, 0, 0.35),
		inset 0px -14px 14px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35),
		0px 2px 1px rgba(255, 255, 255, 0.5), inset 0px 1px 4px rgba(0, 0, 0, 0.35),
		inset 0px -14px 14px rgba(255, 255, 255, 0.1);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35),
		0px 2px 1px rgba(255, 255, 255, 0.5), inset 0px 1px 4px rgba(0, 0, 0, 0.35),
		inset 0px -14px 14px rgba(255, 255, 255, 0.1);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35),
		0px 2px 1px rgba(255, 255, 255, 0.5), inset 0px 1px 4px rgba(0, 0, 0, 0.35),
		inset 0px -14px 14px rgba(255, 255, 255, 0.1);
}
table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;

	margin: 8px 4px 4px 10px;
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #ddd;
	border-radius: 4px;
}
caption {
	font-size: 18px;
	font-weight: bold;

	padding: 10px;

	text-align: left;

	color: white;
	background: #000;
}
th {
	padding: 10px;

	text-align: left;

	border-bottom: 3px solid #b9b29f;
}
td {
	padding: 10px;

	border: 1px solid #ccc;
}
tr:nth-child(odd) {
	background: 000;
}
tr:nth-child(even) {
	border: 1px solid #ccc;
	background: #000;
}
.bezdep {
	border: 1px solid #ccc;
}
.tbezdep {
	font-size: 18px;
	font-weight: bold;

	padding: 10px;

	text-align: left;

	color: white;
	background: #8fd4c1;
}
.otziv {
	line-height: 1.3;

	position: relative;

	width: 95%;
	margin: 1em auto 1em;
	padding: 1em;

	text-align: justify;

	background: #000;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
		0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
		0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5),
		0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5),
		0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3),
		0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.oname {
	font-size: 16px;
	font-weight: 600;

	padding: 0px 0px 5px 10px;
}
.otext {
}

.y-video {
	position: relative;

	width: 100%;
	padding-top: 56.25%;
}

.y-video iframe {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1000px) {
	* {
		box-sizing: border-box;
	}
	body {
		max-width: 90%;
	}
	.menu a {
		display: inline-block;

		margin-right: 10px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 380px) {
	td {
		font-size: 12px;
	}
}

/* Lazyload iframe YOUtube */

.youtube {
	position: relative;

	overflow: hidden;

	width: 100%;
	margin-bottom: 30px;
	padding-top: 56.25%;

	cursor: pointer;

	background-color: #000;
}

.youtube:hover .play-button {
	background-color: rgb(214, 19, 19);
}

.youtube img {
	top: -16.82%;
	left: 0;

	width: 100%;

	opacity: 0.7;
}

.youtube .play-button {
	z-index: 1;

	width: 90px;
	height: 60px;

	transition: all ease 0.2s;

	opacity: 0.8;
	border-radius: 6px;
	background-color: #333;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}

.youtube .play-button:before {
	content: "";

	border-width: 15px 0 15px 26px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
	cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;

	transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
}

.question {
text-transform: uppercase;
margin: 0 0 5px 0;
color: #f9b242;
font-weight: 300;}

.faq-question {
margin: 0 0 20px 20px;}

.container{padding-left:30px;padding-right:30px;width:100%;margin:0 auto;max-width:1060px}

.header{padding:7px 0 20px}.header__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -10px}.header__left{padding:0 10px;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;width:100%;max-width:100%}.header__right{padding:0 10px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.header__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 7px}.header__btn{padding:0 17px}.logo{width:160px;display:inline-block}.logo img{max-width:100%}.btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:5px 30px;border-radius:8px;cursor:pointer;-webkit-transition:var(--transition-normal);-o-transition:var(--transition-normal);transition:var(--transition-normal);height:50px;background:#fff;color:#000;font-size:18px;text-decoration:none}.btn.btn-brown{color:#000;background:#f9b242;}.btn.btn-brown:hover{background:#d98d15;}.btn.btn-green{background:#3daa45;color:#fff}.btn.btn-green:hover{background:#1c9025;}

@media (max-width:767.98px){
		.container{padding-left:15px;padding-right:15px}
	.header__row{margin:0 -5px}.header__left{padding:0 5px}.header__right{padding:0 5px}.header__button{margin:0 -7.5px}.header__btn{padding:0 7.5px}.logo{width:120px}.btn{height:40px;border-radius:6px;padding:5px 20px;font-size:16px}.col-left{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%}.col-right{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%}.table-inner__left{padding:15px}.table-inner__text{padding:15px}}

@media (max-width:479.98px){.header__row{-ms-flex-wrap:wrap;flex-wrap:wrap}.header__left{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%;text-align:center;margin-bottom:10px}.header__right{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%}.header__btn{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;width:100%;max-width:100%}}
@media (max-width:425px){.btn{padding:5px 10px}}

.sloty {display: flex;
  flex-wrap: wrap;
 justify-content: center
  }
  
  .oneslot {padding: 7.5px;
      
  }
